:root{--font-family: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--bg-gradient: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);--pink: #e65c9c;--pink-dark: #d44c8b;--pink-light: #fff5f8;--pink-border: #fbcfe8;--teal: #0d9488;--teal-light: #f0fdf4;--teal-dark: #0f766e;--primary: #e65c9c;--primary-hover: #d44c8b;--primary-light: #fff5f8;--secondary: #0284c7;--accent: #059669;--accent-light: #ecfdf5;--dark: #0f172a;--dark-slate: #1e293b;--bg: #f8fafc;--card-bg: #ffffff;--text: #0f172a;--muted: #64748b;--subtle: #94a3b8;--border: #e2e8f0;--radius-lg: 20px;--radius-md: 14px;--radius-sm: 8px;--shadow-sm: 0 2px 8px rgba(15, 23, 42, .04);--shadow-md: 0 8px 24px rgba(15, 23, 42, .06);--shadow-lg: 0 16px 40px rgba(15, 23, 42, .1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem;position:relative;overflow:hidden}.login-card{width:100%;max-width:460px;background:#fff;border:1px solid #e2e8f0;border-radius:24px;box-shadow:0 20px 50px -10px #0f172a14,0 0 1px #0000000a;overflow:hidden;position:relative;z-index:2}.login-form-area{padding:2rem}.login-header h2{font-size:1.25rem;font-weight:700;margin-bottom:.35rem}.login-header p{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem}.error-box{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;margin-bottom:1.25rem}.input-group{margin-bottom:1.5rem}.input-label{display:block;font-size:.82rem;font-weight:600;color:var(--muted);margin-bottom:.5rem}.phone-row{display:flex;border:1.5px solid var(--border);border-radius:var(--radius-md);overflow:hidden;transition:border-color .2s}.phone-row:focus-within{border-color:var(--primary)}.phone-prefix{background:#f1f5f9;padding:.85rem 1rem;font-weight:600;color:var(--muted);border-right:1.5px solid var(--border);display:flex;align-items:center}.input-field{width:100%;border:none;padding:.85rem 1rem;font-size:1rem;font-family:inherit;outline:none}.btn-primary{width:100%;background:linear-gradient(135deg,#e65c9c,#d44c8b);color:#fff;border:none;padding:.9rem 1.4rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:750;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 14px #e65c9c59;transition:all .2s cubic-bezier(.16,1,.3,1)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#d44c8b,#c0396e);transform:translateY(-2px);box-shadow:0 6px 20px #e65c9c73}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{width:100%;background:#fff;color:#334155;border:1px solid #cbd5e1;padding:.85rem;border-radius:var(--radius-md);font-size:.9rem;font-weight:700;cursor:pointer;margin-top:.75rem;transition:all .15s ease}.btn-secondary:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.btn-back{background:none;border:none;color:var(--muted);font-size:.85rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:.25rem;margin-bottom:1rem;padding:0}.otp-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem;margin-bottom:1.5rem}.otp-cell{width:100%;height:52px;text-align:center;font-size:1.4rem;font-weight:700;border:1.5px solid var(--border);border-radius:var(--radius-md);outline:none;transition:border-color .2s}.otp-cell:focus{border-color:#e65c9c;box-shadow:0 0 0 3px #e65c9c26}.login-footer-info{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.5rem;font-size:.78rem;color:var(--subtle);text-align:center}.app-shell{display:flex;min-height:100vh}.sidebar-nav{width:260px;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem 1rem;position:fixed;top:0;bottom:0;left:0;z-index:100;transition:transform .25s cubic-bezier(.16,1,.3,1)}.sidebar-brand{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem;padding:0 .5rem}.sidebar-close-btn{display:none;background:#f1f5f9;border:none;color:#64748b;width:32px;height:32px;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .15s ease}.sidebar-close-btn:hover{background:#e2e8f0;color:#0f172a}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:150;animation:fadeIn .2s ease forwards}.brand-icon{width:40px;height:40px;background:linear-gradient(135deg,#e65c9c,#0d9488);border-radius:12px;display:flex;align-items:center;justify-content:center}.brand-name{font-weight:800;font-size:1.1rem;letter-spacing:-.01em;display:block;color:#0f172a}.brand-sub{font-size:.75rem;color:var(--muted);display:block}.sidebar-user-card{background:#f8fafc;border:1px solid var(--border);border-radius:var(--radius-md);padding:.85rem;display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.sidebar-avatar{width:36px;height:36px;background:#fff5f8;color:#e65c9c;border:1px solid #fbcfe8;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800}.sidebar-user-info .user-name{font-weight:800;font-size:.88rem;color:#0f172a}.sidebar-user-info .user-advisor{font-size:.75rem;color:var(--muted)}.sidebar-menu{display:flex;flex-direction:column;gap:.35rem;flex:1}.sidebar-link{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;border-radius:var(--radius-md);color:#64748b;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s cubic-bezier(.16,1,.3,1)}.sidebar-link:hover{background:#f8fafc;color:#0f172a}.sidebar-link.active{background:#fff5f8;color:#e65c9c;font-weight:800;border-left:3.5px solid #e65c9c}.sidebar-badge{margin-left:auto;background:#e65c9c;color:#fff;font-size:.72rem;padding:.15rem .55rem;border-radius:99px;font-weight:800}.sidebar-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.logout-btn{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;color:#ef4444;font-weight:600;font-size:.9rem;cursor:pointer;border-radius:var(--radius-md);transition:background .2s}.logout-btn:hover{background:#fef2f2}.main-layout{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.portal-header{height:76px;background:#fff;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:90}.header-left{display:flex;align-items:center;gap:1rem}.mobile-hamburger-btn{display:none;background:#fff;border:1px solid #e2e8f0;color:#0f172a;width:40px;height:40px;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;box-shadow:0 1px 3px #0f172a0d;flex-shrink:0;transition:all .15s ease}.mobile-hamburger-btn:hover{background:#f8fafc;border-color:#cbd5e1}.portal-header h1{font-size:1.35rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0;line-height:1.2}.header-date{font-size:.8rem;color:var(--muted);text-transform:capitalize;margin:.15rem 0 0}.header-right{display:flex;align-items:center;gap:.85rem}.header-brand-tag{display:flex;align-items:center;gap:.4rem;background:#f1f5f9;padding:.4rem .85rem;border-radius:99px;font-size:.75rem;font-weight:700;color:var(--muted)}.header-avatar-badge{width:38px;height:38px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800}.main-content{padding:2rem;flex:1;max-width:1200px}.dashboard-grid{display:flex;flex-direction:column;gap:1.5rem}.welcome-card{background:linear-gradient(135deg,#0f172a,#1e293b 55%,#0d9488);color:#fff;padding:2.25rem 2rem;border-radius:20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 12px 35px -5px #0f172a2e;border:1px solid rgba(255,255,255,.12);position:relative;overflow:hidden}.welcome-text h2{font-size:1.55rem;font-weight:800;margin-bottom:.4rem;letter-spacing:-.02em}.welcome-text p{opacity:.88;font-size:.9rem;max-width:520px;line-height:1.5}.advisor-badge{background:#ffffff14;border:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.9rem 1.25rem;border-radius:14px;display:flex;align-items:center;gap:.85rem}.advisor-avatar{width:38px;height:38px;background:linear-gradient(135deg,#e65c9c,#0d9488);border-radius:10px;display:flex;align-items:center;justify-content:center}.advisor-title{font-size:.7rem;opacity:.8;text-transform:uppercase;letter-spacing:.05em;font-weight:800}.advisor-name{font-weight:800;font-size:.92rem}.advisor-org{font-size:.76rem;opacity:.85}.quick-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.quick-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:1.5rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .22s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #0f172a08}.quick-card:hover{transform:translateY(-3px);box-shadow:0 16px 32px -6px #0f172a14,0 0 0 1px #fbcfe8;border-color:#fbcfe8}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.card-purple .card-icon{background:#faf5ff;color:#8b5cf6}.card-pink .card-icon{background:#fff5f8;color:#e65c9c}.card-teal .card-icon{background:#f0fdf4;color:#0d9488}.card-blue .card-icon{background:#f0f9ff;color:#0284c7}.card-orange .card-icon{background:#fff7ed;color:#ea580c}.card-tag{font-size:.72rem;font-weight:700;color:var(--muted);text-transform:uppercase}.quick-card h3{font-size:1.1rem;font-weight:800;margin-bottom:.4rem;letter-spacing:-.01em}.quick-card p{font-size:.85rem;color:var(--muted);margin-bottom:1.5rem;flex:1;line-height:1.45}.card-footer{display:flex;align-items:center;justify-content:space-between;font-size:.85rem;font-weight:700;color:#0f172a;transition:color .2s}.quick-card:hover .card-footer{color:#0284c7}.security-banner{background:#f0fdf4;border:1px solid #bbf7d0;padding:1.25rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:1rem;color:#166534}.security-banner h4{font-size:.95rem;font-weight:700}.security-banner p{font-size:.82rem;opacity:.9}.chat-container{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);height:calc(100vh - 160px);display:flex;flex-direction:column;overflow:hidden;box-shadow:var(--shadow-sm)}.chat-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:#fafafa}.chat-header-info{display:flex;align-items:center;gap:.85rem}.advisor-avatar-sm{width:42px;height:42px;background:var(--primary);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.chat-subtitle{font-size:.78rem;color:var(--muted)}.security-tag{display:flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:700;background:var(--primary-light);color:var(--primary);padding:.35rem .75rem;border-radius:99px}.chat-feed{flex:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;background:#f8fafc}.chat-empty{margin:auto;text-align:center;color:var(--muted)}.empty-icon{margin-bottom:.75rem;color:var(--subtle)}.empty-title{font-weight:700;font-size:1.1rem}.empty-sub{font-size:.85rem}.message-row{display:flex}.row-me{justify-content:flex-end}.row-other{justify-content:flex-start}.message-bubble{max-width:70%;padding:.85rem 1.15rem;border-radius:18px;font-size:.92rem;box-shadow:var(--shadow-sm)}.bubble-me{background:var(--primary);color:#fff;border-bottom-right-radius:4px}.bubble-other{background:#fff;color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px}.message-meta{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;font-size:.7rem;margin-top:.35rem;opacity:.8}.check-sent{color:#fff9}.check-read{color:#60a5fa}.chat-input-bar{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.75rem;background:#fff}.chat-input{flex:1;border:1.5px solid var(--border);border-radius:var(--radius-md);padding:.85rem 1.15rem;font-size:.95rem;outline:none;font-family:inherit}.chat-input:focus{border-color:var(--primary)}.btn-icon{background:none;border:none;color:var(--muted);cursor:pointer;padding:.5rem}.btn-send{background:var(--primary);color:#fff;border:none;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.btn-send:hover:not(:disabled){background:var(--primary-hover)}.btn-send:disabled{opacity:.5;cursor:not-allowed}.ugeplan-container{display:flex;flex-direction:column;gap:1.5rem}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.section-header h2{font-size:1.4rem;font-weight:800}.section-header p{font-size:.85rem;color:var(--muted)}.header-badge{display:flex;align-items:center;gap:.4rem;background:var(--primary-light);color:var(--primary);padding:.4rem .85rem;border-radius:99px;font-size:.8rem;font-weight:700}.days-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.day-column{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.day-header{background:#f8fafc;padding:.85rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.day-header h3{font-size:.95rem;font-weight:700}.count-pill{background:var(--border);font-size:.72rem;font-weight:700;padding:.1rem .45rem;border-radius:99px}.day-body{padding:.85rem;display:flex;flex-direction:column;gap:.75rem}.day-empty{font-size:.78rem;color:var(--subtle);text-align:center;padding:1rem 0}.plan-card{background:#f8fafc;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.75rem}.plan-time{display:flex;align-items:center;gap:.3rem;font-size:.72rem;color:var(--primary);font-weight:700;margin-bottom:.25rem}.plan-card h4{font-size:.85rem;font-weight:700;margin-bottom:.2rem}.plan-card p{font-size:.78rem;color:var(--muted);margin-bottom:.5rem}.plan-status{display:flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:600;color:var(--muted)}.icon-done{color:#10b981}.icon-pending{color:var(--subtle)}.info-banner{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:1rem 1.25rem;border-radius:var(--radius-md);display:flex;align-items:center;gap:.75rem;font-size:.85rem;font-weight:500}.appointments-list{display:flex;flex-direction:column;gap:1rem}.appointment-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;box-shadow:var(--shadow-sm)}.appointment-left{display:flex;align-items:center;gap:1.25rem}.icon-box{width:50px;height:50px;background:var(--primary-light);border-radius:14px;display:flex;align-items:center;justify-content:center}.appointment-left h3{font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.meta-row{display:flex;gap:1rem;font-size:.82rem;color:var(--muted)}.meta-item{display:flex;align-items:center;gap:.35rem}.appointment-notes{font-size:.82rem;color:var(--muted);margin-top:.5rem;font-style:italic}.status-badge{font-size:.78rem;font-weight:700;padding:.35rem .85rem;border-radius:99px}.status-badge.scheduled{background:#dbeafe;color:#1e40af}.status-badge.completed{background:#dcfce7;color:#15803d}.status-badge.cancelled{background:#fee2e2;color:#b91c1c}.documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.doc-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm)}.doc-icon-box{width:48px;height:48px;background:var(--primary-light);border-radius:12px;display:flex;align-items:center;justify-content:center}.doc-info{flex:1}.doc-info h4{font-size:.95rem;font-weight:700;margin-bottom:.2rem}.doc-meta{font-size:.78rem;color:var(--muted)}.btn-download{width:38px;height:38px;border-radius:10px;background:#f1f5f9;color:var(--text);display:flex;align-items:center;justify-content:center;text-decoration:none;transition:background .2s}.btn-download:hover{background:var(--primary);color:#fff}.profile-container{display:flex;flex-direction:column;gap:1.5rem;max-width:800px}.profile-hero-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2.5rem;text-align:center;box-shadow:var(--shadow-sm)}.profile-avatar-xl{width:72px;height:72px;background:var(--primary);color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:800;margin:0 auto 1rem}.profile-hero-card h2{font-size:1.5rem;font-weight:800}.profile-id-tag{font-size:.8rem;color:var(--muted);margin-top:.25rem}.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.profile-section{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.profile-section h3{font-size:1rem;font-weight:700;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;color:var(--text)}.info-list{display:flex;flex-direction:column;gap:.85rem}.info-item{display:flex;justify-content:space-between;align-items:center;font-size:.88rem;border-bottom:1px solid #f1f5f9;padding-bottom:.6rem}.info-item:last-child{border-bottom:none;padding-bottom:0}.info-label{color:var(--muted);display:flex;align-items:center;gap:.35rem}.info-value{font-weight:600}.status-active{color:#10b981}.security-section p{font-size:.85rem;color:var(--muted);line-height:1.6}.btn-logout-full{width:100%;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;padding:1rem;border-radius:var(--radius-md);font-size:.95rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem}.loading-overlay{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#f8fafc,#f1f5f9);padding:1.5rem}.loader-brand{width:56px;height:56px;background:#0f172a;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;box-shadow:0 8px 24px #0f172a1f}.spinner{width:24px;height:24px;border:2.5px solid var(--border);border-top-color:#0f172a;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:.75rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:3rem 2rem;text-align:center;color:var(--muted)}.loading-box{display:flex;justify-content:center;padding:3rem}.secure-post-container{display:grid;grid-template-columns:minmax(280px,340px) 1fr;gap:1.25rem;align-items:start}.secure-post-back-btn{display:none}@media(max-width:1023px){.mobile-hamburger-btn,.sidebar-close-btn{display:flex}.sidebar-nav{width:280px;max-width:85vw;z-index:200;transform:translate(-100%);box-shadow:0 20px 40px #0f172a40}.sidebar-nav.open{transform:translate(0)}.main-layout{margin-left:0;width:100%}.portal-header{padding:0 1rem;height:68px}.portal-header h1{font-size:1.15rem}.header-date{font-size:.72rem}.header-brand-tag span{display:none}.header-brand-tag{padding:.35rem .5rem}.main-content{padding:1.25rem 1rem 2rem}.welcome-card{flex-direction:column;align-items:stretch;gap:1.25rem;padding:1.5rem 1.25rem}.welcome-text h2{font-size:1.35rem}.quick-cards-grid{grid-template-columns:1fr;gap:1rem}.appointment-card{flex-direction:column;align-items:flex-start;gap:1rem}.chat-container{height:calc(100vh - 120px)}.secure-post-banner{padding:1.25rem 1rem!important;flex-direction:column!important;align-items:stretch!important}.secure-post-banner button{width:100%;justify-content:center}.secure-post-container{display:flex;flex-direction:column;width:100%}.secure-post-container.has-selected .secure-post-sidebar,.secure-post-container.no-selected .secure-post-detail{display:none}.secure-post-back-btn{display:inline-flex;align-items:center;gap:.4rem;background:#f1f5f9;border:1px solid #e2e8f0;color:#0f172a;font-size:.82rem;font-weight:700;padding:.5rem .85rem;border-radius:8px;cursor:pointer;align-self:flex-start;transition:all .15s ease}.secure-post-back-btn:hover{background:#e2e8f0}}.chat-date-divider{display:flex;align-items:center;justify-content:center;margin:1.25rem 0 .75rem;position:relative;width:100%}.chat-date-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e2e8f0b3;z-index:1}.chat-date-divider span{position:relative;z-index:2;background:#fff;border:1px solid var(--border, #e2e8f0);box-shadow:0 1px 3px #0f172a0d;padding:.25rem .85rem;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--muted, #64748b);text-transform:capitalize}.questionnaires-container{display:flex;flex-direction:column;gap:1.5rem}.section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.section-header h2{font-size:1.5rem;font-weight:800;color:var(--text);margin-bottom:.25rem}.section-header p{color:var(--muted);font-size:.9rem}.header-badge{display:inline-flex;align-items:center;gap:.4rem;background:var(--primary-light);color:var(--primary);border:1px solid rgba(230,92,156,.2);padding:.4rem .9rem;border-radius:99px;font-size:.8rem;font-weight:800}.quest-group{display:flex;flex-direction:column;gap:1rem}.group-title{font-size:1.05rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:.5rem}.quest-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.quest-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);cursor:pointer;transition:all .2s ease}.quest-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--primary)}.quest-icon{width:48px;height:48px;border-radius:12px;background:var(--primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.quest-info{flex:1}.quest-info h4{font-size:.98rem;font-weight:800;color:var(--text);margin-bottom:.2rem}.quest-info p{font-size:.78rem;color:var(--muted)}.btn-action{background:var(--primary);color:#fff;border:none;border-radius:var(--radius-sm);padding:.45rem .85rem;font-size:.8rem;font-weight:800;display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;box-shadow:0 2px 6px #e65c9c40;transition:background .15s}.btn-action:hover{background:var(--primary-hover)}.btn-action-outline{background:#f1f5f9;color:#475569;border:1px solid var(--border);border-radius:var(--radius-sm);padding:.45rem .85rem;font-size:.8rem;font-weight:700;display:inline-flex;align-items:center;gap:.25rem;cursor:pointer;transition:background .15s}.btn-action-outline:hover{background:#e2e8f0}.quest-form-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-sm)}.btn-back{display:inline-flex;align-items:center;gap:.4rem;background:none;border:none;color:var(--muted);font-size:.85rem;font-weight:700;cursor:pointer;margin-bottom:1.5rem;transition:color .15s}.btn-back:hover{color:var(--text)}.quest-form-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1.25rem;border-bottom:1px solid var(--border);margin-bottom:1.75rem}.quest-form-header h3{font-size:1.35rem;font-weight:800;color:var(--text)}.quest-questions-list{display:flex;flex-direction:column;gap:1.5rem}.question-item-card{background:#f8fafc;border:1px solid var(--border);border-radius:var(--radius-md);padding:1.5rem}.question-title{font-size:1rem;font-weight:800;color:var(--text);display:block;margin-bottom:1rem}.question-num{color:var(--primary);margin-right:.25rem}.choices-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem}.choice-pill{background:#fff;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.75rem 1rem;font-size:.9rem;font-weight:700;color:var(--text);display:flex;align-items:center;gap:.6rem;cursor:pointer;transition:all .15s ease}.choice-pill.selected{border-color:var(--primary);background:var(--primary-light);color:var(--primary)}.choice-pill input[type=radio]{accent-color:var(--primary)}.quest-textarea{width:100%;border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem;font-size:.9rem;font-family:inherit;outline:none;resize:vertical;transition:border-color .15s}.quest-textarea:focus{border-color:var(--primary)}.quest-form-footer{margin-top:1.5rem;display:flex;justify-content:flex-end}.criipto-verify-button,.criipto-eid-btn{box-sizing:border-box;color:#fff!important;cursor:pointer;text-align:start;background-color:#0060e6!important;border:0;border-radius:4px;flex-direction:row;align-items:center;gap:16px;min-height:56px;padding:6px 24px 6px 16px;font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:500;text-decoration:none;display:inline-flex;justify-content:flex-start;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 1px 4px #0000002e}.criipto-verify-button:hover,.criipto-eid-btn:hover{background-color:#0050c0!important;color:#fff!important;text-decoration:none;box-shadow:0 3px 8px #0060e647}.criipto-verify-button:active,.criipto-eid-btn:active{background-color:#0045a6!important;transform:translateY(1px)}.criipto-eid-btn .criipto-eid-logo{flex-direction:row;flex-shrink:0;justify-content:flex-start;align-items:center;width:76px;height:26px;display:flex}.criipto-eid-btn .criipto-eid-logo img{max-width:100%;max-height:100%;object-fit:contain;display:block}.criipto-eid-btn span{color:#fff!important;font-weight:500;font-size:14px;line-height:1.2}.criipto-eid-btn.criipto-eid-btn--dk-mitid{background-color:#0060e6!important}.criipto-eid-btn.criipto-eid-btn--dk-mitid:hover{background-color:#0050c0!important}.consent-alert-card{background:linear-gradient(135deg,#fff1f2,#fff7ed);border:1.5px solid #fecdd3;border-radius:var(--radius-lg);padding:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.25rem;margin-bottom:1.5rem;box-shadow:0 4px 20px #e11d4814;animation:fadeIn .3s ease}.consent-alert-main{display:flex;align-items:flex-start;gap:1rem;flex:1}.consent-alert-icon-wrap{width:44px;height:44px;border-radius:12px;background:#ffe4e6;color:#e11d48;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #e11d4826}.consent-alert-text h3{margin:0;font-size:1.05rem;font-weight:800;color:#9f1239;letter-spacing:-.01em}.consent-alert-header-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.25rem;flex-wrap:wrap}.consent-alert-badge{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#f43f5e;color:#fff;padding:.2rem .55rem;border-radius:6px}.consent-alert-text p{margin:0;font-size:.88rem;color:#881337;line-height:1.5}.consent-alert-action{flex-shrink:0}.btn-give-consent{display:inline-flex;align-items:center;gap:.45rem;background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;border:none;padding:.75rem 1.25rem;border-radius:12px;font-size:.9rem;font-weight:800;cursor:pointer;box-shadow:0 4px 14px #e11d484d;transition:all .15s ease;font-family:inherit}.btn-give-consent:hover{transform:translateY(-1px);box-shadow:0 6px 20px #e11d4866;background:linear-gradient(135deg,#f43f5e,#e11d48)}.btn-give-consent:active{transform:translateY(0)}.global-consent-banner{background:#fff1f2;border-bottom:1px solid #fecdd3;padding:.65rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.84rem;color:#9f1239;z-index:50;animation:slideDown .25s ease}.global-consent-banner-content{display:flex;align-items:center;gap:.5rem}.global-consent-banner-icon{color:#e11d48;flex-shrink:0}.global-consent-banner-btn{background:#e11d48;color:#fff;border:none;padding:.35rem .85rem;border-radius:8px;font-size:.78rem;font-weight:750;cursor:pointer;transition:background .15s ease;white-space:nowrap;font-family:inherit}.global-consent-banner-btn:hover{background:#be123c}.sidebar-consent-pill{display:inline-block;font-size:.7rem;font-weight:800;padding:.2rem .5rem;border-radius:6px;line-height:1.2}.sidebar-consent-pill.missing{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.sidebar-consent-pill.ok{background:#dcfce7;color:#15803d;border:1px solid #86efac}.profile-badge-ok{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800;background:#dcfce7;color:#15803d;border:1px solid #bbf7d0;padding:.3rem .7rem;border-radius:99px}.profile-badge-missing{display:inline-flex;align-items:center;gap:.35rem;font-size:.78rem;font-weight:800;background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5;padding:.3rem .7rem;border-radius:99px}.profile-consent-missing-box{background:#fff1f2;border:1px solid #fecdd3;border-radius:12px;padding:1.25rem}.profile-consent-missing{border-color:#fecdd3!important}.consent-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease}.consent-modal-card{background:#fff;width:100%;max-width:540px;border-radius:24px;box-shadow:0 25px 50px -12px #00000040;position:relative;overflow:hidden;display:flex;flex-direction:column;animation:scaleIn .2s ease}.consent-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:#f1f5f9;border:none;color:#64748b;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease;z-index:10}.consent-modal-close:hover{background:#e2e8f0;color:#0f172a}.consent-modal-header{padding:2rem 2rem 1.25rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #f1f5f9}.consent-modal-icon{width:52px;height:52px;border-radius:16px;background:#0f172a;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 18px #0f172a1f}.consent-modal-header h2{margin:0;font-size:1.35rem;font-weight:900;color:#0f172a}.consent-modal-subtitle{margin:.2rem 0 0;font-size:.84rem;color:#64748b}.consent-modal-body{padding:1.5rem 2rem;display:flex;flex-direction:column;gap:1.25rem}.consent-info-box{display:flex;gap:.85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:1rem 1.15rem}.consent-info-icon{color:var(--primary);flex-shrink:0;margin-top:2px}.consent-info-box h4{margin:0 0 .25rem;font-size:.92rem;font-weight:800;color:#0f172a}.consent-info-box p{margin:0;font-size:.83rem;color:#475569;line-height:1.5}.consent-bullet-list{display:flex;flex-direction:column;gap:.65rem}.consent-bullet-item{display:flex;align-items:flex-start;gap:.6rem;font-size:.85rem;color:#334155;line-height:1.45}.consent-bullet-item .bullet-icon{color:#10b981;flex-shrink:0;margin-top:2px}.consent-warning-notice{display:flex;align-items:center;gap:.6rem;background:#fffbeb;border:1px solid #fef3c7;color:#b45309;padding:.75rem 1rem;border-radius:10px;font-size:.82rem;font-weight:600}.consent-error-box{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;padding:.75rem 1rem;border-radius:10px;font-size:.84rem;font-weight:600}.consent-modal-footer{padding:1.25rem 2rem;display:flex;gap:.75rem;border-top:1px solid #f1f5f9;background:#f8fafc}.btn-consent-cancel{flex:1;padding:.85rem;background:#fff;border:1px solid #cbd5e1;color:#475569;font-weight:750;font-size:.9rem;border-radius:12px;cursor:pointer;transition:all .15s ease;font-family:inherit}.btn-consent-cancel:hover{background:#f1f5f9}.btn-consent-confirm{flex:2;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem;background:linear-gradient(135deg,#10b981,#059669);border:none;color:#fff;font-weight:800;font-size:.92rem;border-radius:12px;cursor:pointer;box-shadow:0 4px 14px #10b9814d;transition:all .15s ease;font-family:inherit}.btn-consent-confirm:hover:not(:disabled){background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.btn-consent-confirm:disabled{opacity:.7;cursor:not-allowed}.consent-modal-legal{padding:.6rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.4rem;font-size:.72rem;color:#94a3b8;background:#f8fafc;border-top:1px solid #f1f5f9}.consent-success-view{padding:3.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.75rem}.consent-success-icon{width:76px;height:76px;background:#ecfdf5;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #10b98133;margin-bottom:.5rem}.consent-success-view h2{margin:0;font-size:1.5rem;font-weight:900;color:#0f172a}.consent-success-view p{margin:0;font-size:.95rem;color:#475569;max-width:380px;line-height:1.5}.consent-success-badge{display:inline-flex;align-items:center;gap:.4rem;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-size:.78rem;font-weight:800;padding:.4rem .85rem;border-radius:99px;margin-top:.5rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
