.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#f3f4f6}.auth-side{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:48px;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.14),transparent 40%),radial-gradient(circle at 85% 85%,rgba(14,165,233,.35),transparent 45%),linear-gradient(150deg,#172554,#1d4ed8 60%,#2563eb);color:#fff}.auth-side-logo{display:flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:900;letter-spacing:-.6px}.auth-side-logo span{color:#bfdbfe}.auth-side-copy h2{font-size:2.4rem;line-height:1.2;letter-spacing:-1px;max-width:420px;margin-bottom:16px}.auth-side-copy p{color:#dbeafe;max-width:400px;line-height:1.8}.auth-side-stats{display:flex;gap:40px}.auth-side-stats div{display:flex;flex-direction:column}.auth-side-stats strong{font-size:1.5rem}.auth-side-stats span{color:#bfdbfe;font-size:.78rem}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:40px 24px}.auth-form-box{width:100%;max-width:480px;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #E5E7EB;padding:40px}.auth-form-box h1{font-size:2rem;color:#111827;letter-spacing:-1px;margin-bottom:8px;font-weight:700}.auth-form-box>p{color:#6b7280;font-size:.95rem;margin-bottom:30px}.auth-error{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;background:#fef2f2;border:1px solid #FECACA;color:#dc2626;font-size:.85rem;margin-bottom:18px}.role-choice{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.role-card{padding:24px 16px;border:1.5px solid #E5E7EB;border-radius:12px;text-align:center;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:10px;background:#fff;cursor:pointer}.role-card:hover{border-color:#a5b4fc;background:#f9fafb}.role-card.active{border-color:#4f46e5;background:#eef2ff;box-shadow:0 0 0 3px #4f46e51a}.role-card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5}.role-card.active .role-card-icon{background:#4f46e5;color:#fff}.role-card strong{font-size:.95rem;color:#111827;font-weight:600}.role-card span{font-size:.75rem;color:#9ca3af}.form-field{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.form-field label{font-size:.85rem;font-weight:600;color:#374151}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.input-wrap{display:flex;align-items:center;gap:10px;border:1px solid #D1D5DB;border-radius:10px;padding:0 14px;height:48px;background-color:#fff;transition:all .2s ease}.input-wrap:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.input-wrap svg{color:#9ca3af;flex-shrink:0}.input-wrap input{border:none;outline:none;width:100%;font-size:.9rem;background:transparent;color:#111827}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 30px white inset!important;-webkit-text-fill-color:#111827!important}.input-wrap button{color:#9ca3af}.form-options{display:flex;align-items:center;justify-content:space-between;margin:4px 0 20px;font-size:.85rem}.form-options label{display:flex;align-items:center;gap:8px;color:#6b7280}.form-options a{color:#4f46e5;font-weight:600}.auth-submit{width:100%;height:50px;border-radius:10px;background:#4f46e5;color:#fff;font-size:.95rem;font-weight:700;box-shadow:0 10px 25px #4f46e540;display:flex;align-items:center;justify-content:center;gap:10px;transition:background .15s ease,transform .1s}.auth-submit:hover{background:#4338ca}.auth-submit:active{transform:scale(.98)}.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{display:flex;align-items:center;gap:12px;margin:24px 0;color:#9ca3af;font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.auth-switch{text-align:center;font-size:.9rem;color:#6b7280}.auth-switch a{color:#4f46e5;font-weight:600}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-side{display:none}.auth-form-box{padding:24px}}.auth-field-hint{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px;padding-left:2px}.auth-location-row{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.auth-location-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:10px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1.5px solid #c7d2fe;color:#4f46e5;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;flex:1;min-width:200px;justify-content:center}.auth-location-btn:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#4f46e5;color:#fff;transform:translateY(-1px);box-shadow:0 8px 20px #4f46e54d}.auth-location-btn:disabled{opacity:.6;cursor:not-allowed}.auth-location-clear{padding:10px 16px;border-radius:10px;background:#fff;border:1.5px solid #fecaca;color:#dc2626;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.auth-location-clear:hover:not(:disabled){background:#fef2f2;border-color:#dc2626}.auth-location-clear:disabled{opacity:.5;cursor:not-allowed}.auth-location-info{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:10px;margin-top:10px;color:#15803d}.auth-location-info svg{color:#16a34a;flex-shrink:0;margin-top:2px}.auth-location-info>div{flex:1;min-width:0}.auth-location-info strong{display:block;font-size:.8rem;font-weight:800;margin-bottom:3px}.auth-location-info span{display:block;font-size:.74rem;font-weight:600;font-family:Monaco,Menlo,monospace;word-break:break-word}.auth-location-info a{color:#0d9488;font-weight:800;text-decoration:none;margin-left:6px;font-family:inherit}.auth-location-info a:hover{text-decoration:underline}.auth-location-error{display:flex;align-items:flex-start;gap:8px;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-top:10px;color:#b91c1c;font-size:.78rem;font-weight:600;line-height:1.5}.auth-location-error svg{flex-shrink:0;margin-top:2px}.auth-spin{animation:auth-spin 1s linear infinite}@keyframes auth-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-generate-pass{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:6px 12px;background:#eef2ff;color:#4f46e5;border:1.5px solid #c7d2fe;border-radius:8px;font-size:.75rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s;width:-moz-fit-content;width:fit-content}.auth-generate-pass:hover:not(:disabled){background:#4f46e5;color:#fff;border-color:#4f46e5}.auth-generate-pass:disabled{opacity:.5;cursor:not-allowed}.auth-pass-meter{margin-top:10px;display:flex;flex-direction:column;gap:8px}.auth-pass-bar{height:4px;background:#e5e7eb;border-radius:999px;overflow:hidden}.auth-pass-bar-fill{height:100%;border-radius:999px;transition:all .3s ease}.auth-pass-reqs{display:flex;flex-wrap:wrap;gap:10px;font-size:.72rem;font-weight:700}.auth-pass-reqs span{color:#94a3b8;transition:color .15s}.auth-pass-reqs span.ok{color:#16a34a}.auth-pass-label{font-size:.72rem;font-weight:800;text-align:right}.auth-field-error{display:block;margin-top:6px;font-size:.72rem;color:#dc2626;font-weight:700}.perm-denied{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.perm-denied-card{max-width:460px;width:100%;text-align:center;padding:40px 32px;background:#fff;border:1px solid #eef1f6;border-radius:20px;box-shadow:0 12px 40px #0f172a14}.perm-denied-icon{width:88px;height:88px;border-radius:24px;background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;box-shadow:0 10px 24px #dc262626}.perm-denied-card h2{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 10px;letter-spacing:-.3px}.perm-denied-card p{font-size:.9rem;color:#64748b;margin:0 0 24px;line-height:1.6}.perm-denied-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.perm-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 20px;border-radius:11px;font-size:.85rem;font-weight:800;cursor:pointer;text-decoration:none;transition:all .15s;font-family:inherit;border:1.5px solid}.perm-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:#4f46e5;box-shadow:0 8px 20px #4f46e54d}.perm-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.perm-btn-ghost{background:#fff;color:#475569;border-color:#e2e8f0}.perm-btn-ghost:hover{background:#f1f5f9;border-color:#cbd5e1}@media(max-width:640px){.perm-denied-card{padding:32px 22px}.perm-denied-icon{width:72px;height:72px;border-radius:20px}.perm-denied-card h2{font-size:1.15rem}.perm-denied-actions{flex-direction:column}.perm-btn{width:100%;justify-content:center}}.dash-shell{--accent: #4f46e5;--accent-light: #eef2ff;--bg: #f8fafc;display:flex;min-height:100vh;background:var(--bg)}.dash-sidebar{width:260px;flex-shrink:0;background:#fff;border-right:1px solid #eef1f6;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;z-index:30}.dash-sidebar-close{display:none;margin-left:auto;width:34px;height:34px;border-radius:9px;border:none;background:#f1f5f9;color:#475569;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.dash-sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99;opacity:0;pointer-events:none;transition:opacity .25s ease}.dash-sidebar-overlay.show{opacity:1;pointer-events:auto}.dash-sidebar-brand,.dash-brand{display:flex;align-items:center;gap:10px;padding:20px;border-bottom:1px solid #eef1f6;flex-shrink:0}.dash-sidebar-brand-mark,.dash-brand-mark{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#818cf8);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;flex-shrink:0}.dash-sidebar-brand-text strong,.dash-brand>div>strong{display:block;font-size:.9rem;font-weight:900;color:#0f172a;letter-spacing:.4px}.dash-sidebar-brand-text span,.dash-brand>div>span{display:block;font-size:.6rem;font-weight:800;color:#94a3b8;letter-spacing:1px;margin-top:1px}.dash-sidebar-scroll,.dash-nav{flex:1;overflow-y:auto;padding:12px}.dash-nav-group{margin-bottom:18px}.dash-nav-group-label,.dash-nav-label{display:block;padding:0 10px;margin-bottom:8px;font-size:.66rem;font-weight:800;letter-spacing:1.1px;color:#b0b8c4;text-transform:uppercase}.dash-nav-link,.dash-nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:#55606f;font-size:.86rem;font-weight:600;margin-bottom:2px;text-decoration:none;transition:all .15s ease;cursor:pointer;border:none;background:transparent;width:100%;font-family:inherit;text-align:left}.dash-nav-link:hover,.dash-nav-item:hover{background:#f1f5f9;color:#0f172a}.dash-nav-link.active,.dash-nav-item.active{background:var(--accent);color:#fff;box-shadow:0 8px 18px #4f46e547}.dash-nav-item.disabled{opacity:.5;cursor:not-allowed}.dash-nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent-light);color:var(--accent);font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center}.dash-nav-link.active .dash-nav-badge,.dash-nav-item.active .dash-nav-badge{background:#ffffff40;color:#fff}.dash-sidebar-footer{padding:15px;border-top:1px solid #eef1f6;flex-shrink:0}.dash-promo-card{border-radius:16px;padding:16px;background:linear-gradient(160deg,#4f46e5,#818cf8);color:#fff}.dash-promo-card h4{font-size:.9rem;margin-bottom:6px}.dash-promo-card p{font-size:.75rem;color:#ffffffe6;line-height:1.5;margin-bottom:12px}.dash-promo-btn{width:100%;padding:10px;border-radius:8px;background:#fff3;color:#fff;font-size:.8rem;font-weight:700;border:none;cursor:pointer}.dash-main{flex:1;min-width:0;display:flex;flex-direction:column}.dash-header{height:76px;flex-shrink:0;position:sticky;top:0;z-index:20;background:#fffffff2;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid #eef1f6;display:flex;align-items:center;gap:16px;padding:0 24px}.dash-menu-btn{display:none;width:40px;height:40px;border-radius:10px;border:none;background:transparent;color:#475569;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;flex-shrink:0}.dash-menu-btn:hover{background:#f1f5f9;color:#0f172a}.dash-search,.dash-search-wrap{flex:1;max-width:480px;height:42px;display:flex;align-items:center;gap:10px;padding:0 14px;border-radius:10px;background:#f1f5f9;color:#94a3b8;position:relative;transition:all .15s ease}.dash-search-wrap:focus-within{background:#fff;box-shadow:0 0 0 3px #4f46e51a}.dash-search input,.dash-search-input{border:none;outline:none;background:transparent;width:100%;font-size:.85rem;color:#0f172a;font-family:inherit}.dash-search input::-moz-placeholder,.dash-search-input::-moz-placeholder{color:#94a3b8}.dash-search input::placeholder,.dash-search-input::placeholder{color:#94a3b8}.dash-search kbd{font-size:.65rem;font-weight:700;color:#64748b;background:#fff;border:1px solid #e2e8f0;padding:2px 6px;border-radius:5px}.dash-search-clear{width:24px;height:24px;border-radius:6px;border:none;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.dash-search-clear:hover{background:#cbd5e1;color:#0f172a}.dash-search-btn{width:32px;height:32px;border-radius:8px;border:none;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s ease}.dash-search-btn:hover{background:#4338ca}.dash-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #eef1f6;border-radius:12px;box-shadow:0 20px 50px #0f172a26;padding:6px;max-height:360px;overflow-y:auto;z-index:100}.dash-search-result{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:8px;text-decoration:none;transition:all .15s ease}.dash-search-result:hover{background:#f8fafc}.dash-search-result-icon{width:34px;height:34px;border-radius:9px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-search-result-text strong{display:block;font-size:.85rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-search-result-text span{display:block;font-size:.72rem;color:#94a3b8;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-header-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.dash-icon-btn{position:relative;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#55606f;border:none;background:transparent;cursor:pointer;transition:all .15s ease}.dash-icon-btn:hover{background:#f1f5f9;color:#0f172a}.dash-icon-badge{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:.6rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.dash-user{display:flex;align-items:center;gap:10px;padding-left:10px;border-left:1px solid #eef1f6}.dash-user-avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-light);color:var(--accent);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;flex-shrink:0}.dash-user-info strong{font-size:.85rem;color:#0f172a;display:block}.dash-user-info span{font-size:.7rem;color:#94a3b8}.dash-content{flex:1;padding:24px;max-width:1400px;width:100%;margin:0 auto}.dash-page-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:24px}.dash-page-header h1{font-size:1.6rem;font-weight:800;color:#0f172a;margin-bottom:4px}.dash-page-header p{font-size:.85rem;color:#64748b;margin:0}.dash-grid{display:grid;gap:18px}.g-2{grid-template-columns:repeat(2,1fr)}.g-3{grid-template-columns:repeat(3,1fr)}.g-4{grid-template-columns:repeat(4,1fr)}.g-5{grid-template-columns:repeat(5,1fr)}.g-6{grid-template-columns:repeat(6,1fr)}.dash-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:20px}.dash-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dash-card-head h3{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.dash-link{font-size:.75rem;font-weight:700;color:var(--accent);text-decoration:none}.stat-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:20px}.stat-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.stat-label{font-size:.8rem;color:#64748b;font-weight:600}.stat-value{font-size:1.6rem;font-weight:900;color:#0f172a;margin-top:4px}.stat-delta{font-size:.75rem;font-weight:700;margin-top:6px;display:flex;align-items:center;gap:4px}.stat-delta.up{color:#16a34a}.stat-delta.down{color:#ef4444}.dash-list{display:flex;flex-direction:column}.dash-list-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.dash-list-item:last-child{border-bottom:none}.list-avatar{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.75rem;flex-shrink:0}.list-main{flex:1;min-width:0}.list-main strong{font-size:.85rem;color:#0f172a;display:block}.list-main span{font-size:.75rem;color:#94a3b8;display:block;margin-top:2px}.list-meta{font-size:.75rem;color:#94a3b8}.badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:700}.badge-green{background:#ecfdf5;color:#16a34a}.badge-blue{background:#eff6ff;color:#2563eb}.badge-orange{background:#fff7ed;color:#ea580c}.badge-red{background:#fef2f2;color:#ef4444}.profile-progress-chip{display:flex;align-items:center;gap:14px;padding:12px 18px;border-radius:12px;border:1px solid #eef1f6;background:#fff;font-size:.8rem;font-weight:700;color:#334155;text-decoration:none}.stepper-progress{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:24px;margin-bottom:20px}.stepper{display:flex;align-items:flex-start;justify-content:space-between;position:relative;margin-top:20px;min-width:760px}.stepper-step{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;z-index:2}.stepper-dot{width:32px;height:32px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem}.stepper-dot.done{background:#22c55e;color:#fff}.stepper-dot.current{background:var(--accent);color:#fff;box-shadow:0 0 0 5px #eef2ff}.stepper-label{margin-top:8px;text-align:center}.stepper-label strong{font-size:.7rem;color:#0f172a;display:block}.stepper-label span{font-size:.6rem;color:#94a3b8}.consultant-mini{display:flex;gap:14px;align-items:center;margin-bottom:16px}.consultant-mini-avatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem}.consultant-mini strong{display:block;font-size:.92rem;color:#0f172a}.consultant-mini>div>span{display:block;font-size:.76rem;color:#94a3b8;margin:2px 0}.consultant-mini-flags{font-size:.78rem;color:#64748b}.consultant-mini-meeting{padding:12px 14px;border-radius:12px;background:#f7f8fc}.consultant-mini-meeting .muted{display:block;font-size:.7rem;color:#94a3b8}.consultant-mini-meeting strong{display:block;font-size:.86rem;color:#0f172a;margin:3px 0}.quick-actions-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.quick-action{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 10px;border-radius:14px;border:1px solid #eef1f6;background:#fff;font-size:.78rem;font-weight:700;color:#334155;text-decoration:none;text-align:center}.quick-action:hover{border-color:var(--accent);background:var(--accent-light)}.dash-empty,.dash-loading{padding:40px 20px;text-align:center;color:#94a3b8;font-size:.85rem}@media(max-width:1200px){.g-4,.g-5,.g-6,.quick-actions-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:992px){.g-3,.g-4,.g-5,.g-6{grid-template-columns:repeat(2,1fr)}.dash-sidebar{position:fixed;top:0;left:0;height:100vh;z-index:100;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:none;overflow-y:auto}.dash-sidebar.open{transform:translate(0);box-shadow:0 0 60px #0f172a40}.dash-sidebar-close,.dash-menu-btn{display:flex}.dash-search,.dash-search-wrap{max-width:none}.dash-header{gap:10px;padding:0 14px}}@media(max-width:768px){.dash-content{padding:16px}.dash-header{padding:0 12px;height:64px;gap:8px}.dash-user-info{display:none}.g-2,.g-3,.g-4,.g-5,.g-6{grid-template-columns:1fr}.quick-actions-grid{grid-template-columns:repeat(2,1fr)}.stepper-progress{overflow-x:auto}.stepper{min-width:600px}.dash-search,.dash-search-wrap{display:none}}@media(max-width:480px){.dash-page-header h1{font-size:1.3rem}.quick-actions-grid{grid-template-columns:1fr}.profile-progress-chip{width:100%;justify-content:space-between}.dash-content{padding:12px}.dash-header{height:58px;padding:0 10px}}input.dash-search,textarea.dash-search,select.dash-search{display:block!important;flex:none!important;width:100%!important;max-width:100%!important;height:46px!important;padding:0 14px!important;border:1.5px solid #e2e8f0!important;border-radius:10px!important;background:#fff!important;color:#0f172a!important;font-family:inherit!important;font-size:.88rem!important;font-weight:500!important;outline:none!important;box-shadow:none!important;position:static!important;transition:border-color .15s,box-shadow .15s!important}textarea.dash-search{height:auto!important;min-height:90px!important;padding:12px 14px!important;resize:vertical!important;line-height:1.55!important}select.dash-search{padding-right:36px!important;cursor:pointer!important;-moz-appearance:none!important;appearance:none!important;-webkit-appearance:none!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 12px center!important}input.dash-search:focus,textarea.dash-search:focus,select.dash-search:focus{border-color:#4f46e5!important;box-shadow:0 0 0 3px #4f46e514!important;background:#fff!important}input.dash-search::-moz-placeholder,textarea.dash-search::-moz-placeholder{color:#94a3b8!important}input.dash-search::placeholder,textarea.dash-search::placeholder{color:#94a3b8!important}input.dash-search[type=number]::-webkit-outer-spin-button,input.dash-search[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input.dash-search[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.nbell{position:relative}.nbell-btn{position:relative;width:44px;height:44px;border-radius:12px;background:#fff;border:1px solid #eef1f6;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.nbell-btn:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5;transform:translateY(-1px)}.nbell-btn.active{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.nbell-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 3px 8px #ef444466;animation:nbell-pulse 2s infinite}@keyframes nbell-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.nbell-dropdown{position:absolute;top:calc(100% + 10px);right:0;width:380px;max-width:calc(100vw - 32px);background:#fff;border:1px solid #eef1f6;border-radius:16px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;z-index:200;animation:nbell-slide .18s ease}@keyframes nbell-slide{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.nbell-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.nbell-head-left{display:flex;align-items:center;gap:8px;color:#4f46e5}.nbell-head-left strong{font-size:.9rem;color:#0f172a;font-weight:800}.nbell-head-count{padding:2px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.65rem;font-weight:900}.nbell-head-actions{display:flex;gap:4px}.nbell-mark-all,.nbell-close{width:30px;height:30px;border-radius:8px;background:transparent;border:none;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.nbell-mark-all:hover{background:#ecfdf5;color:#16a34a}.nbell-close:hover{background:#f1f5f9;color:#0f172a}.nbell-perm-banner{display:flex;align-items:center;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border-bottom:1px solid #fde68a;color:#78350f}.nbell-perm-banner svg{color:#d97706;flex-shrink:0}.nbell-perm-banner strong{display:block;font-size:.78rem;font-weight:800}.nbell-perm-banner p{font-size:.72rem;color:#92400e;margin:2px 0 0}.nbell-perm-banner button{padding:6px 12px;border-radius:8px;background:#d97706;color:#fff;border:none;font-size:.72rem;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}.nbell-perm-banner button:hover{background:#b45309}.nbell-perm-banner.denied{background:linear-gradient(135deg,#fee2e2,#fecaca);border-bottom-color:#fca5a5;color:#991b1b}.nbell-perm-banner.denied svg{color:#dc2626}.nbell-perm-banner.denied p{color:#b91c1c}.nbell-list{max-height:420px;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px}.nbell-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;color:#cbd5e1;text-align:center}.nbell-empty p{font-size:.82rem;color:#94a3b8;margin:0}.nbell-item{display:flex;align-items:flex-start;gap:11px;padding:12px;border-radius:10px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s;font-family:inherit;position:relative;width:100%}.nbell-item:hover{background:#f8fafc}.nbell-item.unread{background:#f8faff}.nbell-item.unread:hover{background:#eef2ff}.nbell-item-icon{width:34px;height:34px;min-width:34px;border-radius:9px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nbell-item-body{flex:1;min-width:0}.nbell-item-body strong{display:block;font-size:.82rem;color:#0f172a;font-weight:800;line-height:1.35;margin-bottom:2px}.nbell-item-body p{font-size:.75rem;color:#64748b;line-height:1.45;margin:0 0 4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.nbell-item-body span{font-size:.68rem;color:#94a3b8;font-weight:600}.nbell-item-dot{width:8px;height:8px;border-radius:50%;background:#4f46e5;flex-shrink:0;margin-top:6px;box-shadow:0 0 0 3px #4f46e526}.nbell-foot{padding:10px 16px;text-align:center;font-size:.72rem;color:#94a3b8;font-weight:600;border-top:1px solid #eef1f6;background:#f8fafc}@media(max-width:480px){.nbell-dropdown{width:calc(100vw - 32px);right:-8px}}.mdrop{position:relative}.mdrop-btn{position:relative;width:44px;height:44px;border-radius:12px;background:#fff;border:1px solid #eef1f6;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.mdrop-btn:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5}.mdrop-btn.active{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.mdrop-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:900;display:flex;align-items:center;justify-content:center;border:2px solid #fff;box-shadow:0 3px 8px #ef444466}.mdrop-panel{position:absolute;top:calc(100% + 10px);right:0;width:400px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 100px);background:#fff;border:1px solid #eef1f6;border-radius:16px;box-shadow:0 24px 60px #0f172a2e;display:flex;flex-direction:column;overflow:hidden;z-index:200;animation:mdropSlide .18s ease}@keyframes mdropSlide{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.mdrop-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 16px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.mdrop-head-left{display:flex;align-items:center;gap:8px;color:#4f46e5}.mdrop-head-left strong{font-size:.9rem;color:#0f172a;font-weight:800}.mdrop-head-count{padding:2px 8px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.65rem;font-weight:900}.mdrop-head-actions{display:flex;gap:4px}.mdrop-icon-btn{width:30px;height:30px;border-radius:8px;background:transparent;border:none;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.mdrop-icon-btn:hover{background:#f1f5f9;color:#0f172a}.mdrop-back{background:transparent;border:none;color:#4f46e5;font-size:.8rem;font-weight:800;cursor:pointer;padding:4px 8px;border-radius:6px}.mdrop-back:hover{background:#eef2ff}.mdrop-chat-title{flex:1;font-size:.88rem;color:#0f172a;font-weight:800;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdrop-search{display:flex;align-items:center;gap:8px;padding:0 14px;margin:12px 14px;height:38px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px;color:#94a3b8}.mdrop-search input{flex:1;border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;font-family:inherit}.mdrop-list{flex:1;overflow-y:auto;padding:6px;display:flex;flex-direction:column;gap:2px}.mdrop-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;color:#cbd5e1;text-align:center}.mdrop-empty p{font-size:.82rem;color:#94a3b8;margin:0}.mdrop-item{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s;font-family:inherit;width:100%}.mdrop-item:hover{background:#f8fafc}.mdrop-item.unread{background:#f8faff}.mdrop-item.unread:hover{background:#eef2ff}.mdrop-avatar{width:38px;height:38px;min-width:38px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.mdrop-item-body{flex:1;min-width:0}.mdrop-item-body strong{display:block;font-size:.84rem;font-weight:800;color:#0f172a;margin-bottom:2px}.mdrop-item-body span{display:block;font-size:.75rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mdrop-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.mdrop-time{font-size:.68rem;color:#94a3b8;font-weight:600}.mdrop-dot{width:8px;height:8px;border-radius:50%;background:#4f46e5;box-shadow:0 0 0 3px #4f46e526}.mdrop-chat{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:8px;background:#f8fafc}.mdrop-msg{max-width:75%;display:flex;flex-direction:column;gap:3px}.mdrop-msg.mine{align-self:flex-end;align-items:flex-end}.mdrop-msg.other{align-self:flex-start}.mdrop-msg p{padding:9px 13px;border-radius:12px;font-size:.82rem;line-height:1.45;margin:0;word-break:break-word}.mdrop-msg.mine p{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-bottom-right-radius:3px}.mdrop-msg.other p{background:#fff;color:#0f172a;border:1px solid #e2e8f0;border-bottom-left-radius:3px}.mdrop-msg span{font-size:.65rem;color:#94a3b8;padding:0 6px}.mdrop-input-row{display:flex;gap:8px;padding:12px;background:#fff;border-top:1px solid #eef1f6}.mdrop-input-row input{flex:1;height:40px;padding:0 14px;border:1px solid #e2e8f0;border-radius:10px;outline:none;font-size:.82rem;color:#0f172a;font-family:inherit;transition:border-color .15s}.mdrop-input-row input:focus{border-color:#4f46e5}.mdrop-input-row button{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.mdrop-input-row button:hover{transform:scale(1.05)}@media(max-width:480px){.mdrop-panel{width:calc(100vw - 32px);right:-8px}}.umd{position:relative}.umd-trigger{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;border-radius:12px;background:#fff;border:1px solid #eef1f6;cursor:pointer;transition:all .15s;font-family:inherit}.umd-trigger:hover,.umd-trigger.active{background:#f8fafc;border-color:#c7d2fe}.umd-avatar{width:36px;height:36px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.82rem;flex-shrink:0}.umd-info{display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-width:0}.umd-info strong{font-size:.82rem;font-weight:800;color:#0f172a;line-height:1.2;white-space:nowrap}.umd-info span{font-size:.7rem;color:#94a3b8;margin-top:2px}.umd-arrow{color:#94a3b8;transition:transform .15s;flex-shrink:0}.umd-arrow.open{transform:rotate(90deg)}.umd-panel{position:absolute;top:calc(100% + 10px);right:0;width:280px;background:#fff;border:1px solid #eef1f6;border-radius:14px;box-shadow:0 24px 60px #0f172a2e;overflow:hidden;z-index:200;animation:umdSlide .18s ease}@keyframes umdSlide{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.umd-panel-head{display:flex;align-items:center;gap:12px;padding:16px;background:linear-gradient(135deg,#f8faff,#fff);border-bottom:1px solid #eef1f6}.umd-panel-avatar{width:44px;height:44px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.95rem;flex-shrink:0}.umd-panel-head>div:last-child{min-width:0;flex:1}.umd-panel-head strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.umd-panel-head span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.umd-menu{padding:6px;display:flex;flex-direction:column;gap:2px}.umd-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:9px;background:transparent;border:none;color:#334155;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.umd-item:hover{background:#f1f5f9;color:#0f172a}.umd-item>svg:first-child{color:#64748b;flex-shrink:0}.umd-item>span:first-of-type{flex:1}.umd-item-value{font-size:.72rem;font-weight:600;color:#94a3b8}.umd-submenu-arrow{transition:transform .15s}.umd-submenu-arrow.open{transform:rotate(90deg)}.umd-divider{height:1px;background:#eef1f6;margin:4px 8px}.umd-lang-wrap{position:relative}.umd-lang-submenu{position:absolute;top:100%;left:8px;right:8px;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 12px 30px #0f172a26;padding:5px;z-index:10;display:flex;flex-direction:column;gap:2px}.umd-lang-item{display:flex;align-items:center;gap:9px;padding:8px 10px;border-radius:7px;background:transparent;border:none;cursor:pointer;font-family:inherit;font-size:.8rem;color:#334155;font-weight:600;transition:all .15s;text-align:left}.umd-lang-item:hover{background:#f1f5f9}.umd-lang-item.active{background:#eef2ff;color:#4f46e5;font-weight:800}.umd-lang-flag{font-size:1rem;line-height:1}.umd-lang-label{flex:1}.umd-lang-check{color:#4f46e5}.umd-footer{padding:6px;border-top:1px solid #eef1f6;background:#f8fafc}.umd-logout{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:9px;background:transparent;border:none;color:#dc2626;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;width:100%;text-align:left}.umd-logout:hover{background:#fef2f2}.umd-logout>svg{flex-shrink:0}@media(max-width:640px){.umd-info{display:none}.umd-trigger{padding:6px}.umd-arrow{display:none}}.dash-shell{display:flex;min-height:100vh;background:#f8fafc}.dash-main{flex:1;min-width:0;display:flex;flex-direction:column;margin-left:0;transition:margin-left .28s ease}@media(min-width:900px){.dash-main{margin-left:260px!important}}.dash-content{flex:1;padding:20px 24px;min-width:0}.dash-sidebar{position:fixed!important;top:0!important;left:0!important;bottom:0!important;width:260px!important;height:100vh!important;height:100dvh!important;background:#fff!important;border-right:1px solid #eef1f6!important;display:flex!important;flex-direction:column!important;z-index:1000!important;transform:translate(-100%)!important;transition:transform .28s cubic-bezier(.4,0,.2,1)!important;overflow:hidden!important}.dash-sidebar.open{transform:translate(0)!important;box-shadow:8px 0 32px #0f172a26!important}@media(min-width:900px){.dash-sidebar{transform:translate(0)!important;box-shadow:none!important}}.dash-sidebar-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0f172a8c!important;backdrop-filter:blur(3px)!important;-webkit-backdrop-filter:blur(3px)!important;z-index:999!important;opacity:0!important;visibility:hidden!important;transition:opacity .25s,visibility .25s!important}.dash-sidebar-overlay.show{opacity:1!important;visibility:visible!important}@media(min-width:900px){.dash-sidebar-overlay{display:none!important}}.dash-brand{display:flex;align-items:center;gap:12px;padding:18px 16px;border-bottom:1px solid #f1f5f9;flex-shrink:0}.dash-brand-mark{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.dash-brand-text{flex:1;min-width:0}.dash-brand-text strong{display:block;font-size:.88rem;font-weight:900;color:#0f172a;letter-spacing:.4px;line-height:1.2}.dash-brand-text span{display:block;font-size:.62rem;color:#94a3b8;font-weight:700;letter-spacing:.5px;margin-top:2px}.dash-sidebar-close{width:32px;height:32px;min-width:32px;border-radius:8px;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.dash-sidebar-close:hover{background:#e2e8f0;color:#0f172a}@media(min-width:900px){.dash-sidebar-close{display:none!important}}.dash-nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:12px 10px;display:flex;flex-direction:column;gap:2px}.dash-nav::-webkit-scrollbar{width:6px}.dash-nav::-webkit-scrollbar-track{background:transparent}.dash-nav::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:999px}.dash-nav::-webkit-scrollbar-thumb:hover{background:#cbd5e1}.dash-nav-group{display:flex;flex-direction:column;gap:2px;margin-bottom:8px}.dash-nav-label{padding:10px 12px 4px;font-size:.65rem;font-weight:800;color:#94a3b8;letter-spacing:.8px;text-transform:uppercase}.dash-nav-item{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:10px;color:#475569;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .15s;min-height:42px;position:relative}.dash-nav-item:hover{background:#f8faff;color:#4f46e5}.dash-nav-item.active{background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;font-weight:800}.dash-nav-item.active:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:3px;border-radius:0 3px 3px 0;background:#4f46e5}.dash-nav-item.disabled{opacity:.45;cursor:not-allowed}.dash-nav-icon{width:20px;min-width:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-nav-text{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-nav-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:.65rem;font-weight:900}.dash-sidebar-footer{padding:14px 12px;border-top:1px solid #f1f5f9;flex-shrink:0;background:#fff}.dash-header{display:flex;align-items:center;gap:12px;padding:12px 20px;background:#fff;border-bottom:1px solid #eef1f6;position:sticky;top:0;z-index:900;overflow:visible!important;height:68px}.dash-menu-btn{width:42px;height:42px;min-width:42px;border-radius:11px;background:#f8fafc;border:1.5px solid #eef1f6;color:#475569;cursor:pointer;display:none;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.dash-menu-btn:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.dash-menu-btn:active{transform:scale(.95)}@media(max-width:899px){.dash-menu-btn{display:flex!important}}@media(min-width:900px){.dash-menu-btn{display:none!important}}.dash-search-wrap{flex:1;min-width:0;position:relative;max-width:520px;display:flex;align-items:center;gap:10px;height:42px;padding:0 12px 0 14px;background:#f8fafc;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.dash-search-wrap:focus-within{border-color:#c7d2fe;background:#fff;box-shadow:0 0 0 3px #4f46e514}.dash-search-icon{flex-shrink:0}.dash-search-input{flex:1;min-width:0;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.dash-search-input::-moz-placeholder{color:#94a3b8}.dash-search-input::placeholder{color:#94a3b8}.dash-search-clear,.dash-search-btn{width:26px;height:26px;border-radius:7px;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-search-clear:hover{background:#f1f5f9;color:#475569}.dash-search-btn:hover{background:#eef2ff;color:#4f46e5}.dash-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid #eef1f6;border-radius:14px;box-shadow:0 16px 40px #0f172a1f;z-index:1200;max-height:400px;overflow-y:auto;padding:6px}.dash-search-empty{padding:20px;text-align:center;font-size:.82rem;color:#94a3b8}.dash-search-result{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;text-decoration:none;color:inherit;transition:background .15s}.dash-search-result:hover{background:#f8faff}.dash-search-result-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dash-search-result-text{flex:1;min-width:0}.dash-search-result-text strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-search-result-text span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-shrink:0;overflow:visible!important}.dash-header-actions>*{position:relative}.dash-header-actions>*:focus-within,.dash-header-actions>*:hover{z-index:1300}.notif-dropdown,.msg-dropdown,.user-menu-dropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:1300!important;background:#fff;border:1px solid #eef1f6;border-radius:16px;box-shadow:0 20px 50px #0f172a2e;width:360px;max-width:calc(100vw - 24px);max-height:480px;overflow:hidden}@media(max-width:899px){.dash-header{padding:10px 12px;gap:8px;height:60px}.dash-search-wrap{max-width:none;height:40px;padding:0 10px}.dash-search-input::-moz-placeholder{font-size:.78rem}.dash-search-input::placeholder{font-size:.78rem}.dash-menu-btn{width:40px!important;height:40px!important;min-width:40px!important}.dash-header-actions{gap:4px}.notif-dropdown,.msg-dropdown,.user-menu-dropdown,.notification-dropdown,.notification-panel,.messages-dropdown,.messages-panel,.user-dropdown,.user-menu-panel,.dash-header-actions [class*=-dropdown],.dash-header-actions [class*=-panel],.dash-header-actions [class*=-popover],.dash-header-actions [class*=Dropdown],.dash-header-actions [class*=Panel],.dash-header-actions [class*=Popover]{position:fixed!important;top:68px!important;left:10px!important;right:10px!important;bottom:auto!important;width:auto!important;min-width:0!important;max-width:none!important;max-height:calc(100vh - 88px)!important;transform:none!important;margin:0!important;border-radius:16px!important;box-shadow:0 20px 50px #0f172a38!important;z-index:2000!important;overflow:hidden!important;font-size:.85rem}.notif-dropdown>*,.msg-dropdown>*,.user-menu-dropdown>*,.notification-dropdown>*,.notification-panel>*,.messages-dropdown>*,.messages-panel>*,.user-dropdown>*,.user-menu-panel>*{max-width:100%!important}.user-menu-dropdown [class*=head],.user-menu-dropdown [class*=header],.user-menu-dropdown [class*=top],.user-dropdown [class*=head],.user-dropdown [class*=header],.user-dropdown [class*=top]{padding:16px 18px!important}.user-menu-dropdown [class*=avatar],.user-dropdown [class*=avatar]{max-width:56px!important;max-height:56px!important}.user-menu-dropdown a,.user-menu-dropdown button,.user-dropdown a,.user-dropdown button{padding:12px 16px!important;font-size:.85rem!important}.notif-dropdown [class*=item],.msg-dropdown [class*=item],.notification-dropdown [class*=item],.messages-dropdown [class*=item]{padding:12px 14px!important}}@media(max-width:480px){.dash-header{padding:8px 10px;gap:6px;height:56px}.dash-search-wrap{height:38px}.dash-menu-btn{width:38px!important;height:38px!important;min-width:38px!important}.notif-dropdown,.msg-dropdown,.user-menu-dropdown,.notification-dropdown,.notification-panel,.messages-dropdown,.messages-panel,.user-dropdown,.user-menu-panel,.dash-header-actions [class*=-dropdown],.dash-header-actions [class*=-panel],.dash-header-actions [class*=-popover]{top:64px!important;left:8px!important;right:8px!important;max-height:calc(100vh - 80px)!important}}.site-layout{min-height:100vh;display:flex;flex-direction:column;background:#fff}.site-main{flex:1}.th-header{position:sticky;top:0;z-index:900;width:100%;background:#fffffffa;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);border-bottom:1px solid #eef2f7;box-shadow:0 1px 3px #0f172a0a}.th-header-inner{max-width:1400px;margin:0 auto;padding:12px 24px;display:flex;align-items:center;gap:16px}.th-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit;flex-shrink:0}.th-logo-icon{width:40px;height:40px;border-radius:11px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.05rem;box-shadow:0 4px 12px #2563eb4d}.th-logo-text{font-size:1.15rem;font-weight:900;letter-spacing:-.5px;color:#0f172a}.th-logo-text span{color:#2563eb}.th-nav{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;margin:0 16px}.th-nav-link{padding:8px 14px;border-radius:9px;font-size:.86rem;font-weight:700;color:#475569;text-decoration:none;transition:all .15s;white-space:nowrap}.th-nav-link:hover,.th-nav-link.active{background:#eff6ff;color:#2563eb}.th-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.th-login{padding:9px 16px;border-radius:9px;font-size:.82rem;font-weight:800;color:#334155;text-decoration:none;transition:all .15s;white-space:nowrap}.th-login:hover{background:#f1f5f9;color:#2563eb}.th-register{display:inline-flex;align-items:center;gap:6px;padding:9px 18px;border-radius:9px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:.82rem;font-weight:800;text-decoration:none;box-shadow:0 4px 14px #2563eb47;transition:all .18s;white-space:nowrap}.th-register:hover{transform:translateY(-1px);box-shadow:0 8px 22px #2563eb61}.th-register-short{display:none}.th-burger{display:flex;width:42px;height:42px;border-radius:11px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#1e293b;font-size:1.05rem;cursor:pointer;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0;margin-left:4px}.th-burger:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.th-burger:active{transform:scale(.95)}.th-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end;animation:overlayIn .2s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.th-drawer{width:min(340px,88vw);height:100vh;height:100dvh;background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 60px #0f172a33;animation:drawerSlide .28s cubic-bezier(.32,.72,0,1);overflow-y:auto}@keyframes drawerSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.th-drawer-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #eef2f7;flex-shrink:0}.th-drawer-close{width:38px;height:38px;border-radius:10px;background:#f1f5f9;border:none;color:#475569;font-size:1.05rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.th-drawer-close:hover{background:#fee2e2;color:#dc2626}.th-drawer-lang{padding:16px 20px;border-bottom:1px solid #eef2f7;flex-shrink:0;background:linear-gradient(180deg,#f8faff,#fff)}.th-drawer-lang-title{display:flex;align-items:center;gap:8px;font-size:.72rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.th-drawer-lang-title i{color:#2563eb;font-size:.85rem}.th-drawer-lang-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.th-drawer-lang-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 4px;border-radius:11px;background:#fff;border:1.5px solid #eef2f7;color:#475569;font-size:.72rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.th-drawer-lang-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.th-drawer-lang-btn.active{background:linear-gradient(135deg,#2563eb,#4f46e5);border-color:transparent;color:#fff;box-shadow:0 6px 16px #2563eb4d}.th-drawer-lang-flag{font-size:1.15rem;line-height:1}.th-drawer-lang-code{font-size:.68rem;font-weight:900;letter-spacing:.5px}.th-drawer-nav{flex:1;padding:16px 12px;display:flex;flex-direction:column;gap:4px}.th-drawer-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:11px;color:#334155;text-decoration:none;font-size:.9rem;font-weight:700;transition:all .15s}.th-drawer-link:hover,.th-drawer-link:active{background:#eff6ff;color:#2563eb}.th-drawer-link-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:.9rem;flex-shrink:0;transition:all .15s}.th-drawer-link:hover .th-drawer-link-icon{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff}.th-drawer-link-arrow{margin-left:auto;color:#cbd5e1;font-size:.7rem;transition:all .15s}.th-drawer-link:hover .th-drawer-link-arrow{color:#2563eb;transform:translate(4px)}.th-drawer-actions{padding:16px 20px;display:flex;flex-direction:column;gap:10px;border-top:1px solid #eef2f7;flex-shrink:0}.th-drawer-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 20px;border-radius:11px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .18s;cursor:pointer;font-family:inherit}.th-drawer-btn.ghost{background:#f8fafc;border:1.5px solid #e2e8f0;color:#334155}.th-drawer-btn.ghost:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.th-drawer-btn.primary{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;box-shadow:0 8px 20px #2563eb4d}.th-drawer-btn.primary:hover{transform:translateY(-1px);box-shadow:0 12px 26px #2563eb66}.th-drawer-footer{padding:20px;border-top:1px solid #eef2f7;background:linear-gradient(180deg,#f8fafc,#fff);flex-shrink:0;text-align:center}.th-drawer-footer p{font-size:.76rem;color:#94a3b8;font-weight:600;margin:0 0 12px}.th-drawer-socials{display:flex;justify-content:center;gap:8px}.th-drawer-socials a{width:38px;height:38px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .18s;font-size:.9rem}.th-drawer-socials a:hover{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;border-color:transparent;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.site-footer{background:#0f172a;color:#94a3b8;margin-top:auto}.footer-container{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:60px 0 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1.2fr;gap:50px}.footer-brand p{max-width:330px;margin-top:16px;font-size:.88rem;line-height:1.8}.th-logo-footer .th-logo-text-footer{color:#fff}.th-logo-footer .th-logo-text-footer span{color:#60a5fa}.footer-column{display:flex;flex-direction:column;gap:10px}.footer-column h4{color:#fff;font-size:.9rem;margin-bottom:6px}.footer-column a,.footer-column span{color:#94a3b8;font-size:.83rem;display:flex;align-items:center;gap:8px;text-decoration:none;transition:color .15s}.footer-column a:hover{color:#fff}.footer-column span i{color:#64748b;width:14px}.footer-bottom{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:18px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;font-size:.78rem}@media(max-width:1024px){.th-nav,.th-login,.th-register-full{display:none}.th-register-short{display:inline}.footer-container{grid-template-columns:1fr 1fr;gap:30px}}@media(max-width:640px){.th-header-inner{padding:10px 14px;gap:10px}.th-logo-icon{width:36px;height:36px;border-radius:10px;font-size:.95rem}.th-logo-text{font-size:1.02rem}.th-actions{gap:6px}.th-register{padding:8px 12px;font-size:.74rem}.th-burger{width:40px;height:40px;font-size:1rem}.footer-container{grid-template-columns:1fr;width:calc(100% - 32px);padding:40px 0;gap:26px}.footer-bottom{width:calc(100% - 32px);flex-direction:column;gap:8px}}@media(max-width:400px){.th-logo-text{font-size:.94rem}.th-logo-icon{width:34px;height:34px;font-size:.88rem}.th-register{display:none}.th-header-inner{padding:10px 12px}.th-burger{width:38px;height:38px}}.th-lang{position:relative;flex-shrink:0}.th-lang-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:9px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#334155;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.th-lang-btn:hover{background:#eff6ff;border-color:#bfdbfe;color:#2563eb}.th-lang-flag{font-size:1rem;line-height:1}.th-lang-code{font-size:.78rem;letter-spacing:.3px}.th-lang-arrow{font-size:.6rem;color:#94a3b8;transition:transform .2s}.th-lang-arrow.open{transform:rotate(180deg)}.th-lang-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1.5px solid #eef2f7;border-radius:12px;box-shadow:0 16px 40px #0f172a1f;padding:6px;z-index:950;animation:langDropIn .15s ease}@keyframes langDropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.th-lang-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;border-radius:8px;background:transparent;border:none;color:#334155;font-size:.85rem;font-weight:700;cursor:pointer;font-family:inherit;text-align:left;transition:all .12s}.th-lang-item:hover{background:#eff6ff;color:#2563eb}.th-lang-item.active{background:linear-gradient(135deg,#eff6ff,#e0e7ff);color:#2563eb;font-weight:800}.th-lang-item-flag{font-size:1.1rem;line-height:1;flex-shrink:0}.th-lang-item-name{flex:1;font-size:.85rem}.th-lang-item-check{color:#2563eb;font-size:.75rem;flex-shrink:0}@media(min-width:1025px){.th-burger{display:none!important}}@media(min-width:1025px){.th-lang{display:block}}@media(max-width:1024px){.th-lang{display:none}}.inner-page{min-height:100vh;background:#fff;overflow-x:hidden}.inner-hero{position:relative;padding:110px 24px 90px;text-align:center;overflow:hidden;background:radial-gradient(circle at 30% 20%,rgba(37,99,235,.1),transparent 45%),radial-gradient(circle at 70% 80%,rgba(124,58,237,.08),transparent 45%),linear-gradient(180deg,#f7faff,#fff);border-bottom:1px solid #eef2f7}.inner-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(37,99,235,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(37,99,235,.025) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(circle at 50% 40%,black,transparent 70%);-webkit-mask-image:radial-gradient(circle at 50% 40%,black,transparent 70%);pointer-events:none}.inner-hero>*{position:relative;z-index:1}.inner-hero>span{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border:1px solid #dbeafe;border-radius:999px;color:#2563eb;font-size:.7rem;font-weight:800;letter-spacing:2px;box-shadow:0 2px 8px #2563eb0f;margin-bottom:20px}.inner-hero h1{max-width:850px;margin:12px auto 20px;color:#0f172a;font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.08;letter-spacing:-2.5px;font-weight:900}.inner-hero h1 b{background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.inner-hero p{max-width:620px;margin:0 auto;color:#64748b;line-height:1.75;font-size:1rem}.content-section,.cards-section{width:min(1120px,calc(100% - 48px));margin:0 auto;padding:80px 0}.section-label{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:.7rem;font-weight:800;letter-spacing:2px;text-transform:uppercase;margin-bottom:16px}.section-label:before{content:"";width:24px;height:2px;background:linear-gradient(90deg,#2563eb,transparent);border-radius:2px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}.content-grid h2{margin:0 0 24px;color:#0f172a;font-size:2.4rem;line-height:1.15;letter-spacing:-1.2px;font-weight:900}.content-grid h2 b{color:#2563eb}.content-grid p{margin:0 0 18px;color:#64748b;line-height:1.85;font-size:.98rem}.content-grid p:last-child{margin-bottom:0}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:40px;padding-top:32px;border-top:1px solid #eef2f7}.stat-block{display:flex;flex-direction:column;gap:4px}.stat-block strong{font-size:2.2rem;font-weight:900;color:#0f172a;letter-spacing:-1px;line-height:1}.stat-block span{color:#94a3b8;font-size:.82rem;font-weight:600}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:40px}.pillar-card{position:relative;padding:32px 26px;background:#fff;border:1.5px solid #eef2f7;border-radius:20px;transition:all .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.pillar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb,#7c3aed);transform:scaleX(0);transform-origin:left;transition:transform .3s}.pillar-card:hover{border-color:#bfdbfe;transform:translateY(-6px);box-shadow:0 20px 44px #2563eb1a}.pillar-card:hover:before{transform:scaleX(1)}.pillar-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;color:#fff;font-size:1.4rem}.pillar-icon.blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 20px #2563eb4d}.pillar-icon.purple{background:linear-gradient(135deg,#7c3aed,#4f46e5);box-shadow:0 8px 20px #7c3aed4d}.pillar-icon.green{background:linear-gradient(135deg,#16a34a,#059669);box-shadow:0 8px 20px #16a34a4d}.pillar-card h3{font-size:1.15rem;font-weight:800;color:#0f172a;margin:0 0 10px;letter-spacing:-.3px}.pillar-card p{color:#64748b;line-height:1.7;font-size:.88rem;margin:0}.features-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:32px}.feature-item{display:flex;align-items:flex-start;gap:12px;padding:18px 20px;background:#f8fafc;border:1px solid #eef2f7;border-radius:14px;transition:all .2s}.feature-item:hover{background:#fff;border-color:#bfdbfe;transform:translate(4px)}.feature-check{width:28px;height:28px;min-width:28px;border-radius:8px;background:#ecfdf5;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}.feature-item strong{display:block;font-size:.92rem;font-weight:800;color:#0f172a;margin-bottom:3px}.feature-item p{font-size:.8rem;color:#64748b;margin:0;line-height:1.55}.cta-band{position:relative;width:min(1120px,calc(100% - 48px));margin:40px auto 80px;padding:60px 48px;border-radius:28px;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.15),transparent 50%),linear-gradient(135deg,#1e40af,#2563eb,#4f46e5);overflow:hidden;text-align:center;color:#fff;box-shadow:0 30px 60px #2563eb40}.cta-band:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 80% 20%,rgba(255,255,255,.08) 0%,transparent 40%),radial-gradient(circle at 20% 80%,rgba(255,255,255,.06) 0%,transparent 40%);pointer-events:none}.cta-band>*{position:relative;z-index:1}.cta-band h2{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:900;letter-spacing:-.8px;margin:0 0 12px;line-height:1.15}.cta-band p{font-size:1rem;opacity:.9;margin:0 auto 28px;max-width:520px;line-height:1.65}.cta-band-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.cta-band-btn{display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:12px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .2s;font-family:inherit;cursor:pointer;border:none}.cta-band-btn.primary{background:#fff;color:#2563eb;box-shadow:0 8px 22px #00000026}.cta-band-btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0003}.cta-band-btn.outline{background:#ffffff1a;color:#fff;border:1.5px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-band-btn.outline:hover{background:#fff3;border-color:#ffffff80}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start}.contact-cards{display:flex;flex-direction:column;gap:14px}.contact-card{display:flex;align-items:center;gap:16px;padding:20px 22px;background:#fff;border:1.5px solid #eef2f7;border-radius:16px;text-decoration:none;color:inherit;transition:all .2s}.contact-card:hover{border-color:#bfdbfe;transform:translateY(-3px);box-shadow:0 16px 36px #2563eb1a}.contact-card-icon{width:48px;height:48px;min-width:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-card-icon.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1d4ed8}.contact-card-icon.purple{background:linear-gradient(135deg,#ede9fe,#ddd6fe);color:#6d28d9}.contact-card-icon.green{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#16a34a}.contact-card-info{flex:1;min-width:0}.contact-card-info span{display:block;font-size:.68rem;color:#94a3b8;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.contact-card-info strong{display:block;font-size:.92rem;color:#0f172a;font-weight:800;word-break:break-word}.contact-card-arrow{color:#cbd5e1;flex-shrink:0;transition:transform .2s}.contact-card:hover .contact-card-arrow{color:#2563eb;transform:translate(4px)}.social-band{margin-top:8px;padding:22px;background:linear-gradient(135deg,#f8faff,#eef2ff);border:1.5px solid #e0e7ff;border-radius:16px}.social-band>span{display:block;font-size:.72rem;color:#6d28d9;font-weight:800;text-transform:uppercase;letter-spacing:1px;margin-bottom:14px}.social-links{display:flex;gap:10px;flex-wrap:wrap}.social-link{width:44px;height:44px;border-radius:12px;background:#fff;border:1.5px solid #e0e7ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .2s}.social-link:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:transparent;transform:translateY(-3px);box-shadow:0 10px 22px #4f46e54d}.contact-form-wrap{background:#fff;border:1.5px solid #eef2f7;border-radius:20px;padding:34px 32px;box-shadow:0 4px 18px #0f172a0a}.contact-form-wrap h3{font-size:1.3rem;font-weight:900;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}.contact-form-wrap>p{color:#64748b;font-size:.88rem;margin:0 0 26px;line-height:1.6}.contact-form{display:flex;flex-direction:column;gap:16px}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field label{font-size:.78rem;font-weight:800;color:#334155}.contact-field label b{color:#dc2626}.contact-form input,.contact-form textarea{width:100%;padding:13px 15px;border:1.5px solid #e2e8f0;border-radius:11px;outline:none;resize:vertical;font-family:inherit;font-size:.88rem;color:#0f172a;background:#f8fafc;transition:all .15s}.contact-form input:focus,.contact-form textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.contact-form textarea{min-height:130px;line-height:1.6}.contact-form button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border-radius:12px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:.88rem;font-weight:800;border:none;cursor:pointer;font-family:inherit;transition:all .2s;box-shadow:0 8px 22px #2563eb4d;margin-top:4px}.contact-form button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #2563eb66}.contact-form button:active{transform:translateY(0)}.faq-list{display:flex;flex-direction:column;gap:12px;margin-top:24px}.faq-item{background:#fff;border:1.5px solid #eef2f7;border-radius:14px;overflow:hidden;transition:all .2s}.faq-item:hover{border-color:#c7d2fe}.faq-item[open]{border-color:#bfdbfe;box-shadow:0 12px 28px #2563eb14}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:20px 24px;cursor:pointer;font-size:.92rem;font-weight:800;color:#0f172a;list-style:none;transition:all .15s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";font-size:1.4rem;font-weight:300;color:#94a3b8;transition:transform .25s;line-height:1;flex-shrink:0}.faq-item[open] summary:after{transform:rotate(45deg);color:#2563eb}.faq-item[open] summary{color:#2563eb}.faq-item p{margin:0;padding:0 24px 22px;font-size:.88rem;color:#64748b;line-height:1.75}@media(max-width:900px){.content-grid{grid-template-columns:1fr;gap:40px}.content-grid h2{font-size:1.9rem}.pillars-grid,.features-list{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:32px}}@media(max-width:640px){.inner-hero{padding:80px 18px 60px}.inner-hero h1{font-size:2.2rem;letter-spacing:-1.2px}.inner-hero p{font-size:.92rem}.content-section,.cards-section{width:calc(100% - 32px);padding:56px 0}.stats-row{grid-template-columns:1fr;gap:14px}.stat-block strong{font-size:1.8rem}.cta-band{width:calc(100% - 32px);padding:44px 24px;border-radius:22px;margin:30px auto 60px}.cta-band-actions{flex-direction:column}.cta-band-btn{justify-content:center;width:100%}.contact-form-wrap{padding:26px 22px}}@media(max-width:400px){.inner-hero h1{font-size:1.9rem;letter-spacing:-1px}.content-grid h2{font-size:1.6rem}.pillar-card{padding:26px 20px}.contact-card{padding:16px 18px}.contact-card-icon{width:42px;height:42px;min-width:42px}}.fmodal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:fmodalFade .18s ease}@keyframes fmodalFade{0%{opacity:0}to{opacity:1}}.fmodal-content{background:#fff;border-radius:18px;width:min(560px,100%);max-height:min(90vh,720px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a66;animation:fmodalUp .22s ease}@keyframes fmodalUp{0%{transform:translateY(16px) scale(.98);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.fmodal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff);flex-shrink:0}.fmodal-head-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.fmodal-logo{width:46px;height:46px;min-width:46px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.fmodal-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.fmodal-head-left>div:last-child{min-width:0;flex:1}.fmodal-head-left strong{display:block;font-size:.95rem;font-weight:800;color:#0f172a;line-height:1.25}.fmodal-head-left span{display:block;font-size:.78rem;color:#94a3b8;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fmodal-close{width:34px;height:34px;min-width:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.fmodal-close:hover{background:#fee2e2;color:#dc2626}.fmodal-body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:18px 20px;display:flex;flex-direction:column;gap:18px;min-height:0}.fmodal-body::-webkit-scrollbar{width:6px}.fmodal-body::-webkit-scrollbar-track{background:transparent}.fmodal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.fmodal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.fmodal-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px 0;color:#64748b;font-size:.85rem}.fmodal-section{display:flex;flex-direction:column;gap:12px}.fmodal-section-head{display:flex;align-items:flex-start;gap:10px;color:#4f46e5}.fmodal-section-head>svg{margin-top:2px;flex-shrink:0}.fmodal-section-head>div{min-width:0;flex:1}.fmodal-section-head strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;line-height:1.35}.fmodal-section-head span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px;font-weight:600;line-height:1.45}.fmodal-actions-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fmodal-mini-btn{padding:5px 12px;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:.72rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.fmodal-mini-btn:hover{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.fmodal-count{margin-left:auto;font-size:.72rem;color:#94a3b8;font-weight:800}.fmodal-chips{display:flex;flex-wrap:wrap;gap:6px;max-height:200px;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:4px 2px}.fmodal-chips::-webkit-scrollbar{width:4px}.fmodal-chips::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.fmodal-chip{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:999px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#475569;font-size:.76rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;line-height:1.2;white-space:nowrap}.fmodal-chip:hover{border-color:#c7d2fe;color:#4f46e5}.fmodal-chip.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#4f46e5;color:#fff;box-shadow:0 4px 12px #4f46e540}.fmodal-prefs{display:flex;flex-direction:column;gap:8px}.fmodal-pref-row{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:11px}.fmodal-pref-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fmodal-pref-body{flex:1;min-width:0}.fmodal-pref-body strong{display:block;font-size:.82rem;font-weight:800;color:#0f172a;line-height:1.3}.fmodal-pref-body span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px;line-height:1.4}.fmodal-toggle{position:relative;width:44px;height:26px;min-width:44px;border-radius:999px;border:none;cursor:pointer;padding:0;transition:all .2s;flex-shrink:0}.fmodal-toggle.off{background:#cbd5e1}.fmodal-toggle.on{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 12px #4f46e54d}.fmodal-toggle-knob{position:absolute;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:all .2s;box-shadow:0 2px 4px #00000026}.fmodal-toggle.off .fmodal-toggle-knob{left:3px}.fmodal-toggle.on .fmodal-toggle-knob{left:calc(100% - 23px)}.fmodal-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 20px;border-top:1px solid #eef1f6;background:#fafbff;flex-shrink:0;flex-wrap:wrap}.fmodal-foot-right{display:flex;gap:8px;margin-left:auto}.fmodal-cancel,.fmodal-save,.fmodal-unfollow{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border-radius:10px;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;border:none;transition:all .15s;white-space:nowrap}.fmodal-cancel{background:#fff;border:1.5px solid #e2e8f0;color:#475569}.fmodal-cancel:hover{background:#f8fafc;color:#4f46e5;border-color:#c7d2fe}.fmodal-save{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 6px 16px #4f46e547}.fmodal-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #4f46e566}.fmodal-save:disabled{opacity:.6;cursor:wait;box-shadow:none}.fmodal-unfollow{background:#fef2f2;border:1.5px solid #fecaca;color:#dc2626}.fmodal-unfollow:hover{background:#fee2e2}@media(max-width:640px){.fmodal{padding:14px;align-items:center;justify-content:center}.fmodal-content{width:100%;max-width:100%;max-height:92vh;border-radius:18px}.fmodal-head{padding:14px 16px;gap:10px}.fmodal-logo{width:40px;height:40px;min-width:40px;border-radius:10px}.fmodal-head-left{gap:10px}.fmodal-head-left strong{font-size:.9rem}.fmodal-head-left span{font-size:.72rem}.fmodal-close{width:32px;height:32px;min-width:32px}.fmodal-body{padding:14px 16px;gap:14px}.fmodal-section-head strong{font-size:.83rem}.fmodal-section-head span{font-size:.7rem}.fmodal-chips{max-height:160px;gap:5px}.fmodal-chip{padding:7px 11px;font-size:.72rem}.fmodal-pref-row{padding:11px 12px;gap:10px}.fmodal-pref-icon{width:34px;height:34px;min-width:34px;border-radius:9px}.fmodal-pref-icon svg{width:14px;height:14px}.fmodal-pref-body strong{font-size:.8rem}.fmodal-pref-body span{font-size:.68rem;margin-top:1px}.fmodal-toggle{width:40px;height:24px;min-width:40px}.fmodal-toggle-knob{width:18px;height:18px;top:3px}.fmodal-toggle.off .fmodal-toggle-knob{left:3px}.fmodal-toggle.on .fmodal-toggle-knob{left:calc(100% - 21px)}.fmodal-foot{padding:12px 16px;gap:8px}.fmodal-foot-right{flex:1;margin-left:0;gap:6px}.fmodal-cancel,.fmodal-save{flex:1;padding:10px 12px;font-size:.78rem}.fmodal-unfollow{flex:1 1 100%;order:-1;padding:9px 12px;font-size:.78rem}}@media(max-width:380px){.fmodal{padding:10px}.fmodal-head{padding:12px 14px}.fmodal-body{padding:12px 14px;gap:12px}.fmodal-pref-row{padding:10px;gap:8px}.fmodal-pref-icon{width:30px;height:30px;min-width:30px}.fmodal-pref-body strong{font-size:.76rem}.fmodal-pref-body span{font-size:.64rem}.fmodal-toggle{width:36px;height:22px;min-width:36px}.fmodal-toggle-knob{width:16px;height:16px}.fmodal-toggle.off .fmodal-toggle-knob{left:3px}.fmodal-toggle.on .fmodal-toggle-knob{left:calc(100% - 19px)}.fmodal-cancel,.fmodal-save{padding:9px 10px;font-size:.74rem}}.fmodal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;background:#0f172a99;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:99999!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:20px;margin:0!important;animation:fmodalFade .18s ease;isolation:isolate}.fbtn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#64748b;font-family:inherit;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}.fbtn:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.fbtn:disabled{opacity:.6;cursor:wait}.fbtn-active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:transparent;color:#fff;box-shadow:0 6px 16px #4f46e559}.fbtn-active:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);color:#fff;border-color:transparent}.fbtn-bookmark{position:absolute;top:12px;right:12px;z-index:3;width:38px;height:38px;padding:0;border-radius:50%;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid rgba(255,255,255,.85);color:#475569;box-shadow:0 4px 12px #0f172a2e}.fbtn-bookmark:hover{background:#eef2ff;color:#4f46e5;transform:scale(1.08);border-color:#c7d2fe}.fbtn-bookmark.fbtn-active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:transparent;color:#fff;box-shadow:0 6px 18px #4f46e573}.fbtn-bookmark.fbtn-active:hover{background:linear-gradient(135deg,#4338ca,#6d28d9)}.fbtn-pill{padding:9px 14px;font-size:.8rem}.fbtn-compact{width:34px;height:34px;padding:0;border-radius:9px}.fbtn-spin{animation:fbtnSpin .9s linear infinite}@keyframes fbtnSpin{to{transform:rotate(360deg)}}.consultants-page{background:#f7f8fa;min-height:100vh;padding-bottom:60px}.cons-hero{background:linear-gradient(135deg,#ede9fe,#e0e7ff,#dbeafe);padding:40px 5% 80px;position:relative;overflow:hidden}.cons-hero-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.cons-hero-left{position:relative;z-index:2}.cons-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border-radius:999px;font-size:.72rem;font-weight:700;color:#7c3aed;margin-bottom:20px;box-shadow:0 2px 8px #7c3aed1a}.cons-hero-title{font-size:3rem;font-weight:900;color:#0f172a;margin:0 0 16px;line-height:1.1;letter-spacing:-1px}.cons-hero-title-accent{color:#7c3aed}.cons-hero-subtitle{font-size:1rem;color:#475569;margin:0 0 32px;line-height:1.6;max-width:480px}.cons-hero-stats{display:flex;gap:20px;flex-wrap:wrap}.cons-hero-stat{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #0f172a0f}.cons-hero-stat-icon{width:40px;height:40px;border-radius:10px;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center}.cons-hero-stat strong{display:block;font-size:1.05rem;font-weight:900;color:#0f172a;line-height:1}.cons-hero-stat span{display:block;font-size:.72rem;color:#64748b;font-weight:600;margin-top:3px}.cons-hero-right{position:relative;height:340px}.cons-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;border-radius:20px;box-shadow:0 20px 50px #0f172a26}.cons-hero-quote{position:absolute;top:20px;right:20px;max-width:220px;padding:16px 20px;background:#fffffff2;border-radius:14px;box-shadow:0 8px 24px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cons-hero-quote-mark{display:block;font-size:2.4rem;font-weight:900;color:#7c3aed;line-height:.8;margin-bottom:4px}.cons-hero-quote p{font-size:.9rem;color:#4c1d95;font-weight:700;font-style:italic;line-height:1.4;margin:0}.cons-filterbar{margin-top:-50px;position:relative;z-index:5;padding:0 5%}.cons-filterbar-inner{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:14px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:10px;box-shadow:0 10px 40px #0f172a14}.cons-search{display:flex;align-items:center;gap:10px;padding:0 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;transition:border-color .15s}.cons-search:focus-within{border-color:#7c3aed;background:#fff}.cons-search svg{color:#94a3b8;flex-shrink:0}.cons-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cons-filter-select{display:flex;align-items:center;gap:10px;padding:0 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;position:relative;transition:border-color .15s}.cons-filter-select:focus-within{border-color:#7c3aed;background:#fff}.cons-filter-select svg{color:#94a3b8;flex-shrink:0}.cons-filter-select-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:0}.cons-filter-select-label{display:block;font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1px}.cons-filter-select select{border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;font-weight:700;font-family:inherit;cursor:pointer;padding:0;width:100%}.cons-content{padding:32px 5% 0}.cons-content-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.cons-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;position:sticky;top:20px}.cons-sidebar-title{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.cons-sidebar-group{margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.cons-sidebar-group:last-of-type{border-bottom:none}.cons-sidebar-group h4{font-size:.78rem;font-weight:800;color:#334155;margin:0 0 12px;text-transform:uppercase;letter-spacing:.4px}.cons-sidebar-check{display:flex;align-items:center;gap:10px;padding:7px 0;cursor:pointer;font-size:.84rem;color:#475569;transition:color .15s}.cons-sidebar-check:hover{color:#0f172a}.cons-sidebar-check input[type=checkbox]{width:16px;height:16px;accent-color:#7c3aed;cursor:pointer;flex-shrink:0}.cons-sidebar-flag{font-size:1rem;line-height:1;flex-shrink:0}.cons-sidebar-label{flex:1;font-weight:600}.cons-sidebar-count{font-size:.76rem;color:#94a3b8;font-weight:700}.cons-sidebar-more{display:flex;align-items:center;gap:6px;background:none;border:none;color:#7c3aed;font-size:.78rem;font-weight:700;cursor:pointer;padding:8px 0 0}.cons-sidebar-more:hover{text-decoration:underline}.cons-sidebar-reset{width:100%;padding:10px;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s}.cons-sidebar-reset:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.cons-main{min-width:0}.cons-main-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.cons-main-count{font-size:.85rem;color:#64748b;font-weight:600}.cons-main-count b{color:#0f172a;font-weight:800}.cons-view-toggle{display:flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:10px}.cons-view-toggle button{width:32px;height:32px;border-radius:7px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.cons-view-toggle button:hover{color:#0f172a}.cons-view-toggle button.active{background:#fff;color:#7c3aed;box-shadow:0 2px 6px #0f172a14}.cons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.cons-grid.list{grid-template-columns:1fr}.cons-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;padding:0!important;margin:0!important;gap:0;position:relative}.cons-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #7c3aed1f;border-color:#ddd6fe}.cons-card-cover{position:relative;display:block;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,#ede9fe,#c7d2fe);border-radius:0;margin:0!important;padding:0!important;flex-shrink:0}.cons-card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .4s;margin:0!important;padding:0!important;border:none;border-radius:0}.cons-card:hover .cons-card-cover img{transform:scale(1.05)}.cons-card-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#ede9fe,#c7d2fe)}.cons-card-rank{position:absolute;top:12px;left:12px;padding:5px 12px;background:#facc15;color:#713f12;font-size:.72rem;font-weight:900;border-radius:999px;box-shadow:0 3px 10px #facc1566;z-index:2}.cons-card-bookmark{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;z-index:2}.cons-card-bookmark:hover{background:#fff;color:#7c3aed;transform:scale(1.1)}.cons-card-body{padding:0 18px 18px;display:flex;flex-direction:column;flex:1}.cons-card-logo-row{display:flex;gap:12px;align-items:center;margin-bottom:14px;margin-top:-22px;position:relative;z-index:2}.cons-card-logo{width:56px;height:56px;min-width:56px;border-radius:14px;background:#fff;border:3px solid #ffffff;box-shadow:0 6px 16px #0f172a1f;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:#7c3aed;overflow:hidden}.cons-card-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.cons-card-title{flex:1;min-width:0;padding-top:22px}.cons-card-name{display:flex;align-items:center;gap:5px;font-size:.9rem;font-weight:800;color:#0f172a;line-height:1.3;margin-bottom:4px}.cons-card-location{display:flex;align-items:center;gap:5px;font-size:.74rem;color:#64748b;font-weight:600}.cons-card-location svg{color:#94a3b8}.cons-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.cons-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.cons-badge-verified{background:#ecfdf5;color:#15803d}.cons-badge-research{background:#f3e8ff;color:#6b21a8}.cons-badge-year{background:#f1f5f9;color:#475569}.cons-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:14px;margin-top:auto}.cons-card-stat{display:flex;align-items:center;gap:6px;color:#64748b}.cons-card-stat svg{color:#94a3b8;flex-shrink:0}.cons-card-stat strong{display:block;font-size:.82rem;font-weight:800;color:#0f172a;line-height:1}.cons-card-stat span{display:block;font-size:.64rem;color:#94a3b8;font-weight:600;margin-top:2px}.cons-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.cons-card-rating{display:flex;align-items:center;gap:4px;font-size:.78rem;color:#64748b}.cons-card-rating strong{color:#0f172a;font-weight:900}.cons-card-rating span{font-size:.7rem;color:#94a3b8}.cons-card-cta{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#7c3aed;font-size:.78rem;font-weight:800;cursor:pointer;padding:0;transition:gap .15s;font-family:inherit}.cons-card-cta:hover{gap:8px}.cons-empty{background:#fff;border:1.5px dashed #e2e8f0;border-radius:16px;padding:60px 20px;text-align:center;color:#94a3b8}.cons-empty svg{color:#cbd5e1;margin-bottom:12px}.cons-empty h3{color:#334155;font-size:1.05rem;margin:0 0 6px}.cons-empty p{margin:0;font-size:.85rem}.cons-grid.list .cons-card{flex-direction:row}.cons-grid.list .cons-card-cover{width:240px;height:auto;min-height:180px;flex-shrink:0}.cons-grid.list .cons-card-body{padding:16px 20px;flex:1}.cons-grid.list .cons-card-logo-row{margin-top:0}.cons-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:consFadeIn .2s ease}@keyframes consFadeIn{0%{opacity:0}to{opacity:1}}.cons-modal{background:#fff;border-radius:22px;width:100%;max-width:880px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 30px 80px #0f172a80,0 0 0 1px #ffffff0d;animation:consSlideUp .32s cubic-bezier(.34,1.56,.64,1)}@keyframes consSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.cons-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#fffffff5;border:none;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 14px #0f172a40;transition:all .15s}.cons-modal-close:hover{background:#fff;transform:rotate(90deg) scale(1.08);color:#dc2626}.cons-modal-cover{position:relative;width:100%;height:240px;min-height:240px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#4c1d95,#7c3aed,#a855f7);background-size:cover;background-position:center;padding:0;margin:0;display:flex;align-items:flex-end;border-radius:22px 22px 0 0}.cons-modal-cover-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4c1d95,#7c3aed)}.cons-modal-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a0d,#0f172a40 40%,#0f172acc);pointer-events:none;z-index:1}.cons-modal-verified-badge{position:absolute;top:16px;left:16px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#ecfdf5;color:#15803d;font-size:.72rem;font-weight:900;border-radius:999px;box-shadow:0 4px 14px #16a34a66}.cons-modal-cover-info{position:relative;z-index:2;display:flex;align-items:flex-end;gap:16px;padding:0 28px 22px;width:100%;color:#fff}.cons-modal-logo{width:88px;height:88px;min-width:88px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid #ffffff;box-shadow:0 12px 32px #0f172a66;color:#7c3aed;flex-shrink:0;font-size:2rem;font-weight:900}.cons-modal-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:10px}.cons-modal-cover-text{flex:1;min-width:0;padding-bottom:4px}.cons-modal-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.cons-modal-title-row h2{font-size:1.55rem;font-weight:900;margin:0;letter-spacing:-.4px;text-shadow:0 2px 12px rgba(0,0,0,.5);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cons-modal-location{display:flex;align-items:center;gap:6px;font-size:.86rem;color:#fffffff2;font-weight:600;flex-wrap:wrap}.cons-modal-quickstats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;padding:16px 28px;background:#f8fafc;border-bottom:1px solid #eef2f7;flex-shrink:0}.cons-modal-quickstat{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #eef2f7;border-radius:12px}.cons-modal-quickstat svg{color:#7c3aed;flex-shrink:0}.cons-modal-quickstat>div{min-width:0}.cons-modal-quickstat strong{display:block;font-size:1rem;font-weight:900;color:#0f172a;line-height:1}.cons-modal-quickstat span{display:block;font-size:.66rem;color:#64748b;font-weight:700;margin-top:3px}.cons-modal-tabs{display:flex;gap:2px;padding:0 20px;background:#fff;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.cons-modal-tabs::-webkit-scrollbar{display:none}.cons-modal-tab{display:inline-flex;align-items:center;gap:6px;padding:14px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s;font-family:inherit;flex-shrink:0}.cons-modal-tab:hover{color:#0f172a;background:#f8fafc}.cons-modal-tab.active{color:#7c3aed;border-bottom-color:#7c3aed;background:transparent}.cons-modal-content{flex:1;overflow-y:auto;padding:22px 28px 26px;background:#fff;min-height:200px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.cons-modal-content::-webkit-scrollbar{width:8px}.cons-modal-content::-webkit-scrollbar-track{background:transparent}.cons-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #ffffff}.cons-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cons-modal-tab-content{animation:consTabFade .2s ease}@keyframes consTabFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.cons-modal-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.cons-modal-section{margin-bottom:24px}.cons-modal-section:last-child{margin-bottom:0}.cons-modal-section h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 10px;display:flex;align-items:center;gap:8px}.cons-modal-section h3 svg{color:#7c3aed}.cons-modal-section p{font-size:.9rem;color:#475569;line-height:1.75;margin:0}.cons-modal-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cons-modal-info-item{display:flex;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.cons-modal-info-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center}.cons-modal-info-item span{display:block;font-size:.7rem;color:#94a3b8;font-weight:600;margin-bottom:2px}.cons-modal-info-item strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.cons-modal-countries{display:flex;flex-wrap:wrap;gap:8px}.cons-modal-country-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;font-size:.8rem;font-weight:700;color:#334155}.cons-modal-country-pill span:first-child{font-size:1rem}.cons-modal-services{display:flex;flex-direction:column;gap:12px}.cons-modal-service{display:flex;gap:14px;padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .15s}.cons-modal-service:hover{background:#ede9fe;border-color:#ddd6fe}.cons-modal-service-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:#fff;color:#7c3aed;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cons-modal-service>div:last-child{flex:1;min-width:0}.cons-modal-service strong{display:block;font-size:.9rem;color:#0f172a;font-weight:800;margin-bottom:4px}.cons-modal-service p{font-size:.82rem;color:#64748b;margin:0;line-height:1.5}.cons-modal-team{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cons-modal-team-member{padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;text-align:center}.cons-modal-team-avatar{width:64px;height:64px;border-radius:50%;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:900;margin:0 auto 10px;overflow:hidden;border:3px solid #ffffff;box-shadow:0 4px 12px #7c3aed26}.cons-modal-team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cons-modal-team-member strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.cons-modal-team-member>span{display:block;font-size:.74rem;color:#7c3aed;font-weight:700;margin-top:3px}.cons-modal-team-member small{display:block;font-size:.7rem;color:#94a3b8;margin-top:6px}.cons-modal-contact{display:flex;flex-direction:column;gap:10px}.cons-modal-contact-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:all .15s}.cons-modal-contact-row:hover{background:#ede9fe;border-color:#ddd6fe}.cons-modal-contact-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#ede9fe;color:#7c3aed;display:flex;align-items:center;justify-content:center}.cons-modal-contact-row>div:last-of-type{flex:1;min-width:0}.cons-modal-contact-row span{display:block;font-size:.7rem;color:#94a3b8;font-weight:600;margin-bottom:2px}.cons-modal-contact-row strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800;word-break:break-word}.cons-modal-contact-row>svg{color:#94a3b8}.cons-modal-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:50px 20px;color:#94a3b8;text-align:center}.cons-modal-empty svg{color:#cbd5e1}.cons-modal-empty p{margin:0;font-size:.85rem}.cons-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:16px 28px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;box-shadow:0 -6px 20px #0f172a0a;border-radius:0 0 22px 22px}.cons-modal-btn-cancel{padding:12px 24px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.cons-modal-btn-cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.cons-modal-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;border:none;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 22px #7c3aed59}.cons-modal-btn-primary:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6);transform:translateY(-1px);box-shadow:0 12px 28px #7c3aed73}@media(max-width:1200px){.cons-grid{grid-template-columns:repeat(2,1fr)}.cons-filterbar-inner{grid-template-columns:1fr 1fr}.cons-hero-title{font-size:2.4rem}}@media(max-width:900px){.cons-hero-inner{grid-template-columns:1fr}.cons-hero-right{display:none}.cons-content-inner{grid-template-columns:1fr}.cons-sidebar{position:static}.cons-filterbar-inner{grid-template-columns:1fr}}@media(max-width:768px){.cons-modal-overlay{padding:0;align-items:flex-end}.cons-modal{max-width:100%;max-height:92dvh;border-radius:22px 22px 0 0;animation:consSlideUpMobile .32s cubic-bezier(.32,.72,0,1)}@keyframes consSlideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cons-modal-cover{height:180px;min-height:180px;border-radius:22px 22px 0 0}.cons-modal-logo{width:68px;height:68px;min-width:68px;border-radius:15px;border-width:3px;font-size:1.6rem}.cons-modal-cover-info{padding:0 18px 16px;gap:12px}.cons-modal-title-row h2{font-size:1.15rem;-webkit-line-clamp:2}.cons-modal-location{font-size:.78rem}.cons-modal-close{top:12px;right:12px;width:34px;height:34px}.cons-modal-verified-badge{top:12px;left:12px;padding:5px 10px;font-size:.66rem}.cons-modal-quickstats{padding:12px 16px;grid-template-columns:repeat(2,1fr);gap:8px}.cons-modal-quickstat{padding:9px 10px}.cons-modal-quickstat strong{font-size:.92rem}.cons-modal-tabs{padding:0 12px}.cons-modal-tab{padding:12px;font-size:.76rem;gap:4px}.cons-modal-content{padding:16px 16px 20px}.cons-modal-info-grid{grid-template-columns:1fr}.cons-modal-team{grid-template-columns:repeat(2,1fr)}.cons-modal-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-radius:0;gap:8px}.cons-modal-btn-cancel,.cons-modal-btn-primary{flex:1;justify-content:center;padding:12px 16px;font-size:.8rem}}@media(max-width:640px){.cons-hero{padding:30px 16px 80px}.cons-hero-title{font-size:1.8rem}.cons-hero-subtitle{font-size:.9rem}.cons-hero-stats{flex-direction:column;gap:10px}.cons-filterbar{padding:0 16px}.cons-content{padding:20px 16px 0}.cons-grid{grid-template-columns:1fr}.cons-grid.list .cons-card{flex-direction:column}.cons-grid.list .cons-card-cover{width:100%;height:160px}.cons-sidebar{padding:16px}}@media(max-width:400px){.cons-modal-cover{height:160px;min-height:160px}.cons-modal-logo{width:56px;height:56px;min-width:56px;border-radius:12px;font-size:1.4rem}.cons-modal-title-row h2{font-size:1.02rem}.cons-modal-quickstats{grid-template-columns:1fr 1fr;padding:10px 12px}.cons-modal-tab{padding:10px;font-size:.72rem}.cons-modal-content{padding:14px 14px 18px}.cons-modal-team{grid-template-columns:1fr}}.home-page{overflow-x:hidden;background:#f8fafc}.home-hero{background:linear-gradient(135deg,#eff6ff,#e0e7ff,#dbeafe);padding:40px 0 20px}.home-hero-container{width:min(1240px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.hero-copy{padding:40px 0}.hero-label{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#fff;border:1px solid #dbeafe;border-radius:999px;color:#2563eb;font-size:.8rem;font-weight:700}.hero-label span{width:8px;height:8px;border-radius:50%;background:#22c55e}.hero-copy h1{font-size:3.2rem;line-height:1.1;letter-spacing:-1.5px;color:#0f172a;margin:20px 0 16px}.hero-copy h1 span{color:#2563eb}.hero-copy p{color:#64748b;font-size:1rem;line-height:1.7;max-width:450px}.hero-buttons{display:flex;gap:12px;margin-top:28px}.hero-primary{display:flex;align-items:center;gap:8px;background:#2563eb;color:#fff;padding:14px 20px;border-radius:10px;font-weight:700;font-size:.9rem}.hero-secondary{display:flex;align-items:center;gap:8px;background:#fff;color:#0f172a;padding:14px 20px;border-radius:10px;font-weight:700;font-size:.9rem;border:1px solid #e2e8f0}.hero-trust{display:flex;gap:30px;margin-top:40px}.hero-trust div{display:flex;flex-direction:column}.hero-trust strong{font-size:1.4rem;color:#0f172a}.hero-trust span{color:#94a3b8;font-size:.8rem}.hero-visual{position:relative;height:480px}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:24px;box-shadow:0 20px 60px #2563eb33}.search-section{padding:40px 0}.search-container{width:min(1240px,calc(100% - 48px));margin:0 auto;background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #0f172a0d}.search-container h2{font-size:1.4rem;color:#0f172a;margin-bottom:6px}.search-container p{color:#64748b;font-size:.9rem;margin-bottom:20px}.search-box{display:flex;gap:12px}.search-input-wrap{flex:1;display:flex;align-items:center;gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:0 16px}.search-input-wrap input{width:100%;border:none;background:transparent;padding:14px 0;font-size:.9rem;outline:none}.search-button{background:#2563eb;color:#fff;padding:14px 24px;border-radius:12px;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:8px;white-space:nowrap}.popular-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:16px;font-size:.8rem;color:#64748b}.popular-tags .tag{padding:6px 12px;background:#eef2ff;color:#4f46e5;border-radius:999px;font-weight:600}.home-section{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:50px 0}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px}.section-label{color:#2563eb;font-size:.75rem;font-weight:800;letter-spacing:.5px}.section-heading h2{font-size:1.8rem;color:#0f172a;margin-top:6px;letter-spacing:-.5px}.section-link{display:flex;align-items:center;gap:4px;color:#2563eb;font-size:.9rem;font-weight:600}.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.country-card{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;transition:all .2s}.country-card:hover{box-shadow:0 10px 30px #0f172a0f;transform:translateY(-2px)}.country-flag{width:44px;height:44px;border-radius:12px;background:#eef2ff;display:flex;align-items:center;justify-content:center;font-size:1.4rem}.country-card h3{font-size:.95rem;color:#0f172a}.country-card span{font-size:.75rem;color:#94a3b8}.university-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.university-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden}.uni-image{height:120px;background:#eef2ff;display:flex;align-items:center;justify-content:center;overflow:hidden}.uni-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uni-body{padding:16px}.uni-rating{display:flex;align-items:center;gap:4px;margin-bottom:8px}.uni-rating span{color:#64748b;font-size:.8rem;font-weight:600}.uni-body h3{font-size:.95rem;color:#0f172a;margin-bottom:6px}.uni-body p{font-size:.8rem;color:#94a3b8;display:flex;align-items:center;gap:4px}.uni-footer{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:.8rem}.uni-footer span{font-weight:700;color:#2563eb}.uni-link{display:flex;align-items:center;gap:2px;color:#4f46e5;font-weight:600}.consultant-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.consultant-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;text-align:center}.cons-avatar{width:64px;height:64px;border-radius:50%;background:#eef2ff;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;overflow:hidden}.cons-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.consultant-card h3{font-size:.95rem;color:#0f172a}.consultant-card>span{display:block;font-size:.8rem;color:#94a3b8;margin:4px 0}.cons-rating{display:flex;align-items:center;justify-content:center;gap:4px;margin-top:8px}.cons-rating span{color:#64748b;font-size:.8rem}.cons-link{display:inline-flex;align-items:center;justify-content:center;gap:2px;color:#4f46e5;font-size:.85rem;font-weight:600;margin-top:12px}.scholarship-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.scholarship-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:20px;display:flex;align-items:center;gap:12px}.scholarship-icon{width:44px;height:44px;border-radius:12px;background:#f0fdf4;color:#16a34a;display:flex;align-items:center;justify-content:center}.scholarship-card h3{font-size:.9rem;color:#0f172a}.scholarship-card span{display:block;font-size:.75rem;color:#94a3b8}.deadline{margin-left:auto;font-size:.75rem;color:#ef4444;font-weight:600}.home-cta{width:min(1240px,calc(100% - 48px));margin:40px auto 80px;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:24px;padding:60px;color:#fff;text-align:center}.home-cta span{font-size:.8rem;font-weight:700;opacity:.9}.home-cta h2{font-size:2.2rem;margin:12px 0}.home-cta p{opacity:.9;max-width:500px;margin:0 auto 24px}.cta-button{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#2563eb;padding:14px 24px;border-radius:10px;font-weight:700;font-size:.9rem}.flag-badge{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;background:#fff;border-radius:50%;font-family:"Apple Color Emoji","Segoe UI Emoji","Noto Color Emoji",sans-serif;line-height:1}.flag-badge img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:50%}.flag-badge.flag-sm{width:22px;height:22px;font-size:1rem;box-shadow:0 1px 3px #0f172a26;border:1px solid rgba(15,23,42,.06)}.flag-badge.flag-md{width:32px;height:32px;font-size:1.4rem;box-shadow:0 2px 6px #0f172a26;border:2px solid #fff}.flag-badge.flag-lg{width:56px;height:56px;font-size:2.2rem;box-shadow:0 6px 18px #0f172a40;border:3px solid #fff}.popular-country-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 16px 8px 10px;background:#fff;border:1.5px solid #e2e8f0;border-radius:999px;text-decoration:none;color:#0f172a;font-weight:600;transition:all .18s ease;box-shadow:0 1px 3px #0f172a0a}.popular-country-chip:hover{border-color:#2563eb;background:#f8faff;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb1f}.popular-country-chip-name{font-size:.88rem;font-weight:700;color:#0f172a}.popular-country-chip-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:22px;padding:0 7px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.7rem;font-weight:800;transition:all .18s}.popular-country-chip:hover .popular-country-chip-count{background:#2563eb;color:#fff}.country-card-v2{display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 4px 14px #0f172a0f;border:1px solid #eef1f6;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative}.country-card-v2:hover{transform:translateY(-6px);box-shadow:0 20px 40px #2563eb2e;border-color:#bfdbfe}.country-card-v2-cover{position:relative;height:160px;overflow:hidden;display:flex;align-items:center;justify-content:center;background-size:cover;background-position:center}.country-card-v2-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a0d,#0f172a59 60%,#0f172a99);z-index:1;pointer-events:none}.country-card-v2-pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.15;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.5) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.4) 0%,transparent 35%);z-index:0}.country-card-v2-flag-wrap{position:relative;z-index:2;transform:scale(1);transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.country-card-v2:hover .country-card-v2-flag-wrap{transform:scale(1.1) rotate(-3deg)}.country-card-v2-code{position:absolute;top:12px;right:12px;z-index:3;padding:4px 10px;background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#0f172a;font-size:.68rem;font-weight:900;letter-spacing:1px;border-radius:6px;box-shadow:0 2px 8px #0f172a26}.country-card-v2-overlay{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.35) 0%,transparent 100%);z-index:1;pointer-events:none}.country-card-v2-body{padding:18px 20px 20px;display:flex;flex-direction:column;gap:4px;flex:1}.country-card-v2-name{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.3px;line-height:1.25}.country-card-v2-count{font-size:.82rem;color:#64748b;margin:4px 0 12px;display:flex;align-items:center;gap:6px;font-weight:600}.country-card-v2-count i{color:#94a3b8;font-size:.75rem}.country-card-v2-cta{display:inline-flex;align-items:center;gap:6px;color:#2563eb;font-size:.85rem;font-weight:800;margin-top:auto;padding-top:12px;border-top:1px solid #f1f5f9;transition:all .2s ease}.country-card-v2-cta i{transition:transform .2s ease;font-size:.72rem}.country-card-v2:hover .country-card-v2-cta{color:#1d4ed8}.country-card-v2:hover .country-card-v2-cta i{transform:translate(4px)}@media(max-width:1024px){.home-hero-container{grid-template-columns:1fr;text-align:center}.hero-copy h1{font-size:2.4rem;margin-left:auto;margin-right:auto}.hero-copy p{margin:0 auto}.hero-buttons,.hero-trust{justify-content:center}.hero-visual{height:350px;max-width:600px;margin:0 auto}.country-grid,.university-grid,.consultant-grid,.scholarship-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.home-hero-container{padding:20px 0}.hero-copy h1{font-size:2rem}.hero-buttons{flex-direction:column}.hero-primary,.hero-secondary{justify-content:center}.search-box{flex-direction:column}.search-button{justify-content:center}.country-grid,.university-grid,.consultant-grid,.scholarship-grid{grid-template-columns:1fr}.home-cta{padding:40px 24px}.popular-country-chip{padding:6px 12px 6px 8px}.popular-country-chip-name{font-size:.82rem}.country-card-v2-cover{height:140px}.country-card-v2-name{font-size:1rem}.flag-badge.flag-lg{width:48px;height:48px;font-size:1.9rem}}.programs-page{background:#f7f8fa;min-height:100vh;padding-bottom:60px}.prg-hero{background:linear-gradient(135deg,#dbeafe,#bfdbfe,#c7d2fe);padding:40px 5% 80px;position:relative;overflow:hidden}.prg-hero-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.prg-hero-left{position:relative;z-index:2}.prg-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border-radius:999px;font-size:.72rem;font-weight:700;color:#4f46e5;margin-bottom:20px;box-shadow:0 2px 8px #4f46e514}.prg-hero-title{font-size:3rem;font-weight:900;color:#0f172a;margin:0 0 16px;line-height:1.1;letter-spacing:-1px}.prg-hero-title-accent{color:#4f46e5}.prg-hero-subtitle{font-size:1rem;color:#475569;margin:0 0 32px;line-height:1.6;max-width:480px}.prg-hero-stats{display:flex;gap:20px;flex-wrap:wrap}.prg-hero-stat{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #0f172a0f}.prg-hero-stat-icon{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.prg-hero-stat strong{display:block;font-size:1.05rem;font-weight:900;color:#0f172a;line-height:1}.prg-hero-stat span{display:block;font-size:.72rem;color:#64748b;font-weight:600;margin-top:3px}.prg-hero-right{position:relative;height:340px}.prg-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;border-radius:20px;box-shadow:0 20px 50px #0f172a26}.prg-hero-quote{position:absolute;top:20px;right:20px;max-width:220px;padding:16px 20px;background:#fffffff2;border-radius:14px;box-shadow:0 8px 24px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.prg-hero-quote-mark{display:block;font-size:2.4rem;font-weight:900;color:#4f46e5;line-height:.8;margin-bottom:4px}.prg-hero-quote p{font-size:.9rem;color:#3730a3;font-weight:700;font-style:italic;line-height:1.4;margin:0}.prg-filterbar{margin-top:-50px;position:relative;z-index:5;padding:0 5%}.prg-filterbar-inner{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:14px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:10px;box-shadow:0 10px 40px #0f172a14}.prg-search{display:flex;align-items:center;gap:10px;padding:0 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;transition:border-color .15s}.prg-search:focus-within{border-color:#4f46e5;background:#fff}.prg-search svg{color:#94a3b8;flex-shrink:0}.prg-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.prg-filter-select{display:flex;align-items:center;gap:10px;padding:0 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;transition:border-color .15s}.prg-filter-select:focus-within{border-color:#4f46e5;background:#fff}.prg-filter-select svg{color:#94a3b8;flex-shrink:0}.prg-filter-select-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.prg-filter-select-label{display:block;font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1px}.prg-filter-select select{border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;font-weight:700;font-family:inherit;cursor:pointer;padding:0;width:100%}.prg-content{max-width:1400px;margin:0 auto;padding:32px 5% 0}.prg-main-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.prg-main-count{font-size:.85rem;color:#64748b;font-weight:600}.prg-main-count b{color:#0f172a;font-weight:800}.prg-view-toggle{display:flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:10px}.prg-view-toggle button{width:32px;height:32px;border-radius:7px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.prg-view-toggle button:hover{color:#0f172a}.prg-view-toggle button.active{background:#fff;color:#4f46e5;box-shadow:0 2px 6px #0f172a14}.prg-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.prg-grid.list{grid-template-columns:1fr}.prg-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.prg-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #4f46e51f;border-color:#c7d2fe}.prg-card-cover{position:relative;height:130px;overflow:hidden;display:flex;align-items:center;justify-content:center}.prg-card-cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.prg-card-icon{position:relative;z-index:2;width:68px;height:68px;border-radius:50%;background:#fffffff2;color:#4f46e5;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0f172a26}.prg-card-rank{position:absolute;top:12px;left:12px;padding:5px 12px;background:#facc15;color:#713f12;font-size:.72rem;font-weight:900;border-radius:999px;box-shadow:0 3px 10px #facc1566;z-index:2}.prg-card-bookmark{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;z-index:2}.prg-card-bookmark:hover{background:#fff;color:#4f46e5;transform:scale(1.1)}.prg-card-body{padding:18px;display:flex;flex-direction:column;flex:1}.prg-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.prg-badge{padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.prg-badge-country{background:#eff6ff;color:#1e40af}.prg-card-title{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 6px;line-height:1.3}.prg-card-uni{display:flex;align-items:center;gap:5px;font-size:.74rem;color:#4f46e5;font-weight:700;margin-bottom:10px}.prg-card-uni svg{flex-shrink:0}.prg-card-desc{font-size:.78rem;color:#64748b;line-height:1.55;margin:0 0 12px;flex:1}.prg-card-meta{display:flex;flex-wrap:wrap;gap:10px;padding:10px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:14px}.prg-card-meta-item{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#64748b;font-weight:600}.prg-card-meta-item svg{color:#94a3b8}.prg-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.prg-card-fee{display:flex;align-items:center;gap:4px;font-size:.82rem;color:#16a34a}.prg-card-fee svg{color:#16a34a}.prg-card-fee strong{font-weight:900}.prg-card-fee-na{font-size:.72rem;color:#94a3b8;font-weight:600}.prg-card-cta{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#4f46e5;font-size:.78rem;font-weight:800;cursor:pointer;padding:0;transition:gap .15s;font-family:inherit}.prg-card-cta:hover{gap:8px}.prg-grid.list .prg-card{flex-direction:row}.prg-grid.list .prg-card-cover{width:200px;height:auto;min-height:130px;flex-shrink:0}.prg-empty{background:#fff;border:1.5px dashed #e2e8f0;border-radius:16px;padding:60px 20px;text-align:center;color:#94a3b8}.prg-empty svg{color:#cbd5e1;margin-bottom:12px}.prg-empty h3{color:#334155;font-size:1.05rem;margin:0 0 6px}.prg-empty p{margin:0;font-size:.85rem}.prg-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:prgFadeIn .2s ease}@keyframes prgFadeIn{0%{opacity:0}to{opacity:1}}.prg-modal{background:#fff;border-radius:20px;width:100%;max-width:780px;max-height:92vh;overflow-y:auto;position:relative;box-shadow:0 30px 80px #0f172a66;animation:prgSlideUp .3s ease}@keyframes prgSlideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.prg-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#fffffff2;border:none;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 14px #0f172a2e;transition:all .15s}.prg-modal-close:hover{background:#fff;transform:scale(1.1) rotate(90deg)}.prg-modal-cover{position:relative;height:200px;border-radius:20px 20px 0 0;overflow:hidden;display:flex;align-items:flex-end;padding:24px 28px}.prg-modal-cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4f46e5,#7c3aed)}.prg-modal-cover-icon{position:absolute;top:24px;left:28px;width:80px;height:80px;border-radius:20px;background:#fffffff2;color:#4f46e5;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #0f172a33;z-index:2}.prg-modal-cover-info{position:relative;z-index:2;color:#fff}.prg-modal-cover-info h2{font-size:1.6rem;font-weight:900;margin:0 0 10px;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:-.5px}.prg-modal-cover-badges{display:flex;flex-wrap:wrap;gap:6px}.prg-modal-cover-badges .prg-badge{background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.prg-modal-cover-badges .prg-badge-country{color:#1e40af}.prg-modal-quickstats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 28px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.prg-modal-quickstat{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.prg-modal-quickstat svg{color:#4f46e5;flex-shrink:0}.prg-modal-quickstat strong{display:block;font-size:.95rem;font-weight:900;color:#0f172a;line-height:1.2}.prg-modal-quickstat span{display:block;font-size:.68rem;color:#64748b;font-weight:600;margin-top:3px}.prg-modal-content{padding:24px 28px}.prg-modal-section{margin-bottom:22px}.prg-modal-section:last-child{margin-bottom:0}.prg-modal-section h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 10px;display:flex;align-items:center;gap:8px}.prg-modal-section h3 svg{color:#4f46e5}.prg-modal-section p{font-size:.87rem;color:#475569;line-height:1.75;margin:0}.prg-modal-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.prg-modal-info-item{display:flex;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.prg-modal-info-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.prg-modal-info-item span{display:block;font-size:.7rem;color:#94a3b8;font-weight:600;margin-bottom:2px}.prg-modal-info-item strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.prg-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 28px;background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 20px 20px}.prg-modal-btn-cancel{padding:12px 24px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.prg-modal-btn-cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.prg-modal-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;border:none;background:#4f46e5;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 20px #4f46e54d}.prg-modal-btn-primary:hover{background:#4338ca;transform:translateY(-1px);box-shadow:0 12px 24px #4f46e566}@media(max-width:1200px){.prg-grid{grid-template-columns:repeat(2,1fr)}.prg-filterbar-inner{grid-template-columns:1fr 1fr}.prg-hero-title{font-size:2.4rem}}@media(max-width:900px){.prg-hero-inner{grid-template-columns:1fr}.prg-hero-right{display:none}.prg-filterbar-inner{grid-template-columns:1fr}}@media(max-width:768px){.prg-modal-overlay{padding:10px;align-items:flex-end}.prg-modal{border-radius:20px 20px 0 0;max-height:95vh}.prg-modal-cover{height:180px;border-radius:20px 20px 0 0}.prg-modal-cover-icon{width:64px;height:64px;top:16px;left:16px}.prg-modal-cover-info h2{font-size:1.25rem}.prg-modal-cover{padding:16px}.prg-modal-quickstats{grid-template-columns:repeat(2,1fr);padding:16px}.prg-modal-content{padding:18px 16px}.prg-modal-info-grid{grid-template-columns:1fr}.prg-modal-footer{padding:14px 16px;border-radius:0}.prg-modal-btn-cancel,.prg-modal-btn-primary{flex:1;justify-content:center;padding:12px 16px}}@media(max-width:640px){.prg-hero{padding:30px 16px 80px}.prg-hero-title{font-size:1.8rem}.prg-hero-subtitle{font-size:.9rem}.prg-hero-stats{flex-direction:column;gap:10px}.prg-filterbar{padding:0 16px}.prg-content{padding:20px 16px 0}.prg-grid{grid-template-columns:1fr}.prg-grid.list .prg-card{flex-direction:column}.prg-grid.list .prg-card-cover{width:100%;height:130px}}.scholarships-page{background:#f7f8fa;min-height:100vh;padding-bottom:60px}.sch-hero{background:linear-gradient(135deg,#fef3c7,#fde68a,#fef9c3);padding:40px 5% 80px;position:relative;overflow:hidden}.sch-hero-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.sch-hero-left{position:relative;z-index:2}.sch-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border-radius:999px;font-size:.72rem;font-weight:700;color:#d97706;margin-bottom:20px;box-shadow:0 2px 8px #d9770614}.sch-hero-title{font-size:3rem;font-weight:900;color:#0f172a;margin:0 0 16px;line-height:1.1;letter-spacing:-1px}.sch-hero-title-accent{color:#d97706}.sch-hero-subtitle{font-size:1rem;color:#475569;margin:0 0 32px;line-height:1.6;max-width:480px}.sch-hero-stats{display:flex;gap:20px;flex-wrap:wrap}.sch-hero-stat{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #0f172a0f}.sch-hero-stat-icon{width:40px;height:40px;border-radius:10px;background:#fef3c7;color:#d97706;display:flex;align-items:center;justify-content:center}.sch-hero-stat strong{display:block;font-size:1.05rem;font-weight:900;color:#0f172a;line-height:1}.sch-hero-stat span{display:block;font-size:.72rem;color:#64748b;font-weight:600;margin-top:3px}.sch-hero-right{position:relative;height:340px}.sch-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;border-radius:20px;box-shadow:0 20px 50px #0f172a26}.sch-hero-quote{position:absolute;top:20px;right:20px;max-width:220px;padding:16px 20px;background:#fffffff2;border-radius:14px;box-shadow:0 8px 24px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.sch-hero-quote-mark{display:block;font-size:2.4rem;font-weight:900;color:#d97706;line-height:.8;margin-bottom:4px}.sch-hero-quote p{font-size:.9rem;color:#92400e;font-weight:700;font-style:italic;line-height:1.4;margin:0}.sch-filterbar{margin-top:-50px;position:relative;z-index:5;padding:0 5%}.sch-filterbar-inner{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:14px;display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:10px;box-shadow:0 10px 40px #0f172a14}.sch-search{display:flex;align-items:center;gap:10px;padding:0 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;transition:border-color .15s}.sch-search:focus-within{border-color:#d97706;background:#fff}.sch-search svg{color:#94a3b8;flex-shrink:0}.sch-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.sch-filter-select{display:flex;align-items:center;gap:10px;padding:0 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;transition:border-color .15s}.sch-filter-select:focus-within{border-color:#d97706;background:#fff}.sch-filter-select svg{color:#94a3b8;flex-shrink:0}.sch-filter-select-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.sch-filter-select-label{display:block;font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1px}.sch-filter-select select{border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;font-weight:700;font-family:inherit;cursor:pointer;padding:0;width:100%}.sch-content{max-width:1400px;margin:0 auto;padding:32px 5% 0}.sch-main-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.sch-main-count{font-size:.85rem;color:#64748b;font-weight:600}.sch-main-count b{color:#0f172a;font-weight:800}.sch-view-toggle{display:flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:10px}.sch-view-toggle button{width:32px;height:32px;border-radius:7px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.sch-view-toggle button:hover{color:#0f172a}.sch-view-toggle button.active{background:#fff;color:#d97706;box-shadow:0 2px 6px #0f172a14}.sch-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.sch-grid.list{grid-template-columns:1fr}.sch-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.sch-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #d977061f;border-color:#fcd34d}.sch-card-cover{position:relative;height:140px;overflow:hidden;display:flex;align-items:center;justify-content:center}.sch-card-cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f59e0b,#f97316)}.sch-card-icon{position:relative;z-index:2;width:72px;height:72px;border-radius:50%;background:#fffffff2;color:#d97706;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0f172a26}.sch-card-rank{position:absolute;top:12px;left:12px;padding:5px 12px;background:#facc15;color:#713f12;font-size:.72rem;font-weight:900;border-radius:999px;box-shadow:0 3px 10px #facc1566;z-index:2}.sch-card-bookmark{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;z-index:2}.sch-card-bookmark:hover{background:#fff;color:#d97706;transform:scale(1.1)}.sch-card-body{padding:18px;display:flex;flex-direction:column;flex:1}.sch-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.sch-badge{padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.sch-badge-type{background:#fef3c7;color:#92400e}.sch-badge-country{background:#eff6ff;color:#1e40af}.sch-card-title{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 8px;line-height:1.3}.sch-card-desc{font-size:.78rem;color:#64748b;line-height:1.55;margin:0 0 14px;flex:1}.sch-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #f1f5f9}.sch-card-amount{display:flex;align-items:center;gap:5px;color:#d97706;font-size:.85rem}.sch-card-amount strong{font-weight:900}.sch-card-cta{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#d97706;font-size:.78rem;font-weight:800;cursor:pointer;padding:0;transition:gap .15s;font-family:inherit}.sch-card-cta:hover{gap:8px}.sch-grid.list .sch-card{flex-direction:row}.sch-grid.list .sch-card-cover{width:200px;height:auto;min-height:140px;flex-shrink:0}.sch-empty{background:#fff;border:1.5px dashed #e2e8f0;border-radius:16px;padding:60px 20px;text-align:center;color:#94a3b8}.sch-empty svg{color:#cbd5e1;margin-bottom:12px}.sch-empty h3{color:#334155;font-size:1.05rem;margin:0 0 6px}.sch-empty p{margin:0;font-size:.85rem}.sch-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:schFadeIn .2s ease}@keyframes schFadeIn{0%{opacity:0}to{opacity:1}}.sch-modal{background:#fff;border-radius:20px;width:100%;max-width:780px;max-height:92vh;overflow-y:auto;position:relative;box-shadow:0 30px 80px #0f172a66;animation:schSlideUp .3s ease}@keyframes schSlideUp{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.sch-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#fffffff2;border:none;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 14px #0f172a2e;transition:all .15s}.sch-modal-close:hover{background:#fff;transform:scale(1.1) rotate(90deg)}.sch-modal-cover{position:relative;height:200px;border-radius:20px 20px 0 0;overflow:hidden;display:flex;align-items:flex-end;padding:24px 28px}.sch-modal-cover-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#f59e0b,#f97316)}.sch-modal-cover-icon{position:absolute;top:24px;left:28px;width:80px;height:80px;border-radius:20px;background:#fffffff2;color:#d97706;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 32px #0f172a33;z-index:2}.sch-modal-cover-info{position:relative;z-index:2;color:#fff}.sch-modal-cover-info h2{font-size:1.6rem;font-weight:900;margin:0 0 10px;text-shadow:0 2px 8px rgba(0,0,0,.3);letter-spacing:-.5px}.sch-modal-cover-badges{display:flex;flex-wrap:wrap;gap:6px}.sch-modal-cover-badges .sch-badge{background:#fffffff2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.sch-modal-quickstats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:20px 28px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.sch-modal-quickstat{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border-radius:12px;border:1px solid #e2e8f0}.sch-modal-quickstat svg{color:#d97706;flex-shrink:0}.sch-modal-quickstat strong{display:block;font-size:.95rem;font-weight:900;color:#0f172a;line-height:1.2}.sch-modal-quickstat span{display:block;font-size:.68rem;color:#64748b;font-weight:600;margin-top:3px}.sch-modal-content{padding:24px 28px}.sch-modal-section{margin-bottom:22px}.sch-modal-section:last-child{margin-bottom:0}.sch-modal-section h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 10px;display:flex;align-items:center;gap:8px}.sch-modal-section h3 svg{color:#d97706}.sch-modal-section p{font-size:.87rem;color:#475569;line-height:1.75;margin:0}.sch-modal-requirements{display:flex;flex-direction:column;gap:8px}.sch-modal-requirement{display:flex;align-items:flex-start;gap:10px;padding:10px 14px;background:#f8fafc;border-radius:10px;border:1px solid #eef1f6;font-size:.82rem;color:#334155;line-height:1.5}.sch-modal-requirement svg{color:#16a34a;flex-shrink:0;margin-top:2px}.sch-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:18px 28px;background:#f8fafc;border-top:1px solid #e2e8f0;border-radius:0 0 20px 20px}.sch-modal-btn-cancel{padding:12px 24px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.sch-modal-btn-cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.sch-modal-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;border:none;background:#d97706;color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 20px #d977064d}.sch-modal-btn-primary:hover{background:#b45309;transform:translateY(-1px);box-shadow:0 12px 24px #d9770666}@media(max-width:1200px){.sch-grid{grid-template-columns:repeat(2,1fr)}.sch-filterbar-inner{grid-template-columns:1fr 1fr}.sch-hero-title{font-size:2.4rem}}@media(max-width:900px){.sch-hero-inner{grid-template-columns:1fr}.sch-hero-right{display:none}.sch-filterbar-inner{grid-template-columns:1fr}}@media(max-width:768px){.sch-modal-overlay{padding:10px;align-items:flex-end}.sch-modal{border-radius:20px 20px 0 0;max-height:95vh}.sch-modal-cover{height:180px;border-radius:20px 20px 0 0}.sch-modal-cover-icon{width:64px;height:64px;top:16px;left:16px}.sch-modal-cover-info h2{font-size:1.25rem}.sch-modal-cover{padding:16px}.sch-modal-quickstats{grid-template-columns:repeat(2,1fr);padding:16px}.sch-modal-content{padding:18px 16px}.sch-modal-footer{padding:14px 16px;border-radius:0}.sch-modal-btn-cancel,.sch-modal-btn-primary{flex:1;justify-content:center;padding:12px 16px}}@media(max-width:640px){.sch-hero{padding:30px 16px 80px}.sch-hero-title{font-size:1.8rem}.sch-hero-subtitle{font-size:.9rem}.sch-hero-stats{flex-direction:column;gap:10px}.sch-filterbar{padding:0 16px}.sch-content{padding:20px 16px 0}.sch-grid{grid-template-columns:1fr}.sch-grid.list .sch-card{flex-direction:column}.sch-grid.list .sch-card-cover{width:100%;height:140px}}.universities-page{background:#f7f8fa;min-height:100vh;padding-bottom:60px}.uni-hero{background:linear-gradient(135deg,#e0f2fe,#dbeafe,#e0e7ff);padding:40px 5% 80px;position:relative;overflow:hidden}.uni-hero-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.uni-hero-left{position:relative;z-index:2}.uni-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#fff;border-radius:999px;font-size:.72rem;font-weight:700;color:#2563eb;margin-bottom:20px;box-shadow:0 2px 8px #2563eb14}.uni-hero-title{font-size:3rem;font-weight:900;color:#0f172a;margin:0 0 16px;line-height:1.1;letter-spacing:-1px}.uni-hero-title-accent{color:#2563eb}.uni-hero-subtitle{font-size:1rem;color:#475569;margin:0 0 32px;line-height:1.6;max-width:480px}.uni-hero-stats{display:flex;gap:20px;flex-wrap:wrap}.uni-hero-stat{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#fff;border-radius:12px;box-shadow:0 4px 14px #0f172a0f}.uni-hero-stat-icon{width:40px;height:40px;border-radius:10px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.uni-hero-stat strong{display:block;font-size:1.05rem;font-weight:900;color:#0f172a;line-height:1}.uni-hero-stat span{display:block;font-size:.72rem;color:#64748b;font-weight:600;margin-top:3px}.uni-hero-right{position:relative;height:340px}.uni-hero-image{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;border-radius:20px;box-shadow:0 20px 50px #0f172a26}.uni-hero-quote{position:absolute;top:20px;right:20px;max-width:220px;padding:16px 20px;background:#fffffff2;border-radius:14px;box-shadow:0 8px 24px #0f172a1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.uni-hero-quote-mark{display:block;font-size:2.4rem;font-weight:900;color:#2563eb;line-height:.8;margin-bottom:4px}.uni-hero-quote p{font-size:.9rem;color:#1e3a8a;font-weight:700;font-style:italic;line-height:1.4;margin:0}.uni-filterbar{margin-top:-50px;position:relative;z-index:5;padding:0 5%}.uni-filterbar-inner{max-width:1400px;margin:0 auto;background:#fff;border-radius:16px;padding:14px;display:grid;grid-template-columns:1.5fr repeat(4,1fr);gap:10px;box-shadow:0 10px 40px #0f172a14}.uni-search{display:flex;align-items:center;gap:10px;padding:0 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;transition:border-color .15s}.uni-search:focus-within{border-color:#2563eb;background:#fff}.uni-search svg{color:#94a3b8;flex-shrink:0}.uni-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.uni-filter-select{display:flex;align-items:center;gap:10px;padding:0 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;height:52px;position:relative;transition:border-color .15s}.uni-filter-select:focus-within{border-color:#2563eb;background:#fff}.uni-filter-select svg{color:#94a3b8;flex-shrink:0}.uni-filter-select-content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:0}.uni-filter-select-label{display:block;font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1px}.uni-filter-select select{border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;font-weight:700;font-family:inherit;cursor:pointer;padding:0;width:100%}.uni-content{padding:32px 5% 0}.uni-content-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:280px 1fr;gap:24px;align-items:start}.uni-sidebar{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;position:sticky;top:20px}.uni-sidebar-title{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 20px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.uni-sidebar-group{margin-bottom:22px;padding-bottom:20px;border-bottom:1px solid #f1f5f9}.uni-sidebar-group:last-of-type{border-bottom:none}.uni-sidebar-group h4{font-size:.78rem;font-weight:800;color:#334155;margin:0 0 12px;text-transform:uppercase;letter-spacing:.4px}.uni-sidebar-check{display:flex;align-items:center;gap:10px;padding:7px 0;cursor:pointer;font-size:.84rem;color:#475569;transition:color .15s}.uni-sidebar-check:hover{color:#0f172a}.uni-sidebar-check input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer;flex-shrink:0}.uni-sidebar-flag{font-size:1rem;line-height:1;flex-shrink:0}.uni-sidebar-label{flex:1;font-weight:600}.uni-sidebar-count{font-size:.76rem;color:#94a3b8;font-weight:700}.uni-sidebar-more{display:flex;align-items:center;gap:6px;background:none;border:none;color:#2563eb;font-size:.78rem;font-weight:700;cursor:pointer;padding:8px 0 0}.uni-sidebar-more:hover{text-decoration:underline}.uni-sidebar-reset{width:100%;padding:10px;border-radius:10px;border:1.5px solid #e2e8f0;background:#f8fafc;color:#475569;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s}.uni-sidebar-reset:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.uni-main{min-width:0}.uni-main-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.uni-main-count{font-size:.85rem;color:#64748b;font-weight:600}.uni-main-count b{color:#0f172a;font-weight:800}.uni-view-toggle{display:flex;gap:4px;padding:4px;background:#f1f5f9;border-radius:10px}.uni-view-toggle button{width:32px;height:32px;border-radius:7px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.uni-view-toggle button:hover{color:#0f172a}.uni-view-toggle button.active{background:#fff;color:#2563eb;box-shadow:0 2px 6px #0f172a14}.uni-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.uni-grid.list{grid-template-columns:1fr}.uni-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;padding:0!important;margin:0!important;gap:0;position:relative}.uni-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1f;border-color:#bfdbfe}.uni-card-cover{position:relative;display:block;width:100%;height:180px;overflow:hidden;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:0;margin:0!important;padding:0!important;flex-shrink:0}.uni-card-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transition:transform .4s;margin:0!important;padding:0!important;border:none;border-radius:0}.uni-card:hover .uni-card-cover img{transform:scale(1.05)}.uni-card-cover-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#dbeafe,#c7d2fe);display:flex;align-items:center;justify-content:center;color:#94a3b8}.uni-card-rank{position:absolute;top:12px;left:12px;padding:5px 12px;background:#facc15;color:#713f12;font-size:.72rem;font-weight:900;border-radius:999px;box-shadow:0 3px 10px #facc1566;z-index:2}.uni-card-bookmark{position:absolute;top:12px;right:12px;width:34px;height:34px;border-radius:50%;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;z-index:2}.uni-card-bookmark:hover{background:#fff;color:#2563eb;transform:scale(1.1)}.uni-card-body{padding:0 18px 18px;display:flex;flex-direction:column;flex:1}.uni-card-logo-row{display:flex;gap:12px;align-items:center;margin-bottom:14px;margin-top:-22px;position:relative;z-index:2}.uni-card-logo{width:56px;height:56px;min-width:56px;border-radius:14px;background:#fff;border:3px solid #ffffff;box-shadow:0 6px 16px #0f172a1f;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:900;color:#2563eb;overflow:hidden}.uni-card-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.uni-card-title{flex:1;min-width:0;padding-top:22px}.uni-card-name{display:flex;align-items:center;gap:5px;font-size:.9rem;font-weight:800;color:#0f172a;line-height:1.3;margin-bottom:4px}.uni-card-location{display:flex;align-items:center;gap:5px;font-size:.74rem;color:#64748b;font-weight:600}.uni-card-location span:first-child{font-size:.9rem;line-height:1}.uni-card-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.uni-badge{padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.uni-badge-state{background:#dbeafe;color:#1e40af}.uni-badge-private{background:#fef3c7;color:#92400e}.uni-badge-rank{background:#dcfce7;color:#15803d}.uni-badge-research{background:#f3e8ff;color:#6b21a8}.uni-badge-year{background:#f1f5f9;color:#475569;display:inline-flex;align-items:center;gap:4px}.uni-card-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:14px;margin-top:auto}.uni-card-stat{display:flex;align-items:center;gap:6px;color:#64748b}.uni-card-stat svg{color:#94a3b8;flex-shrink:0}.uni-card-stat strong{display:block;font-size:.82rem;font-weight:800;color:#0f172a;line-height:1}.uni-card-stat span{display:block;font-size:.64rem;color:#94a3b8;font-weight:600;margin-top:2px}.uni-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.uni-card-rating{display:flex;align-items:center;gap:4px;font-size:.78rem;color:#64748b}.uni-card-rating strong{color:#0f172a;font-weight:900}.uni-card-rating span{font-size:.7rem;color:#94a3b8}.uni-card-cta{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#2563eb;font-size:.78rem;font-weight:800;cursor:pointer;padding:0;transition:gap .15s;font-family:inherit}.uni-card-cta:hover{gap:8px}.uni-empty{background:#fff;border:1.5px dashed #e2e8f0;border-radius:16px;padding:60px 20px;text-align:center;color:#94a3b8}.uni-empty svg{color:#cbd5e1;margin-bottom:12px}.uni-empty h3{color:#334155;font-size:1.05rem;margin:0 0 6px}.uni-empty p{margin:0;font-size:.85rem}.uni-grid.list .uni-card{flex-direction:row}.uni-grid.list .uni-card-cover{width:240px;height:auto;min-height:180px;flex-shrink:0}.uni-grid.list .uni-card-body{padding:16px 20px;flex:1}.uni-grid.list .uni-card-logo-row{margin-top:0}.uni-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab8;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:uniFadeIn .2s ease}@keyframes uniFadeIn{0%{opacity:0}to{opacity:1}}.uni-modal{background:#fff;border-radius:22px;width:100%;max-width:880px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 30px 80px #0f172a80,0 0 0 1px #ffffff0d;animation:uniSlideUp .32s cubic-bezier(.34,1.56,.64,1)}@keyframes uniSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.uni-modal-close{position:absolute;top:16px;right:16px;width:40px;height:40px;border-radius:50%;background:#fffffff5;border:none;color:#0f172a;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 14px #0f172a40;transition:all .15s}.uni-modal-close:hover{background:#fff;transform:rotate(90deg) scale(1.08);color:#dc2626}.uni-modal-cover{position:relative;width:100%;height:240px;min-height:240px;flex-shrink:0;overflow:hidden;background:linear-gradient(135deg,#1e3a8a,#7c3aed,#a855f7);background-size:cover;background-position:center;padding:0;margin:0;display:flex;align-items:flex-end;border-radius:22px 22px 0 0}.uni-modal-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a0d,#0f172a40 40%,#0f172acc);pointer-events:none;z-index:1}.uni-modal-rank-badge{position:absolute;top:16px;left:16px;z-index:3;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#facc15;color:#713f12;font-size:.72rem;font-weight:900;border-radius:999px;box-shadow:0 4px 14px #facc1580}.uni-modal-cover-info{position:relative;z-index:2;display:flex;align-items:flex-end;gap:16px;padding:0 28px 22px;width:100%;color:#fff}.uni-modal-logo{width:88px;height:88px;min-width:88px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid #ffffff;box-shadow:0 12px 32px #0f172a66;color:#2563eb;flex-shrink:0}.uni-modal-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:10px}.uni-modal-cover-text{flex:1;min-width:0;padding-bottom:4px}.uni-modal-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:8px}.uni-modal-title-row h2{font-size:1.55rem;font-weight:900;margin:0;letter-spacing:-.4px;text-shadow:0 2px 12px rgba(0,0,0,.5);line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.uni-modal-verified{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#ecfdf5;color:#16a34a;font-size:.7rem;font-weight:800;border-radius:999px;flex-shrink:0}.uni-modal-location{display:flex;align-items:center;gap:6px;font-size:.86rem;color:#fffffff2;font-weight:600;flex-wrap:wrap}.uni-modal-quickstats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;padding:16px 28px;background:#f8fafc;border-bottom:1px solid #eef2f7;flex-shrink:0}.uni-modal-quickstat{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #eef2f7;border-radius:12px}.uni-modal-quickstat svg{color:#2563eb;flex-shrink:0}.uni-modal-quickstat>div{min-width:0}.uni-modal-quickstat strong{display:block;font-size:1rem;font-weight:900;color:#0f172a;line-height:1}.uni-modal-quickstat span{display:block;font-size:.66rem;color:#64748b;font-weight:700;margin-top:3px}.uni-modal-tabs{display:flex;gap:2px;padding:0 20px;background:#fff;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.uni-modal-tabs::-webkit-scrollbar{display:none}.uni-modal-tab{display:inline-flex;align-items:center;gap:6px;padding:14px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s;font-family:inherit;flex-shrink:0}.uni-modal-tab:hover{color:#0f172a;background:#f8fafc}.uni-modal-tab.active{color:#2563eb;border-bottom-color:#2563eb;background:transparent}.uni-modal-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.65rem;font-weight:800;line-height:1}.uni-modal-tab.active .uni-modal-tab-count{background:#2563eb;color:#fff}.uni-modal-content{flex:1;overflow-y:auto;padding:22px 28px 26px;background:#fff;min-height:200px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.uni-modal-content::-webkit-scrollbar{width:8px}.uni-modal-content::-webkit-scrollbar-track{background:transparent}.uni-modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px;border:2px solid #ffffff}.uni-modal-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.uni-modal-tab-content{animation:tabFade .2s ease}@keyframes tabFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.uni-modal-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.uni-modal-section{margin-bottom:24px}.uni-modal-section h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 10px;display:flex;align-items:center;gap:8px}.uni-modal-section p{font-size:.9rem;color:#475569;line-height:1.75;margin:0}.uni-modal-hint{font-size:.8rem;color:#94a3b8;margin:0 0 14px;font-weight:500;line-height:1.5}.uni-modal-info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.uni-modal-info-item{display:flex;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.uni-modal-info-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.uni-modal-info-item span{display:block;font-size:.7rem;color:#94a3b8;font-weight:600;margin-bottom:2px}.uni-modal-info-item strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.uni-modal-faculties{display:flex;flex-direction:column;gap:12px}.uni-modal-faculty{padding:16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;transition:all .15s}.uni-modal-faculty:hover{background:#eff6ff;border-color:#bfdbfe}.uni-modal-faculty-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.uni-modal-faculty-icon{width:42px;height:42px;min-width:42px;border-radius:11px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.uni-modal-faculty-head>div:last-child{flex:1}.uni-modal-faculty-head strong{display:block;font-size:.92rem;color:#0f172a;font-weight:800}.uni-modal-faculty-head span{display:block;font-size:.74rem;color:#64748b;font-weight:600;margin-top:2px}.uni-modal-faculty-programs{display:flex;flex-wrap:wrap;gap:6px}.uni-modal-program{padding:5px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:.74rem;color:#475569;font-weight:600}.uni-modal-program.more{background:#eff6ff;color:#2563eb;border-color:#bfdbfe;font-weight:800}.uni-modal-program-lang{display:inline-flex;align-items:center;margin-left:6px;padding:1px 7px;border-radius:999px;background:#4f46e5;color:#fff;font-size:.6rem;font-weight:800;text-transform:uppercase;letter-spacing:.3px;vertical-align:middle}.uni-modal-tuition-table{overflow-x:auto;border-radius:12px;border:1px solid #e2e8f0;background:#fff}.uni-modal-tuition-table table{width:100%;border-collapse:collapse;font-size:.85rem}.uni-modal-tuition-table thead{background:#f8fafc}.uni-modal-tuition-table th{background:#f8fafc;color:#475569;font-weight:800;text-align:left;padding:14px 18px;border-bottom:1.5px solid #e2e8f0;font-size:.72rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.uni-modal-tuition-table th:last-child{text-align:right}.uni-modal-tuition-table td{padding:13px 18px;border-bottom:1px solid #f1f5f9;color:#334155;line-height:1.5;vertical-align:top}.uni-modal-tuition-table td:last-child{text-align:right;white-space:nowrap;color:#2563eb;font-weight:800}.uni-modal-tuition-table td strong{color:#2563eb;font-weight:900;font-size:.9rem}.uni-modal-tuition-table tbody tr:hover{background:#f8fafc}.uni-modal-tuition-table tbody tr:last-child td{border-bottom:none}.uni-modal-list{display:flex;flex-direction:column;gap:8px}.uni-modal-list-item{display:flex;align-items:flex-start;gap:12px;padding:13px 16px;background:#f8fafc;border-radius:10px;border:1px solid #eef1f6;font-size:.85rem;color:#334155;line-height:1.6;transition:all .15s}.uni-modal-list-item:hover{background:#eff6ff;border-color:#bfdbfe}.uni-modal-list-item svg{color:#2563eb;flex-shrink:0;margin-top:2px}.uni-modal-list-item span{flex:1;word-break:break-word}.uni-modal-contact{display:flex;flex-direction:column;gap:10px}.uni-modal-contact-row{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0;text-decoration:none;color:inherit;transition:all .15s}.uni-modal-contact-row:hover{background:#eff6ff;border-color:#bfdbfe}.uni-modal-contact-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center}.uni-modal-contact-row>div:last-of-type{flex:1}.uni-modal-contact-row span{display:block;font-size:.7rem;color:#94a3b8;font-weight:600;margin-bottom:2px}.uni-modal-contact-row strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800;word-break:break-word}.uni-modal-contact-row>svg{color:#94a3b8}.uni-modal-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:50px 20px;color:#94a3b8;text-align:center}.uni-modal-empty svg{color:#cbd5e1}.uni-modal-empty p{margin:0;font-size:.85rem}.uni-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:16px 28px;background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;box-shadow:0 -6px 20px #0f172a0a;border-radius:0 0 22px 22px}.uni-modal-btn-cancel{padding:12px 24px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.uni-modal-btn-cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.uni-modal-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;border:none;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 22px #2563eb59}.uni-modal-btn-primary:hover{background:linear-gradient(135deg,#1d4ed8,#4338ca);transform:translateY(-1px);box-shadow:0 12px 28px #2563eb73}.uni-currency-selector{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:14px 16px;background:#f8faff;border:1px solid #e0e7ff;border-radius:12px;margin-bottom:18px}.uni-currency-label{font-size:.82rem;font-weight:700;color:#475569;margin-right:4px}.uni-currency-btn{padding:7px 14px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;color:#334155;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s ease;font-family:inherit}.uni-currency-btn:hover{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.uni-currency-btn.active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb40}.uni-currency-loading{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#d97706;margin-left:auto;font-weight:600}.uni-deadline-groups{display:flex;flex-direction:column;gap:18px}.uni-deadline-group{background:#fff;border:1px solid #eef1f6;border-radius:14px;overflow:hidden}.uni-deadline-group-head{display:flex;align-items:center;gap:8px;padding:12px 16px;background:linear-gradient(90deg,#f8faff,#eef2ff);border-bottom:1px solid #eef1f6;color:#4f46e5}.uni-deadline-group-head strong{flex:1;font-size:.85rem;font-weight:800;color:#0f172a;text-transform:capitalize}.uni-deadline-group-head span{font-size:.72rem;font-weight:700;color:#6366f1;background:#eef2ff;padding:3px 10px;border-radius:999px}.uni-deadline-list{display:flex;flex-direction:column}.uni-deadline-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-bottom:1px solid #f1f5f9;transition:background .15s ease}.uni-deadline-item:last-child{border-bottom:none}.uni-deadline-item:hover{background:#f8fafc}.uni-deadline-date{width:46px;height:46px;min-width:46px;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5;flex-shrink:0}.uni-deadline-date strong{font-size:1rem;font-weight:800;line-height:1}.uni-deadline-date span{font-size:.6rem;font-weight:700;text-transform:uppercase;margin-top:2px;opacity:.7}.uni-deadline-body{flex:1;min-width:0}.uni-deadline-body strong{display:block;font-size:.86rem;color:#0f172a;font-weight:700;line-height:1.35;margin-bottom:3px}.uni-deadline-body span{display:block;font-size:.75rem;color:#64748b;font-weight:500}.uni-deadline-item.urgency-red .uni-deadline-date{background:#fee2e2;color:#dc2626}.uni-deadline-item.urgency-orange .uni-deadline-date{background:#fed7aa;color:#ea580c}.uni-deadline-item.urgency-green .uni-deadline-date{background:#d1fae5;color:#16a34a}.uni-deadline-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap;flex-shrink:0}.uni-deadline-badge.urgency-red{background:#fee2e2;color:#dc2626}.uni-deadline-badge.urgency-orange{background:#fed7aa;color:#ea580c}.uni-deadline-badge.urgency-green{background:#d1fae5;color:#16a34a}.uni-deadline-badge.urgency-gray{background:#f1f5f9;color:#64748b}@media(max-width:1200px){.uni-grid{grid-template-columns:repeat(2,1fr)}.uni-filterbar-inner{grid-template-columns:1fr 1fr}.uni-hero-title{font-size:2.4rem}}@media(max-width:900px){.uni-hero-inner{grid-template-columns:1fr}.uni-hero-right{display:none}.uni-content-inner{grid-template-columns:1fr}.uni-sidebar{position:static}.uni-filterbar-inner{grid-template-columns:1fr}}@media(max-width:768px){.uni-modal-overlay{padding:0;align-items:flex-end}.uni-modal{max-width:100%;max-height:92dvh;border-radius:22px 22px 0 0;animation:uniSlideUpMobile .32s cubic-bezier(.32,.72,0,1)}@keyframes uniSlideUpMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.uni-modal-cover{height:180px;min-height:180px;border-radius:22px 22px 0 0}.uni-modal-logo{width:68px;height:68px;min-width:68px;border-radius:15px;border-width:3px}.uni-modal-cover-info{padding:0 18px 16px;gap:12px}.uni-modal-title-row h2{font-size:1.15rem;-webkit-line-clamp:2}.uni-modal-location{font-size:.78rem}.uni-modal-close{top:12px;right:12px;width:34px;height:34px}.uni-modal-quickstats{padding:12px 16px;grid-template-columns:repeat(2,1fr);gap:8px}.uni-modal-quickstat{padding:9px 10px}.uni-modal-quickstat strong{font-size:.92rem}.uni-modal-tabs{padding:0 12px}.uni-modal-tab{padding:12px;font-size:.76rem;gap:4px}.uni-modal-tab-count{min-width:18px;height:18px;padding:0 5px;font-size:.6rem}.uni-modal-content{padding:16px 16px 20px}.uni-modal-info-grid{grid-template-columns:1fr}.uni-modal-tuition-table th,.uni-modal-tuition-table td,.uni-modal-list-item{padding:11px 14px;font-size:.8rem}.uni-modal-footer{padding:14px 16px calc(14px + env(safe-area-inset-bottom));border-radius:0;gap:8px}.uni-modal-btn-cancel,.uni-modal-btn-primary{flex:1;justify-content:center;padding:12px 16px;font-size:.8rem}}@media(max-width:640px){.uni-hero{padding:30px 16px 80px}.uni-hero-title{font-size:1.8rem}.uni-hero-subtitle{font-size:.9rem}.uni-hero-stats{flex-direction:column;gap:10px}.uni-filterbar{padding:0 16px}.uni-content{padding:20px 16px 0}.uni-grid{grid-template-columns:1fr}.uni-grid.list .uni-card{flex-direction:column}.uni-grid.list .uni-card-cover{width:100%;height:160px}.uni-sidebar{padding:16px}.uni-currency-selector{padding:12px}.uni-currency-btn{padding:6px 10px;font-size:.72rem}.uni-deadline-item{gap:10px;padding:10px 12px}.uni-deadline-date{width:40px;height:40px;min-width:40px}.uni-deadline-body strong{font-size:.8rem}.uni-deadline-badge{font-size:.64rem;padding:4px 8px}}@media(max-width:400px){.uni-modal-cover{height:160px;min-height:160px}.uni-modal-logo{width:56px;height:56px;min-width:56px;border-radius:12px}.uni-modal-title-row h2{font-size:1.02rem}.uni-modal-quickstats{grid-template-columns:1fr 1fr;padding:10px 12px}.uni-modal-tab{padding:10px;font-size:.72rem}.uni-modal-content{padding:14px 14px 18px}}.co-standalone-page{background:#f7f8fa;min-height:100vh;width:100%;margin:0!important;padding:0!important}.co-hero{position:relative;overflow:hidden;padding:32px 5% 70px;min-height:340px;background:linear-gradient(135deg,#1e3a8a,#4f46e5)}.co-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center 40%;background-repeat:no-repeat;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);will-change:transform;z-index:0;pointer-events:none}.co-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(100deg,#0f172aa6,#0f172a59 40%,#0f172a1a 75%,#0f172a05);z-index:1;pointer-events:none}.co-hero-inner{position:relative;z-index:2;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:start}.co-logo-box{position:absolute;top:28px;left:32px;width:90px;height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:3;background:#fff;border-radius:18px;padding:10px;box-sizing:border-box;box-shadow:0 10px 28px #0f172a33}.co-logo-box img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:0}.co-logo-box>span{width:100%;height:100%;border-radius:12px;background:#1e3a8a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900}.co-hero-info{grid-column:1;position:relative;padding:28px 40px 28px 142px;min-height:130px;border-radius:20px;background:linear-gradient(90deg,#fff0,#fff0 130px,#ffffffd9,#fff 160px,#fffffff2 30%,#ffffffb3,#ffffff4d 80%,#fff0)}.co-hero-title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}.co-hero-name{font-size:1.75rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.5px}.co-verified-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.72rem;font-weight:800}.co-hero-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:10px;align-items:center}.co-meta-item{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#64748b}.co-meta-item svg{color:#facc15;flex-shrink:0}.co-meta-item strong{color:#0f172a;font-weight:800}.co-meta-item span{color:#64748b;font-size:.82rem}.co-hero-location{display:flex;align-items:center;gap:6px;font-size:.82rem;color:#64748b;margin-bottom:10px}.co-hero-countries{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:20px;align-items:center}.co-country-pill{display:inline-flex;align-items:center;gap:5px;padding:0;background:transparent;color:#475569;font-size:.82rem;font-weight:600;border:none}.co-country-pill:not(.co-country-pill-more):after{content:"·";color:#cbd5e1;margin-left:6px;margin-right:2px;font-weight:900;font-size:1rem}.co-country-pill:last-child:after,.co-country-pill-more:after{display:none}.co-country-flag-mini{font-size:1rem;line-height:1}.co-country-pill-more{color:#2563eb;font-weight:700;margin-left:4px}.co-hero-cta{display:flex;gap:10px;flex-wrap:wrap}.co-hero-cta .co-btn{padding:11px 24px;font-size:.85rem}.co-hero-quote{display:none}.co-share-btn{position:absolute;top:132px;left:55px;width:44px;height:44px;border-radius:50%;background:#fff;border:none;color:#1e3a8a;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #0f172a33;transition:all .2s;z-index:4}.co-share-btn:hover{background:#eff6ff;transform:scale(1.1);box-shadow:0 8px 24px #2563eb4d}.co-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;border:none;transition:all .15s ease;text-decoration:none;white-space:nowrap}.co-btn-primary{background:#2563eb;color:#fff;box-shadow:0 8px 20px #2563eb4d}.co-btn-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 12px 24px #2563eb66}.co-btn-outline{background:#fff;color:#2563eb;border:1.5px solid #2563eb}.co-btn-outline:hover{background:#eff6ff}.co-btn-full{width:100%}.co-btn-sm{padding:8px 14px;font-size:.78rem}.co-tabs{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #0f172a0a;width:100%}.co-tabs-inner{max-width:1400px;margin:0 auto;padding:0 5%;display:flex;gap:4px;overflow-x:auto;scrollbar-width:none}.co-tabs-inner::-webkit-scrollbar{display:none}.co-tab{padding:16px 20px;background:transparent;border:none;font-size:.85rem;font-weight:700;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;transition:all .15s;white-space:nowrap}.co-tab:hover{color:#0f172a}.co-tab.active{color:#2563eb;border-bottom-color:#2563eb}.co-layout{max-width:1400px;margin:0 auto;padding:28px 5% 100px;display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start}.co-main{display:flex;flex-direction:column;gap:20px;min-width:0}.co-section{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;scroll-margin-top:80px}.co-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;gap:12px;flex-wrap:wrap}.co-section-head h2{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0}.co-section-head p{font-size:.78rem;color:#94a3b8;margin:4px 0 0}.co-link{background:none;border:none;color:#2563eb;font-size:.78rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:2px;text-decoration:none}.co-link:hover{text-decoration:underline}.co-about-grid{display:grid;grid-template-columns:1fr 320px;gap:24px;align-items:start}.co-about-text{font-size:.92rem;color:#475569;line-height:1.75;margin:0 0 24px}.co-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.co-stat{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;padding:14px 8px;border-radius:12px;background:#f8fafc;border:1px solid #eef1f6}.co-stat-icon{width:40px;height:40px;border-radius:12px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.co-stat strong{font-size:1.15rem;font-weight:900;color:#0f172a;line-height:1}.co-stat span{font-size:.7rem;color:#94a3b8;font-weight:600}.co-about-image{border-radius:12px;overflow:hidden;height:240px;background:#f1f5f9;border:1px solid #eef1f6}.co-about-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.co-about-image-placeholder{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a3b8;gap:8px;font-size:.8rem}.co-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.co-service-card{padding:20px;border:1px solid #eef1f6;border-radius:12px;background:#fff;transition:all .15s}.co-service-card:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #2563eb14;transform:translateY(-2px)}.co-service-icon{width:44px;height:44px;border-radius:12px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.co-service-card h3{font-size:.88rem;font-weight:800;color:#0f172a;margin:0 0 6px}.co-service-card p{font-size:.78rem;color:#64748b;line-height:1.55;margin:0}.co-team-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.co-team-card{padding:18px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;text-align:center;transition:all .15s}.co-team-card:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #2563eb14}.co-team-avatar{width:72px;height:72px;border-radius:50%;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-size:1.6rem;font-weight:900;margin:0 auto 12px;overflow:hidden;border:3px solid #ffffff;box-shadow:0 4px 12px #2563eb26}.co-team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.co-team-card strong{display:block;font-size:.88rem;color:#0f172a;margin-bottom:3px}.co-team-position{display:block;font-size:.76rem;color:#2563eb;font-weight:700;margin-bottom:8px}.co-team-meta{display:flex;justify-content:center;gap:6px;font-size:.7rem;color:#64748b}.co-team-meta span{display:inline-flex;align-items:center;gap:4px}.co-stories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.co-story-card{display:flex;gap:14px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .15s}.co-story-card:hover{border-color:#bfdbfe;box-shadow:0 8px 24px #2563eb14}.co-story-left{flex-shrink:0}.co-story-photo{width:72px;height:90px;border-radius:8px;overflow:hidden;background:#f1f5f9}.co-story-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.co-story-photo-ph{width:100%;height:100%;background:#eff6ff;color:#93c5fd;display:flex;align-items:center;justify-content:center}.co-story-right{flex:1;min-width:0}.co-story-country-row{display:flex;align-items:center;gap:6px;font-size:.72rem;color:#64748b;margin-bottom:6px}.co-story-country-row span:first-child{font-size:1rem}.co-story-name{display:block;font-size:.88rem;color:#0f172a;margin-bottom:4px}.co-story-uni{font-size:.75rem;color:#2563eb;font-weight:700;margin-bottom:2px}.co-story-program{font-size:.7rem;color:#94a3b8;margin-bottom:8px}.co-story-quote{font-size:.75rem;color:#475569;font-style:italic;line-height:1.5;margin:0 0 8px}.co-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.co-empty-reviews{text-align:center;padding:40px 20px;color:#94a3b8;display:flex;flex-direction:column;align-items:center;gap:12px}.co-empty-reviews svg{color:#cbd5e1}.co-review-card{display:flex;gap:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.co-review-avatar{width:40px;height:40px;border-radius:50%;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0;overflow:hidden}.co-review-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.co-review-body{flex:1;min-width:0}.co-review-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px;flex-wrap:wrap}.co-review-head strong{font-size:.85rem;color:#0f172a}.co-review-stars{display:flex;align-items:center;gap:2px}.co-review-date{font-size:.7rem;color:#94a3b8;margin-left:8px}.co-review-body p{font-size:.82rem;color:#475569;line-height:1.6;margin:0}.co-sidebar{display:flex;flex-direction:column;gap:16px;position:sticky;top:80px}.co-sidebar-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px}.co-sidebar-card h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 14px}.co-sidebar-cta{text-align:center;background:linear-gradient(180deg,#fff,#f8faff);border-color:#dbeafe}.co-sidebar-icon{width:52px;height:52px;border-radius:14px;background:#eff6ff;color:#2563eb;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.co-sidebar-cta h3{font-size:.95rem;margin-bottom:8px;line-height:1.35}.co-sidebar-cta p{font-size:.8rem;color:#64748b;line-height:1.55;margin:0 0 16px}.co-sidebar-cta .co-btn{margin-bottom:8px}.co-sidebar-features{list-style:none;padding:14px 0 0;margin:14px 0 0;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:8px;text-align:left}.co-sidebar-features li{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#475569;font-weight:600}.co-sidebar-features svg{color:#2563eb}.co-sidebar-verified{display:flex;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;background:#eff6ff;border-radius:10px;font-size:.72rem;color:#1e40af;font-weight:600;text-align:left;line-height:1.5}.co-contact-row{display:flex;align-items:center;gap:10px;padding:10px 0;color:#475569;font-size:.83rem;text-decoration:none;border-bottom:1px solid #f1f5f9;transition:color .15s}.co-contact-row:last-child{border-bottom:none}.co-contact-row:hover{color:#2563eb}.co-contact-row svg{color:#94a3b8;flex-shrink:0}.co-share-row{display:flex;gap:8px;flex-wrap:wrap}.co-share-icon{width:36px;height:36px;border-radius:10px;background:#f1f5f9;border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.co-share-icon:hover{background:#eff6ff;color:#2563eb;transform:translateY(-2px)}.co-mobile-hero-head,.co-mobile-hero-meta,.co-mobile-hero-location-block,.co-mobile-hero-cta,.co-mobile-quick-stats,.co-mobile-stats-row,.co-mobile-info-toggle,.co-mobile-info-expanded,.co-bottom-nav,.co-bottom-sheet-overlay{display:none}.co-mobile-sticky,.co-mobile-nav{display:none!important}.co-loading,.co-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;text-align:center;padding:40px 20px;background:#f7f8fa}.co-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:co-spin .8s linear infinite}@keyframes co-spin{to{transform:rotate(360deg)}}.co-notfound-icon{width:80px;height:80px;border-radius:24px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.co-notfound h1{font-size:1.5rem;color:#0f172a;margin:0}.co-notfound p{color:#64748b;margin:0 0 12px}.co-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.co-modal{background:#fff;border-radius:18px;padding:30px;width:100%;max-width:480px;position:relative;max-height:90vh;overflow-y:auto;box-shadow:0 30px 60px #0f172a4d}.co-modal-sm{max-width:420px}.co-modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:#f1f5f9;border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.co-modal-close:hover{background:#e2e8f0;color:#0f172a}.co-modal h2{font-size:1.25rem;font-weight:800;color:#0f172a;margin:0 0 6px}.co-modal-sub{font-size:.83rem;color:#64748b;margin:0 0 18px}.co-modal-tabs{display:flex;gap:6px;padding:4px;background:#f1f5f9;border-radius:10px;margin-bottom:18px}.co-modal-tabs button{flex:1;padding:9px 12px;border-radius:7px;border:none;background:transparent;font-size:.8rem;font-weight:700;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .15s}.co-modal-tabs button.active{background:#fff;color:#2563eb;box-shadow:0 2px 6px #0f172a14}.co-modal-form{display:flex;flex-direction:column;gap:12px}.co-modal-form input,.co-modal-form textarea{padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.87rem;font-family:inherit;color:#0f172a;outline:none;background:#f8fafc;transition:all .15s;resize:vertical}.co-modal-form input:focus,.co-modal-form textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.co-modal-success{text-align:center;padding:20px 0}.co-modal-success h2{margin:16px 0 8px;color:#16a34a}.co-modal-success p{color:#64748b;font-size:.88rem}.co-rating-picker{display:flex;align-items:center;gap:12px;padding:8px 0}.co-rating-picker>span{font-size:.85rem;font-weight:700;color:#334155}.co-star-btn{background:none;border:none;cursor:pointer;padding:2px}.co-appointment-section{background:#f8faff;border:1.5px dashed #c7d2fe;border-radius:12px;padding:16px;margin-bottom:4px}.co-appointment-types{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.co-appointment-type{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 12px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s}.co-appointment-type:hover{border-color:#c7d2fe;background:#f8faff}.co-appointment-type.active{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 4px 12px #4f46e540}.co-appointment-datetime{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:8px}.co-appointment-datetime .co-field{display:flex;flex-direction:column;gap:5px}.co-appointment-datetime .co-field label{display:flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;color:#475569}.co-appointment-datetime .co-field input{padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:9px;font-size:.85rem;font-family:inherit;color:#0f172a;outline:none;background:#fff;transition:all .15s}.co-appointment-datetime .co-field input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.co-appointment-hint{font-size:.7rem;color:#94a3b8;margin:6px 0 0;font-style:italic}.co-share-url{display:flex;gap:8px;margin-bottom:18px}.co-share-url input{flex:1;padding:10px 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.82rem;color:#334155;outline:none}.co-share-url button{padding:10px 16px;background:#2563eb;color:#fff;border:none;border-radius:10px;font-size:.8rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s}.co-share-url button:hover{background:#1d4ed8}.co-share-options{display:flex;gap:10px;justify-content:center;margin-bottom:18px}.co-share-option{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .15s}.co-share-option:hover{transform:translateY(-2px)}.co-qr-section{display:flex;align-items:center;gap:12px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #e2e8f0}.co-qr-section svg{color:#2563eb}.co-qr-section strong{display:block;font-size:.85rem;color:#0f172a}.co-qr-section span{font-size:.75rem;color:#94a3b8}.co-quick-stats{background:#fff;border-bottom:1px solid #eef1f6;padding:20px 5%}.co-quick-stats-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.co-qstat{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.co-qstat:hover{background:#fff;border-color:#c7d2fe;box-shadow:0 6px 18px #4f46e50f;transform:translateY(-2px)}.co-qstat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.co-qstat-info strong{display:block;font-size:1.15rem;font-weight:900;color:#0f172a;line-height:1}.co-qstat-info span{display:block;font-size:.7rem;color:#94a3b8;font-weight:700;margin-top:4px}.co-countries-detailed{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.co-country-detail-card{position:relative;background:#fff;border:1.5px solid #eef1f6;border-radius:20px;overflow:hidden;transition:all .35s cubic-bezier(.34,1.56,.64,1);cursor:pointer;box-shadow:0 4px 16px #4f46e50a}.co-country-detail-card:hover{border-color:#a5b4fc;transform:translateY(-8px) scale(1.01);box-shadow:0 24px 48px #4f46e52e}.co-country-detail-cover{position:relative;height:180px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a855f7);background-size:cover;background-position:center;overflow:hidden}.co-country-detail-cover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 30%,rgba(255,255,255,.25) 0%,transparent 45%),radial-gradient(circle at 80% 70%,rgba(255,255,255,.15) 0%,transparent 40%),radial-gradient(circle at 50% 50%,rgba(255,255,255,.08) 0%,transparent 55%);z-index:1;pointer-events:none}.co-country-detail-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a0d,#0f172a40 60%,#0f172a8c);z-index:1}.co-country-detail-flag{position:relative;z-index:2;width:88px;height:88px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 32px #0f172a59,0 0 0 4px #ffffff80,0 0 0 8px #ffffff26;border:4px solid #fff;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.co-country-detail-flag span{font-size:3rem!important;line-height:1}.co-country-detail-card:hover .co-country-detail-flag{transform:scale(1.12) rotate(-5deg)}.co-country-detail-flag img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.co-country-detail-code{position:absolute;top:14px;right:14px;z-index:3;padding:6px 14px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#4f46e5;font-size:.72rem;font-weight:900;border-radius:10px;letter-spacing:1.5px;box-shadow:0 4px 14px #0f172a26;border:1px solid rgba(255,255,255,.8)}.co-country-detail-body{padding:18px 20px 22px;position:relative}.co-country-detail-body h3{font-size:1.15rem;font-weight:900;color:#0f172a;margin:0 0 6px;letter-spacing:-.3px;line-height:1.25}.co-country-detail-info{font-size:.78rem;color:#64748b;margin:0 0 14px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.co-country-detail-stats{display:flex;gap:8px;flex-wrap:wrap}.co-country-detail-stats span{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;border-radius:999px;font-size:.74rem;font-weight:800;border:1px solid #e0e7ff;transition:all .2s}.co-country-detail-card:hover .co-country-detail-stats span{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:#4f46e5;box-shadow:0 4px 12px #4f46e540}.co-country-detail-stats span svg{color:currentColor}.co-unis-detailed{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.co-uni-detail-card{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden;transition:all .25s cubic-bezier(.34,1.56,.64,1);cursor:pointer;min-height:260px;display:flex;flex-direction:column}.co-uni-detail-card:hover{border-color:#a5b4fc;transform:translateY(-6px);box-shadow:0 20px 44px #4f46e526}.co-uni-detail-card:focus{outline:2px solid #4f46e5;outline-offset:2px}.co-uni-detail-cover{position:relative;height:130px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);background-size:cover;background-position:center;flex-shrink:0}.co-uni-detail-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a1a,#0f172a66)}.co-uni-detail-logo{position:absolute;bottom:-22px;left:14px;z-index:3;width:58px;height:58px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #fff;box-shadow:0 6px 18px #0f172a26;color:#4f46e5}.co-uni-detail-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.co-uni-detail-rank{position:absolute;top:10px;right:10px;z-index:2;padding:4px 10px;background:#facc15;color:#713f12;font-size:.62rem;font-weight:900;border-radius:999px;box-shadow:0 3px 10px #facc1566}.co-uni-detail-body{padding:26px 16px 16px;display:flex;flex-direction:column;flex:1}.co-uni-detail-body h3{font-size:.92rem;font-weight:800;color:#0f172a;margin:0 0 6px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:2.4em}.co-uni-detail-location{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b;margin-bottom:8px;font-weight:600}.co-uni-detail-location span:first-child{font-size:1rem}.co-uni-detail-stats{display:flex;gap:8px;flex-wrap:wrap;margin-top:auto}.co-uni-detail-stats span{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;background:#f1f5f9;color:#475569;border-radius:999px;font-size:.68rem;font-weight:700}.co-uni-detail-stats .co-uni-detail-more{background:#eef2ff;color:#4f46e5;font-weight:800}.co-packages-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.co-packages-grid.single{grid-template-columns:minmax(300px,400px);justify-content:center}.co-package-card{position:relative;background:#fff;border:2px solid #eef1f6;border-radius:20px;padding:24px 22px;display:flex;flex-direction:column;gap:16px;transition:all .2s}.co-package-card:hover{border-color:#c7d2fe;transform:translateY(-4px);box-shadow:0 16px 40px #4f46e51a}.co-package-card.popular{border-color:#fbbf24;background:linear-gradient(180deg,#fffbeb,#fff 30%);box-shadow:0 12px 32px #fbbf2426}.co-package-card.popular:hover{box-shadow:0 20px 50px #fbbf2440}.co-package-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:999px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;font-size:.65rem;font-weight:900;letter-spacing:.5px;box-shadow:0 6px 18px #fbbf2466}.co-package-head{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.co-package-icon{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;margin-bottom:6px}.co-package-card.popular .co-package-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.co-package-head h3{font-size:1.15rem;font-weight:900;color:#0f172a;margin:0;letter-spacing:-.3px}.co-package-price{display:flex;align-items:center;gap:4px;color:#4f46e5;margin-top:4px}.co-package-price strong{font-size:1.6rem;font-weight:900;letter-spacing:-.5px}.co-package-card.popular .co-package-price{color:#d97706}.co-package-desc{font-size:.82rem;color:#64748b;margin:8px 0 0;line-height:1.5}.co-package-features{list-style:none;padding:16px 0 0;margin:0;display:flex;flex-direction:column;gap:8px;border-top:1px solid #f1f5f9;flex:1}.co-package-features li{display:flex;align-items:flex-start;gap:8px;font-size:.8rem;color:#475569;line-height:1.5}.co-package-features li svg{color:#16a34a;flex-shrink:0;margin-top:3px}.co-package-cta{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:.85rem;font-weight:800;transition:all .15s;box-shadow:0 6px 16px #4f46e540}.co-package-card.popular .co-package-cta{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 6px 16px #f59e0b4d}.co-package-cta:hover{transform:translateY(-1px);box-shadow:0 10px 24px #4f46e559}.co-uni-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:99999;display:flex;align-items:center;justify-content:center;padding:20px;animation:coUniFade .2s ease}@keyframes coUniFade{0%{opacity:0}to{opacity:1}}.co-uni-modal{background:#fff;border-radius:20px;width:100%;max-width:820px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;position:relative;box-shadow:0 30px 80px #0f172a80;animation:coUniSlide .3s cubic-bezier(.34,1.56,.64,1)}@keyframes coUniSlide{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.co-uni-modal-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;background:#fffffff2;color:#0f172a;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 4px 14px #0f172a33;transition:transform .15s}.co-uni-modal-close:hover{transform:rotate(90deg) scale(1.1)}.co-uni-modal-cover{position:relative;height:200px;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a855f7);background-size:cover;background-position:center;flex-shrink:0;display:flex;align-items:flex-end;padding:20px}.co-uni-modal-cover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a1a,#0f172a80 60%,#0f172ad9)}.co-uni-modal-rank{position:absolute;top:14px;left:14px;z-index:2;padding:6px 14px;background:#facc15;color:#713f12;border-radius:999px;font-size:.72rem;font-weight:900;box-shadow:0 4px 14px #facc1566}.co-uni-modal-cover-info{position:relative;z-index:2;display:flex;align-items:flex-end;gap:16px;color:#fff;width:100%}.co-uni-modal-logo{width:78px;height:78px;min-width:78px;border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:4px solid #fff;box-shadow:0 10px 28px #0000004d;color:#4f46e5}.co-uni-modal-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:8px}.co-uni-modal-head{flex:1;min-width:0;padding-bottom:4px}.co-uni-modal-head h2{font-size:1.4rem;font-weight:900;margin:0 0 6px;letter-spacing:-.4px;text-shadow:0 2px 10px rgba(0,0,0,.4);line-height:1.2}.co-uni-modal-loc{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600;opacity:.95}.co-uni-modal-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;padding:16px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-shrink:0}.co-uni-modal-stat{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.co-uni-modal-stat-icon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.co-uni-modal-stat strong{display:block;font-size:1.05rem;font-weight:900;color:#0f172a;line-height:1}.co-uni-modal-stat span{display:block;font-size:.68rem;color:#64748b;font-weight:700;margin-top:3px}.co-uni-modal-tabs{display:flex;gap:4px;padding:8px 16px 0;background:#fff;border-bottom:1px solid #e2e8f0;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.co-uni-modal-tabs::-webkit-scrollbar{display:none}.co-uni-modal-tab{display:inline-flex;align-items:center;gap:6px;padding:12px 16px;background:transparent;border:none;border-bottom:3px solid transparent;color:#64748b;font-size:.82rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:all .15s;font-family:inherit}.co-uni-modal-tab:hover{color:#0f172a}.co-uni-modal-tab.active{color:#4f46e5;border-bottom-color:#4f46e5}.co-uni-modal-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.65rem;font-weight:800}.co-uni-modal-tab.active .co-uni-modal-tab-count{background:#4f46e5;color:#fff}.co-uni-modal-body{flex:1;overflow-y:auto;padding:20px 24px}.co-uni-modal-section h3{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 14px}.co-uni-modal-section h3 svg{color:#4f46e5}.co-uni-modal-section p{font-size:.88rem;color:#475569;line-height:1.7;margin:0 0 16px}.co-uni-modal-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:16px}.co-uni-modal-info-item{padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px}.co-uni-modal-info-item span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px}.co-uni-modal-info-item strong{display:block;font-size:.88rem;color:#0f172a;font-weight:800}.co-uni-modal-faculties{display:flex;flex-direction:column;gap:10px}.co-uni-modal-faculty{padding:14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.co-uni-modal-faculty-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.co-uni-modal-faculty-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.co-uni-modal-faculty-head strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a}.co-uni-modal-faculty-head span{display:block;font-size:.72rem;color:#64748b;font-weight:600;margin-top:2px}.co-uni-modal-programs{display:flex;flex-wrap:wrap;gap:6px}.co-uni-modal-program{padding:5px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:.74rem;font-weight:600;color:#475569}.co-uni-modal-program.more{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe;font-weight:800}.co-uni-modal-tuition{display:flex;flex-direction:column;gap:8px}.co-uni-modal-tuition-row{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px;font-size:.85rem}.co-uni-modal-tuition-row span{color:#475569;font-weight:600}.co-uni-modal-tuition-row strong{color:#16a34a;font-weight:900;font-size:.95rem}.co-uni-modal-list{display:flex;flex-direction:column;gap:8px}.co-uni-modal-list-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px;font-size:.85rem;color:#334155;line-height:1.5}.co-uni-modal-list-item svg{color:#4f46e5;flex-shrink:0;margin-top:2px}.co-uni-deadlines-list{display:flex;flex-direction:column;gap:12px}.co-uni-deadline-card{display:flex;gap:14px;padding:14px 16px;background:#fff;border:1.5px solid #eef1f6;border-radius:14px;transition:all .15s;position:relative;overflow:hidden}.co-uni-deadline-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#4f46e5}.co-uni-deadline-card.past:before{background:#94a3b8}.co-uni-deadline-card.upcoming:before{background:linear-gradient(180deg,#4f46e5,#7c3aed)}.co-uni-deadline-card:hover{border-color:#c7d2fe;box-shadow:0 8px 22px #4f46e514;transform:translateY(-1px)}.co-uni-deadline-card.past{background:#fafbfc;opacity:.92}.co-uni-deadline-icon{width:40px;height:40px;min-width:40px;border-radius:11px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.co-uni-deadline-card.past .co-uni-deadline-icon{background:#f1f5f9;color:#94a3b8}.co-uni-deadline-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px}.co-uni-deadline-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;flex-wrap:wrap}.co-uni-deadline-title-row strong{font-size:.88rem;font-weight:800;color:#0f172a;line-height:1.4;flex:1;min-width:200px}.co-uni-deadline-status{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.68rem;font-weight:900;white-space:nowrap;letter-spacing:.3px;flex-shrink:0}.co-uni-deadline-status.past{background:#f1f5f9;color:#64748b}.co-uni-deadline-status.upcoming{background:#ecfdf5;color:#16a34a}.co-uni-deadline-status.active{background:#fef3c7;color:#d97706}.co-uni-deadline-dates{display:flex;flex-wrap:wrap;gap:6px}.co-uni-deadline-date-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.72rem;color:#475569;font-weight:600}.co-uni-deadline-date-badge svg{color:#4f46e5;flex-shrink:0}.co-uni-deadline-date-badge b{color:#0f172a;font-weight:800}.co-uni-deadline-raw{font-size:.75rem;color:#64748b;line-height:1.55;margin:0;padding:8px 12px;background:#f8fafc;border-radius:8px;border-left:3px solid #cbd5e1}.co-uni-deadline-card.past .co-uni-deadline-raw{color:#94a3b8}.co-uni-modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:14px 20px;background:#f8fafc;border-top:1px solid #e2e8f0;flex-shrink:0}.co-uni-modal-btn-ghost{padding:10px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.co-uni-modal-btn-ghost:hover{background:#f1f5f9}.co-uni-modal-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:.82rem;font-weight:800;border:none;cursor:pointer;box-shadow:0 6px 16px #4f46e54d;transition:all .15s;font-family:inherit}.co-uni-modal-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 22px #4f46e566}.co-offers-section{background:#fff;border:1px solid #eef1f6!important;border-radius:16px!important;padding:22px!important}.co-offers-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;grid-auto-rows:1fr}.co-offer-item{position:relative;background:#fff;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden;transition:all .18s ease;display:flex;flex-direction:column;height:100%;min-height:300px}.co-offer-item:hover{border-color:#c7d2fe;transform:translateY(-3px);box-shadow:0 14px 32px #0f172a17}.co-offer-item-strip{height:4px;width:100%;flex-shrink:0}.co-offer-item-badge{position:absolute;top:12px;right:12px;padding:4px 11px;border-radius:999px;color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.2px;z-index:3;white-space:nowrap;box-shadow:0 3px 10px #0f172a33}.co-offer-item-body{padding:18px;display:flex;flex-direction:column;gap:14px;flex:1;min-height:0}.co-offer-item-head{display:flex;align-items:center;gap:12px;padding-right:80px}.co-offer-item-logo{width:46px;height:46px;min-width:46px;border-radius:11px;background:#f8fafc;border:1px solid #eef1f6;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#4f46e5;flex-shrink:0}.co-offer-item-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:5px}.co-offer-item-info{flex:1;min-width:0}.co-offer-item-info h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 4px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.15px}.co-offer-item-location{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:#94a3b8;font-weight:600}.co-offer-item-location svg{color:#cbd5e1;width:12px;height:12px}.co-offer-item-campaign{display:none}.co-offer-item-desc{font-size:.8rem;color:#64748b;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.5em}.co-offer-item-stats{display:flex;gap:6px;flex-wrap:wrap}.co-offer-item-stat{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;background:#f8fafc;border:1px solid #eef1f6;border-radius:999px;color:#64748b;font-size:.72rem;font-weight:700;white-space:nowrap;line-height:1.2}.co-offer-item-stat svg{color:#94a3b8;width:13px;height:13px}.co-offer-item-stat strong{color:#0f172a;font-weight:900}.co-offer-item-programs{display:flex;flex-direction:column;gap:6px;flex:1;min-height:0}.co-offer-item-program-row{display:flex;align-items:center;gap:9px;padding:9px 11px;background:#f8fafc;border-radius:9px;border:1px solid #eef1f6;min-width:0}.co-offer-item-program-icon{width:24px;height:24px;min-width:24px;border-radius:6px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.co-offer-item-program-icon svg{width:13px;height:13px}.co-offer-item-program-info{flex:1;min-width:0}.co-offer-item-program-info strong{display:block;font-size:.78rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.25}.co-offer-item-program-info span{display:none}.co-offer-item-program-levels{display:flex;gap:4px;flex-shrink:0}.co-offer-level-tag{display:inline-flex;align-items:center;gap:2px;padding:3px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;font-size:.68rem;font-weight:800;color:#475569;white-space:nowrap;line-height:1.2}.co-offer-level-tag small{font-size:.62rem;color:#16a34a;font-weight:900;margin-left:2px}.co-offer-level-tag.more{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.co-offer-item-more{text-align:center;padding:7px;font-size:.7rem;font-weight:800;color:#4f46e5;background:#eef2ff;border-radius:8px;border:1px dashed #c7d2fe}.co-offer-item-features{display:flex;flex-wrap:wrap;gap:5px;min-height:26px}.co-offer-feature-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;color:#475569;font-size:.68rem;font-weight:700;white-space:nowrap;line-height:1.2}.co-offer-feature-chip svg{color:#16a34a;flex-shrink:0;width:11px;height:11px}.co-offer-feature-chip.more{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5;font-weight:900}.co-offer-item-cta{display:flex;align-items:center;justify-content:center;gap:7px;padding:13px 16px;border-radius:11px;color:#fff;font-size:.86rem;font-weight:800;text-decoration:none;transition:all .15s;margin-top:auto;box-shadow:0 5px 14px #0f172a24;flex-shrink:0}.co-offer-item-cta svg{width:15px;height:15px}.co-offer-item-cta:hover{transform:translateY(-2px);box-shadow:0 10px 22px #0f172a38}.co-offer-stat-scholarship{background:linear-gradient(135deg,#fef3c7,#fef9c3)!important;border-color:#fde68a!important;color:#92400e!important}.co-offer-stat-scholarship svg{color:#d97706!important}.co-offer-stat-scholarship strong{color:#78350f!important}.co-offer-stat-net{background:linear-gradient(135deg,#f0fdfa,#ccfbf1)!important;border-color:#5eead4!important;color:#0f766e!important}.co-offer-stat-net svg{color:#0d9488!important}.co-offer-stat-net strong{color:#134e4a!important}.co-offer-tag-sch{margin-left:3px;font-size:.55rem;font-weight:900;color:#d97706;background:#fef3c7;padding:0 3px;border-radius:4px}.co-offer-tag-disc{margin-left:3px;font-size:.55rem;font-weight:900;color:#dc2626;background:#fef2f2;padding:0 3px;border-radius:4px}.co-uni-modal-programs-list{display:flex;flex-direction:column;gap:12px;margin-top:6px}.co-uni-modal-prog-block{padding:10px 12px;background:#fff;border:1px solid #eef1f6;border-radius:10px}.co-uni-modal-prog-name{font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:8px;padding-bottom:6px;border-bottom:1px dashed #e2e8f0}.co-uni-modal-levels-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:8px}.co-uni-level-card{padding:10px;background:#f8fafc;border:1px solid #eef1f6;border-radius:8px;display:flex;flex-direction:column;gap:5px;font-size:.72rem}.co-uni-level-head{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-bottom:2px}.co-uni-level-degree{font-weight:800;color:#0f172a;font-size:.78rem}.co-uni-level-dur{font-size:.65rem;font-weight:700;color:#64748b;background:#fff;padding:1px 6px;border-radius:999px;border:1px solid #e2e8f0}.co-uni-level-price{display:flex;align-items:baseline;gap:4px;color:#16a34a;font-weight:800}.co-uni-level-price s{color:#94a3b8;font-weight:600;font-size:.7rem}.co-uni-level-price strong{color:#16a34a;font-size:.85rem}.co-uni-level-disc{margin-left:4px;font-size:.6rem;font-weight:900;background:#16a34a;color:#fff;padding:1px 6px;border-radius:999px}.co-uni-level-scholarship{display:flex;align-items:center;gap:4px;color:#b45309;font-weight:700;background:#fffbeb;padding:3px 8px;border-radius:6px;border:1px solid #fde68a}.co-uni-level-sch-pct{margin-left:3px;font-weight:900;color:#92400e}.co-uni-level-net{display:flex;align-items:center;gap:4px;color:#0f766e;font-weight:700;background:#f0fdfa;padding:3px 8px;border-radius:6px;border:1px solid #5eead4}.co-uni-level-net b{color:#134e4a}.co-uni-level-payment{display:flex;flex-wrap:wrap;gap:6px;font-size:.65rem;color:#475569;font-weight:700}.co-uni-level-payment span{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;background:#fff;border:1px solid #e2e8f0;border-radius:5px}.co-uni-level-meta{display:flex;flex-wrap:wrap;gap:5px;margin-top:2px}.co-uni-level-meta span{font-size:.62rem;color:#64748b;font-weight:700;background:#f1f5f9;padding:1px 6px;border-radius:999px}@media(max-width:1100px){.co-layout{grid-template-columns:1fr}.co-sidebar{position:static}.co-about-grid{grid-template-columns:1fr}.co-about-image{height:200px}.co-services-grid,.co-team-grid,.co-stories-grid{grid-template-columns:repeat(2,1fr)}.co-reviews-grid,.co-hero-inner{grid-template-columns:1fr}.co-offers-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1200px){.co-quick-stats-inner{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.co-hero{min-height:78vh!important;min-height:78dvh!important;max-height:78vh!important;max-height:78dvh!important;padding:0!important;display:block!important;position:relative;overflow:hidden}.co-hero-bg{background-position:center center!important;background-size:cover!important}.co-hero:after{background:linear-gradient(180deg,#0f172a47,#0f172a14 20%,#0f172a00 42%,#0f172a1a,#0f172a73 82%,#0f172ac7)!important}.co-hero-inner{position:relative;z-index:2;display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;min-height:78vh!important;min-height:78dvh!important;max-height:78vh!important;max-height:78dvh!important;gap:0!important;padding:0!important;box-sizing:border-box}.co-logo-box,.co-hero-info,.co-share-btn,.co-hero-quote{display:none!important}.co-mobile-hero-head{display:flex!important;order:1;align-items:center;gap:10px;margin:0!important;padding:calc(16px + env(safe-area-inset-top)) 16px 14px!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;border-radius:0!important;box-shadow:0 -8px 30px #0f172a2e!important;width:100%;box-sizing:border-box}.co-mobile-logo{width:50px!important;height:50px!important;min-width:50px!important;border-radius:50%!important;background:#fff!important;border:2px solid #eef1f6!important;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;box-shadow:0 3px 10px #0f172a14!important}.co-mobile-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:4px}.co-mobile-logo>span{font-size:1.15rem;font-weight:900;color:#1e3a8a}.co-mobile-name-box{flex:1;min-width:0}.co-mobile-name-box h1{font-size:1rem!important;font-weight:900!important;color:#0f172a;margin:0 0 3px;letter-spacing:-.3px;line-height:1.25;word-break:break-word}.co-mobile-verified{display:inline-flex;align-items:center;gap:3px;padding:2px 7px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.6rem;font-weight:800;letter-spacing:.2px}.co-mobile-share-btn{width:40px!important;height:40px!important;min-width:40px!important;border-radius:50%!important;background:#fff!important;border:1.5px solid #e2e8f0!important;color:#1e40af!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0;box-shadow:0 3px 10px #0f172a0f!important}.co-mobile-share-btn:active{background:#eef2ff!important;border-color:#c7d2fe!important}.co-mobile-hero-meta{display:flex!important;order:2;align-items:center;justify-content:space-around!important;margin:0!important;padding:14px 16px!important;background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;border-top:1px solid #f1f5f9!important;border-radius:0!important;box-shadow:none!important;gap:12px!important;width:100%;box-sizing:border-box}.co-mobile-meta-item{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:.82rem!important;color:#64748b;font-weight:700;flex:1}.co-mobile-meta-item svg{flex-shrink:0}.co-mobile-meta-item b{color:#0f172a;font-weight:900;font-size:.95rem}.co-mobile-meta-item small{color:#94a3b8;font-weight:600;font-size:.72rem;margin-left:1px}.co-mobile-hero-location-block{display:block!important;order:3;margin:0!important;padding:12px 16px 16px!important;background:#fff!important;border:none!important;border-top:1px solid #f1f5f9!important;border-radius:0 0 20px 20px!important;box-shadow:0 14px 28px #0f172a2e!important;width:100%;box-sizing:border-box}.co-mobile-location-row{display:flex;align-items:center;gap:7px;font-size:.78rem;color:#64748b;font-weight:600;line-height:1.4;margin-bottom:10px}.co-mobile-location-row svg{color:#4f46e5;flex-shrink:0}.co-mobile-countries-row{display:flex;flex-wrap:wrap;gap:8px}.co-mobile-country-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px 4px 4px;background:#fff;border:1px solid #e2e8f0;border-radius:999px;font-size:.72rem;font-weight:700;color:#334155;line-height:1}.co-mobile-country-flag{width:22px;height:22px;min-width:22px;border-radius:50%!important;background:#f8fafc;border:1px solid #eef1f6;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.co-mobile-country-flag>span{font-size:.85rem!important;line-height:1}.co-mobile-country-flag>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.co-mobile-country-chip.more{background:#fff;color:#4f46e5;font-weight:900;padding:4px 12px}.co-mobile-hero-cta{display:grid!important;order:4;grid-template-columns:1fr 1fr!important;gap:0!important;margin:auto 0 0!important;width:100%;padding:14px 14px calc(14px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#0f172a00,#0f172a73 45%,#0f172ac7)!important;box-sizing:border-box;border-radius:0!important}.co-mobile-hero-cta .co-btn{justify-content:center;padding:14px 12px!important;font-size:.88rem!important;font-weight:800!important;box-shadow:none!important;transition:transform .15s!important}.co-mobile-hero-cta .co-btn-primary{border-radius:12px 0 0 12px!important}.co-mobile-hero-cta .co-btn-outline{border-radius:0 12px 12px 0!important;background:#fff!important;color:#1e40af!important;border:none!important}.co-mobile-hero-cta .co-btn:active{transform:scale(.97)}.co-mobile-quick-stats{display:block!important;padding:0!important;background:#fff;border-bottom:1px solid #eef1f6;box-shadow:0 4px 14px #0f172a0d}.co-mobile-qs-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;background:#fff!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;width:100%}.co-mobile-qs-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px!important;padding:16px 6px!important;background:transparent;border:none;border-radius:0!important;cursor:pointer;font-family:inherit;transition:background .15s;text-align:center;min-width:0;position:relative}.co-mobile-qs-item+.co-mobile-qs-item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#eef1f6}.co-mobile-qs-item:not(.static):active{background:#f8fafc!important}.co-mobile-qs-item.static{cursor:default}.co-mobile-qs-icon{width:36px!important;height:36px!important;border-radius:10px!important;display:flex;align-items:center;justify-content:center;flex-shrink:0}.co-mobile-qs-item strong{font-size:1.05rem!important;font-weight:900!important;color:#0f172a;line-height:1}.co-mobile-qs-item span{font-size:.68rem!important;color:#64748b!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;letter-spacing:.2px}.co-layout{padding:16px 14px 100px;gap:14px}.co-section{padding:16px;border-radius:12px}.co-section-head h2{font-size:.95rem}.co-quick-stats,.co-tabs,.co-sidebar{display:none}.co-stats-row{grid-template-columns:repeat(2,1fr)}.co-services-grid,.co-team-grid,.co-stories-grid,.co-countries-detailed,.co-unis-detailed,.co-packages-grid,.co-offers-list{grid-template-columns:1fr}.co-offer-item{min-height:auto}.co-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -4px 20px #0f172a14;z-index:100;padding:6px 4px max(6px,env(safe-area-inset-bottom));justify-content:space-around;align-items:center;gap:2px}.co-bottom-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:8px 4px;background:none;border:none;color:#94a3b8;font-size:.6rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;border-radius:10px;min-width:0;letter-spacing:.2px}.co-bottom-nav-item span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.co-bottom-nav-item svg{transition:transform .15s}.co-bottom-nav-item:active{background:#f1f5f9}.co-bottom-nav-item.active{color:#4f46e5;background:#eef2ff}.co-bottom-nav-item.active svg{transform:scale(1.1)}.co-uni-modal-overlay{padding:10px;align-items:flex-end}.co-uni-modal{border-radius:20px 20px 0 0;max-height:95vh}.co-uni-modal-cover{height:160px;padding:16px}.co-uni-modal-logo{width:60px;height:60px;min-width:60px;border-radius:14px}.co-uni-modal-head h2{font-size:1.1rem}.co-uni-modal-stats{padding:12px;grid-template-columns:repeat(2,1fr)}.co-uni-modal-body{padding:16px}.co-uni-modal-tab{padding:10px 12px;font-size:.75rem}.co-uni-modal-foot{padding:12px}.co-uni-modal-btn-ghost,.co-uni-modal-btn-primary{flex:1;justify-content:center}.co-modal{padding:24px 20px}.co-appointment-datetime{grid-template-columns:1fr}}@media(max-width:768px){.co-bottom-sheet-overlay{display:flex!important;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;align-items:flex-end;justify-content:center;animation:coSheetFade .2s ease}@keyframes coSheetFade{0%{opacity:0}to{opacity:1}}.co-bottom-sheet{width:100%;background:#fff;border-radius:20px 20px 0 0;padding:12px 20px max(24px,env(safe-area-inset-bottom));box-shadow:0 -12px 40px #0f172a33;animation:coSheetSlide .25s cubic-bezier(.34,1.56,.64,1);max-height:75vh;overflow-y:auto}@keyframes coSheetSlide{0%{transform:translateY(100%)}to{transform:translateY(0)}}.co-bottom-sheet-handle{width:44px;height:4px;background:#cbd5e1;border-radius:999px;margin:0 auto 14px}.co-bottom-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.co-bottom-sheet-head h3{font-size:1rem;font-weight:900;color:#0f172a;margin:0;letter-spacing:-.3px}.co-bottom-sheet-close{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.co-bottom-sheet-close:active{background:#e2e8f0;transform:rotate(90deg)}.co-bottom-sheet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.co-bottom-sheet-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px 8px;background:#f8fafc;border:1.5px solid #eef1f6;border-radius:14px;cursor:pointer;font-family:inherit;transition:all .15s;text-align:center;min-height:88px}.co-bottom-sheet-item:active{background:#eef2ff;border-color:#c7d2fe;transform:scale(.97)}.co-bottom-sheet-item-icon{width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center}.co-bottom-sheet-item span{font-size:.72rem;font-weight:800;color:#0f172a;line-height:1.2}}@media(max-width:400px){.co-mobile-name-box h1{font-size:.88rem}.co-mobile-logo{width:44px!important;height:44px!important;min-width:44px!important}.co-mobile-share-btn{width:36px!important;height:36px!important;min-width:36px!important}.co-mobile-meta-item{font-size:.75rem!important}.co-mobile-meta-item b{font-size:.88rem!important}.co-mobile-qs-item{padding:14px 4px!important}.co-mobile-qs-item strong{font-size:.95rem!important}.co-mobile-qs-item span{font-size:.62rem!important}.co-bottom-nav-item{font-size:.55rem;padding:6px 2px}.co-bottom-nav-item svg{width:16px;height:16px}.co-bottom-sheet-grid{grid-template-columns:repeat(2,1fr)}.co-bottom-sheet-item{min-height:80px;padding:12px 6px}}@media(min-width:769px){.co-hero-info{background:linear-gradient(90deg,#fff,#fff 28%,#fffffff2 42%,#ffffffbf,#fff6 82%,#fff0)!important}.co-logo-box{background:#fff!important;border-radius:18px!important;padding:10px!important;box-shadow:0 10px 28px #0f172a2e!important;overflow:hidden!important}.co-share-btn{background:#fff!important;color:#1e3a8a!important;box-shadow:0 8px 22px #0f172a2e!important}.co-share-btn:hover{background:#eff6ff!important;color:#2563eb!important;box-shadow:0 12px 28px #2563eb4d!important}}@media(max-width:768px){.co-hero{min-height:78vh!important;min-height:78dvh!important;max-height:78vh!important;max-height:78dvh!important;padding:0!important;display:block!important;position:relative;overflow:hidden}.co-hero-bg{background-position:center center!important;background-size:cover!important}.co-hero:after{background:linear-gradient(180deg,#0f172a47,#0f172a14 20%,#0f172a00 42%,#0f172a1a,#0f172a73 82%,#0f172ac7)!important}.co-hero-inner{position:relative;z-index:2;display:flex!important;flex-direction:column!important;grid-template-columns:1fr!important;min-height:78vh!important;min-height:78dvh!important;max-height:78vh!important;max-height:78dvh!important;gap:0!important;padding:0!important;box-sizing:border-box}.co-logo-box,.co-hero-info,.co-share-btn,.co-hero-quote{display:none!important}.co-mobile-hero-head,.co-mobile-hero-location-block,.co-mobile-hero-meta{background:#fff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border:none!important;border-radius:0!important;box-shadow:none!important;margin:0!important;width:100%;box-sizing:border-box}.co-mobile-hero-head{display:flex!important;order:1;align-items:center;gap:12px;padding:calc(16px + env(safe-area-inset-top)) 16px 14px!important}.co-mobile-logo{width:52px!important;height:52px!important;min-width:52px!important;border-radius:50%!important;background:#fff!important;border:2px solid #eef1f6!important;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;box-shadow:0 3px 10px #0f172a0f!important}.co-mobile-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:5px}.co-mobile-logo>span{font-size:1.2rem;font-weight:900;color:#1e3a8a}.co-mobile-name-box{flex:1;min-width:0}.co-mobile-name-box h1{font-size:1.02rem!important;font-weight:900!important;color:#0f172a;margin:0 0 4px;letter-spacing:-.3px;line-height:1.25;word-break:break-word}.co-mobile-verified{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.62rem;font-weight:800;letter-spacing:.2px}.co-mobile-share-btn{width:42px!important;height:42px!important;min-width:42px!important;border-radius:50%!important;background:#fff!important;border:1.5px solid #e2e8f0!important;color:#1e40af!important;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;flex-shrink:0}.co-mobile-share-btn:active{background:#eef2ff!important;border-color:#c7d2fe!important;transform:scale(.95)}.co-mobile-hero-location-block{display:block!important;order:2;padding:0 16px 14px!important}.co-mobile-location-row{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px;font-size:.78rem;color:#475569;font-weight:600;line-height:1.4;text-align:left;cursor:pointer;font-family:inherit;transition:all .15s;margin-bottom:12px}.co-mobile-location-row:active{background:#eef2ff;border-color:#c7d2fe}.co-mobile-location-row svg:first-child{color:#4f46e5;flex-shrink:0}.co-mobile-location-row>span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.co-mobile-location-arrow{color:#94a3b8!important;flex-shrink:0}.co-mobile-countries-scroll{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-ms-overflow-style:none;padding:4px 2px;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.co-mobile-countries-scroll::-webkit-scrollbar{display:none}.co-mobile-country-flag-circle{width:42px;height:42px;min-width:42px;border-radius:50%;background:#f8fafc;border:2px solid #ffffff;box-shadow:0 3px 10px #0f172a1f;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;scroll-snap-align:start;transition:transform .15s}.co-mobile-country-flag-circle:active{transform:scale(.92)}.co-mobile-country-flag-circle>span{font-size:1.6rem!important;line-height:1}.co-mobile-country-flag-circle>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.co-mobile-hero-meta{display:flex!important;order:3;align-items:center;justify-content:space-around!important;gap:12px!important;padding:14px 16px 18px!important;border-top:1px solid #f1f5f9!important;border-radius:0 0 20px 20px!important;box-shadow:0 14px 28px #0f172a29!important}.co-mobile-meta-item{display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:.82rem!important;color:#64748b;font-weight:700;flex:1}.co-mobile-meta-item svg{flex-shrink:0}.co-mobile-meta-item b{color:#0f172a;font-weight:900;font-size:.98rem}.co-mobile-meta-item small{color:#94a3b8;font-weight:600;font-size:.72rem;margin-left:1px}.co-mobile-hero-cta{display:grid!important;order:4;grid-template-columns:1fr 1fr!important;gap:0!important;margin:auto 0 0!important;width:100%;padding:14px 14px calc(14px + env(safe-area-inset-bottom))!important;background:linear-gradient(180deg,#0f172a00,#0f172a73 45%,#0f172ac7)!important;box-sizing:border-box;border-radius:0!important}.co-mobile-hero-cta .co-btn{justify-content:center;padding:14px 12px!important;font-size:.88rem!important;font-weight:800!important;box-shadow:none!important;transition:transform .15s!important}.co-mobile-hero-cta .co-btn-primary{border-radius:12px 0 0 12px!important}.co-mobile-hero-cta .co-btn-outline{border-radius:0 12px 12px 0!important;background:#fff!important;color:#1e40af!important;border:none!important}.co-mobile-hero-cta .co-btn:active{transform:scale(.97)}.co-mobile-quick-stats{display:block!important;padding:0!important;background:#fff;border-bottom:1px solid #eef1f6;box-shadow:0 4px 14px #0f172a0d;margin-top:12px}.co-mobile-qs-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important;background:#fff!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;width:100%}.co-mobile-qs-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px!important;padding:16px 6px!important;background:transparent;border:none;border-radius:0!important;cursor:pointer;font-family:inherit;transition:background .15s;text-align:center;min-width:0;position:relative}.co-mobile-qs-item+.co-mobile-qs-item:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:#eef1f6}.co-mobile-qs-item:not(.static):active{background:#f8fafc!important}.co-mobile-qs-item.static{cursor:default}.co-mobile-qs-icon{width:36px!important;height:36px!important;border-radius:10px!important;display:flex;align-items:center;justify-content:center;flex-shrink:0}.co-mobile-qs-item strong{font-size:1.05rem!important;font-weight:900!important;color:#0f172a;line-height:1}.co-mobile-qs-item span{font-size:.68rem!important;color:#64748b!important;font-weight:700!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;letter-spacing:.2px}}@media(max-width:768px)and (max-height:640px){.co-hero,.co-hero-inner{min-height:92vh!important;min-height:92dvh!important;max-height:92vh!important;max-height:92dvh!important}}@media(max-width:400px){.co-mobile-logo{width:46px!important;height:46px!important;min-width:46px!important}.co-mobile-name-box h1{font-size:.94rem!important}.co-mobile-share-btn{width:38px!important;height:38px!important;min-width:38px!important}.co-mobile-meta-item{font-size:.75rem!important}.co-mobile-meta-item b{font-size:.9rem!important}.co-mobile-country-flag-circle{width:38px;height:38px;min-width:38px}.co-mobile-country-flag-circle>span{font-size:1.4rem!important}.co-mobile-location-row{font-size:.72rem;padding:9px 10px}}@media(max-width:768px){.co-mobile-hero-meta{display:none!important}.co-mobile-country-flag-circle{box-shadow:none!important;background:transparent!important;border:none!important}.co-mobile-countries-scroll{padding:2px 0!important}.co-mobile-hero-location-block{padding:0 16px 16px!important;border-radius:0 0 20px 20px!important;box-shadow:0 14px 28px #0f172a29!important}}.co-social-sidebar-card h3{display:flex;align-items:center}.co-social-sidebar-list{display:flex;flex-direction:column;gap:8px}.co-social-sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#334155;font-size:.83rem;font-weight:700;text-decoration:none;transition:all .18s ease;cursor:pointer}.co-social-sidebar-item:hover{transform:translate(4px);box-shadow:0 6px 16px #0f172a1f;color:#fff}.co-social-sidebar-icon{width:34px;height:34px;min-width:34px;border-radius:9px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;transition:transform .18s ease}.co-social-sidebar-item:hover .co-social-sidebar-icon{transform:scale(1.08)}.co-social-sidebar-label{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.co-social-sidebar-ext{color:#94a3b8;flex-shrink:0;transition:color .15s}.co-social-sidebar-item:hover .co-social-sidebar-ext{color:#fff}.co-social-sidebar-item.co-social-instagram:hover{background:linear-gradient(135deg,#feda75,#d62976,#962fbf);border-color:transparent}.co-social-sidebar-item.co-social-facebook:hover{background:linear-gradient(135deg,#1877f2,#0a5dc2);border-color:transparent}.co-social-sidebar-item.co-social-tiktok:hover{background:linear-gradient(135deg,#25f4ee,#000,#fe2c55);border-color:transparent}.co-social-sidebar-item.co-social-linkedin:hover{background:linear-gradient(135deg,#0a66c2,#004182);border-color:transparent}.co-social-sidebar-item.co-social-whatsapp:hover{background:linear-gradient(135deg,#25d366,#128c7e);border-color:transparent}.co-social-sidebar-item.co-social-twitter:hover{background:linear-gradient(135deg,#1f2937,#0f172a);border-color:transparent}.co-social-sidebar-item.co-social-youtube:hover{background:linear-gradient(135deg,red,#dc2626);border-color:transparent}.co-social-sidebar-item.co-social-telegram:hover{background:linear-gradient(135deg,#08c,#069);border-color:transparent}.co-social-instagram .co-social-sidebar-icon{background:linear-gradient(135deg,#feda75,#d62976,#962fbf)}.co-social-facebook .co-social-sidebar-icon{background:linear-gradient(135deg,#1877f2,#0a5dc2)}.co-social-tiktok .co-social-sidebar-icon{background:linear-gradient(135deg,#25f4ee,#000,#fe2c55)}.co-social-linkedin .co-social-sidebar-icon{background:linear-gradient(135deg,#0a66c2,#004182)}.co-social-whatsapp .co-social-sidebar-icon{background:linear-gradient(135deg,#25d366,#128c7e)}.co-social-twitter .co-social-sidebar-icon{background:linear-gradient(135deg,#1f2937,#0f172a)}.co-social-youtube .co-social-sidebar-icon{background:linear-gradient(135deg,red,#dc2626)}.co-social-telegram .co-social-sidebar-icon{background:linear-gradient(135deg,#08c,#069)}.co-social-sidebar-item:hover .co-social-sidebar-icon{background:#ffffff38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.co-social-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.co-social-card-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;color:#fff;text-decoration:none;cursor:pointer;position:relative;overflow:hidden;box-shadow:0 4px 14px #0f172a1f;transition:all .22s cubic-bezier(.34,1.56,.64,1)}.co-social-card-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.2),transparent 55%);pointer-events:none;opacity:0;transition:opacity .25s}.co-social-card-item:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f172a47}.co-social-card-item:hover:before{opacity:1}.co-social-card-icon{width:46px;height:46px;min-width:46px;border-radius:12px;background:#ffffff38;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .22s ease}.co-social-card-item:hover .co-social-card-icon{transform:scale(1.1) rotate(-5deg)}.co-social-card-info{flex:1;min-width:0}.co-social-card-info strong{display:block;font-size:.92rem;font-weight:800;color:#fff;margin-bottom:2px;line-height:1.2;letter-spacing:-.2px}.co-social-card-info span{display:block;font-size:.72rem;color:#ffffffe0;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.co-social-card-ext{color:#ffffffbf;flex-shrink:0;transition:all .2s}.co-social-card-item:hover .co-social-card-ext{color:#fff;transform:translate(2px,-2px)}.co-social-card-item.co-social-instagram{background:linear-gradient(135deg,#feda75,#d62976,#962fbf)}.co-social-card-item.co-social-facebook{background:linear-gradient(135deg,#1877f2,#0a5dc2)}.co-social-card-item.co-social-tiktok{background:linear-gradient(135deg,#25f4ee,#000,#fe2c55)}.co-social-card-item.co-social-linkedin{background:linear-gradient(135deg,#0a66c2,#004182)}.co-social-card-item.co-social-whatsapp{background:linear-gradient(135deg,#25d366,#128c7e)}.co-social-card-item.co-social-twitter{background:linear-gradient(135deg,#1f2937,#0f172a)}.co-social-card-item.co-social-youtube{background:linear-gradient(135deg,red,#dc2626)}.co-social-card-item.co-social-telegram{background:linear-gradient(135deg,#08c,#069)}@media(max-width:768px){.co-social-grid{grid-template-columns:1fr;gap:10px}.co-social-card-item{padding:12px 14px;border-radius:12px}.co-social-card-icon{width:42px;height:42px;min-width:42px;border-radius:11px}.co-social-card-info strong{font-size:.88rem}.co-social-card-info span{font-size:.68rem}}@media(max-width:400px){.co-social-card-icon{width:38px;height:38px;min-width:38px}.co-social-card-info strong{font-size:.84rem}.co-social-card-info span{font-size:.65rem}}.paw-page{min-height:100vh;background:#f7f8fa;padding-bottom:100px}.paw-loading,.paw-error-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:100vh;color:#64748b;padding:40px 20px;text-align:center}.paw-spin{animation:pawSpin 1s linear infinite;color:#4f46e5}@keyframes pawSpin{to{transform:rotate(360deg)}}.paw-error-page h2{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0}.paw-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 24px;background:#fff;border-bottom:1px solid #eef1f6;position:sticky;top:0;z-index:100}.paw-header-left{display:flex;align-items:center;gap:12px}.paw-company-logo{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1px solid #e2e8f0}.paw-company-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.paw-company-label{display:block;font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px;margin-bottom:2px}.paw-header-left strong{display:block;font-size:.95rem;font-weight:800;color:#0f172a}.paw-close-btn{width:40px;height:40px;border-radius:11px;background:#f1f5f9;color:#475569;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s}.paw-close-btn:hover{background:#fee2e2;color:#dc2626}.wizard-progress{display:flex;justify-content:center;align-items:flex-start;gap:8px;padding:22px 24px;background:#fff;border-bottom:1px solid #eef1f6;overflow-x:auto;scrollbar-width:none}.wizard-progress::-webkit-scrollbar{display:none}.wizard-progress-item{display:flex;align-items:flex-start;gap:8px;position:relative;flex-shrink:0}.wizard-progress-dot{width:38px;height:38px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;cursor:pointer;border:none;transition:all .2s;flex-shrink:0;font-family:inherit}.wizard-progress-dot.completed{background:#ecfdf5;color:#16a34a;border:2px solid #86efac}.wizard-progress-dot.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 6px 18px #4f46e559;transform:scale(1.05)}.wizard-progress-dot.clickable{cursor:pointer}.wizard-progress-dot.clickable:hover{transform:scale(1.1)}.wizard-progress-dot:disabled{cursor:default}.wizard-progress-label{font-size:.72rem;font-weight:700;color:#94a3b8;padding-top:12px;white-space:nowrap;display:none}.wizard-progress-label.active{color:#4f46e5;display:block}.wizard-progress-line{width:40px;height:2px;background:#eef1f6;margin-top:18px;margin-left:8px;flex-shrink:0}.wizard-progress-line.completed{background:#86efac}@media(min-width:720px){.wizard-progress-label{display:block}}.paw-content{max-width:900px;margin:0 auto;padding:24px 16px}.paw-step{display:flex;flex-direction:column;gap:20px}.paw-step-header{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center;gap:10px;text-align:center;margin-bottom:20px;padding:0 16px;width:100%}.paw-step-header h1{display:flex!important;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;font-size:1.4rem;font-weight:900;color:#0f172a;margin:0!important;letter-spacing:-.4px;line-height:1.25;max-width:100%;text-align:center}.paw-step-header h1 svg{color:#4f46e5;flex-shrink:0}.paw-step-header p{display:block!important;font-size:.88rem;color:#64748b;margin:0!important;line-height:1.5;max-width:620px;text-align:center}.paw-step-sub{display:flex!important;flex-direction:row;align-items:center;justify-content:center;gap:5px;color:#4f46e5!important;font-weight:700;font-size:.88rem;line-height:1.4;flex-wrap:wrap;text-align:center;width:100%;margin:0!important}.paw-step-sub svg{flex-shrink:0}.paw-step-header .paw-back-inline{margin-bottom:4px}.paw-back-inline{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;background:#eef2ff;color:#4f46e5;border:none;border-radius:9px;font-size:.75rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.paw-back-inline:hover{background:#e0e7ff}@media(max-width:640px){.paw-step-header h1{font-size:1.15rem;gap:8px}.paw-step-header p,.paw-step-sub{font-size:.8rem}}.paw-info-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:12px;color:#4f46e5}.paw-info-banner strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:3px}.paw-info-banner p{font-size:.78rem;color:#475569;margin:0;line-height:1.5}.paw-filters{display:grid;grid-template-columns:2fr 1fr 1fr;gap:10px}@media(max-width:720px){.paw-filters{grid-template-columns:1fr}}.paw-search{display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;color:#94a3b8;transition:all .15s}.paw-search-lg{height:54px;padding:0 18px}.paw-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.paw-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.paw-search button{width:22px;height:22px;border-radius:6px;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.paw-select{height:46px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:12px;background:#fff;font-size:.85rem;font-weight:700;color:#0f172a;font-family:inherit;cursor:pointer}.paw-select:focus{border-color:#4f46e5;outline:none}.paw-unis-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.paw-uni-card{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border:1.5px solid #eef1f6;border-radius:14px;cursor:pointer;transition:all .2s;text-align:left;font-family:inherit;position:relative}.paw-uni-card:hover{border-color:#a5b4fc;transform:translateY(-2px);box-shadow:0 12px 28px #4f46e51a}.paw-uni-card.selected{border-color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#f5f3ff);box-shadow:0 8px 24px #4f46e526}.paw-uni-logo{width:54px;height:54px;min-width:54px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:900;font-size:1.3rem;color:#4f46e5;flex-shrink:0}.paw-uni-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.paw-uni-info{flex:1;min-width:0}.paw-uni-info h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 6px;line-height:1.35}.paw-uni-info p{display:flex;align-items:center;gap:4px;font-size:.76rem;color:#64748b;margin:0 0 8px;font-weight:600}.paw-uni-info p svg{color:#94a3b8}.paw-uni-stats{display:flex;gap:10px;flex-wrap:wrap}.paw-uni-stats span{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;background:#f1f5f9;border-radius:999px;font-size:.68rem;font-weight:700;color:#475569}.paw-uni-selected{position:absolute;top:12px;right:12px;color:#4f46e5}.paw-faculties{display:flex;flex-direction:column;gap:10px}.paw-faculty{background:#fff;border:1px solid #eef1f6;border-radius:14px;overflow:hidden}.paw-faculty-head{display:flex;align-items:center;gap:12px;width:100%;padding:14px 18px;background:#fff;border:none;cursor:pointer;text-align:left;transition:background .15s;font-family:inherit}.paw-faculty-head:hover{background:#f8faff}.paw-faculty-head.open{background:#f8faff;border-bottom:1px solid #eef1f6}.paw-faculty-icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.paw-faculty-title{flex:1;min-width:0}.paw-faculty-title strong{display:block;font-size:.9rem;font-weight:800;color:#0f172a;margin-bottom:2px}.paw-faculty-title span{font-size:.72rem;color:#94a3b8;font-weight:600}.paw-faculty-head>svg{color:#94a3b8;flex-shrink:0}.paw-faculty-body{padding:12px 18px 18px;display:flex;flex-direction:column;gap:8px}.paw-program{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit;width:100%}.paw-program:hover{border-color:#a5b4fc;background:#f8faff;transform:translate(4px)}.paw-program-info{flex:1;min-width:0}.paw-program-info strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a;margin-bottom:6px;line-height:1.35}.paw-program-meta{display:flex;flex-wrap:wrap;gap:8px}.paw-program-meta span{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;color:#64748b;font-weight:700;padding:3px 8px;background:#f1f5f9;border-radius:999px}.paw-program>svg{color:#94a3b8;flex-shrink:0}.paw-docs-info-bar{display:flex;align-items:center;gap:14px;padding:12px 16px;background:#fff;border:1px solid #eef1f6;border-radius:12px;flex-wrap:wrap}.paw-docs-info-bar span{display:inline-flex;align-items:center;gap:5px;font-size:.8rem;color:#64748b;font-weight:600}.paw-docs-info-bar span svg{color:#4f46e5}.paw-docs-info-bar span strong{color:#0f172a;font-weight:900}.paw-size-info{margin-left:auto;padding:4px 12px;background:#ecfdf5;color:#16a34a!important;border-radius:999px;font-size:.72rem;font-weight:800}.paw-docs-list{display:flex;flex-direction:column;gap:10px}.paw-doc-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;transition:all .15s}.paw-doc-item.uploaded{border-color:#86efac;background:#f0fdf4}.paw-doc-item.selected:not(.uploaded){border-color:#c7d2fe;background:#f8faff}.paw-doc-checkbox{cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.paw-doc-checkbox input{position:absolute;opacity:0;pointer-events:none}.paw-doc-check-mark{width:22px;height:22px;border-radius:6px;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .15s}.paw-doc-checkbox input:checked+.paw-doc-check-mark{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#4f46e5}.paw-doc-thumb{width:42px;height:42px;min-width:42px;border-radius:10px;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.paw-doc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.paw-doc-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:900}.paw-doc-info{flex:1;min-width:0}.paw-doc-info strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:3px}.paw-doc-info span{display:block;font-size:.72rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.paw-doc-actions{display:flex;gap:6px;flex-shrink:0}.paw-doc-disabled{font-size:.72rem;color:#94a3b8;font-weight:700;font-style:italic}.paw-doc-action{width:34px;height:34px;border-radius:9px;background:#f8fafc;border:1px solid #eef1f6;color:#4f46e5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.paw-doc-action:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.paw-doc-action.danger{color:#dc2626}.paw-doc-action.danger:hover{background:#dc2626;border-color:#dc2626}.paw-upload-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.75rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.paw-upload-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #4f46e54d}.paw-upload-btn:disabled{opacity:.5;cursor:not-allowed}.paw-form{display:flex;flex-direction:column;gap:16px;padding:22px;background:#fff;border:1px solid #eef1f6;border-radius:14px}.paw-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:640px){.paw-form-row{grid-template-columns:1fr}}.paw-field{display:flex;flex-direction:column;gap:6px}.paw-field label{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:800;color:#334155}.paw-field label svg{color:#94a3b8}.paw-field input,.paw-field select{height:46px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:11px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;transition:all .15s;width:100%}.paw-field input:focus,.paw-field select:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e514}.paw-field-hint{font-size:.7rem;color:#94a3b8;font-weight:600}.paw-agreements{display:flex;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid #f1f5f9}.paw-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:.82rem;color:#475569;line-height:1.5;cursor:pointer}.paw-checkbox input{margin-top:3px;width:18px;height:18px;accent-color:#4f46e5;cursor:pointer;flex-shrink:0}.paw-checkbox a{color:#4f46e5;font-weight:800;text-decoration:none}.paw-summary{display:flex;flex-direction:column;gap:12px}.paw-summary-card{background:#fff;border:1.5px solid #eef1f6;border-radius:14px;overflow:hidden}.paw-summary-card-info{background:linear-gradient(180deg,#f8faff,#fff);border-color:#e0e7ff}.paw-summary-head{display:flex;align-items:center;gap:8px;padding:14px 18px;background:#f8fafc;border-bottom:1px solid #eef1f6;color:#4f46e5}.paw-summary-head strong{flex:1;font-size:.85rem;color:#0f172a;font-weight:800}.paw-summary-edit{padding:5px 12px;border-radius:8px;background:#eef2ff;color:#4f46e5;border:none;font-size:.72rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.paw-summary-edit:hover{background:#4f46e5;color:#fff}.paw-summary-body{padding:14px 18px;display:flex;flex-direction:column;gap:10px}.paw-summary-row{display:flex;justify-content:space-between;gap:12px;font-size:.85rem}.paw-summary-row span{color:#64748b;font-weight:600}.paw-summary-row strong{color:#0f172a;font-weight:800;text-align:right;word-break:break-word}.paw-summary-doc{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0fdf4;border-radius:8px;font-size:.8rem;color:#166534;font-weight:700}.paw-summary-doc svg{color:#16a34a;flex-shrink:0}.paw-summary-doc-size{margin-left:auto;font-size:.7rem;color:#16a34a;font-weight:800}.paw-info-text{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#eff6ff;color:#1e40af;border-radius:8px;font-size:.75rem;font-weight:600;line-height:1.4}.paw-final-info{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:14px;color:#4f46e5}.paw-final-info strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:8px}.paw-final-info ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.paw-final-info li{font-size:.8rem;color:#475569;line-height:1.5;padding-left:20px;position:relative}.paw-final-info li:before{content:"✓";position:absolute;left:0;top:0;color:#16a34a;font-weight:900}.paw-alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;font-size:.85rem;font-weight:700}.paw-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.paw-footer{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 24px;background:#fff;border-top:1px solid #eef1f6;box-shadow:0 -4px 20px #0f172a0f;z-index:50}.paw-footer-info{font-size:.8rem;color:#94a3b8;font-weight:700}.paw-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:11px;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;border:none;white-space:nowrap}.paw-btn-ghost{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.paw-btn-ghost:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.paw-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 8px 22px #4f46e559;text-decoration:none}.paw-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.paw-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.paw-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:60px 20px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:14px;text-align:center;color:#94a3b8}.paw-empty svg{color:#cbd5e1}.paw-empty h3{font-size:1rem;font-weight:800;color:#334155;margin:0}.paw-empty p{font-size:.85rem;margin:0;max-width:320px}.paw-empty-sm{padding:20px;text-align:center;font-size:.82rem;color:#94a3b8;font-style:italic}.paw-loading-inline{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px;color:#64748b;font-weight:600}.paw-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:pawFade .18s ease}@keyframes pawFade{0%{opacity:0}to{opacity:1}}.paw-modal-content{background:#fff;border-radius:16px;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:pawSlide .25s ease}.paw-modal-content-lg{max-width:900px}@keyframes pawSlide{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.paw-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 22px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.paw-modal-head strong{display:block;font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:3px}.paw-modal-head span{display:block;font-size:.78rem;color:#94a3b8}.paw-modal-close{width:36px;height:36px;border-radius:10px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.paw-modal-close:hover{background:#fee2e2;color:#dc2626}.paw-modal-body{flex:1;overflow-y:auto;padding:20px 22px;display:flex;flex-direction:column;gap:16px}.paw-modal-body-center{flex:1;overflow:auto;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px;min-height:300px}.paw-modal-body-center img{max-width:100%;max-height:70vh;border-radius:10px;box-shadow:0 10px 30px #0f172a26}.paw-modal-body-center iframe{width:100%;height:70vh;border:none;border-radius:10px;background:#fff}.paw-modal-nofile{text-align:center;color:#64748b;padding:40px}.paw-modal-nofile p{margin:12px 0 16px}.paw-modal-nofile a{display:inline-block;padding:10px 20px;background:#4f46e5;color:#fff;border-radius:10px;font-weight:800;text-decoration:none;font-size:.85rem}.paw-modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 22px;border-top:1px solid #eef1f6;background:#f8fafc}.paw-program-details{display:grid;grid-template-columns:1fr 1fr;gap:10px}.paw-program-detail{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border-radius:10px;border:1px solid #eef1f6}.paw-program-detail svg{color:#4f46e5;flex-shrink:0}.paw-program-detail span{flex:1;font-size:.72rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.paw-program-detail strong{font-size:.85rem;color:#0f172a;font-weight:800}.paw-program-desc strong,.paw-program-docs-preview strong{display:block;font-size:.78rem;font-weight:800;color:#334155;text-transform:uppercase;letter-spacing:.4px;margin-bottom:8px}.paw-program-desc p{font-size:.85rem;color:#475569;line-height:1.65;margin:0}.paw-program-docs-chips{display:flex;flex-wrap:wrap;gap:6px}.paw-chip{padding:5px 12px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.72rem;font-weight:700}@media(max-width:640px){.paw-program-details{grid-template-columns:1fr}}.pas-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 16px;background:linear-gradient(135deg,#eef2ff,#f5f3ff)}.pas-card{max-width:560px;width:100%;background:#fff;border-radius:24px;padding:40px 32px;text-align:center;box-shadow:0 24px 60px #4f46e526;animation:pasSlide .5s cubic-bezier(.34,1.56,.64,1)}@keyframes pasSlide{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.pas-icon{width:96px;height:96px;border-radius:28px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 22px;box-shadow:0 16px 40px #4f46e559;animation:pasIconPulse 2s ease infinite}@keyframes pasIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.pas-title{font-size:1.6rem;font-weight:900;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}.pas-subtitle{font-size:.95rem;color:#64748b;margin:0 0 24px}.pas-credentials{padding:20px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:2px dashed #fbbf24;border-radius:16px;margin-bottom:16px;text-align:left}.pas-credentials-head{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#92400e}.pas-credentials-head strong{font-size:.9rem;font-weight:900}.pas-cred-row{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border-radius:10px;margin-bottom:8px;color:#92400e;font-size:.85rem}.pas-cred-label{color:#78350f;font-weight:700}.pas-cred-row strong{font-weight:900;color:#0f172a;margin-left:auto;font-size:.88rem}.pas-cred-row code{margin-left:auto;padding:6px 12px;background:#fef3c7;border:1px solid #fbbf24;border-radius:6px;font-family:Monaco,monospace;font-size:.92rem;font-weight:900;color:#78350f;letter-spacing:1px}.pas-copy-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;background:#f59e0b;color:#fff;border:none;font-size:.8rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;margin-top:4px}.pas-copy-btn:hover{background:#d97706;transform:translateY(-1px)}.pas-cred-hint{display:flex;align-items:center;gap:5px;margin:12px 0 0;font-size:.74rem;color:#92400e;font-weight:600}.pas-sent{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-bottom:20px}.pas-sent-item{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#f1f5f9;border-radius:999px;font-size:.78rem;font-weight:700;color:#334155}.pas-info{padding:16px 18px;background:#f8fafc;border:1px solid #eef1f6;border-radius:14px;margin-bottom:20px;text-align:left}.pas-info-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #eef1f6;font-size:.84rem}.pas-info-row:last-child{border-bottom:none}.pas-info-row span{color:#64748b;font-weight:600}.pas-info-row strong{color:#0f172a;font-weight:800;text-align:right}.pas-info-status strong{color:#d97706}.pas-actions{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.pas-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 22px;border-radius:12px;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .15s;font-family:inherit}.pas-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 10px 26px #4f46e559}.pas-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 34px #4f46e573}.pas-btn-ghost{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.pas-btn-ghost:hover{background:#f1f5f9}.pas-footer{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.8rem;color:#94a3b8;margin:0;font-weight:600}.pas-footer svg{color:#16a34a}@media(max-width:640px){.pas-card{padding:28px 20px}.pas-icon{width:76px;height:76px;border-radius:22px}.pas-title{font-size:1.25rem}.pas-cred-row{flex-wrap:wrap}.pas-cred-row strong,.pas-cred-row code{margin-left:0;width:100%}}.paw-offer-banner{display:flex;align-items:center;gap:14px;max-width:900px;margin:16px auto 12px;padding:14px 20px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1.5px solid #fde68a;border-radius:14px;box-shadow:0 4px 14px #f59e0b14}.paw-offer-banner-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #f59e0b4d;flex-shrink:0}.paw-offer-banner-text{flex:1;min-width:0}.paw-offer-banner-text strong{display:block;font-size:.9rem;color:#78350f;font-weight:900;margin-bottom:4px;line-height:1.3;word-break:break-word}.paw-offer-banner-uni{display:block;font-size:.78rem;color:#92400e;font-weight:700;line-height:1.4;word-break:break-word}.paw-deadline-banner{display:flex;align-items:center;gap:14px;padding:16px 20px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1.5px solid #bfdbfe;border-radius:14px;color:#1e40af;margin-bottom:16px}.paw-deadline-banner svg{color:#2563eb;flex-shrink:0}.paw-deadline-banner>div{flex:1;min-width:0}.paw-deadline-banner strong{display:block;font-size:.72rem;font-weight:800;color:#1e3a8a;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px}.paw-deadline-banner span{display:block;font-size:.9rem;font-weight:800;color:#0f172a}.paw-offer-progs{display:flex;flex-direction:column;gap:16px}.paw-offer-prog-card{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;padding:18px;transition:all .15s}.paw-offer-prog-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}.paw-offer-prog-head{display:flex;align-items:flex-start;gap:12px;padding-bottom:14px;border-bottom:1px solid #f1f5f9;margin-bottom:14px}.paw-offer-prog-num{width:36px;height:36px;min-width:36px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.85rem;box-shadow:0 4px 12px #4f46e540;flex-shrink:0}.paw-offer-prog-title{flex:1;min-width:0}.paw-offer-prog-title strong{display:block;font-size:1rem;font-weight:800;color:#0f172a;margin-bottom:4px;line-height:1.35}.paw-offer-prog-title span{display:inline-flex;align-items:center;gap:4px;font-size:.76rem;color:#64748b;font-weight:600}.paw-offer-levels{display:flex;flex-direction:column;gap:10px}.paw-offer-level-btn{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.paw-offer-level-btn:hover{background:#fff;border-color:#c7d2fe;transform:translate(3px);box-shadow:0 4px 14px #4f46e514}.paw-offer-level-left{flex:1;min-width:0}.paw-offer-level-degree{display:inline-flex;align-items:center;gap:5px;font-size:.9rem;font-weight:800;color:#0f172a;margin-bottom:6px}.paw-offer-level-meta{display:flex;flex-wrap:wrap;gap:10px}.paw-offer-level-meta span{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:#64748b;font-weight:700}.paw-offer-level-meta span svg{color:#94a3b8}.paw-offer-level-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.paw-offer-level-fee{display:flex;align-items:baseline;gap:3px;padding:6px 12px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:10px;color:#15803d;font-weight:900}.paw-offer-level-fee svg{color:#16a34a}.paw-offer-level-fee strong{font-size:.95rem;font-weight:900}.paw-offer-level-fee small{font-size:.68rem;font-weight:800;color:#16a34a}.paw-offer-level-right>svg:last-child{color:#cbd5e1}.paw-offer-level-btn:hover .paw-offer-level-right>svg:last-child{color:#4f46e5}@media(max-width:640px){.paw-offer-banner{margin:12px 16px 8px;padding:12px 14px}.paw-offer-banner-icon{width:38px;height:38px;min-width:38px}.paw-offer-level-btn{flex-direction:column;align-items:stretch}.paw-offer-level-right{justify-content:space-between}.paw-offer-prog-title strong{font-size:.92rem}}.paw-otp-content{position:relative;background:#fff;border-radius:20px;width:100%;max-width:480px;max-height:92vh;overflow-y:auto;padding:32px 28px 24px;text-align:center;box-shadow:0 30px 80px #0f172a66;animation:pawSlide .25s ease}.paw-otp-icon{width:72px;height:72px;border-radius:20px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 18px;box-shadow:0 12px 30px #4f46e559}.paw-otp-title{font-size:1.25rem;font-weight:900;color:#0f172a;margin:0 0 10px;letter-spacing:-.3px}.paw-otp-sub{font-size:.86rem;color:#64748b;line-height:1.6;margin:0 0 16px}.paw-otp-sub strong{color:#0f172a;font-weight:800}.paw-otp-method-box{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:12px;color:#4f46e5;font-size:.82rem;font-weight:700;margin-bottom:20px}.paw-otp-method-box b{color:#0f172a;font-weight:900}.paw-otp-input-wrap{margin-bottom:16px}.paw-otp-input{width:100%;height:64px;padding:0 20px;border:2px solid #e2e8f0;border-radius:14px;font-size:1.8rem;font-weight:900;letter-spacing:12px;text-align:center;color:#0f172a;outline:none;background:#f8fafc;font-family:Monaco,Menlo,monospace;transition:all .15s}.paw-otp-input:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 4px #4f46e51f}.paw-otp-input::-moz-placeholder{color:#cbd5e1;letter-spacing:12px}.paw-otp-input::placeholder{color:#cbd5e1;letter-spacing:12px}.paw-otp-input:disabled{opacity:.6}.paw-otp-verify{width:100%;justify-content:center;margin-top:8px;margin-bottom:16px;padding:14px 22px;font-size:.92rem}.paw-otp-resend{display:flex;align-items:center;justify-content:center;gap:8px;font-size:.82rem;color:#64748b;margin-bottom:14px;flex-wrap:wrap}.paw-otp-timer{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:#f1f5f9;border-radius:999px;font-weight:800;color:#475569;font-size:.76rem}.paw-otp-resend-btn{padding:6px 14px;background:#eef2ff;color:#4f46e5;border:none;border-radius:8px;font-size:.78rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;display:inline-flex;align-items:center;gap:4px}.paw-otp-resend-btn:hover:not(:disabled){background:#4f46e5;color:#fff}.paw-otp-resend-btn:disabled{opacity:.5;cursor:not-allowed}.paw-otp-hint{display:flex;align-items:flex-start;gap:6px;font-size:.76rem;color:#94a3b8;line-height:1.5;padding-top:14px;border-top:1px solid #f1f5f9;margin:0;text-align:left}.paw-otp-hint svg{flex-shrink:0;margin-top:2px;color:#cbd5e1}.paw-otp-hint a{color:#4f46e5;font-weight:800;text-decoration:none}.paw-otp-hint a:hover{text-decoration:underline}@media(max-width:480px){.paw-otp-content{padding:24px 20px 18px}.paw-otp-icon{width:60px;height:60px;border-radius:16px}.paw-otp-input{height:56px;font-size:1.5rem;letter-spacing:8px}.paw-otp-input::-moz-placeholder{letter-spacing:8px}.paw-otp-input::placeholder{letter-spacing:8px}}.paw-offer-level-scholarship{display:inline-flex;align-items:center;gap:4px;margin-top:6px;padding:3px 9px;background:#fffbeb;border:1px solid #fde68a;border-radius:999px;font-size:.7rem;font-weight:700;color:#92400e}.paw-offer-level-scholarship b{color:#78350f;font-weight:900}.paw-offer-level-scholarship span{color:#b45309;font-weight:800}.paw-offer-level-scholarship svg{color:#d97706;flex-shrink:0}.paw-offer-level-payment{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px;font-size:.66rem;color:#475569;font-weight:700}.paw-offer-level-payment span{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:999px}.paw-offer-level-payment svg{color:#94a3b8}.paw-offer-level-net{display:inline-flex;align-items:baseline;gap:3px;padding:5px 10px;background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border:1px solid #5eead4;border-radius:9px;color:#0f766e;font-weight:900;font-size:.8rem}.paw-offer-level-net svg{color:#0d9488;align-self:center}.paw-offer-level-net strong{color:#134e4a}.paw-offer-level-net small{font-size:.62rem;font-weight:800}.paw-program-sch-badge{display:inline-flex!important;align-items:center;gap:3px;padding:2px 8px!important;background:#fffbeb!important;border:1px solid #fde68a!important;border-radius:999px!important;color:#92400e!important;font-weight:800!important}.paw-program-sch-badge svg{color:#d97706}.paw-program-net-badge{display:inline-flex!important;align-items:center;gap:3px;padding:2px 8px!important;background:#f0fdfa!important;border:1px solid #5eead4!important;border-radius:999px!important;color:#0f766e!important;font-weight:800!important}.paw-program-net-badge svg{color:#0d9488}.paw-program-extras{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;margin-top:14px}.paw-program-extra{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.paw-program-extra>div{flex:1;min-width:0}.paw-program-extra svg{color:#4f46e5;flex-shrink:0}.paw-program-extra span{display:block;font-size:.68rem;color:#94a3b8;font-weight:800;text-transform:uppercase;letter-spacing:.3px}.paw-program-extra strong{display:block;font-size:.9rem;color:#0f172a;font-weight:900;margin-top:2px}.paw-program-extra.gold{background:linear-gradient(135deg,#fef3c7,#fef9c3);border-color:#fde68a}.paw-program-extra.gold svg{color:#d97706}.paw-program-extra.gold span,.paw-program-extra.gold strong{color:#78350f}.paw-program-extra.teal{background:linear-gradient(135deg,#f0fdfa,#ccfbf1);border-color:#5eead4}.paw-program-extra.teal svg{color:#0d9488}.paw-program-extra.teal span{color:#0f766e}.paw-program-extra.teal strong{color:#134e4a}.paw-doc-info strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a;line-height:1.35;word-break:break-word}.paw-doc-info>span{display:block;font-size:.72rem;color:#94a3b8;margin-top:3px;line-height:1.4}.paw-doc-info strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a;line-height:1.4;word-break:break-word}.paw-doc-info strong .paw-doc-info-sep{color:#cbd5e1;font-weight:400;margin:0 2px}.paw-doc-info strong .paw-doc-info-sub{color:#64748b;font-weight:600;font-size:.78rem}.paw-doc-info>span{display:block;font-size:.72rem;color:#94a3b8;margin-top:4px;line-height:1.4}.vbn{display:flex;align-items:center;gap:16px;padding:18px 22px;border-radius:16px;margin-bottom:20px;border:1.5px solid}.vbn-approved{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#86efac}.vbn-pending{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fde68a}.vbn-rejected{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#fecaca}.vbn-icon{width:48px;height:48px;min-width:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vbn-body{flex:1;min-width:0}.vbn-body strong{display:block;font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:4px}.vbn-body p{font-size:.82rem;color:#475569;margin:0;line-height:1.65}.vbn-action{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:.8rem;font-weight:800;text-decoration:none;box-shadow:0 6px 16px #4f46e540;flex-shrink:0;transition:all .15s}.vbn-action:hover{transform:translateY(-1px);box-shadow:0 10px 22px #4f46e559}.vbn-action-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 6px 16px #dc262640}.vbn-status-pill{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:999px;font-size:.72rem;font-weight:800;flex-shrink:0}@media(max-width:720px){.vbn{flex-direction:column;align-items:flex-start}.vbn-action{width:100%;justify-content:center}}.vsm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:vsm-fade .25s ease}@keyframes vsm-fade{0%{opacity:0}to{opacity:1}}.vsm-modal{position:relative;background:#fff;border-radius:24px;padding:40px 32px 28px;width:100%;max-width:460px;text-align:center;box-shadow:0 30px 80px #0f172a73;animation:vsm-slide .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes vsm-slide{0%{opacity:0;transform:translateY(30px) scale(.92)}to{opacity:1;transform:translateY(0) scale(1)}}.vsm-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:0}.vsm-confetti-piece{position:absolute;top:-20px;width:8px;height:14px;border-radius:2px;opacity:0;animation:vsm-fall linear forwards}@keyframes vsm-fall{0%{opacity:0;transform:translateY(0) rotate(0)}10%{opacity:1}to{opacity:0;transform:translateY(600px) rotate(720deg)}}.vsm-close{position:absolute;top:14px;right:14px;width:34px;height:34px;border-radius:50%;background:#f1f5f9;border:none;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;z-index:3}.vsm-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.vsm-icon{position:relative;z-index:2;width:88px;height:88px;border-radius:50%;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#16a34a;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;box-shadow:0 16px 40px #16a34a40;animation:vsm-pulse 2s ease infinite}@keyframes vsm-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.vsm-party-badge{position:absolute;top:32px;right:calc(50% - 52px);width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #f59e0b66;z-index:3;animation:vsm-bounce 1.5s ease infinite}@keyframes vsm-bounce{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(-10deg)}}.vsm-title{position:relative;z-index:2;font-size:1.5rem;font-weight:900;color:#0f172a;margin:0 0 8px;letter-spacing:-.4px}.vsm-subtitle{position:relative;z-index:2;font-size:.9rem;color:#64748b;line-height:1.55;margin:0 0 22px;padding:0 8px}.vsm-plan-card{position:relative;z-index:2;display:flex;align-items:center;gap:14px;padding:16px 18px;border:2px solid;border-radius:16px;margin-bottom:18px}.vsm-plan-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 4px 12px #0f172a0f}.vsm-plan-info{flex:1;text-align:left;min-width:0}.vsm-plan-label{display:block;font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:2px}.vsm-plan-name{display:block;font-size:1.1rem;font-weight:900;letter-spacing:-.2px}.vsm-features{position:relative;z-index:2;display:flex;flex-direction:column;gap:8px;padding:16px;background:#f8fafc;border-radius:14px;margin-bottom:22px;text-align:left}.vsm-feature{display:flex;align-items:center;gap:8px;font-size:.82rem;color:#334155;font-weight:700}.vsm-feature svg{color:#16a34a;flex-shrink:0}.vsm-actions{position:relative;z-index:2;display:flex;gap:10px;flex-wrap:wrap}.vsm-btn-ghost{padding:12px 22px;border-radius:11px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.85rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.vsm-btn-ghost:hover{background:#f1f5f9}.vsm-btn-primary{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:.85rem;font-weight:800;box-shadow:0 10px 24px #4f46e559;transition:all .15s;font-family:inherit}.vsm-btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 30px #4f46e573}@media(max-width:480px){.vsm-modal{padding:32px 22px 22px}.vsm-icon{width:72px;height:72px}.vsm-title{font-size:1.25rem}.vsm-actions{flex-direction:column}.vsm-btn-ghost,.vsm-btn-primary{width:100%;justify-content:center}}.cns-dash{display:flex;flex-direction:column;gap:20px}.cns-hero{position:relative;overflow:hidden;border-radius:20px;padding:26px 30px;background:linear-gradient(135deg,#4f46e5,#7c3aed,#6d28d9);color:#fff}.cns-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 85% 30%,rgba(255,255,255,.15),transparent 45%),radial-gradient(circle at 15% 80%,rgba(255,255,255,.08),transparent 40%);pointer-events:none}.cns-hero-content{position:relative;display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}.cns-hero-left{max-width:520px}.cns-hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);font-size:.7rem;font-weight:800;letter-spacing:.3px;margin-bottom:12px}.cns-hero-left h1{font-size:1.75rem;font-weight:800;margin:0 0 8px;letter-spacing:-.5px}.cns-hero-left p{font-size:.88rem;color:#ffffffd9;line-height:1.6;margin:0}.cns-hero-stats{display:flex;gap:12px;flex-wrap:wrap}.cns-hero-stat{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);min-width:130px}.cns-hero-stat-icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.cns-hero-stat strong{display:block;font-size:1.15rem;font-weight:900;line-height:1}.cns-hero-stat span{display:block;font-size:.68rem;color:#ffffffbf;margin-top:3px}.cns-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cns-stat-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:18px;display:flex;align-items:flex-start;gap:14px;transition:all .15s}.cns-stat-card:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cns-stat-icon{width:48px;height:48px;min-width:48px;border-radius:14px;display:flex;align-items:center;justify-content:center}.cns-stat-body{flex:1;min-width:0}.cns-stat-label{display:block;font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:4px}.cns-stat-value{display:block;font-size:1.6rem;font-weight:900;color:#0f172a;line-height:1}.cns-stat-delta{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700;color:#64748b;margin-top:6px}.cns-stat-delta.up{color:#16a34a}.cns-section{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:22px}.cns-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;flex-wrap:wrap}.cns-section-title{display:flex;align-items:center;gap:12px}.cns-section-title-icon{width:40px;height:40px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.cns-section-title h2{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 2px}.cns-section-title p{font-size:.78rem;color:#94a3b8;margin:0}.cns-section-link{display:inline-flex;align-items:center;gap:4px;color:#4f46e5;font-size:.8rem;font-weight:700;text-decoration:none}.cns-section-link:hover{text-decoration:underline}.cns-apps-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.cns-app-card{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;transition:all .15s}.cns-app-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e514}.cns-app-head{display:flex;align-items:center;gap:12px}.cns-app-avatar{width:42px;height:42px;min-width:42px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem}.cns-app-head-info{flex:1;min-width:0}.cns-app-head-info strong{display:block;font-size:.9rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-app-head-info span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-pill{padding:4px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap;flex-shrink:0}.cns-pill.blue{background:#eff6ff;color:#2563eb}.cns-pill.green{background:#ecfdf5;color:#16a34a}.cns-pill.orange{background:#fff7ed;color:#ea580c}.cns-pill.red{background:#fef2f2;color:#ef4444}.cns-pill.gray{background:#f1f5f9;color:#64748b}.cns-app-body{display:flex;flex-direction:column;gap:8px;padding:10px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.cns-app-row{display:flex;align-items:center;gap:10px}.cns-app-row-icon{width:32px;height:32px;min-width:32px;border-radius:9px;display:flex;align-items:center;justify-content:center}.cns-app-row-info{flex:1;min-width:0}.cns-app-row-info span{display:block;font-size:.65rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.cns-app-row-info strong{display:block;font-size:.82rem;color:#0f172a;font-weight:700;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-app-row-info small{display:block;font-size:.7rem;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-app-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:.72rem;color:#64748b}.cns-app-meta-item{display:inline-flex;align-items:center;gap:4px}.cns-app-meta-item svg{color:#94a3b8}.cns-app-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.cns-app-date{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:#94a3b8}.cns-app-btn{display:inline-flex;align-items:center;gap:4px;padding:7px 12px;border-radius:9px;background:#eef2ff;color:#4f46e5;font-size:.75rem;font-weight:700;text-decoration:none;transition:all .15s}.cns-app-btn:hover{background:#4f46e5;color:#fff}.cns-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:48px 20px;text-align:center;color:#94a3b8}.cns-empty-icon{width:64px;height:64px;border-radius:20px;background:#f1f5f9;color:#cbd5e1;display:flex;align-items:center;justify-content:center}.cns-empty h3{font-size:.95rem;color:#334155;margin:0;font-weight:700}.cns-empty p{font-size:.82rem;margin:0;max-width:340px;line-height:1.5}.cns-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cns-spin .8s linear infinite}@keyframes cns-spin{to{transform:rotate(360deg)}}.cns-quick-head{margin-bottom:12px}.cns-quick-head h3{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:800;color:#0f172a}.cns-quick-head h3 svg{color:#4f46e5}.cns-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cns-quick-card{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;text-decoration:none;color:inherit;transition:all .15s}.cns-quick-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e514;transform:translateY(-2px)}.cns-quick-icon{width:42px;height:42px;min-width:42px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cns-quick-card>div:nth-child(2){flex:1;min-width:0}.cns-quick-card strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a}.cns-quick-card span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px}.cns-quick-arrow{color:#cbd5e1;flex-shrink:0}.cns-page{display:flex;flex-direction:column;gap:20px}.cns-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.cns-page-head h1{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0 0 4px}.cns-page-head p{font-size:.85rem;color:#64748b;margin:0}.cns-page-stats{display:flex;gap:8px;flex-wrap:wrap}.cns-page-stat{min-width:78px;padding:10px 14px;background:#fff;border:1px solid #eef1f6;border-radius:12px;text-align:center}.cns-page-stat strong{display:block;font-size:1.15rem;font-weight:900;color:#0f172a;line-height:1}.cns-page-stat span{display:block;font-size:.68rem;color:#94a3b8;margin-top:4px;font-weight:600}.cns-list{display:flex;flex-direction:column;gap:12px}.cns-list-item{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden;transition:all .15s}.cns-list-item.open{border-color:#c7d2fe;box-shadow:0 12px 32px #4f46e514}.cns-list-head{display:flex;align-items:center;gap:14px;padding:16px 18px;cursor:pointer;transition:background .15s}.cns-list-head:hover{background:#f8fafc}.cns-list-avatar{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem}.cns-list-info{flex:1;min-width:0}.cns-list-info strong{display:block;font-size:.95rem;color:#0f172a;font-weight:700}.cns-list-info span{display:block;font-size:.78rem;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-list-status{padding:5px 12px;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap}.cns-list-status.blue{background:#eff6ff;color:#2563eb}.cns-list-status.green{background:#ecfdf5;color:#16a34a}.cns-list-status.red{background:#fef2f2;color:#ef4444}.cns-list-chevron{color:#94a3b8;transition:transform .2s;flex-shrink:0}.cns-list-chevron.open{transform:rotate(180deg)}.cns-list-body{padding:20px;background:#f8fafc;border-top:1px solid #eef1f6;display:flex;flex-direction:column;gap:20px}.cns-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.cns-info-card{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border:1px solid #eef1f6;border-radius:12px}.cns-info-icon{width:40px;height:40px;min-width:40px;border-radius:11px;display:flex;align-items:center;justify-content:center}.cns-info-body{flex:1;min-width:0}.cns-info-body span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.cns-info-body strong{display:block;font-size:.88rem;color:#0f172a;font-weight:800;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-info-body small{display:block;font-size:.72rem;color:#64748b;margin-top:2px}.cns-section-mini h4{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:800;color:#0f172a;margin:0 0 10px;text-transform:uppercase;letter-spacing:.3px}.cns-section-mini h4 svg{color:#4f46e5}.cns-chips{display:flex;flex-wrap:wrap;gap:6px}.cns-chip{padding:5px 12px;border-radius:999px;background:#fff;border:1px solid #e2e8f0;color:#475569;font-size:.75rem;font-weight:600}.cns-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.cns-doc-card{display:flex;align-items:center;gap:10px;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.cns-doc-thumb{width:42px;height:42px;min-width:42px;border-radius:10px;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cns-doc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cns-doc-thumb-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:900}.cns-doc-info{flex:1;min-width:0}.cns-doc-info strong{display:block;font-size:.8rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-doc-info span{display:block;font-size:.7rem;color:#94a3b8;margin-top:2px}.cns-doc-actions{display:flex;gap:4px;flex-shrink:0}.cns-icon-btn{width:32px;height:32px;border-radius:8px;background:#f8fafc;border:1px solid #eef1f6;color:#4f46e5;display:flex;align-items:center;justify-content:center;cursor:pointer;text-decoration:none;transition:all .15s}.cns-icon-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.cns-no-docs{font-size:.82rem;color:#94a3b8;margin:0;padding:12px;background:#fff;border:1px dashed #cbd5e1;border-radius:10px;text-align:center}.cns-contact-row{display:flex;gap:20px;flex-wrap:wrap}.cns-contact-item{display:flex;flex-direction:column;gap:3px;padding:12px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:200px;flex:1}.cns-contact-item span{font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.cns-contact-item a{font-size:.85rem;color:#4f46e5;font-weight:700;text-decoration:none;word-break:break-word}.cns-contact-item a:hover{text-decoration:underline}.cns-status-btns{display:flex;gap:8px;flex-wrap:wrap}.cns-status-btn{padding:8px 14px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.cns-status-btn:hover{border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.cns-status-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 4px 12px #4f46e540}.cns-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px}.cns-modal-content{background:#fff;border-radius:16px;width:min(900px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.cns-modal-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eef1f6}.cns-modal-head strong{display:block;font-size:.95rem;color:#0f172a}.cns-modal-head span{display:block;font-size:.78rem;color:#94a3b8;margin-top:2px}.cns-modal-close{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-modal-close:hover{background:#e2e8f0;color:#0f172a}.cns-modal-body{flex:1;overflow:auto;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px}.cns-modal-body img{max-width:100%;max-height:75vh;border-radius:10px;box-shadow:0 10px 30px #0f172a26}.cns-modal-body iframe{width:100%;height:75vh;border:none;border-radius:10px;background:#fff}.cns-modal-nofile{text-align:center;color:#64748b;padding:40px}.cns-modal-nofile a{display:inline-block;margin-top:16px;padding:10px 18px;background:#4f46e5;color:#fff;border-radius:10px;font-weight:700;text-decoration:none}@media(max-width:1200px){.cns-stats-grid,.cns-quick-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.cns-apps-grid{grid-template-columns:1fr}.cns-info-grid{grid-template-columns:1fr 1fr}.cns-hero-content{flex-direction:column;align-items:flex-start}}@media(max-width:640px){.cns-stats-grid,.cns-quick-grid,.cns-info-grid{grid-template-columns:1fr}.cns-list-head{flex-wrap:wrap}.cns-page-stats{width:100%}.cns-page-stat{flex:1}}.cns-ready-check{padding:16px;background:linear-gradient(180deg,#f8faff,#fff);border:1px solid #e0e7ff;border-radius:12px}.cns-ready-check-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#4f46e5}.cns-ready-check-head strong{flex:1;font-size:.85rem;color:#0f172a;font-weight:800}.cns-ready-pill{padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800}.cns-ready-pill.ok{background:#ecfdf5;color:#16a34a}.cns-ready-pill.warn{background:#fffbeb;color:#d97706}.cns-ready-items{display:flex;flex-direction:column;gap:8px}.cns-ready-item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:10px;font-size:.8rem}.cns-ready-item.ok{background:#f0fdf4;color:#166534}.cns-ready-item.warn{background:#fffbeb;color:#78350f}.cns-ready-item strong{display:block;font-size:.78rem;font-weight:800}.cns-ready-item span{display:block;font-size:.72rem;margin-top:2px;opacity:.85;line-height:1.4}.cns-apply-block{padding:16px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:12px}.cns-apply-block-head{display:flex;align-items:center;gap:8px;color:#16a34a;margin-bottom:6px}.cns-apply-block-head strong{font-size:.88rem;color:#0f172a}.cns-apply-block-hint{font-size:.76rem;color:#166534;margin:0 0 12px;line-height:1.5}.cns-apply-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cns-apply-btn{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:10px;background:#fff;border:1.5px solid #86efac;color:#0f172a;text-decoration:none;transition:all .15s;font-family:inherit}.cns-apply-btn:hover{background:#ecfdf5;border-color:#4ade80;transform:translateY(-1px);box-shadow:0 6px 16px #16a34a26}.cns-apply-btn.disabled{opacity:.5;pointer-events:none}.cns-apply-btn>svg:first-child{color:#16a34a;flex-shrink:0}.cns-apply-btn>svg:last-child{color:#94a3b8;flex-shrink:0;margin-left:auto}.cns-apply-btn>div{flex:1;min-width:0}.cns-apply-btn strong{display:block;font-size:.82rem;font-weight:800}.cns-apply-btn span{display:block;font-size:.68rem;color:#64748b;margin-top:2px}.cns-acceptance-block{padding:16px;background:linear-gradient(180deg,#f5f3ff,#fff);border:1px solid #c7d2fe;border-radius:12px}.cns-acceptance-hint{font-size:.76rem;color:#64748b;margin:0 0 12px;line-height:1.5}.cns-acceptance-btns{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cns-acceptance-btn{display:flex;align-items:center;gap:10px;padding:12px;border-radius:10px;border:1.5px solid;background:#fff;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left}.cns-acceptance-btn:disabled{opacity:.5;cursor:not-allowed}.cns-acceptance-btn>div{flex:1;min-width:0}.cns-acceptance-btn strong{display:block;font-size:.78rem;font-weight:800}.cns-acceptance-btn span{display:block;font-size:.66rem;margin-top:2px;opacity:.75}.cns-acceptance-btn-accepted{border-color:#86efac;color:#166534}.cns-acceptance-btn-accepted:hover:not(:disabled){background:#ecfdf5;transform:translateY(-1px);box-shadow:0 6px 16px #16a34a26}.cns-acceptance-btn-conditional{border-color:#fde68a;color:#92400e}.cns-acceptance-btn-conditional:hover:not(:disabled){background:#fffbeb;transform:translateY(-1px)}.cns-acceptance-btn-rejected{border-color:#fecaca;color:#991b1b}.cns-acceptance-btn-rejected:hover:not(:disabled){background:#fef2f2;transform:translateY(-1px)}.cns-chip-ok{background:#ecfdf5!important;border-color:#86efac!important;color:#166534!important}.cns-chip-warn{background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}@media(max-width:640px){.cns-apply-btns,.cns-acceptance-btns{grid-template-columns:1fr}}.cns-payment-section{padding:16px;background:linear-gradient(180deg,#f0fdf4,#fff);border:1.5px solid #86efac;border-radius:12px}.cns-payment-hint{font-size:.76rem;color:#166534;margin:0 0 12px;line-height:1.5}.cns-payment-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.cns-payment-item{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.cns-payment-item:hover{border-color:#4ade80;box-shadow:0 8px 20px #16a34a1a;transform:translateY(-2px)}.cns-payment-item-action{border-color:#c7d2fe;background:linear-gradient(180deg,#f8faff,#fff)}.cns-payment-item-icon{width:44px;height:44px;min-width:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.cns-payment-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cns-payment-item-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cns-payment-item-title strong{font-size:.95rem;font-weight:900;color:#0f172a}.cns-payment-item-type{font-size:.68rem;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#475569;font-weight:700}.cns-payment-item-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cns-payment-item-status{font-size:.7rem;padding:3px 10px;border-radius:999px;font-weight:800}.cns-payment-item-date{display:inline-flex;align-items:center;gap:3px;font-size:.72rem;color:#94a3b8;font-weight:600}.cns-payment-item-badge{padding:4px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.65rem;font-weight:900;letter-spacing:.3px;flex-shrink:0}.cns-payment-add-btn{display:inline-flex;align-items:center;gap:8px;width:100%;justify-content:center;padding:12px 18px;border-radius:10px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 6px 18px #16a34a40}.cns-payment-add-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #16a34a59}.cns-modal-payment{max-width:620px}.cns-payment-form{padding:22px 24px;display:flex;flex-direction:column;gap:14px;overflow-y:auto;max-height:calc(92vh - 80px)}.cns-payment-form-row{display:grid;grid-template-columns:2fr 1fr;gap:12px}.cns-payment-field{display:flex;flex-direction:column;gap:6px}.cns-payment-field label{font-size:.75rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.3px}.cns-payment-field input,.cns-payment-field select,.cns-payment-field textarea{padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;transition:all .15s}.cns-payment-field textarea{resize:vertical}.cns-payment-field input:focus,.cns-payment-field select:focus,.cns-payment-field textarea:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e514}.cns-payment-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9;margin-top:4px}.cns-btn-ghost{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit}.cns-btn-ghost:hover{background:#f1f5f9}.cns-btn-primary{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #16a34a4d;font-family:inherit}.cns-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #16a34a66}.cns-btn-primary:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.cns-payment-form-row{grid-template-columns:1fr}}.cns-status-flow{padding:16px;background:linear-gradient(180deg,#f8faff,#fff);border:1px solid #e0e7ff;border-radius:12px}.cns-status-flow h4{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:800;color:#0f172a;margin:0 0 12px;text-transform:uppercase;letter-spacing:.3px}.cns-status-flow h4 svg{color:#4f46e5}.cns-status-steps{display:flex;flex-wrap:wrap;gap:6px}.cns-status-step{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:999px;background:#fff;border:1.5px solid #e2e8f0;color:#64748b;font-size:.74rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.cns-status-step:hover:not(:disabled){border-color:#c7d2fe;background:#f8faff;color:#4f46e5;transform:translateY(-1px)}.cns-status-step.active{font-weight:800;box-shadow:0 4px 12px #4f46e51f}.cns-status-step:disabled{opacity:.5;cursor:not-allowed}.cns-status-hint{font-size:.72rem;color:#94a3b8;margin:10px 0 0;font-weight:600}.cns-format-hint{font-size:.72rem;color:#64748b;margin:8px 0 0;padding:8px 10px;background:#f8fafc;border-radius:8px;border-left:3px solid #4f46e5}.cns-doc-thumb-word{background:#dbeafe;color:#1e40af;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:900}.cns-payment-item-receipt{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.65rem;font-weight:800;border:1px solid #86efac}.cns-payment-auto-hint{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#94a3b8;padding:10px 12px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;margin:0;font-weight:600}.cns-toolbar{display:flex;gap:10px;flex-wrap:wrap}.cns-toolbar-select{height:46px;padding:0 36px 0 14px;border:1.5px solid #eef1f6;border-radius:12px;background:#fff;font-size:.85rem;font-weight:700;color:#0f172a;font-family:inherit;cursor:pointer;outline:none;min-width:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.cns-spin{animation:cns-spin 1s linear infinite}.cns-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:16px}.cns-toolbar-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.cns-toolbar-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cns-toolbar-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cns-toolbar-search button{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-toolbar-select{height:46px;padding:0 36px 0 14px;border:1.5px solid #eef1f6;border-radius:12px;background:#fff;font-size:.85rem;font-weight:700;color:#0f172a;font-family:inherit;cursor:pointer;outline:none;min-width:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.cns-toolbar-select:focus{border-color:#c7d2fe}.sigpad{display:flex;flex-direction:column;gap:8px}.sigpad-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.sigpad-hint{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;color:#4f46e5}.sigpad-actions{display:flex;gap:6px}.sigpad-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.72rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.sigpad-btn:hover:not(:disabled){background:#f8faff;border-color:#c7d2fe;color:#4f46e5}.sigpad-btn.danger:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#dc2626}.sigpad-btn:disabled{opacity:.45;cursor:not-allowed}.sigpad-wrap{position:relative;width:100%;border-radius:12px;background:linear-gradient(#fff,#fff) padding-box,repeating-linear-gradient(90deg,#e2e8f0 0,#e2e8f0 1px,transparent 1px,transparent 40px) border-box;border:1.5px dashed #c7d2fe;overflow:hidden;background-color:#fefeff}.sigpad-wrap:after{content:"";position:absolute;left:24px;right:24px;bottom:40px;height:1.5px;background:linear-gradient(90deg,transparent,#cbd5e1 20%,#cbd5e1 80%,transparent);pointer-events:none;z-index:0}.sigpad-canvas{position:relative;display:block;width:100%;z-index:1;background:transparent;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.sigpad-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#94a3b8;pointer-events:none;z-index:2}.sigpad-placeholder span{font-size:1.8rem;opacity:.6}.sigpad-placeholder p{font-size:.78rem;font-weight:600;margin:0}.cm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:cmFadeIn .18s ease}@keyframes cmFadeIn{0%{opacity:0}to{opacity:1}}.cm-modal{background:#fff;border-radius:20px;width:100%;max-width:880px;max-height:94vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a73;animation:cmSlideUp .25s ease}@keyframes cmSlideUp{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cm-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.cm-head-left{display:flex;align-items:center;gap:14px}.cm-head-icon{width:46px;height:46px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 18px #4f46e540}.cm-head h2{font-size:1.1rem;font-weight:800;color:#0f172a;margin:0 0 3px;letter-spacing:-.3px}.cm-head-sub{font-size:.78rem;color:#94a3b8;display:flex;align-items:center;gap:5px}.cm-head-right{display:flex;align-items:center;gap:10px}.cm-head-icon-btn{width:36px;height:36px;border-radius:10px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cm-head-icon-btn:hover{background:#eef2ff;color:#4f46e5}.cm-status{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap}.cm-status-gray{background:#f1f5f9;color:#64748b}.cm-status-orange{background:#fff7ed;color:#ea580c}.cm-status-blue{background:#eff6ff;color:#2563eb}.cm-status-green{background:#ecfdf5;color:#16a34a}.cm-status-red{background:#fef2f2;color:#ef4444}.cm-close{width:36px;height:36px;border-radius:10px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cm-close:hover{background:#e2e8f0;color:#0f172a}.cm-hint{display:flex;align-items:center;gap:8px;padding:11px 24px;font-size:.8rem;font-weight:600;border-bottom:1px solid #eef1f6}.cm-hint-gray{background:#f8fafc;color:#64748b}.cm-hint-orange{background:#fff7ed;color:#9a3412}.cm-hint-blue{background:#eff6ff;color:#1e40af}.cm-hint-green{background:#ecfdf5;color:#166534}.cm-hint-red{background:#fef2f2;color:#991b1b}.cm-body{flex:1;overflow-y:auto;padding:22px 24px;display:flex;flex-direction:column;gap:22px}.cm-section{display:flex;flex-direction:column;gap:12px}.cm-section-title{display:flex;align-items:center;gap:7px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.6px;margin:0}.cm-parties{display:grid;grid-template-columns:1fr auto 1fr;gap:14px;align-items:center}.cm-party{display:flex;gap:12px;padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;align-items:center}.cm-party-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.cm-party-student{background:linear-gradient(135deg,#3b82f6,#2563eb)}.cm-party-consultant{background:linear-gradient(135deg,#7c3aed,#4f46e5)}.cm-party-info{flex:1;min-width:0}.cm-party-label{display:block;font-size:.62rem;font-weight:800;color:#94a3b8;letter-spacing:.5px;margin-bottom:3px}.cm-party-info strong{display:block;font-size:.9rem;font-weight:800;color:#0f172a;word-break:break-word}.cm-party-sub{display:block;font-size:.72rem;color:#64748b;margin-top:2px;word-break:break-word}.cm-party-sep{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#eef2ff;color:#4f46e5}.cm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.cm-info-card{display:flex;align-items:center;gap:11px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.cm-info-icon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cm-info-card>div:last-child{min-width:0;flex:1}.cm-info-card span{display:block;font-size:.66rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.cm-info-card strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-top:2px;word-break:break-word}.cm-info-card small{display:flex;align-items:center;gap:3px;font-size:.7rem;color:#64748b;margin-top:2px}.cm-sections-section{padding:16px;background:linear-gradient(180deg,#f8faff,#fff);border:1px solid #e0e7ff;border-radius:14px}.cm-sections-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}.cm-sections-progress{display:flex;flex-direction:column;gap:4px;min-width:150px}.cm-progress-text{font-size:.72rem;font-weight:800;color:#4f46e5;text-align:right}.cm-progress-bar{width:100%;height:5px;background:#e0e7ff;border-radius:999px;overflow:hidden}.cm-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#10b981);border-radius:999px;transition:width .35s ease}.cm-show-full-btn{display:flex;align-items:center;gap:14px;width:100%;padding:18px 20px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;border-radius:14px;cursor:pointer;text-align:left;transition:all .2s;font-family:inherit;box-shadow:0 8px 22px #4f46e54d}.cm-show-full-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px #4f46e573}.cm-show-full-btn>svg:first-child{flex-shrink:0}.cm-show-full-btn>div{flex:1;min-width:0}.cm-show-full-btn strong{display:block;font-size:.95rem;font-weight:800;margin-bottom:3px}.cm-show-full-btn span{display:block;font-size:.75rem;opacity:.85}.cm-sections-actions{display:flex;justify-content:flex-end;margin-bottom:10px}.cm-action-btn-sm{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:8px;background:#fff;border:1.5px solid #c7d2fe;color:#4f46e5;font-size:.72rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cm-action-btn-sm:hover:not(:disabled){background:#eef2ff}.cm-action-btn-sm:disabled{opacity:.5;cursor:not-allowed}.cm-accordion{display:flex;flex-direction:column;gap:8px}.cm-acc-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .15s}.cm-acc-item.open{border-color:#c7d2fe;box-shadow:0 4px 14px #4f46e514}.cm-acc-head{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:#fff;border:none;cursor:pointer;font-family:inherit;text-align:left;transition:background .15s}.cm-acc-head:hover{background:#f8faff}.cm-acc-item.open .cm-acc-head{background:#f8faff;border-bottom:1px solid #eef1f6}.cm-acc-num{width:34px;height:34px;min-width:34px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:900;flex-shrink:0;transition:all .2s}.cm-acc-num.read{background:#ecfdf5;color:#16a34a}.cm-acc-title{flex:1;min-width:0}.cm-acc-title strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;line-height:1.3}.cm-acc-title span{display:block;font-size:.7rem;color:#94a3b8;margin-top:2px}.cm-acc-head>svg{color:#94a3b8;flex-shrink:0}.cm-acc-body{padding:16px 18px 18px;background:#fff;display:flex;flex-direction:column;gap:14px;animation:cmAccSlide .2s ease}@keyframes cmAccSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cm-acc-subsection{display:flex;flex-direction:column;gap:10px}.cm-acc-sub-label{font-size:.82rem;font-weight:800;color:#1e293b;padding:6px 10px;background:#f1f5f9;border-radius:6px;border-left:3px solid #4f46e5}.cm-acc-clause{display:grid;grid-template-columns:60px 1fr;gap:10px;padding:8px 0;border-bottom:1px solid #f1f5f9}.cm-acc-clause:last-child{border-bottom:none}.cm-acc-clause-num{font-size:.78rem;font-weight:900;color:#4f46e5;padding-top:2px}.cm-acc-clause p{font-size:.82rem;line-height:1.7;color:#334155;margin:0;word-break:break-word}.cm-signatures{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cm-sig-box{padding:16px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;min-height:110px;display:flex;flex-direction:column;justify-content:space-between}.cm-sig-box.signed{border:1.5px solid #86efac;background:#f0fdf4}.cm-sig-head{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:800;color:#64748b;letter-spacing:.4px;margin-bottom:8px}.cm-sig-head span{flex:1}.cm-sig-image{display:block;width:100%;max-width:220px;max-height:70px;-o-object-fit:contain;object-fit:contain;margin-bottom:6px;filter:drop-shadow(0 1px 1px rgba(15,23,42,.08))}.cm-sig-name{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-style:italic;font-weight:700;color:#0f172a;margin-bottom:8px}.cm-sig-print-name{font-size:.72rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.cm-sig-date{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#16a34a;font-weight:600}.cm-sig-empty{font-size:.85rem;color:#94a3b8;font-style:italic;text-align:center;padding:10px 0}.cm-sign-form{padding:18px;background:linear-gradient(180deg,#f5f4ff,#fff);border:1px solid #c7d2fe;border-radius:14px}.cm-sign-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.cm-lock-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;font-size:.68rem;font-weight:800}.cm-unlock-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;background:#ecfdf5;color:#166534;border:1px solid #86efac;font-size:.68rem;font-weight:800}.cm-sign-fields{display:flex;flex-direction:column;gap:12px}.cm-sign-fields.locked{opacity:.6;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cm-input-group{display:flex;flex-direction:column;gap:6px}.cm-input-group label{font-size:.75rem;font-weight:700;color:#475569}.cm-input{height:44px;padding:0 14px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit;transition:border-color .15s}.cm-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.cm-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.cm-agree{display:flex;align-items:flex-start;gap:9px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:.82rem;color:#334155;line-height:1.5}.cm-agree.disabled{cursor:not-allowed}.cm-agree input{margin-top:2px;width:16px;height:16px;accent-color:#4f46e5;cursor:pointer;flex-shrink:0}.cm-error{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:10px;font-size:.8rem;font-weight:600;margin-bottom:12px}.cm-foot{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #eef1f6;background:#f8fafc;flex-wrap:wrap}.cm-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:11px;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cm-btn-ghost{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.cm-btn-ghost:hover{background:#f1f5f9}.cm-btn-secondary{background:#fff;color:#4f46e5;border:1.5px solid #c7d2fe}.cm-btn-secondary:hover{background:#eef2ff;border-color:#a5b4fc}.cm-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 8px 22px #4f46e559}.cm-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cm-btn-primary:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.cm-active-badge{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;border-radius:11px;background:#ecfdf5;color:#16a34a;font-size:.85rem;font-weight:800;border:1px solid #86efac}.cm-print-area{display:none}@media print{@page{size:A4;margin:18mm 16mm}body.printing-contract *{visibility:hidden!important;overflow:visible!important}body.printing-contract .cm-print-area,body.printing-contract .cm-print-area *{visibility:visible!important}body.printing-contract .cm-print-area{display:block!important;position:absolute;left:0;top:0;width:100%;background:#fff;color:#000;font-family:Times New Roman,Times,serif;font-size:11pt;line-height:1.5;padding:0;margin:0}.cm-print-header{text-align:center;margin-bottom:24px;padding-bottom:16px;border-bottom:2px solid #000}.cm-print-header h1{font-size:20pt;font-weight:900;margin:0 0 12px;letter-spacing:3px}.cm-print-header-info{display:flex;justify-content:space-between;font-size:10pt}.cm-print-header-info div{display:flex;gap:6px}.cm-print-header-info span{color:#555}.cm-print-parties{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;page-break-inside:avoid}.cm-print-party{padding:12px;border:1px solid #333;border-radius:4px}.cm-print-party h3{font-size:12pt;font-weight:900;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #999;text-align:center;letter-spacing:1px}.cm-print-party-row{display:flex;gap:8px;font-size:10pt;margin-bottom:4px}.cm-print-party-row span{color:#555;min-width:70px}.cm-print-party-row strong{flex:1;word-break:break-word}.cm-print-education{padding:12px 16px;background:#f5f5f5;border:1px solid #999;border-radius:4px;margin-bottom:20px;page-break-inside:avoid}.cm-print-education h3{font-size:12pt;font-weight:900;margin:0 0 10px;letter-spacing:1px;text-align:center}.cm-print-education p{font-size:10pt;margin:4px 0}.cm-print-section{margin-bottom:18px;page-break-inside:auto}.cm-print-section h2{font-size:12pt;font-weight:900;margin:0 0 10px;padding:6px 0;border-bottom:1.5px solid #000;letter-spacing:.5px}.cm-print-subsection{margin-bottom:12px;padding-left:8px}.cm-print-subsection h4{font-size:11pt;font-weight:800;margin:8px 0 6px;font-style:italic}.cm-print-clause{margin-bottom:8px;padding-left:20px;text-align:justify;font-size:10.5pt;line-height:1.55;page-break-inside:avoid}.cm-print-clause strong{font-weight:900;margin-right:4px}.cm-print-signatures{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px;padding-top:24px;border-top:2px solid #000;page-break-inside:avoid}.cm-print-sig-block{text-align:center}.cm-print-sig-block h3{font-size:12pt;font-weight:900;margin:0 0 16px;letter-spacing:1px}.cm-print-sig-img{max-width:180px;max-height:70px;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto 8px}.cm-print-sig-line{width:200px;height:1px;background:#000;margin:0 auto 12px}.cm-print-sig-name{font-size:10pt;margin-bottom:6px}.cm-print-sig-date{font-size:9pt;color:#555}}@media(max-width:720px){.cm-modal{border-radius:16px;max-height:96vh}.cm-head{padding:16px}.cm-head h2{font-size:.95rem}.cm-body{padding:16px;gap:18px}.cm-parties{grid-template-columns:1fr}.cm-party-sep{display:none}.cm-signatures{grid-template-columns:1fr}.cm-foot{padding:12px 16px;gap:8px}.cm-btn{flex:1;justify-content:center;padding:10px 14px;font-size:.78rem}.cm-acc-clause{grid-template-columns:44px 1fr;gap:6px}.cm-acc-clause p{font-size:.78rem}}.pm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:pmFade .18s ease}@keyframes pmFade{0%{opacity:0}to{opacity:1}}.pm-modal{background:#fff;border-radius:20px;width:100%;max-width:580px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a66;animation:pmSlide .25s ease}@keyframes pmSlide{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.pm-head{display:flex;align-items:center;gap:14px;padding:18px 22px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.pm-head-icon{width:46px;height:46px;min-width:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-head-info{flex:1;min-width:0}.pm-head-info strong{display:block;font-size:.95rem;font-weight:800;color:#0f172a;margin-bottom:3px}.pm-head-info span{display:block;font-size:.75rem;font-weight:700;line-height:1.4}.pm-close{width:34px;height:34px;border-radius:9px;background:#f1f5f9;border:none;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pm-close:hover{background:#fee2e2;color:#dc2626}.pm-body{flex:1;overflow-y:auto;padding:20px 22px;display:flex;flex-direction:column;gap:18px}.pm-amount-box{padding:18px 20px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:14px;text-align:center}.pm-amount-box>span{display:block;font-size:.72rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.pm-amount-box>strong{display:block;font-size:1.9rem;font-weight:900;color:#4f46e5;letter-spacing:-.5px}.pm-amount-box>small{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#64748b;margin-top:10px;font-weight:700;padding:4px 10px;background:#fff;border-radius:999px}.pm-section{display:flex;flex-direction:column;gap:10px}.pm-section h4{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px;margin:0}.pm-student-box{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.pm-student-avatar{width:44px;height:44px;min-width:44px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem}.pm-student-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.pm-student-info strong{font-size:.88rem;font-weight:800;color:#0f172a;margin-bottom:2px}.pm-student-info a{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:#4f46e5;font-weight:700;text-decoration:none;word-break:break-all}.pm-student-info a:hover{text-decoration:underline}.pm-context-box{display:flex;flex-direction:column;gap:4px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.pm-context-row{display:flex;justify-content:space-between;gap:10px;font-size:.82rem;padding:4px 0}.pm-context-row span{color:#64748b;font-weight:600}.pm-context-row strong{color:#0f172a;font-weight:800;text-align:right}.pm-bank-grid{display:flex;flex-direction:column;gap:6px}.pm-bank-row{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px}.pm-bank-row>span{font-size:.72rem;color:#94a3b8;font-weight:700;min-width:90px;text-transform:uppercase;letter-spacing:.3px}.pm-bank-row>strong{flex:1;font-size:.85rem;color:#0f172a;font-weight:800;word-break:break-all}.pm-bank-row-copy>button{width:28px;height:28px;border-radius:7px;background:#eef2ff;border:none;color:#4f46e5;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.pm-bank-row-copy>button:hover{background:#4f46e5;color:#fff}.pm-bank-desc{display:flex;align-items:flex-start;gap:6px;font-size:.8rem;color:#64748b;line-height:1.55;margin:6px 0 0;padding:10px 14px;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:8px}.pm-bank-desc svg{flex-shrink:0;margin-top:3px;color:#d97706}.pm-proof-box{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px}.pm-proof-thumb{width:50px;height:50px;min-width:50px;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8f0;flex-shrink:0}.pm-proof-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pm-proof-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:900}.pm-proof-info{flex:1;min-width:0}.pm-proof-info strong{display:block;font-size:.82rem;color:#0f172a;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pm-proof-info span{display:block;font-size:.7rem;color:#64748b;margin-top:3px}.pm-proof-actions{display:flex;gap:6px;flex-shrink:0}.pm-proof-actions button,.pm-proof-actions a{width:34px;height:34px;border-radius:9px;background:#fff;border:1px solid #e2e8f0;color:#4f46e5;cursor:pointer;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s}.pm-proof-actions button:hover,.pm-proof-actions a:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.pm-upload-box{display:flex;flex-direction:column;align-items:center;gap:10px;padding:32px 20px;background:#f8faff;border:2px dashed #c7d2fe;border-radius:14px;text-align:center;color:#4f46e5}.pm-upload-box strong{font-size:.9rem;color:#0f172a;font-weight:800}.pm-upload-box p{font-size:.78rem;color:#64748b;margin:0;max-width:320px;line-height:1.5}.pm-upload-rejected{background:#fef2f2;border-color:#fecaca;color:#dc2626}.pm-upload-btn{display:inline-flex;align-items:center;gap:8px;margin-top:6px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:.85rem;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #4f46e54d;transition:all .15s}.pm-upload-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.pm-waiting-box{display:flex;align-items:center;gap:10px;padding:20px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;color:#78350f}.pm-waiting-box svg{color:#d97706;flex-shrink:0}.pm-waiting-box p{margin:0;font-size:.85rem;font-weight:700}.pm-alert{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;font-size:.82rem;font-weight:700}.pm-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.pm-actions-section{padding-top:14px;border-top:1px solid #eef1f6}.pm-action-btns{display:grid;grid-template-columns:1fr 1fr;gap:10px}.pm-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 18px;border-radius:10px;border:none;font-size:.85rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.pm-btn-full{width:100%}.pm-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 6px 18px #4f46e54d}.pm-btn-success{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;box-shadow:0 6px 18px #16a34a4d}.pm-btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 6px 18px #dc26264d}.pm-btn-ghost{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.pm-btn:hover{transform:translateY(-1px)}.pm-reject-box{margin-top:10px;padding:14px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;display:flex;flex-direction:column;gap:10px}.pm-reject-box textarea{width:100%;padding:12px 14px;border:1.5px solid #fecaca;border-radius:10px;font-size:.85rem;font-family:inherit;outline:none;resize:vertical;background:#fff}.pm-reject-box textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262614}.pm-reject-actions{display:flex;justify-content:flex-end;gap:8px}.pm-completed{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px;background:#ecfdf5;border:1px solid #86efac;border-radius:12px;color:#16a34a;font-weight:800;font-size:.88rem}.pm-rejected-info{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626}.pm-rejected-info svg{flex-shrink:0;margin-top:2px}.pm-rejected-info strong{display:block;font-size:.82rem;margin-bottom:3px}.pm-rejected-info p{font-size:.78rem;margin:0;line-height:1.5;color:#991b1b}.pm-timeline{display:flex;flex-direction:column;gap:0;padding:14px;background:#f8fafc;border-radius:12px}.pm-timeline-step{display:flex;align-items:center;gap:12px}.pm-timeline-dot{width:28px;height:28px;min-width:28px;border-radius:50%;background:#e2e8f0;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:900;flex-shrink:0}.pm-timeline-dot.done{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.pm-timeline-step>div:last-child{flex:1;min-width:0}.pm-timeline-step strong{display:block;font-size:.82rem;font-weight:800;color:#0f172a}.pm-timeline-step span{display:block;font-size:.7rem;color:#94a3b8;margin-top:2px}.pm-timeline-line{width:2px;height:16px;background:#e2e8f0;margin-left:13px}.pm-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ad9;z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px}.pm-preview{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden}.pm-preview-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #eef1f6}.pm-preview-head strong{font-size:.9rem;color:#0f172a}.pm-preview-head button{width:34px;height:34px;border-radius:9px;background:#f1f5f9;border:none;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center}.pm-preview-body{flex:1;overflow:auto;display:flex;align-items:center;justify-content:center;padding:20px;background:#f8fafc}.pm-preview-body img{max-width:100%;max-height:75vh;border-radius:10px}.pm-preview-body iframe{width:100%;height:75vh;border:none;border-radius:10px;background:#fff}.pm-preview-nofile{text-align:center;color:#64748b;padding:40px}@media(max-width:640px){.pm-modal{border-radius:16px;max-height:95vh}.pm-amount-box>strong{font-size:1.5rem}.pm-action-btns{grid-template-columns:1fr}.pm-bank-row{flex-wrap:wrap}.pm-bank-row>span{min-width:auto}}.cns-dl-page{display:flex;flex-direction:column;gap:20px}.cns-dl-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.cns-dl-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cns-dl-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cns-dl-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cns-dl-header-left p{font-size:.85rem;color:#64748b;margin:0;max-width:520px}.cns-dl-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #4f46e559;white-space:nowrap;font-family:inherit}.cns-dl-add-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cns-dl-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cns-dl-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.cns-dl-stat:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cns-dl-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cns-dl-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cns-dl-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cns-dl-form{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:16px;box-shadow:0 4px 20px #0f172a0a}.cns-dl-form-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cns-dl-form-head-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cns-dl-form-head>div:nth-child(2){flex:1}.cns-dl-form-head h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 3px}.cns-dl-form-head p{font-size:.78rem;color:#94a3b8;margin:0}.cns-dl-form-close{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-dl-form-close:hover{background:#e2e8f0;color:#0f172a}.cns-dl-error{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#dc2626;font-size:.82rem;font-weight:700}.cns-dl-field{display:flex;flex-direction:column;gap:7px}.cns-dl-field label{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:800;color:#334155}.cns-dl-field label svg{color:#94a3b8}.cns-dl-input,.cns-dl-textarea,.cns-dl-select{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#fff;outline:none;transition:all .15s}.cns-dl-textarea{resize:vertical;min-height:70px;line-height:1.55}.cns-dl-input:focus,.cns-dl-textarea:focus,.cns-dl-select:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.cns-dl-select-wrap{position:relative}.cns-dl-select{padding-right:36px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none}.cns-dl-select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#64748b;pointer-events:none}.cns-dl-hint{font-size:.72rem;color:#94a3b8;font-weight:600;padding-left:2px}.cns-dl-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cns-dl-check{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;font-size:.84rem;font-weight:700;color:#334155}.cns-dl-check input{width:18px;height:18px;accent-color:#4f46e5;cursor:pointer}.cns-dl-check span{display:inline-flex;align-items:center;gap:6px}.cns-dl-check svg{color:#4f46e5}.cns-dl-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cns-dl-btn-cancel{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit}.cns-dl-btn-cancel:hover{background:#f1f5f9}.cns-dl-btn-submit{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #4f46e54d;font-family:inherit}.cns-dl-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.cns-dl-btn-submit:disabled{opacity:.6;cursor:not-allowed}.cns-dl-toolbar{display:flex;gap:10px;flex-wrap:wrap}.cns-dl-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.cns-dl-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cns-dl-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cns-dl-search button{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-dl-select-sm{min-width:200px}.cns-dl-select-sm .cns-dl-select{height:46px;padding-top:0;padding-bottom:0;background:#fff;font-weight:700;font-size:.84rem}.cns-dl-list{display:flex;flex-direction:column;gap:12px}.cns-dl-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1.5px solid #eef1f6;border-radius:16px;border-left:4px solid #4f46e5;transition:all .15s}.cns-dl-card:hover{border-color:#c7d2fe;border-left-color:#4f46e5;box-shadow:0 8px 24px #4f46e50f;transform:translate(3px)}.cns-dl-card-urgent{border-left-color:#dc2626;background:linear-gradient(90deg,#fef2f2,#fff 15%)}.cns-dl-card-soon{border-left-color:#d97706}.cns-dl-card-past{border-left-color:#94a3b8;opacity:.7}.cns-dl-card-date{width:62px;min-width:62px;padding:10px 6px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border-radius:12px;text-align:center;flex-shrink:0}.cns-dl-card-urgent .cns-dl-card-date{background:linear-gradient(135deg,#fee2e2,#fecaca)}.cns-dl-card-soon .cns-dl-card-date{background:linear-gradient(135deg,#fef3c7,#fde68a)}.cns-dl-card-past .cns-dl-card-date{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.cns-dl-card-date strong{display:block;font-size:1.5rem;font-weight:900;color:#4f46e5;line-height:1}.cns-dl-card-urgent .cns-dl-card-date strong{color:#dc2626}.cns-dl-card-soon .cns-dl-card-date strong{color:#d97706}.cns-dl-card-past .cns-dl-card-date strong{color:#64748b}.cns-dl-card-date span{display:block;font-size:.68rem;font-weight:800;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.cns-dl-card-body{flex:1;min-width:0}.cns-dl-card-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:4px}.cns-dl-card-title-row h3{font-size:.98rem;font-weight:800;color:#0f172a;margin:0;line-height:1.3}.cns-dl-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:999px;font-size:.65rem;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.cns-dl-badge-urgent{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.cns-dl-badge-past{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.cns-dl-card-desc{font-size:.78rem;color:#64748b;line-height:1.5;margin:4px 0 8px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cns-dl-card-meta{display:flex;flex-wrap:wrap;gap:12px}.cns-dl-card-meta span{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:#64748b;font-weight:600}.cns-dl-card-meta span svg{color:#94a3b8}.cns-dl-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px;flex-shrink:0}.cns-dl-days{padding:6px 12px;border-radius:999px;font-size:.72rem;font-weight:900;white-space:nowrap}.cns-dl-days-normal{background:#ecfdf5;color:#16a34a;border:1px solid #86efac}.cns-dl-days-urgent{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.cns-dl-days-soon{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.cns-dl-days-past{background:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0}.cns-dl-card-actions{display:flex;gap:4px}.cns-dl-icon-btn{width:30px;height:30px;border-radius:8px;background:#f8fafc;border:1px solid #eef1f6;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cns-dl-icon-btn:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.cns-dl-icon-btn.danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.cns-dl-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cns-dl-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.cns-dl-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cns-dl-empty p{font-size:.85rem;color:#94a3b8;max-width:400px;line-height:1.5;margin:0}.cns-dl-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #4f46e54d;font-family:inherit}.cns-dl-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.cns-dl-spin{animation:cnsDlSpin 1s linear infinite;color:#4f46e5}@keyframes cnsDlSpin{to{transform:rotate(360deg)}}.cns-dl-info{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fde68a;border-radius:14px;color:#78350f}.cns-dl-info svg{color:#d97706;flex-shrink:0;margin-top:2px}.cns-dl-info strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.cns-dl-info p{font-size:.78rem;color:#92400e;margin:0;line-height:1.5}@media(max-width:720px){.cns-dl-header{padding:18px}.cns-dl-header-icon{width:46px;height:46px}.cns-dl-header-left h1{font-size:1.15rem}.cns-dl-add-btn{width:100%;justify-content:center}.cns-dl-stats{grid-template-columns:1fr}.cns-dl-form{padding:18px}.cns-dl-grid-2{grid-template-columns:1fr}.cns-dl-form-actions{flex-direction:column-reverse}.cns-dl-btn-cancel,.cns-dl-btn-submit{width:100%;justify-content:center}.cns-dl-card{flex-wrap:wrap}.cns-dl-card-right{flex-direction:row;width:100%;justify-content:space-between;padding-top:10px;border-top:1px solid #f1f5f9}.cns-dl-toolbar{flex-direction:column}.cns-dl-select-sm{width:100%}}.cset-plan-card{display:flex;flex-direction:column;gap:14px}.cset-plan-head{display:flex;align-items:center;gap:12px}.cset-plan-icon{width:52px;height:52px;min-width:52px;border-radius:14px;display:flex;align-items:center;justify-content:center}.cset-plan-label{display:block;font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.cset-plan-name{display:block;font-size:1.15rem;font-weight:900;letter-spacing:-.3px;margin-top:2px}.cset-plan-status{margin-left:auto;padding:5px 12px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.cset-plan-desc{font-size:.82rem;color:#64748b;margin:0;line-height:1.5}.cset-plan-limits{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:14px;background:#f8fafc;border-radius:12px}.cset-limit{display:flex;flex-direction:column;gap:3px;text-align:center}.cset-limit span{font-size:.65rem;color:#94a3b8;font-weight:700}.cset-limit strong{font-size:1rem;color:#0f172a;font-weight:900}.cset-upgrade-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #4f46e559;font-family:inherit}.cset-upgrade-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cset-premium-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 20px;border-radius:11px;background:#ecfdf5;color:#16a34a;font-size:.82rem;font-weight:800;border:1px solid #86efac}.cset-section-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}.cset-section-icon{width:40px;height:40px;min-width:40px;border-radius:11px;display:flex;align-items:center;justify-content:center}.cset-section-head h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 2px}.cset-section-head p{font-size:.75rem;color:#94a3b8;margin:0}.cset-lang-row{display:flex;gap:8px;flex-wrap:wrap}.cset-lang-btn{padding:10px 18px;border-radius:10px;background:#f1f5f9;border:1.5px solid transparent;color:#475569;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cset-lang-btn:hover{background:#e2e8f0}.cset-lang-btn.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 6px 16px #4f46e54d}.cset-logout-btn{display:inline-flex;align-items:center;gap:7px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #dc262640;font-family:inherit}.cset-logout-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #dc262659}.cset-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:20px;animation:cset-fade .2s ease}@keyframes cset-fade{0%{opacity:0}to{opacity:1}}.cset-modal{position:relative;background:#fff;border-radius:20px;padding:26px;width:100%;max-width:720px;max-height:92vh;overflow-y:auto;box-shadow:0 30px 80px #0f172a66;animation:cset-slide .3s cubic-bezier(.34,1.56,.64,1)}@keyframes cset-slide{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cset-modal-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:#f1f5f9;border:none;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.cset-modal-close:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.cset-modal-title{font-size:1.25rem;font-weight:900;color:#0f172a;margin:0 0 6px}.cset-modal-sub{font-size:.85rem;color:#64748b;margin:0 0 20px;line-height:1.5}.cset-plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin-bottom:18px}.cset-plan-option{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:18px 14px;border:2px solid #e2e8f0;border-radius:14px;background:#fff;cursor:pointer;text-align:center;transition:all .15s;font-family:inherit}.cset-plan-option:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0f172a14}.cset-plan-option-icon{font-size:2rem;line-height:1;margin-bottom:4px}.cset-plan-option strong{font-size:1rem;font-weight:900}.cset-plan-option-price{font-size:.82rem;color:#475569;font-weight:700;margin-bottom:4px}.cset-plan-option p{font-size:.7rem;color:#94a3b8;line-height:1.4;margin:0}.cset-plan-option-limits{display:flex;flex-direction:column;gap:3px;padding-top:8px;margin-top:6px;border-top:1px solid #f1f5f9;width:100%}.cset-plan-option-limits small{font-size:.68rem;color:#64748b;font-weight:700}.cset-plan-check{position:absolute;top:10px;right:10px;width:22px;height:22px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026}.cset-modal-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.cset-modal-field label{font-size:.75rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cset-modal-field textarea{padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.85rem;font-family:inherit;color:#0f172a;outline:none;resize:vertical}.cset-modal-field textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.cset-info-banner{display:flex;align-items:center;gap:8px;padding:12px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;font-size:.78rem;line-height:1.5;margin-bottom:18px;font-weight:600}.cset-info-banner svg{flex-shrink:0}.cset-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cset-btn-ghost{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit}.cset-btn-ghost:hover{background:#f1f5f9}.cset-btn-primary{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;box-shadow:0 6px 18px #4f46e54d;font-family:inherit}.cset-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.cset-btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.cset-success{text-align:center;padding:20px 0}.cset-success h2{font-size:1.15rem;font-weight:900;color:#16a34a;margin:16px 0 8px}.cset-success p{font-size:.85rem;color:#64748b;margin:0}@media(max-width:640px){.cset-plan-limits{grid-template-columns:repeat(2,1fr)}.cset-plans-grid{grid-template-columns:1fr}.cset-modal-actions{flex-direction:column-reverse}.cset-btn-ghost,.cset-btn-primary{width:100%;justify-content:center}}.cstudents-page{display:flex;flex-direction:column;gap:20px}.cstudents-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.cstudents-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cstudents-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cstudents-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cstudents-header p{font-size:.85rem;color:#64748b;margin:0}.cstudents-assign-badge{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:999px;background:#4f46e5;color:#fff;font-size:.78rem;font-weight:800;box-shadow:0 6px 18px #4f46e54d}.cstudents-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.cstudents-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.cstudents-stat:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a0f}.cstudents-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cstudents-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cstudents-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cstudents-toolbar{display:flex;gap:10px;flex-wrap:wrap}.cstudents-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.cstudents-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cstudents-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cstudents-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cstudents-select{height:46px;padding:0 14px;border:1.5px solid #eef1f6;border-radius:12px;background:#fff;font-size:.85rem;font-weight:700;color:#0f172a;font-family:inherit;cursor:pointer;min-width:190px}.cstudents-select:focus{border-color:#c7d2fe;outline:none}.cstudents-list{display:flex;flex-direction:column;gap:12px}.cstudents-card{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden;transition:all .15s}.cstudents-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}.cstudents-card.open{border-color:#a5b4fc;box-shadow:0 14px 40px #4f46e51a}.cstudents-card-head{display:flex;align-items:center;gap:16px;padding:18px 20px;cursor:pointer;transition:background .15s}.cstudents-card-head:hover{background:#f8faff}.cstudents-avatar{width:52px;height:52px;min-width:52px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:900;overflow:hidden;flex-shrink:0;box-shadow:0 6px 16px #4f46e540}.cstudents-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cstudents-info{flex:1;min-width:0}.cstudents-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.cstudents-name-row strong{font-size:.95rem;font-weight:800;color:#0f172a}.cstudents-status{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.cstudents-meta{display:flex;gap:14px;flex-wrap:wrap}.cstudents-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.76rem;color:#64748b;font-weight:600}.cstudents-meta span svg{color:#94a3b8}.cstudents-toggle{width:38px;height:38px;border-radius:10px;background:#f1f5f9;border:none;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.cstudents-toggle:hover{background:#e0e7ff;color:#4f46e5}.cstudents-card-body{padding:20px;background:linear-gradient(180deg,#f8faff,#fff);border-top:1px solid #eef1f6;display:flex;flex-direction:column;gap:18px;animation:cstudentsSlide .25s ease}@keyframes cstudentsSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cstudents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.cstudents-info-card{display:flex;align-items:center;gap:11px;padding:13px 14px;background:#fff;border:1px solid #eef1f6;border-radius:12px}.cstudents-info-icon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cstudents-info-card>div:last-child{min-width:0;flex:1}.cstudents-info-card span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.cstudents-info-card strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800;margin-top:2px;word-break:break-word}.cstudents-info-card small{display:block;font-size:.7rem;color:#64748b;margin-top:2px}.cstudents-section{padding:14px;background:#fff;border:1px solid #eef1f6;border-radius:12px}.cstudents-section-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#4f46e5}.cstudents-section-head strong{font-size:.85rem;color:#0f172a;font-weight:800;flex:1}.cstudents-count-badge{padding:3px 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.7rem;font-weight:800}.cstudents-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.cstudents-doc-card{position:relative;display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;transition:all .15s}.cstudents-doc-card:hover{background:#fff;border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 6px 16px #4f46e514}.cstudents-doc-thumb{width:40px;height:40px;min-width:40px;border-radius:9px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#4f46e5;flex-shrink:0}.cstudents-doc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cstudents-doc-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:900}.cstudents-doc-info{flex:1;min-width:0}.cstudents-doc-info strong{display:block;font-size:.78rem;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cstudents-doc-info span{display:block;font-size:.68rem;color:#94a3b8;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cstudents-doc-badge{position:absolute;top:4px;right:4px;display:inline-flex;align-items:center;gap:3px;padding:2px 7px;background:#ecfdf5;color:#16a34a;font-size:.55rem;font-weight:900;border-radius:999px;border:1px solid #86efac;text-transform:uppercase;letter-spacing:.3px}.cstudents-doc-actions{display:flex;gap:4px;flex-shrink:0}.cstudents-doc-actions button,.cstudents-doc-actions a{width:28px;height:28px;border-radius:7px;background:#fff;border:1px solid #eef1f6;color:#4f46e5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;text-decoration:none}.cstudents-doc-actions button:hover,.cstudents-doc-actions a:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.cstudents-no-docs{display:flex;align-items:center;justify-content:center;gap:8px;padding:16px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;color:#94a3b8;font-size:.8rem;font-weight:600}.cstudents-contact-section{background:linear-gradient(180deg,#fff,#fafbff)}.cstudents-contact-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.cstudents-contact-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:10px;background:#eef2ff;border:1px solid #c7d2fe;color:#4f46e5;font-size:.78rem;font-weight:800;text-decoration:none;transition:all .15s}.cstudents-contact-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.cstudents-message{display:flex;flex-direction:column;gap:8px}.cstudents-message textarea{padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.85rem;font-family:inherit;color:#0f172a;background:#fff;outline:none;resize:vertical;transition:all .15s}.cstudents-message textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.cstudents-message-btn{align-self:flex-end;display:inline-flex;align-items:center;gap:7px;padding:10px 20px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 6px 18px #4f46e540}.cstudents-message-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e559}.cstudents-message-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.cstudents-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cstudents-empty-icon{width:84px;height:84px;border-radius:24px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.cstudents-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cstudents-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:420px;line-height:1.5}.cstudents-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cstudentsSpin .8s linear infinite}@keyframes cstudentsSpin{to{transform:rotate(360deg)}}.cstudents-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px;animation:cstudentsFade .18s ease}@keyframes cstudentsFade{0%{opacity:0}to{opacity:1}}.cstudents-modal-content{background:#fff;border-radius:16px;width:min(900px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a66}.cstudents-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid #eef1f6}.cstudents-modal-head strong{display:block;font-size:.95rem;color:#0f172a;font-weight:800}.cstudents-modal-head span{display:block;font-size:.78rem;color:#94a3b8;margin-top:2px}.cstudents-modal-icon-btn{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;text-decoration:none}.cstudents-modal-icon-btn:hover{background:#eef2ff;color:#4f46e5}.cstudents-modal-icon-btn.close:hover{background:#fee2e2;color:#dc2626}.cstudents-modal-body{flex:1;overflow:auto;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px}.cstudents-modal-body img{max-width:100%;max-height:75vh;border-radius:10px;box-shadow:0 10px 30px #0f172a26}.cstudents-modal-body iframe{width:100%;height:75vh;border:none;border-radius:10px;background:#fff}.cstudents-modal-nofile{text-align:center;color:#64748b;padding:40px}.cstudents-modal-nofile p{margin:12px 0 16px}.cstudents-modal-nofile a{display:inline-block;padding:10px 20px;background:#4f46e5;color:#fff;border-radius:10px;font-weight:800;text-decoration:none;font-size:.85rem}@media(max-width:720px){.cstudents-header{padding:18px}.cstudents-header-icon{width:46px;height:46px}.cstudents-header h1{font-size:1.15rem}.cstudents-stats{grid-template-columns:repeat(2,1fr)}.cstudents-toolbar{flex-direction:column}.cstudents-select{width:100%;min-width:0}.cstudents-card-head{padding:14px;gap:12px}.cstudents-avatar{width:44px;height:44px;min-width:44px;font-size:.85rem}.cstudents-grid,.cstudents-docs-grid{grid-template-columns:1fr}}.cstudents-toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);padding:14px 24px;border-radius:12px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;font-size:.88rem;font-weight:800;box-shadow:0 16px 40px #16a34a66;z-index:99999;animation:cstudentsToastIn .3s ease}.cstudents-toast-error{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 16px 40px #dc262666}@keyframes cstudentsToastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.cstudents-spin-icon{animation:cstudentsSpin 1s linear infinite}.fg-locked{display:flex;align-items:center;justify-content:center;padding:40px 24px;background:linear-gradient(135deg,#f8faff,#f5f3ff);border-radius:20px;border:2px dashed #c7d2fe}.fg-locked-card{max-width:440px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:12px}.fg-locked-icon{width:68px;height:68px;border-radius:20px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);color:#6366f1;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #4f46e526}.fg-locked-card h3{font-size:1.1rem;font-weight:900;color:#0f172a;margin:0}.fg-locked-card p{font-size:.85rem;color:#64748b;line-height:1.6;margin:0}.fg-current-plan{padding:6px 14px;background:#f1f5f9;border-radius:999px;font-size:.78rem;color:#475569;font-weight:700}.fg-current-plan b{color:#0f172a}.fg-available{display:flex;flex-direction:column;gap:8px;align-items:center;padding-top:8px;border-top:1px solid #eef1f6;width:100%}.fg-available>span{font-size:.72rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.fg-available-badges{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.fg-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;border:1.5px solid;font-size:.72rem;font-weight:800}.fg-upgrade-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;font-size:.85rem;font-weight:800;text-decoration:none;box-shadow:0 8px 22px #4f46e559;margin-top:6px;transition:all .15s}.fg-upgrade-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.som-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:som-fade .2s ease}@keyframes som-fade{0%{opacity:0}to{opacity:1}}.som-modal{background:#fff;border-radius:20px;padding:32px;width:100%;max-width:460px;position:relative;text-align:center;animation:som-slide .25s ease;box-shadow:0 30px 60px #0f172a4d}@keyframes som-slide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.som-close{position:absolute;top:16px;right:16px;width:34px;height:34px;border-radius:50%;background:#f1f5f9;border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.som-close:hover{background:#e2e8f0;color:#0f172a}.som-icon{width:64px;height:64px;border-radius:18px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.som-modal h2{font-size:1.3rem;font-weight:800;color:#0f172a;margin:0 0 8px}.som-sub{font-size:.85rem;color:#64748b;line-height:1.5;margin:0 0 22px}.som-url{display:flex;gap:8px;margin-bottom:20px}.som-url input{flex:1;padding:11px 14px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.82rem;color:#334155;outline:none;font-family:Monaco,Menlo,monospace}.som-url button{padding:11px 16px;background:#4f46e5;color:#fff;border:none;border-radius:10px;font-size:.8rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:all .15s;white-space:nowrap}.som-url button:hover{background:#4338ca}.som-options{display:flex;gap:12px;justify-content:center;margin-bottom:22px}.som-option{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:transform .15s}.som-option:hover{transform:translateY(-3px) scale(1.05)}.som-tip{padding:14px 16px;background:#fffbeb;border:1px solid #fef3c7;border-radius:12px;font-size:.8rem;color:#78350f;text-align:left;line-height:1.6}.cp-view{display:flex;flex-direction:column;gap:20px}.cp-view-hero{position:relative;border-radius:22px;overflow:hidden;min-height:260px;display:flex;align-items:flex-end;padding:28px;color:#fff}.cp-view-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.cp-view-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a26,#0f172a8c 55%,#0f172ae6);z-index:1}.cp-view-hero-content{position:relative;z-index:2;width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.cp-view-hero-top{display:flex;align-items:center;gap:18px;flex:1;min-width:260px}.cp-view-logo{width:90px;height:90px;min-width:90px;border-radius:22px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 32px #0f172a59;border:4px solid rgba(255,255,255,.9)}.cp-view-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:10px}.cp-view-hero-info{flex:1;min-width:0}.cp-view-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.cp-view-name-row h1{font-size:1.7rem;font-weight:900;margin:0;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.cp-view-verified{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#ecfdf5f2;color:#16a34a;font-size:.7rem;font-weight:800}.cp-view-owner{display:flex;align-items:center;gap:5px;font-size:.85rem;color:#ffffffe6;margin:0 0 8px}.cp-view-hero-chips{display:flex;gap:8px;flex-wrap:wrap}.cp-view-hero-chips>span,.cp-view-hero-chips>a{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.72rem;font-weight:700;color:#fff;text-decoration:none;transition:background .15s}.cp-view-hero-chips>a:hover{background:#ffffff47}.cp-view-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.cp-view-btn{display:inline-flex;align-items:center;gap:7px;padding:12px 20px;border-radius:12px;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;text-decoration:none;white-space:nowrap}.cp-view-btn-edit{background:#fff;color:#4f46e5;box-shadow:0 10px 24px #0f172a40}.cp-view-btn-edit:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a59}.cp-view-btn-ghost{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cp-view-btn-ghost:hover{background:#ffffff40}.cp-view-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cp-view-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:16px;transition:all .15s}.cp-view-stat:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cp-view-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cp-view-stat strong{display:block;font-size:1.25rem;font-weight:900;color:#0f172a;line-height:1}.cp-view-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cp-view-onboarding{display:flex;align-items:center;gap:16px;padding:18px 20px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:16px}.cp-view-onboarding-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 18px #4f46e54d}.cp-view-onboarding-head{display:flex;justify-content:space-between;margin-bottom:6px;font-size:.85rem;color:#0f172a}.cp-view-onboarding-bar{height:8px;background:#ffffffb3;border-radius:999px;overflow:hidden}.cp-view-onboarding-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed);border-radius:999px;transition:width .35s ease}.cp-view-onboarding-hint{font-size:.75rem;color:#64748b;margin:6px 0 0}.cp-view-onboarding-btn{display:inline-flex;align-items:center;gap:5px;padding:10px 16px;border-radius:10px;background:#4f46e5;color:#fff;border:none;font-size:.78rem;font-weight:800;cursor:pointer;white-space:nowrap;transition:all .15s}.cp-view-onboarding-btn:hover{background:#4338ca;transform:translateY(-1px)}.cp-view-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:18px;align-items:start}.cp-view-col-main,.cp-view-col-side{display:flex;flex-direction:column;gap:18px}.cp-view-card{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:22px}.cp-view-card-head{display:flex;align-items:center;gap:12px;margin-bottom:16px}.cp-view-card-icon{width:40px;height:40px;min-width:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-view-card-head h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 2px}.cp-view-card-head span{font-size:.75rem;color:#94a3b8}.cp-view-desc{font-size:.88rem;color:#475569;line-height:1.7;margin:0 0 16px;white-space:pre-wrap}.cp-view-empty{font-size:.85rem;color:#94a3b8;font-style:italic;padding:14px;background:#f8fafc;border-radius:10px;border:1px dashed #cbd5e1;text-align:center;margin:0}.cp-view-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.cp-view-info-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:11px;color:#4f46e5;text-decoration:none;transition:all .15s}.cp-view-info-item:hover{background:#eff6ff;border-color:#bfdbfe}.cp-view-info-item>div{flex:1;min-width:0}.cp-view-info-item span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.cp-view-info-item strong{display:block;font-size:.82rem;color:#0f172a;font-weight:700;margin-top:2px;word-break:break-word}.cp-view-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.cp-view-service{display:flex;gap:12px;padding:14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;align-items:flex-start}.cp-view-service-icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.cp-view-service strong{display:block;font-size:.88rem;color:#0f172a;font-weight:800}.cp-view-service p{font-size:.76rem;color:#64748b;margin:4px 0 0;line-height:1.5}.cp-view-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.cp-view-team-item{display:flex;gap:12px;padding:14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;align-items:center}.cp-view-team-avatar{width:46px;height:46px;min-width:46px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;overflow:hidden}.cp-view-team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cp-view-team-item>div:last-child{flex:1;min-width:0}.cp-view-team-item strong{display:block;font-size:.88rem;color:#0f172a;font-weight:800}.cp-view-team-pos{display:block;font-size:.74rem;color:#4f46e5;font-weight:700;margin-top:2px}.cp-view-team-exp{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:#94a3b8;margin-top:4px}.cp-view-stories{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.cp-view-story{padding:16px;background:linear-gradient(180deg,#f8faff,#fff);border:1px solid #e0e7ff;border-radius:12px;display:flex;flex-direction:column;gap:6px}.cp-view-story-head{display:flex;gap:10px;align-items:center;margin-bottom:6px}.cp-view-story-avatar{width:42px;height:42px;min-width:42px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;overflow:hidden}.cp-view-story-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cp-view-story-head strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.cp-view-story-head span{display:block;font-size:.72rem;color:#64748b;margin-top:2px}.cp-view-story-university{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#4f46e5;font-weight:700}.cp-view-story-program{font-size:.7rem;color:#94a3b8}.cp-view-story-quote{font-size:.78rem;color:#475569;font-style:italic;line-height:1.55;margin:8px 0 0;padding-top:8px;border-top:1px solid #eef1f6}.cp-view-reviews{display:flex;flex-direction:column;gap:14px}.cp-view-review{padding-bottom:14px;border-bottom:1px solid #f1f5f9}.cp-view-review:last-child{border-bottom:none;padding-bottom:0}.cp-view-review-head{display:flex;align-items:center;gap:10px;margin-bottom:8px}.cp-view-review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.85rem;flex-shrink:0}.cp-view-review-head strong{flex:1;font-size:.85rem;color:#0f172a;font-weight:800}.cp-view-review-stars{display:flex;gap:2px}.cp-view-review-comment{font-size:.83rem;color:#64748b;line-height:1.6;margin:0}.cp-view-gallery{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cp-view-gallery-item{position:relative;aspect-ratio:4/3;border-radius:10px;overflow:hidden;background:#f8fafc;border:1px solid #eef1f6}.cp-view-gallery-wide{grid-column:1 / -1;aspect-ratio:16/9}.cp-view-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.cp-view-gallery-item:hover img{transform:scale(1.05)}.cp-view-gallery-item span{position:absolute;bottom:8px;left:8px;padding:3px 10px;border-radius:999px;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;font-size:.65rem;font-weight:800;letter-spacing:.3px}.cp-view-chips{display:flex;flex-wrap:wrap;gap:6px}.cp-view-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700}.cp-view-chip-blue{background:#eff6ff;color:#2563eb}.cp-view-chip-green{background:#ecfdf5;color:#16a34a}.cp-view-toggles{display:flex;flex-direction:column;gap:8px}.cp-view-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#f8fafc;border-radius:10px;font-size:.82rem;color:#334155;font-weight:600}.cp-view-toggle-row>span:first-child{display:flex;align-items:center;gap:8px}.cp-view-toggle-pill{padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800}.cp-view-toggle-pill.on{background:#ecfdf5;color:#16a34a}.cp-view-toggle-pill.off{background:#f1f5f9;color:#94a3b8}.cp-view-settings-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;margin-top:12px;padding:10px;border-radius:10px;background:#fff;border:1.5px solid #c7d2fe;color:#4f46e5;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .15s}.cp-view-settings-btn:hover{background:#eef2ff}.cp-view-office-card{background:linear-gradient(180deg,#f8faff,#fff);border-color:#e0e7ff}.cp-view-office-head{display:flex;align-items:center;gap:8px;color:#4f46e5;font-size:.88rem;font-weight:800;margin-bottom:12px}.cp-view-office-url{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px}.cp-view-office-url code{flex:1;font-size:.75rem;color:#4f46e5;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cp-view-office-url button{width:28px;height:28px;border-radius:8px;background:#eef2ff;color:#4f46e5;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-view-office-url button:hover{background:#c7d2fe}.cp-view-office-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:11px;border-radius:10px;background:#4f46e5;color:#fff;font-size:.82rem;font-weight:800;text-decoration:none;transition:all .15s}.cp-view-office-btn:hover{background:#4338ca;transform:translateY(-1px)}.cp-edit-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:16px;flex-wrap:wrap}.cp-edit-header-left{display:flex;align-items:center;gap:14px;flex:1;min-width:240px}.cp-edit-header-icon{width:46px;height:46px;border-radius:12px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #4f46e54d}.cp-edit-header-left h1{font-size:1.15rem;font-weight:900;color:#0f172a;margin:0 0 3px;letter-spacing:-.3px}.cp-edit-header-left p{font-size:.8rem;color:#64748b;margin:0}.cp-edit-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cp-edit-saving{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#4f46e5;font-weight:700;padding:6px 12px;background:#fff;border-radius:999px;border:1px solid #c7d2fe}.cp-edit-btn{display:inline-flex;align-items:center;gap:6px;padding:11px 20px;border-radius:11px;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.cp-edit-btn-cancel{background:#fff;color:#475569;border:1.5px solid #e2e8f0}.cp-edit-btn-cancel:hover{background:#f1f5f9}.cp-edit-btn-save{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 8px 22px #4f46e559}.cp-edit-btn-save:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cp-edit-btn-save:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1100px){.cp-view-grid{grid-template-columns:1fr}.cp-view-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.cp-view-hero{min-height:340px;padding:20px}.cp-view-hero-content{flex-direction:column;align-items:flex-start}.cp-view-logo{width:72px;height:72px;min-width:72px;border-radius:18px}.cp-view-name-row h1{font-size:1.35rem}.cp-view-hero-actions{width:100%}.cp-view-btn{flex:1;justify-content:center}.cp-view-stats{grid-template-columns:1fr}.cp-view-card{padding:16px}.cp-view-gallery{grid-template-columns:1fr}.cp-edit-header{padding:14px}.cp-edit-header-actions{width:100%}.cp-edit-btn{flex:1;justify-content:center}}.cp-dropdown-wrap{position:relative;width:100%}.cp-dropdown-input-wrap{position:relative;display:flex;align-items:center;gap:10px;padding:0 14px;height:46px;background:#fff;border:1.5px solid #e2e8f0;border-radius:11px;transition:all .15s}.cp-dropdown-input-wrap:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.cp-dropdown-input-wrap>svg:first-child{color:#94a3b8;flex-shrink:0}.cp-dropdown-input{flex:1;min-width:0;border:none!important;background:transparent!important;outline:none!important;height:100%!important;padding:0!important;margin:0!important;box-shadow:none!important;font-size:.88rem;color:#0f172a;font-family:inherit}.cp-dropdown-input::-moz-placeholder{color:#94a3b8}.cp-dropdown-input::placeholder{color:#94a3b8}.cp-dropdown-clear{background:#f1f5f9;border:none;color:#64748b;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s;font-family:inherit}.cp-dropdown-clear:hover{background:#e2e8f0;color:#0f172a}.cp-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;box-shadow:0 16px 40px #0f172a26,0 4px 12px #0f172a0d;z-index:200;overflow:hidden;animation:cpDropdownIn .15s ease}@keyframes cpDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cp-dropdown-loading,.cp-dropdown-empty{padding:26px 20px;text-align:center;color:#94a3b8;font-size:.83rem;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600}.cp-dropdown-list{max-height:320px;overflow-y:auto;padding:6px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.cp-dropdown-list::-webkit-scrollbar{width:6px}.cp-dropdown-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.cp-dropdown-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.cp-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left;font-family:inherit;transition:background .12s}.cp-dropdown-item:hover{background:#eef2ff}.cp-dropdown-item>svg:first-child{color:#94a3b8;flex-shrink:0;transition:color .15s}.cp-dropdown-item:hover>svg:first-child{color:#4f46e5}.cp-dropdown-item>svg:last-child{color:#4f46e5;margin-left:auto;opacity:0;transform:translate(-4px);transition:all .15s;flex-shrink:0}.cp-dropdown-item:hover>svg:last-child{opacity:1;transform:translate(0)}.cp-dropdown-item>div{flex:1;min-width:0}.cp-dropdown-item strong{display:block;font-size:.86rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.cp-dropdown-item span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:640px){.cp-dropdown-list{max-height:260px}.cp-dropdown-item{padding:9px 10px}.cp-dropdown-item strong{font-size:.83rem}}.cns-team-page{display:flex;flex-direction:column;gap:20px}.cns-team-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.cns-team-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cns-team-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cns-team-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cns-team-header-left p{font-size:.85rem;color:#64748b;margin:0;max-width:520px}.cns-team-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #4f46e559;white-space:nowrap;font-family:inherit}.cns-team-add-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cns-team-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cns-team-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.cns-team-stat:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cns-team-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cns-team-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cns-team-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cns-team-success{display:flex;align-items:center;gap:14px;padding:14px 18px;background:#ecfdf5;border:1px solid #86efac;border-radius:14px;color:#166534}.cns-team-success strong{display:block;font-size:.88rem;font-weight:800}.cns-team-success p{font-size:.78rem;margin:3px 0 0;color:#16a34a;word-break:break-word}.cns-team-success-copy{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:9px;background:#fff;border:1px solid #86efac;color:#16a34a;font-size:.75rem;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap}.cns-team-success-copy:hover{background:#dcfce7}.cns-team-success-close{width:30px;height:30px;border-radius:8px;background:transparent;color:#166534;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-team-success-close:hover{background:#1665341a}.cns-team-form{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 20px #0f172a0a}.cns-team-form-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cns-team-form-head-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cns-team-form-head h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 3px}.cns-team-form-head p{font-size:.78rem;color:#94a3b8;margin:0}.cns-team-form-section{display:flex;flex-direction:column;gap:10px}.cns-team-form-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cns-team-form-label-count{margin-left:auto;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.68rem;font-weight:800;text-transform:none;letter-spacing:0}.cns-team-form-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cns-team-pass-row{display:flex;gap:10px;flex-wrap:wrap}.cns-team-pass-input{position:relative;flex:1;min-width:240px}.cns-team-pass-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px}.cns-team-pass-eye:hover{color:#4f46e5}.cns-team-pass-generate{display:inline-flex;align-items:center;gap:6px;padding:0 18px;border-radius:10px;background:#fff;color:#4f46e5;border:1.5px solid #c7d2fe;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;white-space:nowrap;font-family:inherit}.cns-team-pass-generate:hover{background:#eef2ff}.cns-team-perms{display:flex;flex-wrap:wrap;gap:8px}.cns-team-perm{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#f1f5f9;color:#475569;border:1.5px solid #e2e8f0;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.cns-team-perm:hover{border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.cns-team-perm.active{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 4px 12px #4f46e540}.cns-team-perms-quick{display:flex;gap:8px;padding-top:4px}.cns-team-perms-quick button{padding:6px 12px;border-radius:8px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.cns-team-perms-quick button:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.cns-team-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cns-team-form-btn-cancel{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-team-form-btn-cancel:hover{background:#f1f5f9}.cns-team-form-btn-submit{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 6px 18px #4f46e54d;font-family:inherit}.cns-team-form-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.cns-team-form-btn-submit:disabled{opacity:.6;cursor:not-allowed}.cns-team-search{display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.cns-team-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cns-team-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cns-team-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-team-search-clear:hover{background:#e2e8f0}.cns-team-list{display:flex;flex-direction:column;gap:12px}.cns-team-card{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden;transition:all .15s}.cns-team-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}.cns-team-card.inactive{background:#fafbfc;opacity:.85}.cns-team-card-main{display:flex;align-items:center;gap:16px;padding:18px 20px}.cns-team-avatar-wrap{position:relative;flex-shrink:0}.cns-team-avatar{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:1rem;letter-spacing:.5px;box-shadow:0 6px 16px #4f46e540}.cns-team-online-dot{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;border-radius:50%;background:#22c55e;border:3px solid #fff}.cns-team-info{flex:1;min-width:0}.cns-team-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:5px}.cns-team-name-row strong{font-size:1rem;font-weight:800;color:#0f172a}.cns-team-badge-inactive{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:.65rem;font-weight:800;letter-spacing:.3px}.cns-team-badge-role{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.68rem;font-weight:800}.cns-team-meta{display:flex;gap:14px;flex-wrap:wrap}.cns-team-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;color:#64748b;font-weight:600}.cns-team-meta span svg{color:#94a3b8}.cns-team-actions{display:flex;gap:8px;flex-shrink:0}.cns-team-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.cns-team-btn:hover{border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.cns-team-btn-ghost{background:#f8fafc}.cns-team-btn-danger{background:#fff;color:#dc2626;border-color:#fecaca}.cns-team-btn-danger:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.cns-team-btn-success{background:#fff;color:#16a34a;border-color:#86efac}.cns-team-btn-success:hover{background:#f0fdf4;border-color:#4ade80}.cns-team-btn-danger-outline{padding:9px 10px;color:#dc2626;border-color:#fecaca}.cns-team-btn-danger-outline:hover{background:#fef2f2;border-color:#fca5a5}.cns-team-perms-editor{padding:18px 20px;background:linear-gradient(180deg,#f8faff,#fff);border-top:1px solid #eef1f6;display:flex;flex-direction:column;gap:14px;animation:cns-team-slideDown .2s ease}@keyframes cns-team-slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.cns-team-perms-editor-head{display:flex;align-items:center;gap:7px;color:#4f46e5}.cns-team-perms-editor-head strong{font-size:.85rem;color:#0f172a;font-weight:800}.cns-team-perms-editor-actions{display:flex;justify-content:flex-end;gap:10px}.cns-team-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cns-team-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.cns-team-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cns-team-empty p{font-size:.85rem;color:#94a3b8;max-width:360px;line-height:1.5;margin:0}.cns-team-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 20px #4f46e54d;font-family:inherit}.cns-team-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.cns-team-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cns-team-spin .8s linear infinite}@keyframes cns-team-spin{to{transform:rotate(360deg)}}.cns-team-info-banner{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fde68a;border-radius:14px;color:#78350f}.cns-team-info-banner svg{color:#d97706;flex-shrink:0;margin-top:2px}.cns-team-info-banner strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.cns-team-info-banner p{font-size:.78rem;color:#92400e;margin:0;line-height:1.5}@media(max-width:1100px){.cns-team-stats,.cns-team-form-grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:800px){.cns-team-card-main{flex-wrap:wrap}.cns-team-actions{width:100%;justify-content:flex-end;padding-top:12px;border-top:1px solid #f1f5f9}}@media(max-width:640px){.cns-team-header{padding:18px}.cns-team-header-icon{width:46px;height:46px}.cns-team-header-left h1{font-size:1.15rem}.cns-team-add-btn{width:100%;justify-content:center}.cns-team-stats{grid-template-columns:1fr}.cns-team-form{padding:18px}.cns-team-form-grid-4{grid-template-columns:1fr}.cns-team-form-actions{flex-direction:column-reverse}.cns-team-form-btn-cancel,.cns-team-form-btn-submit{width:100%;justify-content:center}.cns-team-actions{flex-wrap:wrap}.cns-team-btn-ghost{flex:1;justify-content:center}}.cns-avatar-upload-row{display:flex;align-items:center;gap:18px;padding:16px;background:#fff;border:1.5px dashed #cbd5e1;border-radius:12px;flex-wrap:wrap}.cns-avatar-preview{width:80px;height:80px;min-width:80px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;border:3px solid #fff;box-shadow:0 4px 14px #4f46e526;font-size:1.6rem;font-weight:900}.cns-avatar-preview img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cns-avatar-upload-controls{flex:1;min-width:200px;display:flex;flex-direction:column;gap:8px}.cns-avatar-upload-btn{display:inline-flex;align-items:center;gap:7px;padding:9px 16px;border-radius:10px;background:#eef2ff;border:1.5px solid #c7d2fe;color:#4f46e5;font-size:.8rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;width:-moz-fit-content;width:fit-content}.cns-avatar-upload-btn:hover:not(:disabled){background:#4f46e5;color:#fff;border-color:#4f46e5}.cns-avatar-upload-btn:disabled{opacity:.5;cursor:not-allowed}.cns-avatar-remove-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:9px;background:#fef2f2;border:1.5px solid #fecaca;color:#dc2626;font-size:.76rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;width:-moz-fit-content;width:fit-content}.cns-avatar-remove-btn:hover{background:#dc2626;color:#fff}.cns-avatar-hint{font-size:.7rem;color:#94a3b8;font-weight:600}.cns-team-form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.cns-team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:14px}.cns-team-badge-dept{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#f0f9ff;color:#0369a1;font-size:.68rem;font-weight:800}.cns-team-bio{margin:8px 0 0;font-size:.78rem;color:#64748b;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cns-team-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:#4f46e5;box-shadow:0 4px 12px #4f46e540}.cns-team-btn-primary:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);color:#fff;border-color:#4338ca;transform:translateY(-1px)}.cns-team-meta{gap:12px}@media(max-width:900px){.cns-team-form-grid-3{grid-template-columns:1fr 1fr}}@media(max-width:640px){.cns-team-form-grid-3{grid-template-columns:1fr}.cns-avatar-upload-row{flex-direction:column;align-items:flex-start}.cns-avatar-upload-controls{width:100%}}.cns-field-with-label{display:flex;flex-direction:column;gap:6px}.cns-field-label{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;font-weight:700;color:#475569;padding-left:2px}.cns-field-label svg{color:#94a3b8}.cns-field-hint{font-size:.7rem;color:#94a3b8;font-weight:600;margin-top:4px;text-align:right}.cns-team-students-section{background:linear-gradient(180deg,#f8faff,#fff);border:1.5px solid #c7d2fe}.cns-students-info{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;font-size:.78rem;line-height:1.55;margin-bottom:14px}.cns-students-info svg{flex-shrink:0;margin-top:2px}.cns-students-info strong{color:#1e3a8a;font-weight:800}.cns-students-toolbar{display:flex;gap:10px;margin-bottom:12px;flex-wrap:wrap}.cns-students-search{flex:1;min-width:200px;display:flex;align-items:center;gap:8px;padding:0 14px;height:42px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#94a3b8}.cns-students-search:focus-within{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.cns-students-search input{flex:1;border:none;background:transparent;outline:none;font-size:.82rem;color:#0f172a;font-family:inherit}.cns-students-search button{width:20px;height:20px;border-radius:5px;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-students-bulk{display:flex;gap:6px}.cns-students-bulk button{display:inline-flex;align-items:center;gap:5px;padding:9px 14px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.cns-students-bulk button:hover:not(:disabled){border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.cns-students-bulk button:disabled{opacity:.4;cursor:not-allowed}.cns-students-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:8px;max-height:340px;overflow-y:auto;padding:4px;border:1px solid #eef1f6;border-radius:12px;background:#fff}.cns-students-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 20px;background:#fff;border:1.5px dashed #cbd5e1;border-radius:12px;color:#94a3b8;text-align:center}.cns-students-empty svg{color:#cbd5e1}.cns-students-empty p{margin:0;font-size:.82rem;font-weight:600}.cns-students-empty.small{padding:20px;font-size:.78rem}.cns-student-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#fff;border:1.5px solid #eef1f6;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.cns-student-item:hover{border-color:#c7d2fe;background:#f8faff}.cns-student-item.selected{border-color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#f5f3ff);box-shadow:0 4px 12px #4f46e51a}.cns-student-check{width:22px;height:22px;min-width:22px;border-radius:6px;border:2px solid #cbd5e1;background:#fff;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.cns-student-check.checked{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#4f46e5;color:#fff}.cns-student-avatar{width:34px;height:34px;min-width:34px;border-radius:50%;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.82rem;overflow:hidden;flex-shrink:0}.cns-student-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cns-student-info{flex:1;min-width:0}.cns-student-info strong{display:block;font-size:.82rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-student-info span{display:block;font-size:.7rem;color:#64748b;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cns-team-meta-active{color:#16a34a!important;font-weight:800!important}.cns-team-meta-active svg{color:#16a34a!important}@media(max-width:720px){.cns-students-list{grid-template-columns:1fr;max-height:260px}.cns-students-toolbar{flex-direction:column}.cns-students-bulk{width:100%}.cns-students-bulk button{flex:1;justify-content:center}}.cpk-page{display:flex;flex-direction:column;gap:20px}.cpk-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.cpk-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cpk-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cpk-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cpk-header-left p{font-size:.85rem;color:#64748b;margin:0;max-width:520px}.cpk-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #4f46e559;white-space:nowrap;font-family:inherit}.cpk-add-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cpk-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cpk-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.cpk-stat:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cpk-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cpk-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cpk-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cpk-form{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:22px;box-shadow:0 4px 20px #0f172a0a}.cpk-form-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cpk-form-head-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cpk-form-head h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 3px}.cpk-form-head p{font-size:.78rem;color:#94a3b8;margin:0}.cpk-form-close{margin-left:auto;width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cpk-form-close:hover{background:#e2e8f0;color:#0f172a}.cpk-ai-panel{display:flex;align-items:center;gap:16px;padding:18px 22px;background:linear-gradient(135deg,#f5f3ff,#ede9fe,#faf5ff);border:1.5px solid #c7d2fe;border-radius:16px;flex-wrap:wrap}.cpk-ai-panel-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #7c3aed59}.cpk-ai-panel-body{flex:1;min-width:200px}.cpk-ai-panel-body strong{display:block;font-size:.95rem;font-weight:900;color:#4c1d95;margin-bottom:3px;letter-spacing:-.2px}.cpk-ai-panel-body p{font-size:.8rem;color:#6d28d9;margin:0;line-height:1.5}.cpk-ai-generate-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .18s;box-shadow:0 8px 22px #7c3aed66;white-space:nowrap}.cpk-ai-generate-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #7c3aed80}.cpk-ai-fallback{font-size:.62rem;background:#ffffff40;padding:2px 6px;border-radius:999px;font-weight:700;margin-left:4px}.cpk-section{display:flex;flex-direction:column;gap:10px}.cpk-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.cpk-section-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cpk-tier-selector{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.cpk-tier-btn{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#fff;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .15s;text-align:left;font-family:inherit}.cpk-tier-btn:hover{border-color:#c7d2fe;background:#f8faff}.cpk-tier-btn.active{box-shadow:0 8px 20px #0f172a14}.cpk-tier-btn-icon{width:32px;height:32px;min-width:32px;border-radius:9px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.cpk-tier-btn div{flex:1;min-width:0}.cpk-tier-btn strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:1px}.cpk-tier-btn.active strong{color:inherit}.cpk-tier-btn span{display:block;font-size:.68rem;color:#94a3b8;font-weight:600}.cpk-tier-btn.active span{color:inherit;opacity:.75}.cpk-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cpk-field{display:flex;flex-direction:column;gap:6px}.cpk-field label{display:flex;align-items:center;gap:4px;font-size:.74rem;font-weight:700;color:#475569}.cpk-input,.cpk-textarea{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;transition:all .15s}.cpk-textarea{resize:vertical;line-height:1.6}.cpk-input:focus,.cpk-textarea:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e514}.cpk-char-count{font-size:.7rem;color:#94a3b8;text-align:right;font-weight:600;margin-top:-4px}.cpk-add-feature-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:9px;background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe;font-size:.75rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cpk-add-feature-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.cpk-features-edit{display:flex;flex-direction:column;gap:8px}.cpk-feature-row{display:flex;align-items:center;gap:8px}.cpk-feature-bullet{width:26px;height:26px;min-width:26px;border-radius:8px;background:#ecfdf5;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cpk-feature-input{flex:1;min-width:0}.cpk-feature-remove{width:30px;height:30px;min-width:30px;border-radius:8px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cpk-feature-remove:hover:not(:disabled){background:#dc2626;color:#fff}.cpk-feature-remove:disabled{opacity:.4;cursor:not-allowed}.cpk-popular-toggle{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border:1.5px solid #fde68a;cursor:pointer;font-family:inherit}.cpk-popular-toggle input{display:none}.cpk-popular-toggle-track{position:relative;width:42px;height:24px;min-width:42px;border-radius:999px;background:#cbd5e1;transition:all .2s;flex-shrink:0}.cpk-popular-toggle input:checked+.cpk-popular-toggle-track{background:linear-gradient(135deg,#f59e0b,#d97706)}.cpk-popular-toggle-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #00000026;transition:all .2s}.cpk-popular-toggle input:checked+.cpk-popular-toggle-track .cpk-popular-toggle-thumb{left:calc(100% - 22px)}.cpk-popular-toggle-label{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:700;color:#78350f}.cpk-popular-toggle-label strong{color:#78350f;font-weight:900}.cpk-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cpk-btn-ghost{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cpk-btn-ghost:hover{background:#f1f5f9}.cpk-btn-primary{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 6px 18px #4f46e54d;transition:all .15s}.cpk-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.cpk-btn-primary:disabled{opacity:.6;cursor:not-allowed}.cpk-search{display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.cpk-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cpk-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cpk-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cpk-search-clear:hover{background:#e2e8f0}.cpk-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px;align-items:start}.cpk-card{position:relative;background:#fff;border:1.5px solid #eef1f6;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;transition:all .25s cubic-bezier(.34,1.56,.64,1);box-shadow:0 2px 10px #0f172a0a}.cpk-card:hover{transform:translateY(-6px);box-shadow:0 20px 48px #0f172a1f}.cpk-card-popular{box-shadow:0 8px 28px #f59e0b26}.cpk-card-popular:hover{box-shadow:0 22px 56px #f59e0b40}.cpk-card-strip{height:5px;width:100%;flex-shrink:0}.cpk-popular-ribbon{position:absolute;top:18px;right:-34px;width:130px;padding:6px 0;color:#fff;font-size:.66rem;font-weight:900;letter-spacing:.5px;text-align:center;transform:rotate(35deg);box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;gap:4px;z-index:2}.cpk-card-head{padding:22px 22px 12px;display:flex;align-items:flex-start;gap:14px}.cpk-card-icon{width:54px;height:54px;min-width:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px #0f172a0f}.cpk-card-head-info{flex:1;min-width:0}.cpk-card-tier-tag{display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:900;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.cpk-card-name{font-size:1.15rem;font-weight:900;color:#0f172a;margin:0 0 4px;line-height:1.25;letter-spacing:-.3px}.cpk-card-duration{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:#64748b;font-weight:700;background:#f1f5f9;padding:3px 9px;border-radius:999px}.cpk-card-price-block{padding:8px 22px 14px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.cpk-card-old-price{font-size:.85rem;color:#94a3b8;font-weight:700;text-decoration:line-through;opacity:.7}.cpk-card-price{font-size:2rem;font-weight:900;letter-spacing:-1px;line-height:1}.cpk-card-desc{padding:0 22px 14px;font-size:.82rem;color:#64748b;line-height:1.6;margin:0}.cpk-card-features{list-style:none;padding:0 22px 18px;margin:0;display:flex;flex-direction:column;gap:8px;flex:1}.cpk-card-features li{display:flex;align-items:flex-start;gap:8px;font-size:.82rem;color:#334155;line-height:1.5;font-weight:600}.cpk-card-features li svg{flex-shrink:0;margin-top:2px}.cpk-card-actions{display:flex;align-items:center;gap:8px;padding:14px 22px 18px;border-top:1px solid #f1f5f9;margin-top:auto}.cpk-popular-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 12px;border-radius:9px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:.72rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;flex:1;justify-content:center}.cpk-popular-btn:hover{border-color:#facc15;background:#fef9c3;color:#a16207}.cpk-popular-btn.active{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fcd34d;color:#92400e}.cpk-icon-btn{width:34px;height:34px;border-radius:9px;background:#f8fafc;border:1px solid #eef1f6;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;flex-shrink:0}.cpk-icon-btn:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.cpk-icon-btn.danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.cpk-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cpk-empty-icon{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.cpk-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cpk-empty p{font-size:.85rem;color:#94a3b8;max-width:420px;line-height:1.5;margin:0}.cpk-empty-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:8px}.cpk-empty-btn{display:inline-flex;align-items:center;gap:7px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 20px #4f46e54d;font-family:inherit}.cpk-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.cpk-empty-btn-ai{background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 8px 20px #7c3aed59}.cpk-empty-btn-ai:hover{box-shadow:0 12px 28px #7c3aed73}.cpk-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cpk-spin .8s linear infinite}@keyframes cpk-spin{to{transform:rotate(360deg)}}.cpk-ai-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:cpk-ai-fade .2s ease}@keyframes cpk-ai-fade{0%{opacity:0}to{opacity:1}}.cpk-ai-modal{background:#fff;border-radius:22px;width:100%;max-width:1100px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a80;animation:cpk-ai-slide .3s cubic-bezier(.34,1.56,.64,1)}@keyframes cpk-ai-slide{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cpk-ai-modal-head{display:flex;align-items:center;gap:14px;padding:22px 28px;background:linear-gradient(135deg,#f5f3ff,#ede9fe,#faf5ff);border-bottom:1px solid #c7d2fe}.cpk-ai-modal-icon{width:52px;height:52px;min-width:52px;border-radius:15px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #7c3aed66}.cpk-ai-modal-head h2{font-size:1.2rem;font-weight:900;color:#4c1d95;margin:0 0 3px;letter-spacing:-.3px}.cpk-ai-modal-head p{font-size:.8rem;color:#6d28d9;margin:0;font-weight:600}.cpk-ai-modal-close{margin-left:auto;width:36px;height:36px;border-radius:10px;background:#ffffffb3;color:#4c1d95;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cpk-ai-modal-close:hover:not(:disabled){background:#fff;transform:rotate(90deg)}.cpk-ai-modal-close:disabled{opacity:.5;cursor:not-allowed}.cpk-ai-modal-body{flex:1;overflow-y:auto;padding:24px 28px;background:#fafbfc}.cpk-ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:80px 20px;text-align:center}.cpk-ai-loading-spinner{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#7c3aed;display:flex;align-items:center;justify-content:center;animation:cpk-ai-pulse 1.5s ease infinite}@keyframes cpk-ai-pulse{0%,to{transform:scale(1);box-shadow:0 0 #7c3aed66}50%{transform:scale(1.05);box-shadow:0 0 0 24px #7c3aed00}}.cpk-ai-loading strong{font-size:1.1rem;font-weight:800;color:#4c1d95}.cpk-ai-loading p{font-size:.85rem;color:#6d28d9;margin:0;max-width:360px;line-height:1.55}.cpk-ai-error{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626}.cpk-ai-error strong{display:block;font-size:.88rem;font-weight:800;margin-bottom:4px}.cpk-ai-error p{font-size:.8rem;margin:0;line-height:1.5}.cpk-ai-info{display:flex;align-items:flex-start;gap:10px;padding:14px 18px;background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #86efac;border-radius:12px;color:#166534;font-size:.82rem;line-height:1.55;margin-bottom:18px;font-weight:600}.cpk-ai-info svg{flex-shrink:0;margin-top:2px}.cpk-ai-packages-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.cpk-ai-pkg-preview{position:relative;background:#fff;border:2px solid #eef1f6;border-radius:16px;padding:18px;cursor:pointer;transition:all .18s;display:flex;flex-direction:column}.cpk-ai-pkg-preview:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0f172a1a}.cpk-ai-pkg-preview.selected{box-shadow:0 12px 30px #4f46e526;border-width:2px}.cpk-ai-pkg-check{position:absolute;top:12px;right:12px;width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;display:flex;align-items:center;justify-content:center;color:#fff;z-index:3;transition:all .15s}.cpk-ai-pkg-check.checked{color:#fff}.cpk-ai-pkg-popular{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:4px 12px;border-radius:999px;color:#fff;font-size:.6rem;font-weight:900;letter-spacing:.5px;display:flex;align-items:center;gap:4px;box-shadow:0 6px 14px #00000026;white-space:nowrap;z-index:2}.cpk-ai-pkg-head{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding-right:30px}.cpk-ai-pkg-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cpk-ai-pkg-tier{font-size:.62rem;font-weight:900;text-transform:uppercase;letter-spacing:.8px;margin-bottom:2px}.cpk-ai-pkg-name{font-size:.95rem;font-weight:900;color:#0f172a;line-height:1.25}.cpk-ai-pkg-price-block{display:flex;align-items:baseline;gap:6px;margin-bottom:10px;flex-wrap:wrap}.cpk-ai-pkg-old-price{font-size:.75rem;color:#94a3b8;font-weight:700;opacity:.7}.cpk-ai-pkg-price{font-size:1.5rem;font-weight:900;letter-spacing:-.5px;line-height:1}.cpk-ai-pkg-desc{font-size:.76rem;color:#64748b;line-height:1.55;margin:0 0 12px;padding-bottom:12px;border-bottom:1px dashed #eef1f6}.cpk-ai-pkg-features{list-style:none;padding:0;margin:0 0 12px;display:flex;flex-direction:column;gap:6px;flex:1}.cpk-ai-pkg-features li{display:flex;align-items:flex-start;gap:6px;font-size:.74rem;color:#334155;line-height:1.4;font-weight:600}.cpk-ai-pkg-features li svg{flex-shrink:0;margin-top:2px}.cpk-ai-pkg-features-more{color:#94a3b8;font-weight:700;font-style:italic}.cpk-ai-pkg-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:12px;border-top:1px solid #f1f5f9;margin-top:auto}.cpk-ai-pkg-duration{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;color:#64748b;font-weight:700;padding:3px 8px;background:#f1f5f9;border-radius:999px}.cpk-ai-pkg-apply-one{padding:6px 12px;border-radius:8px;background:#eef2ff;color:#4f46e5;border:none;font-size:.7rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.cpk-ai-pkg-apply-one:hover{background:#4f46e5;color:#fff}.cpk-ai-modal-foot{display:flex;align-items:center;gap:12px;padding:16px 28px;background:#fff;border-top:1px solid #eef1f6;flex-shrink:0}.cpk-ai-foot-info{flex:1;text-align:center;font-size:.82rem;color:#64748b;font-weight:600}.cpk-ai-foot-info strong{color:#4f46e5;font-weight:900;font-size:1rem}.cpk-ai-btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cpk-ai-btn-ghost:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5}.cpk-ai-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:12px 26px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 10px 24px #7c3aed66;transition:all .15s}.cpk-ai-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 32px #7c3aed80}.cpk-ai-btn-primary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}@media(max-width:1100px){.cpk-ai-packages-grid{grid-template-columns:1fr}}@media(max-width:900px){.cpk-stats{grid-template-columns:1fr}.cpk-tier-selector{grid-template-columns:repeat(2,1fr)}.cpk-grid{grid-template-columns:1fr}}@media(max-width:640px){.cpk-header{padding:18px}.cpk-header-icon{width:46px;height:46px}.cpk-header-left h1{font-size:1.15rem}.cpk-add-btn{width:100%;justify-content:center}.cpk-form{padding:18px}.cpk-grid-2,.cpk-tier-selector{grid-template-columns:1fr}.cpk-form-actions{flex-direction:column-reverse}.cpk-btn-ghost,.cpk-btn-primary{width:100%;justify-content:center}.cpk-ai-modal-head{padding:16px 18px}.cpk-ai-modal-head h2{font-size:1rem}.cpk-ai-modal-body{padding:16px}.cpk-ai-modal-foot{padding:12px 16px;flex-wrap:wrap}.cpk-ai-foot-info{order:-1;width:100%;margin-bottom:8px}.cpk-ai-btn-ghost,.cpk-ai-btn-primary{flex:1;justify-content:center}.cpk-card-price{font-size:1.7rem}}.cns-ads-page{display:flex;flex-direction:column;gap:20px}.cns-ads-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.cns-ads-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cns-ads-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cns-ads-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cns-ads-header-left p{font-size:.85rem;color:#64748b;margin:0;max-width:540px}.cns-ads-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #4f46e559;white-space:nowrap;font-family:inherit}.cns-ads-add-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cns-ads-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cns-ads-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.cns-ads-stat:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cns-ads-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cns-ads-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cns-ads-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cns-ads-form{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 4px 20px #0f172a0a}.cns-ads-form-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cns-ads-form-head-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cns-ads-form-head h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 3px}.cns-ads-form-head p{font-size:.78rem;color:#94a3b8;margin:0}.cns-ads-form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cns-ads-form-field{display:flex;flex-direction:column;gap:8px}.cns-ads-form-field label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cns-ads-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cns-ads-form-btn-cancel{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-ads-form-btn-cancel:hover{background:#f1f5f9}.cns-ads-form-btn-submit{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 6px 18px #4f46e54d;font-family:inherit}.cns-ads-form-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.cns-ads-form-btn-submit:disabled{opacity:.6;cursor:not-allowed}.cns-ads-search{display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.cns-ads-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cns-ads-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cns-ads-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-ads-search-clear:hover{background:#e2e8f0}.cns-ads-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.cns-ads-card{background:#fff;border:1.5px solid #eef1f6;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:all .2s}.cns-ads-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1a;border-color:#c7d2fe}.cns-ads-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.cns-ads-card-icon{width:46px;height:46px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center}.cns-ads-status{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;font-size:.68rem;font-weight:800;letter-spacing:.3px}.cns-ads-title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:2px 0 0;line-height:1.35}.cns-ads-desc{font-size:.82rem;color:#64748b;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cns-ads-meta{display:flex;gap:14px;flex-wrap:wrap;padding-top:4px}.cns-ads-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;color:#475569;font-weight:700}.cns-ads-meta span svg{color:#4f46e5}.cns-ads-footer{margin-top:6px;padding-top:12px;border-top:1px solid #f1f5f9}.cns-ads-budget-bar{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:6px}.cns-ads-budget-fill{height:100%;border-radius:999px;transition:width .35s ease}.cns-ads-budget-hint{font-size:.72rem;color:#94a3b8;font-weight:600}.cns-ads-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cns-ads-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.cns-ads-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cns-ads-empty p{font-size:.85rem;color:#94a3b8;max-width:400px;line-height:1.5;margin:0}.cns-ads-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 20px #4f46e54d;font-family:inherit}.cns-ads-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.cns-ads-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cns-ads-spin .8s linear infinite}@keyframes cns-ads-spin{to{transform:rotate(360deg)}}.cns-ads-info{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fde68a;border-radius:14px;color:#78350f}.cns-ads-info svg{color:#d97706;flex-shrink:0;margin-top:2px}.cns-ads-info strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.cns-ads-info p{font-size:.78rem;color:#92400e;margin:0;line-height:1.5}@media(max-width:1100px){.cns-ads-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.cns-ads-header{padding:18px}.cns-ads-header-icon{width:46px;height:46px}.cns-ads-header-left h1{font-size:1.15rem}.cns-ads-add-btn{width:100%;justify-content:center}.cns-ads-stats{grid-template-columns:1fr}.cns-ads-form{padding:18px}.cns-ads-form-grid-2{grid-template-columns:1fr}.cns-ads-form-actions{flex-direction:column-reverse}.cns-ads-form-btn-cancel,.cns-ads-form-btn-submit{width:100%;justify-content:center}}.an-page{display:flex;flex-direction:column;gap:20px}.an-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:100px 20px;color:#64748b}.an-spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:an-spin .8s linear infinite}@keyframes an-spin{to{transform:rotate(360deg)}}.an-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.an-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.an-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.an-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.an-header-left p{font-size:.85rem;color:#64748b;margin:0}.an-filters{display:flex;gap:8px;flex-wrap:wrap}.an-filter{height:42px;padding:0 36px 0 14px;border:1.5px solid #e2e8f0;border-radius:11px;background:#fff;font-size:.83rem;font-weight:700;color:#334155;font-family:inherit;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;transition:all .15s}.an-filter:hover{border-color:#c7d2fe}.an-filter:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.an-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.an-stat-card{display:flex;align-items:flex-start;gap:14px;padding:18px;background:#fff;border:1px solid #eef1f6;border-radius:16px;transition:all .15s}.an-stat-card:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.an-stat-icon{width:46px;height:46px;min-width:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.an-stat-body{flex:1;min-width:0}.an-stat-label{display:block;font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:4px}.an-stat-value{display:block;font-size:1.5rem;font-weight:900;color:#0f172a;line-height:1.1;letter-spacing:-.5px}.an-stat-delta{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:700;color:#64748b;margin-top:6px;padding:3px 8px;border-radius:999px;background:#f1f5f9}.an-stat-delta.up{background:#ecfdf5;color:#16a34a}.an-stat-delta.down{background:#fef2f2;color:#dc2626}.an-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:20px}.an-card-head{display:flex;align-items:center;gap:12px;margin-bottom:18px}.an-card-icon{width:36px;height:36px;min-width:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.an-card-head h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 2px}.an-card-head p{font-size:.72rem;color:#94a3b8;margin:0}.an-card-link{margin-left:auto;display:inline-flex;align-items:center;gap:4px;font-size:.75rem;font-weight:800;color:#4f46e5;text-decoration:none;transition:all .15s}.an-card-link:hover{gap:6px}.an-empty-chart{padding:40px 20px;text-align:center;color:#94a3b8;font-size:.85rem;font-style:italic}.an-card-empty{padding:40px 20px;text-align:center;color:#94a3b8;font-size:.85rem}.an-charts-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:16px}.an-charts-grid-3{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:16px}.an-funnel{display:flex;flex-direction:column;gap:14px;padding:8px 0}.an-funnel-row{display:flex;align-items:center;gap:12px}.an-funnel-label{display:flex;align-items:center;gap:8px;min-width:130px;font-size:.8rem;font-weight:700;color:#334155}.an-funnel-dot{width:8px;height:8px;min-width:8px;border-radius:50%;flex-shrink:0}.an-funnel-bar-wrap{flex:1;height:36px;background:#f8fafc;border-radius:10px;overflow:hidden;position:relative}.an-funnel-bar{height:100%;border-radius:10px;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;transition:width .5s ease;min-width:30px;position:relative}.an-funnel-count{color:#fff;font-size:.85rem;font-weight:900;text-shadow:0 1px 2px rgba(0,0,0,.15)}.an-funnel-pct{min-width:42px;text-align:right;font-size:.82rem;font-weight:800;color:#4f46e5}.an-top-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.an-top-bars{display:flex;flex-direction:column;gap:12px}.an-top-bar-row{display:flex;align-items:center;gap:10px}.an-top-bar-name{display:flex;align-items:center;gap:8px;min-width:130px;max-width:130px}.an-top-bar-rank{width:22px;height:22px;min-width:22px;border-radius:6px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:900;flex-shrink:0}.an-top-bar-label{font-size:.78rem;font-weight:700;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.an-top-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.an-top-bar-fill{height:100%;border-radius:999px;transition:width .4s ease;min-width:4px}.an-top-bar-count{min-width:30px;text-align:right;font-size:.8rem;font-weight:900;color:#0f172a}.an-gender-list{display:flex;flex-direction:column;gap:14px}.an-gender-row{display:flex;align-items:center;gap:10px}.an-gender-label{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:110px;font-size:.82rem;font-weight:700;color:#334155}.an-gender-count{font-size:.75rem;font-weight:900;color:#64748b;background:#f1f5f9;padding:2px 8px;border-radius:999px}.an-gender-bar-track{flex:1;height:8px;background:#f1f5f9;border-radius:999px;overflow:hidden}.an-gender-bar-fill{height:100%;border-radius:999px;transition:width .4s ease;min-width:4px}.an-gender-pct{min-width:38px;text-align:right;font-size:.8rem;font-weight:900;color:#0f172a}.an-coverage{display:grid;grid-template-columns:1fr 1fr;gap:12px}.an-coverage-item{display:flex;align-items:center;gap:10px;padding:14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;transition:all .15s}.an-coverage-item:hover{background:#fff;border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 6px 16px #4f46e514}.an-coverage-icon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.an-coverage-item strong{display:block;font-size:1.15rem;font-weight:900;color:#0f172a;line-height:1}.an-coverage-item span{display:block;font-size:.7rem;color:#94a3b8;font-weight:700;margin-top:4px}.an-activity-list{display:flex;flex-direction:column;gap:4px}.an-activity-item{display:flex;align-items:center;gap:12px;padding:12px 4px;border-bottom:1px solid #f8fafc}.an-activity-item:last-child{border-bottom:none}.an-activity-avatar{width:40px;height:40px;min-width:40px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:900;flex-shrink:0}.an-activity-info{flex:1;min-width:0}.an-activity-info strong{display:block;font-size:.86rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.an-activity-info span{display:block;font-size:.74rem;color:#94a3b8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.an-activity-right{display:flex;flex-direction:column;align-items:flex-end;gap:4px;flex-shrink:0}.an-activity-status{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.an-activity-time{font-size:.7rem;color:#94a3b8;font-weight:700}@media(max-width:1100px){.an-stats-grid{grid-template-columns:repeat(2,1fr)}.an-charts-grid,.an-charts-grid-3,.an-top-grid{grid-template-columns:1fr}}@media(max-width:720px){.an-header{padding:18px}.an-header-icon{width:46px;height:46px}.an-header-left h1{font-size:1.15rem}.an-filters{width:100%}.an-filter{flex:1;min-width:140px}.an-stats-grid{grid-template-columns:1fr}.an-stat-value{font-size:1.35rem}.an-card{padding:16px}.an-coverage{grid-template-columns:1fr}.an-activity-right{align-items:flex-start}.an-activity-item{flex-wrap:wrap}}.contract-page{display:flex;flex-direction:column;gap:20px}.contract-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;flex-wrap:wrap}.contract-page-head h1{display:flex;align-items:center;gap:10px;font-size:1.6rem;font-weight:800;color:#0f172a;margin:0 0 4px}.contract-page-head h1 svg{color:#4f46e5}.contract-page-head p{font-size:.85rem;color:#64748b;margin:0}.contract-page-stats{display:flex;gap:10px;flex-wrap:wrap}.contract-page-stat{min-width:90px;padding:12px 16px;background:#fff;border:1px solid #eef1f6;border-radius:12px;text-align:center}.contract-page-stat.green{background:#ecfdf5;border-color:#86efac}.contract-page-stat.orange{background:#fff7ed;border-color:#fed7aa}.contract-page-stat strong{display:block;font-size:1.3rem;font-weight:900;color:#0f172a;line-height:1}.contract-page-stat.green strong{color:#16a34a}.contract-page-stat.orange strong{color:#ea580c}.contract-page-stat span{display:block;font-size:.7rem;color:#64748b;margin-top:4px;font-weight:700}.contract-filters{display:flex;gap:10px;flex-wrap:wrap}.contract-search{flex:1;min-width:260px;display:flex;align-items:center;gap:10px;height:46px;padding:0 16px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.contract-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.contract-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.contract-select{height:46px;padding:0 14px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;font-size:.85rem;color:#0f172a;font-family:inherit;cursor:pointer;min-width:200px}.contract-select:focus{border-color:#c7d2fe;outline:none}.contract-list{display:flex;flex-direction:column;gap:12px}.contract-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;background:#fff;border:1.5px solid #eef1f6;border-radius:16px;transition:all .15s}.contract-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}.contract-card-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.contract-card-icon{width:50px;height:50px;min-width:50px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center}.contract-card-info{flex:1;min-width:0}.contract-card-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}.contract-card-title>strong{font-size:.95rem;font-weight:800;color:#0f172a}.contract-badge-action{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.68rem;font-weight:800;border:1px solid #fde68a}.contract-card-meta{display:flex;flex-wrap:wrap;gap:14px}.contract-card-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#64748b;font-weight:600}.contract-card-meta span svg{color:#94a3b8}.contract-card-right{flex-shrink:0}.contract-view-btn{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;border-radius:10px;background:#f8fafc;color:#4f46e5;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.contract-view-btn:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.contract-view-btn.primary{background:#4f46e5;color:#fff;border-color:#4f46e5;box-shadow:0 4px 14px #4f46e54d}.contract-view-btn.primary:hover{background:#4338ca}.contract-empty{display:flex;flex-direction:column;align-items:center;gap:10px;padding:60px 20px;text-align:center;color:#94a3b8;background:#fff;border:1.5px dashed #e2e8f0;border-radius:16px}.contract-empty-icon{width:68px;height:68px;border-radius:20px;background:#f1f5f9;color:#cbd5e1;display:flex;align-items:center;justify-content:center}.contract-empty h3{font-size:1rem;color:#334155;margin:0;font-weight:800}.contract-empty p{font-size:.85rem;margin:0;max-width:380px;line-height:1.5}.contract-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cp-spin .8s linear infinite}@keyframes cp-spin{to{transform:rotate(360deg)}}@media(max-width:700px){.contract-card{flex-direction:column;align-items:stretch}.contract-card-right{width:100%}.contract-view-btn{width:100%;justify-content:center}}.cns-tasks-page{display:flex;flex-direction:column;gap:20px}.cns-tasks-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.cns-tasks-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cns-tasks-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cns-tasks-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cns-tasks-header-left p{font-size:.85rem;color:#64748b;margin:0;max-width:520px}.cns-tasks-header-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cns-tasks-view-toggle{display:flex;gap:4px;padding:4px;background:#fff;border:1px solid #e2e8f0;border-radius:11px}.cns-tasks-view-toggle button{width:34px;height:34px;border-radius:8px;border:none;background:transparent;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.cns-tasks-view-toggle button:hover{color:#0f172a}.cns-tasks-view-toggle button.active{background:#4f46e5;color:#fff;box-shadow:0 4px 10px #4f46e540}.cns-tasks-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #4f46e559;white-space:nowrap;font-family:inherit}.cns-tasks-add-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cns-tasks-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cns-tasks-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.cns-tasks-stat:hover{box-shadow:0 12px 28px #0f172a0f;transform:translateY(-2px)}.cns-tasks-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cns-tasks-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cns-tasks-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cns-tasks-progress{padding:18px 20px;background:#fff;border:1px solid #eef1f6;border-radius:16px}.cns-tasks-progress-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.85rem;color:#0f172a}.cns-tasks-progress-head>div svg{color:#4f46e5}.cns-tasks-progress-head>span{font-weight:900;color:#4f46e5;font-size:1rem}.cns-tasks-progress-bar{height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden;margin-bottom:14px}.cns-tasks-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#7c3aed,#10b981);border-radius:999px;transition:width .4s ease}.cns-tasks-progress-stats{display:flex;gap:20px;flex-wrap:wrap;font-size:.78rem;color:#64748b}.cns-tasks-progress-stats span{display:inline-flex;align-items:center;gap:6px}.cns-tasks-progress-stats b{color:#0f172a;font-weight:800}.cns-tasks-progress-stats .dot{width:8px;height:8px;border-radius:50%}.cns-tasks-toolbar{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cns-tasks-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.cns-tasks-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.cns-tasks-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cns-tasks-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-tasks-search-clear:hover{background:#e2e8f0}.cns-tasks-filter-btn{display:inline-flex;align-items:center;gap:7px;padding:0 18px;height:46px;border-radius:12px;background:#fff;border:1.5px solid #eef1f6;color:#475569;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;position:relative}.cns-tasks-filter-btn:hover,.cns-tasks-filter-btn.active{border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.cns-tasks-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#4f46e5;color:#fff;font-size:.65rem;font-weight:900}.cns-tasks-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px}.cns-tasks-filter-group{display:flex;flex-direction:column;gap:6px;min-width:160px;flex:1}.cns-tasks-filter-group label{font-size:.72rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cns-tasks-filter-group select{height:42px;padding:0 12px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;font-size:.85rem;color:#0f172a;font-family:inherit;cursor:pointer;outline:none}.cns-tasks-filter-group select:focus{border-color:#4f46e5}.cns-tasks-filter-reset{display:inline-flex;align-items:center;gap:5px;padding:0 16px;height:42px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-tasks-filter-reset:hover{background:#fee2e2}.cns-tasks-form{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:18px;box-shadow:0 4px 20px #0f172a0a}.cns-tasks-form-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cns-tasks-form-head-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cns-tasks-form-head>div:nth-child(2){flex:1}.cns-tasks-form-head h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 3px}.cns-tasks-form-head p{font-size:.78rem;color:#94a3b8;margin:0}.cns-tasks-form-close{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cns-tasks-form-close:hover{background:#e2e8f0;color:#0f172a}.cns-tasks-form-section{display:flex;flex-direction:column;gap:8px}.cns-tasks-form-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cns-tasks-form-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.cns-tasks-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cns-tasks-form-btn-cancel{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-tasks-form-btn-cancel:hover{background:#f1f5f9}.cns-tasks-form-btn-submit{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 6px 18px #4f46e54d;font-family:inherit}.cns-tasks-form-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.cns-tasks-form-btn-submit:disabled{opacity:.6;cursor:not-allowed}.cns-tasks-kanban{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;align-items:start}.cns-tasks-column{background:#f8fafc;border:1px solid #eef1f6;border-radius:16px;padding:12px;min-height:200px}.cns-tasks-column-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#fff;border-radius:12px;border-top:3px solid #64748b;margin-bottom:12px;box-shadow:0 2px 8px #0f172a0a}.cns-tasks-column-head strong{font-size:.85rem;font-weight:800;color:#0f172a}.cns-tasks-column-count{display:inline-flex;align-items:center;justify-content:center;min-width:26px;height:24px;padding:0 8px;border-radius:999px;font-size:.72rem;font-weight:900}.cns-tasks-column-body{display:flex;flex-direction:column;gap:10px;min-height:80px}.cns-tasks-column-empty{padding:24px 12px;text-align:center;font-size:.78rem;color:#cbd5e1;font-style:italic;border:1.5px dashed #e2e8f0;border-radius:10px;background:#fff}.cns-task-card{background:#fff;border:1.5px solid #eef1f6;border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:all .15s;position:relative}.cns-task-card:hover{border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 10px 24px #4f46e51a}.cns-task-card.overdue{border-color:#fecaca;background:#fefefe}.cns-task-card.overdue:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#dc2626,#f59e0b);border-radius:14px 14px 0 0}.cns-task-card-top{display:flex;align-items:center;justify-content:space-between;gap:6px;flex-wrap:wrap}.cns-task-priority{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;font-size:.65rem;font-weight:900;letter-spacing:.3px;text-transform:uppercase}.cns-task-overdue-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:.65rem;font-weight:900;letter-spacing:.3px}.cns-task-title{font-size:.9rem;font-weight:800;color:#0f172a;margin:0;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cns-task-desc{font-size:.76rem;color:#64748b;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cns-task-tags{display:flex;flex-wrap:wrap;gap:4px}.cns-task-tag{padding:2px 8px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:.65rem;font-weight:700}.cns-task-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:10px;border-top:1px solid #f1f5f9}.cns-task-assignee{display:flex;align-items:center;gap:6px;min-width:0}.cns-task-avatar{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:900;flex-shrink:0}.cns-task-assignee span{font-size:.72rem;color:#475569;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cns-task-unassigned{font-size:.72rem;color:#cbd5e1;font-style:italic}.cns-task-due{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:6px;background:#f1f5f9;color:#64748b;font-size:.68rem;font-weight:700;white-space:nowrap}.cns-task-due.soon{background:#fff7ed;color:#ea580c}.cns-task-due.overdue{background:#fef2f2;color:#dc2626}.cns-task-actions{display:flex;gap:4px;padding-top:8px;border-top:1px solid #f1f5f9;justify-content:flex-end}.cns-task-status-wrap{position:relative;flex:1}.cns-task-icon-btn{width:28px;height:28px;border-radius:7px;background:#f8fafc;border:1px solid #eef1f6;color:#64748b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.cns-task-status-wrap .cns-task-icon-btn{width:100%}.cns-task-icon-btn:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.cns-task-icon-btn.danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.cns-task-status-menu{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 10px 30px #0f172a26;padding:5px;z-index:20;display:flex;flex-direction:column;gap:2px}.cns-task-status-menu button{display:flex;align-items:center;gap:7px;padding:7px 10px;border-radius:7px;background:transparent;border:none;color:#475569;font-size:.75rem;font-weight:700;cursor:pointer;text-align:left;transition:all .15s;font-family:inherit}.cns-task-status-menu button:hover{background:#f1f5f9;color:#0f172a}.cns-task-status-menu button.active{background:#eef2ff;color:#4f46e5}.cns-tasks-list{display:flex;flex-direction:column;gap:10px}.cns-task-row{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fff;border:1.5px solid #eef1f6;border-radius:14px;cursor:pointer;transition:all .15s}.cns-task-row:hover{border-color:#c7d2fe;box-shadow:0 8px 20px #4f46e50f;transform:translate(3px)}.cns-task-row.overdue{border-left:4px solid #dc2626}.cns-task-row-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.cns-task-row-status{width:40px;height:40px;min-width:40px;border-radius:11px;display:flex;align-items:center;justify-content:center}.cns-task-row-info{flex:1;min-width:0}.cns-task-row-info strong{display:block;font-size:.92rem;font-weight:800;color:#0f172a;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cns-task-row-info span{display:block;font-size:.78rem;color:#64748b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cns-task-row-middle{display:flex;align-items:center;gap:14px;flex-shrink:0}.cns-task-assignee-mini{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#475569;font-weight:700}.cns-task-avatar-sm{width:22px;height:22px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.58rem;font-weight:900}.cns-task-unassigned-mini{color:#cbd5e1}.cns-task-row-actions{display:flex;gap:6px;flex-shrink:0}.cns-tasks-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cns-tasks-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.cns-tasks-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cns-tasks-empty p{font-size:.85rem;color:#94a3b8;max-width:400px;line-height:1.5;margin:0}.cns-tasks-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 20px #4f46e54d;font-family:inherit}.cns-tasks-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.cns-tasks-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:cns-tasks-spin .8s linear infinite}@keyframes cns-tasks-spin{to{transform:rotate(360deg)}}.cns-task-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:cns-task-fade .18s ease}@keyframes cns-task-fade{0%{opacity:0}to{opacity:1}}.cns-task-modal-content{background:#fff;border-radius:20px;width:100%;max-width:660px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a73;animation:cns-task-slide .25s ease}@keyframes cns-task-slide{0%{opacity:0;transform:translateY(24px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.cns-task-modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.cns-task-modal-head-left{display:flex;align-items:center;gap:14px;flex:1;min-width:0}.cns-task-modal-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cns-task-modal-head-left h2{font-size:1.1rem;font-weight:900;color:#0f172a;margin:3px 0 0;letter-spacing:-.3px;line-height:1.3;word-break:break-word}.cns-task-modal-sub{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.cns-task-modal-close{width:36px;height:36px;border-radius:10px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cns-task-modal-close:hover{background:#e2e8f0;color:#0f172a}.cns-task-modal-body{flex:1;overflow-y:auto;padding:22px 24px;display:flex;flex-direction:column;gap:20px}.cns-task-modal-badges{display:flex;gap:8px;flex-wrap:wrap}.cns-task-status-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800}.cns-task-modal-section{display:flex;flex-direction:column;gap:8px}.cns-task-modal-section label{display:flex;align-items:center;gap:6px;font-size:.72rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.5px}.cns-task-modal-section p{font-size:.88rem;color:#334155;line-height:1.65;margin:0;padding:12px 14px;background:#f8fafc;border-radius:10px;border-left:3px solid #4f46e5;white-space:pre-wrap}.cns-task-modal-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.cns-task-modal-item{display:flex;align-items:center;gap:11px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.cns-task-modal-item-icon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center}.cns-task-modal-item>div:last-child{min-width:0;flex:1}.cns-task-modal-item span{display:block;font-size:.68rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px}.cns-task-modal-item strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-top:2px;word-break:break-word}.cns-task-modal-item small{display:block;font-size:.72rem;color:#64748b;margin-top:2px;word-break:break-word}.cns-task-status-pills{display:flex;gap:8px;flex-wrap:wrap}.cns-task-status-pills button{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:999px;background:#f1f5f9;border:1.5px solid #e2e8f0;color:#475569;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-task-status-pills button:hover{border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.cns-task-status-pills button.active{color:#fff;box-shadow:0 6px 16px #0f172a26}.cns-task-modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #eef1f6;background:#f8fafc;flex-wrap:wrap}.cns-task-modal-btn-ghost{padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-task-modal-btn-ghost:hover{background:#f1f5f9}.cns-task-modal-btn-danger{display:inline-flex;align-items:center;gap:6px;padding:11px 18px;border-radius:10px;background:#fff;color:#dc2626;border:1.5px solid #fecaca;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.cns-task-modal-btn-danger:hover{background:#fef2f2;border-color:#fca5a5}.cns-task-modal-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 6px 18px #4f46e54d;font-family:inherit}.cns-task-modal-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}@media(max-width:1200px){.cns-tasks-stats,.cns-tasks-kanban{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.cns-tasks-form-grid{grid-template-columns:repeat(2,1fr)}.cns-task-row-middle{display:none}}@media(max-width:720px){.cns-tasks-header{padding:18px}.cns-tasks-header-icon{width:46px;height:46px}.cns-tasks-header-left h1{font-size:1.15rem}.cns-tasks-header-actions{width:100%}.cns-tasks-add-btn{flex:1;justify-content:center}.cns-tasks-stats,.cns-tasks-kanban,.cns-tasks-form-grid{grid-template-columns:1fr}.cns-tasks-form-actions{flex-direction:column-reverse}.cns-tasks-form-btn-cancel,.cns-tasks-form-btn-submit{width:100%;justify-content:center}.cns-task-modal-foot{flex-direction:column-reverse}.cns-task-modal-btn-ghost,.cns-task-modal-btn-danger,.cns-task-modal-btn-primary{width:100%;justify-content:center}}.cep-page{display:flex;flex-direction:column;gap:20px;max-width:900px}.cep-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 24px;color:#64748b}.cep-spin{animation:cepSpin 1s linear infinite;color:#4f46e5}@keyframes cepSpin{to{transform:rotate(360deg)}}.cep-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px;position:relative}.cep-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.cep-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cep-header p{font-size:.85rem;color:#64748b;margin:0}.cep-saved{margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding:7px 14px;background:#ecfdf5;color:#16a34a;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid #86efac;animation:cepPill .3s ease}@keyframes cepPill{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.cep-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:12px;font-size:.85rem;font-weight:600}.cep-form{display:flex;flex-direction:column;gap:20px}.cep-avatar-block{display:flex;align-items:center;gap:24px;padding:24px;background:#fff;border:1px solid #eef1f6;border-radius:16px;flex-wrap:wrap}.cep-avatar-wrap{position:relative;flex-shrink:0}.cep-avatar{width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:900;overflow:hidden;border:4px solid #fff;box-shadow:0 8px 24px #4f46e540}.cep-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cep-avatar-upload{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background:#fff;border:2px solid #4f46e5;color:#4f46e5;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s;box-shadow:0 4px 10px #4f46e540}.cep-avatar-upload:hover{background:#4f46e5;color:#fff}.cep-avatar-info{flex:1;min-width:200px}.cep-avatar-info>strong{display:block;font-size:1.15rem;font-weight:800;color:#0f172a;margin-bottom:4px}.cep-avatar-info>span{display:block;font-size:.85rem;color:#64748b;margin-bottom:12px}.cep-avatar-actions{display:flex;gap:8px;flex-wrap:wrap}.cep-avatar-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#475569;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.cep-avatar-btn:hover:not(:disabled){background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.cep-avatar-btn.danger{color:#dc2626;border-color:#fecaca}.cep-avatar-btn.danger:hover{background:#fef2f2}.cep-avatar-btn:disabled{opacity:.5;cursor:not-allowed}.cep-section{padding:20px 22px;background:#fff;border:1px solid #eef1f6;border-radius:16px}.cep-section-title{display:flex;align-items:center;gap:8px;font-size:.78rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.cep-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.cep-field{display:flex;flex-direction:column;gap:6px}.cep-field label{display:flex;align-items:center;gap:5px;font-size:.75rem;font-weight:700;color:#475569}.cep-field label svg{color:#94a3b8}.cep-input{height:44px;padding:0 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;transition:all .15s;width:100%}.cep-input:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.cep-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.cep-textarea{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#f8fafc;outline:none;resize:vertical;transition:all .15s}.cep-textarea:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.cep-char-count{font-size:.7rem;color:#94a3b8;text-align:right;margin-top:4px;font-weight:600}.cep-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:8px}.cep-save-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 28px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 22px #4f46e559}.cep-save-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.cep-save-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}@media(max-width:640px){.cep-header{padding:18px}.cep-header-icon{width:46px;height:46px}.cep-header h1{font-size:1.15rem}.cep-saved{margin-left:0;width:100%;justify-content:center}.cep-avatar-block{padding:18px;flex-direction:column;text-align:center}.cep-avatar-info{text-align:center}.cep-avatar-actions{justify-content:center}.cep-grid{grid-template-columns:1fr}.cep-section{padding:16px}.cep-save-btn{width:100%;justify-content:center}}.cno-page{display:flex;flex-direction:column;gap:20px}.cno-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#fef3c7,#fef9c3,#fffbeb);border:1px solid #fde68a;border-radius:18px;flex-wrap:wrap}.cno-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.cno-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #f59e0b4d}.cno-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.cno-header-left p{font-size:.85rem;color:#92400e;margin:0;max-width:620px;line-height:1.5}.cno-add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;transition:all .15s;box-shadow:0 8px 22px #f59e0b59;white-space:nowrap;font-family:inherit}.cno-add-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #f59e0b73}.cno-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cno-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px}.cno-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.cno-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.cno-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.cno-form{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px;display:flex;flex-direction:column;gap:20px;box-shadow:0 4px 20px #0f172a0a}.cno-form-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.cno-form-head-icon{width:42px;height:42px;border-radius:12px;background:#fef3c7;color:#d97706;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cno-form-head>div:nth-child(2){flex:1}.cno-form-head h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0 0 3px}.cno-form-head p{font-size:.78rem;color:#94a3b8;margin:0}.cno-form-close{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cno-block{background:#fafbfc;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden}.cno-block-head{display:flex;align-items:center;gap:12px;padding:16px 20px;background:linear-gradient(180deg,#fff,#f8fafc);border-bottom:1px solid #eef1f6}.cno-block-num{width:34px;height:34px;min-width:34px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:.9rem;box-shadow:0 4px 12px #4f46e540}.cno-block-head h4{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 2px;display:inline-flex;align-items:center;gap:8px}.cno-block-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.72rem;font-weight:900}.cno-block-head p{font-size:.75rem;color:#94a3b8;margin:0}.cno-block-body{padding:20px;display:flex;flex-direction:column;gap:16px}.cno-field{display:flex;flex-direction:column;gap:7px}.cno-field label{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:800;color:#334155}.cno-field label svg{color:#94a3b8;flex-shrink:0}.cno-input,.cno-select,.cno-textarea{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;font-size:.88rem;font-family:inherit;color:#0f172a;background:#fff;outline:none;transition:all .15s}.cno-select{padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.cno-select-sm{width:auto;min-width:80px;padding:12px 32px 12px 12px}.cno-textarea{resize:vertical;min-height:70px;line-height:1.55}.cno-input:focus,.cno-select:focus,.cno-textarea:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.cno-input-with-select{display:flex;gap:8px}.cno-input-with-select .cno-input{flex:1;min-width:0}.cno-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cno-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.cno-switch-row{display:inline-flex;align-items:center;gap:10px;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cno-switch-row input{display:none}.cno-switch{position:relative;width:40px;height:22px;border-radius:999px;background:#cbd5e1;transition:all .2s;flex-shrink:0}.cno-switch:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 4px #00000026;transition:all .2s}.cno-switch-on{background:linear-gradient(135deg,#16a34a,#15803d)}.cno-switch-on:after{left:calc(100% - 20px)}.cno-switch-label{font-size:.82rem;font-weight:800;color:#334155}.cno-uni-filters{display:grid;grid-template-columns:1fr auto;gap:10px}.cno-uni-search{display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#94a3b8}.cno-uni-search:focus-within{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.cno-uni-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cno-uni-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.cno-uni-country-select{height:46px;padding:0 36px 0 14px;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;font-size:.85rem;font-weight:700;color:#0f172a;font-family:inherit;cursor:pointer;outline:none;min-width:180px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cno-uni-list{display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto;padding:4px}.cno-uni-option{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.cno-uni-option:hover{border-color:#fbbf24;background:#fffbeb;transform:translateY(-1px)}.cno-uni-option-logo{width:44px;height:44px;min-width:44px;border-radius:10px;background:#f1f5f9;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.cno-uni-option-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:5px}.cno-uni-option-info{flex:1;min-width:0}.cno-uni-option-info strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a;margin-bottom:2px}.cno-uni-option-info span{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:#64748b;font-weight:600}.cno-uni-option-progs{padding:5px 12px;background:#eef2ff;color:#4f46e5;font-size:.72rem;font-weight:800;border-radius:999px;white-space:nowrap;flex-shrink:0}.cno-uni-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;background:#fff;border:1.5px dashed #cbd5e1;border-radius:12px;color:#94a3b8;text-align:center}.cno-uni-empty p{font-size:.85rem;margin:0;font-weight:600}.cno-selected-uni{display:flex;align-items:center;gap:14px;padding:16px 18px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1.5px solid #86efac;border-radius:14px}.cno-selected-uni-logo{width:54px;height:54px;min-width:54px;border-radius:12px;background:#fff;border:2px solid #fff;box-shadow:0 4px 12px #16a34a26;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#16a34a;flex-shrink:0}.cno-selected-uni-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.cno-selected-uni-info{flex:1;min-width:0}.cno-selected-uni-info>span{display:block;font-size:.68rem;color:#16a34a;font-weight:800;text-transform:uppercase;letter-spacing:.4px;margin-bottom:3px}.cno-selected-uni-info strong{display:block;font-size:1rem;font-weight:900;color:#14532d;margin-bottom:3px}.cno-selected-uni-info small{display:inline-flex;align-items:center;gap:4px;font-size:.76rem;color:#166534;font-weight:700}.cno-selected-uni-change{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:9px;background:#fff;border:1.5px solid #86efac;color:#16a34a;font-size:.78rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;flex-shrink:0}.cno-selected-uni-change:hover{background:#16a34a;color:#fff;border-color:#16a34a}.cno-bulk-actions{display:flex;gap:8px;flex-wrap:wrap}.cno-bulk-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.78rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cno-bulk-btn:hover:not(:disabled){background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.cno-bulk-btn:disabled{opacity:.5;cursor:not-allowed}.cno-programs-select{display:flex;flex-direction:column;gap:8px;max-height:380px;overflow-y:auto;padding:4px}.cno-prog-checkbox{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.cno-prog-checkbox:hover{border-color:#fbbf24;background:#fffbeb}.cno-prog-checkbox.checked{border-color:#16a34a;background:linear-gradient(135deg,#f0fdf4,#dcfce7);box-shadow:0 4px 12px #16a34a1a}.cno-prog-check{width:22px;height:22px;min-width:22px;display:flex;align-items:center;justify-content:center;color:#94a3b8;flex-shrink:0;margin-top:1px}.cno-prog-checkbox.checked .cno-prog-check{color:#16a34a}.cno-prog-checkbox-info{flex:1;min-width:0}.cno-prog-checkbox-info strong{display:block;font-size:.88rem;font-weight:800;color:#0f172a;margin-bottom:3px;line-height:1.35}.cno-prog-checkbox-info>span{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:#64748b;font-weight:600;margin-bottom:6px}.cno-prog-checkbox-meta{display:flex;flex-wrap:wrap;gap:6px}.cno-prog-checkbox-meta span{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;background:#f1f5f9;border-radius:999px;font-size:.68rem;font-weight:700;color:#475569}.cno-selected-config{margin-top:6px;padding:16px;background:#fff;border:1.5px dashed #c7d2fe;border-radius:14px}.cno-config-head{margin-bottom:12px}.cno-config-head h5{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:800;color:#4f46e5;margin:0 0 4px}.cno-config-head p{font-size:.76rem;color:#94a3b8;margin:0}.cno-config-list{display:flex;flex-direction:column;gap:10px}.cno-config-item{padding:14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.cno-config-item-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.cno-config-item-head>div{flex:1;min-width:0}.cno-config-item-head strong{display:block;font-size:.86rem;font-weight:800;color:#0f172a;margin-bottom:2px}.cno-config-item-head span{font-size:.72rem;color:#64748b;font-weight:600}.cno-levels-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.cno-level-item{background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;overflow:hidden}.cno-level-item:hover{border-color:#c7d2fe}.cno-level-head{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background .15s}.cno-level-head:hover{background:#f8fafc}.cno-level-dot{width:8px;height:8px;min-width:8px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 0 0 3px #4f46e526}.cno-level-head strong{font-size:.84rem;font-weight:800;color:#0f172a;white-space:nowrap}.cno-level-chips{display:flex;flex-wrap:wrap;gap:4px;flex:1}.cno-level-chip{display:inline-flex;align-items:center;gap:3px;padding:3px 8px;border-radius:999px;font-size:.65rem;font-weight:700}.cno-level-chip.blue{background:#eff6ff;color:#2563eb}.cno-level-chip.green{background:#ecfdf5;color:#15803d}.cno-level-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.cno-level-remove{width:26px;height:26px;border-radius:7px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;cursor:pointer;display:flex;align-items:center;justify-content:center}.cno-level-remove:hover{background:#dc2626;color:#fff;border-color:#dc2626}.cno-level-body{padding:12px;background:#f8fafc;border-top:1px solid #eef1f6;display:flex;flex-direction:column;gap:10px}.cno-add-level-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px;background:#fff;border:1.5px dashed #c7d2fe;border-radius:9px;color:#4f46e5;font-size:.78rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cno-add-level-btn:hover{background:#eef2ff;border-color:#4f46e5}.cno-theme-presets{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.cno-theme-preset{display:flex;align-items:center;gap:10px;padding:11px 14px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;cursor:pointer;transition:all .15s;font-family:inherit;font-size:.78rem;font-weight:800;color:#334155}.cno-theme-preset:hover{border-color:#fbbf24}.cno-theme-preset.active{border-color:#f59e0b;background:linear-gradient(135deg,#fef3c7,#fde68a);box-shadow:0 4px 14px #f59e0b33}.cno-theme-swatch{width:24px;height:24px;border-radius:7px;flex-shrink:0;box-shadow:inset 0 0 0 2px #fff9}.cno-theme-label{flex:1}.cno-form-actions{display:flex;justify-content:flex-end;gap:10px;padding-top:14px;border-top:1px solid #f1f5f9}.cno-btn-cancel{padding:12px 22px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.85rem;font-weight:800;cursor:pointer;font-family:inherit}.cno-btn-cancel:hover{background:#f1f5f9}.cno-btn-submit{display:inline-flex;align-items:center;gap:8px;padding:12px 26px;border-radius:10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;box-shadow:0 8px 22px #f59e0b59;font-family:inherit;transition:all .15s}.cno-btn-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 28px #f59e0b73}.cno-btn-submit:disabled{opacity:.6;cursor:not-allowed}.cno-search{display:flex;align-items:center;gap:10px;padding:0 16px;height:48px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.cno-search:focus-within{border-color:#fbbf24;box-shadow:0 0 0 3px #f59e0b1a}.cno-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.cno-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.cno-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:18px}.cno-card{position:relative;background:#fff;border:1px solid #eef1f6;border-radius:18px;display:flex;flex-direction:column;overflow:hidden;transition:all .2s ease;box-shadow:0 2px 10px #0f172a0a}.cno-card:hover{border-color:#c7d2fe;box-shadow:0 12px 32px #0f172a1a;transform:translateY(-3px)}.cno-card.inactive{opacity:.6}.cno-card-strip{height:4px;width:100%;flex-shrink:0}.cno-card-head{display:flex;align-items:flex-start;gap:12px;padding:16px 18px 12px}.cno-card-uni-logo{width:46px;height:46px;min-width:46px;border-radius:11px;background:#f1f5f9;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1px solid #e2e8f0}.cno-card-uni-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:5px}.cno-card-head-info{flex:1;min-width:0;padding-top:2px}.cno-card-title-row{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap;margin-bottom:4px}.cno-card-title-row h3{font-size:.98rem;font-weight:900;color:#0f172a;margin:0;line-height:1.3;letter-spacing:-.2px}.cno-card-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;color:#fff;font-size:.66rem;font-weight:900;letter-spacing:.2px;white-space:nowrap;flex-shrink:0}.cno-card-uni-location{display:inline-flex;align-items:center;gap:4px;font-size:.74rem;color:#64748b;font-weight:600}.cno-card-uni-location svg{color:#94a3b8}.cno-card-actions{display:flex;gap:4px;flex-shrink:0;opacity:.5;transition:opacity .15s}.cno-card:hover .cno-card-actions{opacity:1}.cno-icon-btn{width:30px;height:30px;border-radius:8px;background:#f8fafc;border:1px solid #eef1f6;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.cno-icon-btn:hover{background:#eef2ff;color:#4f46e5;border-color:#c7d2fe}.cno-icon-btn.danger:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.cno-card-campaign{padding:0 18px 10px;display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.cno-card-campaign-label{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px}.cno-card-campaign-title{font-size:.85rem;font-weight:800;color:#4f46e5}.cno-card-desc{padding:0 18px 12px;font-size:.8rem;color:#64748b;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cno-card-programs{padding:0 18px 12px;display:flex;flex-direction:column;gap:10px}.cno-card-programs-head{display:flex;align-items:center;gap:6px;font-size:.7rem;font-weight:800;color:#4f46e5;text-transform:uppercase;letter-spacing:.4px}.cno-card-programs-list{display:flex;flex-direction:column;gap:6px}.cno-prog-row{display:flex;align-items:center;gap:10px;padding:9px 12px;background:#f8fafc;border:1px solid #eef1f6;border-radius:10px}.cno-prog-row:hover{background:#fff;border-color:#c7d2fe}.cno-prog-row-icon{width:28px;height:28px;min-width:28px;border-radius:8px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cno-prog-row-info{flex:1;min-width:0}.cno-prog-row-info strong{display:block;font-size:.78rem;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:1px}.cno-prog-row-info span{display:block;font-size:.68rem;color:#64748b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cno-prog-row-levels{padding:3px 9px;background:#eef2ff;color:#4f46e5;font-size:.68rem;font-weight:800;border-radius:999px;white-space:nowrap;flex-shrink:0}.cno-prog-row-more{padding:7px 12px;text-align:center;font-size:.7rem;font-weight:800;color:#4f46e5;background:#eef2ff;border-radius:9px;border:1px dashed #c7d2fe}.cno-card-features{padding:0 18px 14px;display:flex;flex-wrap:wrap;gap:5px}.cno-feature-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 9px;border-radius:999px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:.7rem;font-weight:700}.cno-feature-chip svg{color:#16a34a;flex-shrink:0}.cno-feature-chip.more{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5;font-weight:900}.cno-card-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 18px;margin-top:auto;background:#f8fafc;border-top:1px solid #eef1f6}.cno-toggle{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cno-toggle input{display:none}.cno-toggle-pill{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;border-radius:999px;font-size:.7rem;font-weight:800;letter-spacing:.2px}.cno-toggle-pill.on{background:#ecfdf5;color:#15803d;border:1px solid #86efac}.cno-toggle-pill.off{background:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.cno-card-valid-until{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:#64748b;font-weight:700;padding:4px 9px;background:#fff;border:1px solid #e2e8f0;border-radius:999px}.cno-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.cno-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#fef3c7,#fef9c3);color:#d97706;display:flex;align-items:center;justify-content:center}.cno-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.cno-empty p{font-size:.85rem;color:#94a3b8;max-width:460px;line-height:1.5;margin:0}.cno-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;box-shadow:0 8px 20px #f59e0b4d;font-family:inherit}.cno-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#f59e0b;border-radius:50%;animation:cnoSpin .8s linear infinite}@keyframes cnoSpin{to{transform:rotate(360deg)}}@media(max-width:900px){.cno-stats,.cno-grid-2,.cno-grid-3,.cno-uni-filters{grid-template-columns:1fr}.cno-header{padding:18px}.cno-add-btn{width:100%;justify-content:center}.cno-form{padding:18px}.cno-form-actions{flex-direction:column-reverse}.cno-btn-cancel,.cno-btn-submit{width:100%;justify-content:center}.cno-grid{grid-template-columns:1fr}}.cno-ai-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;font-size:.78rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;box-shadow:0 6px 16px #7c3aed4d;margin-left:auto;margin-right:8px}.cno-ai-btn:hover{transform:translateY(-1px)}.cno-ai-fallback{font-size:.62rem;background:#ffffff40;padding:2px 6px;border-radius:999px;font-weight:700}.cno-ai-panel{display:flex;align-items:center;gap:16px;padding:18px 22px;background:linear-gradient(135deg,#f5f3ff,#ede9fe,#faf5ff);border:1.5px solid #c7d2fe;border-radius:16px;flex-wrap:wrap}.cno-ai-panel-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #7c3aed59}.cno-ai-panel-body{flex:1;min-width:200px}.cno-ai-panel-body strong{display:block;font-size:.95rem;font-weight:900;color:#4c1d95;margin-bottom:3px;letter-spacing:-.2px}.cno-ai-panel-body p{font-size:.8rem;color:#6d28d9;margin:0;line-height:1.5}.cno-ai-generate-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;font-size:.88rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .18s;box-shadow:0 8px 22px #7c3aed66;white-space:nowrap}.cno-ai-generate-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px #7c3aed80}.cno-ai-fallback{font-size:.62rem;background:#ffffff40;padding:2px 6px;border-radius:999px;font-weight:700;margin-left:4px}.cno-ai-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:cno-ai-fade .2s ease}@keyframes cno-ai-fade{0%{opacity:0}to{opacity:1}}.cno-ai-modal{background:#fff;border-radius:20px;width:100%;max-width:720px;max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a80;animation:cno-ai-slide .3s cubic-bezier(.34,1.56,.64,1)}@keyframes cno-ai-slide{0%{opacity:0;transform:translateY(30px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.cno-ai-modal-head{display:flex;align-items:center;gap:14px;padding:20px 24px;background:linear-gradient(135deg,#f5f3ff,#ede9fe,#faf5ff);border-bottom:1px solid #c7d2fe}.cno-ai-modal-icon{width:48px;height:48px;min-width:48px;border-radius:14px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px #7c3aed59}.cno-ai-modal-head h2{font-size:1.1rem;font-weight:900;color:#4c1d95;margin:0 0 3px;letter-spacing:-.3px}.cno-ai-modal-head p{font-size:.78rem;color:#6d28d9;margin:0;font-weight:600}.cno-ai-modal-close{margin-left:auto;width:34px;height:34px;border-radius:10px;background:#ffffffb3;color:#4c1d95;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cno-ai-modal-close:hover:not(:disabled){background:#fff;transform:rotate(90deg)}.cno-ai-modal-close:disabled{opacity:.5;cursor:not-allowed}.cno-ai-modal-body{flex:1;overflow-y:auto;padding:24px;background:#fafbfc}.cno-ai-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;text-align:center}.cno-ai-loading-spinner{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#f5f3ff,#ede9fe);color:#7c3aed;display:flex;align-items:center;justify-content:center;animation:cno-ai-pulse 1.5s ease infinite}@keyframes cno-ai-pulse{0%,to{transform:scale(1);box-shadow:0 0 #7c3aed66}50%{transform:scale(1.05);box-shadow:0 0 0 20px #7c3aed00}}.cno-ai-loading strong{font-size:1.05rem;font-weight:800;color:#4c1d95}.cno-ai-loading p{font-size:.82rem;color:#6d28d9;margin:0;max-width:320px;line-height:1.5}.cno-ai-error{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626}.cno-ai-error strong{display:block;font-size:.88rem;font-weight:800;margin-bottom:4px}.cno-ai-error p{font-size:.8rem;margin:0;line-height:1.5}.cno-ai-result{display:flex;flex-direction:column;gap:14px}.cno-ai-result-block{background:#fff;border:1px solid #eef1f6;border-radius:14px;padding:16px 18px}.cno-ai-result-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.cno-ai-result-head span{font-size:.78rem;font-weight:800;color:#7c3aed;text-transform:uppercase;letter-spacing:.4px}.cno-ai-result-head button{width:26px;height:26px;border-radius:7px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cno-ai-result-head button:hover{background:#eef2ff;color:#4f46e5}.cno-ai-result-content{font-size:.92rem;color:#0f172a;line-height:1.6;padding:12px 14px;background:#f8fafc;border-radius:10px;margin-bottom:10px;font-weight:600;word-break:break-word}.cno-ai-features-list{list-style:none;padding:0;margin:0 0 10px;display:flex;flex-direction:column;gap:6px}.cno-ai-features-list li{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#f0fdf4;border-radius:8px;font-size:.84rem;color:#166534;font-weight:700}.cno-ai-features-list li svg{color:#16a34a;flex-shrink:0}.cno-ai-badge-preview{display:inline-block;padding:10px 18px;border-radius:999px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.88rem;font-weight:900;margin-bottom:10px;box-shadow:0 6px 16px #f59e0b59}.cno-ai-apply-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border-radius:8px;background:#eef2ff;color:#4f46e5;border:none;font-size:.75rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cno-ai-apply-btn:hover{background:#4f46e5;color:#fff}.cno-ai-modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;background:#fff;border-top:1px solid #eef1f6;flex-shrink:0}.cno-ai-btn-ghost{display:inline-flex;align-items:center;gap:6px;padding:11px 20px;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.cno-ai-btn-ghost:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5}.cno-ai-btn-primary{display:inline-flex;align-items:center;gap:6px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 8px 22px #7c3aed59;transition:all .15s}.cno-ai-btn-primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #7c3aed73}@media(max-width:640px){.cno-ai-modal{border-radius:16px;max-height:94vh}.cno-ai-modal-head{padding:16px 18px}.cno-ai-modal-body{padding:16px}.cno-ai-modal-foot{padding:12px 16px;flex-direction:column-reverse}.cno-ai-btn-ghost,.cno-ai-btn-primary{width:100%;justify-content:center}.cno-ai-panel{flex-direction:column;align-items:flex-start}.cno-ai-generate-btn{width:100%;justify-content:center}}.cno-prog-row-levels{display:flex;flex-wrap:wrap;gap:4px;justify-content:flex-end;max-width:200px}.cno-degree-tag{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.66rem;font-weight:800;white-space:nowrap;border:1px solid #c7d2fe}.nset-page{display:flex;flex-direction:column;gap:20px;padding:4px;max-width:900px}.nset-loading{display:flex;align-items:center;gap:10px;padding:40px;color:#64748b}.spin{animation:spin 1s linear infinite}.nset-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px}.nset-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px #4f46e54d}.nset-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px}.nset-header p{font-size:.85rem;color:#64748b;margin:0}.nset-saved{margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#ecfdf5;color:#16a34a;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid #86efac}.nset-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:22px}.nset-card h2{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 6px}.nset-card h2 svg{color:#4f46e5}.nset-desc{font-size:.8rem;color:#64748b;margin:0 0 16px}.nset-channels{display:grid;grid-template-columns:1fr 1fr;gap:10px}.nset-channel{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s}.nset-channel:hover{border-color:#c7d2fe;background:#f8faff}.nset-channel.active{border-color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#f5f3ff)}.nset-channel input{display:none}.nset-channel-icon{width:40px;height:40px;min-width:40px;border-radius:10px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.nset-channel.active .nset-channel-icon{background:#4f46e5;color:#fff;border-color:#4f46e5}.nset-channel-info{flex:1;min-width:0}.nset-channel-info strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.nset-channel-info span{display:block;font-size:.72rem;color:#64748b;margin-top:2px}.nset-channel-toggle{font-size:1.1rem}.nset-telegram{background:linear-gradient(180deg,#fff,#f8fafc)}.nset-connected{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#ecfdf5;border:1px solid #86efac;border-radius:12px}.nset-connected strong{display:block;font-size:.85rem;color:#166534;font-weight:800}.nset-connected span{display:block;font-size:.72rem;color:#16a34a;margin-top:2px}.nset-connected>div:nth-child(2){flex:1}.nset-tg-pending{padding:18px;background:#fffbeb;border:1px solid #fde68a;border-radius:12px}.nset-tg-pending p{font-size:.85rem;color:#78350f;margin:8px 0 10px}.nset-tg-code{display:inline-block;padding:10px 20px;font-family:Monaco,monospace;font-size:1.4rem;letter-spacing:4px;font-weight:900;background:#fff;border:2px dashed #f59e0b;color:#92400e;border-radius:10px;margin:8px 0}.nset-tg-steps{margin:12px 0;padding-left:20px;font-size:.8rem;color:#78350f;line-height:1.7}.nset-tg-steps code{background:#fff;padding:2px 6px;border-radius:4px;border:1px solid #fde68a}.nset-btn-primary{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:10px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;box-shadow:0 6px 18px #4f46e54d;text-decoration:none}.nset-btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.nset-btn-ghost{padding:8px 14px;border-radius:8px;background:#fff;color:#dc2626;border:1.5px solid #fecaca;font-size:.76rem;font-weight:800;cursor:pointer;font-family:inherit}.nset-btn-ghost:hover{background:#fef2f2}.nset-events{display:flex;flex-direction:column;gap:8px}.nset-event{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .15s}.nset-event:hover{border-color:#c7d2fe;background:#f8faff}.nset-event.active{border-color:#4f46e5;background:linear-gradient(135deg,#eef2ff,#f5f3ff)}.nset-event input{width:18px;height:18px;accent-color:#4f46e5;cursor:pointer}.nset-event strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800}.nset-event span{display:block;font-size:.72rem;color:#64748b;margin-top:2px}@media(max-width:640px){.nset-channels{grid-template-columns:1fr}}.ss-page{display:flex;flex-direction:column;gap:18px;max-width:900px}.ss-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px;position:relative}.ss-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.ss-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.ss-header p{font-size:.85rem;color:#64748b;margin:0}.ss-saved-pill{margin-left:auto;display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#ecfdf5;color:#16a34a;border-radius:999px;font-size:.75rem;font-weight:800;border:1px solid #86efac;animation:ssPillPop .3s ease}@keyframes ssPillPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.ss-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:20px 22px}.ss-card-head{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.ss-card-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ss-card-head h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 3px}.ss-card-head p{font-size:.78rem;color:#94a3b8;margin:0}.ss-langs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.ss-lang{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#334155;font-size:.85rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit}.ss-lang:hover{border-color:#c7d2fe;background:#f8faff}.ss-lang.active{background:#eef2ff;border-color:#4f46e5;color:#4f46e5}.ss-lang-flag{font-size:1.2rem;line-height:1}.ss-lang>span:nth-child(2){flex:1;text-align:left}.ss-toggles{display:flex;flex-direction:column;gap:10px}.ss-toggle-row{display:flex;align-items:center;gap:14px;padding:12px 14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;transition:all .15s}.ss-toggle-row:hover{background:#fff;border-color:#c7d2fe}.ss-toggle-icon{width:36px;height:36px;border-radius:10px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e2e8f0}.ss-toggle-body{flex:1;min-width:0}.ss-toggle-body strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:3px}.ss-toggle-body span{display:block;font-size:.74rem;color:#94a3b8}.ss-toggle{position:relative;width:46px;height:26px;border-radius:999px;border:none;cursor:pointer;transition:all .2s;padding:0;flex-shrink:0}.ss-toggle.off{background:#cbd5e1}.ss-toggle.on{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 12px #4f46e54d}.ss-toggle-knob{position:absolute;top:3px;width:20px;height:20px;border-radius:50%;background:#fff;transition:all .2s;box-shadow:0 2px 4px #00000026}.ss-toggle.off .ss-toggle-knob{left:3px}.ss-toggle.on .ss-toggle-knob{left:calc(100% - 23px)}.ss-actions{display:flex;gap:10px;flex-wrap:wrap}.ss-action-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 18px;border-radius:11px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.ss-action-btn:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5}.ss-action-btn-danger{color:#dc2626;border-color:#fecaca}.ss-action-btn-danger:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.ss-card-logout{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(180deg,#fef2f2,#fff);border-color:#fecaca;flex-wrap:wrap}.ss-logout-content{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:240px}.ss-logout-content h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 3px}.ss-logout-content p{font-size:.78rem;color:#64748b;margin:0;line-height:1.5}.ss-logout-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:11px;background:#dc2626;color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 20px #dc26264d}.ss-logout-btn:hover{background:#b91c1c;transform:translateY(-1px)}@media(max-width:640px){.ss-card-logout{flex-direction:column;align-items:stretch}.ss-logout-btn{justify-content:center}}.sapp-page{display:flex;flex-direction:column;gap:20px}.sapp-header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff,#faf5ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.sapp-header-left{display:flex;align-items:center;gap:16px;flex:1;min-width:260px}.sapp-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.sapp-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.sapp-header p{font-size:.85rem;color:#64748b;margin:0}.sapp-header-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:.88rem;font-weight:800;transition:all .15s;box-shadow:0 8px 22px #4f46e559;white-space:nowrap}.sapp-header-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #4f46e573}.sapp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.sapp-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.sapp-stat:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a0f}.sapp-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.sapp-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.sapp-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.sapp-toolbar{display:flex;gap:10px;flex-wrap:wrap}.sapp-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.sapp-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.sapp-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.sapp-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.sapp-search-clear:hover{background:#e2e8f0}.sapp-filter-group{display:flex;align-items:center;gap:8px;padding:0 14px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#64748b}.sapp-filter-group select{border:none;background:transparent;outline:none;font-size:.85rem;color:#0f172a;font-weight:700;cursor:pointer;font-family:inherit;padding-right:6px}.sapp-list{display:flex;flex-direction:column;gap:12px}.sapp-card{background:#fff;border:1.5px solid #eef1f6;border-radius:16px;overflow:hidden;transition:all .2s}.sapp-card:hover{border-color:#c7d2fe;box-shadow:0 8px 24px #4f46e50f}.sapp-card.open{border-color:#a5b4fc;box-shadow:0 14px 40px #4f46e51a}.sapp-card-head{display:flex;align-items:center;gap:16px;padding:18px 20px;cursor:pointer;transition:background .15s}.sapp-card-head:hover{background:#f8faff}.sapp-card-logo{width:54px;height:54px;min-width:54px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;border:1px solid #e2e8f0}.sapp-card-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:8px}.sapp-card-main{flex:1;min-width:0}.sapp-card-title-row{display:flex;align-items:center;gap:12px;margin-bottom:6px;flex-wrap:wrap}.sapp-card-title-row h3{font-size:1rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.2px}.sapp-status-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:999px;font-size:.72rem;font-weight:800;white-space:nowrap}.sapp-card-meta{display:flex;gap:16px;flex-wrap:wrap}.sapp-card-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;color:#64748b;font-weight:600}.sapp-card-meta span svg{color:#94a3b8}.sapp-card-right{flex-shrink:0}.sapp-toggle-btn{width:38px;height:38px;border-radius:10px;background:#f1f5f9;border:none;color:#475569;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s}.sapp-toggle-btn:hover{background:#e0e7ff;color:#4f46e5}.sapp-card-status-hint{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:.78rem;font-weight:700;border-top:1px solid rgba(0,0,0,.04)}.sapp-card-body{padding:20px;background:linear-gradient(180deg,#f8faff,#fff);border-top:1px solid #eef1f6;display:flex;flex-direction:column;gap:18px;animation:sappSlide .25s ease}@keyframes sappSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.sapp-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.sapp-detail{display:flex;align-items:center;gap:11px;padding:13px 14px;background:#fff;border:1px solid #eef1f6;border-radius:12px}.sapp-detail-icon{width:38px;height:38px;min-width:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sapp-detail>div:last-child{min-width:0;flex:1}.sapp-detail span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.sapp-detail strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800;margin-top:2px;word-break:break-word}.sapp-detail small{display:block;font-size:.7rem;color:#64748b;margin-top:2px}.sapp-consultant{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #e0e7ff;border-radius:12px}.sapp-consultant-icon{width:42px;height:42px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sapp-consultant-info{flex:1;min-width:0}.sapp-consultant-info span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.sapp-consultant-info strong{display:block;font-size:.88rem;color:#0f172a;font-weight:800;margin-top:2px}.sapp-consultant-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;background:#eef2ff;color:#4f46e5;text-decoration:none;font-size:.78rem;font-weight:800;transition:all .15s;white-space:nowrap}.sapp-consultant-btn:hover{background:#e0e7ff}.sapp-docs-section{padding:14px;background:#fff;border:1px solid #eef1f6;border-radius:12px}.sapp-docs-head{display:flex;align-items:center;gap:9px;margin-bottom:12px;color:#4f46e5}.sapp-docs-head strong{font-size:.85rem;color:#0f172a;font-weight:800;flex:1}.sapp-docs-progress{padding:3px 10px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.68rem;font-weight:800}.sapp-docs-empty{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:10px;color:#94a3b8}.sapp-docs-empty p{margin:0;font-size:.82rem;font-weight:600}.sapp-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px}.sapp-doc-card{position:relative;display:flex;align-items:center;gap:10px;padding:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left}.sapp-doc-card:hover{background:#fff;border-color:#c7d2fe;transform:translateY(-2px);box-shadow:0 6px 16px #4f46e514}.sapp-doc-thumb{width:40px;height:40px;min-width:40px;border-radius:9px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#4f46e5;flex-shrink:0}.sapp-doc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sapp-doc-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:900}.sapp-doc-info{flex:1;min-width:0}.sapp-doc-info strong{display:block;font-size:.78rem;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sapp-doc-info span{display:block;font-size:.68rem;color:#94a3b8;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sapp-doc-badge{position:absolute;top:6px;right:6px;padding:2px 7px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.58rem;font-weight:900;border:1px solid #86efac;text-transform:uppercase;letter-spacing:.3px}.sapp-actions{display:flex;gap:10px;flex-wrap:wrap}.sapp-action-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 16px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;text-decoration:none;font-size:.8rem;font-weight:800;transition:all .15s;font-family:inherit;cursor:pointer}.sapp-action-btn:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5;transform:translateY(-1px)}.sapp-action-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border-color:#4f46e5;box-shadow:0 6px 16px #4f46e540}.sapp-action-btn-primary:hover{background:linear-gradient(135deg,#4338ca,#6d28d9);color:#fff;box-shadow:0 10px 22px #4f46e559}.sapp-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:72px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:20px;text-align:center}.sapp-empty-icon{width:84px;height:84px;border-radius:24px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.sapp-empty h3{font-size:1.1rem;font-weight:800;color:#334155;margin:0}.sapp-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px;line-height:1.5}.sapp-empty-btn{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:12px 24px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:.85rem;font-weight:800;transition:all .15s;box-shadow:0 8px 20px #4f46e54d}.sapp-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.sapp-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:sappSpin .8s linear infinite}@keyframes sappSpin{to{transform:rotate(360deg)}}.sapp-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:sappFade .18s ease}@keyframes sappFade{0%{opacity:0}to{opacity:1}}.sapp-modal-content{background:#fff;border-radius:16px;width:min(900px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a66}.sapp-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 20px;border-bottom:1px solid #eef1f6}.sapp-modal-head strong{display:block;font-size:.95rem;color:#0f172a;font-weight:800}.sapp-modal-head span{display:block;font-size:.78rem;color:#94a3b8;margin-top:2px}.sapp-modal-close,.sapp-modal-download{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;text-decoration:none}.sapp-modal-close:hover{background:#fee2e2;color:#dc2626}.sapp-modal-download:hover{background:#eef2ff;color:#4f46e5}.sapp-modal-body{flex:1;overflow:auto;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px}.sapp-modal-body img{max-width:100%;max-height:75vh;border-radius:10px;box-shadow:0 10px 30px #0f172a26}.sapp-modal-body iframe{width:100%;height:75vh;border:none;border-radius:10px;background:#fff}.sapp-modal-nofile{text-align:center;color:#64748b;padding:40px}.sapp-modal-nofile p{margin:12px 0 16px}.sapp-modal-download-link{display:inline-block;padding:10px 20px;background:#4f46e5;color:#fff;border-radius:10px;font-weight:800;text-decoration:none;font-size:.85rem}@media(max-width:900px){.sapp-detail-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.sapp-header{padding:18px}.sapp-header-icon{width:46px;height:46px}.sapp-header h1{font-size:1.15rem}.sapp-header-btn{width:100%;justify-content:center}.sapp-stats{grid-template-columns:repeat(2,1fr)}.sapp-toolbar{flex-direction:column}.sapp-filter-group{width:100%}.sapp-card-head{padding:14px;gap:12px}.sapp-card-logo{width:46px;height:46px;min-width:46px}.sapp-card-title-row h3{font-size:.9rem}.sapp-detail-grid,.sapp-docs-grid{grid-template-columns:1fr}.sapp-actions{flex-direction:column}.sapp-action-btn{width:100%;justify-content:center}}.sapp-payment-alert-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;font-size:.68rem;font-weight:900;border:1px solid #fbbf24;white-space:nowrap;animation:sappPulse 2s infinite}@keyframes sappPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.sapp-payments-section{padding:14px;background:linear-gradient(180deg,#fffbeb,#fff);border:1.5px solid #fde68a;border-radius:12px}.sapp-payments-head{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#d97706}.sapp-payments-head strong{flex:1;font-size:.85rem;color:#0f172a;font-weight:800}.sapp-payments-count{padding:3px 10px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.68rem;font-weight:900}.sapp-payments-list{display:flex;flex-direction:column;gap:8px}.sapp-payment-card{position:relative;display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.sapp-payment-card:hover{border-color:#fbbf24;box-shadow:0 8px 20px #f59e0b1f;transform:translateY(-2px)}.sapp-payment-card-urgent{border-color:#fbbf24;background:linear-gradient(180deg,#fffbeb,#fff);box-shadow:0 4px 14px #fbbf2426}.sapp-payment-card-icon{width:44px;height:44px;min-width:44px;border-radius:11px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.sapp-payment-card-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.sapp-payment-card-info strong{font-size:.95rem;font-weight:900;color:#0f172a}.sapp-payment-card-info span{font-size:.74rem;color:#475569;font-weight:700}.sapp-payment-card-info small{font-size:.7rem;font-weight:800;margin-top:2px}.sapp-payment-card-badge{padding:4px 10px;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.65rem;font-weight:900;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.sapp-payment-card>svg{color:#94a3b8;flex-shrink:0}.apply-page{display:flex;flex-direction:column;gap:22px}.apply-page-header h1{font-size:1.7rem;font-weight:800;color:#0f172a;letter-spacing:-.4px;margin-bottom:4px}.apply-page-header p{font-size:.88rem;color:#64748b}.apply-steps{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:22px 26px;gap:8px}.apply-step{display:flex;align-items:center;gap:12px;flex:1;position:relative}.apply-step-circle{width:38px;height:38px;min-width:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;background:#f1f5f9;color:#94a3b8;transition:.2s}.apply-step-circle.completed{background:#4f46e5;color:#fff}.apply-step-text{display:flex;flex-direction:column;gap:2px}.apply-step-text strong{font-size:.85rem;color:#0f172a;font-weight:700}.apply-step-text span{font-size:.7rem;color:#94a3b8}.apply-step-line{flex:1;height:2px;background:#eef1f6;margin:0 6px;border-radius:2px}.apply-step-line.completed{background:#4f46e5}.apply-layout{display:grid;grid-template-columns:1fr 380px;gap:22px;align-items:start}@media(max-width:1200px){.apply-layout{grid-template-columns:1fr}}.apply-main{display:flex;flex-direction:column;gap:20px}.apply-card{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:24px}.apply-card-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.apply-card-icon{width:42px;height:42px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.apply-card-head h2{font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:3px}.apply-card-head p{font-size:.82rem;color:#64748b}.apply-search-row{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.apply-search{flex:1;min-width:200px;display:flex;align-items:center;gap:10px;height:44px;padding:0 14px;border-radius:11px;background:#f8fafc;border:1px solid #eef1f6;color:#94a3b8}.apply-search.full{width:100%;margin-bottom:16px}.apply-search input{flex:1;border:none;outline:none;background:transparent;font-size:.88rem;color:#0f172a;font-family:inherit}.apply-select{height:44px;padding:0 14px;border-radius:11px;border:1px solid #eef1f6;background:#f8fafc;font-size:.85rem;color:#334155;font-family:inherit;cursor:pointer;min-width:160px}.apply-filter-btn{height:44px;padding:0 18px;border-radius:11px;background:#fff;border:1px solid #eef1f6;color:#4f46e5;font-size:.85rem;font-weight:700;display:flex;align-items:center;gap:8px;cursor:pointer}.apply-filter-btn:hover{background:#eef2ff}.uni-list{display:flex;flex-direction:column;gap:12px}.uni-card{display:flex;align-items:center;gap:16px;padding:18px;border:1.5px solid #eef1f6;border-radius:16px;background:#fff;cursor:pointer;transition:.18s;position:relative}.uni-card:hover{border-color:#c7d2fe;background:#fafbff;box-shadow:0 10px 24px #4f46e50f}.uni-card.selected{border-color:#4f46e5;background:#f5f4ff;box-shadow:0 10px 28px #4f46e51f}.uni-logo{width:60px;height:60px;min-width:60px;border-radius:14px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#4f46e5;overflow:hidden;flex-shrink:0}.uni-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uni-info{flex:1;min-width:0}.uni-title-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;flex-wrap:wrap}.uni-title-row h3{font-size:1rem;font-weight:800;color:#0f172a}.uni-selected-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;background:#4f46e5;color:#fff;font-size:.7rem;font-weight:700}.uni-applied-badge{padding:3px 10px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.7rem;font-weight:700}.uni-location{display:flex;align-items:center;gap:5px;font-size:.78rem;color:#64748b;margin-bottom:8px}.uni-desc{font-size:.82rem;color:#64748b;line-height:1.55;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.uni-stats{display:flex;gap:16px;margin-top:6px}.uni-stats span{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#64748b;font-weight:600}.uni-arrow{color:#94a3b8;flex-shrink:0}.uni-card-arrow{margin-left:auto;display:inline-flex;align-items:center;gap:4px;padding:8px 10px;border-radius:10px;background:#f8fafc;border:1px solid #eef1f6;color:#4f46e5;cursor:pointer;transition:.18s;flex-shrink:0;align-self:center}.uni-card-arrow:hover,.uni-card.selected .uni-card-arrow{background:#4f46e5;color:#fff;border-color:#4f46e5}.faculty-list{display:flex;flex-direction:column;gap:14px}.faculty-block{background:#f8fafc;border:1px solid #eef1f6;border-radius:14px;padding:16px}.faculty-title{display:flex;align-items:center;gap:8px;font-size:.88rem;font-weight:800;color:#0f172a;margin-bottom:12px}.faculty-count{margin-left:auto;font-size:.7rem;font-weight:700;color:#4f46e5;background:#eef2ff;padding:3px 9px;border-radius:999px}.program-list{display:flex;flex-direction:column;gap:10px}.program-card{background:#fff;border:1.5px solid #eef1f6;border-radius:12px;padding:14px 16px;cursor:pointer;transition:.18s}.program-card:hover{border-color:#c7d2fe;box-shadow:0 6px 18px #4f46e50f}.program-card.selected{border-color:#4f46e5;background:#f5f4ff}.program-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.program-title{display:flex;align-items:center;gap:8px}.program-head strong{font-size:.9rem;color:#0f172a;margin-right:8px}.program-degree{display:inline-block;padding:2px 8px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.68rem;font-weight:700}.program-radio{width:20px;height:20px;border-radius:50%;border:2px solid #cbd5e1;flex-shrink:0;transition:.15s}.program-card.selected .program-radio{border-color:#4f46e5;background:radial-gradient(circle,#4f46e5 0,#4f46e5 45%,#fff 50%,#fff)}.program-quick-meta{display:flex;gap:14px;margin-top:6px;font-size:.72rem;color:#64748b}.program-quick-meta span{display:inline-flex;align-items:center;gap:4px}.program-meta{display:flex;flex-wrap:wrap;gap:14px;font-size:.78rem;color:#475569;margin-bottom:8px}.program-meta span{display:inline-flex;align-items:center;gap:4px}.program-docs{display:flex;flex-wrap:wrap;gap:5px}.program-doc-chip{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:6px;background:#f1f5f9;color:#64748b;font-size:.68rem;font-weight:600}.program-detail{margin-top:8px;padding:16px;background:linear-gradient(180deg,#f8faff,#eef2ff);border:1px solid #c7d2fe;border-radius:12px;animation:fadeSlideDown .25s ease}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.program-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin-bottom:12px}.program-detail-item{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:10px;border:1px solid #e0e7ff}.program-detail-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.program-detail-icon.fee{background:#ecfdf5;color:#16a34a}.program-detail-icon.deadline{background:#fef3c7;color:#d97706}.program-detail-icon.capacity{background:#eef2ff;color:#4f46e5}.program-detail-icon.duration{background:#eff6ff;color:#2563eb}.program-detail-item small{display:block;font-size:.66rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.3px;font-weight:700}.program-detail-item strong{display:block;font-size:.85rem;color:#0f172a;margin-top:2px}.program-detail-docs{padding-top:10px;border-top:1px solid #e0e7ff}.program-detail-docs h5{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#4f46e5;text-transform:uppercase;letter-spacing:.3px;margin-bottom:8px}.program-doc-chips{display:flex;flex-wrap:wrap;gap:6px}.program-doc-chips .program-doc-chip{background:#fff;border:1px solid #c7d2fe;color:#4338ca;font-size:.72rem;font-weight:600;padding:4px 10px;border-radius:999px}.doc-list{display:flex;flex-direction:column;gap:10px}.doc-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1.5px solid #eef1f6;border-radius:12px;background:#fff}.doc-item.uploaded{border-color:#86efac;background:#f0fdf4}.doc-left{display:flex;align-items:center;gap:12px}.doc-icon{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.doc-item.uploaded .doc-icon{background:#dcfce7;color:#16a34a}.doc-left strong{display:block;font-size:.88rem;color:#0f172a}.doc-left span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px}.doc-right{display:flex;align-items:center;gap:8px}.doc-upload-btn{padding:8px 14px;border-radius:8px;background:#4f46e5;color:#fff;font-size:.78rem;font-weight:700;cursor:pointer;border:none;display:inline-flex;align-items:center;gap:6px}.doc-upload-btn:hover{background:#4338ca}.doc-ok{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#dcfce7;color:#16a34a;font-size:.7rem;font-weight:700}.doc-remove{width:30px;height:30px;border-radius:8px;background:#fef2f2;color:#ef4444;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.doc-view{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:8px;background:#eef2ff;color:#4f46e5;border:none;cursor:pointer;font-size:.72rem;font-weight:700}.doc-view:hover{background:#4f46e5;color:#fff}.doc-thumb{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0;font-size:.65rem;font-weight:800}.doc-item.uploaded .doc-thumb{background:#dcfce7;color:#16a34a}.doc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.doc-thumb-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800}.doc-thumb-file{background:#e0e7ff;color:#4338ca;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:800}.doc-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ab3;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .18s ease}.doc-preview-content{background:#fff;border-radius:16px;width:min(900px,100%);max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.doc-preview-head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #eef1f6}.doc-preview-head strong{display:block;font-size:.95rem;color:#0f172a}.doc-preview-head span{display:block;font-size:.78rem;color:#94a3b8;margin-top:2px}.doc-preview-close{width:34px;height:34px;border-radius:9px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;font-size:1rem}.doc-preview-body{flex:1;overflow:auto;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px}.doc-preview-body img{max-width:100%;max-height:75vh;border-radius:10px;box-shadow:0 10px 30px #0f172a26}.doc-preview-body iframe{width:100%;height:75vh;border:none;border-radius:10px;background:#fff}.doc-preview-nofile{text-align:center;color:#64748b;padding:40px}.doc-preview-nofile a{display:inline-block;margin-top:16px;padding:10px 18px;background:#4f46e5;color:#fff;border-radius:10px;font-weight:700}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.consultant-list{display:flex;flex-direction:column;gap:12px}.consultant-card{display:flex;align-items:center;gap:14px;padding:16px;border:1.5px solid #eef1f6;border-radius:14px;background:#fff;cursor:pointer;transition:.18s}.consultant-card:hover{border-color:#c7d2fe;background:#fafbff;box-shadow:0 6px 18px #4f46e50f}.consultant-card.selected{border-color:#4f46e5;background:#f5f4ff;box-shadow:0 6px 18px #4f46e51f}.consultant-logo{width:52px;height:52px;min-width:52px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.consultant-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.consultant-body{flex:1;min-width:0}.consultant-body strong{display:block;font-size:.92rem;color:#0f172a;font-weight:700}.consultant-body>span{display:block;font-size:.76rem;color:#94a3b8;margin-top:2px}.consultant-rating{display:flex;align-items:center;gap:3px;margin-top:6px}.consultant-rating small{color:#64748b;font-size:.7rem;margin-left:4px}.consultant-countries{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#64748b;margin-top:5px}.consultant-select-mark{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.apply-empty{padding:32px 20px;text-align:center;color:#94a3b8;font-size:.85rem;border:1.5px dashed #e2e8f0;border-radius:12px}.apply-empty.small{padding:16px;font-size:.78rem}.apply-info{display:flex;align-items:center;gap:10px;padding:14px 16px;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:.85rem;border:1px solid #bfdbfe}.apply-status-card{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:12px;background:#ecfdf5;border:1px solid #86efac;color:#166534}.apply-status-card strong{display:block;font-size:.9rem}.apply-status-card span{display:block;font-size:.78rem;margin-top:2px}.apply-alert{padding:14px 18px;border-radius:12px;font-size:.88rem;font-weight:600;text-align:center}.apply-alert-success{background:#ecfdf5;color:#166534;border:1px solid #86efac}.apply-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.apply-alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.apply-submit{width:100%;padding:16px 24px;border-radius:14px;background:#4f46e5;color:#fff;font-size:.95rem;font-weight:800;display:flex;align-items:center;justify-content:center;gap:10px;border:none;cursor:pointer;transition:.18s;box-shadow:0 10px 24px #4f46e540}.apply-submit:hover:not(:disabled){background:#4338ca;transform:translateY(-1px)}.apply-submit:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.apply-summary{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:22px;position:sticky;top:20px;display:flex;flex-direction:column;gap:18px}.summary-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.summary-head-icon{width:40px;height:40px;border-radius:11px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.summary-head h3{font-size:.95rem;font-weight:800;color:#0f172a}.summary-head p{font-size:.75rem;color:#94a3b8;margin-top:2px}.summary-steps{display:flex;flex-direction:column;gap:8px}.summary-step{display:flex;align-items:center;gap:10px;font-size:.82rem;color:#475569;font-weight:600}.summary-step-dot{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;color:#94a3b8;font-size:.72rem;font-weight:800;flex-shrink:0}.summary-step-dot.completed{background:#4f46e5;color:#fff}.summary-block{padding-bottom:14px;border-bottom:1px solid #f1f5f9}.summary-block:last-of-type{border-bottom:none}.summary-block h4{font-size:.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.summary-empty{font-size:.82rem;color:#94a3b8;font-style:italic;display:flex;align-items:center;gap:6px}.summary-uni{display:flex;align-items:center;gap:12px}.summary-uni-logo{width:44px;height:44px;border-radius:10px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.summary-uni-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.summary-uni-info{flex:1;min-width:0}.summary-uni-info strong{display:block;font-size:.85rem;color:#0f172a;font-weight:700}.summary-uni-info span{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#64748b;margin-top:3px}.summary-program{display:flex;align-items:flex-start;gap:12px}.summary-program-icon{width:36px;height:36px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.summary-program>div>strong{display:block;font-size:.85rem;color:#0f172a}.summary-program>div>span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px}.summary-program-fee{color:#4f46e5!important;font-weight:700!important;margin-top:4px!important}.summary-detail-list{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.summary-detail{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#475569}.summary-detail svg{color:#4f46e5;flex-shrink:0}.summary-detail span{flex:1;color:#94a3b8}.summary-detail strong{color:#0f172a;font-weight:700;font-size:.8rem}.summary-deadline{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#0f172a;font-weight:700}.summary-days{margin-left:auto;padding:3px 10px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.68rem;font-weight:800}.summary-days.expired{background:#fef2f2;color:#ef4444}.summary-doc-count{font-size:.82rem;color:#475569;font-weight:600;margin-bottom:8px}.summary-progress-bar{height:6px;background:#f1f5f9;border-radius:999px;overflow:hidden}.summary-progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:999px;transition:width .35s ease}.summary-submit{width:100%;padding:14px;border-radius:12px;background:#4f46e5;color:#fff;font-size:.9rem;font-weight:800;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:.15s;box-shadow:0 8px 20px #4f46e540}.summary-submit:hover:not(:disabled){background:#4338ca}.summary-submit:disabled{background:#cbd5e1;box-shadow:none;cursor:not-allowed}.summary-submit.submitted{background:#ecfdf5;color:#16a34a;box-shadow:none;cursor:default}.summary-footer{font-size:.72rem;color:#94a3b8;line-height:1.55;padding:12px;background:#f8fafc;border-radius:10px;border-left:3px solid #4f46e5}.uni-detail-page{display:flex;flex-direction:column;gap:22px}.uni-detail-back{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#fff;border:1px solid #eef1f6;border-radius:10px;color:#475569;font-size:.85rem;font-weight:700;cursor:pointer;width:-moz-fit-content;width:fit-content}.uni-detail-back:hover{background:#f8fafc;color:#4f46e5;border-color:#c7d2fe}.uni-detail-hero{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;padding:28px;background:linear-gradient(135deg,#f5f4ff,#eef2ff);border:1px solid #c7d2fe;border-radius:20px}.uni-detail-logo{width:100px;height:100px;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#4f46e5;flex-shrink:0;box-shadow:0 10px 24px #4f46e526}.uni-detail-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uni-detail-hero-info h1{font-size:1.8rem;font-weight:800;color:#0f172a;margin-bottom:8px}.uni-detail-location{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#64748b;margin-bottom:12px}.uni-detail-chips{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px}.uni-detail-chips span{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;background:#fff;color:#4f46e5;font-size:.75rem;font-weight:700;border:1px solid #c7d2fe}.uni-detail-desc{font-size:.88rem;color:#475569;line-height:1.65;margin-bottom:14px;max-width:700px}.uni-detail-contacts{display:flex;gap:14px;flex-wrap:wrap;font-size:.8rem;color:#4f46e5}.uni-detail-contacts a,.uni-detail-contacts span{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:8px;background:#fff;border:1px solid #c7d2fe;font-weight:600;text-decoration:none;color:#4f46e5}.uni-detail-apply{padding:12px 22px;background:#4f46e5;color:#fff;border:none;border-radius:12px;font-size:.88rem;font-weight:800;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 10px 24px #4f46e540}.uni-detail-apply:hover{background:#4338ca}.uni-detail-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.uni-detail-gallery img{width:100%;height:160px;-o-object-fit:cover;object-fit:cover;border-radius:14px;border:1px solid #eef1f6}.uni-detail-section h2{font-size:1.2rem;font-weight:800;color:#0f172a;margin-bottom:16px}.uni-detail-faculties{display:flex;flex-direction:column;gap:18px}.uni-detail-faculty{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:20px}.uni-detail-faculty-head{display:flex;align-items:center;gap:10px;padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #f1f5f9;color:#4f46e5}.uni-detail-faculty-head h3{font-size:1rem;color:#0f172a;font-weight:800}.uni-detail-faculty-head span{margin-left:auto;font-size:.72rem;font-weight:700;color:#4f46e5;background:#eef2ff;padding:3px 10px;border-radius:999px}.uni-detail-programs{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:12px}.uni-detail-program{padding:14px 16px;border:1px solid #eef1f6;border-radius:12px;background:#f8fafc}.uni-detail-program-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.uni-detail-program-head strong{font-size:.9rem;color:#0f172a}.uni-detail-program-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.74rem;color:#475569;margin-bottom:8px}.uni-detail-program-meta span{display:inline-flex;align-items:center;gap:4px}.uni-detail-program-docs{display:flex;align-items:center;gap:6px;font-size:.72rem;color:#4f46e5;background:#eef2ff;padding:6px 10px;border-radius:8px;margin-top:6px}.uni-detail-program-desc{font-size:.78rem;color:#64748b;margin-top:8px;line-height:1.5}@media(max-width:900px){.apply-steps{flex-direction:column;align-items:flex-start;gap:14px}.apply-step-line{display:none}.apply-search-row{flex-direction:column}.apply-select,.apply-filter-btn{width:100%}.uni-detail-hero{grid-template-columns:1fr;text-align:center}.uni-detail-logo{margin:0 auto}.uni-detail-apply{justify-self:center}}.apply-step-section{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:22px;margin-bottom:18px;scroll-margin-top:100px;transition:opacity .3s ease}.apply-step-section.submit-section{background:linear-gradient(180deg,#f5f4ff,#fff);border-color:#c7d2fe}.apply-step-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid #f1f5f9;position:relative}.apply-step-number{width:40px;height:40px;min-width:40px;border-radius:50%;background:#f1f5f9;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:.95rem;font-weight:800;flex-shrink:0}.apply-step-number.done{background:#ecfdf5;color:#16a34a}.apply-step-head>div:nth-child(2){flex:1;min-width:0}.apply-step-head h2{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 4px}.apply-step-head p{font-size:.82rem;color:#64748b;margin:0}.apply-step-change{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;border-radius:9px;background:#f1f5f9;border:none;color:#475569;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .15s;flex-shrink:0}.apply-step-change:hover{background:#e2e8f0;color:#0f172a}.apply-step-body{display:flex;flex-direction:column;gap:14px}.apply-step-btn{display:flex;align-items:center;gap:10px;background:none;border:none;cursor:pointer;padding:0;text-align:left;transition:opacity .15s}.apply-step-btn.locked{cursor:default;opacity:.4}.apply-step-btn>span{font-size:.82rem;font-weight:700;color:#475569}.apply-step-btn.done>span{color:#0f172a}.selected-uni-preview,.selected-program-preview,.selected-consultant-preview{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.selected-uni-logo,.selected-consultant-logo{width:48px;height:48px;min-width:48px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#4f46e5}.selected-uni-logo img,.selected-consultant-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.selected-uni-info,.selected-consultant-info{flex:1;min-width:0}.selected-uni-info strong,.selected-consultant-info strong{display:block;font-size:.92rem;color:#0f172a}.selected-uni-info>span,.selected-consultant-info>span{display:flex;align-items:center;gap:4px;font-size:.76rem;color:#64748b;margin-top:2px}.selected-uni-stats{display:flex;gap:12px;margin-top:6px}.selected-uni-stats span{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#4f46e5;font-weight:600}.selected-program-icon{width:44px;height:44px;min-width:44px;border-radius:12px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.selected-program-info{flex:1;min-width:0}.selected-program-info strong{display:block;font-size:.92rem;color:#0f172a}.selected-program-info>span{display:block;font-size:.76rem;color:#64748b;margin-top:2px}.selected-program-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:6px}.selected-program-badge{display:inline-flex;align-items:center;gap:3px;padding:3px 9px;border-radius:999px;background:#eff6ff;color:#2563eb;font-size:.68rem;font-weight:700}.selected-program-badge.lang{background:#f3e8ff;color:#7c3aed}.selected-program-badge.fee{background:#ecfdf5;color:#16a34a}.uni-compact-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:12px}.uni-compact-card{background:#fff;border:1.5px solid #eef1f6;border-radius:14px;transition:all .18s;overflow:hidden}.uni-compact-card:hover{border-color:#c7d2fe;box-shadow:0 6px 20px #4f46e50f}.uni-compact-card.expanded{border-color:#4f46e5;box-shadow:0 8px 24px #4f46e51a}.uni-compact-head{display:flex;align-items:center;gap:12px;padding:14px;cursor:pointer}.uni-compact-logo{width:44px;height:44px;min-width:44px;border-radius:11px;background:#f1f5f9;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;font-weight:800;font-size:1rem;flex-shrink:0}.uni-compact-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.uni-compact-body{flex:1;min-width:0}.uni-compact-body strong{display:block;font-size:.88rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uni-compact-body>span{display:flex;align-items:center;gap:4px;font-size:.72rem;color:#64748b;margin-top:3px}.uni-compact-stats{display:flex;gap:10px;margin-top:5px}.uni-compact-stats span{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;font-weight:600;color:#4f46e5;background:#eef2ff;padding:2px 8px;border-radius:999px}.uni-compact-applied{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#ecfdf5;color:#16a34a;flex-shrink:0}.uni-compact-toggle{display:inline-flex;align-items:center;gap:3px;padding:6px 10px;border-radius:8px;background:#f8fafc;border:1px solid #eef1f6;color:#4f46e5;font-size:.72rem;font-weight:700;cursor:pointer;transition:all .15s;flex-shrink:0}.uni-compact-toggle:hover{background:#eef2ff;border-color:#c7d2fe}.uni-compact-expand{padding:12px 14px 14px;border-top:1px solid #f1f5f9;margin-top:-1px}.uni-compact-desc{font-size:.78rem;color:#64748b;line-height:1.6;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.uni-compact-faculties{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:12px}.uni-compact-chip{padding:3px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.68rem;font-weight:600}.uni-compact-chip.more{background:#eef2ff;color:#4f46e5;font-weight:800}.uni-compact-applied-msg{display:flex;align-items:center;gap:6px;padding:10px 12px;background:#fef3c7;border:1px solid #fde68a;border-radius:9px;font-size:.78rem;color:#78350f;font-weight:600}.uni-compact-select{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:11px;border-radius:10px;background:#4f46e5;color:#fff;border:none;font-size:.82rem;font-weight:700;cursor:pointer;transition:all .15s}.uni-compact-select:hover{background:#4338ca;transform:translateY(-1px)}.apply-filters-panel{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;padding:14px;background:#f8fafc;border-radius:12px;border:1px solid #eef1f6}.apply-filter-reset{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;border-radius:9px;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:.78rem;font-weight:700;cursor:pointer}.apply-filter-reset:hover{background:#fee2e2}.apply-filter-btn.active{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5}.faculty-accordion{display:flex;flex-direction:column;gap:8px}.faculty-acc-item{border:1px solid #eef1f6;border-radius:12px;overflow:hidden;background:#fff;transition:all .15s}.faculty-acc-item:hover{border-color:#c7d2fe}.faculty-acc-head{display:flex;align-items:center;gap:12px;width:100%;padding:14px 16px;background:#fff;border:none;cursor:pointer;text-align:left;transition:background .15s}.faculty-acc-head:hover{background:#f8fafc}.faculty-acc-head.open{background:#f8faff;border-bottom:1px solid #eef1f6}.faculty-acc-icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center}.faculty-acc-title{flex:1;min-width:0}.faculty-acc-title strong{display:block;font-size:.88rem;color:#0f172a;font-weight:700}.faculty-acc-title span{display:block;font-size:.72rem;color:#94a3b8;margin-top:2px}.faculty-acc-head>svg{color:#94a3b8;flex-shrink:0}.faculty-acc-body{padding:14px 16px 16px;background:#f8fafc}.program-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:10px}.program-detail-card{background:#fff;border:1.5px solid #eef1f6;border-radius:12px;padding:14px;cursor:pointer;transition:all .15s;display:flex;flex-direction:column;gap:8px}.program-detail-card:hover{border-color:#4f46e5;box-shadow:0 8px 20px #4f46e51a;transform:translateY(-2px)}.program-detail-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.program-detail-head strong{font-size:.88rem;color:#0f172a;font-weight:700;line-height:1.35;flex:1}.program-lang-badge{padding:2px 8px;border-radius:999px;background:#f3e8ff;color:#6b21a8;font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.3px;flex-shrink:0}.program-detail-desc{font-size:.74rem;color:#64748b;line-height:1.5;margin:0}.program-detail-meta{display:flex;flex-wrap:wrap;gap:8px}.program-meta-item{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;color:#475569;font-weight:600}.program-detail-docs{display:flex;align-items:flex-start;gap:5px;padding:8px 10px;background:#f8fafc;border-radius:8px;font-size:.68rem;color:#64748b;line-height:1.4}.program-detail-docs svg{color:#4f46e5;flex-shrink:0;margin-top:2px}.program-select-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;margin-top:auto;padding:8px 12px;border-radius:8px;background:#eef2ff;color:#4f46e5;border:none;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .15s}.program-detail-card:hover .program-select-btn{background:#4f46e5;color:#fff}.submit-review{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.submit-review-item{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f8fafc;border-radius:10px;border:1px solid #eef1f6}.submit-review-icon{width:34px;height:34px;min-width:34px;border-radius:9px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.submit-review-item>div:last-child{min-width:0}.submit-review-item span{display:block;font-size:.68rem;color:#94a3b8;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.submit-review-item strong{display:block;font-size:.82rem;color:#0f172a;font-weight:700;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.apply-view-apps-btn{display:inline-flex;align-items:center;gap:5px;padding:9px 16px;border-radius:9px;background:#4f46e5;color:#fff;border:none;font-size:.78rem;font-weight:700;cursor:pointer;margin-left:auto}.apply-view-apps-btn:hover{background:#4338ca}.apply-status-card{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#ecfdf5;border:1px solid #86efac;border-radius:12px}.apply-status-card>div{flex:1}.apply-status-card strong{display:block;font-size:.9rem;color:#166534}.apply-status-card span{display:block;font-size:.78rem;color:#16a34a;margin-top:3px}.summary-step{cursor:pointer;transition:opacity .15s}.summary-step:hover{opacity:.7}@media(max-width:900px){.apply-step-section{padding:16px}.apply-step-head{flex-wrap:wrap}.apply-step-head>div:nth-child(2){flex-basis:100%;order:3}.apply-step-number{order:1}.apply-step-change{order:2;margin-left:auto}.uni-compact-grid,.program-grid,.submit-review,.apply-filters-panel{grid-template-columns:1fr}}.doc-from-profile-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:999px;background:#ecfdf5;color:#16a34a;font-size:.62rem;font-weight:800;letter-spacing:.3px;text-transform:uppercase;border:1px solid #86efac;white-space:nowrap}.doc-use-profile-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:10px;background:#ecfdf5;color:#16a34a;border:1.5px solid #86efac;font-size:.76rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s;white-space:nowrap}.doc-use-profile-btn:hover{background:#dcfce7;border-color:#4ade80;transform:translateY(-1px)}.doc-profile-banner{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:12px;color:#166534}.doc-profile-banner>svg{color:#16a34a;flex-shrink:0;margin-top:2px}.doc-profile-banner strong{display:block;font-size:.88rem;font-weight:800;line-height:1.35}.doc-profile-banner p{color:#15803d;line-height:1.5}.sp-page{display:flex;flex-direction:column;gap:20px;max-width:1200px}.sp-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:80px 24px;color:#64748b}.sp-spin{animation:spSpin 1s linear infinite;color:#4f46e5}.sp-hero{position:relative;display:flex;align-items:center;gap:22px;padding:26px 28px;background:linear-gradient(135deg,#4f46e5,#7c3aed 55%,#9333ea);border-radius:22px;overflow:hidden;color:#fff;box-shadow:0 18px 40px #4f46e547}.sp-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 88% 15%,rgba(255,255,255,.2),transparent 45%),radial-gradient(circle at 8% 95%,rgba(255,255,255,.12),transparent 40%);pointer-events:none}.sp-hero-avatar{position:relative;z-index:1;width:88px;height:88px;min-width:88px;border-radius:26px;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:900;color:#fff;letter-spacing:-.5px}.sp-hero-info{position:relative;z-index:1;flex:1;min-width:0}.sp-hero-info h1{font-size:1.55rem;font-weight:900;margin:0 0 6px;letter-spacing:-.4px;text-shadow:0 2px 8px rgba(0,0,0,.15)}.sp-hero-info p{font-size:.85rem;margin:0 0 12px;color:#ffffffe0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.sp-hero-chips{display:flex;gap:8px;flex-wrap:wrap}.sp-hero-chip{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.28);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.72rem;font-weight:700;color:#fff}.sp-hero-progress{position:relative;z-index:1;display:flex;align-items:center;gap:14px;padding:14px 18px;background:#fff3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.35);border-radius:16px;flex-shrink:0}.sp-ring{position:relative;width:60px;height:60px;flex-shrink:0}.sp-ring-pct{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:900;color:#fff}.sp-hero-progress-text strong{display:block;font-size:.82rem;font-weight:800;margin-bottom:3px;color:#fff}.sp-hero-progress-text span{display:block;font-size:.72rem;color:#ffffffd1;line-height:1.4;max-width:180px}@media(max-width:720px){.sp-hero{flex-direction:column;align-items:flex-start;padding:22px}.sp-hero-progress{width:100%}}.sp-alert{display:flex;align-items:center;gap:10px;padding:14px 18px;border-radius:12px;font-size:.85rem;font-weight:700;animation:spSlide .25s ease}@keyframes spSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.sp-alert-success{background:#ecfdf5;color:#166534;border:1px solid #86efac}.sp-alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.sp-alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.sp-layout{display:grid;grid-template-columns:300px 1fr;gap:20px;align-items:start}@media(max-width:960px){.sp-layout{grid-template-columns:1fr}}.sp-sidebar{position:sticky;top:20px;background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:12px;display:flex;flex-direction:column;gap:4px;box-shadow:0 8px 24px #0f172a08}.sp-nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:12px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .15s;font-family:inherit;color:#475569}.sp-nav-item:hover{background:#f8fafc;color:#4f46e5}.sp-nav-item.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 10px 22px #4f46e552}.sp-nav-icon{width:38px;height:38px;min-width:38px;border-radius:11px;background:#eef2ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.sp-nav-item.active .sp-nav-icon{background:#ffffff38;color:#fff}.sp-nav-text{flex:1;min-width:0}.sp-nav-text strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:2px}.sp-nav-text span{display:block;font-size:.7rem;font-weight:600;opacity:.75;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-nav-check{color:#16a34a;flex-shrink:0}.sp-nav-item.active .sp-nav-check{color:#fff}.sp-content{background:#fff;border:1px solid #eef1f6;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #0f172a08}.sp-content-head{display:flex;align-items:flex-start;gap:14px;padding:22px 24px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#f8faff,#fff)}.sp-content-head-icon{width:46px;height:46px;min-width:46px;border-radius:13px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 22px #4f46e547}.sp-content-head h2{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0 0 3px;letter-spacing:-.2px}.sp-content-head p{font-size:.8rem;color:#94a3b8;margin:0;line-height:1.5}.sp-content-body{padding:24px;display:flex;flex-direction:column;gap:20px}.sp-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.sp-grid-3{display:grid;grid-template-columns:1fr 1fr auto;gap:10px}@media(max-width:640px){.sp-grid-2,.sp-grid-3{grid-template-columns:1fr}}.sp-field{display:flex;flex-direction:column;gap:6px}.sp-field label{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;font-weight:800;color:#334155}.sp-field label svg{color:#94a3b8}.sp-field label .req{color:#dc2626;font-weight:900;margin-left:2px}.sp-input,.sp-textarea{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:11px;font-size:.88rem;color:#0f172a;background:#f8fafc;font-family:inherit;outline:none;transition:all .15s}.sp-textarea{resize:vertical;line-height:1.55}.sp-input:focus,.sp-textarea:focus{border-color:#4f46e5;background:#fff;box-shadow:0 0 0 3px #4f46e51a}.sp-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.sp-info-banner{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:12px;color:#4f46e5}.sp-info-banner strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:3px}.sp-info-banner p{font-size:.78rem;color:#475569;margin:0;line-height:1.55}.sp-info-banner p strong{display:inline;color:#4f46e5;margin:0}.sp-chips-row{display:flex;flex-wrap:wrap;gap:8px}.sp-chip-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#475569;font-size:.78rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.sp-chip-btn:hover{border-color:#c7d2fe;background:#f8faff;color:#4f46e5}.sp-chip-btn.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#4f46e5;color:#fff;box-shadow:0 6px 14px #4f46e547}.sp-langs-table{display:flex;flex-direction:column;gap:6px;padding:14px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px}.sp-lang-row{display:flex;align-items:center;gap:14px;padding:8px 6px;flex-wrap:wrap}.sp-lang-row+.sp-lang-row{border-top:1px dashed #e2e8f0}.sp-lang-name{font-size:.82rem;font-weight:700;color:#334155;min-width:170px}.sp-lang-levels{display:flex;gap:4px;flex-wrap:wrap}.sp-lang-level-btn{min-width:40px;height:32px;padding:0 10px;border-radius:8px;background:#fff;border:1.5px solid #e2e8f0;color:#64748b;font-size:.72rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.sp-lang-level-btn:hover{border-color:#c7d2fe;color:#4f46e5}.sp-lang-level-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff;box-shadow:0 2px 8px #4f46e540}.sp-actions-bar{display:flex;justify-content:flex-end;gap:10px;padding:18px 24px;border-top:1px solid #f1f5f9;background:#fafbff}.sp-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:10px;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;border:none;white-space:nowrap}.sp-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 8px 20px #4f46e54d}.sp-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 26px #4f46e56b}.sp-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.sp-docs-section{display:flex;flex-direction:column;gap:14px}.sp-docs-upload-section{padding:18px;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px}.sp-docs-title{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:800;color:#334155;margin:0}.sp-docs-title svg{color:#4f46e5}.sp-docs-hint{display:flex;align-items:center;gap:5px;font-size:.72rem;color:#94a3b8;margin:4px 0 0;line-height:1.5}.sp-docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:10px}.sp-doc-card{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px}.sp-doc-thumb{width:42px;height:42px;min-width:42px;border-radius:10px;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.sp-doc-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sp-doc-pdf{background:#fee2e2;color:#dc2626;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:.62rem;font-weight:900}.sp-doc-info{flex:1;min-width:0}.sp-doc-info strong{display:block;font-size:.82rem;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-doc-info span{display:block;font-size:.7rem;color:#64748b;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sp-doc-actions{display:flex;gap:5px;flex-shrink:0}.sp-doc-action{width:32px;height:32px;border-radius:8px;background:#fff;border:1px solid #eef1f6;color:#4f46e5;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.sp-doc-action:hover{background:#4f46e5;color:#fff;border-color:#4f46e5}.sp-doc-action.danger{color:#dc2626}.sp-doc-action.danger:hover{background:#dc2626;border-color:#dc2626}.sp-pwd-form{display:flex;flex-direction:column;gap:16px;max-width:520px}.sp-pwd-input-wrap{position:relative}.sp-pwd-input-wrap .sp-input{padding-right:44px}.sp-pwd-eye{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:30px;height:30px;border-radius:8px;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.sp-pwd-eye:hover{background:#f1f5f9;color:#4f46e5}.sp-pwd-error{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#dc2626;font-weight:700;margin-top:4px}.sp-pwd-ok{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;color:#16a34a;font-weight:700;margin-top:4px}.sp-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172abf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:spFade .18s ease}@keyframes spFade{0%{opacity:0}to{opacity:1}}.sp-modal-content{background:#fff;border-radius:16px;width:min(900px,100%);max-height:92vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 30px 80px #0f172a66}.sp-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 22px;border-bottom:1px solid #eef1f6;background:linear-gradient(180deg,#f8faff,#fff)}.sp-modal-head strong{display:block;font-size:.95rem;color:#0f172a;font-weight:800}.sp-modal-head span{display:block;font-size:.78rem;color:#94a3b8;margin-top:2px}.sp-modal-close{width:36px;height:36px;border-radius:10px;background:#f1f5f9;color:#475569;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.sp-modal-close:hover{background:#fee2e2;color:#dc2626}.sp-modal-body{flex:1;overflow:auto;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px}.sp-modal-body img{max-width:100%;max-height:75vh;border-radius:10px;box-shadow:0 10px 30px #0f172a26}.sp-modal-body iframe{width:100%;height:75vh;border:none;border-radius:10px;background:#fff}.sp-modal-nofile{text-align:center;color:#64748b;padding:40px}.sp-modal-nofile p{margin:12px 0 16px}.sp-modal-nofile a{display:inline-block;padding:10px 20px;background:#4f46e5;color:#fff;border-radius:10px;font-weight:800;text-decoration:none;font-size:.85rem}@media(max-width:640px){.sp-hero-avatar{width:72px;height:72px;min-width:72px;border-radius:20px;font-size:1.6rem}.sp-hero-info h1{font-size:1.25rem}.sp-content-body,.sp-content-head{padding:18px}.sp-actions-bar{padding:14px 18px}.sp-langs-table{padding:10px}.sp-lang-row{flex-direction:column;align-items:flex-start;gap:8px;padding:10px 0}.sp-lang-name{min-width:0}.sp-docs-grid{grid-template-columns:1fr}}.ssh-shell{--ssh-accent: #4f46e5;--ssh-accent-light: #eef0ff;--ssh-bg: #f4f5fb;display:flex;min-height:100vh;background:var(--ssh-bg)}.ssh-sidebar{width:264px;flex-shrink:0;background:#fff;border-right:1px solid #eef0f6;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.ssh-brand{display:flex;align-items:center;gap:10px;padding:22px 22px 18px}.ssh-brand-mark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#6366f1);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.ssh-brand-text{line-height:1.15}.ssh-brand-text strong{display:block;font-size:1.05rem;font-weight:800;color:#0f172a;letter-spacing:-.3px}.ssh-brand-text span{display:block;font-size:.85rem;font-weight:700;color:var(--ssh-accent)}.ssh-nav{flex:1;overflow-y:auto;padding:6px 14px;display:flex;flex-direction:column;gap:3px}.ssh-nav-item{display:flex;align-items:center;gap:12px;padding:11px 14px;border-radius:12px;color:#55607a;font-size:.88rem;font-weight:600;position:relative;transition:background .15s ease,color .15s ease}.ssh-nav-item svg{flex-shrink:0;opacity:.9}.ssh-nav-item:hover{background:#f5f6fb;color:#1e293b}.ssh-nav-item.active{background:var(--ssh-accent-light);color:var(--ssh-accent)}.ssh-nav-badge{margin-left:auto;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ef4444;color:#fff;font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center}.ssh-promo{margin:14px;border-radius:18px;overflow:hidden;background:#0f172a;position:relative;box-shadow:0 12px 28px #0f172a24}.ssh-promo-img{width:100%;height:108px;-o-object-fit:cover;object-fit:cover;display:block;opacity:.85}.ssh-promo-body{padding:14px 16px 16px;background:#fff}.ssh-promo-body strong{display:block;font-size:.92rem;color:#0f172a;font-weight:800;line-height:1.3;margin-bottom:6px}.ssh-promo-body p{font-size:.76rem;color:#64748b;line-height:1.55;margin-bottom:12px}.ssh-promo-btn{display:inline-flex;align-items:center;gap:6px;background:var(--ssh-accent);color:#fff;padding:9px 14px;border-radius:10px;font-size:.78rem;font-weight:700;width:100%;justify-content:center}.ssh-profile-mini{display:flex;align-items:center;gap:10px;padding:16px 18px;border-top:1px solid #eef0f6;cursor:pointer}.ssh-profile-mini img{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0;background:#eef0ff}.ssh-profile-mini-text{flex:1;min-width:0}.ssh-profile-mini-text strong{display:block;font-size:.85rem;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ssh-profile-mini-text span{display:block;font-size:.72rem;color:#94a3b8}.ssh-main{flex:1;min-width:0;display:flex;flex-direction:column}.ssh-header{height:78px;flex-shrink:0;display:flex;align-items:center;gap:18px;padding:0 28px;position:sticky;top:0;z-index:30;background:#f4f5fbe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ssh-search{flex:1;max-width:640px;height:46px;display:flex;align-items:center;gap:10px;padding:0 18px;border-radius:14px;background:#fff;border:1px solid #eef0f6;color:#94a3b8;box-shadow:0 2px 6px #0f172a05}.ssh-search input{border:none;outline:none;background:transparent;width:100%;font-size:.86rem;color:#0f172a;font-family:inherit}.ssh-header-actions{margin-left:auto;display:flex;align-items:center;gap:14px}.ssh-icon-btn{position:relative;width:42px;height:42px;border-radius:12px;background:#fff;border:1px solid #eef0f6;display:flex;align-items:center;justify-content:center;color:#475569;flex-shrink:0}.ssh-icon-badge{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:#ef4444;color:#fff;font-size:.62rem;font-weight:800;display:flex;align-items:center;justify-content:center;border:2px solid #f4f5fb}.ssh-user-menu{position:relative}.ssh-user-trigger{display:flex;align-items:center;gap:10px;cursor:pointer;padding:4px 6px;border-radius:12px}.ssh-user-trigger:hover{background:#fff}.ssh-user-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c7ff0);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.8rem;flex-shrink:0}.ssh-user-name{font-size:.85rem;font-weight:700;color:#0f172a;white-space:nowrap}.ssh-user-dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:190px;background:#fff;border:1px solid #eef0f6;border-radius:14px;box-shadow:0 20px 45px #0f172a24;padding:8px;z-index:50}.ssh-user-dropdown a,.ssh-user-dropdown button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border-radius:10px;font-size:.84rem;font-weight:600;color:#334155;text-align:left}.ssh-user-dropdown a:hover,.ssh-user-dropdown button:hover{background:#f5f6fb}.ssh-user-dropdown button.danger{color:#ef4444}.ssh-content{flex:1;padding:8px 28px 32px;max-width:1500px;width:100%;margin:0 auto}@media(max-width:1100px){.ssh-sidebar{position:fixed;left:-280px;z-index:60;transition:left .2s ease}}@media(max-width:720px){.ssh-header{padding:0 16px;gap:10px}.ssh-user-name{display:none}.ssh-content{padding:8px 16px 24px}}.sdb-wrap{display:flex;flex-direction:column;gap:20px;padding-top:4px}.sdb-hero{position:relative;border-radius:24px;overflow:hidden;min-height:230px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px 34px;background:linear-gradient(100deg,#0f172ae0,#1e29609e 45%,#1e296014 78%),#0f172a}.sdb-hero-photo{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:-1}.sdb-hero-copy{position:relative;z-index:2;max-width:480px}.sdb-hero-copy h1{color:#fff;font-size:1.7rem;font-weight:800;letter-spacing:-.3px;margin-bottom:10px}.sdb-hero-copy p{color:#ffffffd9;font-size:.9rem;line-height:1.65;margin-bottom:20px}.sdb-hero-btn{display:inline-flex;align-items:center;gap:8px;background:#4f46e5;color:#fff;padding:12px 20px;border-radius:12px;font-size:.86rem;font-weight:700;box-shadow:0 10px 24px #4f46e559}.sdb-hero-progress{position:relative;z-index:2;flex-shrink:0;display:flex;align-items:center;gap:16px;background:#fff;border-radius:18px;padding:16px 20px;box-shadow:0 18px 40px #0f172a33;max-width:300px}.sdb-ring{flex-shrink:0}.sdb-ring text{font-weight:800}.sdb-hero-progress-text strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800;margin-bottom:4px}.sdb-hero-progress-text a{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b;line-height:1.5}@media(max-width:900px){.sdb-hero{flex-direction:column;align-items:flex-start}.sdb-hero-progress{max-width:none;width:100%}}.sdb-actions{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.sdb-action-card{background:#fff;border:1px solid #eef0f6;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px;transition:box-shadow .15s ease,transform .15s ease}.sdb-action-card:hover{box-shadow:0 16px 32px #0f172a14;transform:translateY(-2px)}.sdb-action-icon{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center}.sdb-action-card strong{font-size:.9rem;color:#0f172a;font-weight:700}.sdb-action-card p{font-size:.76rem;color:#94a3b8;line-height:1.5;flex:1}.sdb-action-arrow{align-self:flex-end;color:#94a3b8}@media(max-width:1200px){.sdb-actions{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.sdb-actions{grid-template-columns:repeat(2,1fr)}}.sdb-row-2{display:grid;grid-template-columns:1.35fr 1fr;gap:18px;align-items:start}@media(max-width:980px){.sdb-row-2{grid-template-columns:1fr}}.sdb-card{background:#fff;border:1px solid #eef0f6;border-radius:20px;padding:22px}.sdb-card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.sdb-card-head h3{display:flex;align-items:center;gap:9px;font-size:.98rem;font-weight:800;color:#0f172a}.sdb-card-head h3 svg{color:#4f46e5}.sdb-card-link{font-size:.78rem;font-weight:700;color:#4f46e5;display:flex;align-items:center;gap:3px}.sdb-empty{padding:24px 4px;text-align:center;color:#94a3b8;font-size:.84rem}.sdb-status-list{display:flex;flex-direction:column}.sdb-status-item{display:flex;align-items:center;gap:14px;padding:13px 0;border-bottom:1px solid #f2f3f9}.sdb-status-item:last-child{border-bottom:none;padding-bottom:0}.sdb-status-icon{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdb-status-main{flex:1;min-width:0}.sdb-status-main strong{display:block;font-size:.87rem;color:#0f172a;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sdb-status-main span{display:block;font-size:.76rem;color:#94a3b8;margin-top:2px}.sdb-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;font-size:.72rem;font-weight:700;white-space:nowrap}.sdb-pill.green{background:#ecfdf5;color:#16a34a}.sdb-pill.blue{background:#eff6ff;color:#2563eb}.sdb-pill.orange{background:#fff7ed;color:#ea580c}.sdb-pill.gray{background:#f1f5f9;color:#64748b}.sdb-pill.red{background:#fef2f2;color:#ef4444}.sdb-deadline-list{display:flex;flex-direction:column}.sdb-deadline-item{display:flex;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #f2f3f9}.sdb-deadline-item:last-child{border-bottom:none;padding-bottom:0}.sdb-deadline-date{width:50px;height:50px;border-radius:13px;background:#eef0ff;color:#4f46e5;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.sdb-deadline-date strong{font-size:1rem;font-weight:800;line-height:1}.sdb-deadline-date span{font-size:.62rem;font-weight:700;text-transform:uppercase;margin-top:2px}.sdb-deadline-main{flex:1;min-width:0}.sdb-deadline-main strong{display:block;font-size:.85rem;color:#0f172a;font-weight:700}.sdb-deadline-main span{display:block;font-size:.75rem;color:#94a3b8;margin-top:2px}.sdb-countries-row{display:flex;align-items:center;gap:22px}.sdb-countries-scroll{display:flex;gap:22px;overflow-x:auto;flex:1;padding-bottom:2px}.sdb-country{display:flex;flex-direction:column;align-items:center;gap:8px;flex-shrink:0}.sdb-country-flag{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background:#f8fafc;border:1px solid #eef0f6}.sdb-country span{font-size:.76rem;font-weight:700;color:#334155;white-space:nowrap}.sdb-country-more{width:38px;height:38px;border-radius:50%;background:#eef0ff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdb-quicklinks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.sdb-quicklink{display:flex;align-items:center;gap:9px;padding:12px;border-radius:12px;background:#f8fafc;border:1px solid #eef0f6;font-size:.78rem;font-weight:700;color:#334155}.sdb-quicklink svg{color:#4f46e5;flex-shrink:0}@media(max-width:480px){.sdb-quicklinks{grid-template-columns:repeat(2,1fr)}}.sdb-activity-list{display:flex;flex-direction:column}.sdb-activity-item{display:flex;align-items:center;gap:13px;padding:12px 0;border-bottom:1px solid #f2f3f9}.sdb-activity-item:last-child{border-bottom:none;padding-bottom:0}.sdb-activity-icon{width:34px;height:34px;border-radius:50%;background:#ecfdf5;color:#16a34a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdb-activity-main{flex:1;min-width:0;font-size:.84rem;color:#334155;font-weight:600}.sdb-activity-time{font-size:.74rem;color:#94a3b8;white-space:nowrap}.sdb-banner{background:linear-gradient(135deg,#4f46e5,#6d28d9);border-radius:20px;padding:26px 24px;display:flex;align-items:center;gap:18px;color:#fff}.sdb-banner-icon{width:52px;height:52px;border-radius:16px;background:#ffffff26;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sdb-banner strong{display:block;font-size:1rem;font-weight:800;margin-bottom:4px}.sdb-banner span{font-size:.8rem;color:#ffffffd1;line-height:1.5}.alm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172ac7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;animation:almFadeIn .3s ease}@keyframes almFadeIn{0%{opacity:0}to{opacity:1}}.alm-envelope{position:relative;width:min(680px,100%);max-height:92vh;perspective:1200px}.alm-envelope-rear{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:12px;box-shadow:0 30px 80px #0f172a80;z-index:0}.alm-letter{position:relative;z-index:2;border-radius:12px 12px 4px 4px;overflow:hidden;transform-origin:top center;transform:translateY(20%) scale(.95);opacity:0;transition:all .9s cubic-bezier(.34,1.56,.64,1)}.alm-stage-enter .alm-letter{transform:translateY(20%) scale(.95);opacity:0}.alm-stage-open .alm-letter{transform:translateY(-8%) scale(1);opacity:1}.alm-stage-revealed .alm-letter{transform:translateY(0) scale(1);opacity:1}.alm-envelope-front{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;pointer-events:none;border-radius:12px;background:linear-gradient(135deg,#4f46e5,#7c3aed);clip-path:polygon(0 100%,50% 55%,100% 100%);transition:all .9s cubic-bezier(.34,1.56,.64,1);box-shadow:inset 0 -20px 40px #00000026}.alm-stage-enter .alm-envelope-front,.alm-stage-open .alm-envelope-front{opacity:1;transform:translateY(0)}.alm-stage-revealed .alm-envelope-front{opacity:0;transform:translateY(20%)}.alm-letter-inner{background:#fff;padding:0;max-height:88vh;overflow-y:auto}.alm-letter-header{display:flex;align-items:center;gap:16px;padding:24px 26px;color:#fff}.alm-letter-header-icon{width:62px;height:62px;min-width:62px;border-radius:16px;background:#fff3;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:almIconPulse 2s ease infinite}@keyframes almIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.alm-letter-header-text{flex:1}.alm-letter-status-label{display:block;font-size:1.4rem;font-weight:900;letter-spacing:-.4px;line-height:1.2;margin-bottom:4px}.alm-letter-status-desc{font-size:.85rem;margin:0;opacity:.9;line-height:1.5}.alm-uni{display:flex;align-items:center;gap:16px;padding:20px 26px;background:#f8faff;border-bottom:1px solid #eef1f6}.alm-uni-logo{width:64px;height:64px;min-width:64px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;overflow:hidden}.alm-uni-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:8px}.alm-uni-info{flex:1;min-width:0}.alm-uni-info>strong{display:block;font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:8px}.alm-uni-meta{display:flex;gap:14px;flex-wrap:wrap}.alm-uni-meta span{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;color:#64748b;font-weight:600}.alm-uni-meta span svg{color:#4f46e5}.alm-letter-body{padding:26px}.alm-letter-title{font-size:1.15rem;font-weight:800;color:#0f172a;margin:0 0 18px;letter-spacing:-.3px}.alm-letter-content{display:flex;flex-direction:column;gap:12px}.alm-letter-content p{font-size:.92rem;line-height:1.75;color:#334155;margin:0;white-space:pre-wrap}.alm-empty-line{height:6px}.alm-letter-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;padding:0 26px 20px;flex-wrap:wrap}.alm-letter-date{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:#94a3b8;font-weight:600}.alm-letter-signature{text-align:right}.alm-sign-line{width:150px;height:1.5px;background:#cbd5e1;margin-bottom:6px}.alm-letter-signature span{font-size:.75rem;color:#64748b;font-weight:600}.alm-letter-actions{display:flex;gap:10px;padding:18px 26px;background:#f8fafc;border-top:1px solid #eef1f6;border-radius:0 0 12px 12px}.alm-action-btn{display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:10px;background:#fff;border:1.5px solid #e2e8f0;color:#475569;font-size:.82rem;font-weight:800;cursor:pointer;font-family:inherit;transition:all .15s}.alm-action-btn:hover{background:#eef2ff;border-color:#c7d2fe;color:#4f46e5;transform:translateY(-1px)}.alm-close{position:absolute;top:-14px;right:-14px;width:44px;height:44px;border-radius:50%;background:#fff;color:#0f172a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #0f172a59;z-index:10;transition:all .2s}.alm-close:hover{transform:scale(1.1) rotate(90deg);background:#fee2e2;color:#dc2626}@media(max-width:640px){.alm-letter-header{padding:18px 20px;flex-direction:column;align-items:flex-start}.alm-letter-header-icon{width:52px;height:52px;min-width:52px}.alm-letter-status-label{font-size:1.15rem}.alm-uni{padding:16px 20px}.alm-uni-logo{width:52px;height:52px;min-width:52px}.alm-letter-body{padding:20px}.alm-letter-content p{font-size:.86rem}.alm-letter-footer,.alm-letter-actions{padding-left:20px;padding-right:20px}.alm-close{top:-8px;right:-4px;width:38px;height:38px}}.sal-page{display:flex;flex-direction:column;gap:20px}.sal-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px}.sal-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.sal-header-left h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.sal-header-left p{font-size:.85rem;color:#64748b;margin:0}.sal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sal-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.sal-stat:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a0f}.sal-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.sal-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.sal-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.sal-toolbar{display:flex;gap:10px;flex-wrap:wrap}.sal-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.sal-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.sal-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.sal-search-clear{width:24px;height:24px;border-radius:6px;background:#f1f5f9;color:#64748b;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.sal-filter-group{display:flex;align-items:center;gap:8px;padding:0 14px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#64748b}.sal-filter-group select{border:none;background:transparent;outline:none;font-size:.85rem;color:#0f172a;font-weight:700;cursor:pointer;font-family:inherit;padding-right:8px}.sal-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.sal-card{position:relative;text-align:left;background:#fff;border:1.5px solid #eef1f6;border-radius:18px;padding:20px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:all .2s;font-family:inherit}.sal-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1a;border-color:#c7d2fe}.sal-card.unread{border-color:#c7d2fe;background:linear-gradient(180deg,#f8faff,#fff 40%);box-shadow:0 8px 24px #4f46e514}.sal-card-accepted{border-left:4px solid #16a34a}.sal-card-conditional{border-left:4px solid #d97706}.sal-card-rejected{border-left:4px solid #dc2626}.sal-unread-dot{position:absolute;top:18px;right:18px;width:10px;height:10px;border-radius:50%;background:#4f46e5;box-shadow:0 0 0 4px #4f46e52e;animation:salPulse 1.6s infinite}@keyframes salPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.sal-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.sal-card-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center}.sal-card-status{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap}.sal-card-title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0;line-height:1.35}.sal-card-row{display:flex;align-items:center;gap:7px;font-size:.8rem;color:#64748b}.sal-card-row svg{color:#4f46e5;flex-shrink:0}.sal-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:12px;border-top:1px solid #f1f5f9;margin-top:auto}.sal-card-footer>span:first-child{display:inline-flex;align-items:center;gap:5px;font-size:.72rem;color:#94a3b8;font-weight:600}.sal-card-open{display:inline-flex;align-items:center;gap:5px;font-size:.78rem;font-weight:800;color:#4f46e5}.sal-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.sal-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.sal-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.sal-empty p{font-size:.85rem;color:#94a3b8;max-width:400px;line-height:1.5;margin:0}.sal-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#4f46e5;border-radius:50%;animation:salSpin .8s linear infinite}@keyframes salSpin{to{transform:rotate(360deg)}}@media(max-width:720px){.sal-stats{grid-template-columns:1fr}.sal-toolbar{flex-direction:column}.sal-filter-group{width:100%}}.sn-page{display:flex;flex-direction:column;gap:18px}.sn-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px;flex-wrap:wrap}.sn-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.sn-header-text{flex:1;min-width:200px}.sn-header-text h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.sn-header-text p{font-size:.85rem;color:#64748b;margin:0}.sn-mark-all{margin-left:auto;display:inline-flex;align-items:center;gap:7px;padding:10px 18px;border-radius:11px;background:#fff;border:1.5px solid #c7d2fe;color:#4f46e5;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.sn-mark-all:hover{background:#eef2ff;transform:translateY(-1px)}.sn-filters{padding:12px 16px;background:#fff;border:1px solid #eef1f6;border-radius:14px}.sn-filters-left{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sn-filters-icon{color:#94a3b8;margin-right:4px;flex-shrink:0}.sn-filter{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:999px;background:#f8fafc;border:1.5px solid #e2e8f0;color:#475569;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .15s;font-family:inherit;white-space:nowrap}.sn-filter:hover{background:#f8faff;border-color:#c7d2fe;color:#4f46e5}.sn-filter.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-color:#4f46e5;color:#fff;box-shadow:0 4px 12px #4f46e540}.sn-filter-count{padding:1px 7px;border-radius:999px;background:#eef2ff;color:#4f46e5;font-size:.68rem;font-weight:900;line-height:1}.sn-filter.active .sn-filter-count{background:#ffffff40;color:#fff}.sn-filter-more{background:#fff;border-style:dashed;color:#64748b}.sn-filter-more:hover{background:#f8fafc;border-color:#c7d2fe;color:#4f46e5}.sn-list{display:flex;flex-direction:column;gap:20px}.sn-group{display:flex;flex-direction:column;gap:10px}.sn-group-head{display:flex;align-items:center;gap:12px;padding:0 4px}.sn-group-line{flex:1;height:1px;background:#e2e8f0}.sn-group-label{font-size:.72rem;font-weight:900;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap}.sn-group-items{display:flex;flex-direction:column;gap:8px}.sn-item{display:flex;align-items:flex-start;gap:14px;padding:15px 18px;background:#fff;border:1.5px solid #eef1f6;border-radius:14px;cursor:pointer;text-align:left;transition:all .15s;font-family:inherit;position:relative;width:100%}.sn-item:hover{border-color:#c7d2fe;transform:translate(3px);box-shadow:0 8px 20px #4f46e50f}.sn-item.unread{background:linear-gradient(180deg,#f8faff,#fff);border-color:#c7d2fe}.sn-item.unread:before{content:"";position:absolute;left:0;top:12px;bottom:12px;width:3px;border-radius:3px;background:linear-gradient(180deg,#4f46e5,#7c3aed)}.sn-item-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.sn-item:hover .sn-item-icon{transform:scale(1.05)}.sn-item-body{flex:1;min-width:0}.sn-item-title-row{display:flex;align-items:center;gap:10px;margin-bottom:4px;flex-wrap:wrap}.sn-item-title-row strong{font-size:.9rem;font-weight:800;color:#0f172a;line-height:1.35}.sn-item-type{padding:2px 8px;border-radius:6px;font-size:.63rem;font-weight:800;text-transform:uppercase;letter-spacing:.3px;white-space:nowrap}.sn-item-body p{font-size:.8rem;color:#64748b;margin:0 0 6px;line-height:1.55}.sn-item-time{font-size:.72rem;color:#94a3b8;font-weight:600}.sn-item-dot{width:10px;height:10px;border-radius:50%;background:#4f46e5;flex-shrink:0;margin-top:8px;box-shadow:0 0 0 3px #4f46e526;animation:snPulse 1.8s ease-in-out infinite}@keyframes snPulse{0%,to{transform:scale(1);box-shadow:0 0 0 3px #4f46e526}50%{transform:scale(1.15);box-shadow:0 0 0 6px #4f46e50d}}.sn-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.sn-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.sn-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.sn-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px;line-height:1.55}@media(max-width:640px){.sn-header{padding:18px}.sn-header-icon{width:46px;height:46px}.sn-header-text h1{font-size:1.15rem}.sn-mark-all{width:100%;justify-content:center;margin-left:0}.sn-filters{padding:10px 12px}.sn-item{padding:13px 14px;gap:12px}.sn-item-icon{width:40px;height:40px;min-width:40px}.sn-item-title-row strong{font-size:.85rem}}.sv-page{display:flex;flex-direction:column;gap:20px}.sv-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eff6ff,#e0e7ff);border:1px solid #bfdbfe;border-radius:18px}.sv-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #2563eb4d}.sv-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.sv-header p{font-size:.85rem;color:#64748b;margin:0}.sv-progress-card{padding:18px 22px;background:#fff;border:1px solid #eef1f6;border-radius:16px}.sv-progress-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.88rem;color:#0f172a;font-weight:600}.sv-progress-head strong{font-size:1.1rem;font-weight:900;color:#2563eb}.sv-progress-pct{font-size:1rem;font-weight:900;color:#2563eb}.sv-progress-bar{height:10px;background:#f1f5f9;border-radius:999px;overflow:hidden}.sv-progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#7c3aed,#10b981);border-radius:999px;transition:width .4s ease}.sv-steps{display:flex;flex-direction:column;gap:10px}.sv-step{display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1.5px solid #eef1f6;border-radius:14px;transition:all .15s}.sv-step:hover{border-color:#c7d2fe;transform:translate(2px)}.sv-step-done{background:linear-gradient(180deg,#f0fdf4,#fff);border-color:#86efac}.sv-step-in_progress{background:linear-gradient(180deg,#eff6ff,#fff);border-color:#bfdbfe}.sv-step-num{width:40px;height:40px;min-width:40px;border-radius:12px;background:#f1f5f9;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.9rem;font-weight:900;flex-shrink:0}.sv-step-done .sv-step-num{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.sv-step-in_progress .sv-step-num{background:linear-gradient(135deg,#2563eb,#4f46e5);color:#fff;animation:svPulse 2s infinite}@keyframes svPulse{0%,to{box-shadow:0 0 #2563eb66}50%{box-shadow:0 0 0 8px #2563eb00}}.sv-step-body{flex:1;min-width:0}.sv-step-body strong{display:block;font-size:.9rem;font-weight:800;color:#0f172a;margin-bottom:3px}.sv-step-body p{font-size:.78rem;color:#64748b;margin:0;line-height:1.4}.sv-step-badge{padding:5px 12px;border-radius:999px;font-size:.7rem;font-weight:800;white-space:nowrap;flex-shrink:0}.sv-step-badge-done{background:#ecfdf5;color:#16a34a}.sv-step-badge-in_progress{background:#eff6ff;color:#2563eb}.sv-step-badge-pending{background:#f1f5f9;color:#64748b}.sv-step-badge-blocked{background:#fef2f2;color:#dc2626}.sv-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center;color:#cbd5e1}.sv-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.sv-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px}.sv-seed-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 20px #4f46e54d}.sv-seed-btn:hover{transform:translateY(-1px)}.sv-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:svSpin .8s linear infinite}@keyframes svSpin{to{transform:rotate(360deg)}}.sv-info{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:14px;color:#1e40af}.sv-info strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.sv-info p{font-size:.78rem;margin:0;line-height:1.5}.sd-page{display:flex;flex-direction:column;gap:20px}.sd-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:18px}.sd-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#d97706,#ea580c);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #d977064d}.sd-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.sd-header p{font-size:.85rem;color:#78350f;margin:0}.sd-info-card{display:flex;align-items:center;gap:14px;padding:18px 22px;background:linear-gradient(135deg,#eef2ff,#e0e7ff);border:1px solid #c7d2fe;border-radius:16px}.sd-info-icon{width:46px;height:46px;border-radius:12px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sd-info-card span{display:block;font-size:.72rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.sd-info-card strong{display:block;font-size:1rem;font-weight:800;color:#0f172a;margin-top:3px}.sd-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.sd-card{padding:20px;background:#fff;border:1px solid #eef1f6;border-radius:16px}.sd-card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.sd-card h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 6px}.sd-card p{font-size:.82rem;color:#64748b;margin:0;line-height:1.5}.sd-contact{padding:20px 22px;background:#fff;border:1px solid #eef1f6;border-radius:16px;display:flex;flex-direction:column;gap:10px}.sd-contact h3{font-size:.9rem;font-weight:800;color:#0f172a;margin:0 0 4px}.sd-contact-row{display:flex;align-items:center;gap:9px;font-size:.85rem;color:#334155;font-weight:600}.sd-contact-row svg{color:#4f46e5}.sd-contact-link{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;background:#eef2ff;color:#4f46e5;border-radius:10px;text-decoration:none;font-size:.82rem;font-weight:800;margin-top:6px;width:-moz-fit-content;width:fit-content;transition:all .15s}.sd-contact-link:hover{background:#e0e7ff}.sd-info-banner{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#fef3c7,#fef9c3);border:1px solid #fde68a;border-radius:14px;color:#78350f}.sd-info-banner strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.sd-info-banner p{font-size:.78rem;margin:0;line-height:1.5}.sd-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center;color:#cbd5e1}.sd-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.sd-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px}.sd-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#d97706;border-radius:50%;animation:sdSpin .8s linear infinite}@keyframes sdSpin{to{transform:rotate(360deg)}}.sp-page{display:flex;flex-direction:column;gap:20px}.sp-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #86efac;border-radius:18px}.sp-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #10b9814d}.sp-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.sp-header p{font-size:.85rem;color:#065f46;margin:0}.sp-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.sp-stat{display:flex;align-items:center;gap:14px;padding:18px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.sp-stat:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a0f}.sp-stat-urgent{background:linear-gradient(180deg,#fef2f2,#fff);border-color:#fecaca}.sp-stat-icon{width:46px;height:46px;min-width:46px;border-radius:12px;display:flex;align-items:center;justify-content:center}.sp-stat strong{display:block;font-size:1.3rem;font-weight:900;color:#0f172a;line-height:1.1}.sp-stat span{display:block;font-size:.74rem;color:#94a3b8;margin-top:4px;font-weight:700}.sp-toolbar{display:flex;gap:10px;flex-wrap:wrap}.sp-search{flex:1;min-width:240px;display:flex;align-items:center;gap:10px;padding:0 16px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8;transition:all .15s}.sp-search:focus-within{border-color:#86efac;box-shadow:0 0 0 3px #10b98114}.sp-search input{flex:1;border:none;background:transparent;outline:none;font-size:.88rem;color:#0f172a;font-family:inherit}.sp-search button{width:22px;height:22px;border-radius:6px;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.sp-filter{display:flex;align-items:center;gap:8px;padding:0 14px;height:46px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#64748b}.sp-filter select{border:none;background:transparent;outline:none;font-size:.85rem;color:#0f172a;font-weight:700;cursor:pointer;font-family:inherit;padding-right:6px}.sp-list{display:flex;flex-direction:column;gap:10px}.sp-card{position:relative;display:flex;align-items:center;gap:14px;padding:16px 18px;background:#fff;border:1.5px solid #eef1f6;border-radius:14px;cursor:pointer;transition:all .15s;font-family:inherit;text-align:left;width:100%}.sp-card:hover{border-color:#86efac;box-shadow:0 8px 24px #10b9811a;transform:translateY(-2px)}.sp-card-urgent{border-color:#fbbf24;background:linear-gradient(180deg,#fffbeb,#fff);box-shadow:0 4px 14px #fbbf2426}.sp-card-icon{width:48px;height:48px;min-width:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;flex-shrink:0}.sp-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.sp-card-title{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sp-card-title strong{font-size:1.05rem;font-weight:900;color:#0f172a}.sp-card-status{padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.sp-card-meta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.sp-card-meta span{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b;font-weight:600}.sp-card-type{color:#4f46e5!important;font-weight:800!important}.sp-card-bank{display:inline-flex;align-items:center;gap:4px;font-size:.72rem;color:#94a3b8;font-weight:600}.sp-card-badge{padding:5px 12px;border-radius:999px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.3px;white-space:nowrap;flex-shrink:0;box-shadow:0 4px 12px #ef44444d}.sp-card-arrow{color:#cbd5e1;flex-shrink:0}.sp-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center;color:#cbd5e1}.sp-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);color:#10b981;display:flex;align-items:center;justify-content:center}.sp-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.sp-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px;line-height:1.5}.sp-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#10b981;border-radius:50%;animation:spSpin .8s linear infinite}@keyframes spSpin{to{transform:rotate(360deg)}}@media(max-width:640px){.sp-header{padding:18px}.sp-header-icon{width:46px;height:46px}.sp-header h1{font-size:1.15rem}.sp-stats{grid-template-columns:repeat(2,1fr)}.sp-toolbar{flex-direction:column}.sp-filter{width:100%}.sp-card{flex-wrap:wrap}.sp-card-badge{position:absolute;top:8px;right:8px}.sp-card-arrow{display:none}}.ssup-page{display:flex;flex-direction:column;gap:20px;max-width:900px}.ssup-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#fce7f3,#fbcfe8);border:1px solid #f9a8d4;border-radius:18px}.ssup-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#db2777,#ec4899);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #db27774d}.ssup-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px;letter-spacing:-.4px}.ssup-header p{font-size:.85rem;color:#831843;margin:0}.ssup-contacts{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.ssup-contact{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:#fff;border:1px solid #eef1f6;border-radius:16px;text-decoration:none;color:inherit;text-align:center;transition:all .15s}.ssup-contact:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0f172a14;border-color:#c7d2fe}.ssup-contact-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.ssup-contact strong{font-size:.88rem;font-weight:800;color:#0f172a}.ssup-contact span{font-size:.78rem;color:#64748b;word-break:break-word}.ssup-card{background:#fff;border:1px solid #eef1f6;border-radius:16px;padding:22px}.ssup-card-head{display:flex;align-items:center;gap:9px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #f1f5f9;color:#4f46e5}.ssup-card-head h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0}.ssup-faqs{display:flex;flex-direction:column;gap:8px}.ssup-faq{background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;overflow:hidden;transition:all .15s}.ssup-faq.open{border-color:#c7d2fe;background:#fff}.ssup-faq-head{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:14px 16px;background:transparent;border:none;cursor:pointer;text-align:left;font-family:inherit;color:#0f172a;transition:background .15s}.ssup-faq-head:hover{background:#f1f5f9}.ssup-faq-head strong{font-size:.85rem;font-weight:700;flex:1;line-height:1.4}.ssup-faq-head svg{color:#4f46e5;flex-shrink:0}.ssup-faq-body{padding:0 16px 16px;font-size:.82rem;color:#475569;line-height:1.65;margin:0;animation:ssupSlide .2s ease}@keyframes ssupSlide{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ssup-form{display:flex;flex-direction:column;gap:12px}.ssup-input,.ssup-textarea{padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:11px;font-size:.88rem;font-family:inherit;color:#0f172a;outline:none;transition:border-color .15s;resize:vertical}.ssup-input:focus,.ssup-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.ssup-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 8px 20px #4f46e54d;align-self:flex-start}.ssup-submit:hover:not(:disabled){transform:translateY(-1px)}.ssup-submit:disabled{opacity:.5;cursor:not-allowed}.ssup-sent{display:flex;align-items:center;gap:14px;padding:18px;background:#ecfdf5;border:1px solid #86efac;border-radius:12px;color:#166534}.ssup-sent svg{flex-shrink:0}.ssup-sent strong{display:block;font-size:.88rem;font-weight:800;margin-bottom:3px}.ssup-sent p{font-size:.78rem;margin:0}.sc-page{display:flex;flex-direction:column;gap:20px}.sc-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:80px 24px;color:#64748b}.sc-spin{animation:scSpin 1s linear infinite;color:#4f46e5}@keyframes scSpin{to{transform:rotate(360deg)}}.sc-empty{display:flex;flex-direction:column;align-items:center;gap:14px;padding:80px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:20px;text-align:center}.sc-empty-icon{width:80px;height:80px;border-radius:24px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.sc-empty h3{font-size:1.1rem;font-weight:800;color:#334155;margin:0}.sc-empty p{font-size:.85rem;color:#94a3b8;margin:0;max-width:400px;line-height:1.5}.sc-empty-btn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:12px 22px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;text-decoration:none;font-size:.85rem;font-weight:800;transition:all .15s;box-shadow:0 8px 20px #4f46e54d}.sc-empty-btn:hover{transform:translateY(-1px);box-shadow:0 12px 26px #4f46e566}.sc-hero{position:relative;border-radius:22px;overflow:hidden;min-height:260px;display:flex;align-items:flex-end;padding:28px;color:#fff}.sc-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.sc-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0f172a26,#0f172a8c 55%,#0f172ae6);z-index:1}.sc-hero-content{position:relative;z-index:2;width:100%;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;flex-wrap:wrap}.sc-hero-logo{width:96px;height:96px;min-width:96px;border-radius:22px;background:#fff;color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 32px #0f172a59;border:4px solid rgba(255,255,255,.9);font-size:2rem;font-weight:900}.sc-hero-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:10px}.sc-hero-info{flex:1;min-width:260px}.sc-hero-name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:8px}.sc-hero-name-row h1{font-size:1.8rem;font-weight:900;margin:0;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.sc-hero-verified{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;border-radius:999px;background:#ecfdf5f2;color:#16a34a;font-size:.72rem;font-weight:800}.sc-hero-owner{display:flex;align-items:center;gap:6px;font-size:.88rem;color:#ffffffe6;margin:0 0 10px;font-weight:600}.sc-hero-chips{display:flex;gap:8px;flex-wrap:wrap}.sc-hero-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(255,255,255,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.75rem;font-weight:700;color:#fff}.sc-hero-chip-gold{background:#facc1540;border-color:#facc1566}.sc-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.sc-hero-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 18px;border-radius:11px;border:none;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;text-decoration:none;white-space:nowrap}.sc-hero-btn-ghost{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sc-hero-btn-ghost:hover{background:#ffffff47}.sc-hero-btn-primary{background:#fff;color:#4f46e5;box-shadow:0 10px 24px #0f172a40}.sc-hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #0f172a59}.sc-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.sc-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px;transition:all .15s}.sc-stat:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0f172a0f}.sc-stat-icon{width:44px;height:44px;min-width:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.sc-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.sc-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.sc-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:18px;align-items:start}.sc-col-main,.sc-col-side{display:flex;flex-direction:column;gap:18px}.sc-card{background:#fff;border:1px solid #eef1f6;border-radius:18px;padding:22px}.sc-card-head{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.sc-card-icon{width:40px;height:40px;min-width:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sc-card-head h3{font-size:.95rem;font-weight:800;color:#0f172a;margin:0 0 2px}.sc-card-head span{font-size:.75rem;color:#94a3b8}.sc-desc{font-size:.88rem;color:#475569;line-height:1.7;margin:0;white-space:pre-wrap}.sc-services{display:flex;flex-direction:column;gap:10px}.sc-service{display:flex;gap:12px;padding:13px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;align-items:flex-start}.sc-service-icon{width:36px;height:36px;min-width:36px;border-radius:10px;background:#ecfdf5;color:#16a34a;display:flex;align-items:center;justify-content:center}.sc-service strong{display:block;font-size:.85rem;color:#0f172a;font-weight:800;margin-bottom:3px}.sc-service p{font-size:.76rem;color:#64748b;margin:0;line-height:1.5}.sc-team{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.sc-team-item{display:flex;gap:11px;padding:12px;background:#f8fafc;border:1px solid #eef1f6;border-radius:12px;align-items:center}.sc-team-avatar{width:44px;height:44px;min-width:44px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1rem;overflow:hidden}.sc-team-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.sc-team-item>div:last-child{flex:1;min-width:0}.sc-team-item strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a;margin-bottom:2px}.sc-team-pos{display:block;font-size:.72rem;color:#4f46e5;font-weight:700}.sc-team-exp{display:inline-flex;align-items:center;gap:3px;font-size:.68rem;color:#94a3b8;margin-top:3px}.sc-stories{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.sc-story{padding:14px;background:linear-gradient(180deg,#f8faff,#fff);border:1px solid #e0e7ff;border-radius:12px;display:flex;flex-direction:column;gap:5px}.sc-story-head{display:flex;gap:10px;align-items:center;margin-bottom:6px}.sc-story-avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800}.sc-story-head strong{display:block;font-size:.85rem;font-weight:800;color:#0f172a}.sc-story-head span{display:block;font-size:.72rem;color:#64748b;margin-top:2px}.sc-story-uni{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#4f46e5;font-weight:700}.sc-story-prog{font-size:.7rem;color:#94a3b8}.sc-story-quote{font-size:.78rem;color:#475569;font-style:italic;line-height:1.55;margin:8px 0 0;padding-top:8px;border-top:1px solid #eef1f6}.sc-msg-card{background:linear-gradient(180deg,#f8faff,#fff);border-color:#c7d2fe}.sc-msg-input{width:100%;padding:12px 14px;border:1.5px solid #e2e8f0;border-radius:11px;font-size:.85rem;font-family:inherit;color:#0f172a;outline:none;resize:vertical;transition:border-color .15s;margin-bottom:10px}.sc-msg-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e514}.sc-msg-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:11px 20px;border-radius:11px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;font-size:.85rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit;box-shadow:0 6px 18px #4f46e54d}.sc-msg-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #4f46e566}.sc-msg-btn:disabled{opacity:.5;cursor:not-allowed}.sc-msg-sent{display:flex;align-items:center;gap:11px;padding:14px;background:#ecfdf5;border:1px solid #86efac;border-radius:12px;color:#166534}.sc-msg-sent strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:2px}.sc-msg-sent p{font-size:.74rem;margin:0}.sc-contact-list{display:flex;flex-direction:column;gap:8px}.sc-contact-item{display:flex;align-items:center;gap:11px;padding:11px 13px;background:#f8fafc;border:1px solid #eef1f6;border-radius:11px;color:#4f46e5;text-decoration:none;transition:all .15s}.sc-contact-item:hover{background:#eff6ff;border-color:#bfdbfe;transform:translate(2px)}.sc-contact-item>div{flex:1;min-width:0}.sc-contact-item span{display:block;font-size:.68rem;color:#94a3b8;font-weight:700;text-transform:uppercase;letter-spacing:.3px}.sc-contact-item strong{display:block;font-size:.82rem;color:#0f172a;font-weight:700;margin-top:2px;word-break:break-word}.sc-chips{display:flex;flex-wrap:wrap;gap:6px}.sc-chip{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:999px;font-size:.75rem;font-weight:700}.sc-chip-blue{background:#eff6ff;color:#2563eb}.sc-chip-green{background:#ecfdf5;color:#16a34a}.sc-office-card{background:linear-gradient(180deg,#f8faff,#fff);border-color:#e0e7ff}.sc-office-head{display:flex;align-items:center;gap:9px;color:#4f46e5;font-size:.9rem;font-weight:800;margin-bottom:12px}.sc-office-url{padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px}.sc-office-url code{font-size:.72rem;color:#4f46e5;font-weight:700;word-break:break-all}.sc-office-btn{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;border-radius:10px;background:#4f46e5;color:#fff;font-size:.82rem;font-weight:800;text-decoration:none;transition:all .15s}.sc-office-btn:hover{background:#4338ca;transform:translateY(-1px)}.sc-info-banner{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:14px;color:#1e40af}.sc-info-banner svg{flex-shrink:0;margin-top:2px}.sc-info-banner strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.sc-info-banner p{font-size:.78rem;margin:0;line-height:1.5}@media(max-width:1100px){.sc-grid{grid-template-columns:1fr}.sc-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.sc-hero{min-height:340px;padding:20px}.sc-hero-content{flex-direction:column;align-items:flex-start}.sc-hero-logo{width:72px;height:72px;min-width:72px;border-radius:18px;font-size:1.6rem}.sc-hero-name-row h1{font-size:1.35rem}.sc-hero-actions{width:100%}.sc-hero-btn{flex:1;justify-content:center}.sc-stats{grid-template-columns:1fr}.sc-card{padding:16px}.sc-stories,.sc-team{grid-template-columns:1fr}}.sf-page{display:flex;flex-direction:column;gap:20px}.sf-header{display:flex;align-items:center;gap:16px;padding:22px 26px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);border:1px solid #c7d2fe;border-radius:18px}.sf-header-icon{width:54px;height:54px;border-radius:14px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 10px 24px #4f46e54d}.sf-header h1{font-size:1.35rem;font-weight:900;color:#0f172a;margin:0 0 4px}.sf-header p{font-size:.85rem;color:#64748b;margin:0}.sf-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.sf-stat{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid #eef1f6;border-radius:14px}.sf-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sf-stat strong{display:block;font-size:1.35rem;font-weight:900;color:#0f172a;line-height:1}.sf-stat span{display:block;font-size:.72rem;color:#94a3b8;font-weight:600;margin-top:4px}.sf-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.sf-tabs{display:flex;gap:6px;padding:5px;background:#fff;border:1px solid #eef1f6;border-radius:14px}.sf-tab{display:inline-flex;align-items:center;gap:6px;padding:9px 14px;border-radius:10px;background:transparent;border:none;color:#64748b;font-size:.82rem;font-weight:800;cursor:pointer;transition:all .15s;font-family:inherit}.sf-tab:hover{background:#f8fafc;color:#4f46e5}.sf-tab.active{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 6px 16px #4f46e540}.sf-tab span{padding:1px 7px;border-radius:999px;background:#ffffff40;font-size:.68rem;font-weight:900}.sf-tab:not(.active) span{background:#eef2ff;color:#4f46e5}.sf-search{flex:1;min-width:220px;display:flex;align-items:center;gap:8px;padding:0 14px;height:44px;background:#fff;border:1.5px solid #eef1f6;border-radius:12px;color:#94a3b8}.sf-search:focus-within{border-color:#c7d2fe;box-shadow:0 0 0 3px #4f46e514}.sf-search input{flex:1;border:none;outline:none;background:transparent;font-size:.85rem;color:#0f172a;font-family:inherit}.sf-search button{width:22px;height:22px;border-radius:6px;background:#f1f5f9;border:none;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center}.sf-list{display:flex;flex-direction:column;gap:12px}.sf-card{display:flex;align-items:center;gap:16px;padding:16px 18px;background:#fff;border:1.5px solid #eef1f6;border-radius:16px;transition:all .15s}.sf-card:hover{border-color:#c7d2fe;box-shadow:0 10px 26px #4f46e50f}.sf-card-university{border-left:4px solid #7c3aed}.sf-card-consultant{border-left:4px solid #16a34a}.sf-card-logo{width:54px;height:54px;min-width:54px;border-radius:14px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#4f46e5;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e2e8f0;flex-shrink:0}.sf-card-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;padding:6px}.sf-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.sf-card-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.sf-card-title-row strong{font-size:.98rem;font-weight:800;color:#0f172a}.sf-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:999px;font-size:.68rem;font-weight:800;white-space:nowrap}.sf-badge-university{background:#f5f3ff;color:#7c3aed}.sf-badge-consultant{background:#ecfdf5;color:#16a34a}.sf-faculty-line{display:flex;align-items:center;gap:5px;font-size:.78rem;color:#64748b;font-weight:600}.sf-faculty-line svg{color:#94a3b8;flex-shrink:0}.sf-prefs-line{display:flex;gap:6px;flex-wrap:wrap;margin-top:2px}.sf-pref{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:.68rem;font-weight:700}.sf-pref svg{color:#4f46e5}.sf-card-actions{display:flex;gap:6px;flex-shrink:0}.sf-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:9px 12px;border-radius:9px;font-size:.78rem;font-weight:800;cursor:pointer;border:1.5px solid transparent;transition:all .15s;font-family:inherit;white-space:nowrap}.sf-btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;box-shadow:0 6px 14px #4f46e540}.sf-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 22px #4f46e559}.sf-btn-ghost{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.sf-btn-ghost:hover{background:#e0e7ff;color:#4f46e5;border-color:#c7d2fe}.sf-btn-danger{background:#fef2f2;color:#dc2626;border-color:#fecaca}.sf-btn-danger:hover{background:#fee2e2;border-color:#fca5a5}.sf-empty{display:flex;flex-direction:column;align-items:center;gap:12px;padding:64px 24px;background:#fff;border:1.5px dashed #e2e8f0;border-radius:18px;text-align:center}.sf-empty-icon{width:76px;height:76px;border-radius:22px;background:linear-gradient(135deg,#eef2ff,#f5f3ff);color:#a5b4fc;display:flex;align-items:center;justify-content:center}.sf-empty h3{font-size:1.05rem;font-weight:800;color:#334155;margin:0}.sf-empty p{font-size:.85rem;color:#94a3b8;max-width:400px;line-height:1.55;margin:0}.sf-spin{animation:sfSpin 1s linear infinite;color:#4f46e5}@keyframes sfSpin{to{transform:rotate(360deg)}}.sf-info{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:14px;color:#1e40af}.sf-info strong{display:block;font-size:.85rem;font-weight:800;margin-bottom:3px}.sf-info p{font-size:.78rem;margin:0;line-height:1.55}@media(max-width:720px){.sf-stats{grid-template-columns:1fr}.sf-toolbar{flex-direction:column;align-items:stretch}.sf-search{min-width:0}.sf-card{flex-wrap:wrap;gap:12px}.sf-card-actions{width:100%;justify-content:flex-end}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.left-3{left:.75rem}.right-3{right:.75rem}.right-6{right:1.5rem}.top-1\/2{top:50%}.top-3{top:.75rem}.z-10{z-index:10}.m-0{margin:0}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-16{height:4rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-9{height:2.25rem}.h-\[560px\]{height:560px}.h-\[600px\]{height:600px}.h-\[70vh\]{height:70vh}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[70\%\]{max-height:70%}.min-h-\[2\.75rem\]{min-height:2.75rem}.min-h-\[26px\]{min-height:26px}.min-h-\[3\.5rem\]{min-height:3.5rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-4{width:1rem}.w-64{width:16rem}.w-9{width:2.25rem}.w-full{width:100%}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.max-w-\[70\%\]{max-width:70%}.max-w-\[80\%\]{max-width:80%}.max-w-\[85\%\]{max-width:85%}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-br-none{border-bottom-right-radius:0}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-indigo-100{--tw-border-opacity: 1;border-color:rgb(224 231 255 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity: 1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/30{border-color:#ffffff4d}.border-t-transparent{border-top-color:transparent}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/50{background-color:#f9fafb80}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/95{background-color:#fffffff2}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-400{--tw-gradient-from: #60a5fa var(--tw-gradient-from-position);--tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-50{--tw-gradient-from: #eef2ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-50{--tw-gradient-from: #fff7ed var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-950\/85{--tw-gradient-from: rgb(2 6 23 / .85) var(--tw-gradient-from-position);--tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-amber-50{--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-indigo-50{--tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-950\/55{--tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(2 6 23 / .55) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-blue-100{--tw-gradient-to: #dbeafe var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)}.to-orange-100{--tw-gradient-to: #ffedd5 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-slate-950\/10{--tw-gradient-to: rgb(2 6 23 / .1) var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-center{-o-object-position:center;object-position:center}.p-1\.5{padding:.375rem}.p-3{padding:.75rem}.p-3\.5{padding:.875rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pr-4{padding-right:1rem}.pt-6{padding-top:1.5rem}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.italic{font-style:italic}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500\/40{color:#3b82f666}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-orange-400\/40{color:#fb923c66}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-30{opacity:.3}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / .05));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#f3f4f6;color:#1f2937;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;margin:0;padding:0}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-105{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:768px){.md\:block{display:block}.md\:flex{display:flex}.md\:h-\[640px\]{height:640px}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:text-5xl{font-size:3rem;line-height:1}}@media(min-width:1024px){.lg\:right-14{right:3.5rem}}
