._navbar_1d5vr_1{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);padding:.75rem 0;margin:0;box-shadow:inset 0 1px 0 var(--white-rgba-20),0 4px 12px var(--shadow-black-15);position:relative;z-index:1000}._container_1d5vr_12{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;min-height:52px}._navCenter_1d5vr_23{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center}._navRight_1d5vr_31{display:flex;align-items:center}._loginButton_1d5vr_36{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_1d5vr_36:hover{background-color:var(--button-hover-bg);color:var(--teal)}._loginButton_1d5vr_36:active{background-color:var(--button-hover-bg);color:var(--teal);transform:scale(.98)}._userSection_1d5vr_64{display:flex;align-items:center;gap:.75rem}._nameContainer_1d5vr_70{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}._welcomeText_1d5vr_77{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:600;color:var(--text-on-primary)}._profilePicture_1d5vr_84{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_1d5vr_84:hover{transform:scale(1.05);box-shadow:0 2px 8px var(--shadow-black-20)}._profilePicturePlaceholder_1d5vr_101{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_1d5vr_101:hover{transform:scale(1.05);box-shadow:0 2px 8px var(--shadow-black-20)}._adminBadge_1d5vr_124{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_1d5vr_139{background-color:var(--red)}._logoutButton_1d5vr_143{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_1d5vr_143:hover{background-color:var(--button-hover-bg);color:var(--teal)}._logoutButton_1d5vr_143:active{background-color:var(--button-hover-bg);color:var(--teal);transform:scale(.98)}._logoutButton_1d5vr_143:disabled{opacity:.6;cursor:not-allowed}._logoutIcon_1d5vr_173{width:22px;height:22px}._userSection_1d5vr_64{position:relative}._profilePopover_1d5vr_183{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_1d5vr_199{opacity:1;visibility:visible;transform:translateY(0)}._popoverItem_1d5vr_205{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_1d5vr_205:first-child{border-top-left-radius:15px;border-top-right-radius:15px}._popoverItem_1d5vr_205:last-of-type{border-bottom:none}._popoverItem_1d5vr_205:hover{background-color:var(--button-hover-bg)}._popoverLogoutButton_1d5vr_230{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_1d5vr_230:hover,._popoverLogoutButton_1d5vr_230:active{background-color:var(--button-hover-bg)}._popoverLogoutButton_1d5vr_230:disabled{opacity:.6;cursor:not-allowed}._modalOverlay_1d5vr_264{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_1d5vr_1 .3s ease-out}._modalContainer_1d5vr_278{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:100%;max-width:500px;padding:1rem;animation:_modalSlideIn_1d5vr_1 .3s ease-out}@keyframes _fadeIn_1d5vr_1{0%{opacity:0}to{opacity:1}}@keyframes _modalSlideIn_1d5vr_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._modalOverlayClosing_1d5vr_310{animation:_fadeOut_1d5vr_1 .3s ease-out forwards}._modalContainerClosing_1d5vr_314{animation:_modalSlideOut_1d5vr_1 .3s ease-out forwards}@keyframes _fadeOut_1d5vr_1{0%{opacity:1}to{opacity:0}}@keyframes _modalSlideOut_1d5vr_1{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}._modalContainer_1d5vr_278 .login{min-height:auto!important;padding:0!important}._modalContainer_1d5vr_278 .content{width:100%}._modalContainer_1d5vr_278 .loginContainer{position:relative;margin:0 auto}._modalCloseButton_1d5vr_352:hover{background-color:var(--teal);color:var(--white);transform:scale(1.1)}._modalCloseButton_1d5vr_352:active{transform:scale(.95);background-color:var(--teal-dark)}._brand_1d5vr_363{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text-on-primary);transition:opacity .2s ease}._brand_1d5vr_363:hover{opacity:.8}._logo_1d5vr_143{height:40px;width:auto;object-fit:contain}._brandName_1d5vr_382{font-family:Inter,sans-serif;font-size:2rem;font-weight:900;color:var(--text-on-primary);letter-spacing:.02em}._miniCouponBadge_1d5vr_390{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_1d5vr_1 1.6s ease-in-out infinite}._miniCouponLabel_1d5vr_410{opacity:.9}._miniCouponText_1d5vr_414{padding-left:.35rem;border-left:1px solid var(--shadow-black-10)}@keyframes _miniPulse_1d5vr_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_1d5vr_430{display:flex;gap:2rem;align-items:center;justify-content:center}._navLink_1d5vr_430{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_1d5vr_430:hover{color:var(--text-on-primary)}._navLinkActive_1d5vr_454{font-weight:700}._dropdownContainer_1d5vr_459{position:relative}._dropdownTrigger_1d5vr_463{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_1d5vr_463:active{transform:scale(.98)}._dropdownContainer_1d5vr_459:hover ._dropdownChevron_1d5vr_479,._dropdownContainer_1d5vr_459[aria-expanded=true] ._dropdownChevron_1d5vr_479{transform:rotate(180deg)}._dropdownMenu_1d5vr_484{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_1d5vr_459:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);width:180px;height:.5rem;background:transparent;pointer-events:auto;z-index:1002}._dropdownMenuOpen_1d5vr_516{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}._dropdownItem_1d5vr_522{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_1d5vr_522:hover{background-color:var(--button-hover-bg);color:var(--teal)}._dropdownItem_1d5vr_522:first-child{border-top-left-radius:8px;border-top-right-radius:8px}._dropdownItem_1d5vr_522:last-child{border-bottom-left-radius:8px;border-bottom-right-radius:8px}._menuToggle_1d5vr_548{display:none;background:none;border:none;cursor:pointer;padding:.5rem;flex-direction:column;justify-content:space-around;width:2.5rem;height:2rem;z-index:20;transition:opacity .2s ease}._menuToggle_1d5vr_548:hover{opacity:.8}._hamburger_1d5vr_566{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-around}._line_1d5vr_574{width:100%;height:3px;background-color:var(--bg-white);border-radius:2px;transition:all .3s ease;transform-origin:center}._menuToggle_1d5vr_548[aria-expanded=true] ._line_1d5vr_574:nth-child(1){transform:rotate(45deg) translate(8px,8px)}._menuToggle_1d5vr_548[aria-expanded=true] ._line_1d5vr_574:nth-child(2){opacity:0}._menuToggle_1d5vr_548[aria-expanded=true] ._line_1d5vr_574:nth-child(3){transform:rotate(-45deg) translate(8px,-8px)}@media (max-width: 768px){._container_1d5vr_12{padding:0 1rem;position:relative}._brandName_1d5vr_382{font-size:1.5rem}._navCenter_1d5vr_23{position:static;transform:none}._navRight_1d5vr_31{display:none}._menuToggle_1d5vr_548{display:flex}._navLinks_1d5vr_430{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_1d5vr_636{transform:translateY(0);opacity:1;visibility:visible}._navLink_1d5vr_430{font-size:1rem;padding:1rem 1.5rem;width:100%;text-align:left;border-bottom:1px solid var(--white-rgba-10)}._navLink_1d5vr_430:last-child{border-bottom:none}._navLink_1d5vr_430:hover{background-color:var(--white-rgba-10);color:var(--white)}._navRight_1d5vr_31{display:flex;width:auto;padding:0;border-top:none;justify-content:flex-end}._loginButton_1d5vr_36{width:auto;min-width:100px;text-align:center;justify-content:center;padding:.875rem 1.5rem}._nameContainer_1d5vr_70{display:none}._userSection_1d5vr_64{position:relative;width:auto;flex-direction:row;gap:.75rem;padding:0}._profilePicture_1d5vr_84{width:40px;height:40px}._logoutButton_1d5vr_143{width:100%;text-align:center;justify-content:center;padding:.875rem 1.5rem}._dropdownContainer_1d5vr_459{width:100%}._dropdownTrigger_1d5vr_463{width:100%;justify-content:space-between;padding:1rem 1.5rem;text-align:left;border-bottom:1px solid var(--white-rgba-10)}._dropdownMenu_1d5vr_484{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_1d5vr_516{display:block;transform:none}._dropdownItem_1d5vr_522{padding:.875rem 1.5rem .875rem 3rem;color:var(--white);border-bottom:1px solid var(--white-rgba-10);font-size:.95rem}._dropdownItem_1d5vr_522:hover{background-color:var(--white-rgba-20);color:var(--white)}._dropdownItem_1d5vr_522:last-child{border-bottom:none}._profilePopover_1d5vr_183{position:absolute;top:calc(100% + .5rem);right:0;transform:none;margin-top:0;width:auto;min-width:200px;border-radius:15px;box-shadow:0 4px 12px var(--shadow-black-15);background-color:var(--bg-white);border:2px solid var(--border-dark);opacity:0;visibility:hidden;display:block;z-index:1002}._profilePopoverOpen_1d5vr_199{opacity:1;visibility:visible}._popoverItem_1d5vr_205{color:var(--teal);border-bottom:1px solid var(--teal-lighter)}._popoverItem_1d5vr_205:first-child{border-top-left-radius:13px;border-top-right-radius:13px}._popoverItem_1d5vr_205:last-of-type{border-bottom:none}._popoverLogoutButton_1d5vr_230{color:var(--red);border-top:1px solid var(--teal-lighter);width:100%;justify-content:flex-start;border-bottom-left-radius:13px;border-bottom-right-radius:13px}._popoverLogoutButton_1d5vr_230:hover{background-color:var(--button-hover-bg)}}@media (max-width: 480px){._logo_1d5vr_143{height:32px}._brandName_1d5vr_382{font-size:1.25rem}._navLink_1d5vr_430{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_yhsjs_1{background:linear-gradient(135deg,var(--teal-dark) 0%,var(--teal) 100%);color:var(--white);padding:2rem 0;margin-top:auto;box-shadow:inset 0 1px 0 var(--white-rgba-20),0 -4px 12px var(--shadow-black-10)}._container_yhsjs_11{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._links_yhsjs_21{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}._link_yhsjs_21{color:var(--white);text-decoration:none;font-size:.95rem;transition:opacity .2s ease;font-family:Inter,sans-serif;white-space:nowrap}._link_yhsjs_21:hover{opacity:.8;text-decoration:underline}._copyright_yhsjs_42{font-size:.9rem;margin:0;font-family:Inter,sans-serif;color:var(--white)}@media (max-width: 768px){._footer_yhsjs_1{padding:1.5rem 0}._container_yhsjs_11{padding:0 1rem;gap:1.25rem}._links_yhsjs_21{gap:1.5rem}._link_yhsjs_21{font-size:.9rem}._copyright_yhsjs_42{font-size:.85rem}}@media (max-width: 480px){._footer_yhsjs_1{padding:1.25rem 0}._container_yhsjs_11{gap:1rem}._links_yhsjs_21{gap:1rem;flex-direction:row;flex-wrap:wrap}._link_yhsjs_21{font-size:.85rem}._copyright_yhsjs_42{font-size:.8rem}}._chromeButton_15n8r_1{display:flex;align-items:center;position:relative;padding:1rem 1.75rem 1rem 1rem;background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);color:var(--text-on-primary);border:none;border-radius:9999px;font-size:1rem;cursor:pointer;transition:background .3s ease,box-shadow .3s ease;width:fit-content;box-shadow:0 4px 12px var(--teal-rgba-30),0 8px 24px var(--shadow-black-15),inset 0 1px 0 var(--white-rgba-20);animation:_breathe_15n8r_1 3s ease-in-out infinite;transform-origin:center;margin:0}._chromeButton_15n8r_1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;background:linear-gradient(135deg,var(--white-rgba-20) 0%,transparent 50%);pointer-events:none}._chromeButton_15n8r_1:hover{background:linear-gradient(135deg,var(--teal-dark) 0%,#2a8a8a 100%);box-shadow:0 6px 20px var(--teal-rgba-40),0 12px 32px var(--shadow-black-20),inset 0 1px 0 var(--white-rgba-32);animation:none}._chromeButton_15n8r_1:active{transform:translateY(0) scale(.98);box-shadow:0 2px 8px var(--teal-rgba-30),0 4px 12px var(--shadow-black-15)}._chromeLogo_15n8r_49{width:26px;height:26px;flex-shrink:0;position:absolute;left:.875rem;top:50%;transform:translateY(-50%);filter:drop-shadow(0 1px 2px var(--shadow-black-20))}._buttonText_15n8r_60{font-weight:600;letter-spacing:.01em;font-family:Inter,sans-serif;margin-left:0;padding-left:2.25rem;text-shadow:0 1px 2px var(--shadow-black-15)}@keyframes _breathe_15n8r_1{0%,to{transform:scale(1);box-shadow:0 4px 12px var(--teal-rgba-30),0 8px 24px var(--shadow-black-15),inset 0 1px 0 var(--white-rgba-20)}50%{transform:scale(1.02);box-shadow:0 6px 16px var(--teal-rgba-40),0 10px 28px var(--shadow-black-18),inset 0 1px 0 var(--white-rgba-20)}}@media (max-width: 480px){._chromeButton_15n8r_1{width:100%;justify-content:center;padding:.875rem 1.5rem .875rem .875rem}._chromeLogo_15n8r_49{position:relative;left:auto;top:auto;transform:none;width:24px;height:24px}._buttonText_15n8r_60{padding-left:.75rem}}._promoText_3oakd_1{flex:.8;display:flex;flex-direction:column;gap:1.75rem;position:relative;z-index:1}._promoText_3oakd_1 .chromeButton{margin:0;margin-top:.5rem;align-self:flex-start}._badge_3oakd_16{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:var(--bg-white);border:1px solid var(--teal-rgba-30);border-radius:50px;width:fit-content;font-size:.8125rem;font-weight:600;color:var(--teal);font-family:Inter,sans-serif;box-shadow:0 2px 8px var(--teal-rgba-15);text-transform:uppercase;letter-spacing:.05em}._badgeIcon_3oakd_34{font-size:1rem;animation:_sparkle_3oakd_1 2s ease-in-out infinite}@keyframes _sparkle_3oakd_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}._heading_3oakd_50{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0;color:var(--text-primary);font-family:Inter,sans-serif;letter-spacing:-.03em}._headingHighlight_3oakd_60{background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}._description_3oakd_68{font-size:1.1875rem;line-height:1.75;color:var(--text-secondary);margin:0;font-family:Inter,sans-serif;max-width:480px}._highlight_3oakd_77{background:linear-gradient(90deg,#0a5d52,#0d8070,#14b8a6,#0d8070,#0a5d52);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600;animation:_tealShimmer_3oakd_1 3s linear infinite}@keyframes _tealShimmer_3oakd_1{0%{background-position:0% center}to{background-position:200% center}}@media (max-width: 1024px){._promoText_3oakd_1{text-align:center;align-items:center;flex:1;gap:1.5rem}._promoText_3oakd_1 .chromeButton{align-self:center}._badge_3oakd_16{font-size:.75rem;padding:.5rem 1rem}._heading_3oakd_50{font-size:2.75rem}._description_3oakd_68{max-width:100%;font-size:1.125rem}}@media (max-width: 768px){._promoText_3oakd_1{gap:1.25rem}._heading_3oakd_50{font-size:2.25rem}._description_3oakd_68{font-size:1.0625rem}._badge_3oakd_16{font-size:.6875rem;padding:.4rem .875rem}}@media (max-width: 480px){._promoText_3oakd_1{gap:1rem}._heading_3oakd_50{font-size:1.875rem}._description_3oakd_68{font-size:1rem;line-height:1.65}._badge_3oakd_16{font-size:.625rem;padding:.35rem .75rem}}._modalOverlay_xse4u_1{position:fixed;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw;height:100vh;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:999999;padding:2rem;animation:_overlayFadeIn_xse4u_1 .2s ease-out;overflow-y:auto;overflow-x:hidden;margin:0!important;transform:none!important}@keyframes _overlayFadeIn_xse4u_1{0%{opacity:0}to{opacity:1}}._modalContent_xse4u_31{background-color:#fff;border-radius:24px;max-width:95vw;max-height:95vh;width:1400px;display:flex;flex-direction:column;position:relative;overflow:hidden;transform-origin:center center;margin:auto;flex-shrink:0;box-shadow:0 25px 50px -12px #00000040}._modalOpening_xse4u_47{animation:_modalOpen_xse4u_47 .2s ease-out forwards}._modalClosing_xse4u_51{animation:_modalClose_xse4u_1 .2s ease-out forwards}@keyframes _modalOpen_xse4u_47{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _modalClose_xse4u_1{0%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:0}}._closeButton_xse4u_77{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:var(--teal);width:40px;height:40px;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:opacity .2s ease,transform .1s ease}._closeButton_xse4u_77 svg{width:20px;height:20px}._closeButton_xse4u_77:hover{background:#2dd4bf1a}._closeButton_xse4u_77:active{background:#2dd4bf26;transform:scale(.95)}._modalBody_xse4u_110{display:flex;flex-direction:row;min-height:0}._videoColumn_xse4u_117{flex:1;display:flex;flex-direction:column;min-width:0;background:#fff}._modalTitle_xse4u_125{padding:1.5rem 1.5rem 1rem;margin:0;color:#6b7280;font-size:1.5rem;font-weight:700;font-family:Inter,sans-serif;letter-spacing:-.02em;border:2px solid var(--teal-rgba-30);border-top-left-radius:24px;border-top-right-radius:24px;background:#fff}._videoWrapper_xse4u_139{flex:1;display:flex;align-items:center;justify-content:center;min-height:0;background:#000;border-left:2px solid var(--teal-rgba-30);border-bottom:2px solid var(--teal-rgba-30);border-top:2px solid var(--teal-rgba-30);border-right:2px solid var(--teal-rgba-30)}._video_xse4u_117{width:100%;height:auto;max-height:80vh;display:block;aspect-ratio:16 / 9;border:none!important;outline:none!important;box-shadow:none!important}._controls_xse4u_163{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background-color:var(--bg-lighter);border-top:2px solid var(--teal-rgba-30);border-left:2px solid var(--teal-rgba-30);border-right:2px solid var(--teal-rgba-30);border-bottom:2px solid var(--teal-rgba-30)}._controlButton_xse4u_175{background:var(--teal);border:none;color:#fff;font-size:1.25rem;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease,transform .1s ease;min-width:40px;height:40px;border-radius:50%}._controlButton_xse4u_175:hover{opacity:.9}._controlButton_xse4u_175:active{opacity:.8;transform:scale(.95)}._seekBar_xse4u_200{flex:1;height:6px;background-color:var(--teal-rgba-20);border-radius:3px;outline:none;cursor:pointer;-webkit-appearance:none}._seekBar_xse4u_200::-webkit-slider-thumb{-webkit-appearance:none;width:16px;height:16px;background-color:var(--teal);border-radius:50%;cursor:pointer}._seekBar_xse4u_200::-moz-range-thumb{width:16px;height:16px;background-color:var(--teal);border-radius:50%;cursor:pointer;border:none}._time_xse4u_228{color:var(--teal);font-size:.875rem;font-weight:600;min-width:100px;text-align:center;font-family:Inter,sans-serif}._featureColumn_xse4u_238{width:380px;flex-shrink:0;background:#fff;border-right:3px solid var(--teal-rgba-30);border-bottom:3px solid var(--teal-rgba-30);border-top:3px solid var(--teal-rgba-30);border-left:3px solid var(--teal-rgba-30);padding:2rem;display:flex;flex-direction:column;justify-content:center;overflow-y:auto}._featureTitle_xse4u_253{margin:0 0 1.25rem;font-size:1.125rem;font-weight:700;color:#6b7280;font-family:Inter,sans-serif;letter-spacing:-.01em}._bulletList_xse4u_262{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}._bulletItem_xse4u_271{font-size:.9375rem;font-weight:400;color:var(--text-secondary);font-family:Inter,sans-serif;line-height:1.6;position:relative;padding-left:1.5rem}._bulletItem_xse4u_271:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;background:var(--teal);border-radius:50%}@media (max-width: 1024px){._featureColumn_xse4u_238{width:320px;padding:1.5rem}._bulletItem_xse4u_271{font-size:.875rem}}@media (max-width: 768px){._modalOverlay_xse4u_1{padding:1rem}._modalContent_xse4u_31{max-width:95vw;max-height:95vh}._modalBody_xse4u_110{flex-direction:column}._videoColumn_xse4u_117{width:100%}._featureColumn_xse4u_238{width:100%;border-left:2px solid rgba(45,212,191,.65);border-right:2px solid rgba(45,212,191,.65);border-bottom:2px solid rgba(45,212,191,.65);border-top:2px solid rgba(45,212,191,.65);max-height:200px}._modalTitle_xse4u_125{font-size:1.25rem;padding:1rem 3.5rem .75rem 1rem;border-width:2px}._controls_xse4u_163{padding:.75rem 1rem}._time_xse4u_228{font-size:.75rem;min-width:80px}._featureTitle_xse4u_253{font-size:1rem;margin-bottom:1rem}._bulletItem_xse4u_271{font-size:.8125rem;padding-left:1.25rem}._bulletItem_xse4u_271:before{width:6px;height:6px}._bulletList_xse4u_262{gap:.75rem}._video_xse4u_117{max-height:70vh;aspect-ratio:16 / 9}._videoWrapper_xse4u_139,._featureColumn_xse4u_238,._controls_xse4u_163{border-width:2px}}@media (max-width: 480px){._closeButton_xse4u_77{width:36px;height:36px;top:.75rem;right:.75rem;border-radius:10px}._closeButton_xse4u_77 svg{width:18px;height:18px}._featureColumn_xse4u_238{padding:1rem}._controlButton_xse4u_175{min-width:36px;height:36px;font-size:1rem}._modalTitle_xse4u_125,._videoWrapper_xse4u_139,._featureColumn_xse4u_238,._controls_xse4u_163{border-width:2px}}._promoVideo_ujrj6_1{flex:1.4;min-width:58%;position:relative;border-radius:16px;overflow:hidden;cursor:pointer;background:transparent;z-index:1}._promoVideo_ujrj6_1:after{content:"";position:absolute;top:0;right:0;bottom:0;width:50px;background:linear-gradient(270deg,rgba(45,212,191,.08) 0%,transparent 100%);pointer-events:none;z-index:2;border-radius:0 16px 16px 0}._video_ujrj6_27{width:100%;aspect-ratio:16 / 9;display:block;-webkit-user-select:none;user-select:none;border:none;pointer-events:none}@media (max-width: 1024px){._promoVideo_ujrj6_1{max-width:700px;width:100%;min-width:auto;flex:1}}@media (max-width: 768px){._promoVideo_ujrj6_1{border-radius:12px;max-width:100%}._promoVideo_ujrj6_1:after{width:50px;border-radius:0 12px 12px 0}}@media (max-width: 480px){._promoVideo_ujrj6_1{border-radius:10px}._promoVideo_ujrj6_1:after{width:40px;border-radius:0 10px 10px 0}}._promo_1f4pt_1{display:flex;align-items:center;gap:4rem;padding:4rem 4.5rem 5rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}._promoWrapper_1f4pt_13{position:relative;padding-bottom:3rem}@media (max-width: 1024px){._promo_1f4pt_1{flex-direction:column;gap:3rem;padding:3rem 2rem 4rem}._promoWrapper_1f4pt_13{padding-bottom:2rem}}@media (max-width: 768px){._promo_1f4pt_1{padding:2.5rem 1.5rem 3rem;gap:2rem}._promoWrapper_1f4pt_13{padding-bottom:1.5rem}}@media (max-width: 480px){._promo_1f4pt_1{padding:2rem 1rem 2.5rem;gap:1.5rem}._promoWrapper_1f4pt_13{padding-bottom:1rem}}._useCaseWrapper_kgagz_1{position:relative}._useCase_kgagz_1{padding:4rem 4.5rem 2rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}._heading_kgagz_13{font-size:1rem;font-weight:600;text-align:center;margin-bottom:.75rem;color:var(--teal);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.15em}._subheading_kgagz_24{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:var(--text-primary);font-family:Inter,sans-serif;letter-spacing:-.02em}._scrollingContainer_kgagz_34{overflow:hidden;white-space:nowrap;position:relative;width:100%;padding:1rem 0;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}._scrollingContent_kgagz_56{display:inline-flex;gap:1.25rem;animation:_scroll_kgagz_34 25s linear infinite}._useCaseItem_kgagz_62{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:var(--text-secondary);font-family:Inter,sans-serif;white-space:nowrap;flex-shrink:0;background:var(--white-rgba-95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-light);border-radius:50px;box-shadow:0 2px 8px var(--shadow-black-10);transition:all .2s ease}._useCaseItem_kgagz_62:hover{color:var(--teal);border-color:var(--teal-rgba-30);box-shadow:0 4px 12px var(--teal-rgba-15);transform:translateY(-2px);background:var(--bg-white)}@keyframes _scroll_kgagz_34{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width: 768px){._useCase_kgagz_1{padding:3rem 2rem 1.5rem}._heading_kgagz_13{font-size:.875rem}._subheading_kgagz_24{font-size:1.75rem;margin-bottom:2rem}._scrollingContent_kgagz_56{gap:1rem}._useCaseItem_kgagz_62{font-size:.9375rem;padding:.625rem 1.25rem}}@media (max-width: 480px){._useCase_kgagz_1{padding:2rem 1rem 1rem}._heading_kgagz_13{font-size:.8rem}._subheading_kgagz_24{font-size:1.5rem;margin-bottom:1.5rem}._scrollingContent_kgagz_56{gap:.75rem}._useCaseItem_kgagz_62{font-size:.875rem;padding:.5rem 1rem}}._featureContainer_1pvup_2{position:relative;border-radius:16px;overflow:visible;background:var(--bg-white);border:2px solid var(--teal-rgba-30);transition:border-color .3s ease,box-shadow .3s ease,border-radius .3s ease;transition-delay:0s;z-index:1}._featureContainer_1pvup_2:hover{border-color:var(--teal-rgba-30);box-shadow:0 12px 32px #0000001a;z-index:10}._cardInner_1pvup_20{border-radius:16px;overflow:hidden}._videoSection_1pvup_26{position:relative;aspect-ratio:16 / 9;overflow:hidden;cursor:pointer;background-color:var(--bg-lighter);border-radius:16px 16px 0 0}._videoSection_1pvup_26:before{content:"";position:absolute;top:0;left:0;right:0;height:60px;background:transparent;z-index:5;pointer-events:none}._videoSection_1pvup_26:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;background:#00000080;border-radius:50%;opacity:0;transition:opacity .2s ease;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M21 11.5v1c0 5.25-4.25 9.5-9.5 9.5S2 17.75 2 12.5 6.25 3 11.5 3c1.67 0 3.24.43 4.6 1.19l-1.45 1.46A7.48 7.48 0 0011.5 5C7.36 5 4 8.36 4 12.5S7.36 20 11.5 20s7.5-3.36 7.5-7.5h2zM7 9.5l6.5 3.5-6.5 3.5v-7zm9-2.5h2v-2h2v2h2v2h-2v2h-2v-2h-2v-2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:24px;z-index:10}._videoSection_1pvup_26:hover:after{opacity:1}._video_1pvup_26{width:100%;height:100%;object-fit:cover;display:block;border:none;pointer-events:none}._titleSection_1pvup_82{padding:1rem 1.25rem;background:var(--teal-rgba-10);display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-radius:0 0 16px 16px;border-top:2px solid var(--teal-rgba-30);transition:border-radius .3s ease;transition-delay:0s}._heading_1pvup_95{font-size:1rem;font-weight:600;margin:0;color:#6b7280;font-family:Inter,sans-serif;line-height:1.3;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem;flex:1}._icon_1pvup_109{font-size:1.125rem;line-height:1;flex-shrink:0}._expandButton_1pvup_116{display:none;width:32px;height:32px;background:var(--bg-lighter);border:1px solid var(--border-light);border-radius:8px;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease}._expandButton_1pvup_116:hover{background:var(--teal-rgba-10);border-color:var(--teal-rgba-30)}._expandButton_1pvup_116 svg{width:18px;height:18px;color:var(--text-secondary);transition:transform .3s ease,color .2s ease}._expandButton_1pvup_116:hover svg{color:var(--teal)}._descriptionSection_1pvup_147{position:absolute;top:calc(100% - 2px);left:-2px;right:-2px;background:#fff;border-left:2px solid var(--teal-rgba-30);border-right:2px solid var(--teal-rgba-30);border-bottom:2px solid var(--teal-rgba-30);border-top:2px solid var(--teal-rgba-30);border-radius:0 0 16px 16px;overflow:hidden;max-height:0;opacity:0;padding:0 1.25rem;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .3s ease,padding .3s cubic-bezier(.4,0,.2,1);transition-delay:0s;box-shadow:-4px 4px 12px -2px #0000001a,4px 4px 12px -2px #0000001a,0 8px 16px -4px #00000026;z-index:20}._featureContainer_1pvup_2:hover ._titleSection_1pvup_82,._featureContainer_1pvup_2._expanded_1pvup_175 ._titleSection_1pvup_82{border-radius:0;transition-delay:.4s}._featureContainer_1pvup_2:hover,._featureContainer_1pvup_2._expanded_1pvup_175{border-radius:16px 16px 0 0;transition-delay:.4s}@media (hover: hover) and (pointer: fine){._featureContainer_1pvup_2:hover ._descriptionSection_1pvup_147{max-height:300px;opacity:1;padding:1rem 1.25rem;transition-delay:.4s}}._bulletList_1pvup_197{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}._bulletItem_1pvup_206{font-size:.875rem;font-weight:400;color:var(--text-secondary);font-family:Inter,sans-serif;line-height:1.5;position:relative;padding-left:1.25rem}._bulletItem_1pvup_206:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;background:var(--teal);border-radius:50%}@media (hover: none),(pointer: coarse){._expandButton_1pvup_116{display:flex}._featureContainer_1pvup_2:hover ._descriptionSection_1pvup_147{max-height:0;opacity:0;padding:0 1.25rem}._featureContainer_1pvup_2:hover ._titleSection_1pvup_82{border-radius:0 0 16px 16px}}._featureContainer_1pvup_2._expanded_1pvup_175 ._descriptionSection_1pvup_147{max-height:300px;opacity:1;padding:1rem 1.25rem}._featureContainer_1pvup_2._expanded_1pvup_175 ._expandButton_1pvup_116 svg{transform:rotate(180deg);color:var(--teal)}._featureContainer_1pvup_2._expanded_1pvup_175 ._expandButton_1pvup_116{background:var(--teal-rgba-10);border-color:var(--teal-rgba-30)}@media (max-width: 1024px){._featureContainer_1pvup_2{border-radius:14px}._videoSection_1pvup_26{aspect-ratio:16 / 9;border-radius:14px 14px 0 0}._titleSection_1pvup_82{padding:.875rem 1rem;border-radius:0 0 14px 14px}._descriptionSection_1pvup_147{border-radius:0 0 14px 14px;padding-left:1rem;padding-right:1rem}._heading_1pvup_95{font-size:.9375rem}._icon_1pvup_109{font-size:1rem}._bulletItem_1pvup_206{font-size:.8125rem}@media (hover: hover) and (pointer: fine){._featureContainer_1pvup_2:hover ._descriptionSection_1pvup_147{padding:.875rem 1rem}}._featureContainer_1pvup_2._expanded_1pvup_175 ._descriptionSection_1pvup_147{padding:.875rem 1rem}._featureContainer_1pvup_2:hover ._titleSection_1pvup_82,._featureContainer_1pvup_2._expanded_1pvup_175 ._titleSection_1pvup_82{border-radius:0}}@media (max-width: 768px){._featureContainer_1pvup_2{border-radius:12px}._videoSection_1pvup_26{aspect-ratio:16 / 9;border-radius:12px 12px 0 0}._titleSection_1pvup_82{padding:1rem 1.25rem;border-radius:0 0 12px 12px}._descriptionSection_1pvup_147{border-radius:0 0 12px 12px}._heading_1pvup_95{font-size:1rem}._icon_1pvup_109{font-size:1.125rem}._bulletItem_1pvup_206{font-size:.875rem}._bulletList_1pvup_197{gap:.75rem}._featureContainer_1pvup_2._expanded_1pvup_175 ._descriptionSection_1pvup_147{max-height:350px;padding:1rem 1.25rem}._featureContainer_1pvup_2:hover ._titleSection_1pvup_82,._featureContainer_1pvup_2._expanded_1pvup_175 ._titleSection_1pvup_82{border-radius:0}@media (hover: none),(pointer: coarse){._featureContainer_1pvup_2:hover ._titleSection_1pvup_82{border-radius:0 0 12px 12px}}}@media (max-width: 480px){._featureContainer_1pvup_2{border-radius:10px}._videoSection_1pvup_26{border-radius:10px 10px 0 0}._titleSection_1pvup_82{padding:.875rem 1rem;border-radius:0 0 10px 10px}._descriptionSection_1pvup_147{border-radius:0 0 10px 10px}._heading_1pvup_95{font-size:.9375rem}._icon_1pvup_109{font-size:1rem}._bulletItem_1pvup_206{font-size:.8125rem;padding-left:1rem}._bulletItem_1pvup_206:before{width:5px;height:5px}._expandButton_1pvup_116{width:28px;height:28px}._expandButton_1pvup_116 svg{width:16px;height:16px}._featureContainer_1pvup_2._expanded_1pvup_175 ._descriptionSection_1pvup_147{padding:.875rem 1rem}._videoSection_1pvup_26:after{width:40px;height:40px;background-size:20px}._featureContainer_1pvup_2:hover ._titleSection_1pvup_82,._featureContainer_1pvup_2._expanded_1pvup_175 ._titleSection_1pvup_82{border-radius:0}@media (hover: none),(pointer: coarse){._featureContainer_1pvup_2:hover ._titleSection_1pvup_82{border-radius:0 0 10px 10px}}}._featureSetWrapper_1l8u4_1{position:relative}._featureSet_1l8u4_1{padding:2rem 4.5rem 4rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}._featureSet_1l8u4_1:has(._containerList_1l8u4_14:hover){z-index:10}._heading_1l8u4_18{font-size:1rem;font-weight:600;text-align:center;margin-bottom:1rem;color:var(--teal);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.15em}._subheading_1l8u4_29{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3.5rem;color:var(--text-primary);font-family:Inter,sans-serif;letter-spacing:-.02em;line-height:1.2}._containerList_1l8u4_14{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media (max-width: 1024px){._containerList_1l8u4_14{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 768px){._featureSet_1l8u4_1{padding:3rem 2rem}._containerList_1l8u4_14{grid-template-columns:1fr;gap:1rem}._heading_1l8u4_18{font-size:.875rem;margin-bottom:.75rem}._subheading_1l8u4_29{font-size:2rem;margin-bottom:2.5rem}}@media (max-width: 480px){._featureSet_1l8u4_1{padding:2rem 1rem}._heading_1l8u4_18{font-size:.8rem}._subheading_1l8u4_29{font-size:1.75rem;margin-bottom:2rem}}._supportedLanguagesWrapper_10fny_1{position:relative}._supportedLanguages_10fny_1{padding:2rem 4.5rem 4rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}._heading_10fny_13{font-size:1rem;font-weight:600;text-align:center;margin-bottom:.75rem;color:var(--teal);font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.15em}._subheading_10fny_24{font-size:2rem;font-weight:700;text-align:center;margin-bottom:2.5rem;color:var(--text-primary);font-family:Inter,sans-serif;letter-spacing:-.02em}._scrollingContainer_10fny_34{overflow:hidden;white-space:nowrap;position:relative;width:100%;padding:1rem 0;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(to right,transparent 0%,black 10%,black 90%,transparent 100%)}._scrollingContent_10fny_56{display:inline-flex;gap:1rem;animation:_scrollLeftToRight_10fny_1 120s linear infinite}._languageItem_10fny_62{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.125rem;font-size:1rem;font-weight:500;color:var(--text-secondary);font-family:Inter,sans-serif;white-space:nowrap;flex-shrink:0;background:var(--white-rgba-95);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-light);border-radius:50px;transition:all .2s ease}._languageItem_10fny_62:hover{background:var(--bg-white);border-color:var(--teal-rgba-30);box-shadow:0 4px 12px var(--teal-rgba-10);transform:translateY(-2px)}._flag_10fny_88{font-size:1.375rem;line-height:1}._languageName_10fny_93{font-size:.9375rem;font-weight:500}@keyframes _scrollLeftToRight_10fny_1{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width: 768px){._supportedLanguages_10fny_1{padding:1.5rem 2rem 3rem}._heading_10fny_13{font-size:.875rem}._subheading_10fny_24{font-size:1.75rem;margin-bottom:2rem}._scrollingContent_10fny_56{gap:.75rem}._languageItem_10fny_62{padding:.5rem 1rem}._flag_10fny_88{font-size:1.25rem}._languageName_10fny_93{font-size:.875rem}}@media (max-width: 480px){._supportedLanguages_10fny_1{padding:1rem 1rem 2rem}._heading_10fny_13{font-size:.8rem}._subheading_10fny_24{font-size:1.5rem;margin-bottom:1.5rem}._scrollingContent_10fny_56{gap:.625rem}._languageItem_10fny_62{padding:.4rem .875rem}._flag_10fny_88{font-size:1.125rem}._languageName_10fny_93{font-size:.8125rem}}._supportWrapper_1v58g_1{position:relative}._support_1v58g_1{padding:4rem 4.5rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}._container_1v58g_13{display:flex;align-items:center;gap:4rem}._textSection_1v58g_20{flex:1;display:flex;flex-direction:column;gap:1.25rem}._heading_1v58g_27{font-size:2rem;font-weight:500;font-style:italic;margin:0;color:#6b7280;font-family:Inter,sans-serif;line-height:1.3;letter-spacing:-.01em;display:flex;align-items:center;gap:.75rem}._icon_1v58g_41{font-size:1.75rem;line-height:1;font-style:normal}._bulletList_1v58g_47{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}._bulletItem_1v58g_57{font-size:1.0625rem;font-weight:400;font-style:italic;color:var(--text-secondary);font-family:Inter,sans-serif;line-height:1.6;position:relative;padding-left:1.75rem}._bulletItem_1v58g_57:before{content:"";position:absolute;left:0;top:.55em;width:10px;height:10px;background:linear-gradient(135deg,var(--teal) 0%,var(--teal-light) 100%);border-radius:50%}._videoSection_1v58g_80{flex:0 0 45%;max-width:500px;position:relative;border-radius:16px;overflow:hidden;cursor:pointer;z-index:1}._videoSection_1v58g_80:after{content:"";position:absolute;top:0;right:0;bottom:0;width:50px;background:linear-gradient(270deg,rgba(45,212,191,.08) 0%,transparent 100%);pointer-events:none;z-index:2;border-radius:0 16px 16px 0}._video_1v58g_80{width:100%;height:auto;display:block;aspect-ratio:16 / 9;-webkit-user-select:none;user-select:none;border:none;pointer-events:none}@media (max-width: 1024px){._support_1v58g_1{padding:3rem}._container_1v58g_13{gap:3rem}._heading_1v58g_27{font-size:1.75rem}._bulletItem_1v58g_57{font-size:1rem}._videoSection_1v58g_80{flex:0 0 40%}}@media (max-width: 768px){._support_1v58g_1{padding:2.5rem 2rem}._container_1v58g_13{flex-direction:column;gap:2rem}._textSection_1v58g_20{width:100%;text-align:center;align-items:center}._heading_1v58g_27{font-size:1.5rem;justify-content:center}._icon_1v58g_41{font-size:1.5rem}._bulletList_1v58g_47{text-align:left;align-items:flex-start}._bulletItem_1v58g_57{font-size:.9375rem;padding-left:1.5rem}._bulletItem_1v58g_57:before{width:8px;height:8px}._videoSection_1v58g_80{width:100%;max-width:100%;flex:none;border-radius:12px}._videoSection_1v58g_80:after{width:50px;border-radius:0 12px 12px 0}}@media (max-width: 480px){._support_1v58g_1{padding:2rem 1rem}._container_1v58g_13{gap:1.5rem}._heading_1v58g_27{font-size:1.375rem}._icon_1v58g_41{font-size:1.25rem}._bulletItem_1v58g_57{font-size:.875rem;padding-left:1.25rem}._bulletItem_1v58g_57:before{width:6px;height:6px}._videoSection_1v58g_80{border-radius:10px}._videoSection_1v58g_80:after{width:40px;border-radius:0 10px 10px 0}}._home_1i9gy_1{width:100%;overflow-x:hidden;position:relative;min-height:100vh;background:radial-gradient(ellipse 60% 300% at 0% 50%,var(--teal-rgba-15) 0%,var(--teal-rgba-10) 30%,transparent 70%),radial-gradient(ellipse 60% 300% at 100% 50%,var(--teal-rgba-15) 0%,var(--teal-rgba-10) 30%,transparent 70%),var(--bg-white)}._home_1i9gy_1:before{content:"";position:fixed;top:0;left:0;width:450px;height:100vh;background:linear-gradient(90deg,var(--teal-lighter) 0%,var(--teal-rgba-15) 20%,var(--teal-rgba-10) 40%,var(--teal-rgba-10) 60%,transparent 100%);pointer-events:none;z-index:0}._home_1i9gy_1:after{content:"";position:fixed;top:0;right:0;width:450px;height:100vh;background:linear-gradient(270deg,var(--teal-lighter) 0%,var(--teal-rgba-15) 20%,var(--teal-rgba-10) 40%,var(--teal-rgba-10) 60%,transparent 100%);pointer-events:none;z-index:0}._ctaWrapper_1i9gy_38{position:relative}._chromeButtonContainer_1i9gy_42{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 4.5rem 3rem;max-width:1400px;margin:0 auto;text-align:center;position:relative;z-index:1}._bottomGradient_1i9gy_56{position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(to bottom,transparent 0%,var(--bg-white) 100%);pointer-events:none;z-index:0}._ctaHeading_1i9gy_67{font-size:2rem;font-weight:700;color:var(--text-primary);font-family:Inter,sans-serif;letter-spacing:-.02em;margin:0}._ctaSubtext_1i9gy_76{font-size:1.0625rem;color:var(--text-tertiary);font-family:Inter,sans-serif;margin:0;max-width:500px}._trustBadge_1i9gy_84{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:500;color:var(--teal);font-family:Inter,sans-serif;margin:0;margin-top:.5rem}._trustIcon_1i9gy_96{font-size:1rem}@media (max-width: 1200px){._home_1i9gy_1:before,._home_1i9gy_1:after{width:350px}}@media (max-width: 768px){._home_1i9gy_1:before,._home_1i9gy_1:after{width:200px}._home_1i9gy_1{background:radial-gradient(ellipse 80% 300% at 0% 50%,var(--teal-rgba-15) 0%,var(--teal-rgba-10) 25%,transparent 60%),radial-gradient(ellipse 80% 300% at 100% 50%,var(--teal-rgba-15) 0%,var(--teal-rgba-10) 25%,transparent 60%),var(--bg-white)}._chromeButtonContainer_1i9gy_42{padding:3rem 2rem 2.5rem;gap:1.25rem}._ctaHeading_1i9gy_67{font-size:1.75rem}._ctaSubtext_1i9gy_76{font-size:1rem}._trustBadge_1i9gy_84{font-size:.875rem}}@media (max-width: 480px){._home_1i9gy_1:before,._home_1i9gy_1:after{width:120px}._home_1i9gy_1:before{background:linear-gradient(90deg,var(--teal-rgba-30) 0%,var(--teal-rgba-15) 50%,transparent 100%)}._home_1i9gy_1:after{background:linear-gradient(270deg,var(--teal-rgba-30) 0%,var(--teal-rgba-15) 50%,transparent 100%)}._chromeButtonContainer_1i9gy_42{padding:2rem 1rem;gap:1rem}._ctaHeading_1i9gy_67{font-size:1.5rem}._ctaSubtext_1i9gy_76{font-size:.9375rem}._trustBadge_1i9gy_84{font-size:.8125rem}}._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}}._container_wfecs_1{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;background:var(--bg-white)}._content_wfecs_10{background:var(--bg-white);border-radius:16px;padding:3rem;max-width:600px;width:100%;position:relative}._backButton_wfecs_19{position:absolute;top:1.5rem;left:1.5rem;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;padding:.5rem;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}._backButton_wfecs_19:hover{background:var(--teal-rgba-10);color:var(--teal)}._backButton_wfecs_19:active{transform:scale(.95)}._title_wfecs_45{font-size:2rem;font-weight:700;color:var(--text-dark);margin-top:2rem;margin-bottom:1rem;text-align:center}._description_wfecs_54{font-size:1.1rem;color:var(--text-medium);margin-bottom:2rem;text-align:center;line-height:1.6}._form_wfecs_62{display:flex;flex-direction:column;gap:1.5rem}._inputGroup_wfecs_68{display:flex;flex-direction:column;gap:.5rem}._label_wfecs_74{font-size:1rem;font-weight:600;color:var(--text-dark-gray)}._required_wfecs_80{color:var(--red-error)}._input_wfecs_68{padding:.875rem 1rem;font-size:1rem;border:2px solid var(--border-default);border-radius:8px;transition:all .2s;outline:none;background-color:var(--bg-white);color:var(--text-primary)}._input_wfecs_68:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-rgba-15)}._input_wfecs_68:disabled{background-color:var(--bg-light);cursor:not-allowed}._inputError_wfecs_105{border-color:var(--red-error)!important}._inputError_wfecs_105:focus{border-color:var(--red-error)!important;box-shadow:0 0 0 3px #dc262626!important}._validationError_wfecs_114{font-size:.875rem;color:var(--red-error);margin-top:.25rem;display:flex;align-items:center;gap:.25rem}._submitButton_wfecs_123{padding:1rem;font-size:1.1rem;font-weight:600;color:var(--text-on-primary);background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s;margin-top:.5rem}._submitButton_wfecs_123:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px var(--teal-rgba-40)}._submitButton_wfecs_123:disabled{opacity:.6;cursor:not-allowed;transform:none}._errorMessage_wfecs_147{padding:.875rem;background-color:var(--light-red);border:1px solid var(--medium-red);border-radius:8px;color:var(--red-dark);font-size:.95rem}._infoMessage_wfecs_156{padding:.875rem;background-color:var(--teal-lighter);border:1px solid var(--teal-light);border-radius:8px;color:var(--teal-dark);font-size:.95rem;font-weight:500}._successMessage_wfecs_166{text-align:center;padding:2rem 0}._successIcon_wfecs_171{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--text-on-primary);font-weight:700;box-shadow:0 10px 30px var(--teal-rgba-30)}._successTitle_wfecs_186{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}._successDescription_wfecs_193{font-size:1.1rem;color:var(--text-medium);line-height:1.6;margin-bottom:2rem}._homeButton_wfecs_200{padding:.875rem 2rem;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s;min-width:200px}._homeButton_wfecs_200:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--teal-rgba-40)}._homeButton_wfecs_200:active{transform:translateY(0)}@media (max-width: 768px){._container_wfecs_1{padding:1.5rem}._content_wfecs_10{padding:2rem 1.5rem}._backButton_wfecs_19{top:1rem;left:1rem}._title_wfecs_45{font-size:1.5rem;margin-top:2.5rem}._description_wfecs_54{font-size:1rem}._successTitle_wfecs_186{font-size:1.5rem}}@media (max-width: 480px){._container_wfecs_1{padding:1rem;min-height:calc(100vh - 150px)}._content_wfecs_10{padding:1.5rem 1.25rem;border-radius:12px}._backButton_wfecs_19{top:.75rem;left:.75rem;padding:.375rem}._backButton_wfecs_19 svg{width:20px;height:20px}._title_wfecs_45{font-size:1.35rem;margin-top:2rem;line-height:1.3}._description_wfecs_54{font-size:.9375rem;margin-bottom:1.5rem;line-height:1.5}._form_wfecs_62{gap:1.25rem}._label_wfecs_74{font-size:.9375rem}._input_wfecs_68{padding:.75rem .875rem;font-size:1rem}._submitButton_wfecs_123{padding:.875rem;font-size:1rem}._successIcon_wfecs_171{width:60px;height:60px;font-size:2rem}._successTitle_wfecs_186{font-size:1.25rem}._successDescription_wfecs_193{font-size:.9375rem}._homeButton_wfecs_200{padding:.75rem 1.5rem;font-size:.9375rem;min-width:160px}._errorMessage_wfecs_147,._infoMessage_wfecs_156{font-size:.875rem;padding:.75rem}}._reportIssue_188gt_1{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 200px);width:100%}._container_188gt_9{position:relative;width:100%;max-width:600px}._form_188gt_15{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:2rem;transition:opacity .4s ease,transform .4s ease}._formVisible_188gt_24{opacity:1;transform:translateY(0)}._formHidden_188gt_29{opacity:0;transform:translateY(-20px);pointer-events:none;position:absolute;top:0;left:0}._heading_188gt_38{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0;text-align:center;font-family:Inter,sans-serif}._fieldGroup_188gt_47{display:flex;flex-direction:column;gap:.5rem}._fieldGroupVisible_188gt_53{animation:_slideDown_188gt_1 .3s ease-out}@keyframes _slideDown_188gt_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._label_188gt_68{font-size:.95rem;font-weight:600;color:var(--text-primary);font-family:Inter,sans-serif}._required_188gt_75{color:var(--red);margin-left:2px}._optional_188gt_80{font-size:.85rem;font-weight:400;color:var(--text-tertiary);margin-left:4px}._helperText_188gt_87{font-size:.8rem;font-weight:400;font-style:italic;color:var(--text-tertiary)}._select_188gt_94,._input_188gt_95{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_188gt_94{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_188gt_117{position:relative;width:100%}._dropdownButton_188gt_122{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_188gt_122:hover{border-color:var(--teal-dark)}._dropdownButton_188gt_122:active{border-color:var(--teal-dark);transform:scale(.98)}._dropdownButtonOpen_188gt_148{border-color:var(--teal)}._dropdownButtonText_188gt_152{flex:1}._dropdownList_188gt_157{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_188gt_172{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_188gt_172:hover{background-color:var(--button-hover-bg)}._dropdownOptionSelected_188gt_191{background-color:var(--button-hover-bg);font-weight:500}._dropdownOption_188gt_172:first-child{border-top-left-radius:20px;border-top-right-radius:20px}._dropdownOption_188gt_172:last-child{border-bottom-left-radius:20px;border-bottom-right-radius:20px;border-bottom:none}._select_188gt_94:focus,._input_188gt_95:focus{border-color:var(--teal-light)}._select_188gt_94:hover,._input_188gt_95:hover{border-color:var(--teal-light)}._input_188gt_95::placeholder{color:var(--text-quaternary)}._inputError_188gt_221,._select_188gt_94._inputError_188gt_221,._textarea_188gt_223._inputError_188gt_221,._dropdownButton_188gt_122._inputError_188gt_221{border-color:var(--red)}._inputError_188gt_221:focus,._select_188gt_94._inputError_188gt_221:focus,._textarea_188gt_223._inputError_188gt_221:focus,._dropdownButton_188gt_122._inputError_188gt_221:focus{border-color:var(--red)}._errorMessage_188gt_235{font-size:.875rem;color:var(--red);font-family:Inter,sans-serif;margin-top:-.25rem}._textarea_188gt_223{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_188gt_223:focus{border-color:var(--teal-light)}._textarea_188gt_223::placeholder{color:var(--text-quaternary)}._fileUploadArea_188gt_265{position:relative;width:100%}._fileInput_188gt_270{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1}._fileInputLabel_188gt_279{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_188gt_279:hover{border-color:var(--teal-light);background-color:var(--button-hover-bg)}._fileInputLabelDisabled_188gt_299{opacity:.6;cursor:not-allowed;background-color:var(--bg-gray)}._fileInputLabelDisabled_188gt_299:hover{border-color:var(--teal-lighter);background-color:var(--bg-gray)}._fileInputText_188gt_310{font-size:1rem;font-weight:500;color:var(--teal);font-family:Inter,sans-serif}._fileInputHint_188gt_317{font-size:.875rem;color:var(--text-tertiary);font-family:Inter,sans-serif}._fileList_188gt_323{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}._fileItem_188gt_331{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_188gt_331:hover{background-color:var(--button-hover-bg)}._fileName_188gt_346{font-size:.9rem;color:var(--text-primary);font-family:Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}._removeFileButton_188gt_356{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_188gt_356{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_188gt_356:hover{color:var(--medium-red)}._removeFileButton_188gt_356:active{color:var(--medium-red);transform:scale(.98)}._submitButton_188gt_391{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_188gt_391:hover{background-color:var(--teal-dark)}._submitButton_188gt_391:active{background-color:var(--teal-dark);transform:scale(.98)}._successMessage_188gt_415{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center;padding:2rem;transition:opacity .4s ease,transform .4s ease}._successVisible_188gt_425{opacity:1;transform:translateY(0)}._successHidden_188gt_430{opacity:0;transform:translateY(20px);pointer-events:none;position:absolute;top:0;left:0;width:100%}._successText_188gt_440{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;font-family:Inter,sans-serif}._reportAnotherButton_188gt_448{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_188gt_448:hover{background-color:var(--teal-dark)}._reportAnotherButton_188gt_448:active{background-color:var(--teal-dark);transform:scale(.98)}@media (max-width: 768px){._reportIssue_188gt_1{min-height:calc(100vh - 150px)}._form_188gt_15{padding:1.5rem;gap:1.25rem}._heading_188gt_38{font-size:1.75rem}._textarea_188gt_223{min-height:150px}._fileInputLabel_188gt_279{padding:1.5rem 1rem;min-height:100px}._fileInputText_188gt_310{font-size:.95rem}._fileInputHint_188gt_317{font-size:.8rem}}@media (max-width: 480px){._form_188gt_15{padding:1rem;gap:1rem}._heading_188gt_38{font-size:1.5rem}._label_188gt_68{font-size:.9rem}._select_188gt_94,._input_188gt_95,._textarea_188gt_223,._dropdownButton_188gt_122{padding:.875rem;font-size:.95rem}._dropdownOption_188gt_172{padding:.75rem .875rem;font-size:.95rem}._fileInputLabel_188gt_279{padding:1.25rem .75rem;min-height:90px}._fileInputText_188gt_310{font-size:.9rem}._fileInputHint_188gt_317{font-size:.75rem;text-align:center;padding:0 .5rem}._fileItem_188gt_331{padding:.625rem .75rem}._fileName_188gt_346{font-size:.85rem}._submitButton_188gt_391{width:100%}._successText_188gt_440{font-size:1.25rem}._reportAnotherButton_188gt_448{width:100%}}._successModalOverlay_188gt_568{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_fadeIn_188gt_1 .3s ease}@keyframes _fadeIn_188gt_1{0%{opacity:0}to{opacity:1}}._successModalContent_188gt_587{background-color:var(--bg-white);border-radius:24px;border:2px solid var(--border-medium);padding:2rem;max-width:380px;width:90%;text-align:center;display:flex;flex-direction:column;align-items:center;animation:_slideUp_188gt_1 .3s ease}@keyframes _slideUp_188gt_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._successIcon_188gt_612{width:50px;height:50px;border-radius:50%;background-color:var(--teal);color:#fff;font-size:1.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}._successTitle_188gt_625{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;font-family:Inter,sans-serif}._successMessage_188gt_415{font-size:.9rem;color:var(--text-secondary);margin:0 0 1.5rem;line-height:1.5;font-family:Inter,sans-serif}._successActions_188gt_641{display:flex;flex-direction:column;gap:1rem;width:100%;align-items:center}._successButtonPrimary_188gt_649{padding:.75rem 2rem;background-color:var(--teal);color:var(--text-on-primary);border:none;border-radius:var(--button-border-radius);font-size:.95rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s ease,transform .1s ease}._successButtonPrimary_188gt_649:hover{background-color:var(--teal-dark)}._successButtonPrimary_188gt_649:active{transform:scale(.98)}._successActionsRow_188gt_670{display:flex;justify-content:space-between;width:100%;gap:1rem}._successButtonText_188gt_677{padding:.5rem;background-color:transparent;color:var(--teal);border:none;font-size:.85rem;font-weight:500;font-family:Inter,sans-serif;cursor:pointer;transition:color .2s ease}._successButtonText_188gt_677:hover{color:var(--teal-dark);text-decoration:underline}[data-theme=dark] ._successModalContent_188gt_587{border:2px solid var(--teal)}@media (max-width: 480px){._successModalContent_188gt_587{padding:1.5rem 1.25rem}._successTitle_188gt_625{font-size:1.1rem}._successMessage_188gt_415{font-size:.85rem}._successActionsRow_188gt_670{flex-direction:row;gap:.5rem}._successButtonText_188gt_677{font-size:.8rem}}._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}}._container_66a25_1{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 200px);padding:2rem;background:var(--bg-white)}._content_66a25_10{background:var(--bg-white);border-radius:16px;padding:3rem;max-width:600px;width:100%}._headerIcon_66a25_22{display:flex;justify-content:center;margin-bottom:1rem;color:var(--text-medium)}._title_66a25_29{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem;text-align:center}._description_66a25_37{font-size:1.05rem;color:var(--text-medium);margin-bottom:2rem;text-align:center;line-height:1.6}._form_66a25_49{display:flex;flex-direction:column;gap:1.5rem}._label_66a25_55{font-size:1rem;font-weight:600;color:var(--text-dark-gray);margin-bottom:.25rem}._required_66a25_62{color:var(--red-error)}._optional_66a25_66{font-weight:400;color:var(--text-quaternary);font-size:.9rem}._reasonGroup_66a25_76{display:flex;flex-direction:column;gap:.5rem}._reasonOptions_66a25_82{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem}._reasonCard_66a25_89{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:2px solid var(--border-default);border-radius:10px;cursor:pointer;transition:all .2s ease;background:var(--bg-white)}._reasonCard_66a25_89:hover{border-color:var(--teal-light);background:var(--teal-rgba-10)}._reasonCardSelected_66a25_106{border-color:var(--teal);background:var(--teal-rgba-10)}._radioInput_66a25_111{position:absolute;opacity:0;width:0;height:0;pointer-events:none}._radioIndicator_66a25_119{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid var(--border-dark);transition:all .2s ease;position:relative;display:flex;align-items:center;justify-content:center}._reasonCardSelected_66a25_106 ._radioIndicator_66a25_119{border-color:var(--teal)}._reasonCardSelected_66a25_106 ._radioIndicator_66a25_119:after{content:"";width:10px;height:10px;border-radius:50%;background:var(--teal)}._reasonLabel_66a25_144{font-size:.975rem;color:var(--text-secondary);line-height:1.4}._reasonCardSelected_66a25_106 ._reasonLabel_66a25_144{color:var(--text-dark);font-weight:500}._feedbackGroup_66a25_159{display:flex;flex-direction:column;gap:.5rem}._textarea_66a25_165{padding:.875rem 1rem;font-size:1rem;font-family:inherit;border:2px solid var(--border-default);border-radius:8px;transition:all .2s;outline:none;background-color:var(--bg-white);color:var(--text-primary);resize:vertical;min-height:100px}._textarea_66a25_165:focus{border-color:var(--teal);box-shadow:0 0 0 3px var(--teal-rgba-15)}._textarea_66a25_165:disabled{background-color:var(--bg-light);cursor:not-allowed}._textarea_66a25_165::placeholder{color:var(--text-quaternary)}._submitButton_66a25_197{padding:1rem;font-size:1.1rem;font-weight:600;color:var(--text-on-primary);background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s;margin-top:.5rem}._submitButton_66a25_197:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px var(--teal-rgba-40)}._submitButton_66a25_197:disabled{opacity:.6;cursor:not-allowed;transform:none}._errorMessage_66a25_225{padding:.875rem;background-color:var(--light-red);border:1px solid var(--medium-red);border-radius:8px;color:var(--red-dark);font-size:.95rem}._successMessage_66a25_238{text-align:center;padding:2rem 0}._successIcon_66a25_243{width:80px;height:80px;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--text-on-primary);box-shadow:0 10px 30px var(--teal-rgba-30);animation:_scaleIn_66a25_1 .4s ease-out}@keyframes _scaleIn_66a25_1{0%{transform:scale(0);opacity:0}60%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}._successTitle_66a25_271{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}._successDescription_66a25_278{font-size:1.05rem;color:var(--text-medium);line-height:1.6;margin-bottom:1rem}._gratitudeText_66a25_285{font-size:1rem;color:var(--text-tertiary);line-height:1.6;margin-bottom:2rem}._homeButton_66a25_292{padding:.875rem 2rem;font-size:1rem;font-weight:600;color:var(--text-on-primary);background:linear-gradient(135deg,var(--teal-gradient-start) 0%,var(--teal-gradient-end) 100%);border:none;border-radius:8px;cursor:pointer;transition:all .3s;min-width:200px}._homeButton_66a25_292:hover{transform:translateY(-2px);box-shadow:0 8px 20px var(--teal-rgba-40)}._homeButton_66a25_292:active{transform:translateY(0)}@media (max-width: 768px){._container_66a25_1{padding:1.5rem}._content_66a25_10{padding:2rem 1.5rem}._title_66a25_29{font-size:1.5rem}._description_66a25_37{font-size:1rem}._successTitle_66a25_271{font-size:1.5rem}}@media (max-width: 480px){._container_66a25_1{padding:1rem;min-height:calc(100vh - 150px)}._content_66a25_10{padding:1.5rem 1.25rem;border-radius:12px}._headerIcon_66a25_22 svg{width:36px;height:36px}._title_66a25_29{font-size:1.35rem;line-height:1.3}._description_66a25_37{font-size:.9375rem;margin-bottom:1.5rem;line-height:1.5}._form_66a25_49{gap:1.25rem}._label_66a25_55{font-size:.9375rem}._reasonCard_66a25_89{padding:.75rem .875rem}._reasonLabel_66a25_144{font-size:.9375rem}._textarea_66a25_165{padding:.75rem .875rem;font-size:1rem;min-height:80px}._submitButton_66a25_197{padding:.875rem;font-size:1rem}._successIcon_66a25_243{width:60px;height:60px}._successIcon_66a25_243 svg{width:30px;height:30px}._successTitle_66a25_271{font-size:1.25rem}._successDescription_66a25_278,._gratitudeText_66a25_285{font-size:.9375rem}._homeButton_66a25_292{padding:.75rem 1.5rem;font-size:.9375rem;min-width:160px}._errorMessage_66a25_225{font-size:.875rem;padding:.75rem}}._pricing_dagn7_1{min-height:60vh;padding:3rem 1rem;background:none;display:flex;justify-content:center}._container_dagn7_9{max-width:1200px;width:100%}._heading_dagn7_14{font-family:Inter,sans-serif;font-size:2.25rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem;text-align:center;line-height:1.2;max-width:650px;margin-left:auto;margin-right:auto}._tagline_dagn7_27{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:500;color:var(--text-secondary);margin:0 0 1.5rem;text-align:center;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.5}._subheading_dagn7_40{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;margin:1.5rem 0 2rem;text-align:center;max-width:550px;margin-left:auto;margin-right:auto;line-height:1.5;background:linear-gradient(90deg,var(--teal) 0%,#6366f1 25%,#ec4899 50%,#6366f1 75%,var(--teal) 100%);background-size:200% auto;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:_shimmer_dagn7_1 3s linear infinite}@keyframes _shimmer_dagn7_1{0%{background-position:0% center}to{background-position:200% center}}._billingToggle_dagn7_76{display:flex;justify-content:center;gap:0;margin-bottom:2rem;background:#2dd4bf26;border-radius:9999px;padding:.25rem;width:fit-content;margin-left:auto;margin-right:auto}._toggleButton_dagn7_89{font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;padding:.625rem 1.5rem;border:none;border-radius:9999px;background:transparent;color:var(--text-secondary);cursor:pointer;transition:all .2s ease}._toggleButton_dagn7_89:hover:not(._toggleButtonActive_dagn7_102){color:var(--text-primary)}._toggleButtonActive_dagn7_102{background:var(--teal);color:#fff;box-shadow:0 2px 8px var(--teal-rgba-30)}._toggleDiscount_dagn7_112{display:inline-block;margin-left:.375rem;font-size:.6875rem;font-weight:700;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.125rem .375rem;border-radius:9999px}._toggleButtonActive_dagn7_102 ._toggleDiscount_dagn7_112{background:#0d9488;color:#fff;border:1px solid rgba(255,255,255,.6)}[data-theme=dark] ._billingToggle_dagn7_76{background:#2dd4bf33}[data-theme=dark] ._toggleButtonActive_dagn7_102{background:var(--teal);color:#fff}._cards_dagn7_139{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;align-items:flex-start}._card_dagn7_139{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:none;border:2px solid rgba(45,212,191,.3);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%);margin-top:10px}._card_dagn7_139:hover{transform:scale(1.005);box-shadow:0 4px 16px #0000001a}._cardMiddle_dagn7_170{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%)}._cardUltra_dagn7_177{padding:2.5rem 1.5rem 2rem;box-shadow:none;border:2px solid var(--teal);background-image:linear-gradient(135deg,var(--teal-rgba-10) 0%,transparent 40%),radial-gradient(circle at 50% 50%,var(--teal-rgba-10) 0%,transparent 60%);transform:scale(1.02);margin-top:0}._cardUltra_dagn7_177:hover{transform:scale(1.03);box-shadow:0 4px 16px #0000001a}._cardUltra_dagn7_177 ._buttonPrimary_dagn7_195:hover:not(:disabled){background-color:#0d9488;border-color:#0d9488;color:#fff}._popularBadge_dagn7_202{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--teal);color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;padding:.375rem 1rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;box-shadow:0 4px 12px #2dd4bf66}._productImageContainer_dagn7_221{display:flex;justify-content:center;margin-bottom:1rem}._productImage_dagn7_221{width:64px;height:64px;border-radius:12px;object-fit:cover}._cardTitleContainer_dagn7_234{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.75rem;flex-wrap:wrap}._cardTitle_dagn7_234{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0}._titleDiscountBadge_dagn7_252{display:inline-flex;align-items:center;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-family:Inter,sans-serif;font-size:.6875rem;font-weight:700;padding:.25rem .5rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.03em}._price_dagn7_266{margin:0 0 .75rem;text-align:center}._priceContainer_dagn7_271{display:flex;flex-direction:column;align-items:center;gap:.375rem}._priceRow_dagn7_279{display:flex;align-items:baseline;justify-content:center;gap:.75rem}._priceArrow_dagn7_286{font-size:1rem;color:var(--text-tertiary);opacity:.6;position:relative;top:-.15rem}._priceAmount_dagn7_294{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:500;color:var(--text-primary);line-height:1}._pricePeriod_dagn7_302{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-tertiary)}._billedAnnually_dagn7_309{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-tertiary);opacity:.7;margin-top:.25rem}._originalPrice_dagn7_319{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:500;color:var(--text-tertiary);text-decoration:line-through;opacity:.7}._description_dagn7_328{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);margin:0 0 1rem;text-align:center;line-height:1.4}._featuresList_dagn7_338{list-style:none;padding:0;margin:0;text-align:left}._featureItem_dagn7_345{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-tertiary);padding:.375rem 0}._featureIcon_dagn7_355{color:var(--teal);flex-shrink:0}._featureDot_dagn7_360{color:var(--teal);font-size:1.25rem;line-height:1;flex-shrink:0;width:16px;text-align:center}._featureCross_dagn7_369{color:#ef4444;flex-shrink:0;opacity:.7;width:16px}._featureExcluded_dagn7_376{color:var(--text-tertiary);opacity:.6;text-decoration:line-through;text-decoration-color:#0000004d}._featureEmoji_dagn7_383{font-size:1rem;flex-shrink:0;line-height:1}._buttonPrimary_dagn7_195,._buttonSecondary_dagn7_390{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:1rem;width:100%}._buttonPrimary_dagn7_195{background-color:var(--teal);color:var(--text-on-primary);border-color:var(--teal)}._buttonPrimary_dagn7_195:hover:not(:disabled){background-color:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._buttonPrimary_dagn7_195:disabled,._buttonSecondary_dagn7_390:disabled{opacity:.6;cursor:not-allowed}._buttonSecondary_dagn7_390{background-color:var(--bg-white);color:var(--text-secondary);border-color:var(--border-medium)}._buttonSecondary_dagn7_390:hover:not(:disabled){background-color:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._buttonPrimary_dagn7_195:active:not(:disabled),._buttonSecondary_dagn7_390:active:not(:disabled){transform:scale(.98)}._cancelAnytime_dagn7_439{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-tertiary);text-align:center;margin-top:-.5rem;margin-bottom:1rem}._disabledButton_dagn7_450{background-color:var(--bg-secondary)!important;border-color:var(--border-light)!important;color:var(--text-tertiary)!important;cursor:not-allowed!important}._disabledButton_dagn7_450:hover{background-color:var(--bg-secondary)!important;border-color:var(--border-light)!important;color:var(--text-tertiary)!important}._productInfo_dagn7_464{text-align:center;padding-top:.5rem;border-top:1px solid var(--border-light)}._productName_dagn7_470{font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}@keyframes _shimmer_dagn7_1{0%{background-position:-200% 0}to{background-position:200% 0}}._loadingContainer_dagn7_489{display:flex;flex-direction:column;align-items:center;gap:2rem;padding:2rem 0}._loadingHeader_dagn7_497{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}._loadingTitle_dagn7_505{width:60%;max-width:500px;height:40px;border-radius:8px;background:linear-gradient(90deg,#e0f2f1 25%,#b2dfdb,#e0f2f1 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite}._loadingSubtitle_dagn7_515{width:40%;max-width:350px;height:24px;border-radius:6px;background:linear-gradient(90deg,#e0f2f1 25%,#b2dfdb,#e0f2f1 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite;animation-delay:.1s}._loadingToggle_dagn7_526{width:220px;height:48px;border-radius:9999px;background:linear-gradient(90deg,#b2dfdb 25%,#80cbc4,#b2dfdb 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite;animation-delay:.2s}._loadingCards_dagn7_536{display:flex;gap:1.5rem;width:100%;justify-content:center;flex-wrap:wrap}._loadingCard_dagn7_536{width:320px;padding:2rem;border-radius:20px;background:var(--bg-white);box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:1.25rem}._loadingCard_dagn7_536:nth-child(2){border:2px solid rgba(139,92,246,.2);box-shadow:0 4px 20px #8b5cf61a}._loadingCardTitle_dagn7_560{width:50%;height:28px;border-radius:6px;background:linear-gradient(90deg,#e0f2f1 25%,#b2dfdb,#e0f2f1 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite;animation-delay:.3s}._loadingCardPrice_dagn7_570{width:70%;height:48px;border-radius:8px;background:linear-gradient(90deg,#b2dfdb 25%,#80cbc4,#b2dfdb 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite;animation-delay:.4s}._loadingCardButton_dagn7_580{width:100%;height:48px;border-radius:12px;background:linear-gradient(90deg,#80cbc4 25%,#4db6ac,#80cbc4 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite;animation-delay:.5s}._loadingCard_dagn7_536:nth-child(2) ._loadingCardButton_dagn7_580{background:linear-gradient(90deg,#4db6ac 25%,#26a69a,#4db6ac 75%);background-size:200% 100%}._loadingCardFeatures_dagn7_595{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}._loadingCardFeature_dagn7_595{width:100%;height:16px;border-radius:4px;background:linear-gradient(90deg,#e0f2f1 25%,#b2dfdb,#e0f2f1 75%);background-size:200% 100%;animation:_shimmer_dagn7_1 1.5s infinite}._loadingCardFeature_dagn7_595:nth-child(1){animation-delay:.6s;width:90%}._loadingCardFeature_dagn7_595:nth-child(2){animation-delay:.7s;width:85%}._loadingCardFeature_dagn7_595:nth-child(3){animation-delay:.8s;width:95%}._loadingCardFeature_dagn7_595:nth-child(4){animation-delay:.9s;width:80%}._loadingCardFeature_dagn7_595:nth-child(5){animation-delay:1s;width:88%}._loading_dagn7_489{text-align:center;padding:3rem;font-family:Inter,sans-serif;font-size:1.125rem;color:var(--text-tertiary)}@media (max-width: 768px){._loadingCards_dagn7_536{flex-direction:column;align-items:center}._loadingCard_dagn7_536{width:100%;max-width:350px}._loadingTitle_dagn7_505{width:80%}._loadingSubtitle_dagn7_515{width:60%}}._pricingEmpty_dagn7_645{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;background:none;padding:0}._emptyState_dagn7_654{text-align:center;padding:0;display:flex;flex-direction:column;align-items:center;gap:1.5rem}._emptyMessage_dagn7_663{font-family:Inter,sans-serif;font-size:2rem;font-weight:300;color:var(--text-tertiary);margin:0}._chromeButtonContainer_dagn7_671{margin-top:.5rem}[data-theme=dark] ._card_dagn7_139{border:2px solid rgba(45,212,191,.3);box-shadow:none}[data-theme=dark] ._card_dagn7_139:hover{border-color:#2dd4bf66;box-shadow:0 4px 16px #0003}[data-theme=dark] ._cardMiddle_dagn7_170{border-color:#2dd4bf4d}[data-theme=dark] ._cardUltra_dagn7_177{border-color:var(--teal);box-shadow:none}[data-theme=dark] ._cardUltra_dagn7_177:hover{box-shadow:0 4px 16px #0003}@media (max-width: 640px){._pricing_dagn7_1{padding:2rem 1rem}._heading_dagn7_14{font-size:1.625rem;margin-bottom:.5rem}._tagline_dagn7_27{font-size:1rem;margin-bottom:1rem}._subheading_dagn7_40{font-size:.8125rem;margin-bottom:1.5rem}._billingToggle_dagn7_76{margin-bottom:1.5rem}._toggleButton_dagn7_89{font-size:.8125rem;padding:.5rem 1rem}._cards_dagn7_139{gap:1.5rem}._card_dagn7_139{flex:1 1 100%;max-width:100%;padding:1.25rem;border-radius:30px;order:2}._cardUltra_dagn7_177{min-height:auto;padding:2rem 1.25rem 1.75rem;transform:none;order:1}._cardFree_dagn7_749{order:3}._cardUltra_dagn7_177:hover{transform:none}._popularBadge_dagn7_202{top:-10px;font-size:.6875rem;padding:.3rem .75rem}._cardTitleContainer_dagn7_234{flex-direction:row;flex-wrap:wrap;gap:.375rem}._cardTitle_dagn7_234,._priceAmount_dagn7_294{font-size:1.5rem}._description_dagn7_328{font-size:.875rem}._productImage_dagn7_221{width:56px;height:56px}}._modalOverlay_dagn7_788{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_dagn7_1 .3s ease-out}._modalContainer_dagn7_802{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;width:100%;max-width:500px;padding:1rem;animation:_modalSlideIn_dagn7_1 .3s ease-out}@keyframes _fadeIn_dagn7_1{0%{opacity:0}to{opacity:1}}@keyframes _modalSlideIn_dagn7_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._modalOverlayClosing_dagn7_834{animation:_fadeOut_dagn7_1 .3s ease-out forwards}._modalContainerClosing_dagn7_838{animation:_modalSlideOut_dagn7_1 .3s ease-out forwards}@keyframes _fadeOut_dagn7_1{0%{opacity:1}to{opacity:0}}@keyframes _modalSlideOut_dagn7_1{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}._container_1nhm6_1{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:2rem 1rem}._card_1nhm6_9{background:var(--bg-white);border-radius:24px;padding:3rem 2.5rem;max-width:560px;width:100%;text-align:center}._iconContainer_1nhm6_18{display:flex;justify-content:center;margin-bottom:1.5rem}._successIcon_1nhm6_24{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);display:flex;align-items:center;justify-content:center;animation:_scaleIn_1nhm6_1 .3s ease-out}@keyframes _scaleIn_1nhm6_1{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}._checkmark_1nhm6_49{width:40px;height:40px;color:#fff;animation:_drawCheck_1nhm6_1 .4s ease-out .2s forwards;stroke-dasharray:50;stroke-dashoffset:50}@keyframes _drawCheck_1nhm6_1{to{stroke-dashoffset:0}}._title_1nhm6_64{font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;color:var(--text-primary);margin:0 0 .75rem}._message_1nhm6_72{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);margin:0 0 2.5rem;line-height:1.5}._transactionInfo_1nhm6_80{background:var(--bg-secondary);border-radius:12px;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}._transactionLabel_1nhm6_90{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.05em}._transactionId_1nhm6_99{font-family:Monaco,Menlo,monospace;font-size:.875rem;color:var(--text-primary);word-break:break-all}._actions_1nhm6_106{display:flex;flex-direction:row-reverse;gap:1rem}._primaryButton_1nhm6_112,._secondaryButton_1nhm6_113{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;border-radius:var(--button-border-radius);cursor:pointer;transition:all .2s ease;border:2px solid}._buttonIcon_1nhm6_129{flex-shrink:0}._primaryButton_1nhm6_112{background-color:var(--teal);color:var(--text-on-primary);border-color:var(--teal)}._primaryButton_1nhm6_112:hover{background-color:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}._secondaryButton_1nhm6_113{background-color:transparent;color:var(--text-secondary);border-color:var(--border-medium)}._secondaryButton_1nhm6_113:hover{background-color:var(--button-hover-bg);border-color:var(--teal);color:var(--teal)}[data-theme=dark] ._card_1nhm6_9{border:1px solid var(--border-light)}@media (max-width: 640px){._card_1nhm6_9{padding:2rem 1.5rem;border-radius:20px}._successIcon_1nhm6_24{width:64px;height:64px}._checkmark_1nhm6_49{width:32px;height:32px}._title_1nhm6_64{font-size:1.5rem}._message_1nhm6_72{font-size:.9375rem}._actions_1nhm6_106{flex-direction:column}}._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_10f62_1{width:auto;min-width:200px;flex-shrink:0}._dropdown_10f62_1{position:relative;width:100%;z-index:100}._dropdownButton_10f62_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_10f62_13:hover,._dropdownButton_10f62_13._open_10f62_33{border-color:var(--teal)}._dropdownValue_10f62_37{flex:1;text-align:left;color:var(--gray-900)}._chevron_10f62_43{width:16px;height:16px;color:var(--gray-500);transition:transform .2s ease;flex-shrink:0}._chevronOpen_10f62_51{transform:rotate(180deg)}._dropdownMenu_10f62_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_10f62_71{max-height:280px;overflow:hidden;display:flex;flex-direction:column}._dropdownMenuClosed_10f62_78{max-height:0;overflow:hidden}._searchContainer_10f62_83{padding:8px;border-bottom:1px solid var(--border-default);flex-shrink:0}._searchInput_10f62_89{width:100%;padding:8px 12px;border:1px solid var(--border-default);border-radius:6px;font-size:14px;font-family:Inter,sans-serif;color:var(--gray-900);background:var(--bg-white);outline:none;transition:border-color .2s ease}._searchInput_10f62_89::placeholder{color:var(--gray-400)}._searchInput_10f62_89:focus{border-color:var(--teal)}._optionsList_10f62_110{flex:1;overflow-y:auto;max-height:200px;scrollbar-width:thin;scrollbar-color:var(--border-dark) transparent}._optionsList_10f62_110::-webkit-scrollbar{width:6px}._optionsList_10f62_110::-webkit-scrollbar-track{background:transparent}._optionsList_10f62_110::-webkit-scrollbar-thumb{background-color:var(--border-dark);border-radius:3px}._optionsList_10f62_110::-webkit-scrollbar-thumb:hover{background-color:var(--teal)}._noResults_10f62_135{padding:12px;text-align:center;color:var(--gray-500);font-size:14px;font-family:Inter,sans-serif}._dropdownItem_10f62_143{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_10f62_143:hover{background:var(--button-hover-bg)}._dropdownItem_10f62_143._selected_10f62_157{background:var(--button-hover-bg);color:var(--teal);font-weight:500}._dropdownItem_10f62_143:first-child{border-radius:10px 10px 0 0}._dropdownItem_10f62_143: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}._subscriptionTab_1jomf_1{width:100%;height:100%}._content_1jomf_6{background:var(--bg-white);border-radius:24px;padding:2.5rem}._loading_1jomf_12{display:flex;align-items:center;justify-content:center;padding:3rem;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);letter-spacing:-.01em}._error_1jomf_23{display:flex;align-items:center;justify-content:center;padding:2rem;font-family:Inter,sans-serif;font-size:1rem;color:var(--red-dark);background:var(--light-red);border-radius:16px}._noSubscription_1jomf_36{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:1rem 0;width:100%}._noSubHeader_1jomf_46{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;align-self:flex-start}._freeTrialBadge_1jomf_55{display:inline-flex;align-items:center;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--teal);background:#0d94881a;border:1px solid rgba(13,148,136,.2);border-radius:9999px;text-transform:uppercase;letter-spacing:.02em}._bestPlanRow_1jomf_71{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}._bestPlanText_1jomf_79{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:var(--text-secondary)}._bestPlanName_1jomf_86{display:inline-flex;align-items:center;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#7c3aed;background:linear-gradient(135deg,#8b5cf614,#8b5cf624);border:1px solid rgba(139,92,246,.2);border-radius:9999px;letter-spacing:.02em}._offerGroup_1jomf_101{display:flex;align-items:center;gap:.5rem}._discountBadge_1jomf_108{display:inline-flex;align-items:center;padding:.375rem .875rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:700;color:var(--white);background:linear-gradient(135deg,#ef4444,#f97316);border-radius:9999px;letter-spacing:.02em;animation:_pulse_1jomf_1 2s ease-in-out infinite}._limitedOffer_1jomf_123{font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;color:#ef4444;text-transform:uppercase;letter-spacing:.04em;animation:_blink_1jomf_1 1.5s ease-in-out infinite}@keyframes _pulse_1jomf_1{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes _blink_1jomf_1{0%,to{opacity:1}50%{opacity:.5}}._noSubscriptionIcon_1jomf_151{color:var(--text-tertiary);opacity:.6}._noSubscriptionTitle_1jomf_156{font-family:Inter,sans-serif;font-size:1.375rem;font-weight:600;color:var(--text-dark-gray);margin:0;letter-spacing:-.02em}._noSubscriptionText_1jomf_165{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-secondary);margin:0;max-width:360px;line-height:1.6}._upgradeButton_1jomf_174{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;line-height:1;color:var(--white);background:linear-gradient(90deg,#ef4444,#f97316,#eab308,#ec4899,#ef4444);background-size:300% 100%;animation:_gradientFlow_1jomf_1 4s ease infinite;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #ef444440;margin-top:.5rem}@keyframes _gradientFlow_1jomf_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._upgradeButton_1jomf_174 svg{flex-shrink:0}._upgradeButton_1jomf_174:hover{transform:scale(1.03);box-shadow:0 4px 16px #ef444459}._upgradeButton_1jomf_174:active{transform:translateY(0)}._sectionLabel_1jomf_222{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--text-secondary);letter-spacing:-.01em;margin:0}._planNameLarge_1jomf_232{display:inline-flex;align-items:center;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#7c3aed;background:linear-gradient(135deg,#8b5cf614,#8b5cf624);border:1px solid rgba(139,92,246,.2);border-radius:9999px;letter-spacing:.02em;text-transform:uppercase}._planNamePlus_1jomf_248{color:#b45309;background:linear-gradient(135deg,#fbbf241f,#f59e0b2e);border:1px solid rgba(245,158,11,.3)}._activeHeader_1jomf_255{display:flex;flex-direction:row;align-items:center;gap:1rem;flex-wrap:wrap}._subscriptionCard_1jomf_264{display:flex;flex-direction:column;gap:1.5rem}._cardHeader_1jomf_270{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}._planInfo_1jomf_277{display:flex;flex-direction:column;gap:.75rem}._planName_1jomf_232{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-dark-gray);margin:0;letter-spacing:-.02em}._planPrice_1jomf_292{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);margin:0;font-weight:500;letter-spacing:-.01em}._statusBadge_1jomf_301{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;font-family:Inter,sans-serif;font-size:.8125rem;font-weight:500;border-radius:9999px;text-transform:capitalize;letter-spacing:-.01em}._statusActive_1jomf_314{background:linear-gradient(135deg,#22c55e1f,#22c55e2e);color:#16a34a}._statusCanceled_1jomf_319{background:linear-gradient(135deg,#ef44441a,#ef444426);color:#dc2626}._statusPaused_1jomf_324{background:linear-gradient(135deg,#fb923c1a,#fb923c26);color:#ea580c}._statusPastDue_1jomf_329{background:linear-gradient(135deg,#ef44441a,#ef444426);color:#dc2626}._statusTrialing_1jomf_334{background:linear-gradient(135deg,#3b82f61a,#3b82f626);color:#2563eb}._statusDot_1jomf_339{width:6px;height:6px;border-radius:50%;background:currentColor}._badgeRow_1jomf_347{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._planBadge_1jomf_355{display:inline-flex;align-items:center;padding:.5rem 1.125rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:#7c3aed;background:linear-gradient(135deg,#8b5cf61a,#8b5cf626);border-radius:9999px;letter-spacing:-.01em}._expiredSubscription_1jomf_369{display:flex;flex-direction:column;gap:1.25rem}._expiredHeader_1jomf_375{display:flex;flex-direction:row;align-items:center;gap:1rem;flex-wrap:wrap}._expiredContent_1jomf_383{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.75rem 1.5rem;text-align:center;background:linear-gradient(135deg,#fecaca66,#fee2e299);border-radius:14px;border:1px solid rgba(239,68,68,.15)}._expiredIcon_1jomf_395{color:#dc2626;opacity:.8;margin-bottom:.25rem}._expiredPlanName_1jomf_401{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#991b1b;margin:.25rem 0 0;letter-spacing:-.02em}._expiredTitle_1jomf_410{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:#b91c1c;margin:.25rem 0 0;letter-spacing:-.02em}._expiredText_1jomf_419{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);margin:.25rem 0 0;max-width:340px;line-height:1.5}._expiredDate_1jomf_428{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--text-tertiary);margin:0}._expiredActions_1jomf_435{display:flex;flex-wrap:wrap;gap:.75rem}._renewButton_1jomf_441{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--white);background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00808033;text-decoration:none}._renewButton_1jomf_441:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #00808040}._renewButton_1jomf_441:active:not(:disabled){transform:translateY(0)}._renewButton_1jomf_441:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._details_1jomf_476{display:flex;flex-direction:column;gap:0;padding:0;background:linear-gradient(135deg,#f8fafccc,#f1f5f9e6);border-radius:16px;overflow:hidden;border:1px solid rgba(0,0,0,.04)}._detailRow_1jomf_487{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.125rem 1.5rem;border-bottom:1px solid rgba(0,0,0,.04)}._detailRow_1jomf_487:last-child{border-bottom:none}._detailLabel_1jomf_500{display:flex;align-items:center;gap:.625rem;font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);letter-spacing:-.01em}._detailIcon_1jomf_510{color:var(--text-tertiary);flex-shrink:0;opacity:.7}._detailValue_1jomf_516{font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-dark-gray);letter-spacing:-.01em}._subscriptionEndWarning_1jomf_525{margin:1.5rem 0 0;padding:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;font-style:italic;color:#dc2626;line-height:1.5}._cancellationNotice_1jomf_537{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:linear-gradient(135deg,#fecaca40,#fee2e266);border:1px solid rgba(220,38,38,.18);border-radius:14px;margin-top:.25rem}._cancellationHeading_1jomf_548{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;color:#dc2626;margin:0;letter-spacing:-.01em}._cancellationMessage_1jomf_560{font-family:Inter,sans-serif;font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.65}._cancellationMessage_1jomf_560 strong{color:var(--text-dark-gray);font-weight:600}._cancellationNoRefund_1jomf_573{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--text-tertiary);margin:0;line-height:1.6}._refundPolicyLink_1jomf_581{color:var(--teal);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}._refundPolicyLink_1jomf_581:hover{color:#0a7b71}._cancellationDate_1jomf_593{font-family:Inter,sans-serif;font-size:.75rem;color:var(--text-tertiary);margin:.25rem 0 0;font-style:italic}._scheduledChange_1jomf_602{display:flex;align-items:flex-start;gap:.75rem;padding:1.25rem;background:linear-gradient(135deg,#fef3c780,#fef9c399);border-radius:14px;border:1px solid rgba(251,146,60,.2)}._scheduledChangeIcon_1jomf_612{color:#d97706;flex-shrink:0;margin-top:2px}._scheduledChangeContent_1jomf_618{display:flex;flex-direction:column;gap:.25rem}._scheduledChangeTitle_1jomf_624{font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:#b45309;margin:0;letter-spacing:-.01em}._scheduledChangeText_1jomf_633{font-family:Inter,sans-serif;font-size:.8125rem;color:var(--text-secondary);margin:0;line-height:1.5}._actions_1jomf_642{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.25rem}._manageButton_1jomf_649{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--white);background:linear-gradient(135deg,var(--teal) 0%,var(--teal-dark) 100%);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00808033;text-decoration:none}._manageButton_1jomf_649:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #00808040}._manageButton_1jomf_649:active:not(:disabled){transform:translateY(0)}._manageButton_1jomf_649:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}._secondaryButton_1jomf_683{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;color:var(--text-secondary);background:transparent;border:1px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;transition:all .2s ease;text-decoration:none}._secondaryButton_1jomf_683:hover:not(:disabled){background:#00000005;border-color:#00000026;color:var(--text-dark-gray)}._secondaryButton_1jomf_683:active:not(:disabled){background:#0000000a}._secondaryButton_1jomf_683:disabled{opacity:.5;cursor:not-allowed}._viewPlansButton_1jomf_716{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--white);background:var(--teal);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;text-decoration:none}._viewPlansButton_1jomf_716:hover{background:#0a7b71}._viewPlansButtonWhite_1jomf_738{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;line-height:1;color:var(--text-secondary);background:var(--white);border:1px solid rgba(0,0,0,.1);border-radius:9999px;cursor:pointer;transition:all .2s ease;text-decoration:none}._viewPlansButtonWhite_1jomf_738:hover{background:#0d948814;color:var(--teal);border-color:#0d948833}._noSubActions_1jomf_764{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:.5rem}._plusUpgradeActions_1jomf_773{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem;margin-top:1rem}._viewAllPlansLink_1jomf_783{display:inline-flex;align-items:center;padding:.625rem 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;color:var(--text-secondary);background:transparent;border:1px solid rgba(0,0,0,.12);border-radius:9999px;text-decoration:none;transition:all .2s ease}._viewAllPlansLink_1jomf_783:hover{color:var(--teal);border-color:#0d94884d;background:#0d94880a}._viewPlansButton_1jomf_716:active{background:#0d948833}._cancelButton_1jomf_809{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;font-family:Inter,sans-serif;color:var(--text-tertiary);background:transparent;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;margin-left:auto}._cancelButton_1jomf_809:after{content:"Cancel subscription";position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:var(--white);background:#374151;border-radius:6px;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease;pointer-events:none;margin-bottom:6px}._cancelButton_1jomf_809:hover:after{opacity:1;visibility:visible}._cancelButton_1jomf_809:hover{color:#dc2626;background:#ef444414}._cancelButton_1jomf_809:active{background:#ef44441f}._ultraBenefits_1jomf_863{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#8b5cf60a,#a855f714);border:1px solid rgba(139,92,246,.12);border-radius:14px;margin-top:.5rem}._ultraBenefitsTitle_1jomf_871{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:#7c3aed;margin:0 0 .75rem;letter-spacing:-.01em}._ultraBenefitsList_1jomf_883{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}._ultraBenefitsList_1jomf_883 li{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.8125rem;color:var(--text-secondary);letter-spacing:-.01em}._ultraBenefitsList_1jomf_883 li:before{content:"✓";color:#7c3aed;font-weight:600;font-size:.75rem}._divider_1jomf_909{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.06) 50%,transparent 100%);margin:.25rem 0}@media (max-width: 768px){._content_1jomf_6{padding:1.75rem;border-radius:20px}._cardHeader_1jomf_270{flex-direction:column;align-items:flex-start}._badgeRow_1jomf_347{flex-direction:column;align-items:flex-start;gap:.5rem}._planBadge_1jomf_355{font-size:.875rem;padding:.375rem .875rem}._planName_1jomf_232{font-size:1.25rem}._planNameLarge_1jomf_232{font-size:1rem;padding:.4375rem 1rem}._expiredPlanName_1jomf_401{font-size:1.25rem}._details_1jomf_476{border-radius:14px}._detailRow_1jomf_487{flex-direction:column;align-items:flex-start;gap:.375rem;padding:1rem 1.25rem}._actions_1jomf_642,._expiredActions_1jomf_435{flex-direction:column}._manageButton_1jomf_649,._secondaryButton_1jomf_683,._renewButton_1jomf_441,._viewPlansButton_1jomf_716{width:100%;justify-content:center}._cancelButton_1jomf_809{width:36px;margin-left:0}._expiredContent_1jomf_383{padding:1.5rem 1.25rem;border-radius:12px}._expiredHeader_1jomf_375,._activeHeader_1jomf_255{flex-direction:column;align-items:flex-start;gap:.5rem}._noSubscription_1jomf_36{padding:1rem 0}._noSubHeader_1jomf_46{flex-direction:column;align-items:center;gap:.75rem}._viewPlansButtonWhite_1jomf_738{width:100%;justify-content:center}._plusUpgradeActions_1jomf_773{flex-direction:column;align-items:stretch}._plusUpgradeActions_1jomf_773 ._upgradeButton_1jomf_174,._plusUpgradeActions_1jomf_773 ._viewAllPlansLink_1jomf_783{width:100%;justify-content:center}}._refreshingState_1jomf_1020{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center}._refreshingState_1jomf_1020 p{font-family:Inter,sans-serif;font-size:1rem;color:var(--text-secondary);margin:0}._spinnerIcon_1jomf_1037{color:var(--teal);animation:_spin_1jomf_1037 1s linear infinite}@keyframes _spin_1jomf_1037{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _modalFadeIn_1jomf_1{0%{opacity:0}to{opacity:1}}@keyframes _modalFadeOut_1jomf_1{0%{opacity:1}to{opacity:0}}@keyframes _modalSlideIn_1jomf_1{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes _modalSlideOut_1jomf_1{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(-10px)}}._cancelModal_1jomf_1088{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:_modalFadeIn_1jomf_1 .25s ease-out}._cancelModalContent_1jomf_1102{position:relative;background:#fff;padding:2.5rem;border-radius:30px;max-width:600px;width:90%;text-align:center;animation:_modalSlideIn_1jomf_1 .3s ease-out}._modalCloseButton_1jomf_1113{position:absolute;top:1rem;right:1rem;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;cursor:pointer;color:var(--text-tertiary);transition:all .2s ease}._modalCloseButton_1jomf_1113:hover{background:#0000000f;color:var(--text-dark-gray)}._modalClosing_1jomf_1136{animation:_modalFadeOut_1jomf_1 .25s ease-out forwards}._modalContentClosing_1jomf_1140{animation:_modalSlideOut_1jomf_1 .25s ease-out forwards}._cancelModalContent_1jomf_1102 h3{margin:0 0 1rem;color:var(--text-dark-gray);font-family:Inter,sans-serif;font-size:1.375rem;font-weight:600}._cancelModalContent_1jomf_1102 p{margin:0 0 1.25rem;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:.9375rem;font-weight:500;line-height:1.5}._cancelReasonsList_1jomf_1162{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;text-align:left}._cancelReasonItem_1jomf_1170{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-dark-gray);transition:color .2s ease}._cancelReasonItem_1jomf_1170:hover{color:var(--text-primary)}._cancelReasonCheckbox_1jomf_1185{width:18px;height:18px;accent-color:var(--teal);cursor:pointer;flex-shrink:0}._cancelFeedbackSection_1jomf_1194{margin-bottom:1.5rem;text-align:left}._cancelFeedbackPrompt_1jomf_1199{display:block;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;color:var(--text-dark-gray);margin-bottom:.5rem}._requiredAsterisk_1jomf_1208{color:#dc2626;font-weight:600}._cancelFeedbackTextarea_1jomf_1213{width:100%;padding:.875rem;border:1px solid rgba(0,0,0,.15);border-radius:10px;font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-dark-gray);resize:vertical;min-height:120px;transition:border-color .2s ease,box-shadow .2s ease}._cancelFeedbackTextarea_1jomf_1213:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px #0080801a}._cancelFeedbackTextarea_1jomf_1213::placeholder{color:#0006}._cancelFeedbackTextarea_1jomf_1213:disabled{background:#0000000a;cursor:not-allowed}._cancelModalActions_1jomf_1241{display:flex;gap:1rem;justify-content:space-between;margin-top:.5rem}._continueButton_1jomf_1249{padding:.875rem 2rem;background:var(--teal);color:#fff;border:none;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:.9375rem;transition:all .2s ease}._continueButton_1jomf_1249:hover{background:#0a7b71}._continueButton_1jomf_1249:disabled{opacity:.5;cursor:not-allowed}._cancelModalConfirm_1jomf_1272{padding:.875rem 2rem;background:transparent;color:#dc2626;border:1px solid #dc2626;border-radius:10px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:.9375rem;transition:all .2s ease}._cancelModalConfirm_1jomf_1272:hover{background:#dc2626;color:#fff}._cancelModalConfirm_1jomf_1272:disabled{opacity:.4;cursor:not-allowed;background:transparent;color:#dc2626}@media (max-width: 600px){._cancelModalContent_1jomf_1102{padding:1.5rem;margin:1rem;border-radius:20px}._cancelModalActions_1jomf_1241{flex-direction:column}._continueButton_1jomf_1249,._cancelModalConfirm_1jomf_1272{width:100%}}._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}}._overlay_esj4e_2{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_esj4e_1 .3s ease-out}._overlay_esj4e_2._closing_esj4e_16{animation:_fadeOut_esj4e_1 .3s ease-out forwards}@keyframes _fadeIn_esj4e_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeOut_esj4e_1{0%{opacity:1}to{opacity:0}}._modal_esj4e_39{background:var(--bg-white);border-radius:30px;padding:2.5rem;max-width:420px;width:90%;border:2px solid var(--border-medium);text-align:center;animation:_scaleIn_esj4e_1 .3s ease-out}._modal_esj4e_39._closing_esj4e_16{animation:_scaleOut_esj4e_1 .3s ease-out forwards}@keyframes _scaleIn_esj4e_1{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _scaleOut_esj4e_1{0%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:0}}._iconContainer_esj4e_77{margin-bottom:1.25rem}._title_esj4e_82{font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--text-secondary);margin:0 0 .75rem}._message_esj4e_91{font-family:Inter,sans-serif;font-size:.9375rem;color:var(--text-tertiary);line-height:1.6;margin:0 0 1.75rem}._buttons_esj4e_100{display:flex;flex-direction:column;gap:.75rem;align-items:center}._cancelButton_esj4e_108{padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;background:transparent;color:var(--text-tertiary);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}._cancelButton_esj4e_108:hover{color:var(--text-secondary);background:var(--bg-gray)}._upgradeButton_esj4e_127{display:inline-flex;align-items:center;gap:.625rem;padding:.875rem 1.75rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;line-height:1;color:var(--white);background:linear-gradient(90deg,#ef4444,#f97316,#eab308,#ec4899,#ef4444);background-size:300% 100%;animation:_gradientFlow_esj4e_1 4s ease infinite;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 2px 8px #ef444440}@keyframes _gradientFlow_esj4e_1{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}._upgradeButton_esj4e_127 svg{flex-shrink:0}._upgradeButton_esj4e_127:hover{transform:scale(1.03);box-shadow:0 4px 16px #ef444459}._upgradeButton_esj4e_127:active{transform:scale(1)}[data-theme=dark] ._modal_esj4e_39{border:2px solid var(--teal)}: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:auto;background-color:var(--bg-white);color:var(--text-primary);scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}#root{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;background-color:var(--bg-white)}
