._navbar_13h0r_1{background-color:var(--teal);padding:.5rem 0;margin:0;box-shadow:0 2px 4px var(--shadow-black-10);position:relative;z-index:1000}._container_13h0r_10{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;min-height:44px}._navCenter_13h0r_21{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}._navRight_13h0r_29{display:flex;align-items:center}._loginButton_13h0r_34{padding:.5rem 1.5rem;background-color:var(--bg-white);color:var(--teal);text-decoration:none;font-size:1rem;font-weight:600;border-radius:var(--button-border-radius);font-family:Inter,sans-serif;transition:background-color .2s ease,color .2s ease,transform .1s ease;border:2px solid var(--white);cursor:pointer;width:auto;flex-shrink:0;white-space:nowrap}._loginButton_13h0r_34:hover{background-color:var(--button-hover-bg);color:var(--teal)}._loginButton_13h0r_34:active{background-color:var(--button-hover-bg);color:var(--teal);transform:scale(.98)}._userSection_13h0r_62{display:flex;align-items:center;gap:.75rem}._nameContainer_13h0r_68{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._welcomeText_13h0r_75{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:var(--text-on-primary)}._profilePicture_13h0r_82{width:40px;height:40px;border-radius:50%;object-fit:cover;border:2px solid var(--white);flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:block}._profilePicture_13h0r_82:hover{transform:scale(1.05);box-shadow:0 2px 8px var(--shadow-black-20)}._profilePicturePlaceholder_13h0r_99{width:40px;height:40px;border-radius:50%;border:2px solid var(--white);flex-shrink:0;display:flex;align-items:center;justify-content:center;background-color:var(--teal-lighter);color:var(--teal);font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}._profilePicturePlaceholder_13h0r_99:hover{transform:scale(1.05);box-shadow:0 2px 8px var(--shadow-black-20)}._adminBadge_13h0r_122{background-color:var(--yellow);color:var(--white);font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;padding:.125rem .375rem;border-radius:8px;border:2px solid var(--white);white-space:nowrap;box-shadow:0 2px 4px var(--shadow-black-15);text-transform:uppercase;letter-spacing:.025em}._superAdminBadge_13h0r_137{background-color:var(--red)}._logoutButton_13h0r_141{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background-color:transparent;color:var(--text-on-primary);border-radius:50%;transition:background-color .2s ease,color .2s ease,transform .1s ease,border-color .2s ease;cursor:pointer}._logoutButton_13h0r_141:hover{background-color:var(--button-hover-bg);color:var(--teal)}._logoutButton_13h0r_141:active{background-color:var(--button-hover-bg);color:var(--teal);transform:scale(.98)}._logoutButton_13h0r_141:disabled{opacity:.6;cursor:not-allowed}._logoutIcon_13h0r_171{width:22px;height:22px}._userSection_13h0r_62{position:relative}._profilePopover_13h0r_181{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--bg-white);border-radius:15px;border:2px solid var(--border-dark);min-width:200px;padding:0;z-index:1001;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}._profilePopoverOpen_13h0r_197{opacity:1;visibility:visible;transform:translateY(0)}._popoverItem_13h0r_203{display:block;padding:.75rem 1.25rem;color:var(--teal);font-size:.95rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid var(--teal-lighter)}._popoverItem_13h0r_203:first-child{border-top-left-radius:15px;border-top-right-radius:15px}._popoverItem_13h0r_203:last-of-type{border-bottom:none}._popoverItem_13h0r_203:hover{background-color:var(--button-hover-bg)}._popoverLogoutButton_13h0r_228{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.25rem;background-color:transparent;border:none;color:var(--red);font-size:.95rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease;border-top:1px solid var(--teal-lighter);margin-top:0;border-bottom-left-radius:15px;border-bottom-right-radius:15px}._popoverLogoutButton_13h0r_228:hover,._popoverLogoutButton_13h0r_228:active{background-color:var(--button-hover-bg)}._popoverLogoutButton_13h0r_228:disabled{opacity:.6;cursor:not-allowed}._modalOverlay_13h0r_262{position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--bg-overlay);z-index:9998;display:flex;align-items:center;justify-content:center;animation:_fadeIn_13h0r_1 .3s ease-out}._modalContainer_13h0r_276{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:100%;max-width:500px;padding:1rem;animation:_modalSlideIn_13h0r_1 .3s ease-out}@keyframes _fadeIn_13h0r_1{0%{opacity:0}to{opacity:1}}@keyframes _modalSlideIn_13h0r_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._modalOverlayClosing_13h0r_308{animation:_fadeOut_13h0r_1 .3s ease-out forwards}._modalContainerClosing_13h0r_312{animation:_modalSlideOut_13h0r_1 .3s ease-out forwards}@keyframes _fadeOut_13h0r_1{0%{opacity:1}to{opacity:0}}@keyframes _modalSlideOut_13h0r_1{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}._modalContainer_13h0r_276 .login{min-height:auto!important;padding:0!important}._modalContainer_13h0r_276 .content{width:100%}._modalContainer_13h0r_276 .loginContainer{position:relative;margin:0 auto}._modalCloseButton_13h0r_350:hover{background-color:var(--teal);color:var(--white);transform:scale(1.1)}._modalCloseButton_13h0r_350:active{transform:scale(.95);background-color:var(--teal-dark)}._brand_13h0r_361{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-on-primary);transition:opacity .2s ease}._brand_13h0r_361:hover{opacity:.8}._logo_13h0r_141{height:40px;width:auto;object-fit:contain}._brandName_13h0r_380{font-family:Inter,sans-serif;font-size:2rem;font-weight:900;color:var(--text-on-primary);letter-spacing:.02em}._miniCouponBadge_13h0r_388{margin-left:.5rem;padding:.25rem .75rem;border-radius:999px;border:2px solid var(--white-rgba-95);background:linear-gradient(135deg,var(--yellow),var(--yellow));color:var(--text-dark);font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:.35rem;cursor:pointer;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;box-shadow:0 0 0 1px var(--shadow-black-10),0 4px 10px var(--shadow-black-25);animation:_miniPulse_13h0r_1 1.6s ease-in-out infinite}._miniCouponLabel_13h0r_408{opacity:.9}._miniCouponText_13h0r_412{padding-left:.35rem;border-left:1px solid var(--shadow-black-10)}@keyframes _miniPulse_13h0r_1{0%,to{transform:translateY(0);box-shadow:0 0 0 1px var(--shadow-black-10),0 4px 10px var(--shadow-black-25)}50%{transform:translateY(-1px);box-shadow:0 0 0 1px var(--yellow),0 6px 14px var(--yellow)}}._navLinks_13h0r_428{display:flex;gap:2rem;align-items:center;justify-content:center}._navLink_13h0r_428{color:var(--text-on-primary);text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s ease;padding:.5rem 0;font-family:Inter,sans-serif;background:none;border:none;cursor:pointer}._navLink_13h0r_428:hover{color:var(--text-on-primary)}._navLinkActive_13h0r_452{font-weight:700}._dropdownContainer_13h0r_457{position:relative}._dropdownTrigger_13h0r_461{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;transition:color .2s ease,transform .1s ease}._dropdownTrigger_13h0r_461:active{transform:scale(.98)}._dropdownContainer_13h0r_457:hover ._dropdownChevron_13h0r_477,._dropdownContainer_13h0r_457[aria-expanded=true] ._dropdownChevron_13h0r_477{transform:rotate(180deg)}._dropdownMenu_13h0r_482{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:var(--bg-white);border-radius:8px;border:2px solid var(--border-dark);min-width:180px;margin-top:.5rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .2s ease;transform:translate(-50%) translateY(-10px);z-index:1001;padding:.5rem 0}._dropdownContainer_13h0r_457:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:180px;height:.5rem;background:transparent;pointer-events:auto;z-index:1002}._dropdownMenuOpen_13h0r_514{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}._dropdownItem_13h0r_520{display:block;padding:.75rem 1.25rem;color:var(--teal);text-decoration:none;font-size:.95rem;font-weight:500;transition:background-color .2s ease,color .2s ease;font-family:Inter,sans-serif}._dropdownItem_13h0r_520:hover{background-color:var(--button-hover-bg);color:var(--teal)}._dropdownItem_13h0r_520:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._dropdownItem_13h0r_520:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._menuToggle_13h0r_546{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:space-around;width:2rem;height:2rem;z-index:20;transition:opacity .2s ease}._menuToggle_13h0r_546:hover{opacity:.8}._hamburger_13h0r_564{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around}._line_13h0r_572{width:100%;height:3px;background-color:var(--bg-white);border-radius:2px;transition:all .3s ease;transform-origin:center}._menuToggle_13h0r_546[aria-expanded=true] ._line_13h0r_572:nth-child(1){transform:rotate(45deg) translate(8px,8px)}._menuToggle_13h0r_546[aria-expanded=true] ._line_13h0r_572:nth-child(2){opacity:0}._menuToggle_13h0r_546[aria-expanded=true] ._line_13h0r_572:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width: 768px){._container_13h0r_10{padding:0 1rem;position:relative}._brandName_13h0r_380{font-size:1.5rem}._navCenter_13h0r_21{position:static;transform:none}._navRight_13h0r_29{display:none}._menuToggle_13h0r_546{display:flex}._navLinks_13h0r_428{position:absolute;top:100%;left:0;right:0;background-color:var(--teal);flex-direction:column;gap:0;padding:1rem 0;box-shadow:0 4px 6px var(--shadow-black-10);transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;z-index:10}._navLinksOpen_13h0r_634{transform:translateY(0);opacity:1;visibility:visible}._navLink_13h0r_428{font-size:1rem;padding:1rem 1.5rem;width:100%;text-align:left;border-bottom:1px solid var(--white-rgba-10)}._navLink_13h0r_428:last-child{border-bottom:none}._navLink_13h0r_428:hover{background-color:var(--white-rgba-10);color:var(--white)}._navRight_13h0r_29{display:flex;width:100%;padding:1rem 1.5rem;border-top:1px solid var(--white-rgba-10);justify-content:flex-end}._loginButton_13h0r_34{width:auto;min-width:100px;text-align:center;justify-content:center;padding:.875rem 1.5rem}._userSection_13h0r_62{width:100%;flex-direction:column;gap:.75rem;padding:0}._profilePicture_13h0r_82{width:48px;height:48px;align-self:center}._logoutButton_13h0r_141{width:100%;text-align:center;justify-content:center;padding:.875rem 1.5rem}._dropdownContainer_13h0r_457{width:100%}._dropdownTrigger_13h0r_461{width:100%;justify-content:space-between;padding:1rem 1.5rem;text-align:left;border-bottom:1px solid var(--white-rgba-10)}._dropdownMenu_13h0r_482{position:static;transform:none;background-color:var(--white-rgba-10);box-shadow:none;margin-top:0;padding:0;opacity:1;visibility:visible;display:none;border-radius:0}._dropdownMenuOpen_13h0r_514{display:block;transform:none}._dropdownItem_13h0r_520{padding:.875rem 1.5rem .875rem 3rem;color:var(--white);border-bottom:1px solid var(--white-rgba-10);font-size:.95rem}._dropdownItem_13h0r_520:hover{background-color:var(--white-rgba-20);color:var(--white)}._dropdownItem_13h0r_520:last-child{border-bottom:none}._profilePopover_13h0r_181{position:static;transform:none;margin-top:.5rem;width:100%;border-radius:0;box-shadow:none;background-color:var(--white-rgba-10);opacity:1;visibility:visible;display:none}._profilePopoverOpen_13h0r_197{display:block}._popoverItem_13h0r_203{color:var(--white);border-bottom:1px solid var(--white-rgba-10)}._popoverItem_13h0r_203:last-of-type{border-bottom:none}._popoverLogoutButton_13h0r_228{color:var(--red);border-top:1px solid var(--white-rgba-10);width:100%;justify-content:flex-start}._popoverLogoutButton_13h0r_228:hover{background-color:var(--white-rgba-10)}}@media (max-width: 480px){._logo_13h0r_141{height:32px}._brandName_13h0r_380{font-size:1.25rem}._navLink_13h0r_428{font-size:.95rem;padding:.875rem 1.5rem}}._modalWrapper_syfrw_2{display:flex;align-items:center;justify-content:center;padding:0;min-height:auto}._modalContent_syfrw_10{display:flex;align-items:center;justify-content:center;width:100%}._modalContainer_syfrw_17{position:relative;background-color:var(--bg-white);border-radius:30px;border:2px solid var(--border-medium);padding:3rem;max-width:400px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px}._actionText_syfrw_33{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--teal);margin-bottom:1.5rem;text-align:center}._closeButton_syfrw_42{position:absolute;top:1rem;right:1rem;background:none;border:none;color:var(--gray-500);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:color .2s ease;width:36px;height:36px;z-index:1}._closeButton_syfrw_42:hover{background:none;color:var(--teal)}._closeButton_syfrw_42:active{color:var(--teal-dark)}[data-theme=dark] ._modalContainer_syfrw_17{border:2px solid var(--teal)}@media (max-width: 768px){._modalContainer_syfrw_17{padding:2rem 1.5rem}._closeButton_syfrw_42{top:.75rem;right:.75rem}}._login_1nsp4_1{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._content_1nsp4_9{display:flex;align-items:center;justify-content:center;width:100%}._loginContainer_1nsp4_16{background-color:var(--bg-white);border-radius:30px;box-shadow:0 4px 20px var(--shadow-black-15),0 8px 32px var(--shadow-black-20);padding:3rem;max-width:400px;width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px}._heading_1nsp4_31{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;color:var(--teal);margin-bottom:2rem}._googleButtonWrapper_1nsp4_39{display:flex;justify-content:center;align-items:center}._googleButtonWrapper_1nsp4_39 div[role=button]{border-radius:9999px!important;overflow:hidden!important}._googleButtonWrapper_1nsp4_39 iframe{border-radius:9999px!important}._googleButtonWrapper_1nsp4_39 div{border-radius:9999px!important;overflow:hidden!important}._errorMessage_1nsp4_60{font-family:Inter,sans-serif;font-size:.875rem;color:var(--red);background-color:var(--light-red);padding:.75rem 1rem;border-radius:var(--button-border-radius);margin-top:1rem}._loadingMessage_1nsp4_70{font-family:Inter,sans-serif;font-size:.875rem;color:var(--teal);margin-top:1rem}@media (max-width: 768px){._loginContainer_1nsp4_16{padding:2rem 1.5rem}._heading_1nsp4_31{font-size:2rem;margin-bottom:1.5rem}}._toast_14err_1{position:fixed;top:20px;right:20px;background:var(--bg-white);border:2px solid var(--green);color:var(--green);padding:.75rem 2.5rem .75rem 1.5rem;border-radius:20px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;z-index:10000;animation:_slideIn_14err_1 .3s ease-out;display:flex;align-items:center;gap:.75rem;max-width:400px;word-wrap:break-word}._message_14err_23{flex:1}._toastError_14err_27{border:2px solid var(--red);color:var(--red)}._closeButton_14err_32{position:absolute;top:50%;right:.75rem;transform:translateY(-50%);background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease,opacity .2s ease;opacity:.8}._closeButton_14err_32:hover{opacity:1;background-color:var(--bg-overlay-light)}._closeButton_14err_32:active{opacity:.9}@keyframes _slideIn_14err_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}._banner_1euj6_1{position:relative;width:100%;display:flex;justify-content:center;align-items:center;height:45px;padding:0;margin:0;z-index:10;overflow:hidden}._closing_1euj6_14{animation:_bannerClose_1euj6_1 .3s ease forwards}@keyframes _gradientShift_1euj6_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _flashyColors_1euj6_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes _colorPulse_1euj6_1{0%,to{box-shadow:0 0 10px #ff006e66,0 0 20px #8338ec40}50%{box-shadow:0 0 12px #8338ec73,0 0 22px #ff00b44d}}@keyframes _bannerClose_1euj6_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}._container_1euj6_62{position:relative;width:100%;margin:0;padding:.5rem 1.5rem;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ff006e,#ff1493,#8338ec,#c71585,#9333ea,#db2777,#7c3aed 84%,#ff006e);background-size:400% 100%;animation:_flashyColors_1euj6_1 25s linear infinite;border-radius:0;box-shadow:0 2px 8px #8338ec4d;overflow:hidden;z-index:2}._content_1euj6_90{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;height:100%}._leftSection_1euj6_99{display:flex;align-items:center;gap:.75rem;flex:0 1 auto}._discountBadge_1euj6_106{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.25rem;background:#fff3;border:1px solid rgba(255,255,255,.4);border-radius:8px;padding:.375rem .625rem;min-width:80px;box-shadow:none;animation:_pulse_1euj6_1 2s ease-in-out infinite;position:relative;overflow:hidden;height:32px}._discountBadge_1euj6_106:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.2) 50%,transparent 70%);animation:_shine_1euj6_1 3s infinite}@keyframes _pulse_1euj6_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _shine_1euj6_1{0%{transform:translate(-100%) translateY(-100%) rotate(45deg)}to{transform:translate(100%) translateY(100%) rotate(45deg)}}._discountValue_1euj6_158{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:900;color:#fff;line-height:1}._discountOff_1euj6_166{font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;color:#ffffffe6;text-transform:uppercase;letter-spacing:.05em;margin:0;line-height:1}._textContent_1euj6_177{flex:0 1 auto;display:flex;align-items:center;gap:.5rem}._couponName_1euj6_184{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:800;color:#fff;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.3);white-space:nowrap;line-height:1}@keyframes _bounceIn_1euj6_1{0%{transform:translate(-20px);opacity:0}60%{transform:translate(5px)}to{transform:translate(0);opacity:1}}._couponDescription_1euj6_209{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;color:#fffffff2;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.2);line-height:1;white-space:nowrap}._rightSection_1euj6_220{display:flex;align-items:center;gap:.5rem;flex:0 1 auto}._timerSection_1euj6_227{display:flex;align-items:center;gap:.375rem;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px;padding:.375rem .625rem;height:28px}._timerLabel_1euj6_238{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#ffffffe6;line-height:1;white-space:nowrap}._timerIcon_1euj6_247{font-size:.875rem;line-height:1}._timerText_1euj6_252{font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;color:#fff;letter-spacing:.02em;line-height:1;white-space:nowrap}._codeContainer_1euj6_262{display:flex;flex-direction:row;align-items:center;gap:.5rem}._codeLabel_1euj6_269{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em;text-shadow:1px 1px 2px rgba(0,0,0,.2);white-space:nowrap}._codeButton_1euj6_280{display:flex;align-items:center;gap:.375rem;background:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:6px;padding:.375rem .875rem;cursor:pointer;transition:all .3s ease;box-shadow:none;font-family:Inter,sans-serif;position:relative;overflow:hidden;height:28px}._codeButton_1euj6_280:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}._codeButton_1euj6_280:hover{transform:scale(1.05);background:#ffffff40;border-color:#fff9}._codeButton_1euj6_280:hover:before{left:100%}._codeButton_1euj6_280:active{transform:scale(.98)}._codeValue_1euj6_327{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:800;color:#fff;letter-spacing:.05em;text-transform:uppercase;line-height:1}._copyIcon_1euj6_337{font-size:.8125rem;transition:transform .2s ease;line-height:1;color:#fff}._codeButton_1euj6_280:hover ._copyIcon_1euj6_337{transform:scale(1.2) rotate(5deg)}._copiedText_1euj6_348{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#4ecdc4;text-shadow:0 0 10px rgba(78,205,196,.5);animation:_fadeInOut_1euj6_1 2s ease}@keyframes _fadeInOut_1euj6_1{0%,to{opacity:0;transform:translateY(-5px)}10%,90%{opacity:1;transform:translateY(0)}}._ctaButton_1euj6_368{margin-left:0;padding:.375rem 1rem;border-radius:6px;border:none;background:#fffffff2;color:#7c3aed;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #00000026;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap;height:28px;line-height:1}._ctaButton_1euj6_368:hover{transform:translateY(-1px);box-shadow:0 3px 8px #0003;background:#fff}._ctaButton_1euj6_368:active{transform:translateY(0);box-shadow:0 2px 6px #0003}._closeButton_1euj6_397{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);width:18px;height:18px;border-radius:999px;border:none;background:#ffffff4d;color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .15s ease;z-index:3;line-height:1;padding:0}._closeButton_1euj6_397:hover{background:#ffffff52;transform:scale(1.05)}._closeButton_1euj6_397:active{transform:scale(.95)}._shimmer_1euj6_428{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:_shimmer_1euj6_428 8s ease-in-out infinite;z-index:1}@keyframes _shimmer_1euj6_428{0%{left:-100%}to{left:100%}}@keyframes _bannerClose_1euj6_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}@media (max-width: 768px){._banner_1euj6_1{height:40px}._container_1euj6_62{padding:.375rem 1rem}._content_1euj6_90,._leftSection_1euj6_99{gap:.5rem}._discountBadge_1euj6_106{min-width:60px;padding:.25rem .5rem;height:26px}._discountValue_1euj6_158{font-size:1rem}._discountOff_1euj6_166{font-size:.5rem}._couponName_1euj6_184{font-size:.8125rem}._couponDescription_1euj6_209{font-size:.7rem;display:none}._rightSection_1euj6_220{gap:.375rem}._codeLabel_1euj6_269{font-size:.7rem;display:none}._codeButton_1euj6_280{padding:.25rem .625rem;height:24px}._codeValue_1euj6_327,._copyIcon_1euj6_337{font-size:.7rem}._ctaButton_1euj6_368{padding:.25rem .75rem;font-size:.7rem;height:24px}._timerSection_1euj6_227{padding:.25rem .5rem;height:24px}._timerLabel_1euj6_238{font-size:.625rem}._timerIcon_1euj6_247,._timerText_1euj6_252{font-size:.7rem}}@media (max-width: 480px){._banner_1euj6_1{height:36px}._container_1euj6_62{padding:.25rem .75rem}._discountBadge_1euj6_106{min-width:55px;padding:.2rem .4rem;height:22px}._discountValue_1euj6_158{font-size:.875rem}._discountOff_1euj6_166{font-size:.45rem}._couponName_1euj6_184{font-size:.75rem}._codeButton_1euj6_280{padding:.2rem .5rem;height:20px}._codeValue_1euj6_327{font-size:.625rem}._ctaButton_1euj6_368{padding:.2rem .625rem;font-size:.625rem;height:20px}._timerSection_1euj6_227{display:none}}._pageContent_e1nvo_1{padding-left:4.5rem;padding-right:4.5rem;padding-bottom:4rem;margin:0;min-height:calc(100vh - 80px)}._pageContentFullWidth_e1nvo_9{padding:0;padding-bottom:4rem;margin:0;min-height:calc(100vh - 80px)}._fadeIn_e1nvo_16{animation:_fadeIn_e1nvo_16 .5s ease-in-out forwards}@keyframes _fadeIn_e1nvo_16{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){._pageContent_e1nvo_1{padding-left:3rem;padding-right:3rem;padding-bottom:3rem}._pageContentFullWidth_e1nvo_9{padding-bottom:3rem}}@media (max-width: 480px){._pageContent_e1nvo_1{padding-left:2.25rem;padding-right:2.25rem;padding-bottom:2rem}._pageContentFullWidth_e1nvo_9{padding-bottom:2rem}}._footer_1doq0_1{background-color:var(--teal);color:var(--white);padding:2rem 0;margin-top:auto}._container_1doq0_8{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._links_1doq0_18{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}._link_1doq0_18{color:var(--white);text-decoration:none;font-size:.95rem;transition:opacity .2s ease;font-family:Inter,sans-serif;white-space:nowrap}._link_1doq0_18:hover{opacity:.8;text-decoration:underline}._copyright_1doq0_39{font-size:.9rem;margin:0;font-family:Inter,sans-serif;color:var(--white)}@media (max-width: 768px){._footer_1doq0_1{padding:1.5rem 0}._container_1doq0_8{padding:0 1rem;gap:1.25rem}._links_1doq0_18{gap:1.5rem}._link_1doq0_18{font-size:.9rem}._copyright_1doq0_39{font-size:.85rem}}@media (max-width: 480px){._footer_1doq0_1{padding:1.25rem 0}._container_1doq0_8{gap:1rem}._links_1doq0_18{gap:1rem;flex-direction:row;flex-wrap:wrap}._link_1doq0_18{font-size:.85rem}._copyright_1doq0_39{font-size:.8rem}}._chromeButton_10v1y_1{display:flex;align-items:center;position:relative;padding:.875rem 1.5rem .875rem .875rem;background-color:var(--teal);color:var(--white);border:none;border-radius:9999px;font-size:1rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease;width:fit-content;box-shadow:0 8px 24px var(--shadow-black-20);animation:_breathe_10v1y_1 2s ease-in-out infinite;transform-origin:center;margin:0}._chromeButton_10v1y_1:hover{background-color:var(--teal-dark);animation:none}._chromeButton_10v1y_1:active{background-color:var(--teal-dark);transform:scale(.98)}._chromeLogo_10v1y_31{width:24px;height:24px;flex-shrink:0;position:absolute;left:.75rem;top:50%;transform:translateY(-50%)}._buttonText_10v1y_41{font-weight:700;letter-spacing:.02em;font-family:Inter,sans-serif;margin-left:0;padding-left:2rem}@keyframes _breathe_10v1y_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (max-width: 480px){._chromeButton_10v1y_1{width:100%;justify-content:center}}._promoText_11ufn_1{flex:1;display:flex;flex-direction:column;gap:1.5rem}._promoText_11ufn_1 .chromeButton{margin:0;align-self:flex-start}._heading_11ufn_13{font-size:3rem;font-weight:500;line-height:1.2;margin:0;color:var(--text-primary);font-family:Inter,sans-serif}._description_11ufn_22{font-size:1.125rem;line-height:1.6;color:var(--text-secondary);margin:0;font-family:Inter,sans-serif}@media (max-width: 1024px){._promoText_11ufn_1{text-align:center;align-items:center}._promoText_11ufn_1 .chromeButton{align-self:flex-start}._heading_11ufn_13{font-size:2.5rem}}@media (max-width: 768px){._heading_11ufn_13{font-size:2rem}._description_11ufn_22{font-size:1rem}}@media (max-width: 480px){._heading_11ufn_13{font-size:1.75rem}}._modalOverlay_1wumw_1{position:fixed;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw;height:100vh;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:999999;padding:2rem;animation:_overlayFadeIn_1wumw_1 .3s ease-out;overflow-y:auto;overflow-x:hidden;margin:0!important;transform:none!important}@keyframes _overlayFadeIn_1wumw_1{0%{opacity:0}to{opacity:1}}._modalContent_1wumw_31{background-color:var(--black);border-radius:30px;max-width:90vw;max-height:90vh;width:auto;display:flex;flex-direction:column;position:relative;overflow:hidden;transform-origin:center center;margin:auto;flex-shrink:0;border:2px solid transparent}[data-theme=dark] ._modalContent_1wumw_31{border:2px solid var(--teal)}._modalOpening_1wumw_52{animation:_modalOpen_1wumw_52 .3s ease-out forwards}._modalClosing_1wumw_56{animation:_modalClose_1wumw_1 .3s ease-in forwards}@keyframes _modalOpen_1wumw_52{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _modalClose_1wumw_1{0%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}._closeButton_1wumw_82{position:absolute;top:1rem;right:1rem;background:#fff3;border:none;color:var(--text-on-primary);font-size:2rem;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background-color .2s ease,transform .1s ease}._closeButton_1wumw_82:hover{background:#ffffff4d}._closeButton_1wumw_82:active{background:#ffffff4d;transform:scale(.98)}._modalTitle_1wumw_115{padding:1.5rem 1.5rem 1rem;margin:0;color:var(--text-on-primary);font-size:1.5rem;font-weight:600;font-family:Inter,sans-serif}._videoWrapper_1wumw_124{flex:1;display:flex;align-items:center;justify-content:center;min-height:0}._video_1wumw_124{width:100%;height:auto;max-height:70vh;display:block}._controls_1wumw_139{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:var(--teal-lighter)}._controlButton_1wumw_147{background:none;border:none;color:var(--teal);font-size:1.5rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .1s ease;min-width:40px;border-radius:var(--button-border-radius)}._controlButton_1wumw_147:hover{opacity:.8}._controlButton_1wumw_147:active{opacity:.8;transform:scale(.98)}._seekBar_1wumw_171{flex:1;height:6px;background-color:var(--teal-rgba-30);border-radius:3px;outline:none;cursor:pointer}._seekBar_1wumw_171::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background-color:var(--teal);border-radius:50%;cursor:pointer}._seekBar_1wumw_171::-moz-range-thumb{width:16px;height:16px;background-color:var(--teal);border-radius:50%;cursor:pointer;border:none}._time_1wumw_198{color:var(--teal);font-size:.875rem;font-weight:500;min-width:100px;text-align:center;font-family:Inter,sans-serif}@media (max-width: 768px){._modalOverlay_1wumw_1{padding:1rem}._modalContent_1wumw_31{max-width:95vw}._modalTitle_1wumw_115{font-size:1.25rem;padding:1rem 1rem .75rem}._controls_1wumw_139{padding:.75rem 1rem}._time_1wumw_198{font-size:.75rem;min-width:80px}}._promoVideo_19xet_1{flex:1;position:relative;border-radius:12px;overflow:hidden;cursor:pointer}._video_19xet_9{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none}@media (max-width: 1024px){._promoVideo_19xet_1{max-width:600px;width:100%}}._promo_tpbmz_1{display:flex;align-items:center;gap:4rem;padding:4rem 4.5rem;max-width:1400px;margin:0 auto}@media (max-width: 1024px){._promo_tpbmz_1{flex-direction:column;gap:2rem;padding:3rem 2rem}}@media (max-width: 768px){._promo_tpbmz_1{padding:2rem 1.5rem;gap:1.5rem}}@media (max-width: 480px){._promo_tpbmz_1{padding:1.5rem 1rem}}._useCase_18a2k_1{padding:3rem 4.5rem;max-width:1400px;margin:0 auto}._heading_18a2k_7{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:2rem;color:var(--text-primary);font-family:Inter,sans-serif}._scrollingContainer_18a2k_16{overflow:hidden;white-space:nowrap;position:relative;width:100%;padding:1.5rem 0}._scrollingContainer_18a2k_16:before,._scrollingContainer_18a2k_16:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}._scrollingContainer_18a2k_16:before{left:0;background:linear-gradient(to right,var(--bg-white),transparent)}._scrollingContainer_18a2k_16:after{right:0;background:linear-gradient(to left,var(--bg-white),transparent)}._scrollingContent_18a2k_45{display:inline-flex;gap:3rem;animation:_scroll_18a2k_16 30s linear infinite}._useCaseItem_18a2k_51{display:inline-block;font-size:1.5rem;font-weight:400;color:var(--text-primary);font-family:Inter,sans-serif;white-space:nowrap;flex-shrink:0}@keyframes _scroll_18a2k_16{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){._useCase_18a2k_1{padding:2rem}._heading_18a2k_7{font-size:2rem;margin-bottom:1.5rem}._scrollingContent_18a2k_45{gap:2rem}._useCaseItem_18a2k_51{font-size:1.25rem}}@media (max-width: 480px){._useCase_18a2k_1{padding:1.5rem 1rem}._heading_18a2k_7{font-size:1.75rem;margin-bottom:1rem}._scrollingContent_18a2k_45{gap:1.5rem}._useCaseItem_18a2k_51{font-size:1.125rem}}._featureContainer_14n0y_1{display:flex;align-items:center;gap:3rem;margin-bottom:4rem;padding:2rem;border-radius:20px}._featureContainer_14n0y_1._reversed_14n0y_10{flex-direction:row-reverse}._contentSection_14n0y_14{flex:1;display:flex;flex-direction:column;gap:1.5rem}._heading_14n0y_21{font-size:2rem;font-weight:600;margin:0;color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.2}._bulletList_14n0y_30{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._bulletItem_14n0y_39{font-size:1.125rem;font-weight:400;color:var(--text-secondary);font-family:Inter,sans-serif;line-height:1.6;position:relative;padding-left:1.5rem}._bulletItem_14n0y_39:before{content:"•";position:absolute;left:0;color:var(--teal);font-size:1.5rem;font-weight:700;line-height:1.2}._videoSection_14n0y_59{flex:.7;max-width:70%;position:relative;border-radius:15px;overflow:hidden;background-color:var(--black);cursor:pointer;outline:none;border:none}._video_14n0y_59{width:100%;height:auto;display:block;outline:none;border:none}@media (max-width: 1024px){._featureContainer_14n0y_1{gap:2rem;padding:1.5rem}._heading_14n0y_21{font-size:1.75rem}._bulletItem_14n0y_39{font-size:1rem}}@media (max-width: 768px){._featureContainer_14n0y_1{flex-direction:column!important;gap:2rem;padding:1.5rem;margin-bottom:3rem}._featureContainer_14n0y_1._reversed_14n0y_10{flex-direction:column!important}._contentSection_14n0y_14{width:100%}._videoSection_14n0y_59{width:100%;max-width:100%}._heading_14n0y_21{font-size:1.5rem;text-align:center}._bulletList_14n0y_30{align-items:flex-start}._bulletItem_14n0y_39{font-size:.95rem}}@media (max-width: 480px){._featureContainer_14n0y_1{padding:1rem;margin-bottom:2rem}._heading_14n0y_21{font-size:1.25rem}._bulletItem_14n0y_39{font-size:.875rem;padding-left:1.25rem}}._featureSet_1oigf_1{padding:3rem 4.5rem;max-width:1400px;margin:0 auto}._heading_1oigf_7{font-size:3rem;font-weight:500;text-align:center;margin-bottom:3rem;color:var(--text-primary);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.05em}._containerList_1oigf_18{display:flex;flex-direction:column;gap:0}@media (max-width: 768px){._featureSet_1oigf_1{padding:2rem}._heading_1oigf_7{font-size:2.25rem;margin-bottom:2rem}}@media (max-width: 480px){._featureSet_1oigf_1{padding:1.5rem 1rem}._heading_1oigf_7{font-size:2rem;margin-bottom:1.5rem}}._supportedLanguages_1vsn5_1{padding:3rem 4.5rem;max-width:1400px;margin:0 auto}._heading_1vsn5_7{font-size:2.5rem;font-weight:400;text-align:center;margin-bottom:2rem;color:var(--text-primary);font-family:Inter,sans-serif}._scrollingContainer_1vsn5_16{overflow:hidden;white-space:nowrap;position:relative;width:100%;padding:1.5rem 0}._scrollingContainer_1vsn5_16:before,._scrollingContainer_1vsn5_16:after{content:"";position:absolute;top:0;bottom:0;width:100px;z-index:10;pointer-events:none}._scrollingContainer_1vsn5_16:before{left:0;background:linear-gradient(to right,var(--bg-white),transparent)}._scrollingContainer_1vsn5_16:after{right:0;background:linear-gradient(to left,var(--bg-white),transparent)}._scrollingContent_1vsn5_45{display:inline-flex;gap:3rem;animation:_scrollLeftToRight_1vsn5_1 150s linear infinite}._languageItem_1vsn5_51{display:inline-flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:400;color:var(--text-primary);font-family:Inter,sans-serif;white-space:nowrap;flex-shrink:0}._flag_1vsn5_63{font-size:2rem;line-height:1}._languageName_1vsn5_68{font-size:1.5rem}@keyframes _scrollLeftToRight_1vsn5_1{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 768px){._supportedLanguages_1vsn5_1{padding:2rem}._heading_1vsn5_7{font-size:2rem;margin-bottom:1.5rem}._scrollingContent_1vsn5_45{gap:2rem}._languageItem_1vsn5_51{font-size:1.25rem}._flag_1vsn5_63{font-size:1.75rem}._languageName_1vsn5_68{font-size:1.25rem}}@media (max-width: 480px){._supportedLanguages_1vsn5_1{padding:1.5rem 1rem}._heading_1vsn5_7{font-size:1.75rem;margin-bottom:1rem}._scrollingContent_1vsn5_45{gap:1.5rem}._languageItem_1vsn5_51{font-size:1.125rem}._flag_1vsn5_63{font-size:1.5rem}._languageName_1vsn5_68{font-size:1.125rem}}._home_1n508_1{width:100%}._chromeButtonContainer_1n508_5{display:flex;justify-content:center;padding:3rem 4.5rem;max-width:1400px;margin:0 auto}@media (max-width: 768px){._chromeButtonContainer_1n508_5{padding:2rem}}@media (max-width: 480px){._chromeButtonContainer_1n508_5{padding:1.5rem 1rem}}._contact_1oqf2_1{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);width:100%}._content_1oqf2_9{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}._message_1oqf2_17{font-size:1.25rem;color:var(--text-primary);margin:0;font-family:Inter,sans-serif}._emailContainer_1oqf2_24{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center}._email_1oqf2_24{font-size:1.25rem;font-weight:600;color:var(--teal);font-family:Inter,sans-serif}._copyButtonWrapper_1oqf2_39{position:relative;display:inline-block}._copyButton_1oqf2_39{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--teal);padding:.5rem;width:40px;height:40px;border-radius:var(--button-border-radius);cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .1s ease;font-family:Inter,sans-serif}._copyButton_1oqf2_39:hover{background-color:var(--teal-lighter)}._copyButton_1oqf2_39:active{background-color:var(--teal-lighter);transform:scale(.98)}._copyButton_1oqf2_39._copied_1oqf2_69{background:none}._copyIcon_1oqf2_73{width:20px;height:20px;stroke:var(--teal);stroke-width:2;flex-shrink:0}._checkIcon_1oqf2_81{width:24px;height:24px;stroke:var(--green);stroke-width:4;flex-shrink:0}._copiedMessage_1oqf2_89{position:absolute;top:-35px;right:0;background-color:var(--teal);color:var(--text-on-primary);padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;white-space:nowrap;animation:_fadeInUp_1oqf2_1 .2s ease-out;z-index:10;box-shadow:0 2px 8px var(--shadow-black-15)}._copiedMessage_1oqf2_89:after{content:"";position:absolute;bottom:-6px;right:12px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid var(--teal)}@keyframes _fadeInUp_1oqf2_1{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){._contact_1oqf2_1{min-height:calc(100vh - 150px)}._content_1oqf2_9{gap:1.25rem}._message_1oqf2_17,._email_1oqf2_24{font-size:1.125rem}}@media (max-width: 480px){._message_1oqf2_17,._email_1oqf2_24{font-size:1rem}._emailContainer_1oqf2_24{flex-direction:column;gap:.75rem}}._reportIssue_1k3lx_1{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);width:100%}._container_1k3lx_9{position:relative;width:100%;max-width:600px}._form_1k3lx_15{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;transition:opacity .4s ease,transform .4s ease}._formVisible_1k3lx_24{opacity:1;transform:translateY(0)}._formHidden_1k3lx_29{opacity:0;transform:translateY(-20px);pointer-events:none;position:absolute;top:0;left:0}._heading_1k3lx_38{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0;text-align:center;font-family:Inter,sans-serif}._fieldGroup_1k3lx_47{display:flex;flex-direction:column;gap:.5rem}._fieldGroupVisible_1k3lx_53{animation:_slideDown_1k3lx_1 .3s ease-out}@keyframes _slideDown_1k3lx_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._label_1k3lx_68{font-size:.95rem;font-weight:600;color:var(--text-primary);font-family:Inter,sans-serif}._required_1k3lx_75{color:var(--red);margin-left:2px}._optional_1k3lx_80{font-size:.85rem;font-weight:400;color:var(--text-tertiary);margin-left:4px}._select_1k3lx_87,._input_1k3lx_88{width:100%;padding:1rem;border:1px solid var(--teal-lighter);border-radius:20px;font-size:1rem;font-family:Inter,sans-serif;outline:none;transition:border-color .2s ease;background-color:var(--bg-white);color:var(--text-primary)}._select_1k3lx_87{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239527F5' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}._dropdownContainer_1k3lx_110{position:relative;width:100%}._dropdownButton_1k3lx_115{width:100%;padding:1rem;border:1px solid var(--teal);border-radius:20px;font-size:1rem;font-family:Inter,sans-serif;background-color:var(--bg-white);color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s ease,transform .1s ease;text-align:left}._dropdownButton_1k3lx_115:hover{border-color:var(--teal-dark)}._dropdownButton_1k3lx_115:active{border-color:var(--teal-dark);transform:scale(.98)}._dropdownButtonOpen_1k3lx_141{border-color:var(--teal)}._dropdownButtonText_1k3lx_145{flex:1}._dropdownList_1k3lx_150{position:absolute;top:calc(100% + .5rem);left:0;right:0;background-color:var(--bg-white);border:1px solid var(--teal-lighter);border-radius:20px;overflow:hidden;z-index:1000;max-height:300px;overflow-y:auto;box-shadow:0 4px 12px var(--shadow-black-10)}._dropdownOption_1k3lx_165{width:100%;padding:.875rem 1rem;border:none;background-color:var(--bg-white);color:var(--text-primary);font-size:1rem;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .2s ease;display:block;border-bottom:1px solid var(--teal-lighter)}._dropdownOption_1k3lx_165:hover{background-color:var(--button-hover-bg)}._dropdownOptionSelected_1k3lx_184{background-color:var(--button-hover-bg);font-weight:500}._dropdownOption_1k3lx_165:first-child{border-top-left-radius:20px;border-top-right-radius:20px}._dropdownOption_1k3lx_165:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-bottom:none}._select_1k3lx_87:focus,._input_1k3lx_88:focus{border-color:var(--teal-light)}._select_1k3lx_87:hover,._input_1k3lx_88:hover{border-color:var(--teal-light)}._input_1k3lx_88::placeholder{color:var(--text-quaternary)}._inputError_1k3lx_214,._select_1k3lx_87._inputError_1k3lx_214,._textarea_1k3lx_216._inputError_1k3lx_214,._dropdownButton_1k3lx_115._inputError_1k3lx_214{border-color:var(--red)}._inputError_1k3lx_214:focus,._select_1k3lx_87._inputError_1k3lx_214:focus,._textarea_1k3lx_216._inputError_1k3lx_214:focus,._dropdownButton_1k3lx_115._inputError_1k3lx_214:focus{border-color:var(--red)}._errorMessage_1k3lx_228{font-size:.875rem;color:var(--red);font-family:Inter,sans-serif;margin-top:-.25rem}._textarea_1k3lx_216{width:100%;padding:1rem;border:1px solid var(--teal-lighter);border-radius:20px;font-size:1rem;font-family:Inter,sans-serif;resize:vertical;min-height:200px;outline:none;transition:border-color .2s ease;background-color:var(--bg-white);color:var(--text-primary)}._textarea_1k3lx_216:focus{border-color:var(--teal-light)}._textarea_1k3lx_216::placeholder{color:var(--text-quaternary)}._fileUploadArea_1k3lx_258{position:relative;width:100%}._fileInput_1k3lx_263{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}._fileInputLabel_1k3lx_272{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1rem;border:2px dashed var(--teal-lighter);border-radius:20px;background-color:var(--bg-lighter);cursor:pointer;transition:border-color .2s ease,background-color .2s ease;min-height:120px}._fileInputLabel_1k3lx_272:hover{border-color:var(--teal-light);background-color:var(--button-hover-bg)}._fileInputLabelDisabled_1k3lx_292{opacity:.6;cursor:not-allowed;background-color:var(--bg-gray)}._fileInputLabelDisabled_1k3lx_292:hover{border-color:var(--teal-lighter);background-color:var(--bg-gray)}._fileInputText_1k3lx_303{font-size:1rem;font-weight:500;color:var(--teal);font-family:Inter,sans-serif}._fileInputHint_1k3lx_310{font-size:.875rem;color:var(--text-tertiary);font-family:Inter,sans-serif}._fileList_1k3lx_316{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._fileItem_1k3lx_324{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:var(--button-hover-bg);border:1px solid var(--teal-lighter);border-radius:12px;transition:background-color .2s ease}._fileItem_1k3lx_324:hover{background-color:var(--button-hover-bg)}._fileName_1k3lx_339{font-size:.9rem;color:var(--text-primary);font-family:Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}._removeFileButton_1k3lx_349{background:none;border:none;color:var(--red);font-size:1.5rem;font-weight:600;cursor:pointer;padding:0 .5rem;line-height:1;transition:transform .2s ease,color .2s ease;flex-shrink:0}._removeFileButton_1k3lx_349{background:none;border:none;color:var(--red);font-size:1.5rem;font-weight:600;cursor:pointer;padding:0 .5rem;line-height:1;transition:color .2s ease,transform .1s ease;flex-shrink:0}._removeFileButton_1k3lx_349:hover{color:var(--medium-red)}._removeFileButton_1k3lx_349:active{color:var(--medium-red);transform:scale(.98)}._submitButton_1k3lx_384{padding:.875rem 2rem;background-color:var(--teal);color:var(--text-on-primary);border:none;border-radius:var(--button-border-radius);font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease,transform .1s ease;align-self:center;min-width:150px}._submitButton_1k3lx_384:hover{background-color:var(--teal-dark)}._submitButton_1k3lx_384:active{background-color:var(--teal-dark);transform:scale(.98)}._successMessage_1k3lx_408{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding:2rem;transition:opacity .4s ease,transform .4s ease}._successVisible_1k3lx_418{opacity:1;transform:translateY(0)}._successHidden_1k3lx_423{opacity:0;transform:translateY(20px);pointer-events:none;position:absolute;top:0;left:0;width:100%}._successText_1k3lx_433{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;font-family:Inter,sans-serif}._reportAnotherButton_1k3lx_441{padding:.875rem 2rem;background-color:var(--teal);color:var(--text-on-primary);border:none;border-radius:var(--button-border-radius);font-size:1rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease,transform .1s ease;min-width:200px}._reportAnotherButton_1k3lx_441:hover{background-color:var(--teal-dark)}._reportAnotherButton_1k3lx_441:active{background-color:var(--teal-dark);transform:scale(.98)}@media (max-width: 768px){._reportIssue_1k3lx_1{min-height:calc(100vh - 150px)}._form_1k3lx_15{padding:1.5rem;gap:1.25rem}._heading_1k3lx_38{font-size:1.75rem}._textarea_1k3lx_216{min-height:150px}._fileInputLabel_1k3lx_272{padding:1.5rem 1rem;min-height:100px}._fileInputText_1k3lx_303{font-size:.95rem}._fileInputHint_1k3lx_310{font-size:.8rem}}@media (max-width: 480px){._form_1k3lx_15{padding:1rem;gap:1rem}._heading_1k3lx_38{font-size:1.5rem}._label_1k3lx_68{font-size:.9rem}._select_1k3lx_87,._input_1k3lx_88,._textarea_1k3lx_216,._dropdownButton_1k3lx_115{padding:.875rem;font-size:.95rem}._dropdownOption_1k3lx_165{padding:.75rem .875rem;font-size:.95rem}._fileInputLabel_1k3lx_272{padding:1.25rem .75rem;min-height:90px}._fileInputText_1k3lx_303{font-size:.9rem}._fileInputHint_1k3lx_310{font-size:.75rem;text-align:center;padding:0 .5rem}._fileItem_1k3lx_324{padding:.625rem .75rem}._fileName_1k3lx_339{font-size:.85rem}._submitButton_1k3lx_384{width:100%}._successText_1k3lx_433{font-size:1.25rem}._reportAnotherButton_1k3lx_441{width:100%}}._dropdownIcon_1vit2_1{width:1.25rem;height:1.25rem;color:currentColor;transition:transform .2s ease;flex-shrink:0;display:inline-block;vertical-align:middle}._dropdownIconOpen_1vit2_11{transform:rotate(180deg)}._issues_4fgbh_1{min-height:60vh;padding:2rem 1rem;display:flex;justify-content:center}._container_4fgbh_8{max-width:1200px;width:100%}._headingContainer_4fgbh_13,._headerRight_4fgbh_19{display:flex;align-items:center;gap:1rem}._heading_4fgbh_13{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;color:var(--teal);margin:0}._refreshButton_4fgbh_33{padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;height:44px}._refreshButton_4fgbh_33:hover:not(:disabled){background-color:var(--bg-light);color:var(--teal)}._refreshButton_4fgbh_33:active:not(:disabled){background-color:var(--bg-light);color:var(--teal)}._refreshButton_4fgbh_33:disabled{opacity:.6;cursor:not-allowed}._refreshButtonSuccess_4fgbh_66{color:var(--teal)!important;pointer-events:none}._refreshButton_4fgbh_33 ._spin_4fgbh_71{animation:_spin_4fgbh_71 1s linear infinite}@keyframes _spin_4fgbh_71{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._header_4fgbh_19{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._reportButton_4fgbh_94{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;text-decoration:none;height:44px}._reportButton_4fgbh_94:hover,._reportButton_4fgbh_94:active{background-color:var(--bg-light);color:var(--teal)}._reportButton_4fgbh_94 svg{width:18px;height:18px}._loading_4fgbh_128{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._emptyState_4fgbh_137{text-align:center;padding:4rem 2rem}._emptyHeading_4fgbh_142{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_4fgbh_150{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0 0 2rem}._reportButtonEmpty_4fgbh_157{padding:.875rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:none;border-radius:var(--button-border-radius);cursor:pointer;text-decoration:none;display:inline-block;transition:background-color .2s ease,transform .1s ease}._reportButtonEmpty_4fgbh_157:hover{background:var(--teal-dark)}._reportButtonEmpty_4fgbh_157:active{transform:scale(.98)}._issuesList_4fgbh_181{display:flex;flex-direction:column;gap:.75rem;opacity:1;transition:opacity .2s ease-in-out}._issuesListTransitioning_4fgbh_189{opacity:0}._issueCard_4fgbh_193{animation:_fadeInUp_4fgbh_1 .5s ease-out forwards;opacity:0}@keyframes _fadeInUp_4fgbh_1{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}._tabs_4fgbh_210{display:flex;width:100%;border-bottom:2px solid var(--teal-lighter);gap:0;margin-bottom:2rem}._tab_4fgbh_210{flex:1;display:flex;align-items:center;justify-content:center;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .3s ease,border-color .3s ease;margin-bottom:-2px;text-align:center;white-space:nowrap}._tab_4fgbh_210:hover{color:var(--teal)}._tabActive_4fgbh_242{color:var(--teal);border-bottom-color:var(--teal)}._issueCard_4fgbh_193{background:var(--bg-white);border:1px solid var(--button-hover-bg);border-radius:20px;padding:1rem 1.25rem;transition:box-shadow .2s ease,border-color .2s ease;cursor:pointer}._issueCard_4fgbh_193:hover{box-shadow:0 4px 12px var(--shadow-black-15)}[data-theme=dark] ._issueCard_4fgbh_193{border:1px solid var(--teal-light)}[data-theme=dark] ._issueCard_4fgbh_193:hover{border-color:var(--teal);box-shadow:0 4px 12px var(--teal-rgba-20)}._issueHeader_4fgbh_271{margin-bottom:.75rem}._issueTitleRow_4fgbh_275{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem;width:100%}._ticketIdRow_4fgbh_285{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._ticketId_4fgbh_285{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--teal)}._copyButtonWrapper_4fgbh_300{position:relative;display:inline-block;flex-shrink:0}._copyButton_4fgbh_300{background:none;border:none;cursor:pointer;color:var(--teal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background-color .2s,color .2s}._copyButton_4fgbh_300:hover{background:var(--button-hover-bg)}._copyButton_4fgbh_300:active{background:var(--teal-lighter)}._copyButton_4fgbh_300 svg{width:16px;height:16px}._checkIcon_4fgbh_332{color:var(--green)}._copiedTooltip_4fgbh_336{position:absolute;top:-35px;left:0;font-family:Inter,sans-serif;font-size:.75rem;color:var(--green);font-weight:500;white-space:nowrap;background:var(--bg-white);padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 8px var(--shadow-black-15);z-index:10;pointer-events:none}._issueHeadingInline_4fgbh_353{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--text-secondary);margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}._status_4fgbh_365{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px}._statusOPEN_4fgbh_373{background:var(--yellow-light);color:var(--yellow-dark)}._statusWORK_IN_PROGRESS_4fgbh_378{background:var(--blue-light);color:var(--blue)}._statusDISCARDED_4fgbh_383{background:var(--bg-gray);color:var(--gray-300)}._statusRESOLVED_4fgbh_388{background:var(--light-green);color:var(--green-dark)}._issueMeta_4fgbh_393{display:flex;gap:.75rem;flex-wrap:wrap;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);margin-top:.25rem}._issueType_4fgbh_403{font-weight:500;color:var(--teal)}._issueDate_4fgbh_408{color:var(--text-tertiary)}._issueHeading_4fgbh_353{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}._issueDescription_4fgbh_420{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:.5rem 0 .75rem;white-space:pre-wrap;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._issueUrl_4fgbh_434{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;padding-top:.75rem;border-top:1px solid var(--teal-lighter);margin-top:.5rem}._urlLabel_4fgbh_445{font-weight:600;color:var(--text-tertiary)}._urlLink_4fgbh_450{color:var(--teal);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px}._urlLink_4fgbh_450:hover{text-decoration:underline}._issueFiles_4fgbh_463{display:flex;align-items:flex-start;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;padding-top:.75rem;border-top:1px solid var(--teal-lighter);margin-top:.5rem}._filesLabel_4fgbh_474{font-weight:600;color:var(--text-tertiary);flex-shrink:0}._filesList_4fgbh_480{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}._fileLink_4fgbh_487{display:inline-flex;align-items:center;gap:.375rem;color:var(--teal);text-decoration:none;padding:.25rem .5rem;background-color:var(--button-hover-bg);border:1px solid var(--teal-lighter);border-radius:8px;transition:background-color .2s ease;max-width:200px}._fileLink_4fgbh_487:hover{background-color:var(--button-hover-bg);text-decoration:none}._fileIcon_4fgbh_506{font-size:.875rem;flex-shrink:0}._fileName_4fgbh_511{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem}@media (max-width: 768px){._issues_4fgbh_1{padding:1.5rem 1rem}._heading_4fgbh_13{font-size:1.75rem}._header_4fgbh_19{flex-direction:column;align-items:flex-start}._tabs_4fgbh_210{gap:.375rem}._tab_4fgbh_210{padding:.625rem 1rem;font-size:.875rem}._issueCard_4fgbh_193{padding:1.25rem}._issueTitleRow_4fgbh_275{flex-direction:column;align-items:flex-start}._ticketIdRow_4fgbh_285{width:100%}._issueHeadingInline_4fgbh_353{max-width:100%;margin-left:0;margin-top:.5rem}._urlLink_4fgbh_450{max-width:100%}._issueFiles_4fgbh_463{flex-direction:column;gap:.5rem}._filesList_4fgbh_480{width:100%}._fileLink_4fgbh_487{max-width:100%}}@media (max-width: 480px){._heading_4fgbh_13{font-size:1.5rem}._issueCard_4fgbh_193{padding:1rem}._issueHeading_4fgbh_353{font-size:1rem}._issueDescription_4fgbh_420{font-size:.9375rem}}._issueDetail_1h145_1{min-height:60vh;padding:2rem 1rem;display:flex;justify-content:center}._container_1h145_8{max-width:800px;width:100%}._backButton_1h145_13{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;color:var(--teal);padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;margin-bottom:2rem;border-radius:10px;transition:background-color .2s ease}._backButton_1h145_13:hover{background:var(--button-hover-bg)}._backButton_1h145_13 svg{width:20px;height:20px}._titleContainer_1h145_39{display:flex;justify-content:center;margin-bottom:1.5rem}._heading_1h145_45{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;color:var(--teal);margin:0}._content_1h145_53{background:var(--bg-white);border-radius:0;padding:1.5rem;border-bottom:1px solid var(--teal-lighter)}._ticketIdRow_1h145_60{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1rem}._status_1h145_69{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px}._statusOPEN_1h145_77{background:var(--status-open-bg);color:var(--status-open-text)}._statusWORK_IN_PROGRESS_1h145_82{background:var(--status-wip-bg);color:var(--status-wip-text)}._statusDISCARDED_1h145_87{background:var(--status-discarded-bg);color:var(--status-discarded-text)}._statusRESOLVED_1h145_92{background:var(--status-resolved-bg);color:var(--status-resolved-text)}._details_1h145_97{display:flex;flex-direction:column;gap:1rem}._detailRow_1h145_103{display:flex;flex-direction:column;gap:.5rem}._label_1h145_109{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._value_1h145_118{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);font-weight:500}._ticketIdLabel_1h145_125{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._ticketIdValue_1h145_132{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);font-weight:500}._valueRow_1h145_139,._issueTypeRow_1h145_146{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._issueTypeLabel_1h145_153{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._raisedOnRow_1h145_160{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._raisedOnLabel_1h145_167{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._raisedOnValue_1h145_174{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);font-weight:500}._headingRow_1h145_181{margin-top:1rem}._headingText_1h145_185{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.4}._copyButtonWrapper_1h145_194{position:relative;display:inline-block}._copyButton_1h145_194{background:none;border:none;cursor:pointer;color:var(--teal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background-color .2s,color .2s}._copyButton_1h145_194:hover{background:var(--button-hover-bg)}._copyButton_1h145_194:active{background:var(--teal-lighter)}._copyButton_1h145_194 svg{width:16px;height:16px}._checkIcon_1h145_225{color:var(--green)}._copiedTooltip_1h145_229{position:absolute;top:-35px;left:0;font-family:Inter,sans-serif;font-size:.75rem;color:var(--green);font-weight:500;white-space:nowrap;background:var(--bg-white);padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 8px var(--shadow-black-15);z-index:10;pointer-events:none}._descriptionText_1h145_246{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;white-space:pre-wrap;word-wrap:break-word;margin:0}._urlValue_1h145_256{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);text-decoration:none;word-break:break-all}._urlValue_1h145_256:hover{text-decoration:underline}._filesContainer_1h145_268{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}._fileItem_1h145_275{display:flex;flex-direction:column;gap:.5rem}._imagePreview_1h145_281{display:flex;flex-direction:column;gap:.5rem;max-width:100%}._previewImage_1h145_288{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain;border-radius:8px;border:1px solid var(--teal-lighter);background:var(--bg-lighter)}._fileLink_1h145_299{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal);text-decoration:none;padding:.5rem .75rem;background-color:var(--button-hover-bg);border:1px solid var(--teal-lighter);border-radius:8px;transition:background-color .2s ease;font-family:Inter,sans-serif;font-size:.9375rem;width:fit-content}._fileLink_1h145_299:hover{background-color:var(--teal-lighter);text-decoration:none}._fileIcon_1h145_320{font-size:1rem;flex-shrink:0}._fileName_1h145_325{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500}._fileOpenIcon_1h145_333{font-size:.875rem;flex-shrink:0;opacity:.7}._issueTypeBadge_1h145_339{display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px;width:fit-content}._issueTypeGLITCH_1h145_349{background:var(--issue-glitch-bg);color:var(--issue-glitch-text)}._issueTypeSUBSCRIPTION_1h145_354{background:var(--issue-subscription-bg);color:var(--issue-subscription-text)}._issueTypeAUTHENTICATION_1h145_359{background:var(--issue-auth-bg);color:var(--issue-auth-text)}._issueTypeFEATURE_REQUEST_1h145_364{background:var(--issue-feature-bg);color:var(--issue-feature-text)}._issueTypeOTHERS_1h145_369{background:var(--blue-light);color:var(--blue)}._errorState_1h145_374{text-align:center;padding:4rem 2rem}._errorHeading_1h145_379{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._errorMessage_1h145_387{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0 0 2rem}@media (max-width: 768px){._issueDetail_1h145_1{padding:1.5rem 1rem}._content_1h145_53{padding:1.5rem}._heading_1h145_45{font-size:1.75rem}._header_1h145_408{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){._heading_1h145_45{font-size:1.5rem}._content_1h145_53{padding:1rem}._details_1h145_97{gap:1.25rem}._previewImage_1h145_288{max-height:250px}._fileName_1h145_325{max-width:200px}}._issueDetail_10eyk_1{min-height:60vh;padding:2rem 1rem;display:flex;justify-content:center}._container_10eyk_8{max-width:800px;width:100%}._content_10eyk_13{background:var(--bg-white);border-radius:0;padding:1.5rem;border-bottom:1px solid var(--teal-lighter)}._ticketIdRow_10eyk_20{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1rem}._status_10eyk_30{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px}._statusOPEN_10eyk_38{background:var(--status-open-bg);color:var(--status-open-text)}._statusWORK_IN_PROGRESS_10eyk_43{background:var(--status-wip-bg);color:var(--status-wip-text)}._statusDISCARDED_10eyk_48{background:var(--status-discarded-bg);color:var(--status-discarded-text)}._statusRESOLVED_10eyk_53{background:var(--status-resolved-bg);color:var(--status-resolved-text)}._statusContainer_10eyk_59{position:relative;display:inline-block}._statusDropdownButton_10eyk_64{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s ease}._statusDropdownButton_10eyk_64:hover{opacity:.9}._statusDropdownButtonOPEN_10eyk_82{background:var(--status-open-bg);color:var(--status-open-text);border-color:var(--yellow-border)}._statusDropdownButtonWORK_IN_PROGRESS_10eyk_88{background:var(--status-wip-bg);color:var(--status-wip-text);border-color:var(--blue-border)}._statusDropdownButtonDISCARDED_10eyk_94{background:var(--status-discarded-bg);color:var(--status-discarded-text);border-color:var(--gray-300)}._statusDropdownButtonRESOLVED_10eyk_100{background:var(--status-resolved-bg);color:var(--status-resolved-text);border-color:var(--issue-resolved-border)}._statusDropdown_10eyk_64{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:12px;box-shadow:0 4px 12px var(--shadow-black-15);min-width:180px;z-index:100;overflow:hidden}._statusOption_10eyk_120{display:block;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-primary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease}._statusOption_10eyk_120:hover{background-color:var(--button-hover-bg)}._statusOptionSelected_10eyk_139{background-color:var(--teal-lighter);color:var(--teal)}._details_10eyk_144{display:flex;flex-direction:column;gap:1rem}._detailRow_10eyk_150{display:flex;flex-direction:column;gap:.5rem}._label_10eyk_156{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._value_10eyk_165{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);font-weight:500}._ticketIdLabel_10eyk_172{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._ticketIdValue_10eyk_179{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);font-weight:500}._valueRow_10eyk_186,._issueTypeRow_10eyk_193{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._issueTypeLabel_10eyk_200{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._raisedOnRow_10eyk_207{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._raisedOnLabel_10eyk_214{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._raisedOnValue_10eyk_221{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);font-weight:500}._headingRow_10eyk_228{margin-top:1rem}._headingText_10eyk_232{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0;line-height:1.4}._copyButtonWrapper_10eyk_241{position:relative;display:inline-block}._copyButton_10eyk_241{background:none;border:none;cursor:pointer;color:var(--teal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background-color .2s,color .2s}._copyButton_10eyk_241:hover{background:var(--button-hover-bg)}._copyButton_10eyk_241:active{background:var(--teal-lighter)}._copyButton_10eyk_241 svg{width:16px;height:16px}._checkIcon_10eyk_272{color:var(--green)}._copiedTooltip_10eyk_276{position:absolute;top:-35px;left:0;font-family:Inter,sans-serif;font-size:.75rem;color:var(--green);font-weight:500;white-space:nowrap;background:var(--bg-white);padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 8px var(--shadow-black-15);z-index:10;pointer-events:none}._descriptionText_10eyk_293{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);line-height:1.6;white-space:pre-wrap;word-wrap:break-word;margin:0}._urlValue_10eyk_303{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);text-decoration:none;word-break:break-all}._urlValue_10eyk_303:hover{text-decoration:underline}._filesContainer_10eyk_315{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}._fileItem_10eyk_322{display:flex;flex-direction:column;gap:.5rem}._imagePreview_10eyk_328{display:flex;flex-direction:column;gap:.5rem;max-width:100%}._previewImage_10eyk_335{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain;border-radius:8px;border:1px solid var(--teal-lighter);background:var(--bg-lighter)}[data-theme=dark] ._previewImage_10eyk_335{border:1px solid var(--teal-light)}._fileLink_10eyk_351{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal);text-decoration:none;padding:.5rem .75rem;background-color:var(--button-hover-bg);border:1px solid var(--teal-lighter);border-radius:8px;transition:background-color .2s ease;font-family:Inter,sans-serif;font-size:.9375rem;width:fit-content}._fileLink_10eyk_351:hover{background-color:var(--teal-lighter);text-decoration:none}._fileIcon_10eyk_372{font-size:1rem;flex-shrink:0}._fileName_10eyk_377{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500}._fileOpenIcon_10eyk_385{font-size:.875rem;flex-shrink:0;opacity:.7}._issueTypeBadge_10eyk_391{display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px;width:fit-content}._issueTypeGLITCH_10eyk_401{background:var(--issue-glitch-bg);color:var(--issue-glitch-text)}._issueTypeSUBSCRIPTION_10eyk_406{background:var(--issue-subscription-bg);color:var(--issue-subscription-text)}._issueTypeAUTHENTICATION_10eyk_411{background:var(--issue-auth-bg);color:var(--issue-auth-text)}._issueTypeFEATURE_REQUEST_10eyk_416{background:var(--issue-feature-bg);color:var(--issue-feature-text)}._issueTypeOTHERS_10eyk_421{background:var(--blue-light);color:var(--blue)}._loading_10eyk_426{text-align:center;padding:4rem 2rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._updateSection_10eyk_435{display:flex;justify-content:flex-end;padding:1.5rem 0;background:var(--bg-white)}._updateButton_10eyk_442{padding:.75rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._updateButton_10eyk_442:hover:not(:disabled){background:var(--teal-dark);border-color:var(--teal-dark)}._updateButton_10eyk_442:active:not(:disabled){transform:scale(.98)}._updateButton_10eyk_442:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._issueDetail_10eyk_1{padding:1.5rem 1rem}._content_10eyk_13,._updateSection_10eyk_435{padding:1.5rem}._updateButton_10eyk_442{width:100%;justify-content:center}}@media (max-width: 480px){._content_10eyk_13{padding:1rem}._details_10eyk_144{gap:1.25rem}._previewImage_10eyk_335{max-height:250px}._fileName_10eyk_377{max-width:200px}._updateSection_10eyk_435{padding:1rem}}._commentSection_1ckfi_1{background:var(--bg-white);border-radius:0;padding:1.5rem;margin-top:2rem}._header_1ckfi_8{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}._sectionTitle_1ckfi_15{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--teal);margin:0}._addCommentButton_1ckfi_23{background:var(--teal);color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}._addCommentButton_1ckfi_23:hover{background:var(--teal-dark);transform:translateY(-1px)}._addCommentButton_1ckfi_23:active{transform:translateY(0)}._inputContainer_1ckfi_45{margin-bottom:1.5rem;animation:_slideDown_1ckfi_1 .3s ease-out}@keyframes _slideDown_1ckfi_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._commentsList_1ckfi_61{display:flex;flex-direction:column;gap:0}._emptyState_1ckfi_67{text-align:center;padding:2rem 1rem}._emptyText_1ckfi_72{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);margin:0}._errorMessage_1ckfi_79{background:var(--light-red);color:var(--red-darker);padding:.75rem 1rem;border-radius:6px;font-family:Inter,sans-serif;font-size:.875rem;margin-bottom:1rem}@media (max-width: 768px){._commentSection_1ckfi_1{padding:1.25rem;margin-top:1.5rem}._sectionTitle_1ckfi_15{font-size:1.125rem}._addCommentButton_1ckfi_23{font-size:.8125rem;padding:.4375rem .875rem}}@media (max-width: 480px){._commentSection_1ckfi_1{padding:1rem}._sectionTitle_1ckfi_15{font-size:1rem}._header_1ckfi_8{flex-direction:column;align-items:flex-start;gap:.75rem}._addCommentButton_1ckfi_23{font-size:.8125rem;padding:.4375rem .875rem;width:100%}}._commentInputForm_h97ot_1{margin-bottom:0}._inputWrapper_h97ot_5{background:var(--bg-white);border:1px solid var(--teal-lighter);border-radius:30px;padding:1rem;transition:border-color .2s ease,box-shadow .2s ease}._inputWrapper_h97ot_5:focus-within{border-color:var(--teal);box-shadow:0 8px 24px var(--shadow-black-20)}._textarea_h97ot_18{width:100%;border:none;outline:none;resize:vertical;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-primary);background:transparent;line-height:1.5;min-height:60px;max-height:120px;padding:0;margin-bottom:.75rem}._textarea_h97ot_18::placeholder{color:var(--text-quaternary)}._textarea_h97ot_18:disabled{opacity:.6;cursor:not-allowed}._footer_h97ot_43{display:flex;justify-content:space-between;align-items:center}._buttonGroup_h97ot_49{display:flex;gap:.5rem;align-items:center}._charCount_h97ot_55{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-tertiary)}._charCountWarning_h97ot_61{color:var(--yellow)}._cancelButton_h97ot_65{background:transparent;color:var(--text-tertiary);border:1px solid var(--teal-lighter);border-radius:6px;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease}._cancelButton_h97ot_65:hover:not(:disabled){background:var(--button-hover-bg);border-color:var(--teal);color:var(--text-primary)}._cancelButton_h97ot_65:disabled{opacity:.5;cursor:not-allowed}._submitButton_h97ot_89{background:var(--teal);color:#fff;border:none;border-radius:6px;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease}._submitButton_h97ot_89:hover:not(:disabled){background:var(--teal-dark)}._submitButton_h97ot_89:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){._inputWrapper_h97ot_5{padding:.75rem}._submitButton_h97ot_89{padding:.5rem 1rem;font-size:.8125rem}}._commentItem_1c6e4_1{margin-bottom:1rem}._commentItem_1c6e4_1._reply_1c6e4_5{margin-left:2.5rem;padding-left:1rem;border-left:2px solid var(--teal-lighter);margin-bottom:.75rem}._commentContent_1c6e4_12{display:flex;gap:.75rem}._avatar_1c6e4_17{width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;flex-shrink:0}._avatarYellow_1c6e4_31{background:#fbbf24}._avatarGreen_1c6e4_35{background:#10b981}._avatarImage_1c6e4_39{object-fit:cover;background:none}._commentBody_1c6e4_44{flex:1;min-width:0}._commentHeader_1c6e4_49{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}._authorWrapper_1c6e4_57{display:flex;align-items:center;gap:.375rem}._author_1c6e4_57{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#333}._timestamp_1c6e4_70{font-family:Inter,sans-serif;font-size:.75rem;color:#999}._commentText_1c6e4_76{font-family:Inter,sans-serif;font-size:.9375rem;color:#333;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}._replies_1c6e4_85{margin-top:.75rem}@media (max-width: 480px){._commentItem_1c6e4_1._reply_1c6e4_5{margin-left:1.5rem;padding-left:.75rem}._avatar_1c6e4_17{width:28px;height:28px;font-size:.6875rem}._commentText_1c6e4_76{font-size:.875rem}}._badge_1r1u1_1{padding:.125rem .375rem;border-radius:12px;font-family:Inter,sans-serif;font-size:.625rem;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 1px 3px #0003;border:none;line-height:1;display:inline-flex;align-items:center}._admin_1r1u1_16{background:var(--teal)}._superAdmin_1r1u1_20{background:#ec4899}@media (max-width: 480px){._badge_1r1u1_1{font-size:.5625rem;padding:.1rem .3rem}}._termsAndConditions_1ldnw_1{padding:3rem 2rem;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8}._header_1ldnw_10{margin-bottom:3rem;border-bottom:2px solid var(--teal-lighter);padding-bottom:1.5rem}._header_1ldnw_10 h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Inter,sans-serif}._lastUpdated_1ldnw_24{color:var(--text-tertiary);font-size:.95rem;margin:0;font-style:italic}._content_1ldnw_31{display:flex;flex-direction:column;gap:2.5rem}._section_1ldnw_37{scroll-margin-top:2rem}._section_1ldnw_37 h2{font-size:1.5rem;font-weight:600;color:var(--teal);margin:0 0 1rem;font-family:Inter,sans-serif;line-height:1.4}._section_1ldnw_37 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem;line-height:1.8}._section_1ldnw_37 p:last-child{margin-bottom:0}._section_1ldnw_37 ul{margin:1rem 0;padding-left:2rem;color:var(--text-secondary)}._section_1ldnw_37 li{margin:.75rem 0;line-height:1.8;font-size:1rem}._section_1ldnw_37 li strong{color:var(--text-primary);font-weight:600}._contactInfo_1ldnw_78{background-color:var(--bg-lighter);padding:1.5rem;border-radius:12px;border-left:4px solid var(--teal);margin-top:1rem}._contactInfo_1ldnw_78 p{margin:.5rem 0}._contactInfo_1ldnw_78 p:first-child{margin-top:0}._contactInfo_1ldnw_78 p:last-child{margin-bottom:0}._link_1ldnw_98{color:var(--teal);text-decoration:none;font-weight:500;transition:color .2s ease}._link_1ldnw_98:hover{color:var(--teal-dark);text-decoration:underline}@media (max-width: 768px){._termsAndConditions_1ldnw_1{padding:2rem 1.5rem}._header_1ldnw_10 h1{font-size:2rem}._section_1ldnw_37 h2{font-size:1.35rem}._content_1ldnw_31{gap:2rem}}@media (max-width: 480px){._termsAndConditions_1ldnw_1{padding:1.5rem 1rem}._header_1ldnw_10{margin-bottom:2rem;padding-bottom:1rem}._header_1ldnw_10 h1{font-size:1.75rem}._section_1ldnw_37 h2{font-size:1.25rem}._section_1ldnw_37 p,._section_1ldnw_37 li{font-size:.95rem}._section_1ldnw_37 ul{padding-left:1.5rem}._contactInfo_1ldnw_78{padding:1.25rem}}._privacyPolicy_1098i_1{padding:3rem 2rem;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8}._header_1098i_10{margin-bottom:3rem;border-bottom:2px solid var(--teal-lighter);padding-bottom:1.5rem}._header_1098i_10 h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Inter,sans-serif}._lastUpdated_1098i_24{color:var(--text-tertiary);font-size:.95rem;margin:0;font-style:italic}._content_1098i_31{display:flex;flex-direction:column;gap:2.5rem}._section_1098i_37{scroll-margin-top:2rem}._section_1098i_37 h2{font-size:1.5rem;font-weight:600;color:var(--teal);margin:0 0 1rem;font-family:Inter,sans-serif;line-height:1.4}._section_1098i_37 h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:1.5rem 0 .75rem;font-family:Inter,sans-serif;line-height:1.4}._section_1098i_37 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem;line-height:1.8}._section_1098i_37 p:last-child{margin-bottom:0}._section_1098i_37 ul{margin:1rem 0;padding-left:2rem;color:var(--text-secondary)}._section_1098i_37 li{margin:.75rem 0;line-height:1.8;font-size:1rem}._section_1098i_37 li strong{color:var(--text-primary);font-weight:600}._contactInfo_1098i_87{background-color:var(--bg-lighter);padding:1.5rem;border-radius:12px;border-left:4px solid var(--teal);margin-top:1rem}._contactInfo_1098i_87 p{margin:.5rem 0}._contactInfo_1098i_87 p:first-child{margin-top:0}._contactInfo_1098i_87 p:last-child{margin-bottom:0}._link_1098i_107{color:var(--teal);text-decoration:none;font-weight:500;transition:color .2s ease}._link_1098i_107:hover{color:var(--teal-dark);text-decoration:underline}@media (max-width: 768px){._privacyPolicy_1098i_1{padding:2rem 1.5rem}._header_1098i_10 h1{font-size:2rem}._section_1098i_37 h2{font-size:1.35rem}._section_1098i_37 h3{font-size:1.15rem}._content_1098i_31{gap:2rem}}@media (max-width: 480px){._privacyPolicy_1098i_1{padding:1.5rem 1rem}._header_1098i_10{margin-bottom:2rem;padding-bottom:1rem}._header_1098i_10 h1{font-size:1.75rem}._section_1098i_37 h2{font-size:1.25rem}._section_1098i_37 h3{font-size:1.1rem}._section_1098i_37 p,._section_1098i_37 li{font-size:.95rem}._section_1098i_37 ul{padding-left:1.5rem}._contactInfo_1098i_87{padding:1.25rem}}._refundPolicy_puy3n_1{padding:3rem 2rem;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;color:var(--text-secondary);line-height:1.8}._header_puy3n_10{margin-bottom:3rem;border-bottom:2px solid var(--teal-lighter);padding-bottom:1.5rem}._header_puy3n_10 h1{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;font-family:Inter,sans-serif}._lastUpdated_puy3n_24{color:var(--text-tertiary);font-size:.95rem;margin:0;font-style:italic}._content_puy3n_31{display:flex;flex-direction:column;gap:2.5rem}._section_puy3n_37{scroll-margin-top:2rem}._section_puy3n_37 h2{font-size:1.5rem;font-weight:600;color:var(--teal);margin:0 0 1rem;font-family:Inter,sans-serif;line-height:1.4}._section_puy3n_37 p{margin:0 0 1rem;color:var(--text-secondary);font-size:1rem;line-height:1.8}._section_puy3n_37 p:last-child{margin-bottom:0}._section_puy3n_37 ul{margin:1rem 0;padding-left:2rem;color:var(--text-secondary)}._section_puy3n_37 li{margin:.75rem 0;line-height:1.8;font-size:1rem}._section_puy3n_37 li strong{color:var(--text-primary);font-weight:600}._policyStatement_puy3n_78{background:linear-gradient(135deg,var(--teal-lighter) 0%,#ede5ff 100%);border:2px solid var(--teal);border-radius:16px;padding:2rem;margin:1rem 0 2rem;text-align:center}._policyStatement_puy3n_78 h2{font-size:1.75rem;color:var(--teal-dark);margin:0 0 1rem}._policyStatement_puy3n_78 ._emphasis_puy3n_93{font-size:1.15rem;font-weight:500;color:var(--text-primary);margin:0;line-height:1.6}._policyStatement_puy3n_78 ._emphasis_puy3n_93 strong{color:var(--teal-dark);font-weight:700}._contactInfo_puy3n_106{background-color:#f9f9f9;padding:1.5rem;border-radius:12px;border-left:4px solid var(--teal);margin-top:1rem}._contactInfo_puy3n_106 p{margin:.5rem 0}._contactInfo_puy3n_106 p:first-child{margin-top:0}._contactInfo_puy3n_106 p:last-child{margin-bottom:0}._link_puy3n_126{color:var(--teal);text-decoration:none;font-weight:500;transition:color .2s ease}._link_puy3n_126:hover{color:var(--teal-dark);text-decoration:underline}@media (max-width: 768px){._refundPolicy_puy3n_1{padding:2rem 1.5rem}._header_puy3n_10 h1{font-size:2rem}._section_puy3n_37 h2{font-size:1.35rem}._policyStatement_puy3n_78{padding:1.5rem}._policyStatement_puy3n_78 h2{font-size:1.5rem}._policyStatement_puy3n_78 ._emphasis_puy3n_93{font-size:1.05rem}._content_puy3n_31{gap:2rem}}@media (max-width: 480px){._refundPolicy_puy3n_1{padding:1.5rem 1rem}._header_puy3n_10{margin-bottom:2rem;padding-bottom:1rem}._header_puy3n_10 h1{font-size:1.75rem}._section_puy3n_37 h2{font-size:1.25rem}._section_puy3n_37 p,._section_puy3n_37 li{font-size:.95rem}._section_puy3n_37 ul{padding-left:1.5rem}._policyStatement_puy3n_78{padding:1.25rem;margin:.5rem 0 1.5rem}._policyStatement_puy3n_78 h2{font-size:1.35rem}._policyStatement_puy3n_78 ._emphasis_puy3n_93{font-size:1rem}._contactInfo_puy3n_106{padding:1.25rem}}._pricing_1hntk_1{min-height:60vh;padding:3rem 1rem;background:none;display:flex;justify-content:center}._container_1hntk_9{max-width:1200px;width:100%}._heading_1hntk_14{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:400;color:var(--text-primary);margin:0 0 3rem;text-align:center}._cards_1hntk_23{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;align-items:stretch}._card_1hntk_23{flex:0 1 340px;max-width:380px;background:var(--bg-white);border-radius:30px;padding:1.5rem;position:relative;display:flex;flex-direction:column;box-shadow:0 8px 24px var(--shadow-black-20);transition:transform .2s ease,box-shadow .2s ease;background-image:radial-gradient(circle at 10% 20%,var(--teal-rgba-10) 0%,transparent 50%),radial-gradient(circle at 90% 80%,var(--teal-rgba-10) 0%,transparent 50%)}._card_1hntk_23:hover{transform:scale(1.005);box-shadow:0 8px 24px var(--shadow-black-20)}._cardMiddle_1hntk_52{background-image:linear-gradient(135deg,var(--teal-rgba-10) 0%,transparent 50%),radial-gradient(circle at 50% 50%,var(--teal-rgba-10) 0%,transparent 70%)}._banner_1hntk_58{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;white-space:nowrap;box-shadow:0 4px 12px var(--teal-rgba-30)}._cardTitleContainer_1hntk_74{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.25rem}._cardTitleWithBanner_1hntk_82{margin-top:1rem}._cardTitle_1hntk_74{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0;text-align:center}._titleDiscountBadge_1hntk_95{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--green-success);background:var(--green-light-bg);padding:.375rem .75rem;border-radius:12px;white-space:nowrap}._cardBillingToggle_1hntk_106{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem}._toggleLabel_1hntk_114{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);transition:color .25s ease;display:flex;align-items:center;gap:.5rem}._toggleLabelActive_1hntk_125{color:var(--teal)}._toggleSwitch_1hntk_129{position:relative;width:48px;height:26px;background:var(--toggle-bg);border-radius:13px;border:2px solid var(--toggle-border);cursor:pointer;transition:all .3s ease;padding:0;outline:none}._toggleSwitch_1hntk_129:hover{background:var(--toggle-bg-hover);border-color:var(--toggle-border-hover)}._toggleSwitch_1hntk_129:focus-visible{box-shadow:0 0 0 3px var(--toggle-focus-shadow)}._toggleSlider_1hntk_151{position:absolute;top:2px;left:2px;width:18px;height:18px;background:var(--toggle-slider-bg);border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px var(--toggle-slider-shadow)}._toggleSliderActive_1hntk_163{left:24px;background:var(--toggle-slider-bg)}._toggleSwitch_1hntk_129:has(._toggleSliderActive_1hntk_163){background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border-color:var(--teal-gradient-end)}._cardSaveBadge_1hntk_173{font-size:.625rem;font-weight:700;color:var(--yellow);background:#fbbf2426;padding:.125rem .375rem;border-radius:8px;white-space:nowrap;border:1px solid rgba(251,191,36,.3)}._price_1hntk_184{margin:0 0 .75rem;text-align:center}._priceContainer_1hntk_189{display:flex;flex-direction:column;align-items:center;gap:.5rem}._priceAmount_1hntk_196{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);line-height:1;display:flex;align-items:center;gap:.5rem}._pricePeriod_1hntk_207{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-tertiary)}._priceDiscount_1hntk_214{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-top:.5rem}._originalPrice_1hntk_222{font-family:Inter,sans-serif;font-size:2rem;font-weight:700;color:var(--text-primary);text-decoration:line-through;opacity:.6}._discountBadge_1hntk_231{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--green-success);background:var(--green-light-bg);padding:.375rem .75rem;border-radius:12px}._description_1hntk_241{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);margin:0 0 1rem;text-align:center;line-height:1.4}._buttonPrimary_1hntk_250,._buttonSecondary_1hntk_251{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;border-radius:var(--button-border-radius);border:2px solid;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem;width:100%}._buttonPrimary_1hntk_250{background-color:var(--teal);color:var(--text-on-primary);border-color:var(--teal)}._buttonPrimary_1hntk_250:hover{background-color:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._buttonSecondary_1hntk_251{background-color:var(--bg-white);color:var(--text-secondary);border-color:var(--border-medium)}._buttonSecondary_1hntk_251:hover{background-color:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._buttonPrimary_1hntk_250:active,._buttonSecondary_1hntk_251:active{transform:scale(.98)}._features_1hntk_293{flex:1;display:flex;flex-direction:column}._featuresPrefix_1hntk_299{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:var(--text-primary);margin:0 0 .75rem}._featuresList_1hntk_307{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._featureItem_1hntk_316{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);display:flex;align-items:flex-start;gap:.5rem;line-height:1.4}._featureText_1hntk_326{flex:1}._featureLimit_1hntk_330{font-weight:700;color:var(--teal)}._checkmark_1hntk_335{color:var(--green);font-weight:700;font-size:1.125rem;flex-shrink:0;margin-top:.125rem}._loading_1hntk_343{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._pricingEmpty_1hntk_351{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background:none;padding:0}._emptyState_1hntk_360{text-align:center;padding:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._emptyMessage_1hntk_369{font-family:Inter,sans-serif;font-size:2rem;font-weight:300;color:var(--text-tertiary);margin:0}._chromeButtonContainer_1hntk_377{margin-top:.5rem}[data-theme=dark] ._card_1hntk_23{border:2px solid var(--teal-light)}[data-theme=dark] ._card_1hntk_23:hover{border-color:var(--teal);box-shadow:0 8px 24px var(--teal-rgba-20)}[data-theme=dark] ._cardMiddle_1hntk_52{border-color:var(--teal)}@media (max-width: 640px){._pricing_1hntk_1{padding:2rem 1rem}._heading_1hntk_14{font-size:2rem;margin-bottom:2rem}._cards_1hntk_23{gap:1.5rem}._card_1hntk_23{flex:1 1 100%;max-width:100%;padding:1.25rem;border-radius:30px}._cardTitleContainer_1hntk_74{flex-direction:column;gap:.5rem}._cardTitle_1hntk_74{font-size:1.5rem}._titleDiscountBadge_1hntk_95{font-size:1rem}._cardBillingToggle_1hntk_106{margin-bottom:1rem;gap:.5rem}._toggleLabel_1hntk_114{font-size:.8125rem}._toggleSwitch_1hntk_129{width:44px;height:24px}._toggleSlider_1hntk_151{width:16px;height:16px}._toggleSliderActive_1hntk_163{left:22px}._cardSaveBadge_1hntk_173{font-size:.5625rem}._priceAmount_1hntk_196{font-size:1.75rem}._description_1hntk_241{font-size:.875rem}}._admin_17i3k_1{display:flex;min-height:calc(100vh - 80px);width:100%;margin-left:-4.5rem;margin-right:-4.5rem;margin-bottom:-4rem}._sidebar_17i3k_10{width:250px;background-color:var(--bg-white);border-right:1px solid var(--border-light);padding:2rem 0;flex-shrink:0;min-height:calc(100vh - 80px)}._sidebarTitle_17i3k_19{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--teal);margin:0 0 2rem;padding:0 1.5rem}._sidebarNav_17i3k_28{display:flex;flex-direction:column;gap:0;padding:0 1rem}._sidebarButton_17i3k_35{padding:.875rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:none;border:none;border-radius:8px;cursor:pointer;text-align:left;transition:background-color .2s ease,color .2s ease;text-decoration:none;display:block}._sidebarButton_17i3k_35:hover{background-color:var(--button-hover-bg);color:var(--teal)}._sidebarButtonActive_17i3k_56{background-color:var(--teal);color:var(--text-on-primary);font-weight:600}._sidebarButtonActive_17i3k_56:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._content_17i3k_67{flex:1;padding:2rem;overflow-y:auto;background:var(--bg-white)}._comingSoon_17i3k_74{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}._comingSoon_17i3k_74 h2{font-family:Inter,sans-serif;font-size:2rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}._comingSoon_17i3k_74 p{font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary);margin:0}@media (max-width: 768px){._admin_17i3k_1{flex-direction:column;margin-left:-3rem;margin-right:-3rem;margin-bottom:-3rem}._sidebar_17i3k_10{width:100%;border-right:none;border-bottom:1px solid var(--border-light);padding:1rem 0;min-height:auto}._sidebarTitle_17i3k_19{padding:0 1rem;margin-bottom:1rem;font-size:1.25rem}._sidebarNav_17i3k_28{flex-direction:row;overflow-x:auto;padding:0 1rem;gap:.5rem}._sidebarButton_17i3k_35{white-space:nowrap;padding:.75rem 1rem;font-size:.9375rem}._content_17i3k_67{padding:1.5rem 1rem}}@media (max-width: 480px){._admin_17i3k_1{margin-left:-2.25rem;margin-right:-2.25rem;margin-bottom:-2rem}}._adminPricing_1y0mg_1{width:100%}._header_1y0mg_5{display:flex;justify-content:flex-end;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._headerActions_1y0mg_14{display:flex;align-items:center;gap:1rem}._refreshButton_1y0mg_20{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._refreshButton_1y0mg_20:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._refreshButton_1y0mg_20:disabled{opacity:.6;cursor:not-allowed}._refreshButton_1y0mg_20 ._spin_1y0mg_47{animation:_spin_1y0mg_47 1s linear infinite}@keyframes _spin_1y0mg_47{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._addButton_1y0mg_60{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._addButton_1y0mg_60:hover{background:var(--teal-dark);border-color:var(--teal-dark)}._addButton_1y0mg_60:active{transform:scale(.98)}._filterContainer_1y0mg_82{position:relative;display:inline-block}._filterButton_1y0mg_87{padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:border-color .2s ease,background-color .2s ease;min-width:120px;justify-content:space-between}._filterButton_1y0mg_87:hover{border-color:var(--teal);background-color:var(--button-hover-bg)}._filterDropdown_1y0mg_110{position:absolute;top:100%;left:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);box-shadow:0 4px 12px var(--shadow-black-15);min-width:120px;z-index:100;overflow:hidden}._filterOption_1y0mg_124{display:block;width:100%;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}._filterOption_1y0mg_124:hover{background-color:var(--teal-lighter);color:var(--teal)}._filterOptionSelected_1y0mg_144{background-color:var(--teal);color:var(--text-on-primary)}._filterOptionSelected_1y0mg_144:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._tabs_1y0mg_154{display:inline-flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid var(--border-light)}._tab_1y0mg_154{padding:.5rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .3s ease,border-color .3s ease;margin-bottom:-2px}._tab_1y0mg_154:hover{color:var(--teal)}._tabActive_1y0mg_179{color:var(--teal);border-bottom-color:var(--teal)}._loading_1y0mg_184{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._emptyState_1y0mg_192{text-align:center;padding:4rem 2rem}._emptyHeading_1y0mg_197{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_1y0mg_205{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._pricingList_1y0mg_212{display:flex;flex-direction:column;gap:1.5rem}._pricingCard_1y0mg_218{position:relative;background:var(--bg-white);border:1px solid transparent;border-radius:30px;padding:1.5rem;transition:border-color .2s ease,box-shadow .2s ease;cursor:pointer}._pricingCard_1y0mg_218:hover{border-color:var(--border-medium);box-shadow:0 4px 16px var(--shadow-black-10)}._cardActive_1y0mg_233{background:var(--teal-rgba-10)}._cardActive_1y0mg_233:hover{border-color:var(--teal-rgba-20);box-shadow:0 8px 24px var(--shadow-black-20)}._cardLive_1y0mg_242{background:#22c55e14}._cardLive_1y0mg_242:hover{border-color:#22c55e33;box-shadow:0 4px 16px #22c55e33}[data-theme=dark] ._pricingCard_1y0mg_218{border:1px solid var(--teal-light)}[data-theme=dark] ._pricingCard_1y0mg_218:hover{border-color:var(--teal);box-shadow:0 4px 16px var(--teal-rgba-20)}[data-theme=dark] ._cardActive_1y0mg_233{border:2px solid var(--teal)}[data-theme=dark] ._cardActive_1y0mg_233:hover{border-color:var(--teal-light);box-shadow:0 8px 24px var(--teal-rgba-30)}._cardHeader_1y0mg_270{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}._cardTitle_1y0mg_279{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem}._price_1y0mg_287{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--teal);margin:0}._description_1y0mg_295{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);margin:.5rem 0 0;line-height:1.4}._highlightedBanner_1y0mg_303{position:absolute;top:0;right:0;background:linear-gradient(135deg,#ec4899,#8b5cf6);color:#fff;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;border-radius:0 30px 0 15px;letter-spacing:1px;box-shadow:0 2px 8px #ec48994d}._statusBadges_1y0mg_318{display:flex;gap:.5rem;flex-wrap:wrap}._statusBadge_1y0mg_318{padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:6px;text-transform:uppercase}._statusENABLED_1y0mg_333{background-color:var(--light-green);color:var(--green)}._statusDISABLED_1y0mg_338{background-color:var(--light-red);color:var(--red)}._statusActive_1y0mg_343{background-color:var(--teal-lighter);color:var(--teal)}._statusExpired_1y0mg_348{background-color:var(--bg-gray);color:var(--gray-500)}._cardMeta_1y0mg_353{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem 1.5rem;margin-bottom:1rem}._metaItem_1y0mg_360{display:flex;flex-direction:row;align-items:center;gap:.5rem}._metaLabel_1y0mg_367{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._metaValue_1y0mg_376{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-primary)}._features_1y0mg_382{margin-top:1rem}._featuresTitle_1y0mg_386{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-primary);margin:0 0 1rem}._featuresList_1y0mg_394{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._featureItem_1y0mg_403{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}._checkmark_1y0mg_413{color:var(--green);font-weight:700;font-size:1.125rem;flex-shrink:0;margin-top:.125rem}._featureText_1y0mg_421{flex:1}._featureText_1y0mg_421 strong{font-weight:600}@media (max-width: 768px){._header_1y0mg_5{flex-direction:column;align-items:flex-start}._filterContainer_1y0mg_82,._filterButton_1y0mg_87{width:100%}._filterDropdown_1y0mg_110{width:100%;right:auto;left:0}._cardHeader_1y0mg_270{flex-direction:column}._cardMeta_1y0mg_353{grid-template-columns:1fr}}._adminTickets_1tcmd_1{width:100%}._header_1tcmd_5{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._refreshButton_1tcmd_14{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._refreshButton_1tcmd_14:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._refreshButton_1tcmd_14:disabled{opacity:.6;cursor:not-allowed}._refreshButton_1tcmd_14 ._spin_1tcmd_41{animation:_spin_1tcmd_41 1s linear infinite}@keyframes _spin_1tcmd_41{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._filters_1tcmd_54{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}._filterGroup_1tcmd_61{display:flex;flex-direction:column;gap:.375rem}._filterLabel_1tcmd_67{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._filterContainer_1tcmd_76{position:relative;display:inline-block}._filterButton_1tcmd_81{padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:border-color .2s ease,background-color .2s ease;min-width:160px;justify-content:space-between}._filterButton_1tcmd_81:hover{border-color:var(--teal);background-color:var(--button-hover-bg)}._filterDropdown_1tcmd_104{position:absolute;top:100%;left:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);box-shadow:0 4px 12px var(--shadow-black-15);min-width:160px;z-index:100;overflow:hidden}._filterOption_1tcmd_118{display:block;width:100%;padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}._filterOption_1tcmd_118:hover{background-color:var(--teal-lighter);color:var(--teal)}._filterOptionSelected_1tcmd_138{background-color:var(--teal);color:var(--text-on-primary)}._filterOptionSelected_1tcmd_138:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._ticketIdInput_1tcmd_148{padding:.75rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);min-width:180px;transition:border-color .2s ease,background-color .2s ease}._ticketIdInput_1tcmd_148:hover{border-color:var(--teal)}._ticketIdInput_1tcmd_148:focus{outline:none;border-color:var(--teal);background-color:var(--teal-lighter)}._ticketIdInput_1tcmd_148::placeholder{color:var(--text-quaternary)}._fetchButton_1tcmd_175{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._fetchButton_1tcmd_175:hover:not(:disabled){background:var(--teal-dark);border-color:var(--teal-dark)}._fetchButton_1tcmd_175:active:not(:disabled){transform:scale(.98)}._fetchButton_1tcmd_175:disabled{opacity:.6;cursor:not-allowed}._loading_1tcmd_205{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._initialState_1tcmd_213{text-align:center;padding:4rem 2rem}._initialHeading_1tcmd_218{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._initialMessage_1tcmd_226{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._emptyState_1tcmd_233{text-align:center;padding:4rem 2rem}._emptyHeading_1tcmd_238{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_1tcmd_246{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._issuesList_1tcmd_253{display:flex;flex-direction:column;gap:.75rem}._pagination_1tcmd_260{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-gray)}._paginationButton_1tcmd_270{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._paginationButton_1tcmd_270:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._paginationButton_1tcmd_270:active:not(:disabled){transform:scale(.98)}._paginationButton_1tcmd_270:disabled{opacity:.4;cursor:not-allowed;border-color:var(--border-dark);color:var(--text-quaternary)}._paginationButton_1tcmd_270 svg{width:18px;height:18px}._paginationInfo_1tcmd_307{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);white-space:nowrap}._issueCard_1tcmd_314{background:var(--bg-white);border:none;border-radius:20px;padding:1rem 1.25rem;box-shadow:0 1px 3px var(--shadow-black-10);transition:background-color .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:pointer;animation:_fadeInUp_1tcmd_1 .5s ease-out forwards;opacity:0}@keyframes _fadeInUp_1tcmd_1{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}._issueCard_1tcmd_314:hover{background:var(--teal-lighter);box-shadow:0 8px 24px var(--shadow-black-20)}[data-theme=dark] ._issueCard_1tcmd_314{border:1px solid var(--teal-light)}[data-theme=dark] ._issueCard_1tcmd_314:hover{border-color:var(--teal);box-shadow:0 8px 24px var(--teal-rgba-20)}._issueHeader_1tcmd_352{margin-bottom:.75rem}._issueTitleRow_1tcmd_356{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem;width:100%}._ticketIdRow_1tcmd_366{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}._ticketId_1tcmd_148{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--teal)}._copyButtonWrapper_1tcmd_381{position:relative;display:inline-block;flex-shrink:0}._copyButton_1tcmd_381{background:none;border:none;cursor:pointer;color:var(--teal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background-color .2s,color .2s}._copyButton_1tcmd_381:hover{background:var(--button-hover-bg)}._copyButton_1tcmd_381:active{background:var(--teal-lighter)}._copyButton_1tcmd_381 svg{width:16px;height:16px}._checkIcon_1tcmd_413{color:var(--green)}._copiedTooltip_1tcmd_417{position:absolute;top:-35px;left:0;font-family:Inter,sans-serif;font-size:.75rem;color:var(--green);font-weight:500;white-space:nowrap;background:var(--bg-white);padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 8px var(--shadow-black-15);z-index:10;pointer-events:none}._issueHeadingInline_1tcmd_434{font-family:Inter,sans-serif;font-size:1rem;font-weight:700;color:var(--text-secondary);margin-left:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px}._status_1tcmd_446{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px}._statusOPEN_1tcmd_454{background:var(--yellow-light);color:var(--yellow-dark)}._statusWORK_IN_PROGRESS_1tcmd_459{background:var(--blue-light);color:var(--blue)}._statusDISCARDED_1tcmd_464{background:var(--bg-gray);color:var(--gray-700)}._statusRESOLVED_1tcmd_469{background:var(--light-green);color:var(--green-dark)}._issueMeta_1tcmd_474{display:flex;gap:.75rem;flex-wrap:wrap;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);margin-top:.25rem}._issueType_1tcmd_484{font-weight:500;color:var(--teal)}._issueDate_1tcmd_489{color:var(--text-tertiary)}._issueDescription_1tcmd_493{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);line-height:1.5;margin:.5rem 0 .75rem;white-space:pre-wrap;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._issueUrl_1tcmd_507{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;padding-top:.75rem;border-top:1px solid var(--teal-lighter);margin-top:.5rem}._urlLabel_1tcmd_518{font-weight:600;color:var(--text-tertiary)}._urlLink_1tcmd_523{color:var(--teal);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:500px}._urlLink_1tcmd_523:hover{text-decoration:underline}._issueFiles_1tcmd_536{display:flex;align-items:flex-start;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;padding-top:.75rem;border-top:1px solid var(--teal-lighter);margin-top:.5rem}._filesLabel_1tcmd_547{font-weight:600;color:var(--text-tertiary);flex-shrink:0}._filesList_1tcmd_553{display:flex;flex-wrap:wrap;gap:.5rem;flex:1}._fileLink_1tcmd_560{display:inline-flex;align-items:center;gap:.375rem;color:var(--teal);text-decoration:none;padding:.25rem .5rem;background-color:var(--button-hover-bg);border:1px solid var(--teal-lighter);border-radius:8px;transition:background-color .2s ease;max-width:200px}._fileLink_1tcmd_560:hover{background-color:var(--teal-lighter);text-decoration:none}._fileIcon_1tcmd_579{font-size:.875rem;flex-shrink:0}._fileName_1tcmd_584{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem}@media (max-width: 768px){._header_1tcmd_5{flex-direction:column;align-items:stretch}._filters_1tcmd_54{flex-direction:column;width:100%}._filterGroup_1tcmd_61,._filterContainer_1tcmd_76,._filterButton_1tcmd_81,._filterDropdown_1tcmd_104,._ticketIdInput_1tcmd_148{width:100%}._fetchButton_1tcmd_175{width:100%;justify-content:center}._issueCard_1tcmd_314{padding:1.25rem}._issueTitleRow_1tcmd_356{flex-direction:column;align-items:flex-start}._ticketIdRow_1tcmd_366{width:100%}._issueHeadingInline_1tcmd_434{max-width:100%;margin-left:0;margin-top:.5rem}._urlLink_1tcmd_523{max-width:100%}._issueFiles_1tcmd_536{flex-direction:column;gap:.5rem}._filesList_1tcmd_553{width:100%}._fileLink_1tcmd_560{max-width:100%}._pagination_1tcmd_260{flex-direction:column;gap:1rem}._paginationButton_1tcmd_270{width:100%;justify-content:center}}@media (max-width: 480px){._issueCard_1tcmd_314{padding:1rem}._issueDescription_1tcmd_493{font-size:.9375rem}}._adminDomains_mne5w_1{width:100%}._header_mne5w_5{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._addButton_mne5w_14{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._addButton_mne5w_14:hover{background:var(--teal-dark);border-color:var(--teal-dark)}._addButton_mne5w_14:active{transform:scale(.98)}._loading_mne5w_36{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._emptyState_mne5w_44{text-align:center;padding:4rem 2rem}._emptyHeading_mne5w_49{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_mne5w_57{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._domainGrid_mne5w_64{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem}._domainCard_mne5w_70{background:var(--bg-white);border:none;border-radius:20px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}._domainCard_mne5w_70:hover{transform:scale(1.005);box-shadow:0 4px 16px var(--shadow-black-10)}._domainCardAllowed_mne5w_88{background:#22c55e1f}._domainCardAllowed_mne5w_88:hover{box-shadow:0 4px 16px #22c55e4d}._domainCardBanned_mne5w_96{background:#ef44441f}._domainCardBanned_mne5w_96:hover{box-shadow:0 4px 16px #ef44444d}._deleteButton_mne5w_104{position:absolute;top:.75rem;right:.75rem;padding:.5rem;font-size:1.125rem;color:var(--text-tertiary);background:var(--white-rgba-50);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}._deleteButton_mne5w_104:hover{color:var(--red);background:var(--bg-white);transform:scale(1.1)}._deleteButton_mne5w_104:active{transform:scale(.95)}._cardTitle_mne5w_132{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:400;color:var(--text-primary);margin:0;text-align:center;word-break:break-word}._refreshButton_mne5w_142{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._refreshButton_mne5w_142:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._refreshButton_mne5w_142:disabled{opacity:.6;cursor:not-allowed}._refreshButton_mne5w_142 ._spin_mne5w_169{animation:_spin_mne5w_169 1s linear infinite}@keyframes _spin_mne5w_169{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._pagination_mne5w_183{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-gray)}._paginationButton_mne5w_193{padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._paginationButton_mne5w_193:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._paginationButton_mne5w_193:active:not(:disabled){transform:scale(.98)}._paginationButton_mne5w_193:disabled{opacity:.4;cursor:not-allowed;border-color:var(--border-dark);color:var(--text-quaternary)}._paginationInfo_mne5w_222{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);white-space:nowrap}._paginationControls_mne5w_229{display:flex;gap:.75rem}@media (max-width: 768px){._header_mne5w_5{flex-direction:row;align-items:center;justify-content:space-between}._domainGrid_mne5w_64{grid-template-columns:1fr}._pagination_mne5w_183{flex-direction:column;gap:1rem}._paginationControls_mne5w_229{width:100%;justify-content:center}._paginationButton_mne5w_193{flex:1;max-width:150px}}._overlay_1l5vx_1{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-overlay);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1l5vx_1 .3s ease-out}._overlay_1l5vx_1._closing_1l5vx_15{animation:_fadeOut_1l5vx_1 .3s ease-out forwards}@keyframes _fadeIn_1l5vx_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1l5vx_1{0%{opacity:1}to{opacity:0}}._dialog_1l5vx_37{background:var(--bg-white);border-radius:30px;padding:2rem;max-width:400px;width:90%;border:2px solid var(--border-medium);animation:_scaleIn_1l5vx_1 .3s ease-out}._dialog_1l5vx_37._closing_1l5vx_15{animation:_scaleOut_1l5vx_1 .3s ease-out forwards}@keyframes _scaleIn_1l5vx_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _scaleOut_1l5vx_1{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}._title_1l5vx_73{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-secondary);margin:0 0 1rem}._message_1l5vx_81{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);line-height:1.6;margin:0 0 1.5rem}._buttons_1l5vx_89{display:flex;gap:.75rem;justify-content:flex-end}._cancelButton_1l5vx_95,._confirmButton_1l5vx_96{padding:.5rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;border-radius:8px;border:none;cursor:pointer;transition:all .2s}._cancelButton_1l5vx_95{background:var(--bg-gray);color:var(--text-secondary)}._cancelButton_1l5vx_95:hover{background:var(--button-hover-bg);color:var(--teal)}._confirmButton_1l5vx_96{background:var(--red-dark);color:var(--white)}._confirmButton_1l5vx_96:hover{background:var(--button-hover-bg);color:var(--red)}[data-theme=dark] ._dialog_1l5vx_37{border:2px solid var(--teal)}._overlay_1m0fz_1{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-overlay);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1m0fz_1 .2s ease-out}@keyframes _fadeIn_1m0fz_1{0%{opacity:0}to{opacity:1}}._modal_1m0fz_24{background:var(--bg-white);border-radius:30px;padding:1.5rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;border:2px solid var(--border-medium);animation:_scaleIn_1m0fz_1 .2s ease-out}@keyframes _scaleIn_1m0fz_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._title_1m0fz_47{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}._form_1m0fz_55{display:flex;flex-direction:column;gap:1rem}._fieldGroup_1m0fz_61{display:flex;flex-direction:column;gap:.375rem}._label_1m0fz_67{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}._required_1m0fz_75{color:var(--red)}._input_1m0fz_79,._dropdownButton_1m0fz_80{padding:.625rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;width:100%;box-sizing:border-box}._input_1m0fz_79:focus{outline:none;border-color:var(--teal)}._inputError_1m0fz_98,._dropdownButton_1m0fz_80._inputError_1m0fz_98{border-color:var(--red)}._dropdownContainer_1m0fz_103{position:relative}._dropdownButton_1m0fz_80{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}._dropdownButton_1m0fz_80:hover,._dropdownButtonOpen_1m0fz_119{border-color:var(--teal)}._dropdownList_1m0fz_123{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);z-index:100;overflow:hidden}._dropdownOption_1m0fz_136{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease;border-bottom:1px solid var(--teal-lighter)}._dropdownOption_1m0fz_136:hover{background-color:var(--button-hover-bg);color:var(--teal)}._dropdownOption_1m0fz_136:last-child{border-bottom:none}._dropdownOptionSelected_1m0fz_161{background-color:var(--teal);color:var(--text-on-primary)}._dropdownOptionSelected_1m0fz_161:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._errorMessage_1m0fz_171{font-family:Inter,sans-serif;font-size:.875rem;color:var(--red)}._submitError_1m0fz_177{padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--red);background-color:var(--light-red);border-radius:var(--button-border-radius);border:1px solid var(--red)}._buttons_1m0fz_187{display:flex;gap:.625rem;justify-content:flex-end;margin-top:.25rem}._cancelButton_1m0fz_194,._submitButton_1m0fz_195{padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;border-radius:var(--button-border-radius);border:2px solid;cursor:pointer;transition:all .2s ease}._cancelButton_1m0fz_194{background:var(--bg-white);color:var(--text-secondary);border-color:var(--border-medium)}._cancelButton_1m0fz_194:hover{background:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._cancelButton_1m0fz_194:disabled{opacity:.6;cursor:not-allowed}._submitButton_1m0fz_195{background:var(--teal);color:var(--text-on-primary);border-color:var(--teal)}._submitButton_1m0fz_195:hover{background:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._submitButton_1m0fz_195:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] ._modal_1m0fz_24{border:2px solid var(--teal)}@media (max-width: 640px){._modal_1m0fz_24{padding:1.5rem;max-width:95%}._title_1m0fz_47{font-size:1.25rem}._buttons_1m0fz_187{flex-direction:column}._cancelButton_1m0fz_194,._submitButton_1m0fz_195{width:100%}}._domainEdit_v4rxx_1{width:100%;max-width:800px;margin:0 auto;padding:2rem}._header_v4rxx_8{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;justify-content:space-between}._header_v4rxx_8>h1{flex:1}._backButton_v4rxx_20{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;cursor:pointer;transition:color .2s ease}._backButton_v4rxx_20:hover{color:var(--teal)}._title_v4rxx_36{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}._loading_v4rxx_44,._error_v4rxx_45{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._error_v4rxx_45{color:var(--red)}._card_v4rxx_57{background:var(--bg-white);border-radius:30px;padding:2rem}[data-theme=dark] ._card_v4rxx_57{border:2px solid var(--teal-light)}._fieldRow_v4rxx_68{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}._fieldRow_v4rxx_68:last-of-type{margin-bottom:0}._field_v4rxx_68{display:flex;flex-direction:column;gap:.5rem}._label_v4rxx_85{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._value_v4rxx_94{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary)}._input_v4rxx_100{padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;width:100%;box-sizing:border-box}._input_v4rxx_100:focus{outline:none;border-color:var(--teal)}._dropdownContainer_v4rxx_118{position:relative}._dropdownButton_v4rxx_122{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;text-align:left;width:100%;transition:border-color .2s ease}._dropdownButton_v4rxx_122:hover,._dropdownButtonOpen_v4rxx_143{border-color:var(--teal)}._dropdownList_v4rxx_147{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);box-shadow:0 4px 12px var(--shadow-black-15);z-index:100;overflow:hidden}._dropdownOption_v4rxx_161{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease;border-bottom:1px solid var(--teal-lighter)}._dropdownOption_v4rxx_161:hover{background-color:var(--button-hover-bg);color:var(--teal)}._dropdownOption_v4rxx_161:last-child{border-bottom:none}._dropdownOptionSelected_v4rxx_186{background-color:var(--teal);color:var(--text-on-primary)}._dropdownOptionSelected_v4rxx_186:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._statusBadge_v4rxx_196{display:inline-block;width:fit-content;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:6px;text-transform:uppercase}._statusBadgeButton_v4rxx_207{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:6px;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}._statusBadgeButton_v4rxx_207._statusALLOWED_v4rxx_225{background-color:var(--light-green);color:var(--green)}._statusBadgeButton_v4rxx_207._statusBANNED_v4rxx_230{background-color:var(--light-red);color:var(--red)}._statusBadgeButton_v4rxx_207:hover,._statusBadgeButtonOpen_v4rxx_239{opacity:.9}._statusALLOWED_v4rxx_225{background-color:var(--light-green);color:var(--green)}._statusBANNED_v4rxx_230{background-color:var(--light-red);color:var(--red)}._actions_v4rxx_253{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:2rem}._updateButton_v4rxx_261{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._updateButton_v4rxx_261:hover{background:var(--teal-dark);border-color:var(--teal-dark)}._updateButton_v4rxx_261:disabled{opacity:.6;cursor:not-allowed;background:var(--border-dark);border-color:var(--border-dark)}._refreshButton_v4rxx_286{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._refreshButton_v4rxx_286:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._refreshButton_v4rxx_286:disabled{opacity:.6;cursor:not-allowed}._refreshButton_v4rxx_286 ._spin_v4rxx_313{animation:_spin_v4rxx_313 1s linear infinite}@keyframes _spin_v4rxx_313{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._domainEdit_v4rxx_1{padding:1rem}._fieldRow_v4rxx_68{grid-template-columns:1fr}._actions_v4rxx_253{flex-direction:column}._updateButton_v4rxx_261{width:100%}}._adminCoupons_x4mzn_1{width:100%}._tabs_x4mzn_5{display:inline-flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid var(--border-light)}._tab_x4mzn_5{padding:.5rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .3s ease,border-color .3s ease;margin-bottom:-2px}._tab_x4mzn_5:hover{color:var(--teal)}._tabActive_x4mzn_30{color:var(--teal);border-bottom-color:var(--teal)}._header_x4mzn_35{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}._filters_x4mzn_44{display:flex;gap:1rem;flex-wrap:wrap;flex:1}._filterInput_x4mzn_51{padding:.625rem .75rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;min-width:150px;flex:1;max-width:200px}._filterInput_x4mzn_51:focus{outline:none;border-color:var(--teal)}._filterInput_x4mzn_51::placeholder{color:var(--text-quaternary)}._filterContainer_x4mzn_74{position:relative;min-width:120px}._filterButton_x4mzn_79{padding:.625rem .75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:border-color .2s ease,background-color .2s ease;width:100%;min-width:120px}._filterButton_x4mzn_79:hover{border-color:var(--teal);background-color:var(--button-hover-bg)}._filterDropdown_x4mzn_103{position:absolute;top:100%;left:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);box-shadow:0 4px 12px var(--shadow-black-15);min-width:120px;z-index:100;overflow:hidden}._filterOption_x4mzn_117{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease}._filterOption_x4mzn_117:hover{background-color:var(--teal-lighter);color:var(--teal)}._filterOptionSelected_x4mzn_137{background-color:var(--teal);color:var(--text-on-primary)}._filterOptionSelected_x4mzn_137:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._headerActions_x4mzn_147{display:flex;align-items:center;gap:1rem}._refreshButton_x4mzn_153{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._refreshButton_x4mzn_153:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._refreshButton_x4mzn_153:disabled{opacity:.6;cursor:not-allowed}._refreshButton_x4mzn_153 ._spin_x4mzn_180{animation:_spin_x4mzn_180 1s linear infinite}@keyframes _spin_x4mzn_180{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._addButton_x4mzn_193{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._addButton_x4mzn_193:hover{background:var(--teal-dark);border-color:var(--teal-dark)}._addButton_x4mzn_193:active{transform:scale(.98)}._loading_x4mzn_215{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._emptyState_x4mzn_223{text-align:center;padding:4rem 2rem}._emptyHeading_x4mzn_228{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_x4mzn_236{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._couponGrid_x4mzn_243{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}._couponCard_x4mzn_249{background:var(--bg-white);border:2px solid var(--teal-light);border-radius:20px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;cursor:pointer;position:relative}._couponCard_x4mzn_249:hover{transform:scale(1.005);box-shadow:0 4px 16px var(--teal-rgba-20);border-color:var(--teal-light)}._cardHighlighted_x4mzn_265{background:var(--light-green);border-color:#22c55e4d}._cardHighlighted_x4mzn_265:hover{box-shadow:0 4px 16px #22c55e4d}[data-theme=dark] ._couponCard_x4mzn_249{border:2px solid var(--teal)}[data-theme=dark] ._couponCard_x4mzn_249:hover{border-color:var(--teal-light);box-shadow:0 4px 16px var(--teal-rgba-30)}._cardHeader_x4mzn_285{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}._cardTitleSection_x4mzn_293{flex:1}._cardTitle_x4mzn_293{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .5rem;word-break:break-word}._cardCode_x4mzn_306{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--teal);margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}._discount_x4mzn_316{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--green);margin:0}._cardActions_x4mzn_324{display:flex;gap:.5rem;align-items:flex-start}._editButton_x4mzn_330,._deleteButton_x4mzn_331{padding:.5rem;font-size:1.125rem;color:var(--text-tertiary);background:var(--white-rgba-50);border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}._editButton_x4mzn_330:hover{color:var(--teal);background:var(--bg-white);transform:scale(1.1)}._deleteButton_x4mzn_331:hover{color:var(--red);background:var(--bg-white);transform:scale(1.1)}._editButton_x4mzn_330:active,._deleteButton_x4mzn_331:active{transform:scale(.95)}._cardMeta_x4mzn_363{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}._metaItem_x4mzn_370{display:flex;flex-direction:row;align-items:center;gap:.5rem;flex-wrap:wrap}._metaLabel_x4mzn_378{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._metaValue_x4mzn_387{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-primary)}._statusBadge_x4mzn_393{padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;border-radius:6px;text-transform:uppercase}._statusENABLED_x4mzn_402{background-color:var(--light-green);color:var(--green)}._statusDISABLED_x4mzn_407{background-color:var(--light-red);color:var(--red)}._statusHighlighted_x4mzn_412{background-color:var(--teal-lighter);color:var(--teal)}._description_x4mzn_417{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-gray)}._description_x4mzn_417 p{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}._pagination_x4mzn_436{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border-gray)}._paginationButton_x4mzn_446{padding:.625rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._paginationButton_x4mzn_446:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._paginationButton_x4mzn_446:active:not(:disabled){transform:scale(.98)}._paginationButton_x4mzn_446:disabled{opacity:.4;cursor:not-allowed;border-color:var(--border-dark);color:var(--text-quaternary)}._paginationInfo_x4mzn_475{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);white-space:nowrap}._paginationControls_x4mzn_482{display:flex;gap:.75rem}@media (max-width: 768px){._header_x4mzn_35{flex-direction:column;align-items:stretch}._filters_x4mzn_44{flex-direction:column}._filterInput_x4mzn_51{max-width:100%}._headerActions_x4mzn_147{width:100%;justify-content:space-between}._couponGrid_x4mzn_243{grid-template-columns:1fr}._pagination_x4mzn_436{flex-direction:column;gap:1rem}._paginationControls_x4mzn_482{width:100%;justify-content:center}._paginationButton_x4mzn_446{flex:1;max-width:150px}}._overlay_nzlz5_1{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-overlay);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_nzlz5_1 .2s ease-out}@keyframes _fadeIn_nzlz5_1{0%{opacity:0}to{opacity:1}}._modal_nzlz5_24{background:var(--bg-white);border-radius:30px;padding:1.5rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;overflow-x:hidden;border:2px solid var(--border-medium);animation:_scaleIn_nzlz5_1 .2s ease-out;position:relative}@keyframes _scaleIn_nzlz5_1{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}._title_nzlz5_49{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem}._form_nzlz5_57{display:flex;flex-direction:column;gap:1rem}._fieldGroup_nzlz5_63{display:flex;flex-direction:column;gap:.375rem}._dateRow_nzlz5_69{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._label_nzlz5_75{font-family:Inter,sans-serif;font-size:.8125rem;font-weight:600;color:var(--text-secondary);white-space:nowrap}._required_nzlz5_83{color:var(--red)}._input_nzlz5_87,._textarea_nzlz5_88,._dropdownButton_nzlz5_89{padding:.625rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;width:100%;box-sizing:border-box}._input_nzlz5_87:focus,._textarea_nzlz5_88:focus{outline:none;border-color:var(--teal)}._inputError_nzlz5_108,._dropdownButton_nzlz5_89._inputError_nzlz5_108{border-color:var(--red)}._textarea_nzlz5_88{resize:vertical;min-height:80px;font-family:inherit}._dropdownContainer_nzlz5_119{position:relative}._dropdownButton_nzlz5_89{display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left}._dropdownButton_nzlz5_89:hover,._dropdownButtonOpen_nzlz5_135{border-color:var(--teal)}._dropdownList_nzlz5_139{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);z-index:10001;overflow:hidden}._dropdownOption_nzlz5_152{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease;border-bottom:1px solid var(--teal-lighter)}._dropdownOption_nzlz5_152:hover{background-color:var(--button-hover-bg);color:var(--teal)}._dropdownOption_nzlz5_152:last-child{border-bottom:none}._dropdownOptionSelected_nzlz5_177{background-color:var(--teal);color:var(--text-on-primary)}._dropdownOptionSelected_nzlz5_177:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._errorMessage_nzlz5_187{font-family:Inter,sans-serif;font-size:.875rem;color:var(--red)}._submitError_nzlz5_193{padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--red);background-color:var(--light-red);border-radius:var(--button-border-radius);border:1px solid var(--red)}._buttons_nzlz5_203{display:flex;gap:.625rem;justify-content:flex-end;margin-top:.25rem}._cancelButton_nzlz5_210,._submitButton_nzlz5_211{padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;border-radius:var(--button-border-radius);border:2px solid;cursor:pointer;transition:all .2s ease}._cancelButton_nzlz5_210{background:var(--bg-white);color:var(--text-secondary);border-color:var(--border-medium)}._cancelButton_nzlz5_210:hover{background:var(--button-hover-bg);border-color:var(--border-dark)}._cancelButton_nzlz5_210:disabled{opacity:.6;cursor:not-allowed}._submitButton_nzlz5_211{background:var(--teal);color:var(--text-on-primary);border-color:var(--teal)}._submitButton_nzlz5_211:hover{background:var(--teal-dark);border-color:var(--teal-dark)}._submitButton_nzlz5_211:disabled{opacity:.6;cursor:not-allowed}[data-theme=dark] ._modal_nzlz5_24{border:2px solid var(--teal)}@media (max-width: 640px){._modal_nzlz5_24{padding:1.5rem;max-width:95%}._title_nzlz5_49{font-size:1.25rem}._dateRow_nzlz5_69{grid-template-columns:1fr}._buttons_nzlz5_203{flex-direction:column}._cancelButton_nzlz5_210,._submitButton_nzlz5_211{width:100%}}._couponEdit_cvu83_1{width:100%;max-width:800px;margin:0 auto;padding:2rem}._header_cvu83_8{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;justify-content:space-between}._header_cvu83_8>h1{flex:1}._backButton_cvu83_20{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;cursor:pointer;transition:color .2s ease}._backButton_cvu83_20:hover{color:var(--teal)}._title_cvu83_36{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}._loading_cvu83_44,._error_cvu83_45{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._error_cvu83_45{color:var(--red)}._card_cvu83_57{background:var(--bg-white);border-radius:30px;padding:2rem}[data-theme=dark] ._card_cvu83_57{border:2px solid var(--teal-light)}._fieldRow_cvu83_68{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}._fieldRow_cvu83_68:last-of-type{margin-bottom:0}._field_cvu83_68{display:flex;flex-direction:column;gap:.5rem}._label_cvu83_85{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._value_cvu83_94{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary)}._input_cvu83_100,._textarea_cvu83_101{padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;width:100%;box-sizing:border-box}._input_cvu83_100:focus,._textarea_cvu83_101:focus{outline:none;border-color:var(--teal)}._textarea_cvu83_101{resize:vertical;min-height:80px;font-family:inherit}._dropdownContainer_cvu83_126{position:relative}._dropdownButton_cvu83_130{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;text-align:left;width:100%;transition:border-color .2s ease}._dropdownButton_cvu83_130:hover,._dropdownButtonOpen_cvu83_151{border-color:var(--teal)}._dropdownList_cvu83_155{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);box-shadow:0 4px 12px var(--shadow-black-15);z-index:100;overflow:hidden}._dropdownOption_cvu83_169{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease,color .2s ease;border-bottom:1px solid var(--teal-lighter)}._dropdownOption_cvu83_169:hover{background-color:var(--button-hover-bg);color:var(--teal)}._dropdownOption_cvu83_169:last-child{border-bottom:none}._dropdownOptionSelected_cvu83_194{background-color:var(--teal);color:var(--text-on-primary)}._dropdownOptionSelected_cvu83_194:hover{background-color:var(--teal-dark);color:var(--text-on-primary)}._statusBadge_cvu83_204{display:inline-block;width:fit-content;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:6px;text-transform:uppercase}._statusBadgeButton_cvu83_215{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:6px;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}._statusBadgeButton_cvu83_215._statusENABLED_cvu83_233{background-color:var(--light-green);color:var(--green)}._statusBadgeButton_cvu83_215._statusDISABLED_cvu83_238{background-color:var(--light-red);color:var(--red)}._statusBadgeButton_cvu83_215:hover,._statusBadgeButtonOpen_cvu83_247{opacity:.9}._statusENABLED_cvu83_233{background-color:var(--light-green);color:var(--green)}._statusDISABLED_cvu83_238{background-color:var(--light-red);color:var(--red)}._checkboxLabel_cvu83_261{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary)}._checkbox_cvu83_261{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--teal)}._actions_cvu83_278{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;margin-top:2rem}._updateButton_cvu83_286{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._updateButton_cvu83_286:hover{background:var(--teal-dark);border-color:var(--teal-dark)}._updateButton_cvu83_286:disabled{opacity:.6;cursor:not-allowed;background:var(--border-dark);border-color:var(--border-dark)}._refreshButton_cvu83_311{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--teal);background:var(--bg-white);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._refreshButton_cvu83_311:hover:not(:disabled){background:var(--teal);color:var(--text-on-primary)}._refreshButton_cvu83_311:disabled{opacity:.6;cursor:not-allowed}._refreshButton_cvu83_311 ._spin_cvu83_338{animation:_spin_cvu83_338 1s linear infinite}@keyframes _spin_cvu83_338{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){._couponEdit_cvu83_1{padding:1rem}._fieldRow_cvu83_68{grid-template-columns:1fr}._actions_cvu83_278{flex-direction:column}._updateButton_cvu83_286{width:100%}}._pricingAdd_135ce_1{width:100%;max-width:900px;margin:0 auto;padding:2rem}._header_135ce_8{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._backButton_135ce_15{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;cursor:pointer;transition:color .2s ease}._backButton_135ce_15:hover{color:var(--teal)}._title_135ce_31{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}._loading_135ce_39{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._card_135ce_47{background:var(--bg-white);border-radius:30px;padding:2rem}[data-theme=dark] ._card_135ce_47{border:2px solid var(--teal-light)}._section_135ce_58{margin-bottom:2rem}._section_135ce_58:last-of-type{margin-bottom:0}._sectionHeader_135ce_66{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-light)}._sectionTitle_135ce_75{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}._selectAllButton_135ce_83{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#fff;background:var(--teal);border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._selectAllButton_135ce_83:hover{background:var(--teal-dark);transform:translateY(-1px)}._fieldRow_135ce_101{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}._fieldRow_135ce_101:last-of-type{margin-bottom:0}._field_135ce_101{display:flex;flex-direction:column;gap:.5rem}._label_135ce_118{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._input_135ce_127,._textarea_135ce_128{padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;width:100%;box-sizing:border-box}._input_135ce_127:focus,._textarea_135ce_128:focus{outline:none;border-color:var(--teal)}._input_135ce_127:disabled{background:var(--bg-light);color:var(--text-tertiary);cursor:not-allowed}._input_135ce_127[type=datetime-local]{color-scheme:light dark}._input_135ce_127[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer}._textarea_135ce_128{resize:vertical;min-height:80px;font-family:inherit}._charCount_135ce_169{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-tertiary);margin-top:.25rem;display:block;text-align:right}._dropdownContainer_135ce_178{position:relative}._dropdownButton_135ce_182{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;text-align:left;width:100%;transition:border-color .2s ease}._dropdownButton_135ce_182:hover,._dropdownButtonOpen_135ce_203{border-color:var(--teal)}._dropdownList_135ce_207{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);z-index:100;max-height:200px;overflow-y:auto}._dropdownItem_135ce_220{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease}._dropdownItem_135ce_220:hover{background:var(--bg-light)}._checkboxLabel_135ce_238{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox_135ce_238{width:18px;height:18px;cursor:pointer;accent-color:var(--teal)}._featuresList_135ce_256{display:flex;flex-direction:column;gap:1rem}._featureItem_135ce_262{padding:1rem;background:var(--bg-light);border-radius:var(--button-border-radius);border:2px solid var(--border-light);transition:border-color .2s ease}._featureItem_135ce_262:hover{border-color:var(--border-medium)}._featureHeader_135ce_274{margin-bottom:0}._featureCheckboxLabel_135ce_278{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._featureInfo_135ce_286{display:flex;flex-direction:column;gap:.25rem;flex:1}._featureName_135ce_293{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--text-primary)}._featureDescription_135ce_300{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);line-height:1.4}._featureOptions_135ce_307{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}._featureOptionRow_135ce_313{display:flex;gap:2rem;margin-bottom:1rem}._radioLabel_135ce_319{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}._radio_135ce_319{width:16px;height:16px;cursor:pointer;accent-color:var(--teal)}._featureCountField_135ce_337{max-width:200px}._emptyFeatures_135ce_341{text-align:center;padding:2rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);background:var(--bg-light);border-radius:var(--button-border-radius)}._actions_135ce_351{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-light)}._cancelButton_135ce_360,._submitButton_135ce_361{padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._cancelButton_135ce_360{color:var(--text-secondary);background:var(--bg-light)}._cancelButton_135ce_360:hover:not(:disabled){background:var(--border-medium)}._submitButton_135ce_361{color:#fff;background:var(--teal)}._submitButton_135ce_361:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-1px)}._cancelButton_135ce_360:disabled,._submitButton_135ce_361:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){._pricingAdd_135ce_1{padding:1rem}._fieldRow_135ce_101{grid-template-columns:1fr}._featureOptionRow_135ce_313{flex-direction:column;gap:.75rem}._actions_135ce_351{flex-direction:column-reverse}._cancelButton_135ce_360,._submitButton_135ce_361{width:100%}}._pricingDetail_1nbur_1{width:100%;max-width:900px;margin:0 auto;padding:2rem}._header_1nbur_8{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._backButton_1nbur_15{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;cursor:pointer;transition:color .2s ease}._backButton_1nbur_15:hover{color:var(--teal)}._title_1nbur_31{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}._loading_1nbur_39,._error_1nbur_40{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._error_1nbur_40{color:var(--red)}._card_1nbur_52{background:var(--bg-white);border-radius:30px;padding:2rem}[data-theme=dark] ._card_1nbur_52{border:2px solid var(--teal-light)}._section_1nbur_63{margin-bottom:2rem}._section_1nbur_63:last-of-type{margin-bottom:0}._sectionTitle_1nbur_71{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0 0 1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-light)}._fieldRow_1nbur_81{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}._fieldRow_1nbur_81:last-of-type{margin-bottom:0}._field_1nbur_81{display:flex;flex-direction:column;gap:.5rem}._fieldFull_1nbur_98{display:flex;flex-direction:column;gap:.5rem;grid-column:1 / -1}._label_1nbur_105{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._value_1nbur_114{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary)}._statusBadge_1nbur_120{display:inline-flex;align-items:center;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}._statusENABLED_1nbur_132{background:#22c55e1a;color:#22c55e}._statusDISABLED_1nbur_137{background:#ef44441a;color:#ef4444}._highlightBadge_1nbur_142{display:inline-flex;align-items:center;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}._highlightedYes_1nbur_154{background:#ec48991a;color:#ec4899}._highlightedNo_1nbur_159{background:#9ca3af1a;color:#6b7280}._featuresList_1nbur_164{display:flex;flex-direction:column;gap:1rem}._featureItem_1nbur_170{padding:1rem;background:var(--bg-light);border-radius:var(--button-border-radius);border:2px solid var(--border-light)}._featureHeader_1nbur_177{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._featureName_1nbur_184{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--text-primary)}._featureStatus_1nbur_191{display:inline-flex;align-items:center;padding:.25rem .625rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;border-radius:12px;text-transform:uppercase;letter-spacing:.5px}._featureAllowed_1nbur_203{background:#22c55e1a;color:#22c55e}._featureNotAllowed_1nbur_208{background:#9ca3af1a;color:#6b7280}._featureDescription_1nbur_213{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-tertiary);margin-bottom:.5rem;line-height:1.4}._featureDetails_1nbur_221{display:flex;gap:.5rem;align-items:center}._featureLabel_1nbur_227{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary)}._featureValue_1nbur_234{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary)}._emptyFeatures_1nbur_240{text-align:center;padding:2rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);background:var(--bg-light);border-radius:var(--button-border-radius)}._actions_1nbur_250{display:flex;justify-content:space-between;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-light)}._deleteButton_1nbur_259,._editButton_1nbur_260{padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._deleteButton_1nbur_259{color:#fff;background:var(--red)}._deleteButton_1nbur_259:hover:not(:disabled){background:#8b0000}._editButton_1nbur_260{color:#fff;background:var(--teal)}._editButton_1nbur_260:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-1px)}._deleteButton_1nbur_259:disabled,._editButton_1nbur_260:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){._pricingDetail_1nbur_1{padding:1rem}._fieldRow_1nbur_81{grid-template-columns:1fr}._actions_1nbur_250{flex-direction:column}._deleteButton_1nbur_259,._editButton_1nbur_260{width:100%}}._userDashboard_qyw0e_1{display:flex;min-height:calc(100vh - 80px);width:100%;margin-left:-4.5rem;margin-right:0;margin-bottom:0;transition:none;animation:none}._sidebar_qyw0e_13{width:250px;background-color:var(--bg-white);border-right:1px solid var(--border-light);padding:2rem 0;flex-shrink:0;min-height:100%;transition:none!important;animation:none!important;will-change:auto;position:sticky;top:0;align-self:stretch;contain:layout style paint;overflow-y:auto;max-height:100vh}._sidebarTitle_qyw0e_33{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-dark-gray);margin:0 0 2rem;padding:0 1.5rem;transition:none;animation:none}._sidebarNav_qyw0e_45{display:flex;flex-direction:column;gap:0;padding:0;transition:none;animation:none}._sidebarButton_qyw0e_55{padding:.875rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);background:transparent;border:none;border-radius:0;cursor:pointer;text-align:left;transition:background-color .2s ease,color .2s ease;text-decoration:none;display:flex;align-items:center;gap:.75rem}._sidebarButtonIcon_qyw0e_73{display:flex;align-items:center;font-size:1.125rem}._sidebarButton_qyw0e_55:hover{background-color:var(--button-hover-bg)}._sidebarButtonActive_qyw0e_83{background-color:var(--teal);color:var(--text-on-primary);font-weight:600}._sidebarButtonActive_qyw0e_83:hover{background-color:var(--teal);color:var(--text-on-primary)}._content_qyw0e_94{flex:1;padding:2rem;background:var(--bg-white);position:relative;min-height:100%}@media (max-width: 768px){._userDashboard_qyw0e_1{flex-direction:column;margin-left:-3rem;margin-right:-3rem;margin-bottom:-3rem}._sidebar_qyw0e_13{width:100%;border-right:none;border-bottom:1px solid var(--border-light);padding:1rem 0;min-height:auto}._sidebarTitle_qyw0e_33{padding:0 1rem;margin-bottom:1rem;font-size:1.25rem}._sidebarNav_qyw0e_45{flex-direction:row;overflow-x:auto;padding:0;gap:.5rem}._sidebarButton_qyw0e_55{white-space:nowrap;padding:.75rem 1rem;font-size:.9375rem;border-radius:0}._content_qyw0e_94{padding:1.5rem 1rem}}@media (max-width: 480px){._userDashboard_qyw0e_1{margin-left:-2.25rem;margin-right:-2.25rem;margin-bottom:-2rem}}._container_42tzs_1{max-width:1200px;width:100%;margin:0 auto}._header_42tzs_7{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}._headerLeft_42tzs_15,._headerRight_42tzs_21{display:flex;align-items:center;gap:1rem}._refreshButton_42tzs_27{padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;height:44px}._refreshButton_42tzs_27:hover:not(:disabled){background-color:var(--bg-light);color:var(--teal)}._refreshButton_42tzs_27:active:not(:disabled){background-color:var(--bg-light);color:var(--teal)}._refreshButton_42tzs_27:disabled{opacity:.6;cursor:not-allowed}._refreshButtonSuccess_42tzs_60{color:var(--teal)!important;pointer-events:none}._refreshButton_42tzs_27 ._spin_42tzs_65{animation:_spin_42tzs_65 1s linear infinite}@keyframes _spin_42tzs_65{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._viewToggle_42tzs_78{display:flex;gap:.5rem}._viewButton_42tzs_83{padding:.625rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:44px;height:44px}._viewButton_42tzs_83:hover{background-color:var(--bg-light);color:var(--teal)}._viewButtonActive_42tzs_105{background:var(--button-hover-bg);color:var(--teal);border:none}._createFolderButton_42tzs_111{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;height:44px}._createFolderButton_42tzs_111:hover,._createFolderButton_42tzs_111:active{background-color:var(--bg-light);color:var(--teal)}._createFolderButton_42tzs_111 svg{width:18px;height:18px}._loading_42tzs_143{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._emptyState_42tzs_151{text-align:center;padding:4rem 2rem}._emptyHeading_42tzs_156{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_42tzs_164{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._heading_42tzs_171{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 2rem}._listViewWrapper_42tzs_181{display:flex;justify-content:center;margin:0 auto 2rem;width:100%}._listView_42tzs_181{background:var(--bg-white);border-radius:0;overflow:hidden;width:fit-content;min-width:fit-content}._listView_42tzs_181 table tbody td,._listView_42tzs_181 table thead th{padding-left:1.4rem;padding-right:1.4rem}._table_42tzs_203{width:100%;border-collapse:collapse}._table_42tzs_203 thead{background:var(--button-hover-bg)}._table_42tzs_203 thead tr th{padding:1rem;text-align:left;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}._sortButton_42tzs_223{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;padding:0;transition:color .2s ease}._sortButton_42tzs_223:hover,._sortButtonActive_42tzs_244{color:var(--teal)}._sortIcons_42tzs_248{display:flex;flex-direction:column;gap:0;margin-left:.25rem}._sortIcons_42tzs_248 svg{width:12px;height:12px;line-height:1}._sortIconActive_42tzs_261{color:var(--teal)}._sortIconInactive_42tzs_265{color:var(--text-quaternary);opacity:.5}._tableRow_42tzs_270{border-bottom:1px solid var(--teal-lighter);cursor:pointer;transition:background-color .2s ease}._tableRow_42tzs_270:hover,._tableRowSelected_42tzs_280{background:var(--button-hover-bg)}._tableRow_42tzs_270:last-child{border-bottom:none}._tableRow_42tzs_270 td{padding:1rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary)}._folderNameCell_42tzs_295{display:flex;align-items:center;gap:.75rem}._folderNameCell_42tzs_295 svg{color:var(--teal);flex-shrink:0}._folderNameInput_42tzs_306{flex:1;padding:.25rem .5rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);border:2px solid var(--teal);border-radius:4px;outline:none;background:var(--bg-white);min-width:150px}._folderNameInput_42tzs_306:focus{border-color:var(--teal)}._gridView_42tzs_324{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}._folderCard_42tzs_331{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:var(--teal-lighter);border:2px solid transparent;border-radius:20px;cursor:pointer;transition:all .2s ease;position:relative}._folderCard_42tzs_331:hover{transform:scale(1.02)}._folderCardSelected_42tzs_349{border-color:var(--teal);background:var(--button-hover-bg)}._folderCard_42tzs_331 svg{color:var(--teal);transition:none}._folderCard_42tzs_331:hover svg{color:var(--teal)}._folderCardName_42tzs_363{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);text-align:center;word-break:break-word}._actionIconsInCell_42tzs_373{display:flex;justify-content:flex-end}._folderCardActions_42tzs_379{position:absolute;top:.75rem;right:.75rem;z-index:10}._tabContainer_42tzs_387{width:100%;margin-top:2rem}._tabs_42tzs_392{display:flex;width:100%;border-bottom:2px solid var(--teal-lighter);gap:0}._tab_42tzs_203{flex:1;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .3s ease,border-color .3s ease;margin-bottom:-2px}._tab_42tzs_203:hover{color:var(--teal)}._tabActive_42tzs_418{color:var(--teal);border-bottom-color:var(--teal)}._tabContent_42tzs_423{padding:2rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);min-height:200px}@media (max-width: 768px){._dashboard_42tzs_433{padding:1.5rem 1rem}._header_42tzs_7{flex-wrap:wrap}._table_42tzs_203{font-size:.875rem}._table_42tzs_203 thead tr th,._tableRow_42tzs_270 td{padding:.75rem .5rem}._gridView_42tzs_324{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}._folderCard_42tzs_331{padding:1rem .75rem}._tabs_42tzs_392{flex-wrap:wrap}._tab_42tzs_203{flex:1 1 50%;padding:.75rem 1rem;font-size:.875rem}._tabContent_42tzs_423{padding:1.5rem 1rem}}._folderIcon_1as6d_1{color:var(--teal);flex-shrink:0}._overlay_3db5d_1{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-overlay);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:_fadeIn_3db5d_1 .3s ease-out}._overlay_3db5d_1._closing_3db5d_16{animation:_fadeOut_3db5d_1 .3s ease-out forwards}._modal_3db5d_20{background:var(--bg-white);border-radius:30px;width:100%;max-width:500px;border:2px solid var(--border-medium);animation:_modalSlideIn_3db5d_1 .3s ease-out}._modal_3db5d_20._closing_3db5d_16{animation:_modalSlideOut_3db5d_1 .3s ease-out forwards}@keyframes _fadeIn_3db5d_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_3db5d_1{0%{opacity:1}to{opacity:0}}@keyframes _modalSlideIn_3db5d_1{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _modalSlideOut_3db5d_1{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-20px)}}._header_3db5d_73{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid var(--border-light)}._title_3db5d_81{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--text-secondary);margin:0}._closeButton_3db5d_89{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:var(--text-tertiary);cursor:pointer;border-radius:8px;transition:all .2s;font-size:1.25rem}._closeButton_3db5d_89:hover:not(:disabled){background:var(--button-hover-bg);color:var(--teal)}._closeButton_3db5d_89:disabled{opacity:.5;cursor:not-allowed}._form_3db5d_114{padding:1.5rem}._inputWrapper_3db5d_118{position:relative;display:flex;align-items:center;margin-bottom:1rem}._input_3db5d_118{width:100%;padding:.875rem 3rem .875rem 1rem;font-family:Inter,sans-serif;font-size:1rem;background:var(--bg-white);color:var(--text-secondary);border:1px solid var(--border-medium);border-radius:12px;transition:border-color .2s;box-sizing:border-box}._input_3db5d_118:focus{outline:none;border-color:var(--teal)}._input_3db5d_118:disabled{background:var(--bg-light);cursor:not-allowed}._submitButton_3db5d_148{position:absolute;right:6px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:var(--teal);color:var(--text-on-primary);cursor:pointer;border-radius:8px;transition:all .2s;font-size:1.125rem}._submitButton_3db5d_148:hover:not(:disabled){background:var(--button-hover-bg);color:var(--teal);transform:translate(2px)}._submitButton_3db5d_148:active:not(:disabled){background:var(--teal);color:var(--text-on-primary);transform:translate(2px)}._submitButton_3db5d_148:disabled{opacity:.4;cursor:not-allowed;transform:none}._hint_3db5d_183{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--text-tertiary);margin-top:0;margin-bottom:.5rem}._errorMessage_3db5d_191{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--red-dark);padding:.75rem;background:var(--light-red);border-radius:10px;margin-top:.5rem}[data-theme=dark] ._modal_3db5d_20{border:2px solid var(--teal)}@media (max-width: 768px){._modal_3db5d_20{max-width:100%}._form_3db5d_114{padding:1rem}}._tableContainer_1gp6z_2{background:var(--bg-white);border-radius:0;overflow:hidden;margin-top:1rem;width:fit-content}._table_1gp6z_2{width:auto;border-collapse:collapse}._table_1gp6z_2 thead{background:none;border-bottom:2px solid var(--teal)}._table_1gp6z_2 thead tr th{padding:1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px}._table_1gp6z_2 thead tr th._alignLeft_1gp6z_32{text-align:left}._table_1gp6z_2 thead tr th._alignCenter_1gp6z_36{text-align:center}._table_1gp6z_2 thead tr th._alignRight_1gp6z_40{text-align:right}._table_1gp6z_2 tbody tr{border-bottom:1px solid var(--teal-lighter);transition:background-color .2s ease}._table_1gp6z_2 tbody tr:first-child{border-top:none}._table_1gp6z_2 tbody tr:hover{background:var(--button-hover-bg)}._table_1gp6z_2 tbody tr:last-child{border-bottom:none}._table_1gp6z_2 tbody td{padding:1rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);vertical-align:middle}._table_1gp6z_2 tbody td._alignLeft_1gp6z_32{text-align:left}._table_1gp6z_2 tbody td._alignCenter_1gp6z_36{text-align:center}._table_1gp6z_2 tbody td._alignRight_1gp6z_40{text-align:right}._noData_1gp6z_84{text-align:center;padding:2rem;color:var(--text-tertiary);font-style:italic}._folderMenu_1jme3_1{position:relative;display:flex;align-items:center;justify-content:flex-end;transition:opacity .2s ease,visibility .2s ease}._folderMenu_1jme3_1._hidden_1jme3_9{visibility:hidden;opacity:0;pointer-events:none}._folderMenu_1jme3_1._visible_1jme3_15{visibility:visible;opacity:1;pointer-events:auto}._menuButton_1jme3_21{background:none;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:var(--text-tertiary);flex-shrink:0}._menuButton_1jme3_21:hover{background:var(--button-hover-bg);color:var(--teal)}._menuButton_1jme3_21 svg{width:18px;height:18px}._popover_1jme3_45{position:fixed;background-color:var(--bg-white);border-radius:8px;border:1px solid var(--border-medium);min-width:140px;padding:.25rem 0;z-index:10000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}._popoverOpen_1jme3_59{opacity:1;visibility:visible;transform:translateY(0)}._popoverButton_1jme3_65{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;background:none;border:none;color:var(--text-primary);font-size:.9375rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease;text-align:left}._popoverButton_1jme3_65:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._popoverButton_1jme3_65:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._popoverButton_1jme3_65:hover{background-color:var(--button-hover-bg);color:var(--teal)}._popoverButton_1jme3_65 svg{width:16px;height:16px;flex-shrink:0}._popoverButtonDelete_1jme3_103{color:var(--text-tertiary)}._popoverButtonDelete_1jme3_103:hover{background-color:var(--button-hover-bg);color:var(--red)}._popoverButtonDelete_1jme3_103 svg{transition:color .2s ease}._actionIcons_1ytit_1{display:flex;align-items:center;gap:.5rem;transition:opacity .2s ease,visibility .2s ease}._actionIcons_1ytit_1._hidden_1ytit_8{visibility:hidden;opacity:0;pointer-events:none}._actionIcons_1ytit_1._visible_1ytit_14{visibility:visible;opacity:1;pointer-events:auto}._deleteButton_1ytit_20,._moveButton_1ytit_21{background:none;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._deleteButton_1ytit_20{color:var(--text-tertiary)}._deleteButton_1ytit_20:hover{background:var(--button-hover-bg);color:var(--red)}._deleteButton_1ytit_20 svg{transition:color .2s ease}._moveButton_1ytit_21{color:var(--text-tertiary)}._moveButton_1ytit_21:hover{background:var(--button-hover-bg);color:var(--teal)}._deleteButton_1ytit_20 svg,._moveButton_1ytit_21 svg{width:18px;height:18px;transition:color .2s ease}._pdfPage_stefe_1{min-height:60vh;width:100%}._container_stefe_6{max-width:1200px;width:100%;margin:0 auto}._header_stefe_12{display:flex;justify-content:flex-end;align-items:center;margin-bottom:2rem;gap:1rem}._headerRight_stefe_20{display:flex;align-items:center;gap:1rem}._refreshButton_stefe_26{padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;height:44px}._refreshButton_stefe_26:hover:not(:disabled){background-color:#f5f5f5;color:var(--teal)}._refreshButton_stefe_26:active:not(:disabled){background-color:#f5f5f5;color:var(--teal)}._refreshButton_stefe_26:disabled{opacity:.6;cursor:not-allowed}._refreshButtonSuccess_stefe_59{color:var(--teal)!important;pointer-events:none}._refreshButton_stefe_26 ._spin_stefe_64{animation:_spin_stefe_64 1s linear infinite}@keyframes _spin_stefe_64{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._uploadButton_stefe_77{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;height:44px}._uploadButton_stefe_77:hover:not(:disabled){background-color:#f5f5f5;color:var(--teal)}._uploadButton_stefe_77:active:not(:disabled){background-color:#f5f5f5;color:var(--teal)}._uploadButton_stefe_77:disabled{opacity:.6;cursor:not-allowed}._uploadButton_stefe_77 svg{width:18px;height:18px}._fileInput_stefe_114{display:none}._loading_stefe_118{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._emptyState_stefe_126{text-align:center;padding:4rem 2rem}._emptyHeading_stefe_131{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._emptyMessage_stefe_139{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._heading_stefe_146{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);text-align:center;margin:0 0 2rem}._listView_stefe_156{background:var(--bg-white);border-radius:0;overflow:hidden;margin-bottom:2rem;display:flex;justify-content:center}._fileName_stefe_165{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary)}._actionIconsInCell_stefe_172{display:flex;justify-content:flex-end}@media (max-width: 768px){._pdfPage_stefe_1{padding:1.5rem 1rem}._header_stefe_12{flex-wrap:wrap}._uploadButton_stefe_77{font-size:.875rem;padding:.625rem 1rem}._uploadButton_stefe_77 span{display:none}}._overlay_7xhyj_1{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg-overlay);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_7xhyj_1 .3s ease-out}@keyframes _fadeIn_7xhyj_1{0%{opacity:0}to{opacity:1}}._modal_7xhyj_24{background:var(--bg-white);border-radius:30px;padding:2rem 3rem;max-width:300px;width:90%;border:2px solid var(--border-medium);animation:_scaleIn_7xhyj_1 .3s ease-out}@keyframes _scaleIn_7xhyj_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}._content_7xhyj_45{display:flex;flex-direction:column;align-items:center;gap:1rem}._spinner_7xhyj_52{font-size:2rem;color:var(--teal);animation:_spin_7xhyj_52 1s linear infinite}@keyframes _spin_7xhyj_52{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._message_7xhyj_67{font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-secondary);margin:0;text-align:center}[data-theme=dark] ._modal_7xhyj_24{border:2px solid var(--teal)}._actionIcons_nekf0_1{display:flex;align-items:center;gap:.5rem}._deleteButton_nekf0_7,._bookButton_nekf0_8{background:none;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._deleteButton_nekf0_7{color:var(--text-tertiary);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease,all .2s ease}._deleteButton_nekf0_7._visible_nekf0_29{opacity:1;visibility:visible;pointer-events:auto}._deleteButton_nekf0_7._hidden_nekf0_35{opacity:0;visibility:hidden;pointer-events:none}._deleteButton_nekf0_7:hover{background:var(--button-hover-bg);color:var(--red)}._deleteButton_nekf0_7 svg{transition:color .2s ease}._bookButton_nekf0_8{color:var(--text-tertiary)}._bookButton_nekf0_8:hover{background:var(--button-hover-bg);color:var(--teal)}._deleteButton_nekf0_7 svg,._bookButton_nekf0_8 svg{width:18px;height:18px;transition:color .2s ease}._folderBookmark_1r3tc_1{min-height:60vh;padding:1rem;background-color:var(--bg-white);width:100%}._container_1r3tc_8{max-width:1200px;width:100%;margin:0 auto;position:relative}._containerWithPanel_1r3tc_15{position:relative}._headerSection_1r3tc_19{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}._headerActionsRow_1r3tc_26{display:flex;align-items:center;justify-content:space-between;gap:1rem}._backButton_1r3tc_33{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;color:var(--teal);padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;border-radius:10px;transition:background-color .2s ease;flex-shrink:0}._backButton_1r3tc_33:hover{background:var(--button-hover-bg)}._backButton_1r3tc_33 svg{width:20px;height:20px}._heading_1r3tc_59{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500;color:var(--gray-700);margin:0;text-align:center}._refreshAllButton_1r3tc_68{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:none;border-radius:var(--button-border-radius);border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);cursor:pointer;transition:all .2s ease;height:44px}._refreshAllButton_1r3tc_68:hover:not(:disabled){background-color:var(--button-hover-bg);color:var(--teal)}._refreshAllButton_1r3tc_68:active:not(:disabled){background-color:var(--button-hover-bg);color:var(--teal)}._refreshAllButton_1r3tc_68:disabled{opacity:.6;cursor:not-allowed}._refreshAllButtonSuccess_1r3tc_100{color:var(--teal)!important;pointer-events:none}._refreshAllButton_1r3tc_68 svg{width:16px;height:16px}._tabContainer_1r3tc_111{width:100%}._tabs_1r3tc_115{display:flex;width:100%;border-bottom:2px solid var(--teal-lighter);gap:0}._tabWrapper_1r3tc_122{flex:1;display:flex;align-items:center;justify-content:center;position:relative}._tab_1r3tc_111{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;border-bottom:3px solid transparent;cursor:pointer;transition:color .3s ease,border-color .3s ease;margin-bottom:-2px;text-align:center}._tab_1r3tc_111:hover{color:var(--teal)}._tabActive_1r3tc_154{color:var(--teal);border-bottom-color:var(--teal)}._refreshButton_1r3tc_159{padding:.25rem;background:none;border:none;cursor:pointer;color:inherit;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease;flex-shrink:0}._refreshButton_1r3tc_159:hover:not(:disabled){background:var(--bg-overlay-light)}._refreshButton_1r3tc_159:disabled{opacity:.5;cursor:not-allowed}._refreshButton_1r3tc_159 svg{width:16px;height:16px}._spin_1r3tc_187{animation:_spin_1r3tc_187 1s linear infinite}@keyframes _spin_1r3tc_187{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._tabContent_1r3tc_200{padding:1.5rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);min-height:200px}._loading_1r3tc_209{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._loadingMore_1r3tc_217{text-align:center;padding:1.5rem;color:var(--text-tertiary);font-size:.875rem;font-style:italic;font-family:Inter,sans-serif}._error_1r3tc_226{text-align:center;padding:2rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--red-dark);background:var(--light-red);border-radius:10px;margin:1rem 0}._emptyState_1r3tc_237{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary)}._urlLink_1r3tc_248{color:var(--teal);text-decoration:none;word-break:break-all;transition:color .2s ease;display:inline-flex;align-items:center;gap:.25rem}._urlLink_1r3tc_248:hover{color:var(--teal);text-decoration:underline}._nameColumn_1r3tc_263{max-width:250px;width:250px;word-wrap:break-word}._urlColumn_1r3tc_269{max-width:400px;width:400px}._typeCell_1r3tc_274{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;position:relative}._typeIconWrapper_1r3tc_282{display:flex;align-items:center;justify-content:center}._typeIcon_1r3tc_282{color:var(--teal);flex-shrink:0}._contentColumn_1r3tc_293{padding:.5rem!important}._contentCell_1r3tc_297{width:100%;line-height:1.5;word-wrap:break-word;text-align:left;display:block;padding:0;box-sizing:border-box;margin:0}._contentCellWithCopy_1r3tc_308{display:flex;align-items:center;gap:.5rem;width:100%}._contentCellClickable_1r3tc_315{flex:1;cursor:pointer;line-height:1.5;word-wrap:break-word;transition:color .2s ease}._contentCellClickable_1r3tc_315:hover{color:var(--teal)}._urlCellWithCopy_1r3tc_327{display:flex;align-items:center;gap:.5rem;width:100%}._askAIButtonContainer_1r3tc_334{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;margin-bottom:1rem;padding:0 .5rem}._resetButton_1r3tc_344{display:flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:var(--button-border-radius);background:none;border:none;color:var(--text-tertiary);cursor:pointer;transition:all .2s ease;padding:0}._resetButton_1r3tc_344:hover{background-color:var(--light-red);color:var(--red)}._resetButton_1r3tc_344 svg{width:18px;height:18px}._selectAllCheckbox_1r3tc_370,._rowCheckbox_1r3tc_371{width:18px;height:18px;cursor:pointer;accent-color:var(--teal);border:2px solid var(--border-dark);border-radius:3px;background-color:var(--bg-white);appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative}._selectAllCheckbox_1r3tc_370:checked,._rowCheckbox_1r3tc_371:checked{background-color:var(--teal);border-color:var(--teal)}._selectAllCheckbox_1r3tc_370:checked:after,._rowCheckbox_1r3tc_371:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--text-on-primary);font-size:14px;font-weight:700}._selectAllCheckbox_1r3tc_370,._rowCheckbox_1r3tc_371{margin:0}._selectAllCheckbox_1r3tc_370:hover,._rowCheckbox_1r3tc_371:hover{opacity:.8;border-color:var(--teal)}._selectAllCheckbox_1r3tc_370:disabled,._rowCheckbox_1r3tc_371:disabled{cursor:not-allowed;opacity:.5;background-color:var(--bg-light)}._selectParagraphMessage_1r3tc_425{position:absolute;top:calc(100% + .5rem);left:0;transform:none;display:flex;align-items:center;justify-content:center;padding:6px 12px;background:var(--teal-lighter);border:1px solid var(--teal-light);border-radius:6px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:var(--teal);animation:_slideInDown_1r3tc_1 .3s ease-out;white-space:nowrap;z-index:10}._selectParagraphMessageFadeOut_1r3tc_446{animation:_fadeOut_1r3tc_1 .5s ease-out forwards}@keyframes _slideInDown_1r3tc_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeOut_1r3tc_1{0%{opacity:1}to{opacity:0}}._selectParagraphMessage_1r3tc_425 span{display:inline-block}._tableControls_1r3tc_474{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;gap:.5rem}._tableControlsLeft_1r3tc_482{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}._columnHeaderWithIcon_1r3tc_490{display:flex;align-items:center;justify-content:flex-start;gap:.5rem}._eyeToggleButton_1r3tc_497{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.625rem 1.25rem;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--button-border-radius);transition:all .2s ease;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;height:44px}._eyeToggleButton_1r3tc_497:hover{background-color:var(--button-hover-bg);color:var(--teal)}._eyeToggleButton_1r3tc_497 svg{width:16px;height:16px}._eyeToggleButtonHeader_1r3tc_525{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._eyeToggleButtonHeader_1r3tc_525:hover{background:var(--button-hover-bg);color:var(--teal)}._eyeToggleButtonHeader_1r3tc_525 svg{width:16px;height:16px}._hiddenColumn_1r3tc_549{display:none!important}._noSource_1r3tc_553{color:var(--text-quaternary);font-style:italic}._wordCell_1r3tc_558{display:flex;align-items:center;justify-content:center;gap:.5rem}._copyButton_1r3tc_565{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:opacity .3s ease,background .2s ease;flex-shrink:0;opacity:0}._copyButton_1r3tc_565._visible_1r3tc_580{opacity:1}._copyButton_1r3tc_565:hover{background:var(--button-hover-bg);color:var(--teal)}._copyButton_1r3tc_565 svg{width:16px;height:16px}._imagesGrid_1r3tc_595{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1rem}._imageCard_1r3tc_602{display:flex;flex-direction:column;background:var(--bg-white);border-radius:12px;border:1px solid var(--teal-lighter);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}._imageCard_1r3tc_602:hover{box-shadow:0 4px 20px var(--shadow-black-20)}[data-theme=dark] ._imageCard_1r3tc_602{border:1px solid var(--teal-light)}[data-theme=dark] ._imageCard_1r3tc_602:hover{border-color:var(--teal);box-shadow:0 4px 20px var(--teal-rgba-20)}._imageCardWrapper_1r3tc_626{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:var(--gray-50)}._imagePreview_1r3tc_634{width:100%;height:100%;object-fit:cover;cursor:pointer;display:block}._imageCardSourceIcon_1r3tc_643{position:absolute;top:.75rem;right:.75rem;background:var(--bg-white);border-radius:10px;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;color:var(--teal);text-decoration:none;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px var(--shadow-black-10)}._imageCardSourceIcon_1r3tc_643:hover{background:var(--button-hover-bg);color:var(--teal);transform:scale(1.1)}._imageCardSourceIcon_1r3tc_643 svg{width:18px;height:18px}._imageCardInfoIcon_1r3tc_671{position:absolute;top:.75rem;left:.75rem;background:var(--bg-white);border-radius:10px;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10;box-shadow:0 2px 8px var(--shadow-black-10);cursor:pointer}._imageCardInfoIcon_1r3tc_671:hover{background:var(--button-hover-bg);transform:scale(1.1)}._imageCardInfoIcon_1r3tc_671 ._infoIcon_1r3tc_692{width:18px;height:18px;color:var(--teal)}._imageCardName_1r3tc_698{padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);text-align:center;word-wrap:break-word;border-top:1px solid var(--teal-lighter)}._imageCardActions_1r3tc_708{position:absolute;bottom:.75rem;right:.75rem;z-index:10}._actionIconsOnImage_1r3tc_715{background:var(--bg-white);border-radius:8px;padding:.25rem;box-shadow:0 2px 8px var(--shadow-black-10)}._iconLink_1r3tc_722{color:var(--teal);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease;padding:.25rem;border-radius:4px}._iconLink_1r3tc_722:hover{color:var(--teal);background:var(--button-hover-bg)}._iconLink_1r3tc_722 svg{width:18px;height:18px}._cellWithInfo_1r3tc_743{display:flex;align-items:center;gap:.5rem;position:relative}._sourceCell_1r3tc_750{display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative}._actionIconsInCell_1r3tc_758{margin-left:.5rem}._infoIconContainer_1r3tc_762{position:relative;display:inline-flex;align-items:center;margin-left:.5rem;width:20px;height:20px;flex-shrink:0;transition:opacity .2s ease,visibility .2s ease}._infoIconHidden_1r3tc_773{visibility:hidden;opacity:0;pointer-events:none}._infoIconVisible_1r3tc_779{visibility:visible;opacity:1;pointer-events:auto}._infoIcon_1r3tc_692{width:20px;height:20px;color:var(--teal);border:none;border-radius:50%;padding:0;cursor:help;transition:all .3s ease;flex-shrink:0;display:flex;align-items:center;justify-content:center}._infoIcon_1r3tc_692:hover{color:var(--teal);transform:scale(1.1)}._tooltip_1r3tc_805{position:fixed;padding:1rem 1.25rem;background:var(--bg-white);color:var(--text-secondary);border-radius:20px;font-size:.875rem;white-space:normal;word-wrap:break-word;z-index:10000;box-shadow:0 4px 20px var(--shadow-black-20);pointer-events:auto;transform:translate(-50%) translateY(-100%);margin-top:-20px;animation:_tooltipFadeIn_1r3tc_1 .3s ease forwards;min-width:200px;max-width:400px}._tooltip_1r3tc_805 div{margin:.375rem 0;line-height:1.4}._tooltip_1r3tc_805 div:first-child{margin-top:0}._tooltip_1r3tc_805 div:last-child{margin-bottom:0}@keyframes _tooltipFadeIn_1r3tc_1{0%{opacity:0;transform:translate(-50%) translateY(calc(-100% + 8px)) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(-100%) scale(1)}}._imageModalOverlay_1r3tc_849{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white-rgba-10);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeInOverlay_1r3tc_1 .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._imageModalOverlayClosing_1r3tc_865{animation:_fadeOutOverlay_1r3tc_1 .3s ease forwards}@keyframes _fadeInOverlay_1r3tc_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOutOverlay_1r3tc_1{0%{opacity:1}to{opacity:0}}._imageModal_1r3tc_849{position:relative;max-width:90vw;max-height:90vh;background:var(--bg-white);border-radius:30px;overflow:hidden;animation:_scaleIn_1r3tc_1 .3s ease;box-shadow:0 20px 60px var(--shadow-black-30);border:2px solid transparent}._imageModalClosing_1r3tc_899{animation:_scaleOut_1r3tc_1 .3s ease forwards}[data-theme=dark] ._imageModal_1r3tc_849{border:2px solid var(--teal)}@keyframes _scaleIn_1r3tc_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes _scaleOut_1r3tc_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}._imageModalHeader_1r3tc_930{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--bg-white);border-bottom:1px solid var(--teal-lighter)}._imageModalTitle_1r3tc_939{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-secondary);flex:1}._imageModalIcons_1r3tc_950{display:flex;align-items:center;gap:.5rem}._imageModalSource_1r3tc_956{color:var(--teal);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;transition:all .2s ease;background:var(--bg-white)}._imageModalSource_1r3tc_956:hover{background:var(--button-hover-bg);color:var(--teal)}._imageModalSource_1r3tc_956 svg{width:18px;height:18px}._imageModalInfoIcon_1r3tc_978{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;transition:all .2s ease;cursor:pointer;background:var(--bg-white)}._imageModalInfoIcon_1r3tc_978:hover{background:var(--button-hover-bg)}._imageModalInfoIcon_1r3tc_978 ._infoIcon_1r3tc_692{width:18px;height:18px;color:var(--teal)}._imageModalClose_1r3tc_999{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._imageModalClose_1r3tc_999:hover{background:var(--button-hover-bg);color:var(--teal)}._imageModalClose_1r3tc_999 svg{width:20px;height:20px}._imageModalContent_1r3tc_1023{display:flex;align-items:center;justify-content:center;padding:1.5rem;max-height:calc(90vh - 80px);overflow:auto}._imageModalImage_1r3tc_1032{max-width:100%;max-height:calc(90vh - 120px);object-fit:contain;border-radius:8px}._paragraphsContent_1r3tc_1040{display:flex;flex-direction:column;gap:2rem}._foldersSection_1r3tc_1046,._paragraphsSection_1r3tc_1047{display:flex;flex-direction:column;gap:1rem}._sectionTitle_1r3tc_1053{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-secondary);margin:0}._foldersGrid_1r3tc_1061{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}._folderCard_1r3tc_1067{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem 1rem;background:var(--teal-lighter);border:2px solid transparent;border-radius:20px;cursor:pointer;transition:all .2s ease}._folderCard_1r3tc_1067:hover{border-color:var(--teal);transform:translateY(-2px);box-shadow:0 4px 12px var(--teal-rgba-15)}[data-theme=dark] ._folderCard_1r3tc_1067{border:2px solid var(--teal-light)}[data-theme=dark] ._folderCard_1r3tc_1067:hover{border-color:var(--teal);box-shadow:0 4px 12px var(--teal-rgba-30)}._folderCard_1r3tc_1067 svg{color:var(--teal)}._folderCardName_1r3tc_1100{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);text-align:center;word-break:break-word}._paragraphsList_1r3tc_1109{display:flex;flex-direction:column;gap:1.5rem}._paragraphItem_1r3tc_1115{padding:1.5rem;background:var(--bg-white);border:1px solid var(--teal-lighter);border-radius:15px;transition:all .2s ease}._paragraphItem_1r3tc_1115:hover{box-shadow:0 2px 8px var(--teal-rgba-10)}[data-theme=dark] ._paragraphItem_1r3tc_1115{border:1px solid var(--teal-light)}[data-theme=dark] ._paragraphItem_1r3tc_1115:hover{border-color:var(--teal);box-shadow:0 2px 8px var(--teal-rgba-20)}._paragraphHeader_1r3tc_1137{margin-bottom:.75rem}._paragraphName_1r3tc_1141{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--teal);margin:0}._paragraphContent_1r3tc_1149{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0 0 1rem;white-space:pre-wrap;word-wrap:break-word}._sourceLink_1r3tc_1159{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal);text-decoration:none;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:color .2s ease}._sourceLink_1r3tc_1159:hover{color:var(--teal);text-decoration:underline}._sourceLink_1r3tc_1159 svg{width:16px;height:16px}._tableHeaderWithButton_1r3tc_1182{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._linkTableWrapper_1r3tc_1189{display:flex;justify-content:center;width:100%}._addButton_1r3tc_1195{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:none;border-radius:var(--button-border-radius);border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);cursor:pointer;transition:all .2s ease;height:44px}._addButton_1r3tc_1195:hover,._addButton_1r3tc_1195:active{background-color:var(--button-hover-bg);color:var(--teal)}._addButton_1r3tc_1195 svg{width:16px;height:16px}._paragraphModalOverlay_1r3tc_1228{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white-rgba-10);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeInOverlay_1r3tc_1 .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._paragraphModalOverlayClosing_1r3tc_1244{animation:_fadeOutOverlay_1r3tc_1 .3s ease forwards}._paragraphModal_1r3tc_1228{position:relative;max-width:90vw;max-height:90vh;width:800px;background:var(--bg-white);border-radius:30px;overflow:hidden;animation:_scaleIn_1r3tc_1 .3s ease;box-shadow:0 8px 24px var(--shadow-black-20);display:flex;flex-direction:column;border:2px solid transparent}._paragraphModalClosing_1r3tc_1263{animation:_scaleOut_1r3tc_1 .3s ease forwards}[data-theme=dark] ._paragraphModal_1r3tc_1228{border:2px solid var(--teal)}._paragraphModalHeader_1r3tc_1272{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--bg-white);border-bottom:1px solid var(--teal-lighter);flex-shrink:0}._paragraphModalTitle_1r3tc_1282{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-secondary);flex:1}._paragraphModalIcons_1r3tc_1293{display:flex;align-items:center;gap:.5rem}._paragraphModalSource_1r3tc_1299{color:var(--teal);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border-radius:4px;transition:all .2s ease;background:var(--bg-white)}._paragraphModalSource_1r3tc_1299:hover{background:var(--button-hover-bg);color:var(--teal)}._paragraphModalSource_1r3tc_1299 svg{width:18px;height:18px}._paragraphModalCopy_1r3tc_1321{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._paragraphModalCopy_1r3tc_1321:hover{background:var(--button-hover-bg);color:var(--teal)}._paragraphModalCopy_1r3tc_1321 svg{width:18px;height:18px}._paragraphModalClose_1r3tc_1345{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._paragraphModalClose_1r3tc_1345:hover{background:var(--button-hover-bg);color:var(--teal)}._paragraphModalClose_1r3tc_1345 svg{width:20px;height:20px}._paragraphModalContent_1r3tc_1369{padding:1.5rem;overflow-y:auto;flex:1;max-height:calc(90vh - 80px)}._paragraphModalText_1r3tc_1376{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;white-space:pre-wrap;word-wrap:break-word}._summaryCell_1r3tc_1386{display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative}._summaryIconButton_1r3tc_1395{background:none;border:none;cursor:pointer;padding:.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._summaryIconButton_1r3tc_1395:hover{background:var(--button-hover-bg)}._summaryIcon_1r3tc_1395{width:18px;height:18px;color:var(--teal)}._summaryIconButton_1r3tc_1395:hover ._summaryIcon_1r3tc_1395{color:var(--teal-dark)}._noSummary_1r3tc_1422{color:var(--text-quaternary);font-style:italic}._typeFilterContainer_1r3tc_1428{position:relative;display:inline-block}._typeFilterButton_1r3tc_1433{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:none;border-radius:var(--button-border-radius);border:none;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;color:var(--text-tertiary);cursor:pointer;transition:all .2s ease;height:44px}._typeFilterButton_1r3tc_1433:hover{background-color:var(--button-hover-bg);color:var(--teal)}._filterChevron_1r3tc_1455{width:16px;height:16px;transition:transform .2s ease}._filterChevronOpen_1r3tc_1461{transform:rotate(180deg)}._typeFilterDropdown_1r3tc_1465{position:absolute;top:calc(100% + .5rem);left:0;background:var(--bg-white);border-radius:10px;box-shadow:0 4px 12px var(--shadow-black-15);min-width:180px;padding:.5rem;z-index:1000;display:flex;flex-direction:column;gap:.25rem;opacity:0;animation:_filterFadeIn_1r3tc_1 .2s ease forwards}._typeFilterDropdownClosing_1r3tc_1482{animation:_filterFadeOut_1r3tc_1 .2s ease forwards}@keyframes _filterFadeIn_1r3tc_1{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes _filterFadeOut_1r3tc_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-5px)}}._typeFilterOption_1r3tc_1508{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;border-radius:6px;transition:background-color .2s ease;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary)}._typeFilterOption_1r3tc_1508:hover{background:var(--button-hover-bg)}._typeFilterOption_1r3tc_1508 input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:var(--teal)}._summaryModalOverlay_1r3tc_1533{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white-rgba-10);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeInOverlay_1r3tc_1 .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._summaryModalOverlayClosing_1r3tc_1549{animation:_fadeOutOverlay_1r3tc_1 .3s ease forwards}._summaryModal_1r3tc_1533{position:relative;max-width:90vw;max-height:90vh;width:800px;background:var(--bg-white);border-radius:30px;overflow:hidden;animation:_scaleIn_1r3tc_1 .3s ease;box-shadow:0 8px 24px var(--shadow-black-20);display:flex;flex-direction:column;border:2px solid transparent}._summaryModalClosing_1r3tc_1568{animation:_scaleOut_1r3tc_1 .3s ease forwards}[data-theme=dark] ._summaryModal_1r3tc_1533{border:2px solid var(--teal)}._summaryModalHeader_1r3tc_1577{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--bg-white);border-bottom:1px solid var(--teal-lighter);flex-shrink:0;position:relative}._summaryModalHeaderContent_1r3tc_1588{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center}._summaryModalName_1r3tc_1597{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-secondary);margin-bottom:.5rem}._summaryModalSubtitle_1r3tc_1605{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:400;color:var(--text-tertiary);display:flex;align-items:center;justify-content:center;gap:.25rem;flex-wrap:wrap}._summaryModalUrl_1r3tc_1617{color:var(--teal);text-decoration:none;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;transition:color .2s ease;word-break:break-all;max-width:100%}._summaryModalUrl_1r3tc_1617:hover{color:var(--teal);text-decoration:underline}._summaryModalClose_1r3tc_1633{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}._summaryModalClose_1r3tc_1633:hover{background:var(--button-hover-bg);color:var(--teal)}._summaryModalClose_1r3tc_1633 svg{width:20px;height:20px}._summaryModalContent_1r3tc_1657{padding:1.5rem;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;max-height:calc(90vh - 120px)}._summaryModalText_1r3tc_1666{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;word-wrap:break-word}._summaryModalText_1r3tc_1666 h1,._summaryModalText_1r3tc_1666 h2,._summaryModalText_1r3tc_1666 h3,._summaryModalText_1r3tc_1666 h4,._summaryModalText_1r3tc_1666 h5,._summaryModalText_1r3tc_1666 h6{font-family:Inter,sans-serif;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-secondary)}._summaryModalText_1r3tc_1666 h1{font-size:1.75rem}._summaryModalText_1r3tc_1666 h2{font-size:1.5rem}._summaryModalText_1r3tc_1666 h3{font-size:1.25rem}._summaryModalText_1r3tc_1666 p{margin-bottom:1rem;line-height:1.6}._summaryModalText_1r3tc_1666 ul,._summaryModalText_1r3tc_1666 ol{margin-bottom:1rem;padding-left:1.5rem}._summaryModalText_1r3tc_1666 li{margin-bottom:.5rem}._summaryModalText_1r3tc_1666 code{background:var(--button-hover-bg);padding:.125rem .375rem;border-radius:4px;font-family:Courier New,monospace;font-size:.875rem;color:var(--teal)}._summaryModalText_1r3tc_1666 pre{background:var(--button-hover-bg);padding:1rem;border-radius:8px;overflow-x:auto;margin-bottom:1rem}._summaryModalText_1r3tc_1666 pre code{background:none;padding:0;color:var(--text-secondary)}._summaryModalText_1r3tc_1666 a{color:var(--teal);text-decoration:none}._summaryModalText_1r3tc_1666 a:hover{text-decoration:underline}._summaryModalText_1r3tc_1666 blockquote{border-left:4px solid var(--teal);padding-left:1rem;margin-left:0;margin-bottom:1rem;color:var(--text-tertiary);font-style:italic}._summaryModalText_1r3tc_1666 strong{font-weight:600}._summaryModalText_1r3tc_1666 em{font-style:italic}._addLinkModalOverlay_1r3tc_1764{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white-rgba-10);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeInOverlay_1r3tc_1 .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._addLinkModalOverlayClosing_1r3tc_1780{animation:_fadeOutOverlay_1r3tc_1 .3s ease forwards}._addLinkModal_1r3tc_1764{position:relative;max-width:90vw;width:500px;background:var(--bg-white);border-radius:30px;overflow:hidden;box-shadow:0 8px 24px var(--shadow-black-20);display:flex;flex-direction:column;animation:_scaleIn_1r3tc_1 .3s ease;border:2px solid transparent}._addLinkModalClosing_1r3tc_1798{animation:_scaleOut_1r3tc_1 .3s ease forwards}[data-theme=dark] ._addLinkModal_1r3tc_1764{border:2px solid var(--teal)}._addLinkModalHeader_1r3tc_1807{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem}._addLinkModalTitle_1r3tc_1814{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-secondary);margin:0}._addLinkModalClose_1r3tc_1822{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}._addLinkModalClose_1r3tc_1822:hover{background:var(--button-hover-bg);color:var(--teal)}._addLinkModalClose_1r3tc_1822 svg{width:20px;height:20px}._addLinkModalBody_1r3tc_1845{padding:0 1.5rem 1rem}._addLinkFormGroup_1r3tc_1849{margin-bottom:1rem}._addLinkFormGroup_1r3tc_1849:last-of-type{margin-bottom:0}._addLinkLabel_1r3tc_1857{display:block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-secondary);margin-bottom:.375rem}._required_1r3tc_1866{color:var(--red-dark)}._addLinkInput_1r3tc_1870{width:100%;padding:.75rem;border:1px solid var(--teal-lighter);border-radius:8px;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);transition:border-color .2s ease;box-sizing:border-box}._addLinkInput_1r3tc_1870:focus{outline:none;border-color:var(--teal)}._addLinkInput_1r3tc_1870::placeholder{color:var(--text-quaternary)}._addLinkModalFooter_1r3tc_1891{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem 1.25rem}._addLinkCancelButton_1r3tc_1899{background:var(--bg-white);border:1px solid var(--teal-lighter);color:var(--text-tertiary);padding:.75rem 1.5rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}._addLinkCancelButton_1r3tc_1899:hover{background:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._addLinkSaveButton_1r3tc_1918{background:var(--teal);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._addLinkSaveButton_1r3tc_1918:hover:not(:disabled){background:var(--teal)}._addLinkSaveButton_1r3tc_1918:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._folderBookmark_1r3tc_1{padding:1.5rem 1rem}._heading_1r3tc_59{font-size:1.75rem}._tabs_1r3tc_115{flex-wrap:wrap}._tab_1r3tc_111{flex:1 1 50%;padding:.75rem 1rem;font-size:.875rem}._tabContent_1r3tc_200{padding:1.5rem 1rem}}._actionMenu_h3we9_1{position:relative;display:flex;align-items:center;justify-content:flex-end;transition:opacity .2s ease,visibility .2s ease}._actionMenu_h3we9_1._hidden_h3we9_9{visibility:hidden;opacity:0;pointer-events:none}._actionMenu_h3we9_1._visible_h3we9_15{visibility:visible;opacity:1;pointer-events:auto}._menuButton_h3we9_21{background:none;border:none;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;color:var(--text-tertiary);flex-shrink:0}._menuButton_h3we9_21:hover{background:var(--button-hover-bg);color:var(--teal)}._menuButton_h3we9_21 svg{width:18px;height:18px}._popover_h3we9_45{position:fixed;background-color:var(--bg-white);border-radius:8px;border:1px solid var(--border-medium);min-width:160px;padding:.25rem 0;z-index:10000;opacity:0;visibility:hidden;transform:translateY(-10px);animation:_popoverFadeIn_h3we9_1 .2s ease forwards}._popoverOpen_h3we9_59{opacity:1;visibility:visible;transform:translateY(0)}._popoverClosing_h3we9_65{animation:_popoverFadeOut_h3we9_1 .2s ease forwards}@keyframes _popoverFadeIn_h3we9_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _popoverFadeOut_h3we9_1{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}._popoverButton_h3we9_91{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem 1rem;background:none;border:none;color:var(--text-primary);font-size:.9375rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease;text-align:left}._popoverButton_h3we9_91 svg{width:16px;height:16px;flex-shrink:0}._popoverButton_h3we9_91:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._popoverButton_h3we9_91:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._popoverButton_h3we9_91:hover{background-color:var(--button-hover-bg);color:var(--teal)}._popoverButtonMove_h3we9_129{color:var(--text-tertiary)}._popoverButtonMove_h3we9_129:hover{background-color:var(--button-hover-bg);color:var(--teal)}._folderArrowIcon_h3we9_138{width:16px;height:16px;flex-shrink:0;color:inherit}._popoverButtonDelete_h3we9_145{color:var(--text-tertiary)}._popoverButtonDelete_h3we9_145:hover{background-color:var(--button-hover-bg);color:var(--red)}._popoverButtonDelete_h3we9_145 svg{transition:color .2s ease}._overlay_1oome_1{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--white-rgba-10);display:flex;align-items:center;justify-content:center;z-index:2000;animation:_fadeInOverlay_1oome_1 .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._overlay_1oome_1._closing_1oome_17{animation:_fadeOutOverlay_1oome_1 .3s ease forwards}._modal_1oome_21{position:relative;max-width:90vw;width:500px;max-height:80vh;background:var(--bg-white);border-radius:30px;overflow:hidden;border:2px solid var(--border-medium);display:flex;flex-direction:column;animation:_scaleIn_1oome_1 .3s ease}._modal_1oome_21._closing_1oome_17{animation:_scaleOut_1oome_1 .3s ease forwards}._header_1oome_39{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem}._title_1oome_46{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--text-secondary);margin:0}._closeButton_1oome_54{background:none;border:none;cursor:pointer;color:var(--text-tertiary);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}._closeButton_1oome_54:hover{background:var(--button-hover-bg);color:var(--teal)}._closeButton_1oome_54 svg{width:20px;height:20px}._content_1oome_77{padding:0 1.5rem;flex:1;overflow-y:auto;max-height:calc(80vh - 140px)}._loading_1oome_84,._empty_1oome_85{text-align:center;padding:2rem;color:var(--text-tertiary);font-family:Inter,sans-serif;font-size:.9375rem}._folderList_1oome_93{display:flex;flex-direction:column;gap:.25rem;padding-bottom:1rem}._folderItem_1oome_100{padding:.75rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s ease;border:2px solid transparent;display:flex;align-items:center;gap:.75rem}._folderItem_1oome_100:hover{background:var(--button-hover-bg)}._folderItem_1oome_100._selected_1oome_115{background:var(--teal-lighter);border-color:var(--teal)}._folderIcon_1oome_120{width:20px;height:20px;color:var(--teal);flex-shrink:0}._folderName_1oome_127{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);font-weight:500}._folderItem_1oome_100._selected_1oome_115 ._folderName_1oome_127{color:var(--teal)}._footer_1oome_138{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding:1rem 1.5rem 1.25rem}._cancelButton_1oome_146{background:#fff;border:1px solid var(--teal-lighter);color:var(--text-tertiary);padding:.75rem 1.5rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_1oome_146:hover{background:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._saveButton_1oome_165{background:var(--teal);border:none;color:#fff;padding:.75rem 1.5rem;border-radius:8px;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}._saveButton_1oome_165:hover:not(:disabled){background:var(--button-hover-bg);color:var(--teal)}._saveButton_1oome_165:disabled{opacity:.5;cursor:not-allowed}@keyframes _fadeInOverlay_1oome_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOutOverlay_1oome_1{0%{opacity:1}to{opacity:0}}@keyframes _scaleIn_1oome_1{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes _scaleOut_1oome_1{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}[data-theme=dark] ._modal_1oome_21{border:2px solid var(--teal)}._container_1rlor_1{position:relative;display:inline-block}._button_1rlor_6{padding:.625rem 1.25rem;background:none;color:var(--text-tertiary);border:1px solid var(--border-gray);border-radius:var(--button-border-radius);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;height:44px}._button_1rlor_6:hover,._button_1rlor_6:active{background-color:var(--bg-light);color:var(--teal)}._dropdown_1rlor_33{position:absolute;top:calc(100% + .5rem);right:0;background:var(--bg-white);border-radius:20px;border:1px solid var(--border-medium);min-width:180px;padding:0;z-index:1000;display:flex;flex-direction:column;gap:0;margin:0;opacity:0;animation:_fadeIn_1rlor_1 .2s ease forwards}._dropdownClosing_1rlor_51{animation:_fadeOut_1rlor_1 .2s ease forwards}@keyframes _fadeIn_1rlor_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_1rlor_1{0%{opacity:1}to{opacity:0}}._dropdownItem_1rlor_73{padding:.75rem 1.25rem;background:transparent;border:none;color:var(--text-tertiary);font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;cursor:pointer;text-align:center;transition:background-color .2s ease,color .2s ease;width:100%;border-bottom:1px solid var(--teal-lighter)}._dropdownItem_1rlor_73:hover{background:var(--button-hover-bg);color:var(--teal)}._dropdownItem_1rlor_73:first-child{border-top-left-radius:20px;border-top-right-radius:20px}._dropdownItem_1rlor_73:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-bottom:none}._sidePanel_15b9f_1{position:fixed;top:var(--panel-top, 80px);right:0;bottom:var(--panel-bottom, 0);width:var(--panel-width, 560px);min-width:300px;max-width:800px;background:var(--bg-white);border-left:3px solid var(--border-light);z-index:1000;display:flex;flex-direction:column;overflow:hidden}._resizeHandle_15b9f_17{position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:50px;background:var(--teal-light);border-radius:0 3px 3px 0;cursor:ew-resize;pointer-events:auto;z-index:10000;transition:background .2s ease,height .2s ease,width .2s ease;user-select:none;-webkit-user-select:none;touch-action:none}._resizeHandle_15b9f_17:hover,._resizeHandle_15b9f_17:active{background:var(--teal);width:6px;height:70px}._header_15b9f_42{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border-light);flex-shrink:0;width:100%;box-sizing:border-box}._slideOutButton_15b9f_53{width:32px;height:32px;border-radius:50%;background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;flex-shrink:0}._slideOutButton_15b9f_53:hover{background:var(--bg-light);color:var(--teal)}._slideOutButton_15b9f_53:active{transform:scale(.95)}._headerTitle_15b9f_78{font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600;color:var(--teal);margin:0;flex:1;text-align:center}._headerSpacer_15b9f_88{width:32px;height:32px;flex-shrink:0}._content_15b9f_94{flex:1;overflow:hidden;display:flex;flex-direction:column;width:100%;box-sizing:border-box}._sidePanel_15b9f_1._open_15b9f_104{animation:_slideIn_15b9f_1 .3s ease forwards}._sidePanel_15b9f_1._slidingOut_15b9f_108{animation:_slideOut_15b9f_53 .3s ease forwards}@keyframes _slideIn_15b9f_1{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes _slideOut_15b9f_53{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}._loadingDots_nl428_1{display:inline-flex;align-items:center;justify-content:center;gap:6px}._dot_nl428_8{border-radius:50%;background-color:var(--teal);animation:_dotFlashing_nl428_1 1.4s infinite linear}._small_nl428_15 ._dot_nl428_8{width:4px;height:4px;gap:4px}._medium_nl428_21 ._dot_nl428_8{width:8px;height:8px}._large_nl428_26 ._dot_nl428_8{width:12px;height:12px;gap:8px}._dot_nl428_8:nth-child(1){animation-delay:0s}._dot_nl428_8:nth-child(2){animation-delay:.2s}._dot_nl428_8:nth-child(3){animation-delay:.4s}@keyframes _dotFlashing_nl428_1{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}._view_skw8d_1{display:flex;flex-direction:column;height:100%;overflow:hidden;background:var(--bg-white);width:100%;margin:0;padding:0}._chatContainer_skw8d_13{flex:1;overflow-y:auto;overflow-x:hidden;padding:16px;background:var(--bg-white);scrollbar-width:thin;scrollbar-color:var(--teal-light) transparent;min-height:0}._chatContainer_skw8d_13::-webkit-scrollbar{width:6px}._chatContainer_skw8d_13::-webkit-scrollbar-track{background:transparent}._chatContainer_skw8d_13::-webkit-scrollbar-thumb{background-color:var(--teal-light);border-radius:3px}._explanationContent_skw8d_38{margin-bottom:16px;background:var(--bg-white)}._markdownH1_skw8d_44{font-size:20px;font-weight:700;color:var(--text-dark);margin:16px 0 8px;line-height:1.3}._markdownH2_skw8d_52{font-size:18px;font-weight:600;color:var(--text-dark);margin:14px 0 6px;line-height:1.3}._markdownH3_skw8d_60{font-size:16px;font-weight:600;color:var(--text-dark);margin:12px 0 4px;line-height:1.3}._markdownP_skw8d_68{font-size:14px;line-height:1.6;color:var(--text-dark);margin:8px 0;word-wrap:break-word}._markdownUl_skw8d_76,._markdownOl_skw8d_77{margin:8px 0;padding-left:24px}._markdownLi_skw8d_82{font-size:14px;line-height:1.6;color:var(--text-dark);margin:4px 0}._markdownStrong_skw8d_89{font-weight:600;color:var(--text-dark)}._markdownEm_skw8d_94{font-style:italic}._markdownCode_skw8d_98{background:var(--teal-rgba-10);padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:13px;color:var(--teal)}._messages_skw8d_108{display:flex;flex-direction:column;gap:12px;margin-top:16px}._message_skw8d_108{padding:12px;border-radius:12px;font-size:14px;line-height:1.5;word-wrap:break-word;max-width:100%}._userMessage_skw8d_124{background:var(--teal-rgba-10);color:var(--text-dark);align-self:flex-end;border-radius:20px 20px 0}._assistantMessage_skw8d_131{background:var(--bg-white);color:var(--text-dark);align-self:center;border-bottom-left-radius:4px;width:100%;max-width:100%}._cursor_skw8d_141{animation:_blink_skw8d_1 1s step-end infinite;color:var(--teal);font-weight:700}@keyframes _blink_skw8d_1{50%{opacity:0}}._defaultPrompts_skw8d_154{display:flex;flex-direction:column;gap:8px;padding:12px 16px;align-items:flex-start;background:var(--bg-white);flex-shrink:0}._promptsContainer_skw8d_164{display:flex;flex-direction:row;gap:8px;flex-wrap:wrap}._promptButton_skw8d_171{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border:2px solid var(--border-dark);background:var(--bg-white);cursor:pointer;text-align:left;border-radius:9999px;transition:all .2s ease;font-family:Inter,sans-serif;font-size:13px;color:var(--text-secondary);width:auto;white-space:nowrap}._promptButton_skw8d_171:hover{background:var(--button-hover-bg);color:var(--teal);border-color:var(--teal)}._inputBar_skw8d_196{display:flex;align-items:center;gap:8px;padding:12px 16px;background:var(--bg-white);flex-shrink:0;width:100%;box-sizing:border-box;margin-top:auto}._inputWrapper_skw8d_208{flex:1;position:relative;display:flex;align-items:center;width:100%;box-sizing:border-box}._input_skw8d_196{width:100%;border:1px solid var(--border-default);border-radius:20px;padding:10px 14px;font-size:14px;outline:none;transition:border-color .2s ease;background:var(--bg-white);color:var(--text-dark);font-family:Inter,sans-serif}._input_skw8d_196::placeholder{color:var(--text-light)}._input_skw8d_196:focus{border-color:var(--teal)}._sendButton_skw8d_239{width:36px;height:36px;border-radius:50%;background:var(--teal);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;flex-shrink:0}._sendButton_skw8d_239:hover:not(:disabled){background:var(--teal-dark);transform:scale(1.05)}._sendButton_skw8d_239:active:not(:disabled){transform:scale(.95)}._sendButton_skw8d_239:disabled{background:var(--gray-300);cursor:not-allowed;transform:none}._sendButton_skw8d_239 svg{width:18px;height:18px}._stopButton_skw8d_276{width:36px;height:36px;border-radius:50%;background:var(--red);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;flex-shrink:0}._stopButton_skw8d_276:hover{background:var(--red-dark);transform:scale(1.05)}._stopButton_skw8d_276:active{transform:scale(.95)}._stopButton_skw8d_276 svg{width:18px;height:18px}._deleteButton_skw8d_307{width:36px;height:36px;border-radius:50%;background:transparent;border:none;color:var(--text-tertiary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;flex-shrink:0}._deleteButton_skw8d_307:hover{background:var(--light-red);color:var(--red)}._deleteButton_skw8d_307:active{transform:scale(.95)}._deleteButton_skw8d_307 svg{width:18px;height:18px}._loadingMessage_skw8d_338{display:flex;align-items:center;justify-content:flex-start;padding:16px 12px}._loadingContainer_skw8d_345{display:flex;align-items:center;justify-content:center;padding:20px;margin-top:16px}._onHoverMessage_jfwsf_1{position:fixed;background:var(--teal-lighter);border:none;border-radius:6px;color:var(--teal);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:12px;font-weight:400;padding:4px 12px;white-space:nowrap;z-index:2147483647;pointer-events:none;opacity:0;visibility:hidden;box-shadow:none;transition:opacity .2s cubic-bezier(.4,0,.2,1),visibility .2s cubic-bezier(.4,0,.2,1),transform .2s cubic-bezier(.4,0,.2,1)}._onHoverMessage_jfwsf_1._visible_jfwsf_22{opacity:1;visibility:visible}._onHoverMessage_jfwsf_1._top_jfwsf_28{transform:translate(-50%) translateY(4px)}._onHoverMessage_jfwsf_1._top_jfwsf_28._visible_jfwsf_22{transform:translate(-50%) translateY(0)}._onHoverMessage_jfwsf_1._bottom_jfwsf_36{transform:translate(-50%) translateY(-4px)}._onHoverMessage_jfwsf_1._bottom_jfwsf_36._visible_jfwsf_22{transform:translate(-50%) translateY(0)}._onHoverMessage_jfwsf_1._left_jfwsf_44{transform:translateY(-50%) translate(4px)}._onHoverMessage_jfwsf_1._left_jfwsf_44._visible_jfwsf_22{transform:translateY(-50%) translate(0)}._onHoverMessage_jfwsf_1._right_jfwsf_52{transform:translateY(-50%) translate(-4px)}._onHoverMessage_jfwsf_1._right_jfwsf_52._visible_jfwsf_22{transform:translateY(-50%) translate(0)}._onHoverMessage_jfwsf_1._top_jfwsf_28:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--teal-lighter)}._wrapper_ojyp0_1{background:var(--bg-white);min-height:calc(100vh - 80px)}._container_ojyp0_6{max-width:1200px;width:100%;margin:0 auto;padding:0 2rem 2rem;min-height:calc(100vh - 80px)}._pdfTitle_ojyp0_14{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-tertiary);margin:2rem 0 1rem;padding:0;text-align:left}._header_ojyp0_24{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}._backButton_ojyp0_32{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--button-hover-bg);border:1px solid var(--border-light);border-radius:6px;color:var(--text-primary);font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}._backButton_ojyp0_32:hover{background:var(--teal-lighter);border-color:var(--teal-light);color:var(--teal)}._backButton_ojyp0_32 svg{width:18px;height:18px}._pageInfo_ojyp0_59{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary)}._content_ojyp0_65{display:flex;flex-direction:column;gap:2rem}._pageWrapper_ojyp0_71{display:flex;flex-direction:column;gap:.5rem}._pageNumber_ojyp0_77{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-tertiary);padding:.5rem 0}._pageContainer_ojyp0_85{background:var(--bg-white);border:none;border-radius:0;padding:1rem;box-shadow:none;overflow-x:auto}._pageContainer_ojyp0_85 body{margin:0;padding:0;background-color:var(--bg-light)}._pageContainer_ojyp0_85 .page-container{max-width:100%;margin:0 auto;background-color:var(--bg-white);box-shadow:none;border:none}._pageContainer_ojyp0_85 img{max-width:100%;height:auto;display:block}._pageContainer_ojyp0_85 *{box-sizing:border-box}._loading_ojyp0_120{display:flex;justify-content:center;align-items:center;min-height:400px;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary)}._emptyState_ojyp0_130{text-align:center;padding:4rem 2rem}._emptyHeading_ojyp0_135{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-secondary);margin:0 0 1rem}._emptyMessage_ojyp0_143{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0}._loadMoreTrigger_ojyp0_150{min-height:100px;display:flex;justify-content:center;align-items:center;padding:2rem}._loadingMore_ojyp0_158{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary)}@media (max-width: 768px){._container_ojyp0_6{padding:0 1rem 1rem}._pdfTitle_ojyp0_14{font-size:1.25rem;margin:1.5rem 0 .75rem}._header_ojyp0_24{flex-direction:column;align-items:flex-start}._pageInfo_ojyp0_59{align-self:flex-end}}._account_1prai_1{min-height:calc(100vh - 200px);padding:2rem 1rem;display:flex;justify-content:center;background-color:var(--bg-white);width:100%;animation:none!important}._container_1prai_11{max-width:1200px;width:100%;display:flex;flex-direction:column;min-height:100%;animation:none!important}._titleContainer_1prai_20{display:flex;justify-content:center;margin-bottom:2rem}._heading_1prai_26{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;color:var(--text-dark-gray);margin:0}._layout_1prai_34{display:flex;gap:2rem;align-items:flex-start;flex:1;min-height:calc(100vh - 400px);position:relative;animation:none!important}._sidebar_1prai_45{display:flex;flex-direction:column;gap:.5rem;min-width:250px;border-right:1px solid var(--border-light);padding-right:1.5rem;padding-top:.5rem;align-self:stretch;height:100%;position:relative;animation:none!important;transition:none!important;transform:none!important}._tab_1prai_62{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;border-radius:10px;background:transparent;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:1rem;font-weight:500;cursor:pointer;text-align:left;width:100%;text-decoration:none;transition:background-color .2s ease,color .2s ease}._tab_1prai_62:hover,._tabActive_1prai_85{background-color:var(--button-hover-bg)}._tabIcon_1prai_89{flex-shrink:0;color:var(--text-tertiary)}._tabActive_1prai_85 ._tabIcon_1prai_89{color:var(--teal)}._contentArea_1prai_99{flex:1;min-width:0}._content_1prai_99{background:var(--bg-white);border-radius:20px;padding:2rem}._profileInfoRow_1prai_111{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}._profileIconContainer_1prai_118{flex-shrink:0}._profileIcon_1prai_118{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--teal)}._profileIconPlaceholder_1prai_130{width:60px;height:60px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;border:2px solid var(--teal)}._infoSection_1prai_145{flex:1;display:flex;flex-direction:column;gap:1rem}._infoRow_1prai_152{display:flex;align-items:center;gap:1rem}._fieldName_1prai_158{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-secondary);min-width:60px}._fieldValue_1prai_166{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);word-break:break-word}._logoutButton_1prai_173{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--red-dark);background:var(--bg-white);border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:background-color .2s ease,transform .1s ease;width:auto}._logoutButton_1prai_173:hover:not(:disabled){background:var(--light-red)}._logoutButton_1prai_173:active:not(:disabled){transform:scale(.98)}._logoutButton_1prai_173:disabled{opacity:.6;cursor:not-allowed}._logoutIcon_1prai_204{width:18px;height:18px;color:var(--red-dark)}@media (max-width: 768px){._account_1prai_1{padding:1.5rem 1rem}._heading_1prai_26{font-size:1.75rem}._layout_1prai_34{flex-direction:column;gap:1.5rem}._sidebar_1prai_45{width:100%;border-right:none;border-bottom:1px solid var(--border-light);padding-right:0;padding-bottom:1rem;flex-direction:row;overflow-x:auto}._tab_1prai_62{white-space:nowrap;min-width:fit-content}._content_1prai_99{padding:1.5rem}._profileInfoRow_1prai_111{flex-direction:column;align-items:center;gap:1rem}._infoSection_1prai_145{width:100%;align-items:center}._infoRow_1prai_152{flex-direction:column;align-items:flex-start;width:100%;gap:.5rem}._fieldName_1prai_158{min-width:auto}}._profileTab_12oqv_1{width:100%;height:100%}._content_12oqv_6{background:var(--bg-white);border-radius:20px;padding:2rem}._profileInfoRow_12oqv_12{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}._profileIconContainer_12oqv_19{flex-shrink:0}._profileIcon_12oqv_19{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid var(--teal)}._profileIconPlaceholder_12oqv_31{width:60px;height:60px;border-radius:50%;background:var(--teal);color:var(--white);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;border:2px solid var(--teal)}._infoSection_12oqv_46{flex:1;display:flex;flex-direction:column;gap:1rem}._infoRow_12oqv_53{display:flex;align-items:center;gap:1rem}._fieldName_12oqv_59{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-secondary);min-width:60px}._fieldValue_12oqv_67{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-primary);word-break:break-word}._logoutButton_12oqv_74{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--red-dark);background:var(--bg-white);border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:background-color .2s ease,transform .1s ease;width:auto}._logoutButton_12oqv_74:hover:not(:disabled){background:var(--light-red)}._logoutButton_12oqv_74:active:not(:disabled){transform:scale(.98)}._logoutButton_12oqv_74:disabled{opacity:.6;cursor:not-allowed}._logoutIcon_12oqv_105{width:18px;height:18px;color:var(--red-dark)}@media (max-width: 768px){._content_12oqv_6{padding:1.5rem}._profileInfoRow_12oqv_12{flex-direction:column;align-items:center;gap:1rem}._infoSection_12oqv_46{width:100%;align-items:center}._infoRow_12oqv_53{flex-direction:column;align-items:flex-start;width:100%;gap:.5rem}._fieldName_12oqv_59{min-width:auto}}._settingsTab_1ns3t_1{width:100%;height:100%}._content_1ns3t_6{background:var(--bg-white);border-radius:20px;padding:2rem}._loading_1ns3t_12{display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary)}._form_1ns3t_22{display:flex;flex-direction:column;gap:1.5rem}._fieldGroup_1ns3t_28{display:flex;flex-direction:column;gap:.5rem}._fieldRow_1ns3t_34{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px}._label_1ns3t_42{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:var(--gray-700);flex-shrink:0;white-space:nowrap}._select_1ns3t_51{width:100%;padding:1rem 2.5rem 1rem 1rem;border:1px solid var(--teal-lighter);border-radius:20px;font-size:1rem;font-family:Inter,sans-serif;outline:none;transition:border-color .2s ease;background-color:var(--bg-white);color:var(--text-primary);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%239527F5' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center}._select_1ns3t_51:focus{border-color:var(--teal-light)}._select_1ns3t_51:hover{border-color:var(--teal-light)}._updateButton_1ns3t_79{padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--white);background:var(--teal);border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:background-color .2s ease,transform .1s ease,opacity .2s ease;width:auto;align-self:flex-start;margin-top:.5rem}._updateButton_1ns3t_79:hover:not(:disabled){background:var(--teal-dark)}._updateButton_1ns3t_79:active:not(:disabled){transform:scale(.98)}._updateButton_1ns3t_79:disabled{opacity:.5;cursor:not-allowed;background:var(--border-dark)}@media (max-width: 768px){._content_1ns3t_6{padding:1.5rem}._form_1ns3t_22{gap:1.25rem}}._dropdownContainer_1la5l_1{width:auto;min-width:200px;flex-shrink:0}._dropdown_1la5l_1{position:relative;width:100%;z-index:100}._dropdownButton_1la5l_13{width:100%;padding:10px 12px;background:var(--bg-white);border:1px solid var(--border-default);border-radius:10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease;font-size:14px;color:var(--gray-900);font-family:Inter,sans-serif}._dropdownButton_1la5l_13:hover,._dropdownButton_1la5l_13._open_1la5l_33{border-color:var(--teal)}._dropdownValue_1la5l_37{flex:1;text-align:left;color:var(--gray-900)}._chevron_1la5l_43{width:16px;height:16px;color:var(--gray-500);transition:transform .2s ease;flex-shrink:0}._chevronOpen_1la5l_51{transform:rotate(180deg)}._dropdownMenu_1la5l_55{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--bg-white);border:1px solid var(--border-default);border-radius:10px;z-index:999999;margin-top:4px;max-height:0;overflow:hidden;transition:max-height .2s ease-in-out;will-change:max-height}._dropdownMenuOpen_1la5l_71{max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--border-dark) transparent}._dropdownMenuOpen_1la5l_71::-webkit-scrollbar{width:6px}._dropdownMenuOpen_1la5l_71::-webkit-scrollbar-track{background:transparent}._dropdownMenuOpen_1la5l_71::-webkit-scrollbar-thumb{background-color:var(--border-dark);border-radius:3px}._dropdownMenuOpen_1la5l_71::-webkit-scrollbar-thumb:hover{background-color:var(--teal)}._dropdownMenuClosed_1la5l_95{max-height:0;overflow:hidden}._dropdownItem_1la5l_100{padding:10px 12px;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:var(--gray-900);font-family:Inter,sans-serif;border-bottom:1px solid var(--teal-lighter)}._dropdownItem_1la5l_100:hover{background:var(--button-hover-bg)}._dropdownItem_1la5l_100._selected_1la5l_114{background:var(--button-hover-bg);color:var(--teal);font-weight:500}._dropdownItem_1la5l_100:first-child{border-radius:10px 10px 0 0}._dropdownItem_1la5l_100:last-child{border-radius:0 0 10px 10px;border-bottom:none}._tabGroup_1aulz_1{display:flex;align-items:center;position:relative;padding:2px;border-radius:11px;background:transparent;gap:0;border:1px solid var(--border-default)}._tabSlider_1aulz_12{position:absolute;top:2px;left:2px;background:var(--teal);border-radius:9px;transition:transform .4s cubic-bezier(.34,1.56,.64,1),width .4s cubic-bezier(.34,1.56,.64,1);z-index:0;pointer-events:none;box-sizing:border-box;height:calc(100% - 4px);will-change:transform,width;transform-origin:left center}._tabSlider_1aulz_12._noTransition_1aulz_27{transition:none!important}._tab_1aulz_1{position:relative;z-index:1;border-radius:9px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:8px 12px;margin:0;outline:none;transition:background .2s ease,color .2s ease;box-sizing:border-box;line-height:1;color:#9ca3af;white-space:nowrap}._tab_1aulz_1:hover{background:var(--teal-rgba-10)}._tab_1aulz_1._active_1aulz_56{background:var(--teal);color:#fff}._tab_1aulz_1._active_1aulz_56:hover{background:var(--teal)}._tabIcon_1aulz_65{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;flex-shrink:0;color:inherit;transition:color .2s ease}._tabLabel_1aulz_77{font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:inherit;transition:color .2s ease}._tab_1aulz_1:hover ._tabIcon_1aulz_65,._tab_1aulz_1:hover ._tabLabel_1aulz_77{color:#6b7280}._tab_1aulz_1._active_1aulz_56 ._tabIcon_1aulz_65,._tab_1aulz_1._active_1aulz_56 ._tabLabel_1aulz_77,._tab_1aulz_1._active_1aulz_56:hover ._tabIcon_1aulz_65,._tab_1aulz_1._active_1aulz_56:hover ._tabLabel_1aulz_77{color:#fff}._dashboard_1wgo9_1{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._container_1wgo9_9{text-align:center;max-width:600px;width:100%}._title_1wgo9_15{font-family:Inter,sans-serif;font-size:2.5rem;font-weight:700;color:var(--teal);margin-bottom:1rem}._subtitle_1wgo9_23{font-family:Inter,sans-serif;font-size:1.125rem;color:#6b7280;margin:0}@media (max-width: 768px){._title_1wgo9_15{font-size:2rem}._subtitle_1wgo9_23{font-size:1rem}}._pricingEdit_19loz_1{width:100%;max-width:900px;margin:0 auto;padding:2rem}._header_19loz_8{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}._backButton_19loz_15{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-tertiary);background:none;border:none;cursor:pointer;transition:color .2s ease}._backButton_19loz_15:hover{color:var(--teal)}._title_19loz_31{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);margin:0}._loading_19loz_39,._error_19loz_40{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._error_19loz_40{color:var(--red)}._card_19loz_52{background:var(--bg-white);border-radius:30px;padding:2rem}[data-theme=dark] ._card_19loz_52{border:2px solid var(--teal-light)}._section_19loz_63{margin-bottom:2rem}._section_19loz_63:last-of-type{margin-bottom:0}._sectionHeader_19loz_71{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid var(--border-light)}._sectionTitle_19loz_80{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:var(--text-primary);margin:0}._selectAllButton_19loz_88{padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:#fff;background:var(--teal);border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._selectAllButton_19loz_88:hover{background:var(--teal-dark);transform:translateY(-1px)}._fieldRow_19loz_106{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem}._fieldRow_19loz_106:last-of-type{margin-bottom:0}._field_19loz_106{display:flex;flex-direction:column;gap:.5rem}._label_19loz_123{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._input_19loz_132,._textarea_19loz_133{padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);transition:border-color .2s ease;width:100%;box-sizing:border-box}._input_19loz_132:focus,._textarea_19loz_133:focus{outline:none;border-color:var(--teal)}._input_19loz_132:disabled{background:var(--bg-light);color:var(--text-tertiary);cursor:not-allowed}._input_19loz_132[type=datetime-local]{color-scheme:light dark}._input_19loz_132[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(.5);cursor:pointer}._textarea_19loz_133{resize:vertical;min-height:80px;font-family:inherit}._charCount_19loz_174{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-tertiary);margin-top:.25rem;display:block;text-align:right}._dropdownContainer_19loz_183{position:relative}._dropdownButton_19loz_187{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);cursor:pointer;text-align:left;width:100%;transition:border-color .2s ease}._dropdownButton_19loz_187:hover,._dropdownButtonOpen_19loz_208{border-color:var(--teal)}._dropdownList_19loz_212{position:absolute;top:calc(100% + .25rem);left:0;right:0;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:var(--button-border-radius);z-index:100;max-height:200px;overflow-y:auto}._dropdownItem_19loz_225{display:block;width:100%;padding:.625rem .875rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease}._dropdownItem_19loz_225:hover{background:var(--bg-light)}._checkboxLabel_19loz_243{display:flex;align-items:center;gap:.75rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox_19loz_243{width:18px;height:18px;cursor:pointer;accent-color:var(--teal)}._featuresList_19loz_261{display:flex;flex-direction:column;gap:1rem}._featureItem_19loz_267{padding:1rem;background:var(--bg-light);border-radius:var(--button-border-radius);border:2px solid var(--border-light);transition:border-color .2s ease}._featureItem_19loz_267:hover{border-color:var(--border-medium)}._featureHeader_19loz_279{margin-bottom:0}._featureCheckboxLabel_19loz_283{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;-webkit-user-select:none;user-select:none}._featureInfo_19loz_291{display:flex;flex-direction:column;gap:.25rem;flex:1}._featureName_19loz_298{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--text-primary)}._featureDescription_19loz_305{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);line-height:1.4}._featureOptions_19loz_312{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-light)}._featureOptionRow_19loz_318{display:flex;gap:2rem;margin-bottom:1rem}._radioLabel_19loz_324{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none}._radio_19loz_324{width:16px;height:16px;cursor:pointer;accent-color:var(--teal)}._featureCountField_19loz_342{max-width:200px}._emptyFeatures_19loz_346{text-align:center;padding:2rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);background:var(--bg-light);border-radius:var(--button-border-radius)}._actions_19loz_356{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid var(--border-light)}._cancelButton_19loz_365,._submitButton_19loz_366{padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;border:none;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease}._cancelButton_19loz_365{color:var(--text-secondary);background:var(--bg-light)}._cancelButton_19loz_365:hover:not(:disabled){background:var(--border-medium)}._submitButton_19loz_366{color:#fff;background:var(--teal)}._submitButton_19loz_366:hover:not(:disabled){background:var(--teal-dark);transform:translateY(-1px)}._cancelButton_19loz_365:disabled,._submitButton_19loz_366:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){._pricingEdit_19loz_1{padding:1rem}._fieldRow_19loz_106{grid-template-columns:1fr}._featureOptionRow_19loz_318{flex-direction:column;gap:.75rem}._actions_19loz_356{flex-direction:column-reverse}._cancelButton_19loz_365,._submitButton_19loz_366{width:100%}}._issueDetail_12f7l_1{min-height:60vh;padding:2rem 1rem;display:flex;justify-content:center}._container_12f7l_8{max-width:800px;width:100%}._backButton_12f7l_13{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;color:var(--teal);padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;margin-bottom:2rem;border-radius:10px;transition:background-color .2s ease}._backButton_12f7l_13:hover{background:var(--button-hover-bg)}._backButton_12f7l_13 svg{width:20px;height:20px}._titleContainer_12f7l_39{display:flex;justify-content:center;margin-bottom:1.5rem}._heading_12f7l_45{font-family:Inter,sans-serif;font-size:2rem;font-weight:500;color:var(--teal);margin:0}._content_12f7l_53{background:var(--bg-white);border-radius:0;padding:1.5rem;border-bottom:1px solid var(--teal-lighter)}._ticketIdRow_12f7l_60{display:flex;justify-content:space-between;align-items:center;width:100%;flex-wrap:wrap;gap:1rem}._statusContainer_12f7l_70{position:relative;display:inline-block}._statusDropdownButton_12f7l_75{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;border-radius:12px;border:2px solid transparent;cursor:pointer;transition:all .2s ease}._statusDropdownButton_12f7l_75:hover{opacity:.9}._statusDropdownButtonOPEN_12f7l_93{background:var(--yellow-light);color:var(--yellow-dark);border-color:var(--yellow-border)}._statusDropdownButtonWORK_IN_PROGRESS_12f7l_99{background:var(--blue-light);color:var(--blue);border-color:var(--blue-border)}._statusDropdownButtonDISCARDED_12f7l_105{background:var(--bg-gray);color:var(--gray-700);border-color:var(--gray-300)}._statusDropdownButtonRESOLVED_12f7l_111{background:var(--light-green);color:var(--green-dark);border-color:var(--medium-green)}._statusDropdown_12f7l_75{position:absolute;top:100%;right:0;margin-top:.5rem;background:var(--bg-white);border:2px solid var(--border-medium);border-radius:12px;box-shadow:0 4px 12px var(--shadow-black-15);min-width:180px;z-index:100;overflow:hidden}._statusOption_12f7l_131{display:block;width:100%;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-secondary);background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease}._statusOption_12f7l_131:hover{background-color:var(--button-hover-bg)}._statusOptionSelected_12f7l_150{background-color:var(--teal-lighter);color:var(--teal)}._details_12f7l_155{display:flex;flex-direction:column;gap:1rem}._detailRow_12f7l_161{display:flex;flex-direction:column;gap:.5rem}._label_12f7l_167{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}._value_12f7l_176{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);font-weight:500}._ticketIdLabel_12f7l_183{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._ticketIdValue_12f7l_190{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);font-weight:500}._valueRow_12f7l_197,._issueTypeRow_12f7l_204{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._issueTypeLabel_12f7l_211{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._raisedOnRow_12f7l_218{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}._raisedOnLabel_12f7l_225{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);font-weight:700}._raisedOnValue_12f7l_232{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);font-weight:500}._headingRow_12f7l_239{margin-top:1rem}._headingText_12f7l_243{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.4}._copyButtonWrapper_12f7l_252{position:relative;display:inline-block}._copyButton_12f7l_252{background:none;border:none;cursor:pointer;color:var(--teal);padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:10px;transition:background-color .2s,color .2s}._copyButton_12f7l_252:hover{background:var(--button-hover-bg)}._copyButton_12f7l_252:active{background:var(--teal-lighter)}._copyButton_12f7l_252 svg{width:16px;height:16px}._checkIcon_12f7l_283{color:var(--green)}._copiedTooltip_12f7l_287{position:absolute;top:-35px;left:0;font-family:Inter,sans-serif;font-size:.75rem;color:var(--green);font-weight:500;white-space:nowrap;background:var(--bg-white);padding:.25rem .5rem;border-radius:6px;box-shadow:0 2px 8px var(--shadow-black-15);z-index:10;pointer-events:none}._descriptionText_12f7l_304{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);line-height:1.6;white-space:pre-wrap;word-wrap:break-word;margin:0}._urlValue_12f7l_314{font-family:Inter,sans-serif;font-size:1rem;color:var(--teal);text-decoration:none;word-break:break-all}._urlValue_12f7l_314:hover{text-decoration:underline}._filesContainer_12f7l_326{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}._fileItem_12f7l_333{display:flex;flex-direction:column;gap:.5rem}._imagePreview_12f7l_339{display:flex;flex-direction:column;gap:.5rem;max-width:100%}._previewImage_12f7l_346{max-width:100%;max-height:400px;width:auto;height:auto;object-fit:contain;border-radius:8px;border:1px solid var(--teal-lighter);background:var(--bg-lighter)}._fileLink_12f7l_357{display:inline-flex;align-items:center;gap:.5rem;color:var(--teal);text-decoration:none;padding:.5rem .75rem;background-color:var(--button-hover-bg);border:1px solid var(--teal-lighter);border-radius:8px;transition:background-color .2s ease;font-family:Inter,sans-serif;font-size:.9375rem;width:fit-content}._fileLink_12f7l_357:hover{background-color:var(--teal-lighter);text-decoration:none}._fileIcon_12f7l_378{font-size:1rem;flex-shrink:0}._fileName_12f7l_383{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:300px;font-weight:500}._fileOpenIcon_12f7l_391{font-size:.875rem;flex-shrink:0;opacity:.7}._issueTypeBadge_12f7l_397{display:inline-block;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.375rem .75rem;border-radius:12px;width:fit-content}._issueTypeGLITCH_12f7l_407{background:var(--light-red);color:var(--red-darker)}._issueTypeSUBSCRIPTION_12f7l_412{background:var(--blue-light);color:var(--blue)}._issueTypeAUTHENTICATION_12f7l_417{background:var(--yellow-light);color:var(--yellow-dark)}._issueTypeFEATURE_REQUEST_12f7l_422{background:var(--light-green);color:var(--green-dark)}._issueTypeOTHERS_12f7l_427{background:var(--blue-light);color:var(--blue)}._loading_12f7l_432{text-align:center;padding:4rem 2rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}._errorState_12f7l_440{text-align:center;padding:4rem 2rem}._errorHeading_12f7l_445{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0 0 .5rem}._errorMessage_12f7l_453{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-tertiary);margin:0 0 2rem}._updateSection_12f7l_461{display:flex;justify-content:flex-end;padding:1.5rem 0;background:var(--bg-white)}._updateButton_12f7l_468{padding:.75rem 2rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:var(--teal);border:2px solid var(--teal);border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}._updateButton_12f7l_468:hover:not(:disabled){background:var(--teal-dark);border-color:var(--teal-dark)}._updateButton_12f7l_468:active:not(:disabled){transform:scale(.98)}._updateButton_12f7l_468:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){._issueDetail_12f7l_1{padding:1.5rem 1rem}._content_12f7l_53{padding:1.5rem}._heading_12f7l_45{font-size:1.75rem}._header_12f7l_512{flex-direction:column;align-items:flex-start}._updateSection_12f7l_461{padding:1.5rem}._updateButton_12f7l_468{width:100%;justify-content:center}}@media (max-width: 480px){._heading_12f7l_45{font-size:1.5rem}._content_12f7l_53{padding:1rem}._details_12f7l_155{gap:1.25rem}._previewImage_12f7l_346{max-height:250px}._fileName_12f7l_383{max-width:200px}._updateSection_12f7l_461{padding:1rem}}:root{--teal: #0d8070;--teal-light: #14b8a6;--teal-lighter: #e0f7f4;--teal-dark: #0a5d52;--gray-900: #1A202C;--gray-800: #2D3748;--gray-700: #4A5568;--gray-600: #666;--gray-500: #999;--gray-400: #A0AEC0;--gray-300: #CBD5E0;--gray-200: #E2E8F0;--gray-100: #F7FAFC;--gray-50: #f9f9f9;--white: #ffffff;--black: #000000;--light-green: #D1FAE5;--medium-green: #34D399;--green: #10B981;--green-dark: #16a34a;--green-light-bg: #dcfce7;--green-success: #22c55e;--light-red: #FEE2E2;--medium-red: #F87171;--red: #EF4444;--red-dark: #DC2626;--red-darker: #991b1b;--red-error: #dc2626;--yellow-light: #fef3c7;--yellow: #fbbf24;--yellow-dark: #92400e;--yellow-border: #fde68a;--blue-light: #dbeafe;--blue: #1e40af;--blue-border: #bfdbfe;--blue-indigo: #4f46e5;--blue-indigo-light: #6366f1;--text-primary: #000000;--text-secondary: #333333;--text-tertiary: #666666;--text-quaternary: #999999;--text-dark: #1A202C;--text-dark-gray: #2D3748;--text-medium: #4A5568;--text-light: #A0AEC0;--text-on-primary: #ffffff;--bg-white: #ffffff;--bg-light: #f5f5f5;--bg-lighter: #f9f9f9;--bg-gray: #f3f4f6;--bg-overlay: rgba(0, 0, 0, .5);--bg-overlay-light: rgba(0, 0, 0, .05);--border-light: #e0e0e0;--border-medium: #ddd;--border-dark: #ccc;--border-gray: #e5e7eb;--border-default: #E2E8F0;--teal-rgba-10: rgba(13, 128, 112, .1);--teal-rgba-15: rgba(13, 128, 112, .15);--teal-rgba-20: rgba(13, 128, 112, .2);--teal-rgba-25: rgba(13, 128, 112, .25);--teal-rgba-30: rgba(13, 128, 112, .3);--teal-rgba-40: rgba(13, 128, 112, .4);--teal-rgba-50: rgba(13, 128, 112, .5);--teal-rgba-60: rgba(13, 128, 112, .6);--shadow-black-10: rgba(0, 0, 0, .1);--shadow-black-15: rgba(0, 0, 0, .15);--shadow-black-18: rgba(0, 0, 0, .18);--shadow-black-20: rgba(0, 0, 0, .2);--shadow-black-25: rgba(0, 0, 0, .25);--shadow-black-30: rgba(0, 0, 0, .3);--shadow-black-50: rgba(0, 0, 0, .5);--white-rgba-10: rgba(255, 255, 255, .1);--white-rgba-20: rgba(255, 255, 255, .2);--white-rgba-32: rgba(255, 255, 255, .32);--white-rgba-35: rgba(255, 255, 255, .35);--white-rgba-40: rgba(255, 255, 255, .4);--white-rgba-50: rgba(255, 255, 255, .5);--white-rgba-95: rgba(255, 255, 255, .95);--teal-gradient-start: #14b8a6;--teal-gradient-end: #0d9488;--toggle-bg: rgba(148, 163, 184, .2);--toggle-border: rgba(148, 163, 184, .3);--toggle-bg-hover: rgba(148, 163, 184, .25);--toggle-border-hover: rgba(148, 163, 184, .4);--toggle-focus-shadow: rgba(20, 184, 166, .2);--toggle-slider-bg: white;--toggle-slider-shadow: rgba(0, 0, 0, .2);--status-open-bg: #fef3c7;--status-open-text: #92400e;--status-wip-bg: #dbeafe;--status-wip-text: #1e40af;--status-discarded-bg: #f3f4f6;--status-discarded-text: #374151;--status-resolved-bg: #d1fae5;--status-resolved-text: #065f46;--issue-glitch-bg: #fee2e2;--issue-glitch-text: #991b1b;--issue-subscription-bg: #dbeafe;--issue-subscription-text: #1e40af;--issue-auth-bg: #fef3c7;--issue-auth-text: #92400e;--issue-feature-bg: #d1fae5;--issue-feature-text: #065f46;--issue-resolved-border: #a7f3d0;--button-border-radius: 10px;--button-hover-bg: #f5f5f5}[data-theme=dark]{--teal: #38c9b5;--teal-light: #4dd4bf;--teal-lighter: rgba(56, 201, 181, .15);--teal-dark: #2a9985;--gray-900: #f5f5f5;--gray-800: #c9cdd3;--gray-700: #a8adb7;--gray-600: #8a8f98;--gray-500: #6b7280;--gray-400: #4b5563;--gray-300: #374151;--gray-200: #2d3748;--gray-100: #1f2937;--gray-50: #1a1f2e;--white: #0f1419;--black: #f5f5f5;--light-green: #D1FAE5;--medium-green: #34D399;--green: #10B981;--green-dark: #16a34a;--green-light-bg: #dcfce7;--green-success: #22c55e;--light-red: #FEE2E2;--medium-red: #F87171;--red: #EF4444;--red-dark: #DC2626;--red-darker: #991b1b;--red-error: #dc2626;--yellow-light: #fef3c7;--yellow: #fbbf24;--yellow-dark: #92400e;--yellow-border: #fde68a;--blue-light: #dbeafe;--blue: #1e40af;--blue-border: #bfdbfe;--blue-indigo: #4f46e5;--blue-indigo-light: #6366f1;--text-primary: #f5f5f5;--text-secondary: #e8eaed;--text-tertiary: #c9cdd3;--text-quaternary: #6b7280;--text-dark: #f5f5f5;--text-dark-gray: #e8eaed;--text-medium: #c9cdd3;--text-light: #6b7280;--text-on-primary: #424141;--bg-white: #0f1419;--bg-light: #1a1f2e;--bg-lighter: #242933;--bg-gray: #1f2937;--bg-overlay: rgba(0, 0, 0, .7);--bg-overlay-light: rgba(255, 255, 255, .05);--border-light: #2d3748;--border-medium: #3a4556;--border-dark: #4b5563;--border-gray: #374151;--border-default: #2d3748;--teal-rgba-10: rgba(56, 201, 181, .1);--teal-rgba-15: rgba(56, 201, 181, .15);--teal-rgba-20: rgba(56, 201, 181, .2);--teal-rgba-25: rgba(56, 201, 181, .25);--teal-rgba-30: rgba(56, 201, 181, .3);--teal-rgba-40: rgba(56, 201, 181, .4);--teal-rgba-50: rgba(56, 201, 181, .5);--teal-rgba-60: rgba(56, 201, 181, .6);--shadow-black-10: rgba(255, 255, 255, .05);--shadow-black-15: rgba(255, 255, 255, .08);--shadow-black-18: rgba(255, 255, 255, .1);--shadow-black-20: rgba(255, 255, 255, .12);--shadow-black-25: rgba(255, 255, 255, .15);--shadow-black-30: rgba(255, 255, 255, .18);--shadow-black-50: rgba(255, 255, 255, .25);--white-rgba-10: rgba(255, 255, 255, .05);--white-rgba-20: rgba(255, 255, 255, .1);--white-rgba-32: rgba(255, 255, 255, .15);--white-rgba-35: rgba(255, 255, 255, .18);--white-rgba-40: rgba(255, 255, 255, .2);--white-rgba-50: rgba(255, 255, 255, .25);--white-rgba-95: rgba(255, 255, 255, .05);--teal-gradient-start: #4dd4bf;--teal-gradient-end: #38c9b5;--toggle-bg: rgba(75, 85, 99, .4);--toggle-border: rgba(75, 85, 99, .5);--toggle-bg-hover: rgba(75, 85, 99, .5);--toggle-border-hover: rgba(75, 85, 99, .6);--toggle-focus-shadow: rgba(56, 201, 181, .3);--toggle-slider-bg: #e8eaed;--toggle-slider-shadow: rgba(0, 0, 0, .3);--status-open-bg: rgba(251, 191, 36, .2);--status-open-text: #fbbf24;--status-wip-bg: rgba(59, 130, 246, .2);--status-wip-text: #60a5fa;--status-discarded-bg: rgba(107, 114, 128, .2);--status-discarded-text: #9ca3af;--status-resolved-bg: rgba(34, 197, 94, .2);--status-resolved-text: #4ade80;--issue-glitch-bg: rgba(239, 68, 68, .2);--issue-glitch-text: #f87171;--issue-subscription-bg: rgba(59, 130, 246, .2);--issue-subscription-text: #60a5fa;--issue-auth-bg: rgba(251, 191, 36, .2);--issue-auth-text: #fbbf24;--issue-feature-bg: rgba(34, 197, 94, .2);--issue-feature-text: #4ade80;--issue-resolved-border: rgba(74, 222, 128, .4);--button-hover-bg: rgba(255, 255, 255, .1)}*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-y:scroll;background-color:var(--bg-white);color:var(--text-primary)}#root{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;background-color:var(--bg-white)}
