@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap";:root{--bg-page:#f4f6f8;--bg-card:#fff;--bg-sidebar:#fff;--text:#3d4451;--text-muted:#6b7280;--text-heading:#1a1f2e;--border:#e8ecf0;--shadow-sm:0 1px 3px #0f172a0f;--shadow-md:0 8px 24px #0f172a14;--radius:14px;--radius-lg:20px;--teal:#0d9488;--teal-soft:#0d94881f;--teal-dark:#0f766e;--accent-blue:#3b82f6;--accent-blue-soft:#3b82f61f;--accent-amber:#f59e0b;--accent-amber-soft:#f59e0b26;--accent-green:#10b981;--accent-green-soft:#10b9811f;--accent-violet:#8b5cf6;--accent-violet-soft:#8b5cf61f;--font-sans:"Plus Jakarta Sans", system-ui, sans-serif;--font-display:"Outfit", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;font-size:16px}body{font-family:var(--font-sans);color:var(--text);background:var(--bg-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display)}#root{text-align:left;border:none;width:100%;max-width:none;min-height:100vh;margin:0}button{cursor:pointer;font-family:inherit}input{font-family:inherit}.dashboard{width:100%;min-height:100vh;display:flex}.login-screen{background:linear-gradient(150deg,#f8fafc 0%,#eef2ff 45%,#ecfdf5 100%);place-items:center;width:100%;min-height:100vh;padding:1.4rem;display:grid;position:relative;overflow:hidden}.login-backdrop-orb{pointer-events:none;border-radius:999px;position:absolute}.login-backdrop-orb--one{background:radial-gradient(circle at 30% 30%,#22c55e4d,#22c55e0d);width:330px;height:330px;top:-90px;right:-90px}.login-backdrop-orb--two{background:radial-gradient(circle at 30% 30%,#38bdf84d,#38bdf80d);width:320px;height:320px;bottom:-95px;left:-95px}.login-card{z-index:2;background:#fff;border:1px solid #dbe4ea;border-radius:24px;grid-template-columns:minmax(0,1fr) minmax(360px,.92fr);width:min(920px,100%);min-height:560px;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 58px #0f172a29}.login-brand{flex-direction:column;align-items:flex-start;gap:.35rem;margin-bottom:.9rem;display:flex}.login-org-logo{object-fit:contain;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.login-brand strong{letter-spacing:.1em;color:#22a767;align-items:center;font-size:1.04rem;font-weight:800;display:flex}.login-brand span{color:#64748b;letter-spacing:.03em;margin-top:.25rem;font-size:.76rem;font-weight:700;display:block}.login-left{flex-direction:column;justify-content:center;padding:2.1rem 2.1rem 1.8rem;display:flex}.login-card h1{color:#0f172a;margin:.1rem 0 .45rem;font-size:clamp(2rem,4vw,2.55rem);line-height:1.1}.login-card p{color:#64748b;max-width:420px;margin:0 0 1.2rem;font-size:.92rem}.login-portal-switch{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem;margin:0 0 1rem;display:grid}.login-portal-option{color:#374151;background:#fff;border:1px solid #d1d5db;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;min-height:78px;font-size:.8rem;font-weight:700;text-decoration:none;transition:border-color .16s,box-shadow .16s,color .16s;display:inline-flex}.login-portal-option svg{color:#4b5563}.login-portal-option:hover{color:#1f2937;border-color:#93c5fd;text-decoration:none}.login-portal-option.is-active{color:#2563eb;background:#eff6ff;border-color:#3b82f6;box-shadow:inset 0 0 0 1px #3b82f62e}.login-portal-option.is-active svg{color:#2563eb}.login-form{gap:.65rem;display:grid}.login-form label{color:#4b5563;font-size:.78rem;font-weight:600}.login-input-wrap{background:#fff;border:1px solid #d1d5db;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem .7rem;transition:border-color .16s,box-shadow .16s;display:flex}.login-input-wrap:focus-within{border-color:#22a767;box-shadow:0 0 0 3px #22a76721}.login-input-wrap svg{color:#64748b;flex-shrink:0}.login-input-wrap input,.login-input-wrap select{color:#0f172a;background:0 0;border:none;outline:none;width:100%;font-size:.88rem}.login-password-toggle{color:#64748b;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.login-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:.45rem .55rem;font-size:.76rem;font-weight:600}.login-submit-btn{background:linear-gradient(135deg,#67c587 0%,#43ad66 100%);border-radius:999px;justify-content:center;width:100%;margin-top:.55rem;padding:.78rem 1rem;font-size:.92rem;box-shadow:0 12px 26px #22a76747}.login-signup-hint{text-align:center;color:#64748b;margin-top:.95rem;font-size:.78rem}.login-signup-hint span{color:#1f2937;font-weight:700}.login-right{background:linear-gradient(165deg,#42bb70 0%,#33aa64 100%);flex-direction:column;justify-content:space-between;padding:1.2rem 1.1rem 1rem;display:flex}.login-illustration-wrap{background:#ffffff1a;border:1px solid #ffffff40;border-radius:16px;overflow:hidden}.login-illustration-wrap img{object-fit:cover;width:100%;height:310px;display:block}.login-illustration-wrap p{color:#f0fdf4;text-align:center;margin:0;padding:.7rem .75rem .8rem;font-size:.82rem;font-style:italic}.login-right-features{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:.8rem;display:grid}.login-feature-chip{color:#f0fdf4;background:#ffffff29;border:1px solid #ffffff52;border-radius:12px;justify-content:center;align-items:center;gap:.35rem;padding:.7rem .5rem;font-size:.74rem;font-weight:700;display:flex}@media (width<=900px){.login-card{grid-template-columns:1fr;min-height:auto}.login-left{padding:1.35rem 1.2rem 1.1rem}.login-right{padding:.9rem .9rem .95rem}.login-illustration-wrap img{height:220px}}.sidebar{z-index:100;-webkit-overflow-scrolling:touch;background:#fff;border-right:1px solid #e8ecf0;flex-direction:column;flex-shrink:0;width:280px;height:100vh;max-height:100vh;padding:0;display:flex;position:fixed;top:0;left:0;overflow:hidden;box-shadow:2px 0 24px #0f172a0a}.sidebar-inner{flex-direction:column;flex:1;min-height:0;display:flex}.sidebar-nav{scrollbar-width:none;-ms-overflow-style:none;flex:1;min-height:0;padding:0 .75rem .5rem;overflow:hidden auto}.sidebar-nav::-webkit-scrollbar{display:none}.sidebar-bottom{background:#fff;border-top:1px solid #eef1f4;flex-shrink:0;padding:.75rem .85rem 1rem}.sidebar-profile{border-top:1px solid var(--border);background:linear-gradient(#fafbfc 0%,#f4f6f8 100%);align-items:center;gap:.75rem;margin-top:auto;padding:1rem 1.25rem;display:flex}.sidebar-profile-avatar{object-fit:cover;width:44px;height:44px;box-shadow:var(--shadow-sm);border:2px solid #fff;border-radius:50%;flex-shrink:0}.sidebar-profile-meta{min-width:0}.sidebar-profile-meta strong{color:var(--text-heading);font-size:.875rem;font-weight:700;line-height:1.25;display:block}.sidebar-profile-meta span{color:var(--text-muted);font-size:.72rem;line-height:1.3}.sidebar-brand{border-bottom:1px solid #eef1f4;flex-shrink:0;margin-bottom:.5rem;padding:1.15rem 1.1rem .9rem}.sidebar-brand-top{align-items:flex-start;gap:.75rem;display:flex}.sidebar-brand-editable{cursor:pointer;border-radius:14px;margin:-.35rem;padding:.35rem;transition:background .14s}.sidebar-brand-editable:hover{background:#0f172a0d}.sidebar-brand-editable:active{background:#0f172a14}.sidebar-brand-text{min-width:0}.sidebar-brand-tagline{color:#64748b;letter-spacing:.02em;margin:.2rem 0 0;font-size:.72rem;font-weight:600;line-height:1.35}.sidebar-school-logo{color:#fff;text-transform:uppercase;width:40px;height:40px;cursor:inherit;background:linear-gradient(145deg,#22c55e 0%,#16a34a 100%);border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:inline-flex;box-shadow:0 4px 14px #16a34a47}.sidebar-school-logo-flower{color:#fff;width:22px;height:22px}.sidebar-school-logo.has-image{box-shadow:none;background:0 0}.sidebar-school-logo-img{object-fit:contain;border-radius:inherit;width:100%;height:100%}.sidebar-brand-editable:hover .sidebar-school-logo:not(.has-image){filter:brightness(1.04)}.sidebar-school-logo:focus-visible{outline:none}.sidebar-brand h1{font-family:var(--font-display);color:var(--text-heading);letter-spacing:-.02em;margin:0 0 .25rem;font-size:1.15rem;font-weight:700}.sidebar-school-title{font-family:var(--font-display);color:#1e293b;letter-spacing:-.02em;margin:0;font-size:1.05rem;font-weight:800;line-height:1.25}.sidebar-brand-hint{color:#64748b;margin:.45rem 0 0;font-size:.68rem;font-weight:600}.school-brand-modal{max-width:420px}.school-brand-modal input[type=file]{background:#f8fafc;padding:.45rem .55rem}.school-logo-preview-wrap{align-items:center;gap:.6rem;margin-top:.45rem;display:flex}.school-logo-preview{object-fit:cover;border:1px solid #d1d5db;border-radius:10px;width:42px;height:42px}.counselor-chat-fab{z-index:220;cursor:pointer;background:linear-gradient(135deg,#16a34a,#0891b2);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;transition:transform .2s,box-shadow .2s;display:inline-flex;position:fixed;bottom:1.25rem;right:1.25rem;box-shadow:0 8px 28px #16a34a73}.counselor-chat-fab:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 14px 36px #16a34a80}.counselor-chat-fab-pulse{background:#16a34a40;border-radius:50%;animation:2s ease-out infinite chatPulse;position:absolute;inset:-4px}@keyframes chatPulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.5)}to{opacity:0;transform:scale(1.5)}}.counselor-chat-fab-icon{object-fit:contain;filter:brightness(0)invert();z-index:1;width:30px;height:30px;position:relative}.counselor-chat-fab-badge{color:#fff;z-index:2;background:#ef4444;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:0;right:0}.counselor-chat-panel{z-index:230;opacity:0;pointer-events:none;background:#f8fafc;border-radius:20px;flex-direction:column;width:min(400px,100vw - 1.5rem);height:min(660px,100vh - 2rem);transition:transform .26s cubic-bezier(.16,1,.3,1),opacity .22s;display:flex;position:fixed;bottom:1.25rem;right:1.25rem;overflow:hidden;transform:translateY(20px)scale(.97);box-shadow:0 32px 80px #0f172a47,0 0 0 1px #94a3b833}.counselor-chat-panel.is-open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.counselor-chat-header{color:#fff;background:linear-gradient(135deg,#166534 0%,#0e7490 100%);flex-shrink:0;align-items:flex-start;gap:.65rem;padding:.9rem 1rem .85rem;display:flex}.counselor-chat-avatar-wrap{flex-shrink:0;position:relative}.counselor-chat-avatar{object-fit:cover;border:2px solid #ffffff80;border-radius:50%;width:42px;height:42px}.counselor-chat-online-dot{background:#4ade80;border:2px solid #166534;border-radius:50%;width:10px;height:10px;position:absolute;bottom:1px;right:1px}.counselor-chat-header-meta{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.counselor-chat-header-meta strong{color:#fff;font-size:.92rem;font-weight:800;line-height:1.2;display:block}.counselor-chat-role{color:#ffffffbf;font-size:.72rem;font-weight:500}.counselor-chat-secure{color:#86efac;margin-top:.1rem;font-size:.68rem;font-weight:600}.counselor-chat-close{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .15s;display:flex}.counselor-chat-close:hover{background:#ffffff4d}.counselor-chat-banner{color:#1e40af;background:#eff6ff;border-bottom:1px solid #bfdbfe;flex-shrink:0;align-items:flex-start;gap:.5rem;padding:.55rem .9rem;font-size:.72rem;line-height:1.5;display:flex}.counselor-chat-banner-icon{flex-shrink:0;margin-top:.05rem;font-size:.9rem}.counselor-chat-feed{background:#f8fafc;flex-direction:column;flex:1;gap:.85rem;padding:1rem .85rem .5rem;display:flex;overflow-y:auto}.counselor-chat-feed::-webkit-scrollbar{width:4px}.counselor-chat-feed::-webkit-scrollbar-track{background:0 0}.counselor-chat-feed::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:99px}.counselor-chat-row{align-items:flex-end;gap:.45rem;display:flex}.counselor-chat-row.is-user-row{flex-direction:row-reverse}.counselor-chat-msg-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:28px;height:28px;margin-bottom:1.1rem}.counselor-chat-bubble-wrap{flex-direction:column;gap:.2rem;max-width:78%;display:flex}.counselor-chat-bubble{word-break:break-word;border-radius:16px;padding:.6rem .8rem;font-size:.84rem;line-height:1.55}.counselor-chat-bubble.is-counselor{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;box-shadow:0 1px 4px #0000000f}.counselor-chat-bubble.is-user{color:#fff;background:linear-gradient(135deg,#16a34a,#0891b2);border-bottom-right-radius:4px}.counselor-chat-time{color:#94a3b8;align-self:flex-start;padding:0 .3rem;font-size:.65rem}.counselor-chat-time.is-user-time{align-self:flex-end}.counselor-chat-typing{background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;align-items:center;gap:4px;padding:.55rem .8rem;display:flex;box-shadow:0 1px 4px #0000000f}.counselor-chat-typing span{background:#94a3b8;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite typingBounce}.counselor-chat-typing span:nth-child(2){animation-delay:.2s}.counselor-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.counselor-chat-quick-replies{background:#fff;border-top:1px solid #e2e8f0;flex-wrap:wrap;gap:.4rem;padding:.55rem .85rem;display:flex}.counselor-chat-chip{color:#166534;cursor:pointer;white-space:nowrap;background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:999px;padding:.25rem .6rem;font-size:.72rem;font-weight:600;transition:background .15s,border-color .15s,transform .1s}.counselor-chat-chip:hover{background:#dcfce7;border-color:#86efac;transform:translateY(-1px)}.counselor-chat-input-row{background:#fff;border-top:1px solid #e2e8f0;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.65rem .85rem;display:flex}.counselor-chat-input-row textarea{resize:none;color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;flex:1;min-height:42px;max-height:100px;padding:.5rem .65rem;font-family:inherit;font-size:.83rem;line-height:1.5;transition:border-color .15s}.counselor-chat-input-row textarea:focus{background:#fff;border-color:#16a34a}.counselor-chat-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#0891b2);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1rem;transition:opacity .15s,transform .12s;display:flex;box-shadow:0 4px 12px #16a34a59}.counselor-chat-send-btn:hover{opacity:.9;transform:scale(1.08)}.hapminds-logo-img{object-fit:contain;object-position:left center;height:auto;display:block}.header-hapminds-logo{max-width:min(200px,42vw);max-height:40px}.dash-hero-logo{max-width:280px;max-height:48px;margin:.35rem 0 .75rem}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sidebar-brand span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.75rem}.nav-section{box-shadow:none;background:0 0;border:none;border-radius:0;margin:0 0 .15rem;padding:0 0 1rem}.nav-label{text-transform:uppercase;letter-spacing:.14em;color:#94a3b8;margin:.5rem 0 .35rem;padding:0 .65rem;font-size:.65rem;font-weight:700}.nav-item{color:#334155;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:10px;align-items:center;gap:.65rem;width:100%;padding:.62rem .75rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:flex}.nav-item:hover{color:#0f172a;background:#f8fafc;text-decoration:none}.nav-item.active{color:#166534;background:#ecfdf5;text-decoration:none}.nav-item--ghost{color:#334155}.nav-item svg{opacity:1;color:#64748b;flex-shrink:0;width:18px;height:18px;transition:color .15s}.nav-item:hover svg{color:#15803d}.nav-item.active svg{color:#166534}.nav-item-badge{color:#fff;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:auto;padding:0 .3rem;font-size:.68rem;font-weight:800;line-height:1;display:inline-flex;box-shadow:0 0 0 2px #fff}.nav-dropdown-toggle{text-align:left;cursor:pointer;border:none;width:100%;position:relative}.nav-dropdown-chevron{color:#94a3b8;width:16px;height:16px;margin-left:auto;transition:transform .25s}.nav-dropdown-toggle.is-open .nav-dropdown-chevron{transform:rotate(180deg)}.nav-dropdown-items{border-left:2px solid #e2e8f0;flex-direction:column;gap:.15rem;margin-top:.1rem;margin-left:1.1rem;padding-left:.75rem;animation:.25s dropdownSlide;display:flex}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nav-item--nested{padding:.4rem .65rem;font-size:.78rem}.nav-item--nested svg{width:15px;height:15px}.mobile-bottom-nav{display:none}.main-wrap{flex-direction:column;flex:1;width:calc(100% - 280px);min-width:0;min-height:100vh;max-height:100vh;margin-left:280px;display:flex;overflow:visible}.main-sticky-bar{background:var(--bg-page);border-bottom:1px solid #0f172a0f;flex-shrink:0;padding-top:1rem}.main-scroll{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;flex-direction:column;flex:1;min-height:0;display:flex;overflow:auto}.header-bar{border-radius:var(--radius-lg);background:linear-gradient(165deg,#e8ecef 0%,#eef2f5 45%,#e9eef2 100%);border:1px solid #0f172a0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin:0 1.5rem;padding:.875rem 1.35rem;display:flex;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0f}.header-left{flex:1;min-width:180px}.header-search-pill{color:#9ca3af;background:#fff;border:1px solid #0f172a0f;border-radius:999px;align-items:center;gap:.5rem;padding:.55rem 1rem;display:flex}.header-search-pill input{color:var(--text-heading);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.header-search-pill input::placeholder{color:#9ca3af}.header-logo-block{align-items:center;gap:1rem;min-width:0;display:flex}.header-logo-block img{object-fit:cover;border-radius:14px;flex-shrink:0;width:48px;height:48px;box-shadow:0 2px 8px #0d948826}.header-logo-block .titles h2{color:var(--text-heading);font-size:1.08rem;font-weight:700;font-family:var(--font-display);letter-spacing:-.02em;margin:0;line-height:1.2}.header-logo-block .titles p{color:var(--text-muted);margin:.15rem 0 0;font-size:.78rem;font-weight:500}.header-actions{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.5rem;display:flex}.header-user{border-left:1px solid var(--border);align-items:center;gap:.65rem;margin-left:.75rem;padding-left:1rem;display:flex}.header-user img{background:var(--teal-soft);border-radius:50%;width:40px;height:40px}.header-user .meta strong{color:var(--text-heading);font-size:.85rem;display:block}.header-user .meta span{color:var(--text-muted);font-size:.75rem}.header-user-status{background:#22c55e;border:2px solid #e5f9f0;border-radius:999px;width:10px;height:10px;margin-left:.15rem}.header-hapminds-cta{cursor:pointer;background:0 0;border:none;margin-left:.35rem;padding:0}.header-hapminds-cta .header-hapminds-logo{max-height:40px}.header-actions-icons{border-right:1px solid #0f172a14;align-items:center;gap:.35rem;margin-right:.25rem;padding-right:1rem;display:flex}.icon-btn{color:#475569;background:#ffffff73;border:1px solid #0f172a14;border-radius:11px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s,border-color .15s,color .15s;display:flex}.icon-btn:hover{color:#0f766e;background:#ffffffd9;border-color:#0d948833}.header-hapminds{background:0 0;border:none;border-radius:0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.header-hapminds-logo{mix-blend-mode:multiply;opacity:.98;width:auto;max-width:min(180px,38vw);height:auto;max-height:36px;display:block}@media (width<=900px){.header-hapminds-logo{mix-blend-mode:normal;opacity:1}}.toolbar{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#eef1f4;flex-wrap:wrap;align-items:center;gap:.75rem;margin:.75rem 1.5rem 1rem;padding:1rem 1.5rem;display:flex}.search-wrap{border:1px solid var(--border);background:#fff;border-radius:12px;flex:1;align-items:center;gap:.5rem;min-width:200px;padding:.55rem 1rem;display:flex}.search-wrap input{background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.search-wrap input::placeholder{color:#9ca3af}.btn-filter{border:1px solid var(--border);width:44px;height:44px;color:var(--text);background:#fff;border-radius:12px}.btn-primary{background:var(--teal);color:#fff;border:none;border-radius:12px;align-items:center;gap:.4rem;padding:.6rem 1.1rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-primary:hover{background:var(--teal-dark)}.btn-outline{border:1px solid var(--border);color:var(--text-heading);background:#fff;border-radius:10px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.content-area{box-sizing:border-box;flex:1;min-width:0;min-height:min-content;padding:0 1.5rem 1.5rem}.page-title{font-family:var(--font-display);color:var(--text-heading);margin:0 0 .35rem;font-size:1.35rem;font-weight:700}.page-desc{color:var(--text-muted);margin:0 0 1.25rem;font-size:.9rem}.section-block{margin-bottom:2rem}.section-block h3{color:var(--text-heading);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.95rem;font-weight:600;display:flex}.card-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;display:grid}.card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow .2s;overflow:hidden}.card:hover{box-shadow:var(--shadow-md)}.card-media{aspect-ratio:16/10;background:linear-gradient(145deg, var(--teal-soft), #e0f2f1);position:relative}.card-media img{object-fit:cover;width:100%;height:100%}.play-badge{opacity:0;background:#00000040;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.card:hover .play-badge{opacity:1}.play-badge span{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.2rem;display:flex}.card-body{padding:1rem 1.1rem}.card-body h4{color:var(--text-heading);margin:0 0 .35rem;font-size:.95rem;font-weight:600}.card-meta{color:var(--text-muted);margin-bottom:.5rem;font-size:.8rem}.pill{border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:600;display:inline-block}.pill-teal{background:var(--teal-soft);color:var(--teal-dark)}.pill-blue{background:var(--accent-blue-soft);color:#1d4ed8}.pill-green{background:var(--accent-green-soft);color:#047857}.pill-amber{background:var(--accent-amber-soft);color:#b45309}.pill-violet{background:var(--accent-violet-soft);color:#6d28d9}.book-row{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.book-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);gap:.85rem;padding:.85rem;display:flex}.book-card img{object-fit:cover;border-radius:8px;flex-shrink:0;width:72px;height:96px}.book-card h4{color:var(--text-heading);margin:0 0 .25rem;font-size:.875rem}.book-card .author{color:var(--text-muted);margin-bottom:.5rem;font-size:.75rem}.tag-row{flex-wrap:wrap;gap:.35rem;display:flex}.tag{background:var(--bg-page);color:var(--text-muted);border-radius:6px;padding:.2rem .45rem;font-size:.65rem}.counselor-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);flex-direction:column;min-height:350px;padding:1.15rem;display:flex;position:relative}.counselor-card .avatar-wrap{background:linear-gradient(135deg, var(--teal-soft), var(--accent-blue-soft));border:3px solid #e0f2e9;border-radius:50%;width:72px;height:72px;margin-bottom:.85rem;overflow:hidden;box-shadow:0 2px 8px #00000014}.counselor-card .avatar-wrap img{object-fit:cover;width:100%;height:100%}.counselor-card h4{color:var(--text-heading);margin:0 0 .2rem;font-size:1rem}.counselor-card .title{color:var(--text-muted);min-height:2.2rem;margin-bottom:.65rem;font-size:.8rem}.counselor-card .next{color:var(--teal-dark);background:var(--teal-soft);border-radius:8px;margin-top:auto;margin-bottom:.85rem;padding:.4rem .6rem;font-size:.75rem}.bookings-table{border-collapse:collapse;background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);width:100%;font-size:.875rem;overflow:hidden}.bookings-table th,.bookings-table td{text-align:left;border-bottom:1px solid var(--border);padding:.85rem 1rem}.bookings-table th{background:var(--bg-page);color:var(--text-heading);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.bookings-table tr:last-child td{border-bottom:none}.modal-backdrop{z-index:10000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{border-radius:var(--radius-lg);width:100%;max-width:400px;box-shadow:var(--shadow-md);background:#fff;padding:1.5rem}.modal h3{font-family:var(--font-display);margin:0 0 1rem}.modal label{color:var(--text-heading);margin-bottom:.35rem;font-size:.8rem;font-weight:600;display:block}.modal select,.modal input{border:1px solid var(--border);border-radius:8px;width:100%;margin-bottom:.85rem;padding:.5rem .65rem}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.modal-actions--stack{flex-direction:column;align-items:stretch;gap:.75rem}.modal-actions-row{justify-content:flex-end;gap:.5rem;display:flex}.btn-text-link{color:#0369a1;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;align-self:flex-start;margin:0;padding:0;font-size:.82rem;font-weight:600;text-decoration:underline}.btn-text-link:hover{color:#0c4a6e}.game-card{background:var(--bg-card);border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-sm);align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.game-card .emoji{background:linear-gradient(145deg, var(--accent-violet-soft), var(--teal-soft));border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.5rem;display:flex}.game-card .emoji .screening-tool-icon-img{object-fit:contain;border-radius:10px;width:100%;height:100%;padding:2px}.game-card h4{color:var(--text-heading);margin:0 0 .35rem;font-size:1rem}.game-card p{color:var(--text-muted);margin:0 0 .65rem;font-size:.85rem}.screening-tools-grid{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:1.1rem;display:grid}.screening-tool-card{background:#fff;border:1px solid #dbe2ea;border-radius:22px;flex-direction:column;gap:0;min-height:430px;padding:0;overflow:hidden;box-shadow:0 14px 30px #0f172a14}.screening-tool-card-cover{background:#f3f4f6;border-bottom:1px solid #e5e7eb;place-items:center;height:178px;padding:0;display:grid;position:relative;overflow:hidden}.screening-tool-cover-img{object-fit:cover;object-position:center 32%;width:100%;height:100%;display:block}.screening-tool-card .emoji{background:#fff;border:1px solid #e2e8f0;border-radius:20px;place-items:center;width:118px;height:118px;display:grid;box-shadow:0 10px 24px #0f172a14}.screening-tool-card .emoji .screening-tool-icon-img{object-fit:contain;border-radius:14px;width:92%;height:92%;padding:0}.screening-tool-emoji-fallback{font-size:2.5rem}.screening-tool-card-content{flex-direction:column;flex:1;gap:.35rem;padding:1rem 1rem 1.1rem;display:flex}.screening-tool-card--with-cover .screening-tool-card-content{z-index:2;background:#fff;border:1px solid #e5e7eb;border-radius:16px;margin:-28px 12px 12px;padding:.9rem .85rem .95rem;position:relative;box-shadow:0 8px 20px #0f172a14}.screening-tool-title{color:#0f172a;margin:0;font-size:1.02rem;font-weight:800;line-height:1.3}.screening-tool-desc{color:#6b7280;min-height:2.7em;margin:0;font-size:.86rem;line-height:1.45}.screening-tool-divider{border-top:1px solid #e5e7eb;margin-top:.3rem}.screening-tool-meta-title{color:#111827;margin:.05rem 0 0;font-size:.98rem;font-weight:700}.screening-tool-tag-row{flex-wrap:wrap;gap:.45rem;margin-top:.15rem;display:flex}.screening-tool-chip{color:#374151;background:#fff;border:1px solid #374151;border-radius:999px;padding:.35rem .75rem;font-size:.78rem;font-weight:600;line-height:1}.screening-tool-launch-btn{color:#fff;cursor:pointer;background:#2d3340;border:none;border-radius:14px;align-self:flex-start;margin-top:auto;padding:.55rem 1.15rem;font-size:.9rem;font-weight:700;transition:transform .15s,background .15s}.screening-tool-launch-btn:hover{background:#1f2430;transform:translateY(-1px)}.screening-tool-launch-btn:focus-visible{outline-offset:2px;outline:2px solid #0f766e}.wellness-artifacts-grid{grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:1.1rem;display:grid}.wellness-artifact-card{background:#fff;border:1px solid #dbe3ee;border-radius:20px;transition:transform .18s,box-shadow .18s;overflow:hidden;box-shadow:0 12px 28px #0f172a14}.wellness-artifact-card:hover{transform:translateY(-3px);box-shadow:0 18px 34px #0f172a1f}.wellness-artifact-cover{background:#f8fafc;border-bottom:1px solid #e2e8f0;height:160px;position:relative}.wellness-artifact-cover-img{object-fit:contain;object-position:center;width:100%;height:100%;padding:.4rem;display:block}.wellness-artifact-duration{color:#0f172a;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:800;position:absolute;top:.6rem;right:.6rem}.wellness-artifact-body{padding:.8rem .9rem .95rem}.wellness-artifact-head{align-items:flex-start;gap:.5rem;display:flex}.wellness-artifact-emoji{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;font-size:.95rem;display:inline-grid}.wellness-artifact-body h3{color:#0f172a;margin:0;font-size:1rem;font-weight:800}.wellness-artifact-body p{color:#475569;margin:.25rem 0 0;font-size:.76rem;font-weight:600}.wellness-artifact-blurb{min-height:2.6em;line-height:1.4;margin-top:.55rem!important;font-weight:500!important}.wellness-artifact-play-btn{color:#fff;cursor:pointer;border:none;border-radius:12px;margin-top:.7rem;padding:.52rem .8rem;font-size:.82rem;font-weight:700;transition:transform .15s,filter .15s;box-shadow:0 6px 14px #0f172a2e}.wellness-artifact-play-btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.wellness-artifact-card--mint .wellness-artifact-cover{background:linear-gradient(145deg,#ecfdf5,#dcfce7)}.wellness-artifact-card--sky .wellness-artifact-cover{background:linear-gradient(145deg,#e0f2fe,#dbeafe)}.wellness-artifact-card--amber .wellness-artifact-cover{background:linear-gradient(145deg,#fef3c7,#ffedd5)}.wellness-artifact-card--lavender .wellness-artifact-cover{background:linear-gradient(145deg,#ede9fe,#f5f3ff)}.wellness-artifact-card--teal .wellness-artifact-cover{background:linear-gradient(145deg,#ccfbf1,#ecfeff)}.wellness-artifact-card--mint .wellness-artifact-play-btn{background:linear-gradient(135deg,#22c55e,#16a34a)}.wellness-artifact-card--sky .wellness-artifact-play-btn{background:linear-gradient(135deg,#0ea5e9,#2563eb)}.wellness-artifact-card--amber .wellness-artifact-play-btn{background:linear-gradient(135deg,#f59e0b,#ea580c)}.wellness-artifact-card--lavender .wellness-artifact-play-btn{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.wellness-artifact-card--teal .wellness-artifact-play-btn{background:linear-gradient(135deg,#14b8a6,#0f766e)}.featured-layout{grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:stretch;gap:1.1rem;display:grid}.featured-list-panel{background:#f8fafc;border:1px solid #dbe3ee;border-radius:16px;padding:.85rem}.featured-list-title{color:#0f172a;margin:0;font-size:1.02rem}.featured-list-subtitle{color:#64748b;margin:.3rem 0 .75rem;font-size:.78rem}.featured-list{flex-direction:column;gap:.45rem;display:flex}.featured-list-item{text-align:left;cursor:pointer;background:#fff;border:1px solid #0000;border-radius:12px;padding:.6rem .7rem;transition:border-color .18s,box-shadow .18s,transform .18s}.featured-list-item strong{color:#0f172a;font-size:.86rem;display:block}.featured-list-item span{color:#64748b;margin-top:.14rem;font-size:.72rem;display:block}.featured-list-item:hover{border-color:#cbd5e1;transform:translate(2px)}.featured-list-item.is-active{border-color:#fb923c;box-shadow:0 7px 18px #fb923c33}.featured-preview-card{background:#f8fafc;border:1px solid #dbe3ee;border-radius:16px;grid-template-rows:320px auto;display:grid;overflow:hidden}.featured-preview-cover{background:#f1f5f9;position:relative}.featured-preview-badge{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#f97316;border-radius:8px;padding:.22rem .5rem;font-size:.7rem;font-weight:800;position:absolute;top:.65rem;left:.65rem}.featured-preview-img{object-fit:contain;width:100%;height:100%;min-height:0;padding:.5rem;display:block}.featured-preview-body{background:#fff;padding:.8rem .95rem .9rem}.featured-preview-head{justify-content:space-between;align-items:flex-start;gap:.8rem;display:flex}.featured-preview-head h3{color:#0f172a;margin:0;font-size:1.16rem}.featured-preview-head p{color:#64748b;margin:.2rem 0 0;font-size:.78rem}.featured-preview-duration{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;flex-shrink:0;padding:.22rem .52rem;font-size:.72rem;font-weight:700}.featured-preview-blurb{color:#334155;margin:.62rem 0 0;font-size:.88rem;line-height:1.45}.featured-preview-footer{justify-content:space-between;align-items:center;gap:.8rem;margin-top:.8rem;display:flex}.featured-preview-dots{gap:.3rem;display:inline-flex}.featured-dot{background:#cbd5e1;border-radius:999px;width:6px;height:6px}.featured-dot.is-active{background:#0f172a;width:16px}.featured-preview-next{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:10px;padding:.45rem .74rem;font-size:.78rem;font-weight:700}.featured-preview-next:hover{background:#1f2937}.featured-preview-card--mint .featured-preview-cover{background:linear-gradient(145deg,#ecfdf5,#dcfce7)}.featured-preview-card--sky .featured-preview-cover{background:linear-gradient(145deg,#e0f2fe,#dbeafe)}.featured-preview-card--amber .featured-preview-cover{background:linear-gradient(145deg,#fef3c7,#ffedd5)}.featured-preview-card--lavender .featured-preview-cover{background:linear-gradient(145deg,#ede9fe,#f5f3ff)}.featured-preview-card--teal .featured-preview-cover{background:linear-gradient(145deg,#ccfbf1,#ecfeff)}@media (width<=900px){.featured-layout{grid-template-columns:1fr}.featured-preview-card{grid-template-rows:260px auto}}.footer-dash{color:var(--text-muted);border-top:1px solid var(--border);justify-content:space-between;margin-top:auto;padding:1rem 1.5rem;font-size:.75rem;display:flex}.header-bar--slim{padding-top:.5rem}.header-pill{text-transform:uppercase;letter-spacing:.1em;color:#047857;text-align:center;background:#10b98114;border:1px solid #10b98166;border-radius:999px;padding:.4rem 1rem;font-size:.78rem;font-weight:600}.header-pill-label{white-space:nowrap;animation:3s ease-in-out quote-fade;display:inline-block}@keyframes quote-fade{0%{opacity:0;transform:translateY(6px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-6px)}}.header-brand-right{align-items:center;gap:.65rem;display:flex}.header-hapminds-text{font-family:var(--font-display);color:#14b8a6;letter-spacing:.08em;font-size:.95rem;font-weight:800}.header-account{position:relative}.header-account-trigger{cursor:pointer;background:#fff;border:1px solid #dbe3ee;border-radius:999px;align-items:center;gap:.25rem;padding:.18rem .28rem .18rem .18rem;display:inline-flex;box-shadow:0 2px 8px #0f172a14}.header-account-avatar{color:#fff;background:linear-gradient(145deg,#22c55e 0%,#0ea5e9 100%);border-radius:999px;place-items:center;width:24px;height:24px;font-size:.72rem;font-weight:800;display:inline-grid}.header-account-chevron{color:#64748b;width:14px;height:14px;transition:transform .18s}.header-account.is-open .header-account-chevron{transform:rotate(180deg)}.header-account-dropdown{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:160px;padding:.3rem;position:absolute;top:calc(100% + .35rem);right:0;box-shadow:0 10px 24px #0f172a1f}.header-account-item{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:.5rem;width:100%;padding:.45rem .5rem;font-size:.82rem;font-weight:600;display:flex}.header-account-item:hover{color:#0f172a;background:#f8fafc}.dash-hero{border-radius:var(--radius-lg);color:#f9fafb;background:#4ec277;margin-bottom:1.75rem;padding:1.9rem 2rem;position:relative;overflow:hidden;box-shadow:0 18px 40px #0f766e59}.dash-hero--school{color:#1a2b3c;background:linear-gradient(165deg,#f4fbf7 0%,#eef8f2 42%,#f0faf4 100%);border:1px solid #2d9c642e;border-radius:18px;min-height:172px;margin-bottom:1rem;padding:clamp(.55rem,1.1vw,1rem) clamp(.75rem,1.8vw,1.45rem);box-shadow:inset 0 1px #ffffffa6,0 14px 40px #1a2b3c14}.dash-hero--school button:focus-visible,.dash-hero--school .dash-hero-score-cta:focus-visible{outline-offset:3px;border-radius:6px;outline:2px solid #0f766e}.dash-hero-school-bg{z-index:0;border-radius:inherit;will-change:transform;justify-content:flex-end;align-items:center;display:flex;position:absolute;inset:0;overflow:hidden;transform:translateZ(0)}.dash-hero-school-bg-img{object-fit:cover;object-position:78% 32%;width:120%;height:96%;display:block}.dash-hero--school:before{content:"";z-index:1;border-radius:inherit;pointer-events:none;background:linear-gradient(95deg,#f0f9f4f7 0%,#f0f9f4d1 32%,#f0f9f459 52%,#0000 84%);position:absolute;inset:0}.dash-hero--school .dash-hero-inner{z-index:2;grid-template-rows:minmax(2.5rem,1fr) auto;grid-template-columns:minmax(0,1fr) minmax(196px,min(250px,30vw));align-items:stretch;gap:clamp(.35rem,1vw,.95rem) clamp(.5rem,1.6vw,1.25rem);width:100%;min-width:0;display:grid;position:relative}.dash-hero-copy--school{grid-area:1/1/-1;align-self:center;min-width:0;max-width:min(480px,100%)}.dash-hero-kicker--school{letter-spacing:.14em;color:#2d9c64;opacity:1;font-size:.66rem;font-weight:700}.dash-hero-heading--school{letter-spacing:-.02em;color:#1a2b3c;margin:.2rem 0 .28rem;font-size:clamp(1.1rem,.8rem + 1vw,1.65rem);font-weight:800;line-height:1.15}.dash-hero-heading-line{color:#1a2b3c;display:inline}.dash-hero-heading-thrive{color:#2d9c64;display:inline}.dash-hero-thrive-e{display:inline-block;position:relative}.dash-hero-leaf-above{filter:drop-shadow(0 1px 1px #0000000f);font-size:.42em;line-height:1;position:absolute;bottom:calc(100% - 2px);left:55%;transform:translate(-50%)}.dash-hero-sub--school{color:#5c6b7a;opacity:1;max-width:38rem;margin:0 0 .15rem;font-size:.8rem;line-height:1.45}.dash-hero-features{flex-wrap:wrap;gap:.4rem .65rem;margin:.45rem 0 0;padding:0;list-style:none;display:flex}.dash-hero-features li{flex:140px;align-items:flex-start;gap:.45rem;min-width:0;display:flex}.dash-hero-feature-icon{background:#fff;border:1px solid #2d9c642e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.9rem;display:flex;box-shadow:0 2px 8px #2d9c6414}.dash-hero-feature-text{flex-direction:column;gap:.12rem;min-width:0;display:flex}.dash-hero-feature-text strong{color:#1a2b3c;font-size:.76rem;font-weight:700}.dash-hero-feature-text span{color:#64748b;font-size:.68rem;line-height:1.35}.dash-hero--school .dash-hero-score-card{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fff;border:1px solid #e2e8f0fa;border-radius:16px;grid-area:1/2/span 2;place-self:start end;width:min(100%,246px);min-width:0;max-width:246px;padding:.48rem .62rem .56rem;box-shadow:inset 0 1px #ffffffe6,0 8px 22px #1a2b3c14}.dash-hero-score-top--school{letter-spacing:.1em;text-transform:uppercase;color:#1a2b3c;font-size:.58rem;font-weight:800}.dash-hero-live-pill{letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#34d399 0%,#2d9c64 100%);border:none;border-radius:999px;padding:.14rem .42rem;font-size:.58rem;font-weight:700}.dash-hero-score-fraction{color:#64748b;margin-left:.08rem;font-size:.42em;font-weight:700}.dash-hero-score-trend{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#4ade80 0%,#2d9c64 100%);border-radius:999px;padding:.28rem .55rem;font-size:.72rem;font-weight:700;box-shadow:0 2px 10px #2d9c6447}.dash-hero-mood-lc{border-top:1px solid #e2e8f0e6;align-items:flex-end;gap:.24rem;min-width:0;margin-top:.28rem;padding-top:.28rem;display:flex}.dash-hero-lc-streak{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-shrink:0;align-items:center;gap:.05rem;padding:.12rem .24rem .12rem .16rem;display:inline-flex}.dash-hero-lc-streak--pop{animation:.65s cubic-bezier(.34,1.56,.64,1) both dashStreakCelebrate}.dash-hero-lc-flame{font-size:.76rem;line-height:1;animation:2.5s ease-in-out infinite dashStreakFlame}.dash-hero-lc-count{font-variant-numeric:tabular-nums;color:#1a2b3c;text-align:center;min-width:.72rem;font-size:.78rem;font-weight:800;line-height:1}.dash-hero-lc-cal{flex:1 1 0;justify-content:space-between;align-items:flex-end;gap:.08rem;min-width:0;display:flex}.dash-hero-lc-day{flex-direction:column;flex:1 1 0;align-items:center;gap:.1rem;min-width:0;max-width:1.55rem;display:flex}.dash-hero-lc-day-num{color:#94a3b8;background:#f1f5f9;border:1px solid #0000;border-radius:999px;place-items:center;width:1.05rem;height:1.05rem;font-size:.55rem;font-weight:800;line-height:1;display:grid}.dash-hero-lc-day.is-future .dash-hero-lc-day-num{opacity:.38}.dash-hero-lc-day.is-today .dash-hero-lc-day-num{color:#fff;background:linear-gradient(145deg,#34d399 0%,#059669 100%);border-color:#10b98173;box-shadow:0 2px 8px #05966938}.dash-hero-lc-day.is-today:not(.is-done) .dash-hero-lc-day-num{color:#059669;background:#fff;border:2px solid #34d399;box-shadow:0 0 0 1px #34d39959}.dash-hero-lc-day.is-done .dash-hero-lc-day-num{color:#fff;background:#2d9c64;border-color:#22c55e59}.dash-hero-lc-day.is-done.is-today .dash-hero-lc-day-num{background:linear-gradient(145deg,#4ade80 0%,#16a34a 100%)}.dash-hero-lc-miss{background:#f87171;border-radius:50%;flex-shrink:0;width:4px;height:4px}.dash-hero-lc-go{color:#0f766e;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:9px;flex-shrink:0;place-items:center;width:1.65rem;height:1.65rem;padding:0;font-size:.95rem;font-weight:800;line-height:1;transition:background .12s,border-color .12s,transform .12s;display:grid}.dash-hero-lc-go:hover{background:#ecfdf5;border-color:#2d9c64;transform:translateY(-1px)}.dash-hero-lc-go:active{transform:translateY(0)}.dash-hero-lc-go.is-logged{color:#059669;background:#ecfdf5;border-color:#86efac;font-size:.72rem}@keyframes dashStreakCelebrate{0%{transform:scale(1);box-shadow:0 0 #facc1573}45%{transform:scale(1.06);box-shadow:0 0 0 10px #facc1500}to{transform:scale(1);box-shadow:0 0 #facc1500}}@keyframes dashStreakFlame{0%,to{filter:saturate();transform:translateY(0)scale(1)}50%{filter:saturate(1.15);transform:translateY(-1px)scale(1.08)}}@media (prefers-reduced-motion:reduce){.dash-hero-lc-streak--pop,.dash-hero-lc-flame{animation:none}}.popup-mood-streak{color:#713f12;background:linear-gradient(135deg,#fffbeb 0%,#fef9c3 100%);border:1px solid #eab30859;border-radius:12px;align-items:flex-start;gap:.45rem;margin-top:.75rem;padding:.65rem .85rem;font-size:.82rem;line-height:1.45;display:flex}.popup-mood-streak-emoji{font-size:1.1rem;line-height:1;animation:2.4s ease-in-out infinite dashStreakFlame}@media (prefers-reduced-motion:reduce){.popup-mood-streak-emoji{animation:none}}.dash-hero-score-footnote{color:#64748b;margin:.85rem 0 0;font-size:.78rem;line-height:1.45}.dash-hero-score-cta{color:#2d9c64;cursor:pointer;text-align:left;background:0 0;border:none;margin-top:.65rem;padding:0;font-size:.82rem;font-weight:700;text-decoration:none;transition:color .15s}.dash-hero-score-cta:hover{color:#248056;text-decoration:underline}.dash-hero-inner{justify-content:space-between;align-items:center;gap:2rem;display:flex}.sidebar-user-card{align-items:center;gap:.6rem;padding:.45rem .2rem .35rem;display:flex}.sidebar-user-avatar{color:#fff;background:linear-gradient(145deg,#22c55e 0%,#16a34a 100%);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.95rem;font-weight:800;display:flex}.sidebar-user-meta{flex:1;min-width:0}.sidebar-user-meta strong{color:#1e293b;font-size:.82rem;font-weight:700;line-height:1.25;display:block}.sidebar-user-view-link{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;margin:0;padding:0;font-size:.68rem;font-weight:600}.sidebar-user-view-link:hover{color:#166534;text-decoration:underline}.sidebar-user-chevron{color:#94a3b8;flex-shrink:0;width:16px;height:16px}.sidebar-logout-text{color:#94a3b8;cursor:pointer;text-align:center;background:0 0;border:none;width:100%;margin-top:.35rem;padding:.35rem .2rem;font-size:.72rem;font-weight:600}.sidebar-logout-text:hover{color:#64748b}.dash-hero-copy{max-width:540px}.dash-hero-kicker{text-transform:uppercase;letter-spacing:.16em;opacity:.9;font-size:.75rem;font-weight:600}.dash-hero-heading{font-family:var(--font-display);letter-spacing:.08em;color:#fff;margin:.4rem 0 .25rem;font-size:clamp(1.9rem,3.1vw,2.4rem);font-weight:800}.dash-hero-sub{opacity:.98;margin:0 0 1rem;font-size:.9rem}.dash-hero-score-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(165deg,#fff3 0%,#e0f2fe24 100%);border:1px solid #ffffff4d;border-radius:20px;width:min(360px,100%);padding:1rem 1.05rem;position:relative;overflow:hidden;box-shadow:0 14px 30px #0f172a33}.dash-hero-score-top{text-transform:uppercase;letter-spacing:.12em;color:#ffffffeb;justify-content:space-between;align-items:center;font-size:.74rem;font-weight:700;display:flex}.dash-hero-score-top span:last-child:not(.dash-hero-live-pill){background:#10b9813d;border:1px solid #a7f3d08c;border-radius:999px;padding:.16rem .46rem}.dash-hero-score-value-row{justify-content:space-between;align-items:flex-end;gap:.75rem;margin-top:.6rem;display:flex}.dash-hero-score-value{font-family:var(--font-display);color:#fff;font-size:clamp(1.7rem,3vw,2.1rem);font-weight:700;line-height:1}.dash-hero-score-value small{opacity:.9;margin-left:.2rem;font-size:.72rem;font-weight:600}.dash-hero-score-badge{color:#ecfeff;background:#3b82f647;border:1px solid #bfdbfe8c;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:700}.dash-hero-score-track{background:#ffffff3d;border-radius:999px;width:100%;height:10px;margin-top:.75rem;overflow:hidden}.dash-hero-score-fill{border-radius:inherit;background:linear-gradient(90deg,#99f6e4 0%,#67e8f9 45%,#bfdbfe 100%);height:100%;transition:width .22s;box-shadow:0 0 18px #bae6fdbf}.dash-hero--school .dash-hero-score-value{color:#2d9c64;font-size:clamp(1.32rem,2.2vw,1.64rem);font-weight:800}.dash-hero--school .dash-hero-score-value-row{flex-wrap:wrap;align-items:center;margin-top:.34rem}.dash-hero--school .dash-hero-score-track{background:#e8f5ee;height:6px;margin-top:.42rem}.dash-hero--school .dash-hero-score-fill{box-shadow:none;background:linear-gradient(90deg,#4ade80 0%,#2d9c64 100%)}.dash-hero--school .dash-hero-score-footnote{margin:.42rem 0 0;font-size:.68rem;line-height:1.35}.dash-hero--school .dash-hero-score-cta{margin-top:.34rem;font-size:.72rem}.dash-hero--school .dash-hero-score-trend{padding:.15rem .36rem;font-size:.58rem;box-shadow:0 2px 8px #2d9c6433}.dash-hero-score-meta{color:#ffffffeb;justify-content:space-between;align-items:center;margin-top:.55rem;font-size:.76rem;font-weight:600;display:flex}.dash-hero-score-meta span:last-child{color:#d9f99d}.dash-hero-score-orb{pointer-events:none;border-radius:999px;position:absolute}.dash-hero-score-orb--one{background:radial-gradient(circle at 30% 30%,#bae6fd80,#7dd3fc14);width:88px;height:88px;animation:3.6s ease-in-out infinite orbit-bob;top:-25px;right:-20px}.dash-hero-score-orb--two{background:radial-gradient(circle at 30% 30%,#a7f3d070,#34d39914);width:58px;height:58px;animation:2.8s ease-in-out .5s infinite orbit-bob;bottom:-20px;right:22px}@media (width<=980px){.dash-hero-inner{flex-direction:column;align-items:flex-start;gap:1rem}.dash-hero-score-card{width:100%;max-width:500px}.dash-hero--school .dash-hero-inner{grid-template-columns:minmax(0,1fr) minmax(184px,min(228px,36vw));align-items:stretch;gap:clamp(.45rem,1.8vw,1.25rem) clamp(.55rem,2vw,1.35rem)}.dash-hero--school .dash-hero-copy--school{max-width:min(460px,100%)}}@media (width<=640px){.dash-hero--school .dash-hero-inner{grid-template-rows:auto auto;grid-template-columns:1fr}.dash-hero--school .dash-hero-copy--school{grid-area:1/1;max-width:100%}.dash-hero--school .dash-hero-score-card{grid-area:2/1;width:100%;max-width:500px}}.dash-hero-stats{flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;display:flex}.dash-hero-stat{background:#0f172a29;border:1px solid #94a3b866;border-radius:16px;min-width:120px;padding:.7rem .9rem}.dash-hero-stat-label{text-transform:uppercase;letter-spacing:.12em;opacity:.85;font-size:.7rem;display:block}.dash-hero-stat-value{margin-top:.25rem;font-size:.98rem;font-weight:700;display:block}.dash-hero-art{pointer-events:none;width:230px;height:230px;position:absolute;bottom:.5rem;right:2.5rem}.dash-hero-character{filter:drop-shadow(0 18px 36px #0f172a40);z-index:2;width:130px;height:auto;animation:3s ease-in-out infinite hero-float,.8s ease-out both hero-entrance;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dash-hero-orbit-icon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1;background:#ffffff38;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.15rem;display:flex;position:absolute;box-shadow:0 4px 14px #0f172a2e}.dash-hero-orbit-1{animation:2.8s ease-in-out infinite orbit-bob;top:6%;left:42%}.dash-hero-orbit-2{animation:3.2s ease-in-out .5s infinite orbit-bob;top:22%;right:2%}.dash-hero-orbit-3{animation:2.6s ease-in-out 1s infinite orbit-bob;top:58%;right:2%}.dash-hero-orbit-4{animation:3s ease-in-out 1.5s infinite orbit-bob;bottom:6%;left:42%}.dash-hero-orbit-5{animation:3.4s ease-in-out 2s infinite orbit-bob;top:56%;left:4%}.dash-hero-orbit-6{animation:2.9s ease-in-out 2.5s infinite orbit-bob;top:18%;left:6%}@keyframes hero-float{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,calc(-50% - 14px))}}@keyframes hero-entrance{0%{opacity:0;transform:translate(-50%,-50%)scale(.85)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes orbit-bob{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-8px)scale(1.08)}}.dash-hero-actions{flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex}.dash-hero--college{background:linear-gradient(170deg,#eefbf3 0%,#e8f8ee 100%);border:1px solid #4ec27740;border-radius:22px;padding:.85rem;box-shadow:0 18px 36px #247a4c1f}.dash-hero-college-banner{box-sizing:border-box;background:#f2f8f3;border-radius:18px;justify-content:flex-start;align-items:center;gap:1rem;width:100%;min-height:190px;padding:1.1rem 1.25rem;display:flex;position:relative;overflow:hidden}.dash-hero-college-banner:after{content:"";pointer-events:none;background:linear-gradient(95deg,#eff9f3f2 0%,#eff9f3c7 38%,#eff9f340 64%,#eff9f300 100%);position:absolute;inset:0}.dash-hero-college-bg{z-index:0;position:absolute;inset:0}.dash-hero-college-bg-img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.dash-hero-college-copy{color:#0f172a;z-index:1;max-width:520px;position:relative}.dash-hero-college-kicker{letter-spacing:.08em;text-transform:uppercase;color:#047857;background:#ffffffdb;border:1px solid #2d9c6438;border-radius:999px;align-items:center;padding:.2rem .58rem;font-size:.68rem;font-weight:800;display:inline-flex}.dash-hero-college-heading{letter-spacing:-.01em;margin:.38rem 0 0;font-size:clamp(1.55rem,2.2vw,2.2rem);font-weight:800;line-height:1.1}.dash-hero-college-sub{color:#334155;margin:.5rem 0 0;font-size:.9rem;line-height:1.45}.dash-hero-college-actions{flex-wrap:wrap;gap:.5rem;margin-top:.72rem;display:flex}.dash-hero-college-score-card{z-index:1;background:#ffffffeb;border:1px solid #dbe3ee;border-radius:14px;min-width:220px;max-width:230px;margin-left:auto;padding:.62rem .68rem;position:relative;box-shadow:0 10px 22px #0f172a1a}.dash-hero-college-score-kicker{color:#475569;margin:0;font-size:.72rem;font-weight:700}.dash-hero-college-score-main{align-items:center;gap:.65rem;margin-top:.4rem;display:flex}.dash-hero-college-score-ring{color:#166534;background:#f0fdf4;border:5px solid #16a34a;border-radius:999px;place-items:center;width:74px;height:74px;line-height:1;display:inline-grid}.dash-hero-college-score-ring strong{font-size:1.2rem}.dash-hero-college-score-ring small{color:#475569;margin-top:-2px;font-size:.62rem;font-weight:700}.dash-hero-college-score-meta{gap:.28rem;display:grid}.dash-hero-college-score-pill{color:#166534;background:#dcfce7;border-radius:999px;width:fit-content;padding:.18rem .5rem;font-size:.68rem;font-weight:800;display:inline-flex}.dash-hero-college-score-meta p{color:#334155;margin:0;font-size:.75rem;line-height:1.35}.dash-hero-college-cta{color:#166534;cursor:pointer;background:#fff;border:none;border-radius:999px;padding:.45rem .85rem;font-size:.78rem;font-weight:800;transition:transform .15s,box-shadow .15s;box-shadow:0 7px 16px #0f172a29}.dash-hero-college-cta:hover{transform:translateY(-1px);box-shadow:0 10px 18px #0f172a33}.dash-hero-college-cta--ghost{color:#334155;box-shadow:none;background:#ffffffe0;border:1px solid #cbd5e1}.dash-hero-college-art{flex-shrink:0;width:190px;height:150px;position:relative}.dash-hero-college-avatar{background:#ffffff29;border:1px solid #ffffff59;border-radius:999px;place-items:center;width:108px;height:108px;font-size:3rem;display:grid;position:absolute;bottom:0;right:.25rem;box-shadow:0 20px 38px #0000002e}.dash-hero-college-avatar-img{object-fit:contain;filter:drop-shadow(0 16px 30px #0003);width:174px;height:auto;max-height:168px;position:absolute;bottom:-.35rem;right:-.12rem}.dash-hero-college-dot{border-radius:999px;position:absolute}.dash-hero-college-dot--one{background:#ffffff8c;width:13px;height:13px;top:15px;left:30px}.dash-hero-college-dot--two{background:#fff6;width:11px;height:11px;top:72px;left:0}.dash-hero-college-dot--three{background:#ffffff59;width:9px;height:9px;top:43px;right:35px}.college-overview{grid-template-columns:minmax(0,1fr) minmax(0,260px);align-items:start;gap:1rem;width:100%;max-width:100%;margin-top:1rem;display:grid}.college-overview-main,.college-overview-side{align-content:start;gap:.8rem;display:grid}.college-overview-main{z-index:1;min-width:0;position:relative;overflow:visible}.dash-analytics-wellbeing--college{margin-top:.7rem}.dash-analytics-wellbeing--college .dash-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.college-analytics-streak-card{align-content:start;display:grid}.college-analytics-streak-head{align-items:flex-start;gap:.5rem;display:flex}.college-analytics-streak-head p{gap:.18rem;margin:0;display:grid}.college-analytics-streak-head strong{color:#0f172a;font-size:.9rem}.college-analytics-streak-head span{color:#64748b;font-size:.78rem}.college-analytics-streak-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:.28rem;margin-top:.7rem;display:grid}.college-analytics-streak-day{color:#94a3b8;background:#f8fafc;border:1px solid #dbe3ee;border-radius:999px;place-items:center;height:28px;font-size:.8rem;font-weight:700;display:grid}.college-analytics-streak-day.is-done{color:#166534;background:#dcfce7;border-color:#86efac}.college-overview-side{z-index:0;min-width:0;position:relative}@media (width<=1024px){.dashboard--college .college-overview{grid-template-columns:1fr;gap:1rem}.dash-analytics-wellbeing--college .dash-analytics-grid{grid-template-columns:1fr}.dashboard--college .college-overview-side{order:2;width:100%;max-width:100%}.dashboard--college .college-overview-main{order:1;width:100%;max-width:100%}.dashboard--college .dash-hero--college{box-sizing:border-box;max-width:100%;padding:.75rem}.dashboard--college .dash-hero-college-banner{flex-wrap:wrap;align-items:flex-start;min-height:auto;padding:1rem}.dashboard--college .dash-hero-college-heading{font-size:clamp(1.25rem,4vw,1.75rem)}.dashboard--college .dash-hero-college-art{width:140px;height:120px}.dashboard--college .dash-hero-college-cta{padding:.4rem .72rem}.dashboard--college .dash-hero-college-score-card{margin-left:0}}@media (width<=640px){.dashboard--college .college-section-head{font-size:.98rem}.dashboard--college .dash-overview-header{width:100%;min-width:0}.dashboard--college .dash-category-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:.35rem;width:100%;min-width:0;padding-bottom:.35rem;display:flex;overflow:auto hidden}.dashboard--college .dash-category-tabs::-webkit-scrollbar{display:none}.dashboard--college .dash-category-tab{white-space:nowrap;flex:none}.dashboard--college .hap-strip-scroll{box-sizing:border-box;width:100%;max-width:100%;margin-right:0;padding-left:.25rem;padding-right:1rem;scroll-padding-inline:1rem}.dashboard--college .college-summary-row{flex-direction:column;align-items:stretch;width:100%;min-width:0}.dashboard--college .college-child-summary-card--main{width:100%;max-width:100%}.dashboard--college .college-summary-tabs-card{flex:100%;width:100%;min-width:0;max-width:100%}.dashboard--college .college-counselor-inline-grid{flex-flow:column;overflow-x:visible}.dashboard--college .college-counselor-inline-card{flex:auto;width:100%;min-width:0;max-width:100%}.dashboard--college .dash-workshop-calendar-body{padding:.65rem .5rem .85rem}.dashboard--college .dash-workshop-weekdays span{font-size:.55rem}.dashboard--college .dash-workshop-day{max-height:32px;font-size:.62rem}.dashboard--college .dash-hero-college-banner{text-align:center;flex-direction:column;align-items:center;padding:1.1rem .85rem 1rem}.dashboard--college .dash-hero-college-copy{width:100%}.dashboard--college .dash-hero-college-art{margin-top:.35rem}.dashboard--college .dash-hero-college-actions{justify-content:center}.dashboard--college .dash-hero-college-score-card{width:min(280px,100%);max-width:none}.dashboard--college .college-featured{width:100%;min-width:0}.dashboard--college .college-featured-row{box-sizing:border-box;width:100%;max-width:100%;padding-right:.5rem}}.mobile-college-header{display:none}.college-section-head{color:#1f2937;font-size:1.05rem;font-weight:800}.college-finance-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;display:grid}.college-finance-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:16px;justify-items:center;gap:.3rem;padding:1rem;display:grid}.college-finance-card.is-active{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf640}.college-finance-icon{font-size:1.7rem}.college-finance-card strong{color:#1f2937;font-size:1.55rem}.college-finance-card span{color:#6b7280;font-size:.88rem}.college-screening-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.college-screening-card{cursor:pointer;background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%);border:1px solid #d8b4fe;border-radius:16px;justify-content:space-between;align-items:center;gap:.8rem;padding:1rem;display:flex}.college-screening-card strong{color:#5b21b6;display:block}.college-screening-card span{color:#6d28d9;font-size:.85rem}.college-side-block{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:.85rem}.college-side-title{color:#1f2937;margin-bottom:.5rem;font-weight:800}.college-available-counselors{padding:.75rem .85rem .85rem}.college-side-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.55rem;display:flex}.college-side-head .college-side-title{color:#1e3a5f;letter-spacing:-.02em;margin-bottom:0;font-size:.92rem}.college-side-all-link{letter-spacing:.06em;text-transform:uppercase;color:#7c3aed;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.2rem .35rem;font-size:.72rem;font-weight:800;transition:background .15s,color .15s}.college-side-all-link:hover{color:#6d28d9;background:#7c3aed14}.college-counselor-avatars{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.college-counselor-avatar-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;line-height:0;transition:transform .15s,box-shadow .15s;display:block}.college-counselor-avatar-btn:focus-visible{outline-offset:3px;outline:2px solid #7c3aed}.college-counselor-avatar-btn:hover{transform:scale(1.06);box-shadow:0 6px 16px #7c3aed40}.college-counselor-avatar-btn img{object-fit:cover;background:#fff;border:2px solid #a78bfa;border-radius:50%;width:46px;height:46px;display:block}.college-instructor-row{gap:.45rem;display:flex}.college-instructor-row img{background:#fff;border:2px solid #8b5cf6;border-radius:50%;width:46px;height:46px}.college-side-block p{color:#4b5563;margin:.35rem 0;font-size:.86rem}.college-featured{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;margin-top:1rem;padding:1rem}.college-featured--streaming{background:linear-gradient(165deg,#fff 0%,#f8fafc 45%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:20px;padding:1.25rem 1rem 1.35rem;box-shadow:0 8px 32px -8px #0f172a14,inset 0 1px #ffffffe6}.college-featured--streaming .college-featured-kicker{color:#0f766e;text-shadow:none}.college-featured--streaming .college-featured-head h3{color:#111827;letter-spacing:-.02em;font-size:1.35rem}.college-featured--streaming .college-featured-head p{color:#64748b;max-width:36rem;font-size:.88rem}.college-featured-all-btn{color:#1e293b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;flex-shrink:0;padding:.45rem 1rem;font-size:.8rem;font-weight:700;transition:background .2s,border-color .2s,box-shadow .2s,transform .15s}.college-featured-all-btn:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 14px #0f172a14}.college-featured-carousel{align-items:center;gap:.35rem;margin-top:.25rem;display:flex}.college-featured-nav{color:#334155;cursor:pointer;-webkit-backdrop-filter:blur(10px);z-index:2;background:#fff;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background .2s,transform .18s,box-shadow .2s,border-color .2s,color .2s;display:flex;box-shadow:0 2px 8px #0f172a0f}.college-featured-nav:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1;transform:scale(1.06);box-shadow:0 8px 22px #0f172a1f}.college-featured-nav:active{transform:scale(.96)}@media (width<=520px){.college-featured-nav{width:36px;height:36px}.college-featured-nav svg{width:18px;height:18px}}.college-counselor-inline{gap:.65rem;min-width:0;margin-top:.15rem;display:grid}.college-counselor-inline-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.college-counselor-inline-head h3{color:#1f2937;margin:0;font-size:.98rem}.college-counselor-inline-grid{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:.65rem;min-width:0;padding-bottom:.2rem;display:flex;overflow:auto hidden}.college-counselor-inline-grid::-webkit-scrollbar{display:none}.college-counselor-inline-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex:0 0 190px;gap:.48rem;width:190px;min-width:190px;padding:.6rem;display:grid;overflow:hidden;box-shadow:0 6px 18px #0f172a0f}.college-counselor-inline-avatar{object-fit:cover;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;width:100%;height:116px}.college-counselor-inline-content{gap:.16rem;min-width:0;display:grid}.college-counselor-inline-content strong{color:#111827;font-size:.9rem;line-height:1.2;display:block}.college-counselor-inline-content>span{color:#6b7280;overflow-wrap:anywhere;font-size:.68rem;line-height:1.2;display:block}.college-counselor-inline-meta{color:#64748b;gap:.5rem;margin-top:.18rem;font-size:.62rem;font-weight:600;display:flex}.college-counselor-inline-book{color:#2563eb;width:100%;box-shadow:none;background:#fff;border:1px solid #93c5fd;border-radius:10px;justify-content:center;padding:.42rem .65rem;font-size:.74rem;font-weight:700}.college-counselor-inline-book:hover{color:#1d4ed8;background:#eff6ff}.college-activity-inline{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex:auto;min-width:0;margin-top:.25rem;padding:.75rem .8rem}.college-activity-row{grid-template-columns:minmax(0,72%) minmax(0,28%);align-items:start;gap:.7rem;width:100%;min-width:0;margin-top:.25rem;display:grid}.college-activity-inline-head h3{color:#111827;margin:0;font-size:.95rem}.college-activity-inline-head span{color:#6b7280;margin-top:.1rem;font-size:.72rem;display:block}.college-activity-inline-list{gap:.42rem;margin-top:.55rem;display:grid}.college-activity-inline-item{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;grid-template-columns:54px 8px minmax(0,1fr);align-items:start;gap:.45rem;padding:.38rem .42rem;display:grid}.college-activity-inline-time{color:#64748b;min-width:54px;font-size:.64rem;font-weight:700}.college-activity-inline-dot{background:#14b8a6;border-radius:999px;width:8px;height:8px;margin-top:.2rem;box-shadow:0 0 0 3px #14b8a62e}.college-activity-inline-text{color:#1f2937;overflow-wrap:anywhere;font-size:.72rem;line-height:1.35}.college-scheduled-inline{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:14px;width:auto;min-width:0;min-height:220px;padding:.7rem;box-shadow:0 6px 18px #0f172a0f}.college-child-summary-card{background:#fff;border:1px solid #e8edf3;border-radius:12px;margin-bottom:.55rem;padding:.55rem}.college-summary-row{flex-wrap:wrap;align-items:flex-start;gap:.75rem;min-width:0;margin-top:.75rem;display:flex}.college-summary-tabs-card{background:#fff;border:1px solid #e8edf3;border-radius:16px;flex-direction:column;flex:0 400px;align-self:flex-start;min-width:240px;max-width:420px;display:flex;box-shadow:0 4px 24px #0f172a0f}.college-summary-tabs{box-sizing:border-box;border-bottom:1px solid #e5e7eb;flex-shrink:0;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0;width:100%;padding:0;display:grid}.college-summary-tab+.college-summary-tab{border-left:1px solid #e8edf3}.college-summary-tab{color:#64748b;cursor:pointer;text-align:center;white-space:normal;text-overflow:clip;background:0 0;border:none;border-bottom:2px solid #0000;justify-content:center;align-items:center;min-width:0;margin:0;padding:.55rem .35rem;font-size:.72rem;font-weight:700;line-height:1.25;transition:color .15s,border-color .15s;display:flex;overflow:visible}.college-summary-tab:hover{color:#4f46e5}.college-summary-tab.is-active{color:#4f46e5;border-bottom-color:#4f46e5}.college-summary-tab-panels{flex:none;padding:.75rem .85rem .85rem;overflow:visible}.college-summary-panel-kicker{text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;margin:0 0 .5rem;font-size:.62rem;font-weight:600}.college-summary-panel{box-sizing:border-box;width:100%;min-width:0}.college-summary-appointment-list,.college-summary-activity-list{gap:.45rem;width:100%;margin:0;padding:0;list-style:none;display:grid}.college-summary-appointment-item{background:#fafbfc;border:1px solid #eef2f7;border-radius:10px;padding:.45rem .55rem}.college-summary-appointment-main{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.35rem;display:flex}.college-summary-appointment-main strong{color:#111827;font-size:.78rem}.college-summary-appointment-type{color:#6366f1;font-size:.62rem;font-weight:600}.college-summary-appointment-meta{color:#64748b;flex-wrap:wrap;gap:.35rem .65rem;margin-top:.25rem;font-size:.65rem;display:flex}.college-summary-appointment-status{text-transform:uppercase;letter-spacing:.03em;font-size:.58rem;font-weight:700}.college-summary-appointment-status.status-confirmed{color:#15803d}.college-summary-appointment-status.status-pending{color:#b45309}.college-summary-panel-link{color:#4f46e5;cursor:pointer;text-align:left;text-underline-offset:2px;background:0 0;border:none;margin-top:.55rem;padding:0;font-size:.72rem;font-weight:700;text-decoration:underline}.college-summary-panel-link:hover{color:#4338ca}.college-summary-activity-item{background:linear-gradient(#fafbfc 0%,#f8fafc 100%);border:1px solid #eef2f7;border-radius:10px;padding:.45rem .55rem}.college-summary-activity-tool{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.college-summary-activity-tool span{color:#1e293b;font-size:.75rem;font-weight:600}.college-summary-activity-tool strong{color:#4f46e5;white-space:nowrap;font-size:.78rem}.college-summary-activity-date{color:#94a3b8;margin-top:.2rem;font-size:.62rem;display:block}.college-child-summary-card--main{box-sizing:border-box;border-radius:16px;flex:0 auto;width:min(100%,17.25rem);max-width:100%;margin-top:0;margin-bottom:0;padding:1rem 1.1rem;box-shadow:0 4px 24px #0f172a0f}.college-child-summary-card--main .college-child-summary-head h3{font-size:1rem}.college-child-summary-card--main .college-child-summary-head span:not(.college-child-summary-chip){font-size:.8rem}.college-child-summary-card--main .college-child-summary-chip{padding:.2rem .55rem;font-size:.65rem!important}.college-child-summary-card--main .college-child-summary-grid{gap:.55rem;margin-top:.65rem}.college-child-summary-card--main .college-child-summary-stat{border-radius:14px;padding:.65rem .75rem}.college-child-summary-card--main .college-child-summary-icon{font-size:1rem}.college-child-summary-card--main .college-child-summary-stat strong{font-size:1.35rem}.college-child-summary-card--main .college-child-summary-stat p{font-size:.75rem}.college-child-summary-card--main .college-child-summary-stat small{font-size:.65rem}.college-child-summary-card--main .college-child-summary-mini{gap:.45rem;margin-top:.65rem}.college-child-summary-card--main .college-child-summary-mini div{border-radius:12px;padding:.45rem .5rem}.college-child-summary-card--main .college-child-summary-mini span{font-size:.62rem}.college-child-summary-card--main .college-child-summary-mini strong{font-size:.8rem}.college-child-summary-accent{font-weight:700}.college-child-summary-accent--green{color:#15803d!important}.college-child-summary-accent--amber{color:#b45309!important}.college-child-summary-head{justify-content:space-between;align-items:flex-start;gap:.45rem;display:flex}.college-child-summary-head h3{color:#111827;margin:0;font-size:.72rem}.college-child-summary-head span{color:#6b7280;font-size:.56rem}.college-child-summary-chip{background:#e0f2fe;border-radius:999px;padding:.12rem .42rem;font-weight:700;color:#0369a1!important;font-size:.52rem!important}.college-child-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem;margin-top:.45rem;display:grid}.college-child-summary-stat{border:1px solid #e5e7eb;border-radius:10px;gap:.05rem;padding:.42rem .46rem;display:grid}.college-child-summary-stat.is-green{background:#ecfdf5;border-color:#bbf7d0}.college-child-summary-stat.is-amber{background:#fffbeb;border-color:#fde68a}.college-child-summary-icon{font-size:.72rem}.college-child-summary-stat strong{color:#111827;font-size:.95rem}.college-child-summary-stat p{color:#374151;margin:0;font-size:.58rem;font-weight:700}.college-child-summary-stat small{color:#4b5563;font-size:.52rem;line-height:1.2}.college-child-summary-mini{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;margin-top:.45rem;display:grid}.college-child-summary-mini div{background:#f8fafc;border:1px solid #e5e7eb;border-radius:9px;padding:.3rem .35rem}.college-child-summary-mini span{color:#64748b;font-size:.5rem;display:block}.college-child-summary-mini strong{color:#111827;font-size:.62rem}.college-scheduled-inline-head h3{color:#111827;margin:0;font-size:.85rem}.college-scheduled-inline-list{gap:.45rem;margin-top:.55rem;display:grid}.college-scheduled-inline-card{background:#f8fafc;border:1px solid #edf2f7;border-radius:10px;gap:.1rem;padding:.5rem .55rem;display:grid}.college-scheduled-inline-card strong{color:#111827;font-size:.72rem}.college-scheduled-inline-card span{color:#64748b;font-size:.64rem}.college-featured-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem;display:flex}.college-featured-kicker{letter-spacing:.12em;color:#0f766e;font-size:.7rem;font-weight:700}.college-featured-head h3{color:#111827;margin:.15rem 0;font-size:1.8rem}.college-featured-head p{color:#4b5563;margin:0;font-size:.92rem}.college-featured-row{scroll-behavior:smooth;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex:1;gap:.75rem;min-width:0;padding:.5rem .15rem .65rem;display:flex;overflow:auto hidden}.college-featured-row::-webkit-scrollbar{display:none}.college-featured-row--auto-scroll{scroll-behavior:auto}.college-featured--streaming .college-featured-row{gap:1rem}.college-resource-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex:0 0 190px;width:190px;min-width:190px;overflow:hidden}.college-featured--streaming .college-resource-card{scroll-snap-align:start;cursor:pointer;transform-origin:bottom;background:0 0;border:none;border-radius:0;flex:0 0 min(42vw,268px);width:min(42vw,268px);min-width:200px;transition:transform .28s cubic-bezier(.22,1,.36,1),filter .28s}.college-featured--streaming .college-resource-card:hover{z-index:3;transform:scale(1.06)translateY(-4px)}.college-featured--streaming .college-resource-card:focus-visible{outline-offset:4px;border-radius:16px;outline:2px solid #14b8a6}.college-resource-poster{aspect-ratio:16/9;background:#0f172a;border-radius:14px;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000073,0 0 0 1px #ffffff0f}.college-featured--streaming .college-resource-poster{border-radius:14px;box-shadow:0 10px 32px #0f172a1f,0 0 0 1px #0f172a0f}.college-resource-poster-vignette{pointer-events:none;z-index:1;background:linear-gradient(#0000000d 0%,#0000 38%,#0000008c 78%,#000000eb 100%);position:absolute;inset:0}.college-resource-meta{z-index:3;flex-direction:column;gap:.2rem;padding:.65rem .75rem .7rem;display:flex;position:absolute;bottom:0;left:0;right:0}.college-resource-title{color:#f8fafc;-webkit-line-clamp:2;text-shadow:0 2px 12px #000000a6;-webkit-box-orient:vertical;font-size:.82rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.college-resource-author{color:#e2e8f0d9;text-shadow:0 1px 8px #0000008c;font-size:.68rem}.college-resource-cta-pill{letter-spacing:.03em;color:#fff;-webkit-backdrop-filter:blur(8px);background:#0f172aa6;border:1px solid #fff3;border-radius:999px;align-self:flex-start;align-items:center;gap:.35rem;margin-top:.25rem;padding:.22rem .55rem .22rem .45rem;font-size:.62rem;font-weight:700;display:inline-flex}.college-resource-cta-pill--video{background:#dc2626d9;border-color:#fca5a573}.college-resource-cta-pill--book{background:#1e40afe0;border-color:#93c5fd66}.college-resource-thumb{object-fit:cover;transform-origin:50%;will-change:transform;width:100%;height:100%;animation:16s ease-in-out infinite college-thumb-kenburns}.college-featured--streaming .college-resource-card:hover .college-resource-thumb{animation-play-state:paused}@keyframes college-thumb-kenburns{0%,to{transform:scale(1.06)translate(0)}50%{transform:scale(1.14)translate(-2.5%,-1.5%)}}.college-resource-badges{z-index:2;flex-wrap:wrap;align-items:center;gap:.35rem;display:flex;position:absolute;top:8px;left:8px}.college-resource-type{color:#374151;letter-spacing:.02em;background:#fffffff2;border:1px solid #e5e7eb;border-radius:999px;padding:.12rem .4rem;font-size:.62rem;font-weight:700}.college-resource-new{color:#fff;letter-spacing:.06em;background:#10b981;border:none;border-radius:999px;padding:.1rem .38rem;font-size:.58rem;font-weight:800}@media (prefers-reduced-motion:reduce){.college-resource-thumb{animation:none}.college-featured--streaming .college-resource-card:hover,.college-featured-nav:hover{transform:none}}.dashboard:not(.dashboard--college) .dash-overview{background:linear-gradient(#fafefb 0%,#f8fafc 55%,#f6f9fb 100%);border:1px solid #e2e8f0f2;border-radius:20px;padding:1rem 1.1rem .85rem;box-shadow:inset 0 1px #ffffffd9,0 6px 28px #0f172a0d}.dashboard:not(.dashboard--college) .dash-overview-header{margin-bottom:.75rem}.dashboard:not(.dashboard--college) section.dash-overview>.dash-overview-header .dash-overview-title{letter-spacing:-.025em;color:#0f172a;font-size:1.14rem;font-weight:800}.dashboard:not(.dashboard--college) .dash-category-tabs{margin-bottom:.85rem}.dash-overview{margin-bottom:1.75rem}.dash-overview-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.9rem;display:flex}.dash-overview-title{font-family:var(--font-display);color:var(--text-heading);font-size:1.2rem;font-weight:700}section.dash-overview>.dash-overview-header .dash-overview-title{font-size:1.05rem}.dash-overview-tabs{background:#e5e7eb;border-radius:999px;align-items:center;gap:.15rem;padding:.18rem;display:inline-flex}.dash-overview-tab{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:.3rem .9rem;font-size:.8rem;font-weight:600;transition:background .15s,color .15s}.dash-overview-tab.is-active{color:#fff;background:#14b8a6}.dash-overview-row{flex-direction:column;gap:.9rem;display:flex}.dash-banner{color:#3730a3;background:#ede9fe;border-radius:16px;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1.1rem;display:flex;box-shadow:0 6px 18px #4f46e51f}.dash-banner-main{flex-direction:column;gap:.15rem;display:flex}.dash-banner-title{font-size:.95rem;font-weight:700}.dash-banner-sub{color:#4b5563;font-size:.8rem}.dash-banner-dismiss{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.dash-cards-row{scrollbar-width:none;-ms-overflow-style:none;contain:layout paint style;overscroll-behavior-x:contain;flex-wrap:nowrap;gap:.75rem;padding-bottom:.35rem;display:flex;overflow:auto hidden}.college-overview-main .dash-cards-row{scrollbar-width:thin;scrollbar-color:#d1fae5 transparent;padding-right:1.5rem}.college-overview-main .dash-cards-row::-webkit-scrollbar{height:4px;display:block}.college-overview-main .dash-cards-row::-webkit-scrollbar-track{background:0 0}.college-overview-main .dash-cards-row::-webkit-scrollbar-thumb{background:#bbf7d0;border-radius:999px}.hap-strip-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;box-sizing:border-box;gap:.75rem;width:100%;max-width:100%;padding:.25rem 0 1rem;display:flex;overflow-x:auto}.hap-strip-scroll::-webkit-scrollbar{display:none}.college-overview-main .hap-strip-scroll{padding-right:.5rem}.hap-card-unit{scroll-snap-align:start;flex-direction:column;flex-shrink:0;gap:.45rem;width:185px;display:flex}.hap-strip-card{cursor:pointer;border:none;border-radius:1rem;outline:none;flex-shrink:0;width:185px;height:116px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 8px 28px #0f172a1a}.hap-strip-card:hover{transform:translateY(-2px);box-shadow:0 14px 36px #0f172a29}.hap-strip-card:active{transform:translateY(0);box-shadow:0 6px 18px #0f172a1a}.hap-strip-card-inner{z-index:2;flex-direction:column;gap:.15rem;max-width:62%;height:100%;padding:.65rem .75rem;display:flex;position:relative}.hap-strip-card-tag{text-transform:uppercase;letter-spacing:.07em;color:#ffffffd9;margin:0;font-size:.62rem;font-weight:700;line-height:1.2}.hap-strip-card-title{color:#fff;-webkit-line-clamp:2;text-shadow:0 1px 3px #00000026;-webkit-box-orient:vertical;margin:0;font-size:.88rem;font-weight:800;line-height:1.25;display:-webkit-box;overflow:hidden}.hap-strip-card-stat{color:#ffffffe6;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin:.2rem 0 0;font-size:.7rem;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}.hap-strip-card-deco{z-index:1;pointer-events:none;justify-content:flex-end;align-items:flex-end;width:68px;height:68px;display:flex;position:absolute;bottom:0;right:0}.hap-strip-card-deco-img{object-fit:contain;object-position:bottom right;opacity:.6;filter:brightness(0)invert();width:56px;height:56px;margin:0 .35rem .35rem 0}.hap-strip-card-deco-img--mascot{opacity:.85;filter:none;width:64px;height:64px;margin:0 .2rem .2rem 0}.hap-strip-start-btn{color:#1e293b;text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:#fff;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.3rem;width:100%;height:38px;font-size:.72rem;font-weight:800;transition:background .15s,transform .12s;display:flex;box-shadow:0 2px 10px #0f172a1a,0 0 0 1px #0f172a12}.hap-strip-start-btn:hover{background:#f8fafc;transform:translateY(-1px)}.hap-strip-card--mint{background:linear-gradient(135deg,#4ade80 0%,#16a34a 100%)}.hap-strip-card--amber{background:linear-gradient(135deg,#fbbf24 0%,#d97706 100%)}.hap-strip-card--sky{background:linear-gradient(135deg,#38bdf8 0%,#0284c7 100%)}.hap-strip-card--lavender{background:linear-gradient(135deg,#a78bfa 0%,#7c3aed 100%)}.hap-strip-card--peach{background:linear-gradient(135deg,#fb923c 0%,#ea580c 100%)}.hap-strip-card--rose{background:linear-gradient(135deg,#fb7185 0%,#e11d48 100%)}.hap-strip-card--teal{background:linear-gradient(135deg,#2dd4bf 0%,#0d9488 100%)}.hap-strip-card--purple{background:linear-gradient(135deg,#c084fc 0%,#9333ea 100%)}.dash-cards-row::-webkit-scrollbar{display:none}.dash-card{cursor:pointer;background:#fff;border-radius:12px;flex-direction:column;flex:none;gap:.3rem;min-width:168px;max-width:208px;min-height:132px;padding:.62rem .72rem;font-size:.82rem;transition:transform .2s;display:flex;position:relative;transform:translateZ(0);box-shadow:0 8px 22px #0f172a14}.dash-card:hover{transform:translateY(-4px)}.dash-card:active{transform:translateY(-1px)}.dash-card.dash-card--wide{min-width:228px;max-width:264px}.dash-card-main{justify-content:space-between;align-items:center;gap:.65rem;display:flex}.dash-card-illustration{object-fit:cover;background:#fee2ff;border-radius:999px;flex-shrink:0;width:56px;height:56px}.dash-card-header{justify-content:space-between;align-items:center;gap:.35rem;display:flex}.dash-card-title{color:var(--text-heading);font-size:.88rem;font-weight:600}.dash-card-role{color:var(--text-muted);font-size:.72rem}.dash-card-arrow{color:#9ca3af}.dash-card-label{text-transform:uppercase;letter-spacing:.06em;color:#374151;z-index:2;background:#fff;border-radius:20px;padding:.14rem .45rem;font-size:.54rem;font-weight:700;line-height:1.3;position:absolute;top:.45rem;right:.45rem}.dash-card--teal .dash-card-label{color:#0f766e;background:#fffc}.dash-card--purple .dash-card-label{color:#6d28d9;background:#fffc}.dash-card--sky .dash-card-label{color:#0369a1;background:#fffc}.dash-card--peach .dash-card-label{color:#c2410c;background:#fffc}.dash-card--mint .dash-card-label{color:#166534;background:#fffc}.dash-card--rose .dash-card-label{color:#be123c;background:#fffc}.dash-card--lavender .dash-card-label{color:#7c3aed;background:#fffc}.dash-card--wide .dash-card-label{top:.45rem;left:.45rem;right:auto}.dash-card-footer{color:var(--text-muted);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.28rem;font-size:.68rem;display:flex}.dash-card-avatars{align-items:center;display:flex}.dash-card-avatars span{background:#e5e7eb;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:22px;height:22px;margin-left:-6px;font-size:.6rem;display:inline-flex}.dash-card-avatars span:first-child{margin-left:0}.dash-card-avatars span.is-count{color:#fff;background:#4f46e5}.dash-card--purple{background:linear-gradient(145deg,#f5f3ff 0%,#ede9fe 100%);border:1px solid #ddd6fe;box-shadow:0 8px 24px #8b5cf626}.dash-card--purple:hover{box-shadow:0 18px 44px #8b5cf640}.dash-card--mint{background:linear-gradient(145deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #a7f3d0;box-shadow:0 8px 24px #10b98126}.dash-card--mint:hover{box-shadow:0 18px 44px #10b98140}.dash-card--peach{background:linear-gradient(145deg,#fff7ed 0%,#ffedd5 100%);border:1px solid #fed7aa;box-shadow:0 8px 24px #f9731626}.dash-card--peach:hover{box-shadow:0 18px 44px #f9731640}.dash-card--sky{background:linear-gradient(145deg,#e0f2fe 0%,#bae6fd 100%);border:1px solid #7dd3fc;box-shadow:0 8px 24px #0ea5e926}.dash-card--sky:hover{box-shadow:0 18px 44px #0ea5e940}.dash-card--rose{background:linear-gradient(145deg,#fff1f2 0%,#fecdd3 100%);border:1px solid #fda4af;box-shadow:0 8px 24px #f43f5e26}.dash-card--rose:hover{box-shadow:0 18px 44px #f43f5e40}.dash-card--lavender{background:linear-gradient(145deg,#ede9fe 0%,#ddd6fe 100%);border:1px solid #c4b5fd;box-shadow:0 8px 24px #7c3aed26}.dash-card--lavender:hover{box-shadow:0 18px 44px #7c3aed40}.dash-card--teal{background:linear-gradient(145deg,#ccfbf1 0%,#99f6e4 100%);border:1px solid #5eead4;box-shadow:0 8px 24px #14b8a626}.dash-card--teal:hover{box-shadow:0 18px 44px #14b8a640}.dash-card--amber{background:linear-gradient(145deg,#fef3c7 0%,#fde68a 100%);border:1px solid #fbbf24;box-shadow:0 8px 24px #f59e0b26}.dash-card--amber:hover{box-shadow:0 18px 44px #f59e0b40}.dash-card--amber .dash-card-label{color:#92400e;background:#fffc}.dash-tile-row{scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;contain:layout paint style;overscroll-behavior-x:contain;flex-wrap:nowrap;gap:clamp(.75rem,1.6vw,1.25rem);padding:.35rem .2rem .75rem;scroll-padding-inline:.25rem;display:flex;overflow:auto hidden}.dash-tile-row::-webkit-scrollbar{display:none}.dash-tile{scroll-snap-align:start;cursor:pointer;text-align:center;background:0 0;border:none;border-radius:16px;flex-direction:column;flex:none;align-items:center;gap:.52rem;width:clamp(118px,13vw,158px);min-height:44px;padding:.5rem .38rem .65rem;transition:transform .18s,background .18s;display:flex;transform:translateZ(0)}.dash-tile:hover{background:#2d9c640d;transform:translateY(-3px)}.dash-tile:focus-visible{outline-offset:3px;outline:2px solid #0f766e}.dash-tile:active{transform:translateY(-1px)}.dash-tile-circle{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:clamp(96px,11.5vw,132px);height:clamp(96px,11.5vw,132px);display:flex;position:relative;transform:translateZ(0);box-shadow:inset 0 0 0 1px #fffffff2,0 0 0 1px #0f172a0f,0 8px 20px #0f172a17}.dash-tile-img{object-fit:contain;filter:drop-shadow(0 4px 8px #0f172a14);width:60%;height:60%}.dash-tile-img--breathing-buddies,.dash-tile-img--pesski,.dash-tile-img--mood-checkin,.dash-tile-img--rcads,.dash-tile-img--cheat,.dash-tile-img--sdq,.dash-tile-img--nid,.dash-tile-img--pss-c{width:86%;height:86%}.dash-tile-title{color:#1a2b3c;letter-spacing:-.01em;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;font-size:.81rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.dash-tile-tag{letter-spacing:.06em;text-transform:uppercase;color:#64748b;font-size:.62rem;font-weight:700;line-height:1.1}.dash-tile-circle--mint{background:linear-gradient(160deg,#ecfdf5 0%,#fff 70%)}.dash-tile-circle--amber{background:linear-gradient(160deg,#fef3c7 0%,#fff 70%)}.dash-tile-circle--sky{background:linear-gradient(160deg,#e0f2fe 0%,#fff 70%)}.dash-tile-circle--lavender{background:linear-gradient(160deg,#ede9fe 0%,#fff 70%)}.dash-tile-circle--peach{background:linear-gradient(160deg,#ffedd5 0%,#fff 70%)}.dash-tile-circle--rose{background:linear-gradient(160deg,#fff1f2 0%,#fff 70%)}.dash-tile-circle--teal{background:linear-gradient(160deg,#ccfbf1 0%,#fff 70%)}.dash-tile-circle--purple{background:linear-gradient(160deg,#f5f3ff 0%,#fff 70%)}.dash-tile-circle--forest{background:linear-gradient(160deg,#dcfce7 0%,#fff 70%)}.dash-tile--mint .dash-tile-tag{color:#166534}.dash-tile--amber .dash-tile-tag{color:#92400e}.dash-tile--sky .dash-tile-tag{color:#0369a1}.dash-tile--lavender .dash-tile-tag{color:#6d28d9}.dash-tile--peach .dash-tile-tag{color:#c2410c}.dash-tile--rose .dash-tile-tag{color:#be123c}.dash-tile--teal .dash-tile-tag{color:#0f766e}.dash-tile--purple .dash-tile-tag{color:#7c3aed}.dash-tile--forest .dash-tile-tag{color:#166534}@media (width<=540px){.dash-tile{width:104px}.dash-tile-circle{width:86px;height:86px}.dash-tile-title{font-size:.76rem}}.dash-category-tabs{scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;align-items:center;gap:.4rem;width:100%;margin-bottom:1rem;display:flex;overflow:auto hidden}.dash-category-tabs::-webkit-scrollbar{display:none}.dash-category-tab{border:1px solid var(--border);white-space:nowrap;color:#64748b;cursor:pointer;background:#fff;border-radius:999px;flex:none;justify-content:center;align-items:center;height:40px;min-height:40px;padding:.45rem 1rem;font-size:.82rem;font-weight:600;line-height:1;transition:background .15s,color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.dash-category-tab:hover{color:#334155;background:#f1f5f9}.dash-category-tab.is-active{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%);border-color:#0000;box-shadow:0 4px 14px #14b8a64d}.dash-category-tab:focus-visible{outline-offset:2px;outline:2px solid #0f766e}.dash-workshops-section{margin:0 0 1.1rem}.dash-workshops-head{justify-content:space-between;align-items:center;margin-bottom:.7rem;display:flex}.dash-workshops-head h3{color:var(--text-heading);margin:0;font-size:1rem}.dash-workshops-head span{letter-spacing:.08em;text-transform:uppercase;color:#64748b;font-size:.75rem;font-weight:700}.dash-workshops-layout{grid-template-columns:minmax(260px,.95fr) minmax(0,1.35fr);gap:.9rem;display:grid}.dash-workshops-calendar-card,.dash-workshops-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:.85rem .95rem;box-shadow:0 10px 26px #0f172a12}.dash-workshops-calendar-title{justify-content:space-between;margin-bottom:.5rem;display:flex}.dash-workshops-calendar-title strong{font-size:.84rem}.dash-workshops-calendar-title small{color:#64748b;font-size:.7rem}.dash-workshops-weekdays,.dash-workshops-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:.3rem;display:grid}.dash-workshops-weekdays span{text-align:center;color:#64748b;font-size:.65rem;font-weight:700}.dash-workshops-day{color:#334155;background:#f8fafc;border-radius:8px;justify-content:center;align-items:center;height:28px;font-size:.75rem;display:inline-flex}.dash-workshops-day.is-event{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#0ea5e9 100%);font-weight:700}.dash-workshops-list{gap:.55rem;display:grid}.dash-workshop-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:.65rem;padding:.58rem .66rem;display:flex}.dash-workshop-item strong{color:#1f2937;font-size:.84rem;display:block}.dash-workshop-item span{color:#64748b;font-size:.74rem;display:block}.dash-workshop-mode{white-space:nowrap;color:#1d4ed8;background:#dbeafe;border-radius:999px;align-items:center;padding:.22rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}.dash-workshops{background:linear-gradient(165deg,#f8fafc 0%,#f1f5f9 45%,#ecfdf5 100%);border:1px solid #e2e8f0f2;border-radius:22px;margin-bottom:1.75rem;padding:1.15rem 1.1rem 1.25rem;box-shadow:0 1px 2px #0f172a0a,0 18px 48px #0f766e12}.dash-workshops-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.dash-workshops-title-wrap{gap:.2rem;display:grid}.dash-workshops-kicker{letter-spacing:.14em;text-transform:uppercase;color:#0d9488;font-size:.68rem;font-weight:800}.dash-workshops-header h3{letter-spacing:-.02em;color:#0f172a;margin:0;font-size:1.18rem;font-weight:800;line-height:1.2}.dash-workshops-month-pill{color:#0f766e;background:#ffffffd9;border:1px solid #14b8a659;border-radius:999px;align-items:center;padding:.38rem .85rem;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #0f766e1f}.dash-workshops-grid{grid-template-columns:minmax(280px,.95fr) minmax(0,1.35fr);align-items:stretch;gap:1rem;display:grid}.dash-workshops-grid--list-only{grid-template-columns:minmax(0,1fr)}.college-overview-side .dash-workshop-calendar-card--sidebar{margin-top:.15rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-calendar-head{gap:.45rem;padding:.72rem .75rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-calendar-head-text strong{font-size:.78rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-calendar-head-text span{font-size:.62rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-calendar-badge{border-radius:12px;width:34px;height:34px;font-size:.95rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-calendar-body{padding:.55rem .55rem .65rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-weekdays,.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-days{gap:.2rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-weekdays span{padding:.1rem 0;font-size:.52rem}.college-overview-side .dash-workshop-calendar-card--sidebar .dash-workshop-day{border-radius:8px;max-height:26px;font-size:.62rem}.college-overview-side .dash-workshop-list-card--sidebar{border-radius:16px}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-list-head{padding:.7rem .75rem .45rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-list-head strong{font-size:.78rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-list-head span{font-size:.62rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-list{gap:.4rem;padding:.6rem .55rem .7rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-item{border-radius:10px;gap:.45rem;padding:.5rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-item-main strong{font-size:.72rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-item-main span{font-size:.62rem}.college-overview-side .dash-workshop-list-card--sidebar .dash-workshop-mode{padding:.2rem .4rem;font-size:.56rem}.dash-workshop-calendar-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:20px;overflow:hidden;box-shadow:0 1px 3px #0f172a0d,0 14px 36px #0f172a0f}.dash-workshop-calendar-head{background:linear-gradient(120deg,#ecfdf5 0%,#f0fdfa 42%,#fff 100%);border-bottom:1px solid #e2e8f0d9;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;display:flex}.dash-workshop-calendar-head-text{gap:.15rem;min-width:0;display:grid}.dash-workshop-calendar-head strong{color:#0f172a;letter-spacing:-.01em;font-size:.92rem;font-weight:800}.dash-workshop-calendar-head-text span{color:#64748b;font-size:.72rem;font-weight:600}.dash-workshop-calendar-badge{background:#fffffff2;border:1px solid #14b8a659;border-radius:14px;flex-shrink:0;place-items:center;width:40px;height:40px;font-size:1.15rem;display:grid;box-shadow:0 6px 16px #0f766e1f}.dash-workshop-calendar-body{padding:.85rem .95rem 1rem}.dash-workshop-weekdays,.dash-workshop-days{grid-template-columns:repeat(7,minmax(0,1fr));gap:.35rem;display:grid}.dash-workshop-weekdays span{text-align:center;color:#94a3b8;letter-spacing:.08em;text-transform:uppercase;padding:.2rem 0;font-size:.62rem;font-weight:800}.dash-workshop-day{aspect-ratio:1;color:#475569;background:#f8fafc;border:1px solid #0000;border-radius:11px;justify-content:center;align-items:center;min-height:0;max-height:36px;font-size:.72rem;font-weight:600;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.dash-workshop-day:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0f}.dash-workshop-day.is-workshop{color:#fff;background:linear-gradient(145deg,#14b8a6 0%,#0d9488 55%,#0f766e 100%);border-color:#ffffff40;font-weight:800;box-shadow:0 6px 16px #0d948861,inset 0 1px #ffffff40}.dash-workshop-day.is-workshop:hover{transform:translateY(-1px)scale(1.02)}.dash-workshop-list-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:20px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0f172a0d,0 14px 36px #0f172a0f}.dash-workshop-list-head{border-bottom:1px solid #f1f5f9;gap:.12rem;padding:.85rem 1rem .5rem;display:grid}.dash-workshop-list-head strong{color:#0f172a;letter-spacing:-.01em;font-size:.88rem;font-weight:800}.dash-workshop-list-head span{color:#94a3b8;font-size:.68rem;font-weight:600}.dash-workshop-list{gap:.5rem;padding:.75rem .85rem .95rem;display:grid}.dash-workshop-item{background:linear-gradient(#fff 0%,#fafafa 100%);border:1px solid #e2e8f0f2;border-radius:14px;align-items:center;gap:.65rem;padding:.65rem .72rem;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex}.dash-workshop-item:hover{border-color:#14b8a659;transform:translateY(-1px);box-shadow:0 8px 22px #0f766e1a}.dash-workshop-item-dot{background:linear-gradient(#2dd4bf 0%,#0d9488 100%);border-radius:999px;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 3px #2dd4bf38}.dash-workshop-item-main{flex:1;min-width:0}.dash-workshop-item-main strong{color:#1f2937;font-size:.84rem;font-weight:700;line-height:1.3;display:block}.dash-workshop-item-main span{color:#64748b;margin-top:.12rem;font-size:.72rem;font-weight:600;display:block}.dash-workshop-mode{letter-spacing:.04em;text-transform:uppercase;color:#0f172a;white-space:nowrap;background:#e0f2fe;border:1px solid #fff9;border-radius:999px;flex-shrink:0;align-items:center;padding:.28rem .58rem;font-size:.62rem;font-weight:800;display:inline-flex}.dash-workshop-mode.mode-online{color:#5b21b6;background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%)}.dash-workshop-mode.mode-on-campus{color:#0f766e;background:linear-gradient(135deg,#ccfbf1 0%,#99f6e4 100%)}.dash-workshop-mode.mode-hybrid{color:#92400e;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%)}.dash-card-icon-wrap{background:#ffffffb3;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:.38rem;display:flex;box-shadow:0 3px 10px #0f172a14}.dash-card-icon-img{object-fit:contain;width:26px;height:26px}.dash-screening-modal{max-width:740px;max-height:min(88vh,780px);overflow-y:auto}.dash-screening-modal--friendly{background:linear-gradient(165deg,#fff 0%,#f6fffb 45%,#f0fdfa 100%);border:1px solid #14b8a638;max-width:720px;box-shadow:0 28px 56px #0f172a1c}.dash-screening-friendly-header{align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.dash-screening-friendly-mascot{object-fit:contain;filter:drop-shadow(0 8px 16px #0f766e2e);flex-shrink:0;width:72px;height:72px}.dash-screening-friendly-header-text{flex:1;min-width:0}.dash-screening-friendly-header-text h3{color:#0f172a;margin:0 0 .4rem;font-size:1.18rem;line-height:1.3}.dash-screening-chexi-badge--friendly{margin-bottom:0}.dash-screening-friendly-quiz{animation:.28s screeningSlideIn}.dash-screening-modal--friendly .dash-screening-friendly-quiz .asrs-option-score{display:none}.modal-actions--quiz-nav{justify-content:flex-start}@media (width<=520px){.dash-screening-friendly-header{text-align:center;flex-direction:column;align-items:center}.dash-screening-friendly-header-text{width:100%}}.modal-backdrop.screening-cards-backdrop{-webkit-backdrop-filter:blur(16px)saturate(1.12);background:#0f172a47;padding:1.25rem 1rem 2rem;animation:.22s ease-out screeningBackdropFade;overflow-y:auto}@keyframes screeningBackdropFade{0%{opacity:0}to{opacity:1}}.dash-screening-modal--friendly.screening-cards-sheet{z-index:1;background:#fff;border:none;border-radius:22px;width:100%;max-width:min(94vw,720px);margin:0 auto;padding:1.35rem 1.25rem 1.2rem;animation:.26s cubic-bezier(.22,1,.36,1) screeningCardPop;position:relative;box-shadow:inset 0 1px #ffffffe6,0 10px 0 -4px #ffffff73,0 18px 0 -8px #ffffff38,0 28px 56px #0f172a33}@keyframes screeningCardPop{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.modal-backdrop.screening-cards-backdrop,.dash-screening-modal--friendly.screening-cards-sheet{animation:none}}.dash-screening-modal--friendly.screening-cards-sheet.asrs-screening-modal{flex-direction:column;max-height:min(90vh,840px);display:flex}.screening-cards-sheet .asrs-screening-scroll.asrs-screening-questions{flex:1;min-height:0;max-height:min(52vh,420px);overflow-y:auto}.screening-cards-sheet .dash-screening-friendly-header{margin-bottom:.65rem}.screening-cards-sheet .dash-screening-friendly-mascot{filter:drop-shadow(0 8px 18px #5b21b659);width:76px;height:76px}.screening-cards-sheet .dash-screening-friendly-header-text h3{letter-spacing:-.02em;font-size:1.14rem;font-weight:800}.screening-cards-sheet .dash-screening-chexi-badge--friendly{color:#14532d;background:#86efac59;border:1px solid #4ade8073}.screening-cards-sheet .dash-screening-progress-wrap{margin-bottom:.65rem}.screening-cards-sheet .dash-screening-progress-track{background:#5b21b647;border-radius:999px;height:10px}.screening-cards-sheet .dash-screening-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#4ade80 0%,#86efac 55%,#bbf7d0 100%);box-shadow:0 0 14px #4ade808c}.screening-cards-sheet .dash-screening-progress-text{color:#64748b;font-weight:700}.screening-cards-sheet .dash-screening-question-card{background:linear-gradient(#fff 0%,#fafafa 100%);border:1.5px solid #ede9fe;border-radius:18px;margin-bottom:.15rem;padding:1.05rem 1.1rem 1.1rem;box-shadow:0 4px 16px #5b21b612}.screening-cards-sheet .dash-screening-question-text{color:#0f172a;font-size:1.02rem;font-weight:700;line-height:1.45}.screening-cards-sheet .rses-reverse-tag,.screening-cards-sheet .ghq12-option-label{color:#6d28d9}.screening-cards-sheet .dash-screening-options,.screening-cards-sheet .dash-screening-options--asrs,.screening-cards-sheet .dash-screening-options--ghq12,.screening-cards-sheet .dash-screening-options--swls{flex-direction:column;align-items:stretch;gap:.5rem}.screening-cards-sheet .dash-screening-option{color:#334155;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;flex-direction:row;justify-content:space-between;align-items:center;gap:.65rem;width:100%;min-width:0;max-width:none;padding:.78rem 1rem;font-size:.9rem;font-weight:600;transition:border-color .15s,background .15s,box-shadow .15s,transform .12s;display:flex}.screening-cards-sheet .dash-screening-option:hover{border-color:#c4b5fd;transform:translateY(-1px);box-shadow:0 6px 16px #6d28d91a}.screening-cards-sheet .dash-screening-option.is-selected{color:#14532d;background:linear-gradient(135deg,#ecfccb 0%,#d9f99d 100%);border-color:#4ade80;box-shadow:0 0 0 2px #4ade8059}.screening-cards-sheet .dash-screening-option{cursor:pointer;position:relative}.screening-cards-sheet .dash-screening-option input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.screening-cards-sheet .dash-screening-option:has(input:focus-visible){outline-offset:2px;outline:2px solid #7c3aed}.screening-cards-sheet .dash-screening-option>span:not(.asrs-option-score){text-align:left;flex:1;min-width:0}.screening-cards-sheet .dash-screening-option.is-selected:after{content:"✓";color:#fff;background:linear-gradient(145deg,#22c55e 0%,#16a34a 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;font-size:.78rem;font-weight:800;line-height:1;display:flex;box-shadow:0 2px 8px #22c55e73}.screening-cards-sheet .dash-screening-modal-subtitle{color:#6d28d9}.screening-cards-sheet .modal-actions .btn-primary{background:linear-gradient(#4ade80 0%,#22c55e 100%);border:none;border-radius:14px;font-weight:700;box-shadow:0 4px 14px #22c55e59}.screening-cards-sheet .modal-actions .btn-primary:hover{filter:brightness(1.03)}.screening-cards-sheet .modal-actions--quiz-nav .btn-outline{color:#166534;background:#f0fdf4e6;border:2px solid #86efac;border-radius:14px;font-weight:700}.screening-cards-sheet .modal-actions--quiz-nav .btn-outline:hover{background:#ecfccb;border-color:#4ade80}.dash-screening-chexi-badge{letter-spacing:.04em;color:#6d28d9;background:#ede9fe;border-radius:20px;margin-bottom:1rem;padding:.25rem .85rem;font-size:.7rem;font-weight:700;display:inline-block}.dash-screening-modal-subtitle{letter-spacing:.04em;text-transform:uppercase;color:#0f766e;margin:0 0 .75rem;font-size:.82rem;font-weight:700}.dash-screening-modal-list{color:#374151;gap:.45rem;margin:.75rem 0 0;padding-left:1.05rem;font-size:.92rem;display:grid}.dash-screening-question-card{background:linear-gradient(#f9fafb 0%,#f3f6fb 100%);border:1px solid #d1d5db;border-radius:16px;padding:1rem 1.05rem;box-shadow:0 10px 24px #0f172a14}.dash-screening-questions{gap:.8rem;display:grid}.dash-screening-question-card--animate{animation:.26s screeningSlideIn}@keyframes screeningSlideIn{0%{opacity:0;transform:translateY(10px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.dash-screening-question-text{color:#1f2937;margin:0 0 .8rem;font-size:1.02rem;font-weight:600}.dash-screening-options{flex-wrap:wrap;gap:.65rem;display:flex}.dash-screening-option{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:.45rem;padding:.5rem .85rem;font-size:.86rem;font-weight:600;transition:transform .15s,box-shadow .15s,border-color .15s,background .15s;display:inline-flex}.dash-screening-option:hover{border-color:#67e8f9;transform:translateY(-1px);box-shadow:0 8px 20px #06b6d424}.dash-screening-option input{margin:0}.dash-screening-option.is-selected{color:#0f172a;background:linear-gradient(135deg,#ccfbf1 0%,#dbeafe 100%);border-color:#14b8a6}.dash-screening-result{border-radius:14px;padding:.85rem 1rem}.dash-screening-result.is-typical{background:#ecfdf5;border:1px solid #a7f3d0}.dash-screening-result.is-flagged{background:#fff7ed;border:1px solid #fdba74}.dash-screening-result-title{color:#111827;margin:0;font-size:.95rem;font-weight:700}.dash-screening-result-score{color:#0f766e;margin:.3rem 0 .65rem;font-size:.85rem;font-weight:700}.dash-screening-reco-title{text-transform:uppercase;color:#0f766e;margin:.75rem 0 0;font-size:.84rem;font-weight:700}.modal-actions .btn-primary:disabled{opacity:.55;cursor:not-allowed}.dash-screening-progress-wrap{margin-bottom:.85rem}.dash-screening-progress-text{color:#475569;justify-content:space-between;align-items:center;margin-bottom:.35rem;font-size:.78rem;font-weight:600;display:flex}.dash-screening-progress-track{background:#e2e8f0;border-radius:999px;width:100%;height:8px;overflow:hidden}.dash-screening-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#14b8a6 0%,#0ea5e9 100%);height:100%;transition:width .25s}.dash-screening-step-dots{gap:.4rem;margin-top:.5rem;display:flex}.dash-screening-step-dot{background:#cbd5e1;border-radius:999px;width:7px;height:7px;transition:transform .2s,background .2s}.dash-screening-step-dot.is-active{background:#14b8a6;transform:scale(1.2)}.dash-screening-hint{color:#64748b;margin-top:.35rem;font-size:.76rem}.asrs-screening-modal.dash-screening-modal{flex-direction:column;max-height:min(92vh,820px);display:flex;overflow:hidden}.asrs-screening-scroll{flex:1;min-height:0;max-height:min(52vh,420px);margin-bottom:.5rem;padding-right:.35rem;overflow-y:auto}.asrs-screening-scroll p{color:#374151;margin:0 0 .75rem;font-size:.94rem;line-height:1.55}.asrs-screening-questions{flex-direction:column;gap:.85rem;display:flex}.dash-screening-options--asrs{align-items:stretch}.dash-screening-options--asrs .dash-screening-option{border-radius:12px;flex:auto;justify-content:space-between;min-width:min(100%,9.5rem)}.asrs-option-score{color:#64748b;opacity:.9;font-size:.72rem;font-weight:700}.asrs-result-note{color:#64748b!important;font-size:.82rem!important;line-height:1.5!important}.dash-screening-options--ghq12{flex-direction:column;align-items:stretch}.dash-screening-options--ghq12 .dash-screening-option{border-radius:12px;justify-content:flex-start;align-items:flex-start;gap:.5rem;min-width:0;max-width:none}.dash-screening-options--ghq12 .dash-screening-option input{flex-shrink:0;margin-top:.2rem}.ghq12-option-label{white-space:normal;flex:1;min-width:0;font-size:.8rem;font-weight:600;line-height:1.45}.dash-screening-options--ghq12 .asrs-option-score{flex-shrink:0;margin-left:auto}.rses-reverse-tag{color:#7c3aed;white-space:nowrap;font-size:.78rem;font-weight:600}.dash-screening-options--swls{flex-direction:column;align-items:stretch}.dash-screening-options--swls .dash-screening-option{border-radius:12px;justify-content:flex-start;align-items:flex-start;gap:.5rem;min-width:0;max-width:none}.dash-screening-options--swls .dash-screening-option input{flex-shrink:0;margin-top:.2rem}.swls-option-label{white-space:normal;flex:1;min-width:0;font-size:.82rem;font-weight:600;line-height:1.4}.dash-screening-options--swls .asrs-option-score{flex-shrink:0;margin-left:auto}.dash-metrics{margin-bottom:1.75rem}.dash-metrics-grid{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr) minmax(0,1fr);gap:1rem;display:grid}.dash-analytics-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;display:grid}.dash-analytics-card{background:#fff;border:1px solid #e8edf2;border-radius:16px;padding:1.15rem 1.2rem;box-shadow:0 2px 14px #0f172a0b}.dash-analytics-card-head{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.dash-analytics-card-title{color:var(--text-heading);margin:0;font-size:.95rem;font-weight:800}.dash-analytics-card-sub{color:var(--text-muted);margin:.2rem 0 0;font-size:.72rem;line-height:1.35}.dash-analytics-select-wrap{flex-shrink:0}.dash-analytics-select{color:var(--text-heading);cursor:pointer;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right .45rem center;background-repeat:no-repeat;border:1px solid #e2e8f0;border-radius:10px;padding:.35rem 1.75rem .35rem .55rem;font-size:.7rem;font-weight:700}.dash-analytics-text-link{color:#0f766e;cursor:pointer;text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.72rem;font-weight:700;text-decoration:underline}.dash-analytics-text-link:hover{color:#0d9488}.dash-analytics-mood-chart{grid-template-columns:4.5rem minmax(0,1fr);align-items:start;gap:.35rem .65rem;display:grid}.dash-analytics-mood-y-labels{flex-direction:column;justify-content:space-between;min-height:104px;padding:2px 0 22px;display:flex}.dash-analytics-mood-y-row{color:#64748b;align-items:center;gap:.3rem;font-size:.6rem;font-weight:700;line-height:1.2;display:flex}.dash-analytics-mood-y-emoji{font-size:.85rem;line-height:1}.dash-analytics-mood-y-text{white-space:nowrap}.dash-analytics-mood-svg-wrap{flex-direction:column;gap:.35rem;min-width:0;display:flex}.dash-analytics-mood-svg{width:100%;height:auto;max-height:128px;display:block}.dash-analytics-mood-gridline{stroke:#f1f5f9;stroke-width:1px}.dash-analytics-mood-line{stroke:#22c55e}.dash-analytics-mood-dot{fill:#fff;stroke:#16a34a;stroke-width:2px}.dash-analytics-mood-x-labels{color:#94a3b8;justify-content:space-between;padding:0 2px;font-size:.6rem;font-weight:700;display:flex}.dash-analytics-mood-foot{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:12px;align-items:flex-start;gap:.65rem;margin-top:.9rem;padding:.65rem .75rem;font-size:.78rem;line-height:1.45;display:flex}.dash-analytics-mood-foot-icon{flex-shrink:0;font-size:1.1rem;line-height:1}.dash-analytics-mood-foot p{margin:0}.dash-analytics-appt-list{margin:0;padding:0;list-style:none}.dash-analytics-appt-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.5rem;padding:.65rem 0;display:flex}.dash-analytics-appt-row:last-child{border-bottom:none}.dash-analytics-appt-main{flex:1;align-items:flex-start;gap:.65rem;min-width:0;display:flex}.dash-analytics-appt-time{color:#059669;flex-shrink:0;min-width:4.25rem;font-size:.78rem;font-weight:800}.dash-analytics-appt-body{flex-direction:column;gap:.12rem;min-width:0;display:flex}.dash-analytics-appt-name{color:var(--text-heading);font-size:.82rem;font-weight:700}.dash-analytics-appt-type{color:var(--text-muted);font-size:.7rem}.dash-analytics-appt-actions{flex-shrink:0;align-items:center;gap:.45rem;display:flex}.dash-analytics-pill{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-radius:8px;padding:.22rem .52rem;font-size:.58rem;font-weight:800}.dash-analytics-pill--upcoming{color:#0369a1;background:#e0f2fe}.dash-analytics-pill--good,.dash-analytics-pill--great{text-transform:none;letter-spacing:0;color:#166534;background:#dcfce7;font-size:.65rem;font-weight:700}.dash-analytics-appt-icon-btn{color:#475569;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;place-items:center;width:34px;height:34px;transition:background .15s,color .15s,border-color .15s;display:grid}.dash-analytics-appt-icon-btn:hover{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.dash-analytics-foot-link{color:#0f766e;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;margin-top:.85rem;padding:0;font-size:.75rem;font-weight:700;display:inline-flex}.dash-analytics-foot-link:hover{color:#0d9488}.dash-analytics-screening-list{margin:0;padding:0;list-style:none}.dash-analytics-screening-row{border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.65rem;padding:.75rem 0;display:flex}.dash-analytics-screening-row:last-child{border-bottom:none}.dash-analytics-screening-icon{background:#f1f5f9;border:none;border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;padding:0;font-size:1.1rem;display:grid}.dash-analytics-screening-hit{cursor:pointer;transition:transform .12s,box-shadow .12s}.dash-analytics-screening-hit:hover{transform:translateY(-1px);box-shadow:0 3px 10px #0f172a14}.dash-analytics-screening-hit:focus-visible{outline-offset:2px;outline:2px solid #0f766e}.dash-analytics-screening-thumb{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}.dash-analytics-screening-body{flex-direction:column;flex:1;gap:.35rem;min-width:0;display:flex}.dash-analytics-screening-top{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.dash-analytics-screening-top strong{color:var(--text-heading);font-size:.84rem}.dash-analytics-screening-score{color:var(--text-heading);font-size:.88rem;font-weight:800}.dash-analytics-screening-meta{color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.dash-analytics-reco-strip{scroll-snap-type:x proximity;gap:.65rem;padding-bottom:2px;display:flex;overflow-x:auto}.dash-analytics-reco-tile{text-align:left;cursor:pointer;scroll-snap-align:start;border:none;border-radius:14px;flex-direction:column;flex:1 1 0;gap:.22rem;min-width:112px;padding:.85rem .72rem 1.55rem;transition:transform .12s,box-shadow .12s;display:flex;position:relative}.dash-analytics-reco-tile:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14}.dash-analytics-reco-tile:focus-visible{outline-offset:2px;outline:2px solid #0f766e}.dash-analytics-reco-tile--leaf{background:linear-gradient(165deg,#ecfdf5 0%,#d1fae5 100%)}.dash-analytics-reco-tile--yoga{background:linear-gradient(165deg,#f3e8ff 0%,#e9d5ff 100%)}.dash-analytics-reco-tile--sleep{background:linear-gradient(165deg,#e0f2fe 0%,#bae6fd 100%)}.dash-analytics-reco-tile strong{color:var(--text-heading);font-size:.78rem;font-weight:800}.dash-analytics-reco-tile span:not(.dash-analytics-reco-emoji):not(.dash-analytics-reco-go){color:#475569;font-size:.68rem;line-height:1.35}.dash-analytics-reco-emoji{font-size:1.2rem;line-height:1}.dash-analytics-reco-go{color:#64748b;font-size:.95rem;font-weight:900;position:absolute;bottom:.45rem;right:.5rem}.dash-analytics-mood-buttons{flex-wrap:wrap;justify-content:space-between;gap:.35rem;display:flex}.dash-analytics-mood-btn{cursor:pointer;background:#f8fafc;border:2px solid #0000;border-radius:14px;flex-direction:column;flex:1;align-items:center;gap:.18rem;min-width:52px;padding:.5rem .2rem .38rem;transition:border-color .12s,background .12s,box-shadow .12s;display:flex}.dash-analytics-mood-btn:hover{background:#f1f5f9;border-color:#cbd5e1}.dash-analytics-mood-btn.is-selected{background:#ecfdf5;border-color:#0f766e;box-shadow:0 0 0 1px #0f766e2e}.dash-analytics-mood-btn-emoji{font-size:1.55rem;line-height:1}.dash-analytics-mood-btn-cap{color:#64748b;text-transform:capitalize;white-space:nowrap;font-size:.52rem;font-weight:700}.dash-analytics-card--support{background:linear-gradient(135deg,#f0fdf9 0%,#ecfeff 42%,#eef2ff 100%);border-color:#dbeafe;overflow:hidden}.dash-analytics-support-inner{justify-content:space-between;align-items:center;gap:1rem;display:flex}.dash-analytics-support-copy{flex:1;min-width:0}.dash-analytics-support-title{margin:0 0 .35rem}.dash-analytics-support-cta{color:#fff;cursor:pointer;background:linear-gradient(90deg,#10b981,#059669);border:none;border-radius:12px;align-items:center;gap:.45rem;margin-top:.75rem;padding:.62rem 1.1rem;font-size:.82rem;font-weight:800;display:inline-flex;box-shadow:0 8px 20px #10b98154}.dash-analytics-support-cta:hover{filter:brightness(1.04)}.dash-analytics-support-cta-arrow{font-size:1rem;font-weight:900;line-height:1}.dash-analytics-support-art{flex-shrink:0}.dash-analytics-support-mascot{background:#fff;border-radius:50%;place-items:center;width:4.5rem;height:4.5rem;font-size:2.35rem;display:grid;box-shadow:0 12px 28px #0f172a1a}@media (width<=1100px){.dash-analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-analytics-card--mood{grid-column:1/-1}.dash-analytics-support-inner{flex-wrap:wrap}}@media (width<=640px){.dash-analytics-grid{grid-template-columns:minmax(0,1fr)}.dash-analytics-reco-strip{flex-wrap:nowrap;padding-bottom:4px}}.dash-metric-card{background:#fff;border:1px solid #f1f5f9;border-radius:18px;padding:1.15rem 1.25rem;box-shadow:0 4px 20px #0f172a0f}.dash-metric-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dash-metric-title{color:var(--text-heading);font-size:.95rem;font-weight:800}.dash-metric-sub{color:var(--text-muted);font-size:.72rem}.dash-metric-chip{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:.22rem .65rem;font-size:.65rem;font-weight:700}.dash-stat-boxes{grid-template-columns:1fr 1fr;gap:.6rem;margin-bottom:.75rem;display:grid}.dash-stat-box{border-radius:14px;padding:.85rem .75rem;position:relative}.dash-stat-box--green{background:#ecfdf5}.dash-stat-box--amber{background:#fffbeb}.dash-stat-box-icon{margin-bottom:.3rem;font-size:1.3rem}.dash-stat-box-value{color:var(--text-heading);font-size:1.4rem;font-weight:800;line-height:1.1}.dash-stat-box-label{color:var(--text-muted);margin:.2rem 0;font-size:.7rem;font-weight:600}.dash-stat-box-change{margin-bottom:.1rem;font-size:.72rem;font-weight:700}.dash-stat-box-change.positive{color:#16a34a}.dash-stat-box-change.neutral{color:#d97706}.dash-stat-box-change.negative{color:#dc2626}.dash-stat-box-compare{color:var(--text-muted);font-size:.65rem}.dash-stat-mini-row{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.dash-stat-mini{background:#f8fafc;border-radius:10px;flex-direction:column;gap:.15rem;padding:.55rem .6rem;display:flex}.dash-stat-mini-label{color:var(--text-muted);font-size:.65rem;font-weight:600}.dash-stat-mini-value{color:var(--text-heading);font-size:.95rem;font-weight:800}.dash-activity-list{flex-direction:column;gap:0;max-height:360px;display:flex;overflow-y:auto}.dash-activity-row{border-bottom:1px solid #f1f5f9;gap:.65rem;padding:.6rem 0;display:flex;position:relative}.dash-activity-row:last-child{border-bottom:none}.dash-activity-time{color:#94a3b8;flex-shrink:0;width:68px;padding-top:.1rem;font-size:.72rem;font-weight:700}.dash-activity-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:.25rem}.dash-activity-dot--green{background:#22c55e}.dash-activity-dot--amber{background:#f59e0b}.dash-activity-dot--red{background:#ef4444}.dash-activity-dot--blue{background:#3b82f6}.dash-activity-dot--purple{background:#8b5cf6}.dash-activity-content{color:var(--text);flex:1;font-size:.8rem;line-height:1.45}.dash-activity-content strong{color:var(--text-heading)}.dash-activity-outcome{border-radius:6px;margin-top:.2rem;padding:.15rem .5rem;font-size:.72rem;font-weight:700;display:inline-block}.outcome--green{color:#166534;background:#dcfce7}.outcome--amber{color:#92400e;background:#fef3c7}.outcome--red{color:#991b1b;background:#fee2e2}.dash-action-new-btn{color:#16a34a;cursor:pointer;background:#f0fdf4;border:1.5px solid #22c55e;border-radius:8px;padding:.25rem .7rem;font-size:.72rem;font-weight:700;transition:all .15s}.dash-action-new-btn:hover{color:#fff;background:#22c55e}.dash-action-list{flex-direction:column;gap:0;display:flex}.dash-action-item{border-bottom:1px solid #f1f5f9;align-items:center;gap:.6rem;padding:.6rem 0;display:flex}.dash-action-item:last-child{border-bottom:none}.dash-action-icon{border-radius:8px;flex-shrink:0;place-items:center;width:30px;height:30px;font-size:.85rem;font-weight:800;display:grid}.dash-action-icon--red{color:#dc2626;background:#fee2e2}.dash-action-icon--amber{color:#d97706;background:#fef3c7}.dash-action-icon--blue{color:#2563eb;background:#dbeafe}.dash-action-icon--green{color:#16a34a;background:#dcfce7}.dash-action-icon--purple{color:#7c3aed;background:#ede9fe}.dash-action-info{flex:1;min-width:0}.dash-action-info strong{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;display:block;overflow:hidden}.dash-action-info span{color:var(--text-muted);font-size:.7rem}.dash-action-tag{text-transform:uppercase;letter-spacing:.03em;border-radius:6px;flex-shrink:0;padding:.2rem .55rem;font-size:.6rem;font-weight:800}.tag--now{color:#dc2626;background:#fee2e2}.tag--followup{color:#d97706;background:#fef3c7}.tag--report{color:#2563eb;background:#dbeafe}.tag--schedule{color:#16a34a;background:#dcfce7}.tag--meeting{color:#7c3aed;background:#ede9fe}.dash-issue-title{font-weight:500}.dash-issue-meta{color:#9ca3af;font-size:.7rem}.dash-issue-tag{color:#16a34a;background:#dcfce7;border-radius:999px;padding:.18rem .55rem;font-size:.7rem;font-weight:600}.dash-issue-tag.is-update{color:#2563eb;background:#dbeafe}.dash-issue-tag.is-report{color:#b91c1c;background:#fee2e2}.dash-issue-tag.is-control{color:#b45309;background:#fef3c7}.dash-issue-tag.is-meeting{color:#7c3aed;background:#ede9fe}@media (width<=960px){.dash-metrics-grid,.dash-workshops-grid,.dash-workshops-layout{grid-template-columns:minmax(0,1fr)}.dash-stat-mini-row{grid-template-columns:1fr}.college-summary-tabs-card{flex:100%;min-width:0}.college-child-summary-card--main{width:100%;max-width:100%}}.dash-hero-inner{width:100%;max-width:1120px}.dash-hero--school .dash-hero-inner{max-width:none}.dash-product-label{text-transform:uppercase;letter-spacing:.12em;color:var(--teal-dark);font-size:.65rem;font-weight:700}.dash-product-title{font-family:var(--font-display);letter-spacing:-.03em;color:var(--text-heading);background:linear-gradient(135deg,#0f766e 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:.35rem 0 .75rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:700}.dash-product-desc{color:var(--text);margin:0 0 1.25rem;font-size:.95rem;line-height:1.55}.dash-hero-actions{flex-wrap:wrap;gap:.65rem;display:flex}.features-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.15rem 1.1rem;transition:box-shadow .2s,transform .15s}.feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.feature-card .feature-icon{margin-bottom:.5rem;font-size:1.5rem;display:block}.feature-card h4{color:var(--text-heading);margin:0 0 .4rem;font-size:.95rem}.feature-card p{color:var(--text-muted);margin:0;font-size:.8rem;line-height:1.45}.counselor-list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.counselor-row{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex-wrap:wrap;align-items:center;gap:1rem;padding:1rem 1.15rem;display:flex}.counselor-row-avatar{background:var(--teal-soft);border:2px solid #e0f2e9;border-radius:50%;flex-shrink:0;width:56px;height:56px;overflow:hidden}.counselor-row-avatar img{object-fit:cover;width:100%;height:100%}.counselor-row-info{flex:1;min-width:180px}.counselor-row-info strong{color:var(--text-heading);font-size:1rem;display:block}.counselor-row-title{color:var(--text-muted);font-size:.8rem}.counselor-row-slot{flex-direction:column;gap:.15rem;min-width:140px;display:flex}.next-slot-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-size:.65rem;font-weight:600}.next-slot-value{color:var(--teal-dark);font-size:.8rem;font-weight:600}.counselor-book-btn{flex-shrink:0;margin-left:auto}.counselor-book-desc{margin-top:-.35rem}.counselor-list--modern{gap:1rem}.dash-counselor-card{background:linear-gradient(165deg,#fff 0%,#f8fafc 100%);border:1px solid #e2e8f0f2;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:1rem 1.25rem;padding:1.15rem 1.25rem;list-style:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 1px 2px #0f172a0a,0 12px 32px #0f766e14}.dash-counselor-card:hover{border-color:#14b8a659;transform:translateY(-2px);box-shadow:0 4px 12px #0f172a0f,0 18px 44px #0f766e1f}.counselor-book-block--college .dash-counselor-card{border-color:#a78bfa73;box-shadow:0 1px 2px #0f172a0a,0 12px 32px #6366f11a}.counselor-book-block--college .dash-counselor-card:hover{border-color:#8b5cf68c;box-shadow:0 4px 12px #0f172a0f,0 18px 44px #6366f124}.counselor-book-block--college .dash-counselor-tag{color:#6d28d9;background:#8b5cf61a;border-color:#8b5cf64d}.counselor-book-block--college .dash-counselor-avatar{border-color:#8b5cf673;box-shadow:0 6px 16px #6366f12e}.dash-counselor-card-main{flex:1;align-items:flex-start;gap:1rem;min-width:min(100%,220px);display:flex}.dash-counselor-avatar{background:#ecfdf5;border:2px solid #14b8a666;border-radius:16px;flex-shrink:0;width:64px;height:64px;overflow:hidden;box-shadow:0 6px 16px #0f766e26}.dash-counselor-avatar img{object-fit:cover;width:100%;height:100%}.dash-counselor-body{flex:1;min-width:0}.dash-counselor-name-row{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.dash-counselor-name-row strong{color:#0f172a;letter-spacing:-.02em;font-size:1.05rem;font-weight:800}.dash-counselor-rating{color:#b45309;background:linear-gradient(#fffbeb 0%,#fef3c7 100%);border:1px solid #fde68a;border-radius:999px;padding:.15rem .5rem;font-size:.7rem;font-weight:800}.dash-counselor-role{color:#64748b;margin-top:.25rem;font-size:.8rem;font-weight:600;line-height:1.45;display:block}.dash-counselor-tags{flex-wrap:wrap;gap:.35rem;margin-top:.55rem;display:flex}.dash-counselor-tag{color:#0f766e;background:#14b8a61a;border:1px solid #14b8a647;border-radius:999px;padding:.22rem .52rem;font-size:.64rem;font-weight:700}.dash-counselor-actions{flex-direction:column;justify-content:center;align-items:flex-end;gap:.65rem;min-width:168px;display:flex}.dash-counselor-slot-pill{text-align:right;background:linear-gradient(#f9fafb 0%,#f3f4f6 100%);border:1px solid #e5e7eb;border-radius:14px;width:100%;max-width:220px;padding:.55rem .8rem}.dash-counselor-slot-label{letter-spacing:.1em;text-transform:uppercase;color:#94a3b8;font-size:.58rem;font-weight:800;display:block}.dash-counselor-slot-value{color:#0d9488;margin-top:.18rem;font-size:.82rem;font-weight:700;line-height:1.3;display:block}.dash-counselor-book-btn{border-radius:12px;min-width:118px;padding:.62rem 1.35rem;font-weight:700;box-shadow:0 4px 16px #14b8a652}.counselor-book-block--college .dash-counselor-slot-value{color:#7c3aed}.counselor-book-block--college .dash-counselor-book-btn{box-shadow:0 4px 16px #7c3aed47}.quick-links{flex-wrap:wrap;gap:.5rem;display:flex}.quick-link{border:1px solid var(--border);color:var(--text-heading);background:#fff;border-radius:10px;padding:.55rem 1rem;font-size:.85rem;font-weight:600}.quick-link:hover{background:var(--teal-soft);color:var(--teal-dark);border-color:#0000}.ai-bot-screen{grid-template-columns:230px minmax(0,1fr);align-items:stretch;gap:1rem;display:grid}.ai-bot-sidebar{border:1px solid var(--border);background:#f8fafc;border-radius:16px;padding:1rem}.ai-bot-sidebar h3{margin:0 0 .75rem;font-size:.92rem}.ai-bot-sidebar-list{color:#475569;gap:.45rem;margin:0;padding-left:1rem;font-size:.82rem;display:grid}.ai-bot-school-chip{color:#065f46;background:#d1fae5;border-radius:999px;align-items:center;margin-top:1rem;padding:.35rem .65rem;font-size:.76rem;font-weight:700;display:inline-flex}.ai-bot-main{border:1px solid var(--border);background:#fff;border-radius:16px;flex-direction:column;gap:.85rem;padding:1rem;display:flex}.ai-bot-chat-header{justify-content:space-between;align-items:center;font-size:.84rem;display:flex}.ai-bot-chat-header span{color:#0f766e;font-weight:700}.ai-bot-chat-feed{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;gap:.55rem;padding:.8rem;display:grid}.ai-bot-msg{border-radius:12px;max-width:85%;padding:.55rem .7rem;font-size:.82rem;line-height:1.45}.ai-bot-msg--bot{color:#164e63;background:#ecfeff;border:1px solid #a5f3fc}.ai-bot-msg--user{color:#14532d;background:#dcfce7;border:1px solid #86efac;margin-left:auto}.ai-bot-prompts{flex-wrap:wrap;gap:.45rem;display:flex}.ai-bot-prompt-btn{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.35rem .68rem;font-size:.76rem;font-weight:600}.ai-bot-input-row{gap:.6rem;display:flex}.ai-bot-input-row input{border:1px solid #cbd5e1;border-radius:10px;flex:1;padding:.6rem .75rem;font-size:.85rem}@media (width<=600px){.counselor-row .counselor-book-btn{justify-content:center;width:100%;margin-left:0}.dash-counselor-actions{align-items:stretch;width:100%;min-width:0}.dash-counselor-slot-pill{text-align:left;max-width:none}.dash-counselor-book-btn{justify-content:center;width:100%}}@media (width<=900px){.dashboard{flex-direction:column;min-height:100dvh}.sidebar{display:none}.main-wrap{width:100%;min-height:100dvh;max-height:none;margin-left:0;overflow:visible}.main-scroll{flex:none;overflow:visible}.main-sticky-bar{border-bottom:none;padding-top:.5rem}.header-bar{flex-wrap:wrap;margin:.75rem}.header-actions-icons{border-right:none;margin-right:0;padding-right:0}.header-actions{flex-wrap:wrap;justify-content:space-between;gap:.75rem;width:100%}.header-hapminds{margin-left:auto}.content-area{padding:0 .85rem calc(5.5rem + env(safe-area-inset-bottom))}.dashboard--college{max-width:100%;overflow-x:clip}.dashboard--college .content-area{box-sizing:border-box;min-width:0;max-width:100%;padding-left:.65rem;padding-right:.65rem}.dashboard--college .mobile-college-header{z-index:260;padding:.45rem .65rem calc(.35rem + env(safe-area-inset-top));-webkit-backdrop-filter:blur(12px);background:#fffffff0;border-bottom:1px solid #4ec27738;flex-shrink:0;display:block;position:sticky;top:0;box-shadow:0 4px 18px #0f172a0f}.mobile-college-header-inner{justify-content:space-between;align-items:center;gap:.65rem;max-width:1200px;margin:0 auto;display:flex}.mobile-college-header-brand{flex:1;align-items:center;gap:.55rem;min-width:0;display:flex}.mobile-college-header-logo-letter{color:#fff;background:linear-gradient(135deg,#36a860,#4ec277);border-radius:12px;flex-shrink:0;place-items:center;width:36px;height:36px;font-size:.95rem;font-weight:800;display:grid}.mobile-college-header-logo-img{object-fit:cover;border:1px solid #4ec27759;border-radius:12px;flex-shrink:0;width:36px;height:36px}.mobile-college-header-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;max-width:min(52vw,220px);font-size:.82rem;font-weight:800;overflow:hidden}.mobile-college-header-actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.mobile-college-header-icon-btn{color:#15803d;background:#4ec2771f;border:1px solid #4ec27766;border-radius:12px;flex-shrink:0;place-items:center;width:38px;height:38px;display:grid}.mobile-college-header-icon-btn svg{stroke-width:2.2px;width:18px;height:18px}.mobile-college-header-icon-btn.active{color:#14532d;background:#4ec27747;border-color:#4ec277}.mobile-college-header-logout{color:#15803d;cursor:pointer;background:#4ec2771a;border:1px solid #4ec27773;border-radius:999px;flex-shrink:0;padding:.4rem .65rem;font-size:.72rem;font-weight:700}.mobile-bottom-nav{z-index:250;-webkit-overflow-scrolling:touch;scroll-snap-type:x proximity;scrollbar-width:none;padding:.45rem .4rem calc(.55rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);background:#fffffff5;border-top:1px solid #dbe4ea;flex-flow:row;justify-content:flex-start;align-items:stretch;gap:.2rem;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:auto hidden;box-shadow:0 -10px 26px #0f172a1f}.mobile-bottom-nav::-webkit-scrollbar{display:none}.mobile-bottom-nav-item{color:#64748b;text-align:center;scroll-snap-align:start;border-radius:12px;flex-direction:column;flex:none;justify-content:center;align-items:center;gap:.15rem;min-width:3.35rem;max-width:4.5rem;padding:.38rem .35rem;font-size:.58rem;font-weight:700;line-height:1.1;text-decoration:none;display:inline-flex}.mobile-bottom-nav-item svg{stroke-width:2.1px;flex-shrink:0;width:22px;height:22px}.mobile-bottom-nav-item span{-webkit-line-clamp:2;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.mobile-bottom-nav-item.active{color:#0f766e;background:#e6f7f4}.mobile-bottom-nav--college{background:#fffffffa;border-top-color:#4ec27766;grid-template-columns:repeat(5,minmax(0,1fr));place-items:stretch stretch;gap:.1rem;padding-left:.25rem;padding-right:.25rem;display:grid;overflow-x:visible}.mobile-bottom-nav--college .mobile-bottom-nav-item{min-width:0;max-width:none;padding:.42rem .15rem}.mobile-bottom-nav--college .mobile-bottom-nav-item span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.56rem;display:block;overflow:hidden}.mobile-bottom-nav--college .mobile-bottom-nav-item svg{width:24px;height:24px}.mobile-bottom-nav--college .mobile-bottom-nav-item.active{color:#166534;background:#4ec2772e}.counselor-chat-fab{right:.9rem;bottom:calc(5.5rem + env(safe-area-inset-bottom))}.counselor-chat-panel{right:.55rem;bottom:calc(5.15rem + env(safe-area-inset-bottom));width:min(380px,100vw - 1.1rem);height:min(560px,100vh - 7rem)}.dashboard--college .main-sticky-bar{padding-top:.35rem}.dashboard--college .header-bar--slim{margin-left:.65rem;margin-right:.65rem}}.resources-page{max-width:1120px;margin:0 1.5rem 2rem .25rem;padding-bottom:2rem}.resources-header{margin-bottom:1.25rem}.resources-title{font-family:var(--font-display);color:var(--text-heading);letter-spacing:-.02em;margin:0 0 .35rem;font-size:1.9rem;font-weight:700}.resources-subtitle{color:var(--text-muted);margin:0;font-size:.95rem}.resources-featured-wrap{margin-bottom:2rem}.resources-featured{background-position:100%;background-size:cover;border-radius:20px;min-height:320px;position:relative;overflow:hidden;box-shadow:0 16px 40px #5b21b633}.resources-featured-bg{pointer-events:none;background:radial-gradient(circle at 10% 0,#81e6d973 0,#0000 40%),radial-gradient(circle at 80% 10%,#e0e7ff80 0,#0000 42%),linear-gradient(105deg,#4c1d95bf 0%,#7c3aeda6 40%,#22c55e99 100%);position:absolute;inset:0}.resources-featured-inner{grid-template-columns:1fr;align-items:center;gap:1rem;min-height:320px;padding:2.4rem 2rem 2.4rem 2.25rem;display:grid;position:relative}@media (width<=640px){.resources-featured-inner{grid-template-columns:1fr}}.resources-featured-copy{color:#fff;z-index:1}.resources-featured-badge{color:#fff;letter-spacing:.06em;background:#22c55e;border-radius:8px;margin-bottom:.75rem;padding:.35rem .65rem;font-size:.65rem;font-weight:800;display:inline-block}.resources-featured-title{max-width:22em;margin:0 0 .5rem;font-size:clamp(1.4rem,2.7vw,1.75rem);font-weight:700;line-height:1.25}.resources-featured-desc{opacity:.95;max-width:28em;margin:0 0 .5rem;font-size:.95rem;line-height:1.5}.resources-featured-tag{opacity:.85;margin-bottom:1rem;font-size:.7rem;display:block}.resources-watch-btn{color:#fff;cursor:pointer;background:#22c55e;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.55rem 1.15rem;font-size:.875rem;font-weight:700;display:inline-flex}.resources-watch-btn:hover{filter:brightness(1.08)}.resources-play-icon{background:#ffffff40;border-radius:6px;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;display:flex}.resources-carousel-dots{justify-content:center;align-items:center;gap:.5rem;margin-top:.85rem;display:flex}.resources-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:width .2s,border-radius .2s,background .2s}.resources-dot.active{background:#fff;border-radius:4px;width:28px;box-shadow:0 0 0 2px #e2e8f0}.resources-categories-section{margin-bottom:1.5rem}.resources-section-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-heading);margin:0 0 .85rem;font-size:.85rem;font-weight:800}.resources-categories{flex-wrap:wrap;gap:.65rem;display:flex}.resources-cat-card{cursor:pointer;color:#64748b;background:radial-gradient(circle at 0 0,#e0f2fe 0,#f9fafb 45%);border:2px solid #eef0f4;border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:.5rem;min-width:120px;max-width:170px;padding:1rem .65rem;transition:border-color .15s,background .15s,color .15s;display:flex}.resources-cat-card:hover{color:#475569;border-color:#cbd5e1}.resources-cat-card.active{color:#15803d;background:radial-gradient(circle at 0 0,#bbf7d0 0,#0000 40%),linear-gradient(#ecfdf5 0%,#d1fae5 100%);border-color:#22c55e}.resources-cat-card.active .resources-cat-icon{color:#fff;background:#22c55e}.resources-cat-icon{width:48px;height:48px;color:inherit;background:linear-gradient(145deg,#fff 0%,#eff6ff 50%,#e0f2fe 100%);border-radius:14px;justify-content:center;align-items:center;display:flex;box-shadow:0 2px 8px #0000000a}.resources-cat-icon svg{stroke-linecap:round;stroke-linejoin:round}.resources-cat-icon--health svg{color:#22c55e}.resources-cat-icon--meditation svg{color:#6366f1}.resources-cat-icon--selfcare svg{color:#ec4899}.resources-cat-icon--mindfulness svg{color:#0ea5e9}.resources-cat-icon--selfgrowth svg{color:#f97316}.resources-cat-icon--games svg{color:#a855f7}.resources-cat-label{text-align:center;color:var(--text-heading);font-size:.8rem;font-weight:700;line-height:1.25}.resources-cat-card.active .resources-cat-label{color:#166534}.resources-toolbar{margin-bottom:1.5rem}.resources-search{color:#94a3b8;background:#fff;border:1px solid #e8ecf0;border-radius:14px;align-items:center;gap:.65rem;margin-bottom:.85rem;padding:.65rem 1rem;display:flex}.resources-search input{color:var(--text-heading);background:0 0;border:none;outline:none;flex:1;font-size:.9rem}.resources-search input::placeholder{color:#94a3b8}.resources-type-filters{flex-wrap:wrap;gap:.45rem;display:flex}.resources-type-filters button{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:10px;padding:.45rem .85rem;font-size:.8rem;font-weight:600}.resources-type-filters button:hover{color:#475569;background:#e2e8f0}.resources-type-filters button.active{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#0ea5e9 50%,#6366f1 100%)}.resources-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.resources-item-card{background:#fff;border:1px solid #eef0f4;border-radius:16px;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #0000000a}.resources-item-card:hover{box-shadow:0 14px 30px #1e40af29}.resources-item-media{aspect-ratio:16/10;background:radial-gradient(circle at 0 0,#e0f2fe 0,#f9fafb 45%);position:relative}.resources-item-media img{object-fit:cover;width:100%;height:100%}.resource-thumb{border-radius:inherit;position:absolute;inset:0;overflow:hidden}.resource-thumb-img{object-fit:cover;width:100%;height:100%;display:block}.resource-thumb-skeleton{background:linear-gradient(90deg,#e2e8f0 0%,#f8fafc 42%,#e2e8f0 84%) 0 0/220% 100%;width:100%;height:100%;min-height:120px;animation:1.15s ease-in-out infinite resource-thumb-shimmer}@keyframes resource-thumb-shimmer{0%{background-position:100% 0}to{background-position:-120% 0}}.resource-route-fallback{text-align:center;color:#64748b;padding:2rem 1rem;font-size:.9rem;font-weight:600}.resources-item-play{color:#fff;opacity:0;background:#00000040;justify-content:center;align-items:center;font-size:1.25rem;transition:opacity .2s;display:flex;position:absolute;inset:0}.resources-item-card:hover .resources-item-play{opacity:1}.resources-item-fallback{justify-content:center;align-items:center;min-height:100px;font-size:2rem;display:flex}.resources-item-fallback.resources-type-article{background:linear-gradient(135deg,#f9fafb 0%,#e0f2fe 100%)}.resources-item-fallback.resources-type-audio{background:linear-gradient(135deg,#eef2ff 0%,#e0f2fe 100%)}.resources-item-fallback.resources-type-game{background:linear-gradient(135deg,#ecfdf5 0%,#fef9c3 100%)}.resources-item-body{padding:1rem 1.15rem 1.15rem}.resources-item-type{text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;font-size:.65rem;font-weight:700}.resources-item-body h4{color:var(--text-heading);margin:.25rem 0 .35rem;font-size:.98rem;font-weight:700;line-height:1.3}.resources-item-meta{color:var(--text-muted);margin:0;font-size:.75rem}.resources-item-focus{color:#047857;background:#ecfdf5;border-radius:6px;margin-top:.4rem;padding:.15rem .45rem;font-size:.65rem;font-weight:600;display:inline-block}.resources-api-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:0 0 .65rem;padding:.65rem .85rem;font-size:.82rem;font-weight:600}.resources-api-loading{color:#0369a1;margin:0 0 .85rem;font-size:.82rem;font-weight:600}.resources-cat-all-icon{color:#0f766e;place-items:center;width:32px;height:32px;font-size:.72rem;font-weight:800;display:grid}.resources-empty{text-align:center;color:var(--text-muted);padding:2rem;font-size:.9rem}.resources-item-card{cursor:pointer}.res-watch-page{flex-direction:column;height:100%;display:flex}.res-watch-topbar{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;padding:.75rem 0;display:flex}.res-watch-back{color:#0f766e;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-size:.85rem;font-weight:600}.res-watch-back:hover{text-decoration:underline}.res-watch-topbar-title{font-family:var(--font-display);color:var(--text-heading);text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:1rem;font-weight:700;overflow:hidden}.res-watch-topbar-actions{flex-shrink:0;gap:.5rem;display:flex}.res-watch-topbar-actions .icon-btn{border-radius:10px;width:auto;height:auto;padding:.35rem .75rem;font-size:.78rem}.res-watch-layout{flex:1;grid-template-columns:1fr 300px;gap:1.25rem;min-height:0;display:grid}.res-watch-main{min-width:0}.res-watch-player{aspect-ratio:16/9;background:#0f172a;border-radius:16px;width:100%;margin-bottom:1rem;overflow:hidden}.res-watch-player iframe{border:none;width:100%;height:100%}.res-watch-api-video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.res-watch-fallback-img{object-fit:cover;width:100%;height:100%}.res-watch-fallback{color:#94a3b8;justify-content:center;align-items:center;width:100%;height:100%;font-size:.9rem;display:flex}.res-watch-info{padding-bottom:1.5rem}.res-watch-desc{color:var(--text);margin:0 0 .75rem;font-size:.88rem;line-height:1.55}.res-watch-contributor{color:var(--text-muted);margin-bottom:.75rem;font-size:.82rem}.res-watch-tags{flex-wrap:wrap;gap:.35rem;display:flex}.res-detail-tag{border:1px solid var(--border);color:#64748b;background:#f8fafc;border-radius:999px;padding:.25rem .6rem;font-size:.75rem}.res-watch-sidebar{border:1px solid var(--border);background:#f9fafb;border-radius:16px;flex-direction:column;gap:.75rem;max-height:520px;padding:1rem;display:flex;overflow-y:auto}.res-watch-notes-header{color:var(--text-heading);align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;display:flex}.res-watch-notes-count{color:var(--text-muted);font-size:.82rem;font-weight:400}.res-watch-notes-input textarea{border:1px solid var(--border);resize:vertical;width:100%;min-height:60px;color:var(--text);background:#fff;border-radius:10px;padding:.6rem .75rem;font-family:inherit;font-size:.82rem}.res-watch-notes-input textarea::placeholder{color:#94a3b8}.res-watch-add-note{color:#fff;cursor:pointer;background:linear-gradient(135deg,#22c55e,#14b8a6);border:none;border-radius:10px;width:100%;margin-top:.5rem;padding:.55rem;font-size:.82rem;font-weight:700;transition:filter .15s;display:block}.res-watch-add-note:hover{filter:brightness(1.08)}.res-watch-notes-empty{text-align:center;color:var(--text-muted);padding:1.5rem .5rem}.res-watch-notes-empty span{margin-bottom:.5rem;font-size:2rem;display:block}.res-watch-notes-empty strong{color:var(--text-heading);margin-bottom:.25rem;font-size:.88rem;display:block}.res-watch-notes-empty p{margin:0;font-size:.78rem}.res-watch-note-item{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:10px;padding:.6rem .75rem;font-size:.82rem;line-height:1.45}@media (width<=768px){.res-watch-layout{grid-template-columns:1fr}}.popup-close-x{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;place-items:center;width:32px;height:32px;font-size:1.25rem;transition:background .15s,color .15s;display:grid;position:absolute;top:.9rem;right:1rem}.popup-close-x:hover{color:var(--text-heading);background:#f1f5f9}.popup-breathing{text-align:center;max-width:540px;padding:2rem 2rem 1.5rem}.popup-breathing-header{margin-bottom:1.5rem}.popup-breathing-header h3{margin:.5rem 0 .25rem;font-size:1.35rem}.popup-breathing-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-breathing-icon{font-size:2rem}.popup-breathing-circle-zone{justify-content:center;align-items:center;height:220px;margin:1rem 0;display:flex}.popup-breathing-circle{background:radial-gradient(circle at 40% 40%,#22c55e22,#22c55e0a);border:3px solid #22c55e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:130px;height:130px;transition:transform 4s ease-in-out,background 4s,border-color 4s;display:flex}.popup-breathing-circle--idle{animation:3s ease-in-out infinite breatheIdle}.popup-breathing-circle span{color:var(--text-heading);font-size:.95rem;font-weight:700}@keyframes breatheIdle{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.popup-breathing-phase-label{color:var(--text-heading);font-size:1.05rem;font-weight:700}.popup-breathing-phase-time{color:var(--text-muted);font-size:.78rem;font-weight:500}.popup-breathing-info-row{justify-content:center;gap:1.5rem;margin:1rem 0 1.5rem;display:flex}.popup-breathing-info-item{flex-direction:column;align-items:center;gap:.15rem;display:flex}.popup-breathing-info-item strong{color:#22c55e;font-size:1.2rem}.popup-breathing-info-item span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.popup-breathing-begin{margin:0 auto;padding:.65rem 2.5rem;font-size:.95rem;display:block}.popup-breathing-meta{color:var(--text-muted);justify-content:center;gap:2rem;margin-top:.5rem;font-size:.82rem;display:flex}.popup-breathing-cycles-track{justify-content:center;gap:.5rem;margin:1rem 0 0;display:flex}.popup-breathing-cycle-dot{background:#e2e8f0;border-radius:50%;width:10px;height:10px;transition:background .3s}.popup-breathing-cycle-dot.is-done{background:#22c55e}.popup-breathing-done{padding:1rem 0}.popup-breathing-done-emoji{margin-bottom:.5rem;font-size:3rem}.popup-breathing-done h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.25rem}.popup-breathing-done p{color:var(--text);margin:.25rem 0;font-size:.88rem}.popup-breathing-tip{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px;margin:1rem 0;padding:.75rem 1rem;font-size:.82rem}.popup-focus{text-align:center;max-width:580px;padding:2rem 2rem 1.5rem}.popup-focus-header{margin-bottom:1rem}.popup-focus-header h3{margin:.5rem 0 .25rem;font-size:1.35rem}.popup-focus-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-focus-icon{font-size:2rem}.popup-focus-stats{color:var(--text-muted);justify-content:center;gap:1.5rem;margin-bottom:1rem;font-size:.82rem;font-weight:600;display:flex}.popup-focus-stats span{background:#f1f5f9;border-radius:20px;padding:.3rem .75rem}.popup-focus-grid{grid-template-columns:repeat(4,1fr);gap:.6rem;max-width:360px;margin:0 auto 1rem;display:grid}.popup-focus-tile{aspect-ratio:1;cursor:pointer;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:2px solid #e2e8f0;border-radius:12px;font-size:1.8rem;transition:transform .15s,border-color .2s;position:relative;overflow:hidden}.popup-focus-tile:hover:not(.is-open):not(.is-matched){border-color:#94a3b8;transform:scale(1.06)}.popup-focus-tile-front,.popup-focus-tile-back{backface-visibility:hidden;place-items:center;transition:opacity .3s,transform .3s;display:grid;position:absolute;inset:0}.popup-focus-tile-front{color:#94a3b8;font-size:1.4rem;font-weight:700}.popup-focus-tile:not(.is-open) .popup-focus-tile-back{opacity:0;transform:rotateY(90deg)}.popup-focus-tile.is-open .popup-focus-tile-front{opacity:0;transform:rotateY(-90deg)}.popup-focus-tile.is-open .popup-focus-tile-back{opacity:1;transform:rotateY(0)}.popup-focus-tile.is-open{background:#ecfdf5;border-color:#22c55e}.popup-focus-tile.is-matched{background:#dcfce7;border-color:#86efac;animation:.4s focusMatchPop}@keyframes focusMatchPop{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}.popup-focus-done{padding:1rem 0}.popup-focus-done-emoji{margin-bottom:.5rem;font-size:3rem}.popup-focus-done h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.25rem}.popup-focus-done p{color:var(--text);margin:.25rem 0;font-size:.88rem}.popup-focus-stars{justify-content:center;gap:.4rem;margin:1rem 0;font-size:1.8rem;display:flex}.popup-focus-stars .star-gold{color:#f59e0b;text-shadow:0 2px 8px #f59e0b59}.popup-focus-stars .star-dim{color:#e2e8f0}.popup-mood{text-align:center;max-width:540px;padding:2rem 2rem 1.5rem}.popup-mood-header{margin-bottom:1rem}.popup-mood-header h3{margin:.5rem 0 .25rem;font-size:1.35rem}.popup-mood-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-mood-brand-img{object-fit:contain;width:min(220px,72vw);height:auto;max-height:140px;margin:0 auto .5rem;display:block}.popup-mood-animate{animation:.4s ease-out popupSlideUp}@keyframes popupSlideUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.popup-mood-progress{margin-bottom:1.25rem}.popup-mood-progress span{color:var(--text-muted);margin-top:.35rem;font-size:.72rem;display:block}.popup-mood-progress-bar{background:#e2e8f0;border-radius:10px;height:5px;overflow:hidden}.popup-mood-progress-fill{background:linear-gradient(90deg,#22c55e,#14b8a6);border-radius:10px;height:100%;transition:width .4s}.popup-mood-prompt{color:var(--text-heading);margin:0 0 1.25rem;font-size:1.05rem;font-weight:700}.popup-mood-faces{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.popup-mood-face{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:16px;flex-direction:column;align-items:center;gap:.35rem;min-width:80px;padding:.75rem 1rem;transition:all .25s;display:flex}.popup-mood-face:hover{border-color:var(--mood-color,#22c55e);transform:translateY(-3px);box-shadow:0 6px 18px #00000014}.popup-mood-face.is-selected{border-color:var(--mood-color,#22c55e);background:color-mix(in srgb, var(--mood-color,#22c55e) 8%, #fff);transform:scale(1.08)}.popup-mood-face-emoji{font-size:2rem}.popup-mood-face-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.72rem;font-weight:700}.popup-mood-options{grid-template-columns:1fr 1fr;gap:.6rem;max-width:360px;margin:0 auto;display:grid}.popup-mood-option{color:var(--text-heading);cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:.7rem 1rem;font-size:.88rem;font-weight:600;transition:all .2s}.popup-mood-option:hover{background:#f0fdf4;border-color:#22c55e}.popup-mood-option.is-selected{color:#166534;background:#dcfce7;border-color:#22c55e}.popup-mood-confirm{padding:.5rem 0}.popup-mood-summary{color:var(--text);justify-content:center;align-items:center;gap:.6rem;margin-bottom:1.5rem;font-size:1.05rem;display:flex}.popup-mood-summary-emoji{font-size:2.2rem}.popup-mood-result{padding:1rem 0}.popup-mood-result-emoji{margin-bottom:.5rem;font-size:3rem}.popup-mood-result h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.25rem}.popup-mood-result p{color:var(--text);margin:.25rem 0;font-size:.88rem}.popup-mood-support-hint{color:#1e40af;text-align:left;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;align-items:center;gap:.6rem;margin:1rem 0;padding:.75rem 1rem;font-size:.82rem;display:flex}.popup-wellness-insights{width:min(920px,94vw);max-width:min(920px,94vw);height:min(920px,90vh);max-height:min(920px,90vh);padding:1.2rem 1.25rem 1.1rem;overflow-y:auto}.popup-wellness-insights-header h3{color:#0f172a;margin:.32rem 0 .25rem;font-size:1.2rem}.popup-wellness-insights-header p{color:#64748b;margin:0;font-size:.84rem}.popup-wellness-insights-kicker{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;background:#ccfbf1;border-radius:999px;padding:.22rem .55rem;font-size:.68rem;font-weight:800;display:inline-block}.popup-wellness-insights-score-row{grid-template-columns:minmax(180px,220px) 1fr;gap:.8rem;margin-top:.9rem;display:grid}.popup-wellness-insights-score-card{background:linear-gradient(150deg,#ecfdf5 0%,#d1fae5 100%);border:1px solid #a7f3d0;border-radius:14px;flex-direction:column;gap:.2rem;padding:.7rem .8rem;display:flex}.popup-wellness-insights-score-card span{color:#0f766e;font-size:.72rem;font-weight:700}.popup-wellness-insights-score-card strong{color:#065f46;font-size:1.45rem;line-height:1}.popup-wellness-insights-score-card small{color:#166534;font-size:.62em}.popup-wellness-insights-score-card em{color:#047857;font-size:.76rem;font-style:normal;font-weight:700}.popup-wellness-insights-score-meta{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.65rem .75rem}.popup-wellness-insights-score-meta p{color:#475569;margin:0;font-size:.8rem}.popup-wellness-insights-score-meta p+p{margin-top:.35rem}.popup-wellness-insights-section{margin-top:.9rem}.popup-wellness-insights-section h4{color:#0f172a;margin:0 0 .5rem;font-size:.92rem}.popup-wellness-insights-breakdown{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;display:grid}.popup-wellness-insights-breakdown-row{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:.55rem .6rem}.popup-wellness-insights-breakdown-top{color:#334155;justify-content:space-between;gap:.5rem;font-size:.78rem;font-weight:700;display:flex}.popup-wellness-insights-bar{background:#e2e8f0;border-radius:999px;height:6px;margin-top:.35rem;overflow:hidden}.popup-wellness-insights-bar-fill{border-radius:inherit;background:linear-gradient(90deg,#34d399 0%,#0ea5e9 100%);height:100%}.popup-wellness-insights-breakdown-row p{color:#64748b;margin:.4rem 0 0;font-size:.74rem}.popup-wellness-insights-tools{gap:.5rem;display:grid}.popup-wellness-insights-tool{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:flex-start;gap:.7rem;padding:.55rem .65rem;display:flex}.popup-wellness-insights-tool strong{color:#0f172a;font-size:.86rem;display:block}.popup-wellness-insights-tool p{color:#64748b;margin:.2rem 0 0;font-size:.76rem;line-height:1.4}.popup-wellness-insights-impact{white-space:nowrap;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:800}.popup-wellness-insights-impact.is-good{color:#166534;background:#dcfce7}.popup-wellness-insights-impact.is-great{color:#1d4ed8;background:#dbeafe}.popup-wellness-insights-actions{color:#334155;margin:0;padding-left:1.1rem;font-size:.8rem;line-height:1.45}.popup-wellness-insights-actions li+li{margin-top:.3rem}@media (width<=760px){.popup-wellness-insights{width:94vw;height:auto;max-height:88vh}.popup-wellness-insights-score-row,.popup-wellness-insights-breakdown{grid-template-columns:1fr}}.popup-resources{max-width:640px;padding:2rem 2rem 1.5rem}.popup-resources-header{text-align:center;margin-bottom:1rem}.popup-resources-header h3{margin:.5rem 0 .25rem;font-size:1.35rem}.popup-resources-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-resources-icon{font-size:2rem}.popup-resources-filters{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.popup-resources-filter{color:var(--text-muted);cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:20px;padding:.35rem .85rem;font-size:.78rem;font-weight:600;transition:all .2s}.popup-resources-filter:hover{color:#22c55e;border-color:#22c55e}.popup-resources-filter.is-active{color:#fff;background:#22c55e;border-color:#22c55e}.popup-resources-list{gap:.5rem;max-height:400px;display:grid;overflow-y:auto}.popup-resource-card{cursor:pointer;text-align:left;border:1.5px solid #e2e8f0;border-radius:12px;padding:.85rem 1rem;transition:all .2s}.popup-resource-card:hover{border-color:#22c55e;box-shadow:0 2px 10px #22c55e14}.popup-resource-card.is-expanded{background:#f0fdf4;border-color:#22c55e}.popup-resource-card-top{align-items:center;gap:.75rem;display:flex}.popup-resource-icon{flex-shrink:0;font-size:1.5rem}.popup-resource-info{flex:1;min-width:0}.popup-resource-info strong{color:var(--text-heading);margin-bottom:.15rem;font-size:.88rem;display:block}.popup-resource-meta{color:var(--text-muted);font-size:.72rem}.popup-resource-chevron{color:var(--text-muted);flex-shrink:0;font-size:.7rem}.popup-resource-detail{border-top:1px solid #d1fae5;margin-top:.75rem;padding-top:.75rem}.popup-resource-detail p{color:var(--text);margin:0 0 .75rem;font-size:.85rem;line-height:1.55}.popup-resource-read-btn{padding:.4rem 1.2rem;font-size:.78rem}.popup-counseling{max-width:600px;padding:2rem 2rem 1.5rem}.popup-counseling-header{text-align:center;margin-bottom:1.25rem}.popup-counseling-header h3{margin:.5rem 0 .25rem;font-size:1.35rem}.popup-counseling-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-counseling-icon{font-size:2rem}.popup-counseling-list{gap:.75rem;display:grid}.popup-counselor-card{cursor:pointer;text-align:left;border:2px solid #e2e8f0;border-radius:14px;align-items:center;gap:1rem;padding:1rem;transition:all .2s;display:flex}.popup-counselor-card:hover{border-color:#22c55e;box-shadow:0 4px 14px #22c55e1a}.popup-counselor-card.is-selected{background:#f0fdf4;border-color:#22c55e}.popup-counselor-avatar{object-fit:cover;border-radius:50%;flex-shrink:0}.popup-counselor-info{flex:1;min-width:0}.popup-counselor-info strong{color:var(--text-heading);font-size:.92rem;display:block}.popup-counselor-info>span{color:var(--text-muted);font-size:.78rem}.popup-counselor-tags{flex-wrap:wrap;gap:.3rem;margin-top:.4rem;display:flex}.popup-counselor-tag{color:#166534;background:#ecfdf5;border-radius:20px;padding:.15rem .5rem;font-size:.65rem;font-weight:600}.popup-counselor-next{text-align:right;flex-shrink:0}.popup-counselor-next span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.03em;font-size:.68rem;display:block}.popup-counselor-next strong{color:#22c55e;font-size:.85rem}.popup-counseling-slot-title{color:var(--text-heading);text-align:center;margin:0 0 1rem;font-size:.92rem}.popup-counseling-slot-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;max-width:380px;margin:0 auto 1.25rem;display:grid}.popup-counseling-slot{color:var(--text-heading);cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:.65rem .5rem;font-size:.85rem;font-weight:600;transition:all .2s}.popup-counseling-slot:hover{background:#f0fdf4;border-color:#22c55e}.popup-counseling-slot.is-selected{color:#166534;background:#dcfce7;border-color:#22c55e}.popup-counseling-confirmed{text-align:center;padding:1.5rem 0}.popup-counseling-check{color:#fff;background:linear-gradient(135deg,#22c55e,#14b8a6);border-radius:50%;place-items:center;width:64px;height:64px;margin:0 auto 1rem;font-size:1.8rem;animation:.5s popupSlideUp;display:grid}.popup-counseling-confirmed h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.25rem}.popup-counseling-confirmed p{color:var(--text);margin:.25rem 0;font-size:.88rem}.popup-counseling-reminder{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;margin-top:1rem;padding:.6rem 1rem;font-size:.82rem}.popup-yoga{text-align:center;max-width:560px;padding:2rem 2rem 1.5rem}.popup-yoga-header{margin-bottom:1.25rem}.popup-yoga-header h3{margin:.4rem 0 .25rem;font-size:1.35rem}.popup-yoga-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-yoga-icon{letter-spacing:.15em;font-size:1.8rem}.popup-yoga-pose-preview{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.popup-yoga-preview-item{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;flex-direction:column;align-items:center;gap:.2rem;min-width:72px;padding:.6rem .7rem;display:flex}.popup-yoga-preview-item span:first-child{font-size:1.5rem}.popup-yoga-preview-item span:last-child{color:var(--text-muted);font-size:.68rem;font-weight:600}.popup-yoga-preview-more{background:#ecfdf5;border-color:#86efac}.popup-yoga-intro-stats{justify-content:center;gap:2rem;margin-bottom:1.5rem;display:flex}.popup-yoga-intro-stats>div{flex-direction:column;align-items:center;display:flex}.popup-yoga-intro-stats strong{color:#14b8a6;font-size:1.1rem}.popup-yoga-intro-stats span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.popup-yoga-start{margin:0 auto;padding:.65rem 2.5rem;display:block}.popup-yoga-progress-bar{background:#e2e8f0;border-radius:10px;height:5px;margin-bottom:.5rem;overflow:hidden}.popup-yoga-progress-fill{background:linear-gradient(90deg,#14b8a6,#22c55e);border-radius:10px;height:100%;transition:width .4s}.popup-yoga-step-label{color:var(--text-muted);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.popup-yoga-pose-card{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border:1.5px solid #bbf7d0;border-radius:18px;margin-bottom:1rem;padding:1.5rem 1.25rem}.popup-yoga-pose-emoji{margin-bottom:.5rem;font-size:3rem;display:block}.popup-yoga-pose-card h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.2rem}.popup-yoga-pose-tags{justify-content:center;gap:.5rem;margin-bottom:.75rem;display:flex}.popup-yoga-pose-tags span{color:#166534;background:#fff;border:1px solid #d1fae5;border-radius:20px;padding:.2rem .7rem;font-size:.72rem;font-weight:700}.popup-yoga-pose-instruction{color:var(--text);margin:0;font-size:.9rem;line-height:1.55}.popup-yoga-timer{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem;font-weight:600}.popup-yoga-done{padding:1rem 0}.popup-yoga-done-emoji{margin-bottom:.5rem;font-size:3rem}.popup-yoga-done h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.25rem}.popup-yoga-done p{color:var(--text);margin:.25rem 0;font-size:.88rem}.popup-yoga-done-tip{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:10px;margin:1rem 0;padding:.75rem 1rem;font-size:.82rem}.audit-tabs{gap:.5rem;margin-bottom:1.25rem;display:flex}.audit-tab{color:var(--text-muted);cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:.55rem 1.2rem;font-size:.85rem;font-weight:700;transition:all .2s}.audit-tab:hover{color:#22c55e;border-color:#22c55e}.audit-tab.is-active{color:#fff;background:#22c55e;border-color:#22c55e}.audit-stat-cards{grid-template-columns:repeat(6,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.audit-stat-card{text-align:center;background:#fff;border:1.5px solid #f1f5f9;border-radius:14px;padding:1rem .85rem;transition:transform .15s;box-shadow:0 2px 10px #0f172a0a}.audit-stat-card:hover{transform:translateY(-2px)}.audit-stat-icon{margin-bottom:.3rem;font-size:1.4rem}.audit-stat-value{font-size:1.5rem;font-weight:800;line-height:1.1}.audit-stat-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-top:.2rem;font-size:.65rem;font-weight:700}.audit-stat--blue{border-left:3px solid #3b82f6}.audit-stat--blue .audit-stat-value{color:#3b82f6}.audit-stat--purple{border-left:3px solid #8b5cf6}.audit-stat--purple .audit-stat-value{color:#8b5cf6}.audit-stat--green{border-left:3px solid #22c55e}.audit-stat--green .audit-stat-value{color:#22c55e}.audit-stat--amber{border-left:3px solid #f59e0b}.audit-stat--amber .audit-stat-value{color:#f59e0b}.audit-stat--red{border-left:3px solid #ef4444}.audit-stat--red .audit-stat-value{color:#ef4444}.audit-stat--teal{border-left:3px solid #14b8a6}.audit-stat--teal .audit-stat-value{color:#14b8a6}.audit-panels{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.audit-panel{background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:1.15rem 1.25rem;box-shadow:0 4px 16px #0f172a0d}.audit-panel--wide{margin-bottom:1.5rem}.audit-panel-title{color:var(--text-heading);margin:0 0 .85rem;font-size:.9rem;font-weight:800}.audit-tool-bars{gap:.55rem;display:grid}.audit-tool-bar-row{align-items:center;gap:.6rem;display:flex}.audit-tool-bar-label{width:100px;color:var(--text-heading);flex-shrink:0;font-size:.78rem;font-weight:700}.audit-tool-bar-track{background:#f1f5f9;border-radius:10px;flex:1;height:10px;overflow:hidden}.audit-tool-bar-fill{border-radius:10px;height:100%;transition:width .5s}.audit-tool-bar-value{text-align:right;width:32px;color:var(--text-heading);font-size:.78rem;font-weight:800}.audit-trend-chart{align-items:flex-end;gap:.5rem;height:160px;padding-bottom:.5rem;display:flex}.audit-trend-col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.audit-trend-bars{flex:1;align-items:flex-end;gap:3px;width:100%;display:flex}.audit-trend-bar{border-radius:4px 4px 0 0;flex:1;justify-content:center;align-items:flex-start;min-height:8px;transition:height .4s;display:flex}.audit-trend-bar span{color:#fff;padding-top:.2rem;font-size:.6rem;font-weight:800}.audit-trend-bar--total{background:linear-gradient(#3b82f6,#2563eb)}.audit-trend-bar--flagged{background:linear-gradient(#f59e0b,#d97706)}.audit-trend-month{color:var(--text-muted);margin-top:.35rem;font-size:.65rem;font-weight:700}.audit-trend-legend{color:var(--text-muted);justify-content:center;gap:1.25rem;margin-top:.75rem;font-size:.72rem;font-weight:600;display:flex}.audit-legend-dot{vertical-align:middle;border-radius:3px;width:10px;height:10px;margin-right:.3rem;display:inline-block}.audit-legend-dot--total{background:#3b82f6}.audit-legend-dot--flagged{background:#f59e0b}.audit-grade-table{border-collapse:collapse;width:100%;font-size:.82rem}.audit-grade-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.audit-grade-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);padding:.6rem .75rem;font-size:.7rem;font-weight:700}.audit-grade-table td{border-bottom:1px solid #f1f5f9;padding:.6rem .75rem}.audit-grade-name{color:var(--text-heading);font-weight:700}.audit-grade-badge{border-radius:6px;padding:.15rem .5rem;font-size:.72rem;font-weight:700}.audit-grade-badge--green{color:#166534;background:#dcfce7}.audit-grade-badge--amber{color:#92400e;background:#fef3c7}.audit-grade-badge--red{color:#991b1b;background:#fee2e2}.audit-grade-dist{background:#f1f5f9;border-radius:10px;height:8px;display:flex;overflow:hidden}.audit-grade-dist-fill{height:100%}.audit-grade-dist--green{background:#22c55e}.audit-grade-dist--amber{background:#f59e0b}.audit-grade-dist--red{background:#ef4444}.audit-highlights-row{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem;margin-bottom:1.25rem;display:grid}.audit-highlight-card{background:#fff;border:1px solid #e8edf3;border-radius:14px;flex-direction:column;gap:.15rem;padding:.85rem .9rem;display:flex;box-shadow:0 2px 10px #0f172a0a}.audit-highlight-icon{font-size:1.2rem}.audit-highlight-value{color:#15803d;margin-top:.15rem;font-size:1.25rem;font-weight:800}.audit-highlight-label{color:#374151;font-size:.72rem;font-weight:700}.audit-highlight-note{color:#6b7280;font-size:.62rem}.audit-docx-preview{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:14px;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.2rem;display:flex}.audit-docx-preview-icon{flex-shrink:0;font-size:2.2rem}.audit-docx-preview-info{flex:1;min-width:0}.audit-docx-preview-info strong{color:#14532d;font-size:.88rem;font-weight:700;display:block}.audit-docx-preview-info span{color:#4b7c5e;font-size:.75rem}.audit-docx-open-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:10px;flex-shrink:0;padding:.5rem 1.1rem;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .15s}.audit-docx-open-btn:hover{background:#15803d}.audit-docx-sections{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;display:grid}.audit-docx-section-card{background:#fff;border:1px solid #e8edf3;border-radius:14px;align-items:flex-start;gap:.85rem;padding:.9rem 1rem;display:flex;box-shadow:0 2px 8px #0f172a0a}.audit-docx-section-num{color:#16a34a;background:#dcfce7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.7rem;font-weight:800;display:flex}.audit-docx-section-card strong{color:#111827;margin-bottom:.25rem;font-size:.85rem;display:block}.audit-docx-section-card p{color:#6b7280;margin:0;font-size:.75rem;line-height:1.45}.audit-docx-viewer{align-items:flex-start;padding:2rem}.audit-docx-content{color:#1e293b;width:100%;max-width:820px;margin:0 auto;font-size:.92rem;line-height:1.7}.audit-docx-content h1{color:#111827;margin:1.25rem 0 .5rem;font-size:1.5rem;font-weight:800}.audit-docx-content h2{color:#1e293b;border-bottom:1px solid #e5e7eb;margin:1.1rem 0 .4rem;padding-bottom:.3rem;font-size:1.2rem;font-weight:700}.audit-docx-content h3{color:#374151;margin:.9rem 0 .3rem;font-size:1rem;font-weight:700}.audit-docx-content p{margin:0 0 .65rem}.audit-docx-content table{border-collapse:collapse;width:100%;margin:.85rem 0;font-size:.85rem}.audit-docx-content th,.audit-docx-content td{text-align:left;border:1px solid #e5e7eb;padding:.45rem .65rem}.audit-docx-content th{color:#374151;background:#f8fafc;font-weight:700}.audit-docx-content ul,.audit-docx-content ol{margin:0 0 .65rem 1.25rem}.audit-docx-content li{margin-bottom:.3rem}.audit-report-section--split{grid-template-columns:minmax(250px,320px) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.audit-report-side{position:sticky;top:.65rem}.audit-report-header{background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem 1.25rem;display:flex;box-shadow:0 2px 10px #0f172a0a}.audit-report-side-note{color:#0c4a6e;background:#ecfeff;border:1px solid #bae6fd;border-radius:12px;margin:0;padding:.75rem .9rem;font-size:.78rem}.audit-report-info h3{color:var(--text-heading);margin:0 0 .2rem;font-size:1rem;font-weight:800}.audit-report-info p{color:var(--text-muted);margin:0;font-size:.82rem}.audit-download-btn{white-space:nowrap;padding:.55rem 1.25rem;font-size:.82rem;text-decoration:none}.audit-pdf-viewer{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;align-items:center;max-height:80vh;padding:1.5rem;display:flex;overflow:hidden auto;box-shadow:0 4px 16px #0f172a0d}.audit-pdf-viewer--side{min-height:calc(100vh - 190px);max-height:calc(100vh - 190px)}.audit-pdf-document{flex-direction:column;align-items:center;gap:1rem;display:flex}.audit-pdf-page{box-shadow:0 2px 12px #0000001a}.audit-pdf-page canvas{max-width:100%;height:auto!important}.audit-pdf-loading{color:#64748b;padding:3rem;font-size:1rem}.audit-pdf-error{text-align:center;color:#dc2626;padding:2rem}.audit-pdf-error p{margin-bottom:1rem}@media (width<=960px){.audit-stat-cards{grid-template-columns:repeat(3,1fr)}.audit-panels{grid-template-columns:1fr}}@media (width<=600px){.audit-stat-cards{grid-template-columns:repeat(2,1fr)}.audit-tabs{flex-direction:column}.audit-report-header{text-align:center;flex-direction:column}.audit-pdf-viewer{min-height:60vh;padding:1rem}}@media (width<=980px){.audit-report-section--split{grid-template-columns:1fr}.audit-report-side{position:static}.audit-pdf-viewer--side{min-height:72vh;max-height:72vh}}.act-overview-cards{grid-template-columns:repeat(5,1fr);gap:.75rem;margin-bottom:1.25rem;display:grid}.act-overview-card{text-align:center;background:#fff;border:1.5px solid #f1f5f9;border-radius:14px;padding:1rem;box-shadow:0 2px 10px #0f172a0a}.act-overview-value{color:var(--text-heading);font-size:1.6rem;font-weight:800;line-height:1.1}.act-overview-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-top:.25rem;font-size:.7rem;font-weight:700}.act-overview--total{border-left:3px solid #3b82f6}.act-overview--total .act-overview-value{color:#3b82f6}.act-overview--students{border-left:3px solid #8b5cf6}.act-overview--students .act-overview-value{color:#8b5cf6}.act-overview--normal{border-left:3px solid #22c55e}.act-overview--normal .act-overview-value{color:#22c55e}.act-overview--borderline{border-left:3px solid #f59e0b}.act-overview--borderline .act-overview-value{color:#f59e0b}.act-overview--attention{border-left:3px solid #ef4444}.act-overview--attention .act-overview-value{color:#ef4444}.act-filters-bar{background:#fff;border:1px solid #f1f5f9;border-radius:14px;flex-wrap:wrap;align-items:flex-end;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex;box-shadow:0 2px 8px #0f172a0a}.act-search-input{min-width:180px;color:var(--text);background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.act-search-input:focus{background:#fff;border-color:#22c55e;outline:none}.act-filter-group{flex-direction:column;gap:.2rem;display:flex}.act-filter-group label{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);font-size:.65rem;font-weight:700}.act-filter-group select{color:var(--text);cursor:pointer;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:.45rem .6rem;font-family:inherit;font-size:.82rem}.act-filter-group select:focus{border-color:#22c55e;outline:none}.act-table-wrap{background:#fff;border:1px solid #f1f5f9;border-radius:16px;margin-bottom:1.5rem;overflow-x:auto;box-shadow:0 4px 16px #0f172a0d}.act-table{border-collapse:collapse;width:100%;font-size:.82rem}.act-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.act-table th{text-align:left;text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);white-space:nowrap;padding:.7rem .75rem;font-size:.7rem;font-weight:700}.act-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:.65rem .75rem}.act-row{transition:background .15s}.act-row:hover{background:#f8fafc}.act-cell-student{color:var(--text-heading);white-space:nowrap;align-items:center;gap:.5rem;font-weight:600;display:flex}.act-student-avatar{font-size:1.2rem}.act-tool-badge{white-space:nowrap;border-radius:6px;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.act-tool--chexi{color:#6d28d9;background:#ede9fe}.act-tool--pessi{color:#92400e;background:#fef3c7}.act-tool--mood-check-in{color:#1d4ed8;background:#dbeafe}.act-cell-score{min-width:120px}.act-score-bar-wrap{color:var(--text-heading);align-items:center;gap:.5rem;font-size:.78rem;font-weight:700;display:flex}.act-score-bar{background:#e2e8f0;border-radius:10px;flex:1;height:6px;overflow:hidden}.act-student-card-score-bar{background:#e2e8f0;border-radius:10px;height:5px;margin:.3rem 0;overflow:hidden}.act-score-fill{border-radius:10px;height:100%;transition:width .4s}.act-score-fill--green{background:linear-gradient(90deg,#22c55e,#16a34a)}.act-score-fill--amber{background:linear-gradient(90deg,#f59e0b,#d97706)}.act-score-fill--red{background:linear-gradient(90deg,#ef4444,#dc2626)}.act-outcome-badge{white-space:nowrap;border-radius:6px;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.act-outcome--green{color:#166534;background:#dcfce7}.act-outcome--amber{color:#92400e;background:#fef3c7}.act-outcome--red{color:#991b1b;background:#fee2e2}.act-cell-date{white-space:nowrap;flex-direction:column;gap:.1rem;display:flex}.act-time{color:var(--text-muted);font-size:.7rem}.act-expand-btn{cursor:pointer;width:28px;height:28px;color:var(--text-muted);background:0 0;border:1.5px solid #e2e8f0;border-radius:6px;place-items:center;font-size:.65rem;transition:all .15s;display:grid}.act-expand-btn:hover{color:#22c55e;background:#f0fdf4;border-color:#22c55e}.act-detail-row td{border-bottom:2px solid #e2e8f0;padding:0}.act-detail-content{background:#f8fafc;padding:1rem 1.25rem}.act-detail-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.act-detail-avatar{font-size:1.8rem}.act-detail-header div{flex-direction:column;display:flex}.act-detail-header strong{color:var(--text-heading);font-size:.95rem}.act-detail-header span{color:var(--text-muted);font-size:.78rem}.act-detail-history strong{text-transform:uppercase;letter-spacing:.04em;color:var(--text-muted);margin-bottom:.5rem;font-size:.78rem;font-weight:700;display:block}.act-detail-history-list{gap:.35rem;display:grid}.act-detail-history-item{background:#fff;border:1px solid #f1f5f9;border-radius:8px;align-items:center;gap:.6rem;padding:.35rem .5rem;font-size:.78rem;display:flex}.act-history-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.act-history-dot--green{background:#22c55e}.act-history-dot--amber{background:#f59e0b}.act-history-dot--red{background:#ef4444}.act-history-tool{color:var(--text-heading);min-width:90px;font-weight:700}.act-history-score{min-width:50px;font-weight:700}.act-history-date{color:var(--text-muted);margin-left:auto}.act-empty{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.88rem}.act-student-grid{margin-bottom:1.5rem}.act-student-grid-title{color:var(--text-heading);margin-bottom:.75rem;font-size:1rem;font-weight:800}.act-student-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:.75rem;display:grid}.act-student-card{background:#fff;border:1.5px solid #f1f5f9;border-radius:14px;padding:.85rem 1rem;transition:all .2s;box-shadow:0 2px 8px #0f172a0a}.act-student-card:hover{border-color:#22c55e;box-shadow:0 4px 16px #22c55e1a}.act-student-card-top{align-items:center;gap:.6rem;margin-bottom:.6rem;display:flex}.act-student-card-avatar{font-size:1.5rem}.act-student-card-info{flex:1;min-width:0}.act-student-card-info strong{color:var(--text-heading);font-size:.85rem;display:block}.act-student-card-info span{color:var(--text-muted);font-size:.7rem}.act-student-card-count{color:var(--text-muted);background:#f1f5f9;border-radius:20px;padding:.2rem .55rem;font-size:.68rem;font-weight:700}.act-student-card-latest{border-top:1px solid #f1f5f9;padding-top:.5rem}.act-student-card-latest-row{color:var(--text);justify-content:space-between;align-items:center;gap:.5rem;font-size:.75rem;display:flex}.act-student-card-date{color:var(--text-muted);font-size:.68rem}@media (width<=900px){.act-overview-cards{grid-template-columns:repeat(3,1fr)}.act-filters-bar{flex-direction:column;align-items:stretch}.act-search-input{min-width:unset}}@media (width<=600px){.act-overview-cards{grid-template-columns:repeat(2,1fr)}.act-student-cards{grid-template-columns:1fr}}.popup-pessi{text-align:center;max-width:560px;padding:2rem 2rem 1.5rem}.popup-pessi-header{margin-bottom:1.25rem}.popup-pessi-header h3{margin:.4rem 0 .25rem;font-size:1.25rem}.popup-pessi-header p{color:var(--text-muted);margin:0;font-size:.85rem}.popup-pessi-brand-img{object-fit:contain;width:min(220px,72vw);height:auto;max-height:140px;margin:0 auto .75rem;display:block}.popup-pessi-progress{margin-bottom:1.25rem}.popup-pessi-progress span{color:var(--text-muted);margin-top:.35rem;font-size:.72rem;display:block}.popup-pessi-progress-bar{background:#e2e8f0;border-radius:10px;height:5px;overflow:hidden}.popup-pessi-progress-fill{background:linear-gradient(90deg,#f59e0b,#f97316);border-radius:10px;height:100%;transition:width .4s}.popup-pessi-question{padding:1.5rem 0}.popup-pessi-q-text{color:var(--text-heading);margin:0 0 1.5rem;font-size:1.1rem;font-weight:700;line-height:1.45}.popup-pessi-stars{justify-content:center;gap:.5rem;display:flex}.popup-pessi-star{cursor:pointer;color:#d1d5db;background:0 0;border:none;padding:.1rem;font-size:2.5rem;line-height:1;transition:color .15s,transform .2s}.popup-pessi-star:hover{color:#fbbf24;transform:scale(1.2)}.popup-pessi-star.is-filled{color:#f59e0b;text-shadow:0 2px 10px #f59e0b59}.popup-pessi-star-hint{color:var(--text-muted);margin-top:.75rem;font-size:.78rem;font-weight:600;display:block}.popup-pessi-result{padding:1rem 0}.popup-pessi-result-emoji{margin-bottom:.5rem;font-size:3rem}.popup-pessi-result h4{color:var(--text-heading);margin:0 0 .5rem;font-size:1.25rem}.popup-pessi-result>p{color:var(--text);margin:.25rem 0 1rem;font-size:.92rem}.popup-pessi-breakdown{text-align:left;background:#fffbeb;border:1px solid #fde68a;border-radius:12px;gap:.45rem;max-height:260px;margin-bottom:1rem;padding:.75rem;display:grid;overflow-y:auto}.popup-pessi-breakdown-row{border-bottom:1px solid #fef3c7;justify-content:space-between;align-items:center;gap:.75rem;padding:.35rem 0;display:flex}.popup-pessi-breakdown-row:last-child{border-bottom:none}.popup-pessi-breakdown-q{color:var(--text);flex:1;min-width:0;font-size:.78rem}.popup-pessi-breakdown-stars{letter-spacing:.05em;flex-shrink:0;font-size:.9rem}.popup-pessi-breakdown-stars .star-gold{color:#f59e0b}.popup-pessi-breakdown-stars .star-dim{color:#d1d5db}.popup-pessi-tip{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.82rem}@media (width<=600px){.popup-breathing,.popup-focus,.popup-mood,.popup-resources,.popup-counseling,.popup-yoga,.popup-pessi{padding:1.5rem 1.25rem 1.25rem}.popup-focus-grid{gap:.4rem}.popup-focus-tile{font-size:1.4rem}.popup-mood-faces{gap:.5rem}.popup-mood-face{min-width:60px;padding:.6rem .75rem}.popup-mood-face-emoji{font-size:1.6rem}.popup-mood-options{grid-template-columns:1fr}.popup-counseling-slot-grid{grid-template-columns:repeat(2,1fr)}.popup-counselor-card{text-align:center;flex-direction:column}.popup-counselor-next{text-align:center}}.res-popup-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0f172a8c;justify-content:center;align-items:center;padding:1.5rem;animation:.18s fadeIn;display:flex;position:fixed;inset:0}.res-popup{background:#fff;border-radius:1.25rem;width:100%;max-width:520px;max-height:90vh;animation:.22s cubic-bezier(.16,1,.3,1) slideUp;position:relative;overflow-y:auto;box-shadow:0 24px 64px #00000038}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.res-popup-close{z-index:10;cursor:pointer;color:#475569;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.85rem;transition:background .15s,color .15s;display:flex;position:absolute;top:.85rem;right:.85rem}.res-popup-close:hover{color:#0f172a;background:#f1f5f9}.res-popup-image-wrap{border-radius:1.25rem 1.25rem 0 0;width:100%;height:220px;position:relative;overflow:hidden}.res-popup-image{object-fit:cover;width:100%;height:100%;display:block}.res-popup-image-badges{gap:.4rem;display:flex;position:absolute;top:.9rem;left:.9rem}.res-popup-body{flex-direction:column;gap:.75rem;padding:1.5rem 1.6rem 1.8rem;display:flex}.res-popup-meta{align-items:center;gap:.75rem;display:flex}.res-popup-duration{color:#16a34a;background:#dcfce7;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.res-popup-author{color:#64748b;font-size:.78rem;font-weight:500}.res-popup-title{color:#0f172a;margin:0;font-size:1.15rem;font-weight:700;line-height:1.4}.res-popup-desc{color:#475569;margin:0;font-size:.88rem;line-height:1.65}.res-popup-tags{flex-wrap:wrap;gap:.4rem;display:flex}.res-popup-tag{color:#0891b2;text-transform:uppercase;letter-spacing:.04em;background:#e0f2fe;border-radius:999px;padding:.2rem .6rem;font-size:.72rem;font-weight:600}.res-popup-explore-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);border:none;border-radius:.75rem;align-self:flex-start;margin-top:.5rem;padding:.75rem 1.5rem;font-size:.92rem;font-weight:700;transition:opacity .15s,transform .12s}.res-popup-explore-btn:hover{opacity:.9;transform:translateY(-1px)}.hap-breath-backdrop{justify-content:center;align-items:center}.hap-breath-dialog{background:#fff;border-radius:1.25rem;flex-direction:column;width:min(96vw,860px);max-height:90vh;animation:.22s cubic-bezier(.16,1,.3,1) slideUp;display:flex;overflow-y:auto;box-shadow:0 24px 80px #02061738}.hap-breath-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.hap-breath-header-title{align-items:center;gap:.6rem;display:flex}.hap-breath-wind-icon{font-size:1.4rem}.hap-breath-header-logo{object-fit:contain;background:#f8fafc;border-radius:.75rem;flex-shrink:0;width:4.75rem;height:4.75rem}.hap-breath-header-title h3{color:#0f172a;margin:0;font-size:1.15rem;font-weight:800;line-height:1.2}.hap-breath-header-title span{color:#64748b;font-size:.8rem;font-weight:500}.hap-breath-intro{flex-direction:column;gap:.85rem;padding:1.5rem 1.75rem 2rem;display:flex}.hap-breath-mascot-center{justify-content:center;margin-bottom:.5rem;display:flex}.hap-breath-mascot-img{object-fit:contain;border-radius:1rem;width:11rem;max-width:min(92vw,14rem);height:11rem;max-height:min(92vw,14rem)}.hap-breath-quote,.hap-breath-desc{color:#475569;margin:0;font-size:.875rem;line-height:1.7}.hap-breath-steps-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.875rem;padding:1rem 1.25rem}.hap-breath-steps-box h4{color:#1e293b;margin:0 0 .5rem;font-size:.9rem;font-weight:700}.hap-breath-steps-box ul{flex-direction:column;gap:.3rem;margin:0;padding-left:1.25rem;display:flex}.hap-breath-steps-box li{color:#475569;font-size:.82rem}.hap-breath-start-btn{color:#fff;cursor:pointer;letter-spacing:.02em;background:linear-gradient(135deg,#4ec277,#15803d);border:none;border-radius:.75rem;align-self:flex-start;padding:.75rem 1.5rem;font-size:.92rem;font-weight:700;transition:opacity .15s,transform .12s}.hap-breath-start-btn:hover{opacity:.9;transform:translateY(-1px)}.hap-breath-two-panel{grid-template-columns:1.3fr 1fr;min-height:380px;display:grid}.hap-breath-left-panel{border-right:1px solid #e2e8f0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1.5rem;display:flex}.hap-breath-left-panel--exercise{padding-top:3.5rem;position:relative}.hap-breath-right-panel{background:linear-gradient(#bae6fd,#d1fae5,#a7f3d0);border-radius:0 1.25rem 1.25rem 0;justify-content:center;align-items:center;padding:.75rem;display:flex;overflow:hidden}.hap-breath-side-mascot{object-fit:contain;object-position:center;filter:drop-shadow(0 10px 28px #0f172a2e);width:100%;height:100%;min-height:260px;max-height:min(52vh,440px)}.hap-breath-get-ready-label{letter-spacing:.1em;color:#94a3b8;text-transform:uppercase;margin:0;font-size:.72rem;font-weight:700}.hap-breath-relax-text{color:#334155;text-align:center;margin:0;font-size:1.2rem;font-weight:600}.hap-breath-countdown-number{color:#4ec277;justify-content:center;align-items:center;min-height:6rem;font-size:5.5rem;font-weight:900;line-height:1;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex}.hap-breath-top-row{justify-content:space-between;align-items:center;padding:0 1rem;display:flex;position:absolute;top:.75rem;left:0;right:0}.hap-breath-timer-box{text-align:center;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;padding:.3rem .65rem}.hap-breath-timer-label{letter-spacing:.08em;color:#94a3b8;text-transform:uppercase;margin:0;font-size:.65rem;font-weight:700}.hap-breath-timer-value{color:#1e293b;margin:0;font-family:monospace;font-size:.9rem;font-weight:800}.hap-breath-timer-total{color:#94a3b8;margin-left:2px;font-size:.72rem;font-weight:500}.hap-breath-sound-btn{cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;padding:.4rem .55rem;font-size:1.1rem;transition:background .15s}.hap-breath-sound-btn:hover{background:#f1f5f9}.hap-breath-circle-wrap{z-index:0;flex-shrink:0;justify-content:center;align-items:center;width:7.5rem;min-height:12.5rem;margin:.5rem 0 .25rem;display:flex;position:relative}.hap-breath-circle{transform-origin:50%;background:radial-gradient(80% 50% at 30% 25%,#ffffffd9,#0000 50%),radial-gradient(120% 80%,#86efac8c,#34d39966 40%,#22c55e4d 70%,#0000);border:1px solid #ffffff80;border-radius:50%;flex-shrink:0;width:7.5rem;height:7.5rem;box-shadow:inset -2px -2px 6px #16653440,inset 3px 2px 7px #fff6,0 8px 24px #34d3994d}.hap-breath-count{color:#1e293b;z-index:2;margin:.35rem 0 0;font-family:monospace;font-size:1.5rem;font-weight:900;position:relative}.hap-breath-count-denom{color:#94a3b8;font-size:1rem;font-weight:500}.hap-breath-phase-label{color:#1e293b;letter-spacing:.1em;margin:0;font-size:1.05rem;font-weight:800}.hap-breath-phase-hint{color:#475569;text-align:center;margin:0;font-size:.82rem}.hap-breath-eyes-hint{color:#94a3b8;margin:0;font-size:.75rem;font-style:italic}.hap-breath-pause-btn{color:#334155;cursor:pointer;background:#fff;border:2px solid #cbd5e1;border-radius:.75rem;width:100%;max-width:220px;margin-top:.25rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:700;transition:background .15s,border-color .15s}.hap-breath-pause-btn:hover{background:#f8fafc;border-color:#94a3b8}.hap-breath-done{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 2rem;display:flex}.hap-breath-done-icon{background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;font-size:3rem;display:flex}.hap-breath-done h3{color:#1e293b;margin:0;font-size:1.15rem;font-weight:800}.hap-breath-done p{color:#475569;max-width:400px;margin:0;font-size:.875rem;line-height:1.6}.hap-breath-done-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}@media (width<=640px){.hap-breath-two-panel{grid-template-rows:auto auto;grid-template-columns:1fr}.hap-breath-right-panel{border-radius:0 0 1.25rem 1.25rem;min-height:200px}}.med-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10000;background:#0f281e8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.med-dialog{background:linear-gradient(160deg,#f0fdf4 0%,#dcfce7 100%);border-radius:1.75rem;flex-direction:column;align-items:center;gap:0;width:100%;max-width:420px;padding:2rem 2rem 2.25rem;display:flex;position:relative;box-shadow:0 24px 60px #0000002e}.med-close{cursor:pointer;color:#374151;background:#00000014;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;transition:background .15s;display:flex;position:absolute;top:1rem;right:1rem}.med-close:hover{background:#00000026}.med-mascot-wrap{margin-bottom:1rem}.med-mascot-img{object-fit:contain;filter:drop-shadow(0 6px 14px #0000001f);width:130px;height:130px}.med-setup{flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.med-title{color:#14532d;text-align:center;margin:0;font-size:1.35rem;font-weight:800}.med-subtitle{color:#4b7c5e;text-align:center;margin:0;font-size:.875rem}.med-duration-chips{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.med-chip{color:#16a34a;cursor:pointer;background:#fff;border:2px solid #86efac;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;font-weight:600;transition:all .15s}.med-chip:hover{background:#f0fdf4;border-color:#22c55e}.med-chip--active{color:#fff;background:#16a34a;border-color:#16a34a}.med-custom-row{align-items:center;gap:1rem;display:flex}.med-stepper{color:#16a34a;cursor:pointer;background:#fff;border:2px solid #86efac;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;font-weight:700;transition:background .15s;display:flex}.med-stepper:hover{background:#dcfce7}.med-custom-val{color:#14532d;text-align:center;min-width:3.5rem;font-size:1rem;font-weight:700}.med-btn-primary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#16a34a,#15803d);border:none;border-radius:999px;padding:.75rem 2.25rem;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 14px #16a34a59}.med-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #16a34a73}.med-btn-ghost{color:#16a34a;cursor:pointer;background:0 0;border:2px solid #86efac;border-radius:999px;padding:.65rem 1.75rem;font-size:.9rem;font-weight:600;transition:background .15s}.med-btn-ghost:hover{background:#f0fdf4}.med-running{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.med-running-label{color:#4b7c5e;margin:0;font-size:.9rem;font-style:italic}.med-timer-ring{width:170px;height:170px;position:relative}.med-ring-svg{width:100%;height:100%;transform:rotate(-90deg)}.med-ring-bg{fill:none;stroke:#bbf7d0;stroke-width:8px}.med-ring-progress{fill:none;stroke:#16a34a;stroke-width:8px;stroke-linecap:round;transition:stroke-dashoffset 1s linear}.med-timer-text{justify-content:center;align-items:center;gap:2px;display:flex;position:absolute;inset:0}.med-timer-mm,.med-timer-ss{color:#14532d;font-size:2.2rem;font-weight:800;line-height:1}.med-timer-sep{color:#16a34a;margin-bottom:4px;font-size:2rem;font-weight:800;line-height:1}.med-dur-label{color:#6b7280;margin:0;font-size:.82rem}.med-stop-btn{margin-top:.25rem}.med-done{flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.med-done-icon{font-size:2.5rem}.med-done-title{color:#14532d;text-align:center;margin:0;font-size:1.4rem;font-weight:800}.med-done-sub{color:#4b7c5e;text-align:center;margin:0;font-size:.9rem}.med-done-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.5rem;display:flex}.hap-strip-card--forest{background:linear-gradient(135deg,#166534 0%,#15803d 60%,#22c55e 100%)}.dash-card--forest{background:linear-gradient(135deg,#166534,#22c55e)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.res-fullscreen-page,.res-fullscreen-watch,.res-fullscreen-read{flex-direction:column;min-height:min(620px,100vh - 220px);display:flex}.res-fullscreen-center{text-align:center;margin:auto}.res-muted{color:#64748b;font-size:.9rem}.res-mt-btn{margin-top:.75rem}.res-watch-shell-header{border-bottom:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:.75rem;margin-bottom:.85rem;padding-bottom:.65rem;display:flex}.res-watch-back-btn{color:#334155;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;align-items:center;gap:.35rem;padding:.45rem .65rem;font-size:.875rem;font-weight:600;display:inline-flex}.res-watch-back-btn:hover{background:#e2e8f0}.res-watch-shell-title{color:#0f172a;text-align:center;letter-spacing:-.02em;flex:1;min-width:0;margin:0;font-size:1.05rem;font-weight:800;line-height:1.25}.res-watch-header-right{flex-shrink:0;justify-content:flex-end;min-width:2.75rem;display:flex}.res-lang-select-wrap{display:inline-block}.res-lang-select{color:#1e293b;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M3 4.5L6 8l3-3.5z'/%3E%3C/svg%3E") right .45rem center no-repeat;border:1px solid #cbd5e1;border-radius:8px;padding:.35rem 1.85rem .35rem .55rem;font-size:.8rem;font-weight:600}.res-watch-shell-body{flex-direction:column;flex:1;min-height:0;display:flex}.res-watch-media-shell{background:#0f172a;border-radius:16px;flex-shrink:0;width:100%;padding-bottom:min(56.25%,75vh);position:relative;overflow:hidden}.res-watch-media-shell>audio{display:none}.res-watch-artwork,.res-watch-artwork-fallback,.res-watch-video-placeholder,.res-watch-native-video,.res-watch-youtube-frame{width:100%;height:100%;position:absolute;inset:0}.res-watch-artwork{object-fit:cover}.res-watch-artwork-fallback{background:linear-gradient(145deg,#0f172a 0%,#1e293b 100%)}.res-watch-video-placeholder{object-fit:cover;opacity:.35}.res-watch-native-video{object-fit:contain;background:#000}.res-watch-native-video--hidden{opacity:0;pointer-events:none}.res-watch-youtube-frame{border:none}.res-watch-youtube-fs{z-index:5;color:#fff;cursor:pointer;background:#00000073;border:none;border-radius:10px;padding:8px;position:absolute;top:12px;right:12px}.res-watch-youtube-fs:hover{background:#000000a6}.res-watch-center-play,.res-watch-video-overlay{cursor:pointer;background:#00000038;border:none;justify-content:center;align-items:center;transition:background .18s,opacity .18s;display:flex;position:absolute;inset:0}.res-watch-video-overlay:hover,.res-watch-center-play:hover{background:#00000061}.res-watch-video-overlay--minimal{opacity:0;background:0 0}.res-watch-video-overlay--minimal:hover{opacity:1;background:#00000038}.res-watch-center-ring{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border:2px solid #ffffff73;border-radius:999px;place-items:center;width:4rem;height:4rem;display:grid}.res-watch-loading-overlay,.res-watch-error-overlay{text-align:center;color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:1rem;display:flex;position:absolute;inset:0}.res-watch-loading-overlay--dark .res-spinner{border-color:#fff #ffffff40 #ffffff40}.res-watch-error-overlay{background:#0f172abf}.res-watch-error-overlay p,.res-watch-loading-overlay--dark p{color:#fca5a5;margin:0;font-size:.88rem;font-weight:600}.res-watch-loading-overlay--dark p{color:#f8fafc}.res-watch-retry{align-items:center;gap:.35rem;margin-top:.25rem;display:inline-flex}.res-watch-retry-light{align-items:center;gap:.35rem;margin-top:.5rem;display:inline-flex}.res-watch-buffer-overlay{pointer-events:none;background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.res-spinner{border:2px solid #0f172a33;border-top-color:#22c55e;border-radius:999px;width:1.5rem;height:1.5rem;animation:.75s linear infinite res-spin;display:inline-block}.res-spinner--light{border-color:#fff #ffffff4d #ffffff4d}.res-spinner--light-lg{border-width:2px;width:2.5rem;height:2.5rem}@keyframes res-spin{to{transform:rotate(360deg)}}.res-watch-ctrl-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;margin-top:.85rem;padding:.85rem 1rem}.res-watch-listening{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:.75rem;padding:.65rem 1rem}.res-watch-listening-label{color:#64748b;justify-content:center;align-items:center;gap:.35rem;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:flex}.res-wave-bars{justify-content:center;align-items:flex-end;gap:3px;height:2.35rem;display:flex}.res-wave-bar{transform-origin:bottom;background:#4ec27759;border-radius:999px;width:4px;animation:none}.res-wave-bar--active{background:#4ec277;animation:1.05s ease-in-out infinite alternate res-wave-dance}.res-wave-bar--active:nth-child(2n){animation-delay:80ms}.res-wave-bar--active:nth-child(3n){animation-delay:.14s}@keyframes res-wave-dance{0%{transform:scaleY(.35)}to{transform:scaleY(1)}}.res-watch-transport{justify-content:center;align-items:center;gap:1.75rem;margin-bottom:.75rem;display:flex}.res-watch-transport-btn{color:#64748b;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:1px;font-size:.62rem;font-weight:700;display:flex}.res-watch-transport-btn:hover{color:#16a34a}.res-watch-play-btn{color:#fff;cursor:pointer;background:linear-gradient(145deg,#4ec277,#36a860);border:none;border-radius:1rem;place-items:center;width:3.5rem;height:3.5rem;display:grid;box-shadow:0 6px 16px #36a86059}.res-watch-play-btn:hover{filter:brightness(1.06)}.res-watch-time-row{color:#475569;justify-content:space-between;margin-bottom:3px;padding:0 2px;font-size:.72rem;font-weight:700;display:flex}.res-watch-time-muted{color:#94a3b8}.res-seek-root{cursor:pointer;outline:none;align-items:center;height:2.65rem;display:flex;position:relative}.res-seek-track{background:#e2e8f0;border-radius:999px;width:100%;height:6px;overflow:hidden}.res-seek-fill{background:#4ec277;border-radius:999px;height:100%}.res-seek-knob{opacity:0;pointer-events:none;background:#4ec277;border-radius:999px;width:12px;height:12px;position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 1px 4px #0003}.res-seek-root:hover .res-seek-knob{opacity:1}.res-watch-extra-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-top:.65rem;display:flex}.res-watch-speed-row{flex-wrap:wrap;gap:4px;display:flex}.res-watch-speed-chip{cursor:pointer;color:#475569;background:#e2e8f0;border:none;border-radius:6px;padding:.28rem .45rem;font-size:.7rem;font-weight:700}.res-watch-speed-chip.active{color:#fff;background:#22c55e}.res-watch-extra-right{align-items:center;gap:.65rem;margin-left:auto;display:flex}.res-watch-fs{cursor:pointer;color:#94a3b8;background:0 0;border:none}.res-watch-fs:hover{color:#22c55e}.res-watch-kbd-hint{color:#94a3b8;white-space:nowrap;font-size:.62rem}@media (width<=520px){.res-watch-kbd-hint{display:none}}.res-watch-desc-block{background:#fafbfc;border:1px solid #e2e8f0;border-radius:14px;margin-top:1rem;padding:1rem}.res-watch-desc-block p{color:#334155;margin:0 0 .5rem;font-size:.875rem}.res-watch-author{color:#64748b;font-size:.75rem}.res-watch-tag-row{flex-wrap:wrap;gap:.35rem;margin-top:.5rem;display:flex}.res-watch-chip{color:#64748b;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:.22rem .55rem;font-size:.72rem;font-weight:600}.res-read-scroll{flex-direction:column;flex:1;min-height:0;display:flex}.res-read-intro{margin-bottom:.75rem}.res-read-body{flex-direction:column;flex:1;min-height:220px;display:flex}.res-read-iframe-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;flex:1;min-height:min(72vh,640px);display:flex;overflow:hidden}.res-read-preparing{color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.45rem .85rem;font-size:.76rem;font-weight:600}.res-read-iframe{border:none;flex:1;width:100%;min-height:min(62vh,560px)}.res-read-empty{text-align:center;color:#64748b;border:1px dashed #cbd5e1;border-radius:12px;flex:1;place-items:center;padding:1.75rem;font-size:.9rem;display:grid}.res-fav-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:999px;align-items:center;gap:.35rem;padding:.4rem .65rem;font-size:.8rem;font-weight:600;display:inline-flex}.res-fav-btn:hover{background:#e2e8f0}.res-fav-btn--on{color:#e11d48;background:#fff1f2}.res-fav-filled{fill:currentColor}.res-fav-label{white-space:nowrap}@media (width<=520px){.res-fav-label{display:none}}.book-modal-backdrop{z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.book-modal{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:720px;max-height:calc(100vh - 2rem);display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.book-modal-header{border-bottom:1px solid #eef0f4;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.book-modal-header h2{color:#1a1f2e;font-size:1.25rem;font-weight:700;font-family:var(--font-display,Georgia, serif);margin:0}.book-modal-close{color:#64748b;cursor:pointer;background:#f4f6f8;border:none;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.book-modal-close:hover{color:#1e293b;background:#e8ecf0}.book-modal-consultant{border-bottom:1px solid #eef0f4;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.book-modal-avatar{object-fit:cover;background:linear-gradient(145deg,#e0f2f1,#e0e7ff);border-radius:14px;width:56px;height:56px}.book-modal-name{color:#1a1f2e;font-size:1.05rem;font-weight:700}.book-modal-rating{color:#475569;align-items:center;gap:.25rem;margin-top:.2rem;font-size:.9rem;font-weight:600;display:flex}.book-modal-star{color:#eab308;font-size:1rem}.book-modal-body{flex:1;grid-template-columns:1fr 1fr;gap:0;min-height:0;display:grid;overflow-y:auto}@media (width<=640px){.book-modal-body{grid-template-columns:1fr}}.book-modal-cal{border-right:1px solid #eef0f4;padding:1.25rem 1.25rem 1.5rem}@media (width<=640px){.book-modal-cal{border-bottom:1px solid #eef0f4;border-right:none}}.book-modal-month{color:#334155;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}.book-modal-nav-arrow{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:10px;width:36px;height:36px;font-size:1.25rem;line-height:1}.book-modal-nav-arrow:hover{background:#e2e8f0}.book-modal-weekdays{color:#94a3b8;text-align:center;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:grid}.book-modal-days{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.book-modal-day-empty{min-height:36px}.book-modal-day{color:#334155;cursor:pointer;background:0 0;border:none;border-radius:50%;min-height:36px;font-size:.8rem;font-weight:500}.book-modal-day:hover:not(.book-modal-day-empty){background:#f1f5f9}.book-modal-day.selected{color:#fff;background:linear-gradient(135deg,#c4b5fd 0%,#a78bfa 100%);font-weight:700}.book-modal-time{padding:1.25rem 1.25rem 1.5rem}.book-modal-time-title{color:#1a1f2e;margin:0 0 .75rem;font-size:.95rem;font-weight:700}.book-modal-time-toggle{gap:.5rem;margin-bottom:1rem;display:flex}.book-modal-time-toggle button{cursor:pointer;color:#64748b;background:#f1f5f9;border:none;border-radius:10px;flex:1;padding:.5rem .65rem;font-size:.8rem;font-weight:600}.book-modal-time-toggle button.muted{color:#64748b;background:#f1f5f9}.book-modal-time-toggle button.active-gradient{color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#6366f1 100%)}.book-modal-quick-slots{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.book-modal-quick-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.35rem .65rem;font-size:.75rem;font-weight:600}.book-modal-quick-btn:hover{color:#6366f1;border-color:#a78bfa}.book-modal-time-display{color:#1e293b;text-align:center;letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.75rem;font-weight:800}.book-modal-clock-wrap{justify-content:center;margin-bottom:1rem;display:flex}.book-modal-clock{aspect-ratio:1;background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;width:200px;height:200px;position:relative}.book-modal-clock-center{z-index:1;pointer-events:none;background:#94a3b8;border-radius:50%;width:8px;height:8px;margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.book-modal-clock-num{color:#475569;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0;padding:0;font-size:.8rem;font-weight:600;line-height:1;display:flex;position:absolute}.book-modal-clock-num:hover{background:#e2e8f0}.book-modal-clock-num.selected{color:#fff;z-index:2;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%);font-weight:700;box-shadow:0 2px 8px #6366f173}.book-modal-minutes-label{color:#64748b;margin-bottom:.4rem;font-size:.7rem;font-weight:600}.book-modal-minutes{flex-wrap:wrap;gap:.35rem;margin-bottom:.75rem;display:flex}.book-modal-min-chip{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;width:32px;height:32px;padding:0;font-size:.65rem;font-weight:600}.book-modal-min-chip:hover{background:#e2e8f0}.book-modal-min-chip.selected{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#6366f1 100%)}.book-modal-ampm{gap:.5rem;margin-bottom:1rem;display:flex}.book-modal-ampm button{cursor:pointer;color:#94a3b8;background:#f1f5f9;border:none;border-radius:8px;flex:1;padding:.45rem;font-size:.85rem;font-weight:600}.book-modal-ampm button.selected{color:#1d4ed8;background:#dbeafe}.book-modal-session-label{color:#64748b;margin-bottom:.35rem;font-size:.7rem;font-weight:600;display:block}.book-modal-select{border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.5rem .65rem;font-size:.85rem}.book-modal-footer{background:#fafbfc;border-top:1px solid #eef0f4;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem 1.25rem;display:flex}.book-modal-cancel{cursor:pointer;color:#475569;background:#f1f5f9;border:none;border-radius:12px;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600}.book-modal-cancel:hover{background:#e2e8f0}.book-modal-confirm{cursor:pointer;color:#fff;background:linear-gradient(135deg,#14b8a6 0%,#6366f1 100%);border:none;border-radius:12px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600}.book-modal-confirm:hover{filter:brightness(1.05)}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}
