:root{--primary: #4f46e5;--primary-hover: #4338ca;--primary-light: #e0e7ff;--primary-gradient: linear-gradient(135deg, #4f46e5 0%, #2563eb 100%);--accent-gradient: linear-gradient(135deg, #6366f1 0%, #a855f7 100%);--dark-bg: #0f172a;--surface: #ffffff;--text-main: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--radius-lg: 10px;--radius-md: 6px;--radius-sm: 4px;--shadow-lg: 0 15px 30px -10px rgba(15, 23, 42, .12);--shadow-glow: 0 6px 18px -3px rgba(79, 70, 229, .3)}*::-webkit-scrollbar-button,::-webkit-scrollbar-button,::-webkit-scrollbar-button:single-button,::-webkit-scrollbar-button:double-button,::-webkit-scrollbar-button:vertical:decrement,::-webkit-scrollbar-button:vertical:increment,::-webkit-scrollbar-button:horizontal:decrement,::-webkit-scrollbar-button:horizontal:increment,::-webkit-scrollbar-button:vertical:start:decrement,::-webkit-scrollbar-button:vertical:end:increment,::-webkit-scrollbar-button:horizontal:start:decrement,::-webkit-scrollbar-button:horizontal:end:increment{display:none!important;width:0!important;height:0!important;padding:0!important;margin:0!important;background:transparent!important;border:none!important}::-webkit-scrollbar{width:6px!important;height:6px!important}::-webkit-scrollbar-track{background:#f1f5f9!important;border-radius:6px!important}::-webkit-scrollbar-thumb{background:#4f46e5!important;border-radius:6px!important;border:1px solid #f1f5f9!important}::-webkit-scrollbar-thumb:hover{background:#4338ca!important}html,body{margin:0;padding:0;height:100%}*:focus,*:active,*:focus-visible{outline:none!important}.auth-page-wrapper{height:100vh;max-height:100vh;width:100vw;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f8fafc;background-image:radial-gradient(at 0% 0%,rgba(99,102,241,.08) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(37,99,235,.08) 0px,transparent 50%);padding:16px;box-sizing:border-box;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.auth-card-container{width:100%;max-width:1000px;max-height:calc(100vh - 32px);background:var(--surface);border-radius:10px;box-shadow:var(--shadow-lg);display:flex;overflow:hidden;border:1px solid rgba(226,232,240,.9)}.auth-card-container.compact{max-width:480px}.auth-hero-panel{flex:0 0 40%;background:linear-gradient(135deg,#0f172a,#1e1b4b 60%,#312e81);padding:32px 28px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-hero-panel:before{content:"";position:absolute;top:-20%;right:-20%;width:260px;height:260px;background:radial-gradient(circle,rgba(99,102,241,.35) 0%,transparent 70%);border-radius:50%;pointer-events:none}.auth-hero-brand{display:flex;align-items:center;gap:10px;z-index:2}.auth-hero-logo{height:40px;width:auto;object-fit:contain}.auth-hero-title{font-size:19px;font-weight:700;letter-spacing:-.5px;color:#fff;margin:0}.auth-hero-body{margin:24px 0;z-index:2}.auth-hero-body h2{font-size:24px;font-weight:800;line-height:1.25;margin-bottom:12px;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-hero-body p{font-size:13.5px;color:#94a3b8;line-height:1.5}.auth-hero-features{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:12px}.auth-hero-feature-item{display:flex;align-items:center;gap:10px;font-size:13px;color:#e2e8f0}.auth-hero-feature-icon{width:24px;height:24px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#818cf8;flex-shrink:0}.auth-hero-footer{font-size:12px;color:#64748b;z-index:2}.auth-form-panel{flex:1;padding:32px 36px;display:flex;flex-direction:column;justify-content:center;background:var(--surface);overflow-y:auto}.auth-form-header{margin-bottom:18px}.auth-form-header h3{font-size:22px;font-weight:800;color:var(--text-main);margin-bottom:4px;letter-spacing:-.5px}.auth-form-header p{color:var(--text-muted);font-size:13px;margin:0}.auth-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;background:var(--primary-light);color:var(--primary);border-radius:6px;font-size:11.5px;font-weight:600;margin-bottom:8px}.auth-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-form-group{margin-bottom:12px;position:relative}.auth-form-group.full-width{grid-column:1 / -1}.auth-label{display:block;font-size:12px;font-weight:600;color:#334155;margin-bottom:4px}.auth-input-wrapper{position:relative;display:flex;align-items:center}.auth-input-icon{position:absolute;left:12px;color:#94a3b8;pointer-events:none;display:flex;align-items:center;justify-content:center}.auth-input,.form-control,.custom-select{width:100%;height:42px;padding:6px 14px 6px 40px;font-size:13.5px;color:var(--text-main);background:#f8fafc;border:1.5px solid var(--border-color);border-radius:6px!important;transition:all .2s ease;outline:none;box-sizing:border-box}.auth-input.no-icon{padding-left:14px}.auth-input:focus,.form-control:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f}.auth-password-toggle{position:absolute;right:10px;background:none;border:none;color:#94a3b8;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center}.category-selector-group{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:4px}.category-card-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 6px;background:#f8fafc;border:1.5px solid var(--border-color);border-radius:6px;cursor:pointer;transition:all .2s ease}.category-card-btn.selected{background:var(--primary-light);border-color:var(--primary);color:var(--primary)}.category-card-title{font-size:12px;font-weight:700}.auth-terms-box{background:#f8fafc;border:1px dashed var(--border-color);border-radius:6px;padding:10px 14px;margin-bottom:16px;display:flex;align-items:center;gap:10px}.auth-checkbox-custom{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.auth-terms-text{font-size:12.5px;color:#475569;line-height:1.4}.auth-terms-link{color:var(--primary);font-weight:700;background:none;border:none;padding:0;margin:0 3px;cursor:pointer;text-decoration:underline;text-underline-offset:3px;display:inline-flex;align-items:center;gap:3px}.auth-submit-btn{width:100%;height:44px;background:var(--primary-gradient);color:#fff;font-size:14.5px;font-weight:700;border:none;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:var(--shadow-glow);transition:all .2s ease}.auth-form-footer{margin-top:16px;text-align:center;font-size:13px;color:var(--text-muted)}.auth-form-footer a{color:var(--primary);font-weight:700;text-decoration:none}.auth-spinner{animation:authSpin .8s linear infinite}@keyframes authSpin{to{transform:rotate(360deg)}}.terms-modal-overlay{position:fixed;inset:0;background:#0f172acc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:modalFadeIn .25s ease-out forwards}.terms-modal-container{width:100%;max-width:740px;max-height:88vh;background:#fff;border-radius:12px;box-shadow:0 35px 70px -15px #0006;display:flex;flex-direction:column;overflow:hidden;animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1) forwards;border:1px solid rgba(255,255,255,.1)}.terms-modal-header{padding:18px 24px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:space-between}.terms-modal-title-group{display:flex;align-items:center;gap:12px}.terms-modal-icon{width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#6366f14d,#2563eb4d);border:1px solid rgba(129,140,248,.4);display:flex;align-items:center;justify-content:center;color:#818cf8}.terms-modal-title{font-size:17px;font-weight:700;color:#fff;margin:0 0 2px}.terms-modal-subtitle{font-size:12px;color:#94a3b8;margin:0}.terms-modal-close{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:#cbd5e1;width:32px;height:32px;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.terms-modal-nav-container{background:#0f172a;padding:0 24px 16px;border-bottom:1px solid #1e293b}.terms-modal-tabs{display:flex;background:#1e293b;border-radius:8px;padding:4px;gap:4px}.terms-tab-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;background:transparent;border:none;border-radius:6px;font-size:12.5px;font-weight:600;color:#94a3b8;cursor:pointer;white-space:nowrap;transition:all .25s cubic-bezier(.4,0,.2,1)}.terms-tab-btn.active{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 14px #4f46e566}.terms-modal-body{padding:24px;overflow-y:auto;flex:1;background:#f8fafc}.policy-badge-header{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#fff;border:1px solid var(--border-color);border-radius:6px;font-size:11.5px;font-weight:600;color:#475569;margin-bottom:18px}.policy-status-dot{width:8px;height:8px;border-radius:50%;background:#3b82f6}.policy-card-item{display:flex;gap:16px;background:#fff;padding:18px;border-radius:8px;border:1px solid var(--border-color);margin-bottom:14px}.policy-card-icon{width:32px;height:32px;border-radius:6px;background:var(--primary-light);color:var(--primary);font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.terms-modal-footer{padding:14px 24px;background:#fff;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;gap:16px}.terms-btn-secondary{padding:9px 16px;background:#fff;border:1px solid var(--border-color);border-radius:6px;font-size:12.5px;font-weight:600;color:#475569;cursor:pointer}.terms-btn-primary{padding:9px 18px;background:var(--primary-gradient);border:none;border-radius:6px;font-size:12.5px;font-weight:700;color:#fff;cursor:pointer;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px #4f46e54d}.main-sidebar{position:fixed!important;top:0!important;left:0!important;height:100vh!important;width:270px;display:flex!important;flex-direction:column!important;overflow:hidden!important;background-color:#f8fafc;border-right:1px solid #e2e8f0;box-shadow:2px 0 12px #0f172a08!important;z-index:1040!important;transition:width .3s cubic-bezier(.4,0,.2,1),left .3s cubic-bezier(.4,0,.2,1)}#sidebar-wrapper{height:100%!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;position:relative;background-color:inherit}.main-sidebar .sidebar-brand{position:relative!important;height:64px!important;background-color:inherit;border-bottom:1px solid #f1f5f9!important;padding:12px 16px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-shrink:0!important}.main-sidebar .sidebar-brand a{display:flex!important;align-items:center!important;gap:10px!important;text-decoration:none!important;overflow:hidden}.main-sidebar .sidebar-brand .brand-logo-img{height:32px!important;width:auto!important;object-fit:contain!important;display:block!important;flex-shrink:0!important}.main-sidebar .sidebar-brand .brand-text{font-size:15px!important;font-weight:700!important;color:#0f172a!important;letter-spacing:-.3px!important;white-space:nowrap!important}.sidebar-header-toggle-btn{background:transparent!important;border:none!important;color:#64748b!important;padding:6px!important;border-radius:6px!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important}.sidebar-header-toggle-btn:hover{background-color:#e2e8f0!important;color:#0f172a!important}.sidebar-search-container{padding:10px 14px 4px!important;flex-shrink:0!important}.sidebar-search-box{display:flex!important;align-items:center!important;gap:8px!important;background-color:#fff;border:1px solid #cbd5e1!important;border-radius:8px!important;padding:7.5px 12px!important;transition:all .2s ease!important;box-shadow:0 1px 3px #0f172a0a!important}.sidebar-search-box:focus-within{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11f!important}.sidebar-search-box svg{color:#94a3b8!important;flex-shrink:0!important;transition:color .2s ease!important}.sidebar-search-box:focus-within svg{color:#6366f1!important}.sidebar-search-input,.sidebar-search-box input,html .sidebar-search-input,body .sidebar-search-input{width:100%!important;border:none!important;border-width:0!important;outline:none!important;outline-width:0!important;outline-style:none!important;outline-color:transparent!important;background:transparent!important;background-color:transparent!important;font-size:13px!important;color:#0f172a!important;padding:0!important;margin:0!important;box-shadow:none!important}.sidebar-search-input:focus,.sidebar-search-input:focus-visible,.sidebar-search-input:active,.sidebar-search-box input:focus,.sidebar-search-box input:focus-visible,.sidebar-search-box input:active,html[data-theme=dark] .sidebar-search-input:focus,body[data-theme=dark] .sidebar-search-input:focus,html[data-theme=green] .sidebar-search-input:focus,body[data-theme=green] .sidebar-search-input:focus{border:none!important;border-width:0!important;outline:none!important;outline-width:0!important;outline-style:none!important;outline-color:transparent!important;box-shadow:none!important;background:transparent!important;background-color:transparent!important}.sidebar-search-input::placeholder{color:#94a3b8!important;font-weight:400!important}body.sidebar-mini:not(.sidebar-hover-active) .sidebar-search-container{display:none!important;opacity:0!important;height:0!important;padding:0!important;overflow:hidden!important}.main-sidebar .sidebar-menu{flex:1!important;overflow-y:auto!important;overflow-x:hidden!important;padding:6px 12px 60px!important;scrollbar-width:none!important;margin:0!important;list-style:none!important}.main-sidebar .sidebar-menu::-webkit-scrollbar{display:none!important}.sidebar-menu .menu-header-collapsible{padding:10px 8px 4px!important;font-size:12px!important;font-weight:600!important;color:#64748b!important;letter-spacing:.1px!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;align-items:center!important;-webkit-user-select:none!important;user-select:none!important;margin:8px 0 2px!important;transition:all .2s ease!important}.sidebar-menu .menu-header-collapsible:hover{color:#0f172a!important}.sidebar-menu .menu-header-collapsible .toggle-icon{color:#94a3b8!important;transition:transform .25s cubic-bezier(.4,0,.2,1)!important}.sidebar-menu .menu-header-collapsible .toggle-icon.open{transform:rotate(180deg)!important}.sidebar-sub-menu{list-style:none!important;padding:0!important;margin:0!important;display:flex!important;flex-direction:column!important;gap:2px!important}.sidebar-menu li.dropdown>a.nav-link{display:flex!important;flex-direction:row!important;align-items:center!important;gap:11px!important;padding:8.5px 12px!important;color:#475569!important;font-size:13.5px!important;font-weight:500!important;text-decoration:none!important;border-radius:8px!important;border:1px solid transparent!important;transition:all .15s ease-in-out!important;width:100%!important;box-sizing:border-box!important}.sidebar-menu li.dropdown>a.nav-link span{width:auto!important;margin-top:0!important;float:none!important}.sidebar-menu li.dropdown>a.nav-link .nav-item-icon{display:flex!important;align-items:center!important;justify-content:center!important;color:#64748b!important;flex-shrink:0!important;width:18px!important;height:18px!important;margin:0!important;transition:color .15s ease!important}body:not(.sidebar-mini) .sidebar-menu li.dropdown>a.nav-link .nav-text,body.sidebar-hover-active .sidebar-menu li.dropdown>a.nav-link .nav-text{flex:1!important;display:inline-block!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:13.5px!important;color:inherit!important;margin:0!important;width:auto!important}body:not(.sidebar-mini) .sidebar-menu li.dropdown>a.nav-link .sidebar-item-badge,body.sidebar-hover-active .sidebar-menu li.dropdown>a.nav-link .sidebar-item-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:10.5px!important;font-weight:600!important;padding:1.5px 7px!important;border-radius:10px!important;background-color:#e2e8f0!important;color:#475569!important;line-height:1.4!important;flex-shrink:0!important;width:auto!important;margin:0!important;float:none!important}.sidebar-menu li.dropdown.active .sidebar-item-badge{background-color:#f1f5f9!important;color:#0f172a!important}.sidebar-menu li.dropdown:hover>a.nav-link{color:#0f172a!important;background-color:#f1f5f9!important}.sidebar-menu li.dropdown:hover>a.nav-link .nav-item-icon{color:#0f172a!important}.main-sidebar .sidebar-menu li.dropdown.active>a.nav-link,.theme-white .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link,.theme-white .main-sidebar .sidebar-menu li.active>a,.sidebar-menu li.dropdown.active>a{background:#fff!important;background-color:#fff!important;background-image:none!important;color:#0f172a!important;font-weight:600!important;box-shadow:0 1px 3px #00000014,0 1px 2px -1px #0000000a!important;border:1px solid rgba(226,232,240,.9)!important;border-left:1px solid rgba(226,232,240,.9)!important}.main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-item-icon,.main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-text{color:#0f172a!important}.main-sidebar .category-transition-wrapper{max-height:0!important;overflow:hidden!important;transition:max-height .3s cubic-bezier(.4,0,.2,1)!important}.main-sidebar .category-transition-wrapper.open{max-height:600px!important}.sidebar-pin-btn{position:absolute!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;height:48px!important;background-color:#f8fafc!important;border-top:1px solid #e2e8f0!important;border-bottom:none!important;border-left:none!important;border-right:none!important;color:#64748b!important;font-size:12.5px!important;font-weight:500!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 16px!important;transition:all .2s ease!important;z-index:1060!important}.sidebar-pin-btn:hover{color:#0f172a!important;background-color:#f1f5f9!important}.main-navbar.admin-topheader{height:72px!important;background-color:#fff!important;border-bottom:1px solid #e2e8f0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 24px!important;position:sticky!important;top:0!important;z-index:1000!important;box-shadow:0 2px 8px #00000005!important;transition:all .3s ease}.profile-avatar-circle{width:38px!important;height:38px!important;border-radius:50%!important;border:1.5px solid #dcdffd!important;background-color:#eceffc!important;color:var(--primary)!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:700!important;font-size:14px!important}.profile-dropdown-menu{position:absolute!important;right:0!important;top:100%!important;margin-top:10px!important;width:250px!important;background-color:#fff!important;border:1px solid #f1f5f9!important;border-radius:8px!important;box-shadow:0 10px 25px -5px #0f172a1f!important;z-index:1050!important;padding:8px!important;display:flex;flex-direction:column;opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.profile-dropdown-menu.show{opacity:1;transform:translateY(0);pointer-events:auto}.dropdown-user-header{padding:12px 16px!important;border-bottom:1px solid #f1f5f9!important}.dropdown-user-header .logged-in-label{margin:0 0 3px!important;font-size:10.5px!important;text-transform:uppercase!important;letter-spacing:.5px!important;color:#64748b!important;font-weight:700!important}.dropdown-user-header .logged-in-email{margin:0!important;font-size:13px!important;color:#0f172a!important;font-weight:700!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-footer{position:fixed!important;bottom:0!important;right:0!important;left:270px!important;height:48px!important;padding:0 24px!important;background-color:#fff!important;border-top:1px solid #e2e8f0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;font-size:12.5px!important;color:#64748b!important;z-index:1020!important;transition:left .3s cubic-bezier(.4,0,.2,1)!important;box-sizing:border-box!important;margin:0!important}body.sidebar-mini .main-footer{left:68px!important}.main-content{padding-bottom:58px!important}.sticky-subheader-wrapper{position:sticky;top:72px;z-index:990;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 12px #0f172a08;width:100%}.sticky-subheader-container{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 24px}.sticky-subheader-title-bar{display:flex!important;align-items:center!important;gap:10px!important;font-size:14px!important;font-weight:700!important;color:#0f172a!important}[data-theme=dark] .sticky-subheader-title-bar{color:#f4f4f5!important}[data-theme=green] .sticky-subheader-title-bar{color:#065f46!important}.sticky-category-tabs{display:flex;align-items:center;gap:8px;overflow-x:auto;scrollbar-width:none;flex:1;padding:2px 0}.sticky-category-tabs::-webkit-scrollbar{display:none}.sticky-cat-pill{padding:7px 14px;border-radius:6px!important;background:#f8fafc;border:1px solid #e2e8f0;font-size:12.5px;font-weight:600;color:#475569;white-space:nowrap;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.sticky-cat-pill:hover{background:#f1f5f9;color:var(--primary)}.sticky-cat-pill.active{background:var(--primary-gradient);color:#fff;border-color:transparent;box-shadow:0 4px 10px #4f46e540}.sticky-search-box{position:relative;display:flex;align-items:center}.sticky-search-box svg{position:absolute;left:12px;pointer-events:none}.sticky-search-input{height:36px;padding:6px 30px 6px 34px;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px!important;font-size:12.5px;outline:none;width:220px;transition:all .2s ease}.sticky-search-input:focus{background:#fff;border-color:var(--primary);box-shadow:0 0 0 3px #4f46e51f;width:250px}.sticky-search-clear{position:absolute;right:10px;background:none;border:none;font-size:16px;color:#94a3b8;cursor:pointer}.dashboard-content-body{padding:24px}.dash-category-banner{background:linear-gradient(135deg,#0f172a,#1e1b4b);border-radius:8px;padding:20px 24px;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px}.dash-banner-title{font-size:20px;font-weight:800;color:#fff;margin:0 0 4px;letter-spacing:-.5px}.dash-banner-subtitle{font-size:13px;color:#94a3b8;margin:0}.dash-count-badge{padding:6px 14px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;font-size:12px;font-weight:600;color:#cbd5e1;white-space:nowrap}.subcat-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));gap:18px}.subcat-card-item{background:#fff;border-radius:8px;border:1px solid #e2e8f0;padding:20px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:all .2s ease;box-shadow:0 2px 4px #00000005}.subcat-card-item:hover{transform:translateY(-2px);box-shadow:0 10px 20px -5px #0f172a14;border-color:var(--primary-light)}.subcat-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.subcat-card-icon{width:38px;height:38px;border-radius:6px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center}.subcat-steps-badge{font-size:11px;font-weight:700;color:#64748b;background:#f1f5f9;padding:3px 8px;border-radius:4px}.subcat-card-title{font-size:15px;font-weight:700;color:#0f172a;margin:0 0 4px}.subcat-card-desc{font-size:12.5px;color:#64748b;line-height:1.5;margin:0 0 14px}.subcat-card-action{display:flex;align-items:center;gap:6px;font-size:12.5px;font-weight:700;color:var(--primary)}.dash-form-container{background:#fff;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 8px 24px #0f172a0a;overflow:hidden}.dash-form-header-bar{padding:18px 24px;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between}.dash-back-btn{background:none;border:none;color:var(--primary);font-size:12.5px;font-weight:700;cursor:pointer;padding:0}.dash-form-title{font-size:18px;font-weight:800;color:#0f172a;margin:0}.dash-step-counter{font-size:12px;font-weight:700;color:var(--primary);background:var(--primary-light);padding:4px 12px;border-radius:6px}.dash-stepper-bar{display:flex;background:#0f172a;padding:10px 20px;gap:8px;overflow-x:auto}.dash-step-pill{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:6px;background:#ffffff14;color:#94a3b8;font-size:12px;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .2s ease}.dash-step-pill.current{background:var(--primary-gradient);color:#fff;box-shadow:0 4px 10px #4f46e54d}.dash-step-pill.completed{background:#22c55e26;color:#4ade80}.dash-step-num{width:20px;height:22px;border-radius:4px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:11px}.dash-form-card-body{padding:24px}.dash-step-title{font-size:15px;font-weight:700;color:#0f172a;border-bottom:2px solid var(--primary-light);padding-bottom:8px}.dash-field-label{font-size:12.5px;font-weight:600;color:#334155;margin-bottom:5px;display:block}.dash-form-footer-btns{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #e2e8f0;padding-top:18px}@media(min-width:1025px){.navbar{left:280px!important}.main-content{padding-left:280px!important;padding-top:0!important;padding-right:0!important;min-height:calc(100vh - 120px)}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar{width:68px!important;overflow:hidden!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-brand{justify-content:center!important;padding:12px 0!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-brand a{justify-content:center!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-brand img{max-width:32px!important;max-height:32px!important;width:32px!important;height:32px!important;object-fit:contain!important;margin:0 auto!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .brand-text,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-header-toggle-btn,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-search-input,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .cat-title-text,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .toggle-icon,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .nav-text,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-item-badge,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .pin-btn-text,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown>a.nav-link .nav-text,body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown>a.nav-link .sidebar-item-badge{display:none!important;width:0!important;height:0!important;padding:0!important;margin:0!important;opacity:0!important;visibility:hidden!important;overflow:hidden!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-search-container{padding:8px 0!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-search-box{width:40px!important;height:40px!important;padding:0!important;margin:0 auto!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;background-color:#fff!important;border:1px solid #e2e8f0!important;box-shadow:none!important;cursor:pointer!important}body[data-theme=dark].sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-search-box{background-color:#1b1e24!important;border-color:#282c34!important}body[data-theme=green].sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-search-box{background-color:#fff!important;border-color:#a7f3d0!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu{padding:6px 0 60px!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar li.dropdown{margin:3px 0!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar li.dropdown>a.nav-link{justify-content:center!important;padding:4px 0!important;background:transparent!important;border:none!important;box-shadow:none!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown>a.nav-link .nav-item-icon{width:40px!important;height:40px!important;margin:0 auto!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;color:#64748b!important;border:1px solid transparent!important;flex-shrink:0!important;transition:all .15s ease!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown:hover>a.nav-link .nav-item-icon{background-color:#fff!important;color:#0f172a!important;border-color:#e2e8f0!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-item-icon{background-color:#fff!important;color:#0f172a!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014,0 1px 2px -1px #0000000a!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .menu-header-collapsible{padding:6px 0!important;justify-content:center!important;margin:6px 0 2px!important}body.sidebar-mini:not(.sidebar-hover-active) .main-sidebar .menu-header-collapsible:after{content:""!important;display:block!important;width:20px!important;height:2px!important;background-color:#cbd5e1!important;border-radius:1px!important;margin:0 auto!important}body.sidebar-mini:not(.sidebar-hover-active) .sidebar-pin-btn{justify-content:center!important;padding:0!important}body.sidebar-mini .navbar{left:68px!important}body.sidebar-mini .main-content,body.sidebar-mini .main-footer{padding-left:68px!important}body.sidebar-mini.sidebar-hover-active .main-sidebar{width:270px!important;box-shadow:4px 0 25px #0f172a1f!important;z-index:1050!important}body.sidebar-mini.sidebar-hover-active .main-sidebar .brand-text,body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-header-toggle-btn,body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-search-input,body.sidebar-mini.sidebar-hover-active .main-sidebar .cat-title-text,body.sidebar-mini.sidebar-hover-active .main-sidebar .nav-text,body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-item-badge,body.sidebar-mini.sidebar-hover-active .main-sidebar .pin-btn-text{display:inline-block!important}body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-brand{justify-content:space-between!important;padding:12px 16px!important}body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-search-container{padding:10px 14px 4px!important}body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-search-box{width:100%!important;height:auto!important;padding:7.5px 12px!important;justify-content:flex-start!important;border-radius:8px!important}body[data-theme=dark].sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-search-box{background-color:#1b1e24!important;border-color:#282c34!important}body[data-theme=green].sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-search-box{background-color:#fff!important;border-color:#a7f3d0!important}body.sidebar-mini.sidebar-hover-active .main-sidebar li.dropdown>a.nav-link{justify-content:flex-start!important;padding:8.5px 12px!important}body.sidebar-mini.sidebar-hover-active .main-sidebar .nav-item-icon{width:20px!important;height:20px!important;margin:0!important;border:none!important;background:transparent!important;box-shadow:none!important}body.sidebar-mini.sidebar-hover-active .main-sidebar .sidebar-pin-btn{justify-content:space-between!important;padding:0 16px!important}}@media(max-width:1024px){.navbar{left:0!important;width:100%!important}.main-content{padding-left:0!important;padding-right:0!important;padding-top:0!important}.main-footer{left:0!important;padding-left:20px!important;padding-right:20px!important}.sticky-subheader-wrapper{top:72px}.sticky-subheader-container{flex-direction:column;align-items:stretch;padding:10px 16px}.sticky-search-input{width:100%}.sticky-search-input:focus{width:100%}.dashboard-content-body{padding:16px}.dash-category-banner{flex-direction:column;align-items:flex-start;padding:18px 20px}.main-sidebar{left:-300px!important;width:280px!important;box-shadow:none!important;z-index:1040!important}body.sidebar-show .main-sidebar{left:0!important;box-shadow:0 15px 40px #0f172a40!important}.auth-hero-panel{display:none}.auth-card-container{max-width:520px;max-height:none;flex-direction:column}.auth-form-panel{padding:24px 18px}}[data-theme=dark],[data-theme=dark] body,[data-theme=dark] #app,[data-theme=dark] .main-content,body[data-theme=dark]{background:#0d0f12!important;background-color:#0d0f12!important;color:#f4f4f5!important}html[data-theme=dark] .main-sidebar,html[data-theme=dark] #sidebar-wrapper,html[data-theme=dark] aside,[data-theme=dark] .main-sidebar,[data-theme=dark] #sidebar-wrapper,[data-theme=dark] aside,[data-theme=dark].theme-white .main-sidebar,body[data-theme=dark] .main-sidebar,body[data-theme=dark].theme-white .main-sidebar,body[data-theme=dark] #sidebar-wrapper,body[data-theme=dark] aside{background:#14161b!important;background-color:#14161b!important;border-right:1px solid #282c34!important}[data-theme=dark] .main-sidebar .sidebar-menu,[data-theme=dark] .main-sidebar .sidebar-sub-menu,[data-theme=dark] .main-sidebar li,[data-theme=dark] .main-sidebar ul,[data-theme=dark] .main-sidebar .menu-header-collapsible,[data-theme=dark] .sidebar-search-container,body[data-theme=dark] .main-sidebar .sidebar-menu,body[data-theme=dark] .main-sidebar .sidebar-sub-menu,body[data-theme=dark] .main-sidebar li,body[data-theme=dark] .main-sidebar ul{background:transparent!important;background-color:transparent!important}[data-theme=dark] .main-sidebar .sidebar-brand,body[data-theme=dark] .main-sidebar .sidebar-brand{background:#14161b!important;background-color:#14161b!important;border-bottom:1px solid #282c34!important}[data-theme=dark] .main-sidebar .sidebar-brand .brand-text,body[data-theme=dark] .main-sidebar .sidebar-brand .brand-text{color:#f4f4f5!important}[data-theme=dark] .sidebar-header-toggle-btn{color:#9ca3af!important}[data-theme=dark] .sidebar-header-toggle-btn:hover{background-color:#252932!important;color:#fff!important}[data-theme=dark] .sidebar-search-box,body[data-theme=dark] .sidebar-search-box{background:#1b1e24!important;background-color:#1b1e24!important;border-color:#282c34!important;box-shadow:none!important}[data-theme=dark] .sidebar-search-box:focus-within{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f133!important}[data-theme=dark] .sidebar-search-box svg{color:#818cf8!important}[data-theme=dark] .sidebar-search-box:focus-within svg{color:#a5b4fc!important}[data-theme=dark] .sidebar-search-input,body[data-theme=dark] .sidebar-search-input,html[data-theme=dark] .sidebar-search-input{background:transparent!important;background-color:transparent!important;color:#f4f4f5!important;box-shadow:none!important}[data-theme=dark] .sidebar-search-input::placeholder{color:#6b7280!important}[data-theme=dark] .sidebar-menu .menu-header-collapsible{color:#9ca3af!important}[data-theme=dark] .sidebar-menu li.dropdown:not(.active)>a.nav-link,body[data-theme=dark] .sidebar-menu li.dropdown:not(.active)>a.nav-link{background:transparent!important;background-color:transparent!important;color:#cbd5e1!important}[data-theme=dark] .sidebar-menu li.dropdown:not(.active)>a.nav-link .nav-text,body[data-theme=dark] .sidebar-menu li.dropdown:not(.active)>a.nav-link .nav-text{color:#cbd5e1!important}[data-theme=dark] .sidebar-menu li.dropdown:not(.active)>a.nav-link .nav-item-icon,body[data-theme=dark] .sidebar-menu li.dropdown:not(.active)>a.nav-link .nav-item-icon{color:#94a3b8!important}[data-theme=dark] .sidebar-menu li.dropdown:hover>a.nav-link{background-color:#222630!important;color:#fff!important}[data-theme=dark] .sidebar-menu li.dropdown:hover>a.nav-link .nav-item-icon{color:#fff!important}[data-theme=dark] .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link,[data-theme=dark] .theme-white .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link,body[data-theme=dark] .sidebar-menu li.dropdown.active>a.nav-link{background:#252932!important;background-color:#252932!important;color:#fff!important;border:1px solid #3b404d!important;box-shadow:0 4px 12px #0006!important}[data-theme=dark] .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-item-icon,[data-theme=dark] .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-text{color:#fff!important}body[data-theme=dark].sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-item-icon{background-color:#252932!important;color:#fff!important;border-color:#3b404d!important}[data-theme=dark] .sidebar-pin-btn{background-color:#14161b!important;border-top:1px solid #282c34!important;color:#9ca3af!important}[data-theme=dark] .sidebar-pin-btn:hover{background-color:#222630!important;color:#fff!important}[data-theme=dark] .admin-topheader,body[data-theme=dark] .admin-topheader{background:#14161b!important;background-color:#14161b!important;border-bottom:1px solid #282c34!important}[data-theme=dark] .topbar-action-btn{color:#9ca3af!important}[data-theme=dark] .profile-dropdown-btn div[style*="color: #1e293b"],[data-theme=dark] .profile-dropdown-btn div{color:#f4f4f5!important}[data-theme=dark] .profile-dropdown-menu{background-color:#14161b!important;border:1px solid #282c34!important;box-shadow:0 10px 30px #0009!important}[data-theme=dark] .dropdown-user-header{border-bottom-color:#282c34!important}[data-theme=dark] .dropdown-user-header .logged-in-email{color:#f4f4f5!important}[data-theme=dark] .dropdown-item-link{color:#cbd5e1!important}[data-theme=dark] .dropdown-item-link:hover{background-color:#222630!important;color:#fff!important}[data-theme=dark] .sticky-subheader-wrapper{background:#14161b!important;border-bottom:1px solid #282c34!important}[data-theme=dark] .sticky-cat-pill{background:#1b1e24!important;border:1px solid #282c34!important;color:#a1a1aa!important}[data-theme=dark] .sticky-cat-pill:hover{background:#252932!important;color:#fff!important}[data-theme=dark] .sticky-cat-pill.active{background:#6366f1!important;color:#fff!important;border-color:transparent!important}[data-theme=dark] .sticky-search-input{background:#1b1e24!important;border:1px solid #282c34!important;color:#f4f4f5!important}[data-theme=dark] .dash-category-banner{background:linear-gradient(135deg,#1b1e24,#14161b)!important;border:1px solid #282c34!important}[data-theme=dark] .dash-banner-title{color:#f4f4f5!important}[data-theme=dark] .dash-banner-subtitle{color:#a1a1aa!important}[data-theme=dark] .dash-count-badge{background:#252932!important;color:#e4e4e7!important;border:1px solid #3b404d!important}[data-theme=dark] .subcat-card-item,[data-theme=dark] .category-card,[data-theme=dark] .card{background:#1b1e24!important;background-color:#1b1e24!important;border:1px solid #282c34!important;box-shadow:0 4px 16px #0000004d!important}[data-theme=dark] .subcat-card-item:hover{background:#222630!important;background-color:#222630!important;border-color:#3b404d!important}[data-theme=dark] .subcat-card-title,[data-theme=dark] .dash-step-title,[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f4f4f5!important}[data-theme=dark] .subcat-card-desc,[data-theme=dark] .text-muted{color:#a1a1aa!important}[data-theme=dark] .subcat-card-icon{background-color:#252932!important;border:1px solid #3b404d!important;color:#f4f4f5!important}[data-theme=dark] .subcat-steps-badge{background-color:#252932!important;color:#e4e4e7!important;border:1px solid #3b404d!important}[data-theme=dark] .subcat-card-action{color:#818cf8!important;border-top-color:#282c34!important}[data-theme=dark] .dash-form-container{background-color:#1b1e24!important;background:#1b1e24!important;border:1px solid #282c34!important;box-shadow:0 8px 24px #0006!important}[data-theme=dark] .dash-form-header-bar{background-color:#16191f!important;background:#16191f!important;border-bottom:1px solid #282c34!important}[data-theme=dark] .dash-back-btn{color:#818cf8!important}[data-theme=dark] .dash-back-btn:hover{color:#a5b4fc!important}[data-theme=dark] .dash-form-title{color:#f4f4f5!important}[data-theme=dark] .dash-step-counter{background:#6366f12e!important;color:#a5b4fc!important;border:1px solid rgba(99,102,241,.3)!important}[data-theme=dark] .dash-stepper-bar{background:#14161b!important;border-bottom:1px solid #282c34!important}[data-theme=dark] .dash-step-pill{background:#ffffff0d!important;color:#94a3b8!important;border:1px solid rgba(255,255,255,.07)!important}[data-theme=dark] .dash-step-pill.current{background:var(--primary-gradient)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 4px 12px #4f46e566!important}[data-theme=dark] .dash-step-pill.completed{background:#22c55e26!important;color:#4ade80!important;border-color:#22c55e40!important}[data-theme=dark] .dash-step-num{background:#ffffff1f!important;color:inherit!important}[data-theme=dark] .dash-form-card-body{background-color:#1b1e24!important;background:#1b1e24!important}[data-theme=dark] .dash-step-title{color:#f4f4f5!important;border-bottom-color:#282c34!important}[data-theme=dark] .dash-field-label{color:#e4e4e7!important}[data-theme=dark] .dash-file-wrapper{background:transparent!important}[data-theme=dark] .dash-file-badge{background:#14161b!important;border:1px solid #282c34!important;color:#4ade80!important}[data-theme=dark] .dash-form-footer-btns{border-top:1px solid #282c34!important}[data-theme=dark] .terms-btn-secondary{background:#252932!important;border:1px solid #3b404d!important;color:#cbd5e1!important}[data-theme=dark] .terms-btn-secondary:hover:not(:disabled){background:#2e3340!important;color:#fff!important;border-color:#4b5263!important}[data-theme=dark] .terms-btn-secondary:disabled{opacity:.45!important;cursor:not-allowed!important;background:#1b1e24!important;color:#64748b!important;border-color:#282c34!important}[data-theme=dark] .terms-btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;box-shadow:0 4px 14px #6366f159!important}[data-theme=dark] .auth-terms-text{color:#cbd5e1!important}[data-theme=dark] .dash-empty-state{color:#a1a1aa!important}[data-theme=dark] .dash-empty-state h4{color:#f4f4f5!important}[data-theme=dark] .dash-empty-state p{color:#a1a1aa!important}[data-theme=dark] .main-footer{background:#14161b!important;background-color:#14161b!important;border-top:1px solid #282c34!important;color:#9ca3af!important}[data-theme=dark] .navbar-bg,[data-theme=green] .navbar-bg{display:none!important;background:transparent!important;opacity:0!important}[data-theme=green],[data-theme=green] body,[data-theme=green] #app,[data-theme=green] .main-content,body[data-theme=green]{background:#f0fdf4!important;background-color:#f0fdf4!important;color:#064e3b!important}html[data-theme=green] .main-sidebar,html[data-theme=green] #sidebar-wrapper,html[data-theme=green] aside,[data-theme=green] .main-sidebar,[data-theme=green] #sidebar-wrapper,[data-theme=green] aside,[data-theme=green].theme-white .main-sidebar,body[data-theme=green] .main-sidebar,body[data-theme=green].theme-white .main-sidebar,body[data-theme=green] #sidebar-wrapper,body[data-theme=green] aside{background:#f0fdf4!important;background-color:#f0fdf4!important;border-right:1px solid #d1fae5!important}[data-theme=green] .main-sidebar .sidebar-menu,[data-theme=green] .main-sidebar .sidebar-sub-menu,[data-theme=green] .main-sidebar li,[data-theme=green] .main-sidebar ul,[data-theme=green] .main-sidebar .menu-header-collapsible,[data-theme=green] .sidebar-search-container,body[data-theme=green] .main-sidebar .sidebar-menu,body[data-theme=green] .main-sidebar .sidebar-sub-menu,body[data-theme=green] .main-sidebar li,body[data-theme=green] .main-sidebar ul{background:transparent!important;background-color:transparent!important}[data-theme=green] .main-sidebar .sidebar-brand,body[data-theme=green] .main-sidebar .sidebar-brand{background:#f0fdf4!important;background-color:#f0fdf4!important;border-bottom:1px solid #d1fae5!important}[data-theme=green] .main-sidebar .sidebar-brand .brand-text,body[data-theme=green] .main-sidebar .sidebar-brand .brand-text{color:#065f46!important}[data-theme=green] .sidebar-search-box{background:#fff!important;background-color:#fff!important;border:1px solid #a7f3d0!important;box-shadow:0 1px 3px #0596690d!important}[data-theme=green] .sidebar-search-box:focus-within{border-color:#059669!important;box-shadow:0 0 0 3px #05966926!important}[data-theme=green] .sidebar-search-box svg{color:#059669!important}[data-theme=green] .sidebar-search-input,body[data-theme=green] .sidebar-search-input,html[data-theme=green] .sidebar-search-input{background:transparent!important;background-color:transparent!important;color:#065f46!important;box-shadow:none!important}[data-theme=green] .sidebar-search-input::placeholder{color:#047857!important}[data-theme=green] .sidebar-menu .menu-header-collapsible{color:#047857!important}[data-theme=green] .sidebar-menu li.dropdown>a.nav-link{color:#065f46!important}[data-theme=green] .sidebar-menu li.dropdown>a.nav-link .nav-item-icon{color:#059669!important}[data-theme=green] .sidebar-menu li.dropdown:hover>a.nav-link{background-color:#ecfdf5!important;color:#047857!important}[data-theme=green] .sidebar-menu li.dropdown:hover>a.nav-link .nav-item-icon{color:#047857!important}[data-theme=green] .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link,[data-theme=green] .theme-white .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link,body[data-theme=green] .sidebar-menu li.dropdown.active>a.nav-link{background:#fff!important;background-color:#fff!important;color:#047857!important;border:1px solid #34d399!important;box-shadow:0 2px 8px #05966926!important}[data-theme=green] .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-item-icon,[data-theme=green] .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-text{color:#047857!important}body[data-theme=green].sidebar-mini:not(.sidebar-hover-active) .main-sidebar .sidebar-menu li.dropdown.active>a.nav-link .nav-item-icon{background-color:#fff!important;color:#047857!important;border-color:#34d399!important}[data-theme=green] .sidebar-pin-btn{background-color:#f0fdf4!important;border-top:1px solid #d1fae5!important;color:#047857!important}[data-theme=green] .sidebar-pin-btn:hover{background-color:#ecfdf5!important;color:#065f46!important}[data-theme=green] .admin-topheader,body[data-theme=green] .admin-topheader{background:#fff!important;background-color:#fff!important;border-bottom:1px solid #d1fae5!important}[data-theme=green] .topbar-action-btn{color:#047857!important}[data-theme=green] .profile-avatar-circle{background-color:#ecfdf5!important;color:#047857!important;border-color:#a7f3d0!important}[data-theme=green] .profile-dropdown-btn div[style*="color: #1e293b"],[data-theme=green] .profile-dropdown-btn div{color:#065f46!important}[data-theme=green] .profile-dropdown-menu{background-color:#fff!important;border:1px solid #d1fae5!important;box-shadow:0 10px 30px #0596691a!important}[data-theme=green] .dropdown-user-header{border-bottom-color:#ecfdf5!important}[data-theme=green] .dropdown-user-header .logged-in-email,[data-theme=green] .dropdown-item-link{color:#065f46!important}[data-theme=green] .dropdown-item-link:hover{background-color:#ecfdf5!important;color:#047857!important}[data-theme=green] .sticky-subheader-wrapper{background:#fff!important;border-bottom:1px solid #d1fae5!important}[data-theme=green] .sticky-cat-pill{background:#ecfdf5!important;border:1px solid #a7f3d0!important;color:#065f46!important}[data-theme=green] .sticky-cat-pill:hover{background:#d1fae5!important;color:#047857!important}[data-theme=green] .sticky-cat-pill.active{background:linear-gradient(135deg,#059669,#047857)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 4px 10px #0596694d!important}[data-theme=green] .sticky-search-input{background:#fff!important;border:1px solid #a7f3d0!important;color:#065f46!important}[data-theme=green] .dash-category-banner{background:linear-gradient(135deg,#047857,#065f46)!important;border:none!important;color:#fff!important}[data-theme=green] .dash-banner-title,[data-theme=green] .dash-banner-subtitle{color:#fff!important}[data-theme=green] .dash-count-badge,[data-theme=green] .auth-badge{background:#fff3!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}[data-theme=green] .subcat-card-item,[data-theme=green] .category-card,[data-theme=green] .card{background:#fff!important;background-color:#fff!important;border:1px solid #d1fae5!important;box-shadow:0 2px 8px #0596690f!important}[data-theme=green] .subcat-card-item:hover{border-color:#34d399!important;box-shadow:0 6px 20px #0596691f!important}[data-theme=green] .subcat-card-title,[data-theme=green] .dash-step-title,[data-theme=green] h1,[data-theme=green] h2,[data-theme=green] h3,[data-theme=green] h4,[data-theme=green] h5,[data-theme=green] h6{color:#065f46!important}[data-theme=green] .subcat-card-desc,[data-theme=green] .text-muted{color:#047857!important}[data-theme=green] .subcat-card-icon{background-color:#ecfdf5!important;border:1px solid #a7f3d0!important;color:#047857!important}[data-theme=green] .subcat-steps-badge{background-color:#ecfdf5!important;color:#047857!important;border:1px solid #a7f3d0!important}[data-theme=green] .subcat-card-action{color:#059669!important;border-top-color:#ecfdf5!important}[data-theme=green] a{color:#059669!important}[data-theme=green] .dash-form-container{background-color:#fff!important;background:#fff!important;border:1px solid #d1fae5!important;box-shadow:0 4px 16px #05966914!important}[data-theme=green] .dash-form-header-bar{background-color:#f0fdf4!important;background:#f0fdf4!important;border-bottom:1px solid #d1fae5!important}[data-theme=green] .dash-back-btn{color:#059669!important}[data-theme=green] .dash-back-btn:hover{color:#047857!important}[data-theme=green] .dash-form-title{color:#064e3b!important}[data-theme=green] .dash-step-counter{background:#d1fae5!important;color:#047857!important;border:1px solid #a7f3d0!important}[data-theme=green] .dash-stepper-bar{background:#064e3b!important;border-bottom:1px solid #047857!important}[data-theme=green] .dash-step-pill{background:#ffffff1f!important;color:#a7f3d0!important}[data-theme=green] .dash-step-pill.current{background:#059669!important;color:#fff!important;box-shadow:0 4px 10px #0596694d!important}[data-theme=green] .dash-step-pill.completed{background:#34d39933!important;color:#6ee7b7!important}[data-theme=green] .dash-form-card-body{background-color:#fff!important}[data-theme=green] .dash-step-title{color:#064e3b!important;border-bottom:2px solid #d1fae5!important}[data-theme=green] .dash-field-label{color:#065f46!important}[data-theme=green] .dash-file-badge{background:#ecfdf5!important;border:1px solid #a7f3d0!important;color:#059669!important}[data-theme=green] .dash-form-footer-btns{border-top:1px solid #d1fae5!important}[data-theme=green] .terms-btn-secondary{background:#fff!important;border:1px solid #d1fae5!important;color:#065f46!important}[data-theme=green] .terms-btn-secondary:hover:not(:disabled){background:#f0fdf4!important;color:#047857!important;border-color:#a7f3d0!important}[data-theme=green] .terms-btn-secondary:disabled{opacity:.45!important;cursor:not-allowed!important;background:#f9fafb!important;color:#9ca3af!important;border-color:#e5e7eb!important}[data-theme=green] .terms-btn-primary{background:linear-gradient(135deg,#059669,#047857)!important;color:#fff!important;box-shadow:0 4px 12px #0596694d!important}[data-theme=green] .auth-terms-text{color:#065f46!important}[data-theme=green] .main-footer{background:#fff!important;background-color:#fff!important;border-top:1px solid #d1fae5!important;color:#047857!important}.startup-portal-container{width:100%}.startup-hero-card{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;flex-wrap:wrap!important}.startup-progress-widget{display:flex!important;align-items:center!important;gap:16px!important;background:#ffffff26!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border-radius:16px!important;padding:12px 20px!important;border:1px solid rgba(255,255,255,.25)!important}.startup-progress-ring{position:relative!important;width:68px!important;height:68px!important;display:flex!important;align-items:center!important;justify-content:center!important}.startup-progress-val{position:absolute!important;font-size:14px!important;font-weight:800!important}.startup-progress-info{display:flex!important;flex-direction:column!important}.startup-progress-status{font-size:13.5px!important;font-weight:700!important;color:#fff!important}.startup-progress-sub{font-size:12px!important;color:#fffc!important}.startup-card{background-color:#fff!important;border-radius:14px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 10px #0f172a08!important;padding:24px!important;transition:all .2s ease!important}.startup-card-header{display:flex!important;align-items:center!important;gap:14px!important;padding-bottom:18px!important;margin-bottom:20px!important;border-bottom:1px solid #f1f5f9!important}.startup-header-icon{width:44px!important;height:44px!important;border-radius:12px!important;background-color:#f1f5f9!important;color:#4f46e5!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.startup-card-title{font-size:16px!important;font-weight:700!important;color:#0f172a!important;margin:0 0 2px!important}.startup-card-sub{font-size:12.5px!important;color:#64748b!important;margin:0!important}.startup-input-label{font-size:13px!important;font-weight:600!important;color:#334155!important;margin-bottom:6px!important;display:block!important}.startup-upload-dropzone{border:1.5px dashed #cbd5e1!important;border-radius:12px!important;padding:16px!important;background-color:#f8fafc!important;transition:all .2s ease!important}.startup-upload-dropzone:hover{border-color:#6366f1!important;background-color:#fff!important}.startup-upload-hint{font-size:11.5px!important;color:#94a3b8!important;font-weight:500!important}.startup-hidden-file-input{display:none!important}.startup-file-label-btn{display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:1px solid #e2e8f0!important;background-color:#fff!important;border-radius:8px!important;padding:10px 16px!important;cursor:pointer!important;font-size:13px!important;font-weight:600!important;color:#475569!important;transition:all .2s ease!important;box-shadow:0 1px 2px #00000008!important}.startup-file-label-btn:hover{border-color:#cbd5e1!important;color:#0f172a!important;background-color:#f8fafc!important}.startup-file-item-badge{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 12px!important;border-radius:8px!important;font-size:12.5px!important;margin-bottom:6px!important}.startup-file-item-badge.old{background-color:#eff6ff!important;border:1px solid #bfdbfe!important;color:#1e40af!important}.startup-file-item-badge.new{background-color:#ecfdf5!important;border:1px solid #a7f3d0!important;color:#065f46!important}.startup-file-action-btn{border:none!important;background:transparent!important;color:#64748b!important;cursor:pointer!important;padding:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;border-radius:4px!important}.startup-file-action-btn.danger:hover{color:#ef4444!important;background-color:#fee2e2!important}.startup-partner-box{background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:12px!important;padding:18px!important}.startup-partner-num{font-size:13.5px!important;font-weight:700!important;color:#0f172a!important}.startup-remove-partner-btn{border:none!important;background:transparent!important;color:#ef4444!important;font-size:12.5px!important;font-weight:600!important;cursor:pointer!important;display:flex!important;align-items:center!important;gap:4px!important}[data-theme=dark] .startup-card{background-color:#1b1e24!important;border-color:#282c34!important;color:#f4f4f5!important}[data-theme=dark] .startup-card-header{border-bottom-color:#282c34!important}[data-theme=dark] .startup-header-icon{background-color:#252932!important;color:#818cf8!important}[data-theme=dark] .startup-card-title{color:#f4f4f5!important}[data-theme=dark] .startup-card-sub{color:#a1a1aa!important}[data-theme=dark] .startup-input-label{color:#e4e4e7!important}[data-theme=dark] .startup-upload-dropzone{border-color:#3f3f46!important;background-color:#14161b!important}[data-theme=dark] .startup-upload-dropzone:hover{border-color:#818cf8!important;background-color:#1b1e24!important}[data-theme=dark] .startup-file-label-btn{background-color:#252932!important;border-color:#3b404d!important;color:#f4f4f5!important}[data-theme=dark] .startup-partner-box{background-color:#14161b!important;border-color:#282c34!important}[data-theme=dark] .startup-partner-num{color:#f4f4f5!important}[data-theme=dark] input:not(.sidebar-search-input),[data-theme=dark] select,[data-theme=dark] textarea,[data-theme=dark] .form-control,[data-theme=dark] .form-select,[data-theme=dark] .auth-input{background-color:#14161b!important;background:#14161b!important;border:1px solid #282c34!important;color:#f4f4f5!important}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder,[data-theme=dark] .auth-input::placeholder{color:#6b7280!important}[data-theme=dark] select option,[data-theme=dark] .form-select option,[data-theme=dark] .auth-select option{background-color:#14161b!important;color:#f4f4f5!important}[data-theme=dark] input:not(.sidebar-search-input):focus,[data-theme=dark] select:focus,[data-theme=dark] textarea:focus,[data-theme=dark] .auth-input:focus{border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f126!important;outline:none!important}[data-theme=dark] .auth-submit-btn,[data-theme=dark] .btn-primary{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;box-shadow:0 4px 16px #6366f159!important;border:none!important}[data-theme=dark] .auth-submit-btn:hover,[data-theme=dark] .btn-primary:hover{background:linear-gradient(135deg,#4f46e5,#4338ca)!important}[data-theme=green] .startup-card{background-color:#fff!important;border-color:#d1fae5!important}[data-theme=green] .startup-header-icon{background-color:#ecfdf5!important;color:#047857!important}[data-theme=green] .startup-card-title,[data-theme=green] .startup-input-label{color:#065f46!important}[data-theme=green] .startup-upload-dropzone{border-color:#a7f3d0!important;background-color:#f0fdf4!important}[data-theme=green] .startup-file-label-btn{background-color:#fff!important;border-color:#34d399!important;color:#047857!important}[data-theme=green] input:not(.sidebar-search-input),[data-theme=green] select,[data-theme=green] textarea,[data-theme=green] .form-control,[data-theme=green] .form-select,[data-theme=green] .auth-input{background-color:#fff!important;background:#fff!important;border:1px solid #a7f3d0!important;color:#065f46!important}[data-theme=green] input::placeholder,[data-theme=green] textarea::placeholder,[data-theme=green] .auth-input::placeholder{color:#047857!important}[data-theme=green] select option,[data-theme=green] .form-select option,[data-theme=green] .auth-select option{background-color:#fff!important;color:#065f46!important}[data-theme=green] .auth-submit-btn,[data-theme=green] .btn-primary{background:linear-gradient(135deg,#059669,#047857)!important;color:#fff!important;box-shadow:0 4px 16px #05966959!important;border:none!important}[data-theme=green] .auth-submit-btn:hover,[data-theme=green] .btn-primary:hover{background:linear-gradient(135deg,#047857,#065f46)!important}.startup-floating-progress-dock{position:fixed!important;bottom:64px!important;right:28px!important;z-index:1025!important;background:#ffffffeb!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important;border:1px solid #cbd5e1!important;border-radius:16px!important;padding:12px 18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;box-shadow:0 10px 30px #0f172a26!important;transition:all .3s ease!important;max-width:440px!important}.startup-mini-progress-ring{position:relative!important;width:44px!important;height:44px!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.startup-mini-val{position:absolute!important;font-size:11px!important;font-weight:800!important}.startup-dock-title{font-size:13px!important;font-weight:700!important;color:#0f172a!important}.startup-dock-sub{font-size:11.5px!important;color:#64748b!important}.startup-dock-action-btn{background:#4f46e5!important;color:#fff!important;border:none!important;border-radius:8px!important;padding:8px 14px!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important;transition:all .2s ease!important;box-shadow:0 2px 6px #4f46e540!important}.startup-dock-action-btn:hover{background:#4338ca!important;transform:translateY(-1px)!important}.startup-upload-dropzone.completed{border-color:#a7f3d0!important;background-color:#f0fdf4!important}.startup-input-error{border-color:#ef4444!important;box-shadow:0 0 0 3px #ef444426!important}.startup-dropzone-error{border-color:#ef4444!important;background-color:#fef2f2!important}.startup-error-msg{font-size:11.5px!important;font-weight:600!important;color:#ef4444!important;margin-top:5px!important;display:flex!important;align-items:center!important;gap:4px!important}[data-theme=dark] .startup-floating-progress-dock{background:#1b1e24eb!important;border-color:#282c34!important;box-shadow:0 10px 30px #00000073!important}[data-theme=dark] .startup-dock-title{color:#f4f4f5!important}[data-theme=dark] .startup-dock-sub{color:#a1a1aa!important}[data-theme=dark] .startup-upload-dropzone.completed{border-color:#065f46!important;background-color:#14201a!important}[data-theme=green] .startup-floating-progress-dock{background:#fffffff2!important;border-color:#a7f3d0!important;box-shadow:0 10px 30px #05966933!important}[data-theme=green] .startup-dock-title{color:#065f46!important}[data-theme=green] .startup-dock-sub{color:#047857!important}[data-theme=green] .startup-dock-action-btn{background:#059669!important}[data-theme=green] .startup-dock-action-btn:hover{background:#047857!important}@media(max-width:768px){.startup-floating-progress-dock{bottom:56px!important;right:12px!important;left:12px!important;max-width:none!important;padding:10px 14px!important}}.applied-services-container{width:100%}.applied-service-card{background-color:#fff!important;border-radius:14px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 10px #0f172a08!important;overflow:hidden!important;transition:all .2s ease!important}.applied-service-card:hover{box-shadow:0 6px 20px #0f172a0f!important;border-color:#cbd5e1!important}.applied-card-header{padding:18px 24px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;background-color:#fff!important;border-bottom:1px solid #f1f5f9!important}.applied-header-left{display:flex!important;align-items:center!important;gap:14px!important;overflow:hidden!important;flex:1!important}.applied-badge-group{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:2px!important}.applied-header-actions{display:flex!important;align-items:center!important;gap:10px!important;flex-shrink:0!important}.applied-cat-icon-box{width:42px!important;height:42px!important;border-radius:10px!important;background-color:#f1f5f9!important;color:#4f46e5!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.applied-cat-tag{font-size:11.5px!important;font-weight:700!important;color:#6366f1!important;background-color:#e0e7ff!important;padding:3px 9px!important;border-radius:6px!important;letter-spacing:.2px!important;text-transform:uppercase!important}.applied-status-badge{font-size:11.5px!important;font-weight:600!important;color:#059669!important;background-color:#ecfdf5!important;border:1px solid #a7f3d0!important;padding:3px 9px!important;border-radius:6px!important}.applied-service-title{font-size:15.5px!important;font-weight:700!important;color:#0f172a!important;margin:4px 0 0!important}.applied-edit-btn{display:flex!important;align-items:center!important;gap:6px!important;padding:7px 14px!important;font-size:12.5px!important;font-weight:600!important;color:#475569!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;cursor:pointer!important;transition:all .2s ease!important}.applied-edit-btn:hover{background-color:#f1f5f9!important;color:#0f172a!important;border-color:#cbd5e1!important}.applied-expand-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:34px!important;height:34px!important;border-radius:8px!important;background:transparent!important;border:1px solid #e2e8f0!important;color:#64748b!important;cursor:pointer!important;transition:all .2s ease!important}.applied-expand-btn:hover{background-color:#f8fafc!important;color:#0f172a!important}.applied-card-body{padding:20px 24px!important}.applied-edit-actions-bar{display:flex!important;align-items:center!important;gap:12px!important;margin-top:20px!important;padding-top:16px!important;border-top:1px solid #e2e8f0!important}.applied-save-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;height:40px!important;padding:0 22px!important;font-size:13px!important;font-weight:700!important;border-radius:8px!important;cursor:pointer!important;width:auto!important}.applied-cancel-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:40px!important;padding:0 20px!important;font-size:13px!important;font-weight:600!important;color:#64748b!important;background-color:#f1f5f9!important;border:1px solid #cbd5e1!important;border-radius:8px!important;cursor:pointer!important;transition:all .2s ease!important}.applied-cancel-btn:hover{background-color:#e2e8f0!important;color:#0f172a!important}.applied-data-grid{display:flex!important;flex-direction:column!important;gap:12px!important}.applied-grid-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;padding:10px 14px!important;background-color:#f8fafc!important;border-radius:8px!important;gap:16px!important}.applied-field-label{font-size:13px!important;font-weight:600!important;color:#475569!important;min-width:180px!important}.applied-field-val{font-size:13px!important;color:#0f172a!important;flex:1!important;text-align:right!important;word-break:break-word!important}.applied-val-text{font-weight:500!important}.applied-bool-badge{font-size:12px!important;font-weight:700!important;padding:2px 8px!important;border-radius:4px!important}.applied-bool-badge.yes{background-color:#d1fae5!important;color:#065f46!important}.applied-bool-badge.no{background-color:#fee2e2!important;color:#991b1b!important}.applied-file-thumb{position:relative!important;display:inline-block!important;width:54px!important;height:54px!important;border-radius:8px!important;overflow:hidden!important;border:1px solid #e2e8f0!important}.applied-file-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.thumb-hover-overlay{position:absolute!important;inset:0!important;background:#0f172a80!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;transition:opacity .2s ease!important}.applied-file-thumb:hover .thumb-hover-overlay{opacity:1!important}.applied-doc-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 12px!important;border-radius:6px!important;font-size:12px!important;font-weight:600!important;color:#3b82f6!important;background-color:#eff6ff!important;border:1px solid #bfdbfe!important;text-decoration:none!important;transition:all .2s ease!important}.applied-doc-badge:hover{background-color:#dbeafe!important;color:#1d4ed8!important}.applied-empty-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;padding:50px 24px!important;text-align:center!important}.empty-icon-box{width:72px!important;height:72px!important;border-radius:50%!important;background-color:#f1f5f9!important;color:#64748b!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto 16px!important}.empty-title{font-size:18px!important;font-weight:700!important;color:#0f172a!important;margin:0 0 6px!important}.empty-desc{font-size:13.5px!important;color:#64748b!important;max-width:420px!important;margin:0 auto!important}[data-theme=dark] .applied-service-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=dark] .applied-card-header{background-color:#1b1e24!important;border-bottom-color:#282c34!important}[data-theme=dark] .applied-cat-icon-box{background-color:#252932!important;color:#818cf8!important}[data-theme=dark] .applied-service-title{color:#f4f4f5!important}[data-theme=dark] .applied-edit-btn{background-color:#252932!important;border-color:#3b404d!important;color:#f4f4f5!important}[data-theme=dark] .applied-edit-btn:hover{background-color:#2e3340!important}[data-theme=dark] .applied-expand-btn{border-color:#3b404d!important;color:#a1a1aa!important}[data-theme=dark] .applied-grid-row{background-color:#14161b!important}[data-theme=dark] .applied-field-label{color:#a1a1aa!important}[data-theme=dark] .applied-field-val{color:#f4f4f5!important}[data-theme=dark] .applied-doc-badge{background-color:#1e293b!important;border-color:#334155!important;color:#60a5fa!important}[data-theme=dark] .applied-empty-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=dark] .empty-icon-box{background-color:#252932!important;color:#a1a1aa!important}[data-theme=dark] .empty-title{color:#f4f4f5!important}[data-theme=dark] .applied-edit-actions-bar{border-top-color:#282c34!important}[data-theme=dark] .applied-cancel-btn{background-color:#252932!important;border-color:#3b404d!important;color:#a1a1aa!important}[data-theme=dark] .applied-cancel-btn:hover{background-color:#2e3340!important;color:#f4f4f5!important}[data-theme=dark] .empty-desc{color:#a1a1aa!important}[data-theme=green] .applied-service-card{background-color:#fff!important;border-color:#d1fae5!important}[data-theme=green] .applied-edit-actions-bar{border-top-color:#ecfdf5!important}[data-theme=green] .applied-cancel-btn{background-color:#f0fdf4!important;border-color:#a7f3d0!important;color:#047857!important}[data-theme=green] .applied-cancel-btn:hover{background-color:#d1fae5!important;color:#065f46!important}[data-theme=green] .applied-card-header{border-bottom-color:#ecfdf5!important}[data-theme=green] .applied-cat-icon-box{background-color:#ecfdf5!important;color:#047857!important}[data-theme=green] .applied-service-title{color:#065f46!important}[data-theme=green] .applied-grid-row{background-color:#f0fdf4!important}[data-theme=green] .applied-field-label{color:#047857!important}[data-theme=green] .applied-field-val{color:#065f46!important}[data-theme=green] .applied-doc-badge{background-color:#ecfdf5!important;border-color:#a7f3d0!important;color:#047857!important}@media(max-width:768px){.applied-card-header{flex-direction:column!important;align-items:flex-start!important}.applied-grid-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.applied-field-val{text-align:left!important}}@media(max-width:768px){.startup-hero-card{flex-direction:column!important;align-items:flex-start!important}.startup-progress-widget{width:100%!important;justify-content:flex-start!important}.startup-card{padding:16px!important}}.order-history-container{width:100%}.order-history-card{background-color:#fff!important;border-radius:14px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 10px #0f172a08!important;overflow:hidden!important;transition:all .2s ease!important}.order-history-card:hover{box-shadow:0 6px 20px #0f172a0f!important;border-color:#cbd5e1!important}.order-card-header{padding:18px 24px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important;background-color:#fff!important;border-bottom:1px solid #f1f5f9!important}.order-header-left{display:flex!important;align-items:center!important;gap:14px!important;overflow:hidden!important;flex:1!important}.order-cat-icon-box{width:42px!important;height:42px!important;border-radius:10px!important;background-color:#e0e7ff!important;color:#4f46e5!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.order-badge-group{display:flex!important;align-items:center!important;gap:8px!important;flex-wrap:wrap!important;margin-bottom:2px!important}.order-num-tag{font-size:11px!important;font-weight:700!important;color:#4f46e5!important;background-color:#e0e7ff!important;padding:3px 8px!important;border-radius:5px!important;letter-spacing:.2px!important}.order-cat-tag{font-size:11.5px!important;font-weight:600!important;color:#475569!important;background-color:#f1f5f9!important;padding:3px 9px!important;border-radius:5px!important}.order-status-badge{font-size:11.5px!important;font-weight:600!important;padding:3px 9px!important;border-radius:6px!important;display:inline-flex!important;align-items:center!important;gap:4px!important}.order-status-badge.completed{color:#059669!important;background-color:#ecfdf5!important;border:1px solid #a7f3d0!important}.order-status-badge.processing{color:#d97706!important;background-color:#fffbeb!important;border:1px solid #fde68a!important}.order-status-badge.review{color:#0284c7!important;background-color:#f0f9ff!important;border:1px solid #bae6fd!important}.order-status-badge.pending{color:#4f46e5!important;background-color:#e0e7ff!important;border:1px solid #c7d2fe!important}.order-service-title{font-size:15.5px!important;font-weight:700!important;color:#0f172a!important;margin:4px 0 0!important}.order-header-right{display:flex!important;align-items:center!important;gap:12px!important;flex-shrink:0!important}.order-date-text{font-size:12.5px!important;color:#64748b!important;font-weight:500!important}.order-expand-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;padding:7px 14px!important;border-radius:8px!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;color:#475569!important;font-size:12.5px!important;font-weight:600!important;cursor:pointer!important;transition:all .2s ease!important}.order-expand-btn:hover{background-color:#f1f5f9!important;color:#0f172a!important}.order-card-body{padding:20px 24px!important}.order-meta-strip{display:flex!important;align-items:center!important;gap:20px!important;flex-wrap:wrap!important;padding:10px 16px!important;background-color:#f8fafc!important;border-radius:8px!important;border:1px solid #f1f5f9!important}.meta-item{display:flex!important;align-items:center!important;gap:6px!important;font-size:12.5px!important}.meta-lbl{color:#64748b!important;font-weight:500!important}.meta-val{color:#0f172a!important;font-weight:600!important}.order-section-subtitle{font-size:14px!important;font-weight:700!important;color:#0f172a!important;margin:16px 0 12px!important;display:flex!important;align-items:center!important}.order-data-grid{display:flex!important;flex-direction:column!important;gap:10px!important}.order-grid-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;padding:10px 14px!important;background-color:#f8fafc!important;border-radius:8px!important;gap:16px!important}.order-field-label{font-size:13px!important;font-weight:600!important;color:#475569!important;min-width:180px!important}.order-field-val{font-size:13px!important;color:#0f172a!important;flex:1!important;text-align:right!important;word-break:break-word!important}.order-val-text{font-weight:500!important}.order-bool-badge{font-size:12px!important;font-weight:700!important;padding:2px 8px!important;border-radius:4px!important}.order-bool-badge.yes{background-color:#d1fae5!important;color:#065f46!important}.order-bool-badge.no{background-color:#fee2e2!important;color:#991b1b!important}.order-file-thumb{position:relative!important;display:inline-block!important;width:54px!important;height:54px!important;border-radius:8px!important;overflow:hidden!important;border:1px solid #e2e8f0!important}.order-file-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.order-doc-badge{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:6px 12px!important;border-radius:6px!important;font-size:12px!important;font-weight:600!important;color:#3b82f6!important;background-color:#eff6ff!important;border:1px solid #bfdbfe!important;text-decoration:none!important;transition:all .2s ease!important}.order-doc-badge:hover{background-color:#dbeafe!important;color:#1d4ed8!important}.order-empty-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;padding:50px 24px!important;text-align:center!important}[data-theme=dark] .order-history-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=dark] .order-card-header{background-color:#1b1e24!important;border-bottom-color:#282c34!important}[data-theme=dark] .order-cat-icon-box{background-color:#252932!important;color:#818cf8!important}[data-theme=dark] .order-service-title{color:#f4f4f5!important}[data-theme=dark] .order-expand-btn{background-color:#252932!important;border-color:#3b404d!important;color:#f4f4f5!important}[data-theme=dark] .order-expand-btn:hover{background-color:#2e3340!important}[data-theme=dark] .order-meta-strip{background-color:#14161b!important;border-color:#282c34!important}[data-theme=dark] .meta-lbl{color:#a1a1aa!important}[data-theme=dark] .meta-val,[data-theme=dark] .order-section-subtitle{color:#f4f4f5!important}[data-theme=dark] .order-grid-row{background-color:#14161b!important}[data-theme=dark] .order-field-label{color:#a1a1aa!important}[data-theme=dark] .order-field-val{color:#f4f4f5!important}[data-theme=dark] .order-doc-badge{background-color:#1e293b!important;border-color:#334155!important;color:#60a5fa!important}[data-theme=dark] .order-empty-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=green] .order-history-card{background-color:#fff!important;border-color:#d1fae5!important}[data-theme=green] .order-card-header{border-bottom-color:#ecfdf5!important}[data-theme=green] .order-cat-icon-box{background-color:#ecfdf5!important;color:#047857!important}[data-theme=green] .order-service-title{color:#065f46!important}[data-theme=green] .order-meta-strip{background-color:#f0fdf4!important;border-color:#d1fae5!important}[data-theme=green] .meta-lbl{color:#047857!important}[data-theme=green] .meta-val,[data-theme=green] .order-section-subtitle{color:#065f46!important}[data-theme=green] .order-grid-row{background-color:#f0fdf4!important}[data-theme=green] .order-field-label{color:#047857!important}[data-theme=green] .order-field-val{color:#065f46!important}[data-theme=green] .order-doc-badge{background-color:#ecfdf5!important;border-color:#a7f3d0!important;color:#047857!important}@media(max-width:768px){.order-card-header{flex-direction:column!important;align-items:flex-start!important}.order-header-right{width:100%!important;justify-content:flex-end!important}.order-grid-row{flex-direction:column!important;align-items:flex-start!important;gap:4px!important}.order-field-val{text-align:left!important}}.gallery-portal-container{width:100%}.gallery-stats-pills{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}.gallery-stat-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;padding:10px 18px!important;background:#ffffff1f!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:12px!important;min-width:110px!important}.gallery-stat-item.highlight{background:#ffffff40!important;border-color:#fff6!important}.gallery-stat-item .stat-num{font-size:20px!important;font-weight:800!important;color:#fff!important;line-height:1.1!important}.gallery-stat-item .stat-lbl{font-size:11px!important;font-weight:600!important;color:#ffffffd9!important;text-transform:uppercase!important;letter-spacing:.3px!important}.gallery-tabs-bar{display:flex!important;align-items:center!important;gap:12px!important;flex-wrap:wrap!important}.gallery-tab-btn{display:inline-flex!important;align-items:center!important;padding:10px 20px!important;border-radius:10px!important;font-size:13.5px!important;font-weight:600!important;color:#475569!important;background-color:#fff!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 3px #0f172a0a!important;cursor:pointer!important;transition:all .2s ease!important}.gallery-tab-btn:hover{background-color:#f8fafc!important;color:#0f172a!important;border-color:#cbd5e1!important}.gallery-tab-btn.active{background:linear-gradient(135deg,#4f46e5,#4338ca)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 4px 14px #4f46e54d!important}.gallery-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important;gap:20px!important}.gallery-doc-card{background-color:#fff!important;border-radius:14px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 10px #0f172a08!important;overflow:hidden!important;transition:all .25s ease!important;display:flex!important;flex-direction:column!important}.gallery-doc-card:hover{transform:translateY(-4px)!important;box-shadow:0 10px 25px #0f172a14!important;border-color:#cbd5e1!important}.gallery-doc-preview{position:relative!important;height:170px!important;width:100%!important;background-color:#f1f5f9!important;overflow:hidden!important}.preview-img{width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .3s ease!important}.gallery-doc-card:hover .preview-img{transform:scale(1.05)!important}.preview-fallback{width:100%!important;height:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important}.preview-fallback.pdf{background:linear-gradient(135deg,#ef4444,#dc2626)!important;color:#fff!important}.preview-fallback.file{background:linear-gradient(135deg,#3b82f6,#2563eb)!important;color:#fff!important}.fallback-type-lbl{font-size:11px!important;font-weight:700!important;letter-spacing:.5px!important}.preview-overlay{position:absolute!important;inset:0!important;background:#0f172a8c!important;-webkit-backdrop-filter:blur(2px)!important;backdrop-filter:blur(2px)!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;transition:opacity .25s ease!important}.gallery-doc-card:hover .preview-overlay{opacity:1!important}.preview-action-btn{display:inline-flex!important;align-items:center!important;gap:6px!important;padding:8px 16px!important;background-color:#fff!important;color:#0f172a!important;font-size:12.5px!important;font-weight:700!important;border-radius:8px!important;text-decoration:none!important;box-shadow:0 4px 12px #0003!important;transition:transform .2s ease!important}.preview-action-btn:hover{transform:scale(1.05)!important;color:#4f46e5!important}.gallery-doc-info{padding:16px!important;display:flex!important;flex-direction:column!important;flex:1!important}.doc-title{font-size:14.5px!important;font-weight:700!important;color:#0f172a!important;margin:0!important}.doc-type-badge{font-size:10.5px!important;font-weight:700!important;padding:2px 7px!important;border-radius:4px!important;text-transform:uppercase!important;letter-spacing:.3px!important}.doc-type-badge.img{background-color:#eff6ff!important;color:#2563eb!important}.doc-type-badge.pdf{background-color:#fef2f2!important;color:#dc2626!important}.doc-type-badge.file{background-color:#f8fafc!important;color:#475569!important}.doc-partner-pill{font-size:11.5px!important;font-weight:600!important;color:#7c3aed!important;background-color:#f5f3ff!important;padding:3px 8px!important;border-radius:5px!important;display:inline-block!important}.doc-meta-grid{display:flex!important;flex-direction:column!important;gap:4px!important;padding:10px 12px!important;background-color:#f8fafc!important;border-radius:8px!important}.doc-meta-grid .meta-row{display:flex!important;justify-content:space-between!important;align-items:center!important;font-size:12px!important;gap:8px!important}.doc-meta-grid .lbl{color:#64748b!important;font-weight:500!important}.doc-meta-grid .val{color:#0f172a!important;font-weight:600!important}.gallery-view-btn{margin-top:auto!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;padding:9px 16px!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;color:#475569!important;font-size:12.5px!important;font-weight:600!important;border-radius:8px!important;text-decoration:none!important;transition:all .2s ease!important}.gallery-view-btn:hover{background-color:#f1f5f9!important;color:#0f172a!important;border-color:#cbd5e1!important}.gallery-empty-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;padding:50px 24px!important;text-align:center!important}[data-theme=dark] .gallery-tab-btn{background-color:#1b1e24!important;border-color:#282c34!important;color:#a1a1aa!important}[data-theme=dark] .gallery-tab-btn:hover{background-color:#252932!important;color:#f4f4f5!important}[data-theme=dark] .gallery-tab-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;box-shadow:0 4px 14px #6366f159!important}[data-theme=dark] .gallery-doc-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=dark] .doc-title{color:#f4f4f5!important}[data-theme=dark] .doc-meta-grid{background-color:#14161b!important}[data-theme=dark] .doc-meta-grid .lbl{color:#a1a1aa!important}[data-theme=dark] .doc-meta-grid .val{color:#f4f4f5!important}[data-theme=dark] .gallery-view-btn{background-color:#252932!important;border-color:#3b404d!important;color:#f4f4f5!important}[data-theme=dark] .gallery-view-btn:hover{background-color:#2e3340!important}[data-theme=dark] .gallery-empty-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=green] .gallery-tab-btn{background-color:#fff!important;border-color:#a7f3d0!important;color:#047857!important}[data-theme=green] .gallery-tab-btn:hover{background-color:#f0fdf4!important;color:#065f46!important}[data-theme=green] .gallery-tab-btn.active{background:linear-gradient(135deg,#059669,#047857)!important;color:#fff!important;box-shadow:0 4px 14px #05966959!important}[data-theme=green] .gallery-doc-card{background-color:#fff!important;border-color:#d1fae5!important}[data-theme=green] .doc-title{color:#065f46!important}[data-theme=green] .doc-meta-grid{background-color:#f0fdf4!important}[data-theme=green] .doc-meta-grid .lbl{color:#047857!important}[data-theme=green] .doc-meta-grid .val{color:#065f46!important}[data-theme=green] .gallery-view-btn{background-color:#f0fdf4!important;border-color:#a7f3d0!important;color:#047857!important}[data-theme=green] .gallery-view-btn:hover{background-color:#d1fae5!important;color:#065f46!important}@media(max-width:768px){.gallery-hero-card{flex-direction:column!important;align-items:flex-start!important}.gallery-stats-pills{width:100%!important;justify-content:flex-start!important}.gallery-grid{grid-template-columns:1fr!important}.gallery-tabs-bar{flex-direction:column!important}.gallery-tab-btn{width:100%!important;justify-content:center!important}}.profile-page-container{width:100%}.profile-author-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 12px #0f172a08!important;padding:24px 20px!important;text-align:center!important}.author-avatar-box{position:relative!important;width:96px!important;height:96px!important;margin:0 auto 14px!important}.author-avatar-img{width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important;border:3px solid #ffffff!important;box-shadow:0 4px 12px #0f172a1a!important}.avatar-edit-overlay{position:absolute!important;bottom:0!important;right:0!important;width:32px!important;height:32px!important;border-radius:50%!important;background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;box-shadow:0 2px 8px #6366f166!important;transition:transform .2s ease!important}.avatar-edit-overlay:hover{transform:scale(1.1)!important}.author-name{font-size:18px!important;font-weight:700!important;color:#0f172a!important;margin:0 0 2px!important}.author-email{font-size:13px!important;color:#64748b!important;display:block!important;margin-bottom:8px!important}.author-category-badge{display:inline-block!important;font-size:11px!important;font-weight:700!important;color:#6366f1!important;background-color:#e0e7ff!important;padding:3px 10px!important;border-radius:12px!important;letter-spacing:.2px!important}.author-details-grid{display:flex!important;flex-direction:column!important;gap:8px!important;text-align:left!important;padding:14px!important;background-color:#f8fafc!important;border-radius:10px!important;border:1px solid #f1f5f9!important}.author-detail-row{display:flex!important;justify-content:space-between!important;align-items:center!important;font-size:12.5px!important}.author-detail-row .lbl{color:#64748b!important;font-weight:500!important}.author-detail-row .val{color:#0f172a!important;font-weight:600!important}.profile-progress-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 12px #0f172a08!important;overflow:hidden!important}.progress-card-header{padding:14px 18px!important;background-color:#f8fafc!important;border-bottom:1px solid #f1f5f9!important}.progress-card-title{font-size:13.5px!important;font-weight:700!important;color:#0f172a!important}.progress-card-body{padding:16px 18px!important}.overall-progress-box{padding:12px 14px!important;background-color:#f8fafc!important;border-radius:10px!important;border:1px solid #f1f5f9!important}.overall-lbl{font-size:11.5px!important;color:#64748b!important;font-weight:500!important}.overall-status{font-size:13px!important;font-weight:700!important;color:#0f172a!important}.overall-val{font-size:22px!important;font-weight:800!important;line-height:1!important}.item-title{font-size:12.5px!important;font-weight:600!important;color:#334155!important}.item-percent{font-size:12px!important;font-weight:700!important}.progress-bar-track{height:7px!important;background-color:#e2e8f0!important;border-radius:4px!important;overflow:hidden!important}.progress-bar-fill{height:100%!important;border-radius:4px!important;transition:width .4s ease!important}.progress-checklist-box{display:flex!important;flex-direction:column!important;gap:4px!important;padding:8px 10px!important;background-color:#f8fafc!important;border-radius:6px!important}.progress-detail-row{display:flex!important;justify-content:space-between!important;align-items:center!important;font-size:11.5px!important}.progress-detail-row .lbl{color:#64748b!important}.progress-detail-row .val.completed{color:#10b981!important;font-weight:700!important}.progress-detail-row .val.pending{color:#ef4444!important;font-weight:700!important}.profile-tabs-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 12px #0f172a08!important;overflow:hidden!important}.profile-tabs-header{display:flex!important;align-items:center!important;gap:10px!important;padding:16px 20px!important;background-color:#fff!important;border-bottom:1px solid #f1f5f9!important;flex-wrap:wrap!important}.profile-tab-btn{display:inline-flex!important;align-items:center!important;padding:9px 18px!important;border-radius:8px!important;font-size:13px!important;font-weight:600!important;color:#64748b!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;cursor:pointer!important;transition:all .2s ease!important}.profile-tab-btn:hover{background-color:#f1f5f9!important;color:#0f172a!important}.profile-tab-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;border-color:transparent!important;box-shadow:0 4px 12px #6366f14d!important}.profile-tab-body{padding:20px 24px!important}.form-section-title{font-size:15px!important;font-weight:700!important;color:#0f172a!important;display:flex!important;align-items:center!important}.category-change-alert{padding:10px 14px!important;background-color:#fffbeb!important;border:1px solid #fde68a!important;border-radius:8px!important;color:#b45309!important;font-size:12.5px!important;display:flex!important;align-items:flex-start!important;gap:8px!important}[data-theme=dark] .profile-author-card,[data-theme=dark] .profile-progress-card,[data-theme=dark] .profile-tabs-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=dark] .author-name,[data-theme=dark] .progress-card-title,[data-theme=dark] .form-section-title,[data-theme=dark] .overall-status{color:#f4f4f5!important}[data-theme=dark] .author-email,[data-theme=dark] .author-detail-row .lbl,[data-theme=dark] .meta-lbl,[data-theme=dark] .item-title,[data-theme=dark] .progress-detail-row .lbl{color:#a1a1aa!important}[data-theme=dark] .author-detail-row .val,[data-theme=dark] .meta-val{color:#f4f4f5!important}[data-theme=dark] .author-details-grid,[data-theme=dark] .progress-card-header,[data-theme=dark] .overall-progress-box,[data-theme=dark] .progress-checklist-box{background-color:#14161b!important;border-color:#282c34!important}[data-theme=dark] .profile-tabs-header{background-color:#1b1e24!important;border-bottom-color:#282c34!important}[data-theme=dark] .profile-tab-btn{background-color:#252932!important;border-color:#3b404d!important;color:#a1a1aa!important}[data-theme=dark] .profile-tab-btn:hover{background-color:#2e3340!important;color:#f4f4f5!important}[data-theme=dark] .profile-tab-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5)!important;color:#fff!important;box-shadow:0 4px 14px #6366f159!important}[data-theme=dark] .category-change-alert{background-color:#291e10!important;border-color:#78350f!important;color:#fde68a!important}[data-theme=green] .profile-author-card,[data-theme=green] .profile-progress-card,[data-theme=green] .profile-tabs-card{background-color:#fff!important;border-color:#d1fae5!important}[data-theme=green] .author-name,[data-theme=green] .progress-card-title,[data-theme=green] .form-section-title,[data-theme=green] .overall-status{color:#065f46!important}[data-theme=green] .author-email,[data-theme=green] .author-detail-row .lbl,[data-theme=green] .meta-lbl,[data-theme=green] .item-title,[data-theme=green] .progress-detail-row .lbl{color:#047857!important}[data-theme=green] .author-detail-row .val,[data-theme=green] .meta-val{color:#065f46!important}[data-theme=green] .author-details-grid,[data-theme=green] .progress-card-header,[data-theme=green] .overall-progress-box,[data-theme=green] .progress-checklist-box{background-color:#f0fdf4!important;border-color:#d1fae5!important}[data-theme=green] .profile-tabs-header{border-bottom-color:#ecfdf5!important}[data-theme=green] .profile-tab-btn{background-color:#fff!important;border-color:#a7f3d0!important;color:#047857!important}[data-theme=green] .profile-tab-btn:hover{background-color:#f0fdf4!important;color:#065f46!important}[data-theme=green] .profile-tab-btn.active{background:linear-gradient(135deg,#059669,#047857)!important;color:#fff!important;box-shadow:0 4px 14px #05966959!important}[data-theme=green] .avatar-edit-overlay{background:linear-gradient(135deg,#059669,#047857)!important;box-shadow:0 2px 8px #05966966!important}@media(max-width:768px){.profile-tabs-header{flex-direction:column!important}.profile-tab-btn{width:100%!important;justify-content:center!important}.profile-tab-body{padding:16px!important}}.privacy-page-container,.help-page-container{width:100%}.privacy-card,.help-card{background-color:#fff!important;border-radius:16px!important;border:1px solid #e2e8f0!important;box-shadow:0 2px 12px #0f172a08!important;overflow:hidden!important}.privacy-card-body,.help-card-body{padding:24px!important}.policy-item-card{transition:all .25s ease!important;margin-bottom:24px!important;display:flex!important;flex-direction:column!important;height:calc(100% - 24px)!important}.policy-item-card:hover{transform:translateY(-3px)!important;box-shadow:0 10px 25px #0f172a14!important;border-color:#cbd5e1!important}.policy-index-badge{width:28px!important;height:28px!important;border-radius:8px!important;background:#4f46e51a!important;color:var(--primary)!important;font-size:12px!important;font-weight:700!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.policy-block-item{padding:16px!important;background-color:#f8fafc!important;border-radius:12px!important;border:1px solid #f1f5f9!important;height:100%!important}.policy-block-title{font-size:14.5px!important;font-weight:700!important;color:#0f172a!important;margin-bottom:8px!important}.policy-block-text{font-size:13px!important;color:#475569!important;line-height:1.6!important;margin-bottom:0!important}.privacy-contact-footer{border-top-color:#e2e8f0!important}.contact-title{font-size:15px!important;font-weight:700!important;color:#0f172a!important}.contact-sub{font-size:13px!important;color:#64748b!important}.contact-info-pill{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:8px 14px!important;background-color:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;font-size:12.5px!important;font-weight:600!important;color:#0f172a!important}.privacy-contact-pills{display:flex!important;flex-wrap:wrap!important;gap:16px!important;row-gap:16px!important;column-gap:16px!important}.help-action-card{background-color:#fff!important;border-radius:14px!important;border:1px solid #e2e8f0!important;padding:20px!important;box-shadow:0 2px 10px #0f172a08!important;transition:all .25s ease!important;cursor:pointer!important;height:100%!important;display:flex!important;flex-direction:column!important}.help-action-card:hover{transform:translateY(-4px)!important;box-shadow:0 10px 25px #0f172a14!important;border-color:#cbd5e1!important}.action-icon-box{width:48px!important;height:48px!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:14px!important}.action-icon-box.whatsapp{background-color:#d1fae5!important;color:#059669!important}.action-icon-box.email{background-color:#e0e7ff!important;color:#4f46e5!important}.action-icon-box.faq{background-color:#fef3c7!important;color:#d97706!important}.action-title{font-size:15.5px!important;font-weight:700!important;color:#0f172a!important;margin-bottom:6px!important}.action-desc{font-size:12.5px!important;color:#64748b!important;margin-bottom:14px!important;flex:1!important}.action-link-lbl{font-size:12.5px!important;font-weight:700!important;color:#6366f1!important}.help-card-header{padding:18px 24px!important;background-color:#fff!important;border-bottom:1px solid #f1f5f9!important}.help-card-title{font-size:15.5px!important;font-weight:700!important;color:#0f172a!important;margin:0!important}.help-card-sub{font-size:12.5px!important;color:#64748b!important;margin:2px 0 0!important}.faq-accordion-list{display:flex!important;flex-direction:column!important;gap:10px!important}.faq-accordion-item{border:1px solid #e2e8f0!important;border-radius:10px!important;overflow:hidden!important;transition:all .2s ease!important}.faq-accordion-item.open{border-color:#cbd5e1!important;box-shadow:0 2px 8px #0f172a0a!important}.faq-question-bar{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:14px 18px!important;background-color:#f8fafc!important;cursor:pointer!important;gap:12px!important}.faq-question-text{font-size:13.5px!important;font-weight:600!important;color:#0f172a!important}.faq-answer-body{padding:14px 18px!important;background-color:#fff!important;border-top:1px solid #f1f5f9!important;font-size:13px!important;color:#475569!important;line-height:1.6!important}.tip-box{display:flex!important;align-items:flex-start!important;gap:12px!important;padding:14px!important;background-color:#f8fafc!important;border-radius:10px!important;border:1px solid #f1f5f9!important;height:100%!important}.tip-icon{width:24px!important;height:24px!important;border-radius:50%!important;background-color:#d1fae5!important;color:#059669!important;font-size:12px!important;font-weight:800!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;margin-top:2px!important}.tip-title{font-size:13.5px!important;font-weight:700!important;color:#0f172a!important;margin-bottom:3px!important}.tip-desc{font-size:12.5px!important;color:#64748b!important;margin-bottom:0!important}[data-theme=dark] .privacy-card,[data-theme=dark] .policy-item-card,[data-theme=dark] .help-card,[data-theme=dark] .help-action-card{background-color:#1b1e24!important;border-color:#282c34!important}[data-theme=dark] .policy-item-card:hover{background-color:#222630!important;border-color:#3b404d!important;box-shadow:0 8px 24px #0000004d!important}[data-theme=dark] .policy-index-badge{background:#6366f133!important;color:#a5b4fc!important;border:1px solid rgba(99,102,241,.3)!important}[data-theme=dark] .policy-block-item,[data-theme=dark] .contact-info-pill,[data-theme=dark] .faq-question-bar,[data-theme=dark] .tip-box{background-color:#14161b!important;border-color:#282c34!important}[data-theme=dark] .faq-answer-body{background-color:#1b1e24!important;border-top-color:#282c34!important;color:#a1a1aa!important}[data-theme=dark] .policy-block-title,[data-theme=dark] .contact-title,[data-theme=dark] .action-title,[data-theme=dark] .help-card-title,[data-theme=dark] .faq-question-text,[data-theme=dark] .tip-title{color:#f4f4f5!important}[data-theme=dark] .policy-block-text,[data-theme=dark] .contact-sub,[data-theme=dark] .action-desc,[data-theme=dark] .help-card-sub,[data-theme=dark] .tip-desc{color:#a1a1aa!important}[data-theme=dark] .contact-info-pill{color:#f4f4f5!important}[data-theme=dark] .help-card-header{background-color:#1b1e24!important;border-bottom-color:#282c34!important}[data-theme=green] .privacy-card,[data-theme=green] .policy-item-card,[data-theme=green] .help-card,[data-theme=green] .help-action-card{background-color:#fff!important;border-color:#d1fae5!important}[data-theme=green] .policy-item-card:hover{border-color:#34d399!important;box-shadow:0 8px 24px #0596691f!important}[data-theme=green] .policy-index-badge{background:#d1fae5!important;color:#047857!important;border:1px solid #a7f3d0!important}[data-theme=green] .policy-block-item,[data-theme=green] .contact-info-pill,[data-theme=green] .faq-question-bar,[data-theme=green] .tip-box{background-color:#f0fdf4!important;border-color:#d1fae5!important}[data-theme=green] .faq-answer-body{background-color:#fff!important;border-top-color:#ecfdf5!important;color:#065f46!important}[data-theme=green] .policy-block-title,[data-theme=green] .contact-title,[data-theme=green] .action-title,[data-theme=green] .help-card-title,[data-theme=green] .faq-question-text,[data-theme=green] .tip-title{color:#065f46!important}[data-theme=green] .policy-block-text,[data-theme=green] .contact-sub,[data-theme=green] .action-desc,[data-theme=green] .help-card-sub,[data-theme=green] .tip-desc{color:#047857!important}[data-theme=green] .contact-info-pill{color:#065f46!important}[data-theme=green] .help-card-header{border-bottom-color:#ecfdf5!important}[data-theme=green] .action-link-lbl{color:#059669!important}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
