@import "https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&family=Manrope:wght@200;300;400;500;600;700;800&family=Noto+Serif:wght@400;700&family=Space+Grotesk:wght@400;500;600;700&family=Amiri:wght@400;700&family=JetBrains+Mono:wght@400;500&display=swap";.landing{--nav-h:64px}.landing-nav{z-index:100;height:var(--nav-h);padding:0 var(--space-8);background:var(--glass);-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);transition:background var(--duration) var(--ease);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.landing-logo{align-items:center;gap:var(--space-2);color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.4rem;font-weight:700;text-decoration:none;display:flex}.landing-logo .logo-icon{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:var(--radius-sm);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.landing-nav-links{gap:var(--space-8);list-style:none;display:flex}.landing-nav-links a{color:var(--text2);transition:color var(--duration) var(--ease);font-size:.95rem;font-weight:500}.landing-nav-links a:hover{color:var(--text)}.landing-nav-actions{gap:var(--space-3);align-items:center;display:flex}.hero-section{text-align:center;min-height:100vh;padding:calc(var(--nav-h) + var(--space-16)) var(--space-6) var(--space-16);background:linear-gradient(#4ab8a80a 0%,#0000 60%);flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-badge{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-4);background:var(--primary-bg);border:1px solid var(--primary-border);border-radius:var(--radius-full);color:var(--primary-dark);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-6);font-size:.8rem;font-weight:600;display:inline-flex}.hero-title{max-width:800px;margin-bottom:var(--space-6);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.1}.hero-title .highlight{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text2);max-width:600px;margin-bottom:var(--space-8);font-size:1.15rem;line-height:1.7}.hero-subtitle .tag{background:var(--bg3);border-radius:var(--radius-xs);color:var(--text);padding:2px 10px;font-weight:500}.hero-cta{gap:var(--space-3);flex-wrap:wrap;justify-content:center;align-items:center;display:flex}.hero-modules{gap:var(--space-3);margin-top:var(--space-12);flex-wrap:wrap;justify-content:center;display:flex}.hero-module-chip{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-full);color:var(--text2);transition:all var(--duration) var(--ease);font-size:.85rem;font-weight:500;display:flex}.hero-module-chip:hover{border-color:var(--primary-border);color:var(--primary);box-shadow:var(--shadow-teal)}.features-section{padding:var(--space-16) var(--space-6);max-width:1200px;margin:0 auto}.section-label{text-align:center;color:var(--primary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-3);font-size:.8rem;font-weight:600}.section-title{text-align:center;margin-bottom:var(--space-3);font-size:clamp(1.8rem,4vw,2.5rem)}.section-subtitle{text-align:center;color:var(--text2);max-width:600px;margin:0 auto var(--space-10);font-size:1.05rem}.feature-tabs{justify-content:center;gap:var(--space-2);margin-bottom:var(--space-8);flex-wrap:wrap;display:flex}.feature-tab{padding:var(--space-2) var(--space-5);border-radius:var(--radius-full);color:var(--text2);transition:all var(--duration) var(--ease);cursor:pointer;align-items:center;gap:var(--space-2);background:0 0;border:1px solid #0000;font-size:.9rem;font-weight:500;display:flex}.feature-tab:hover{color:var(--text);background:var(--bg3)}.feature-tab.active{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-sm)}.feature-content{gap:var(--space-8);grid-template-columns:1fr 1fr;align-items:center;display:grid}.feature-preview{background:var(--bg3);border-radius:var(--radius-xl);aspect-ratio:16/10;border:1px solid var(--border);justify-content:center;align-items:center;display:flex;overflow:hidden}.feature-preview-placeholder{color:var(--text3);font-size:1.1rem;font-weight:500}.feature-list{gap:var(--space-4);flex-direction:column;display:flex}.feature-item{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius);transition:background var(--duration) var(--ease);align-items:flex-start;display:flex}.feature-item:hover{background:var(--primary-bg)}.feature-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.feature-item h4{margin-bottom:2px;font-size:1rem}.feature-item p{color:var(--text2);font-size:.875rem;line-height:1.5}.pricing-section{padding:var(--space-16) var(--space-6);background:var(--bg3)}.pricing-cards{gap:var(--space-6);grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-width:1000px;margin:0 auto;display:grid}.pricing-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);padding:var(--space-8);transition:all var(--duration-lg) var(--ease);flex-direction:column;display:flex}.pricing-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.pricing-card.featured{border-color:var(--primary);box-shadow:var(--shadow-teal)}.pricing-card .plan-name{color:var(--text2);margin-bottom:var(--space-2);font-size:1.1rem;font-weight:600}.pricing-card .plan-price{margin-bottom:var(--space-1);font-size:2.5rem;font-weight:700}.pricing-card .plan-price span{color:var(--text2);font-size:1rem;font-weight:400}.pricing-card .plan-desc{color:var(--text3);margin-bottom:var(--space-6);font-size:.9rem}.pricing-features{gap:var(--space-3);margin-bottom:var(--space-8);flex-direction:column;flex:1;list-style:none;display:flex}.pricing-features li{align-items:center;gap:var(--space-2);color:var(--text2);font-size:.9rem;display:flex}.pricing-features li svg{color:var(--primary);flex-shrink:0}.faq-section{padding:var(--space-16) var(--space-6);max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid var(--border)}.faq-question{width:100%;padding:var(--space-5) 0;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:500;display:flex}.faq-question:hover{color:var(--primary)}.faq-question svg{transition:transform var(--duration) var(--ease);flex-shrink:0}.faq-question.open svg{transform:rotate(180deg)}.faq-answer{padding:0 0 var(--space-5);color:var(--text2);animation:fadeIn .2s var(--ease);font-size:.95rem;line-height:1.7}.landing-footer{padding:var(--space-12) var(--space-8) var(--space-6);border-top:1px solid var(--border);max-width:1200px;margin:0 auto}.footer-grid{gap:var(--space-8);margin-bottom:var(--space-8);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.footer-brand p{color:var(--text2);margin-top:var(--space-2);font-size:.9rem}.footer-col h6{text-transform:uppercase;letter-spacing:.06em;color:var(--text3);margin-bottom:var(--space-3);font-size:.8rem}.footer-col ul{gap:var(--space-2);flex-direction:column;list-style:none;display:flex}.footer-col a{color:var(--text2);font-size:.9rem}.footer-col a:hover{color:var(--primary)}.footer-bottom{padding-top:var(--space-6);border-top:1px solid var(--border);color:var(--text3);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.cta-section{padding:var(--space-16) var(--space-6);text-align:center;background:linear-gradient(#0000,#4ab8a80f)}.cta-section h2{margin-bottom:var(--space-4)}.cta-section p{color:var(--text2);margin-bottom:var(--space-6);max-width:500px;margin-inline:auto}@media (width<=767px){.landing-nav{padding:0 var(--space-4)}.landing-nav-links{display:none}.feature-content,.pricing-cards{grid-template-columns:1fr}.footer-grid{gap:var(--space-6);grid-template-columns:1fr 1fr}.footer-bottom{gap:var(--space-3);flex-direction:column}}.notif-overlay{z-index:100;background:var(--overlay);display:flex;position:fixed;inset:0}.notif-panel{background:var(--surface);width:360px;max-width:90vw;height:100%;box-shadow:var(--shadow-xl);animation:notifSlideIn .2s var(--ease);flex-direction:column;display:flex}@keyframes notifSlideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.notif-panel__header{padding:var(--space-4) var(--space-4) var(--space-2);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.notif-panel__title{color:var(--text);font-size:1.1rem;font-weight:700}.notif-panel__close{cursor:pointer;color:var(--text2);border-radius:var(--radius-xs);background:0 0;border:none;padding:4px;display:flex}.notif-panel__close:hover{background:var(--bg3)}.notif-panel__tabs{align-items:center;gap:var(--space-2);padding:0 var(--space-4) var(--space-3);border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.notif-tab{cursor:pointer;color:var(--text3);background:0 0;border:none;padding:0;font-size:.8rem;font-weight:500}.notif-tab.active{color:var(--text);font-weight:600}.notif-tab:hover:not(.active){color:var(--text2)}.notif-tab-sep{color:var(--text3);font-size:.8rem}.notif-panel__list{padding:var(--space-2) 0;flex:1;overflow-y:auto}.notif-empty{padding:var(--space-8);text-align:center;color:var(--text3);font-size:.85rem}.notif-item{gap:var(--space-3);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);transition:background var(--duration) var(--ease);display:flex}.notif-item:hover{background:var(--bg3)}.notif-item:last-child{border-bottom:none}.notif-item__avatar{border-radius:var(--radius-full);background:var(--bg4);width:32px;height:32px;color:var(--text2);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-size:.65rem;font-weight:700;display:flex}.notif-item__body{flex:1;min-width:0}.notif-item__time{color:var(--text3);align-items:center;gap:4px;margin-bottom:2px;font-size:.6rem;display:flex}.notif-item__time:before{content:"";background:var(--border2);border-radius:50%;flex-shrink:0;width:6px;height:6px}.notif-item__text{color:var(--text2);font-size:.8rem;line-height:1.4}.notif-item__text strong{color:var(--text);font-weight:600}.notif-item__detail{color:var(--text3);margin-top:1px;font-size:.7rem}.notif-item__detail strong{color:var(--text2)}.notif-panel__footer{padding:var(--space-3) var(--space-4);border-top:1px solid var(--border);flex-shrink:0}.notif-mark-read{background:var(--text);color:var(--bg);border-radius:var(--radius);cursor:pointer;border:none;padding:6px 14px;font-size:.75rem;font-weight:600}.notif-mark-read:hover{opacity:.85}@media (width<=600px){.notif-panel{width:100%}}.sidebar{background:var(--surface);border-right:1px solid var(--border);transition:width var(--duration-lg) var(--ease);z-index:20;flex-direction:column;grid-area:1/1/-1;display:flex;overflow:hidden}.sidebar.collapsed{width:var(--sidebar-w-collapsed)}.sidebar-header{height:var(--topbar-h);padding:0 var(--space-3);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.sidebar-logo{align-items:center;gap:var(--space-2);color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.2rem;font-weight:700;text-decoration:none;display:flex}.sidebar-logo .logo-icon{background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:var(--radius-xs);color:#fff;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sidebar-toggle{border-radius:var(--radius-xs);width:28px;height:28px;color:var(--text3);transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.sidebar-toggle:hover{background:var(--bg3);color:var(--text)}.sidebar-nav{min-height:0;padding:var(--space-3);flex-direction:column;flex:auto;gap:2px;display:flex;overflow-y:auto}.sidebar-item{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text2);transition:all var(--duration) var(--ease);white-space:nowrap;font-size:.875rem;font-weight:500;text-decoration:none;display:flex}.sidebar-item:hover{background:var(--bg3);color:var(--text)}.sidebar-item.active{background:var(--primary-bg);color:var(--primary);font-weight:600}.collapsed .sidebar-item{padding:var(--space-2);justify-content:center}.sidebar-badge{background:var(--bg4);color:var(--text3);border-radius:var(--radius-full);margin-left:auto;padding:1px 6px;font-size:.65rem;font-weight:600}.sidebar-divider{background:var(--border);height:1px;margin:var(--space-2) var(--space-3)}.pillar-group{margin-bottom:1px}.pillar-header{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text3);text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:all var(--duration) var(--ease);white-space:nowrap;background:0 0;border:none;border-left:2px solid #0000;font-size:.75rem;font-weight:600;display:flex}.pillar-header:hover{background:var(--bg3);color:var(--text2)}.pillar-header.has-active{border-left-color:var(--pillar-color);color:var(--text2)}.pillar-label{text-align:left;flex:1}.pillar-chevron{transition:transform var(--duration) var(--ease);opacity:.5;flex-shrink:0}.pillar-chevron.expanded{transform:rotate(180deg)}.pillar-children{padding-left:var(--space-4);flex-direction:column;gap:1px;display:flex}.pillar-submodule{padding:var(--space-1) var(--space-3) var(--space-1) var(--space-2);font-size:.825rem}.pillar-scaffold{padding:var(--space-1) var(--space-3) var(--space-2) var(--space-2);color:var(--text3);font-size:.75rem;font-style:italic}.collapsed .pillar-header{padding:var(--space-2);border-left:none;justify-content:center}.collapsed .pillar-children{display:none}.sidebar-projects{padding:0 var(--space-3);flex:1;min-height:0;overflow-y:auto}.sidebar-section-header{padding:var(--space-3) var(--space-3) var(--space-2);color:var(--text3);text-transform:uppercase;letter-spacing:.06em;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:600;display:flex}.sidebar-icon-btn{border-radius:var(--radius-xs);width:22px;height:22px;color:var(--text3);transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.sidebar-icon-btn:hover{background:var(--primary-bg);color:var(--primary)}.sidebar-project-list{flex-direction:column;gap:1px;display:flex}.sidebar-project{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-xs);color:var(--text2);transition:all var(--duration) var(--ease);font-size:.85rem;text-decoration:none;display:flex}.sidebar-project:hover{background:var(--bg3);color:var(--text)}.sidebar-project.active{background:var(--primary-bg);color:var(--primary);font-weight:500}.project-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sidebar-empty{padding:var(--space-3);color:var(--text3);text-align:center;font-size:.8rem}.sidebar-bottom{padding:var(--space-3);border-top:1px solid var(--border);margin-top:auto}.sidebar-overlay{background:var(--overlay);z-index:49;animation:fadeIn .15s var(--ease);position:fixed;inset:0}.sidebar-mobile{width:var(--sidebar-w);z-index:50;animation:slideInLeft var(--duration-lg) var(--ease);position:fixed;top:0;bottom:0;left:0}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.topbar{padding:0 var(--space-4);background:var(--surface);border-bottom:1px solid var(--border);z-index:10;height:var(--topbar-h);grid-area:1/2/auto/-1;justify-content:space-between;align-items:center;display:flex}.topbar-left{align-items:center;gap:var(--space-3);display:flex}.topbar-breadcrumb{color:var(--text);font-size:.95rem;font-weight:600}.topbar-right{align-items:center;gap:var(--space-2);display:flex}.topbar-btn{align-items:center;gap:var(--space-2);padding:var(--space-2);border-radius:var(--radius-sm);color:var(--text2);transition:all var(--duration) var(--ease);display:flex}.topbar-btn:hover{background:var(--bg3);color:var(--text)}.topbar-btn-active,.topbar-btn-active:hover{color:var(--accent);background:var(--accent-bg)}.topbar-search{padding:var(--space-2) var(--space-3);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);min-width:200px}.topbar-search-hint{color:var(--text3);flex:1;font-size:.85rem}.topbar-kbd{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text3);padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:.7rem}.topbar-avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex}.topbar-center{align-items:center;gap:var(--space-1);display:flex}.topbar-tab{padding:var(--space-1) var(--space-3);color:var(--text2);border-radius:var(--radius);transition:all var(--duration) var(--ease);white-space:nowrap;font-size:.85rem;font-weight:500;text-decoration:none}.topbar-tab:hover{background:var(--bg3);color:var(--text)}.topbar-tab.active{color:var(--accent);background:var(--accent-bg)}@media (width<=767px){.topbar{grid-column:1/-1}.topbar-search{min-width:auto}.topbar-center{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}.topbar-center::-webkit-scrollbar{display:none}}.mobile-nav{z-index:50;background:var(--surface);border-top:1px solid var(--border);height:56px;padding:0 var(--space-4);justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-nav-item{padding:var(--space-1);color:var(--text3);transition:color var(--duration) var(--ease);flex-direction:column;align-items:center;gap:2px;font-size:.7rem;font-weight:500;text-decoration:none;display:flex}.mobile-nav-item.active{color:var(--primary)}.search-overlay{z-index:200;background:var(--overlay);-webkit-backdrop-filter:blur(4px);animation:fadeIn .15s var(--ease);justify-content:center;padding-top:15vh;display:flex;position:fixed;inset:0}.search-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:520px;box-shadow:var(--shadow-xl);max-height:480px;animation:scaleIn .15s var(--ease);flex-direction:column;align-self:flex-start;display:flex;overflow:hidden}.search-input-row{align-items:center;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--border);display:flex}.search-icon{color:var(--text3);flex-shrink:0}.search-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;padding:0;font-size:1rem}.search-input:focus{box-shadow:none}.search-kbd{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-xs);color:var(--text3);flex-shrink:0;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:500}.search-results{padding:var(--space-2);flex:1;overflow-y:auto}.search-hint{padding:var(--space-6) var(--space-4);text-align:center;color:var(--text3);font-size:.875rem}.search-group{margin-bottom:var(--space-2)}.search-group-label{padding:var(--space-2) var(--space-3);color:var(--text3);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.search-result{align-items:center;gap:var(--space-3);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;text-align:left;transition:background var(--duration) var(--ease);color:var(--text);font-size:inherit;background:0 0;border:none;font-family:inherit;display:flex}.search-result:hover,.search-result.selected{background:var(--primary-bg)}.search-result-icon{border-radius:var(--radius-xs);flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.search-result-bar{border-radius:2px;flex-shrink:0;width:3px;height:24px}.search-result-text{flex-direction:column;min-width:0;display:flex}.search-result-title{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;overflow:hidden}.search-result-project{color:var(--text3);font-size:.75rem}@media (width<=767px){.search-overlay{padding-top:var(--space-4);padding-inline:var(--space-3)}.search-modal{max-height:70vh}}.attr-card{border-left:3px solid var(--accent);padding:var(--space-3) var(--space-4);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:var(--bg);margin-bottom:var(--space-2)}.attr-card-header{align-items:baseline;gap:var(--space-2);margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.attr-card-name{font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600}.attr-card-name-ar{color:var(--accent);opacity:.7;font-size:1rem}.attr-card-title{color:var(--text3);font-size:.8rem;font-style:italic}.attr-card-body{color:var(--text2);font-size:.825rem;line-height:1.7}.dua{border-radius:var(--radius);padding:var(--space-4);border:1px solid}.dua-title{text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-3);font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600}.dua-arabic{margin-bottom:var(--space-3);color:var(--text);text-align:right;direction:rtl;font-size:1.4rem;line-height:2}.dua-trans{color:var(--text3);margin-bottom:var(--space-3);font-size:.875rem;font-style:italic;line-height:1.6}.dua-meaning{color:var(--text2);padding-left:var(--space-3);margin-bottom:var(--space-2);border-left:2px solid;font-size:.875rem;line-height:1.7}.dua-source{color:var(--text3);margin-top:var(--space-2);font-family:JetBrains Mono,monospace;font-size:.75rem}.rc-wrap{flex-direction:column;display:flex}.rc-section{gap:var(--space-2);flex-direction:column;display:flex}.rc-frame{color:var(--text3);margin-bottom:var(--space-1);font-size:.825rem;font-style:italic;line-height:1.6}.rc-paired{flex-direction:column;display:flex}.rc-paired__headers{gap:var(--space-2);margin-bottom:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.rc-paired__row{gap:var(--space-2);margin-bottom:var(--space-1);grid-template-columns:1fr 1fr;align-items:stretch;display:grid}.rc-col-title{text-transform:uppercase;letter-spacing:.12em;font-family:JetBrains Mono,monospace;font-size:.6rem;font-weight:600}.rc-col-title.rc-at-peace{color:var(--success)}.rc-col-title.rc-not-rested{color:var(--warning)}.rc-item{color:var(--text2);padding:var(--space-1) 0 var(--space-1) var(--space-3);border-left:2px solid;font-size:.8rem;line-height:1.6}.rc-item.rc-at-peace{border-left-color:var(--success)}.rc-item.rc-not-rested{border-left-color:var(--warning)}.rc-item--empty{border-left-color:#0000}.rc-i-wrap{flex-direction:column;gap:10px;display:flex}.rc-i-instructions{color:var(--text3);opacity:.6;margin:0 0 4px;font-size:.7rem;font-style:italic;line-height:1.5}.rc-i-card{background:var(--bg2);border:1px solid var(--border);border-radius:10px;padding:15px;transition:border-color .3s}.rc-i-card--yes{border-color:#5ab87a38}.rc-i-card--nyt{border-color:#d4974a38}.rc-i-header{flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}.rc-i-attr-name{color:var(--text);font-size:.875rem;font-weight:500}.rc-i-attr-ar{color:var(--accent);font-family:serif;font-size:.875rem}.rc-i-attr-title{color:var(--text3);font-size:.75rem;font-style:italic}.rc-i-status{color:var(--text3);white-space:nowrap;margin-left:auto;font-size:.69rem;transition:all .3s}.rc-i-status--yes{color:var(--success)}.rc-i-status--nyt{color:var(--warning)}.rc-i-frame{color:var(--text3);margin:0 0 13px;font-size:.75rem;font-style:italic;line-height:1.5}.rc-i-col-headers{grid-template-columns:1fr 1fr;gap:6px;margin-bottom:2px;display:grid}.rc-i-col-label{letter-spacing:1.4px;padding:0 0 7px 9px;font-size:.625rem;font-weight:600}.rc-i-col-label--yes{color:var(--success)}.rc-i-col-label--nyt{color:var(--warning)}.rc-i-rows{flex-direction:column;gap:5px;display:flex}.rc-i-row{grid-template-columns:1fr 1fr;gap:6px;display:grid}.rc-i-cell{all:unset;box-sizing:border-box;color:var(--text2);cursor:pointer;text-align:left;border-radius:0 5px 5px 0;padding:7px 9px;font-family:inherit;font-size:.75rem;line-height:1.5;transition:all .15s}.rc-i-cell--yes{border-left:2px solid #5ab87a59}.rc-i-cell--nyt{border-left:2px solid #d4974a59}.rc-i-cell--yes:hover{color:var(--text);background:#5ab87a1a}.rc-i-cell--nyt:hover{color:var(--text);background:#d4974a1a}.rc-i-cell--yes.chosen{color:var(--text);border-left-color:var(--success);background:#5ab87a26;font-weight:500}.rc-i-cell--nyt.chosen{color:var(--text);border-left-color:var(--warning);background:#d4974a26;font-weight:500}.rc-i-cell.dimmed{opacity:.35}.rc-i-cell.dimmed:hover{opacity:1;color:var(--text2);background:0 0}@media (width<=400px){.rc-i-row,.rc-i-col-headers{grid-template-columns:1fr}.rc-i-col-label--nyt{display:none}}.pt-container{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border)}.pt-enable{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--accent);background:var(--accent-bg);border:1px solid var(--accent-border);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;font-size:.8rem;font-weight:500;display:flex}.pt-enable:hover{background:var(--accent);color:#fff}.pt-loading,.pt-error{color:var(--text3);text-align:center;padding:var(--space-2);font-size:.75rem}.pt-error{color:var(--danger)}.pt-next{text-align:center;margin-bottom:var(--space-3)}.pt-next-label{justify-content:center;align-items:center;gap:var(--space-1);text-transform:uppercase;letter-spacing:.1em;color:var(--text3);margin-bottom:var(--space-1);font-size:.6rem;font-weight:600;display:flex}.pt-next-name{color:var(--accent);font-family:Space Grotesk,sans-serif;font-size:1.1rem;font-weight:700}.pt-next-time{color:var(--text2);justify-content:center;align-items:center;gap:var(--space-2);font-size:.8rem;display:flex}.pt-countdown{color:var(--accent);background:var(--accent-bg);border-radius:var(--radius-full);padding:1px 6px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500}.pt-all{flex-direction:column;gap:1px;display:flex}.pt-row{padding:var(--space-1) var(--space-2);border-radius:var(--radius-xs);justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.pt-row-next{background:var(--accent-bg)}.pt-prayer-name{color:var(--text2);font-weight:500}.pt-row-next .pt-prayer-name{color:var(--accent);font-weight:600}.pt-prayer-time{color:var(--text3);font-family:JetBrains Mono,monospace;font-size:.7rem}.pt-row-next .pt-prayer-time{color:var(--accent)}.il{background:var(--surface);border-left:1px solid var(--border);flex-direction:column;grid-area:2/3;height:100%;display:flex;overflow:hidden auto}.il-header{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);min-height:var(--topbar-h);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.il-header-left{align-items:center;gap:var(--space-2);display:flex}.il-header-title{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:.9rem;font-weight:600}.il-header-actions{align-items:center;gap:var(--space-2);display:flex}.il-toggle-btn{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg);color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);padding:2px 8px;font-size:.7rem;font-weight:600}.il-toggle-btn:hover{border-color:var(--accent-border);color:var(--accent)}.il-toggle-btn.active{background:var(--accent-bg);border-color:var(--accent-border);color:var(--accent)}.il-close{border-radius:var(--radius-xs);width:28px;height:28px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.il-close:hover{background:var(--bg3);color:var(--text)}.il-pillar-context{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-left:3px solid var(--accent);margin:0 var(--space-3);background:var(--bg3);border-radius:0 var(--radius-xs) var(--radius-xs) 0;display:flex}.il-pillar-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text3);font-size:.7rem;font-weight:600}.il-pillar-root{color:var(--text3);opacity:.8;font-size:.7rem}.il-pillar-ar{color:var(--text3);margin-left:auto;font-size:.85rem}.il-module-badge{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);text-align:center}.il-threshold-btns{gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);display:flex}.il-thr-btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);border:1px solid var(--accent-border);background:var(--accent-bg);color:var(--accent);cursor:pointer;transition:all var(--duration) var(--ease);flex:1;font-size:.75rem;font-weight:600;display:flex}.il-thr-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.il-thr-done{background:var(--success-bg);border-color:var(--success-border);color:var(--success)}.il-thr-done:hover{background:var(--success);color:#fff;border-color:var(--success)}.il-module-name{color:var(--text);margin-bottom:var(--space-1);font-family:Space Grotesk,sans-serif;font-size:.95rem;font-weight:600}.il-module-attrs{color:var(--accent);letter-spacing:.02em;font-size:.8rem;font-weight:500}.il-module-attrs-ar{color:var(--accent);opacity:.6;margin-top:var(--space-1);font-size:1rem}.il-content{padding:var(--space-3);gap:var(--space-1);flex-direction:column;flex:1;display:flex}.il-block{border-radius:var(--radius-sm)}.il-block-toggle{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--duration) var(--ease);text-align:left;color:var(--text);font-size:inherit;background:0 0;border:none;font-family:inherit;display:flex}.il-block-toggle:hover{background:var(--bg3)}.il-block-glyph{flex-shrink:0;font-size:.85rem}.il-block-label{color:var(--text2);flex:1;font-size:.8rem;font-weight:600}.il-block-chevron{color:var(--text3);transition:transform var(--duration) var(--ease);flex-shrink:0}.il-block-body{padding:var(--space-2) var(--space-3) var(--space-3);animation:fadeIn .2s var(--ease)}.il-divider{background:var(--border);height:1px;margin:var(--space-2) var(--space-3)}.il-mindfulness{padding:var(--space-3) var(--space-4);background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:var(--radius)}.il-mindfulness p{color:var(--text2);font-size:.875rem;font-style:italic;line-height:1.7}.il-empty{padding:var(--space-8) var(--space-4);text-align:center;color:var(--text3);font-size:.875rem}.il-mobile-overlay{background:var(--overlay);z-index:45;animation:fadeIn .15s var(--ease);justify-content:flex-end;display:flex;position:fixed;inset:0}.il-mobile{width:100%;max-width:360px;height:100%;animation:slideInRight var(--duration-lg) var(--ease)}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.il::-webkit-scrollbar{width:4px}.il::-webkit-scrollbar-thumb{background:var(--border2);border-radius:2px}.islamic-term{cursor:help;-webkit-text-decoration:underline dotted var(--accent);text-decoration:underline dotted var(--accent);text-underline-offset:3px;text-decoration-thickness:1px;display:inline}.islamic-term__tooltip{background:var(--surface);border:1px solid var(--border2);border-radius:var(--radius-sm);width:252px;box-shadow:var(--shadow-md);padding:var(--space-3) var(--space-4);z-index:1200;pointer-events:none;gap:var(--space-2);animation:islamic-term-fade .15s var(--ease) both;flex-direction:column;display:flex;position:fixed}@keyframes islamic-term-fade{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.islamic-term__tooltip:after{content:"";border:5px solid #0000;border-top-color:var(--border2);position:absolute;top:100%;left:50%;transform:translate(-50%)}.islamic-term__tooltip:before{content:"";border:5px solid #0000;border-top-color:var(--surface);z-index:1;position:absolute;top:calc(100% - 1px);left:50%;transform:translate(-50%)}.islamic-term__tooltip--below:after{border-top-color:#0000;border-bottom-color:var(--border2);top:auto;bottom:100%}.islamic-term__tooltip--below:before{border-top-color:#0000;border-bottom-color:var(--surface);top:auto;bottom:calc(100% - 1px)}.islamic-term__header{justify-content:space-between;align-items:baseline;gap:var(--space-2);display:flex}.islamic-term__name{color:var(--text);letter-spacing:.01em;font-size:.8rem;font-weight:600}.islamic-term__arabic{color:var(--accent);direction:rtl;flex-shrink:0;font-family:Amiri,Scheherazade New,serif;font-size:1rem;line-height:1.2}.islamic-term__trans{color:var(--text3);margin-top:-2px;font-size:.7rem;font-style:italic}.islamic-term__meaning{color:var(--text2);font-size:.78rem;line-height:1.55}.islamic-term__source{color:var(--text3);border-top:1px solid var(--border);padding-top:var(--space-1);margin-top:var(--space-1);font-family:JetBrains Mono,Fira Code,monospace;font-size:.68rem}[data-theme=dark] .islamic-term__tooltip{background:var(--surface);border-color:var(--border2)}[data-theme=dark] .islamic-term__tooltip:after{border-top-color:var(--border2)}[data-theme=dark] .islamic-term__tooltip:before{border-top-color:var(--surface)}[data-theme=dark] .islamic-term__tooltip--below:after{border-top-color:#0000;border-bottom-color:var(--border2)}[data-theme=dark] .islamic-term__tooltip--below:before{border-top-color:#0000;border-bottom-color:var(--surface)}.thr-overlay{z-index:9000;-webkit-backdrop-filter:blur(60px)saturate(.3);padding:var(--space-4);background:#ffffffd9;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.thr-modal{background:var(--surface);border:1px solid var(--border);width:90%;max-width:640px;max-height:85vh;box-shadow:var(--shadow-xl);border-radius:14px;flex-direction:column;animation:.25s scaleIn;display:flex;overflow:hidden}.thr-header{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:flex-start;display:flex}.thr-module-badge{border:1px solid var(--accent-border);border-radius:var(--radius-sm);color:var(--accent);margin-bottom:var(--space-2);padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;display:inline-block}.thr-title{color:var(--text);margin:0;font-size:1.4rem;font-weight:700}.thr-close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);flex-shrink:0;justify-content:center;align-items:center;display:flex}.thr-close:hover{background:var(--bg3);color:var(--text)}.thr-steps{gap:var(--space-1);padding:var(--space-3) var(--space-6);border-bottom:1px solid var(--border);flex-shrink:0;display:flex}.thr-step{padding:var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:400}.thr-step:hover{border-color:var(--border2);color:var(--text2)}.thr-step.active{border-color:var(--accent);color:var(--accent);background:var(--accent-bg);font-weight:500}.thr-step.done{color:var(--success);border-color:var(--success-border)}.thr-body{padding:var(--space-5) var(--space-6);flex:1;overflow-y:auto}.thr-step-content{min-height:120px}.thr-confirm-box{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-5)}.thr-confirm-label{align-items:flex-start;gap:var(--space-3);color:var(--text2);cursor:pointer;font-size:.9rem;line-height:1.6;display:flex}.thr-checkbox{width:18px;height:18px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:3px}.thr-footer{align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);flex-shrink:0;display:flex}.thr-btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);border-radius:var(--radius);cursor:pointer;transition:all var(--duration) var(--ease);border:none;font-size:.9rem;font-weight:600;display:inline-flex}.thr-btn-ghost{color:var(--text2);border:1px solid var(--border);background:0 0}.thr-btn-ghost:hover{background:var(--bg3);color:var(--text)}.thr-btn-primary{background:var(--accent);color:#fff;box-shadow:0 2px 8px #c9a05a40}.thr-btn-primary:hover{background:var(--accent2)}.thr-btn-primary:disabled{cursor:not-allowed}.thr-btn-confirm{padding:var(--space-3) var(--space-6)}.thr-btn-pause{color:var(--text3);border:1px solid var(--border);padding:var(--space-2) var(--space-4);background:0 0;font-size:.8rem;font-weight:500}.thr-btn-pause:hover{border-color:var(--border2);color:var(--text2);background:var(--bg3)}.thr-step-pause{border-color:var(--border2)!important;color:var(--text3)!important;background:0 0!important}.thr-step-pause.active{color:#7b8fa3!important;background:#7b8fa314!important;border-color:#7b8fa3!important}.thr-step-pause.done{color:#7b8fa3!important;border-color:#7b8fa34d!important}.thr-pause-content{gap:var(--space-5);flex-direction:column;display:flex}.thr-pause-ack{color:var(--text3);font-size:.85rem;font-style:italic;line-height:1.6}.thr-pause-note{color:var(--text3);margin-top:var(--space-2);font-size:.8rem;font-style:italic;line-height:1.6}.thr-pause-question{color:var(--text);padding:var(--space-4);border-radius:0 var(--radius-sm) var(--radius-sm) 0;background:#7b8fa30d;border-left:3px solid #7b8fa3;font-size:.95rem;line-height:1.7}.thr-defer-content{gap:var(--space-5);padding:var(--space-2) 0;flex-direction:column;display:flex}.thr-defer-ack{color:var(--text2);font-size:.95rem;font-style:italic;line-height:1.7}.thr-defer-guidance-label{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-2);font-size:.7rem;font-weight:600}.thr-defer-guidance{color:var(--text);padding:var(--space-4);border-left:3px solid var(--border2);background:var(--bg);border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-size:.9rem;line-height:1.7}.thr-defer-holding{color:var(--text3);text-align:center;padding-top:var(--space-3);font-size:.85rem;font-style:italic;line-height:1.6}.thr-defer-footer{justify-content:center}.thr-pause-ayah{margin:0}.thr-pause-ayah-framing{color:var(--text2);margin-bottom:var(--space-3);font-size:.9rem;font-style:italic;line-height:1.7}.thr-readiness-hint{color:var(--text3);opacity:.5;white-space:nowrap;font-size:.69rem;font-style:italic;transition:all .3s}.thr-readiness-hint--yes{color:var(--success);opacity:.7}.thr-readiness-hint--nyt{color:var(--warning);opacity:.7}[data-theme=dark] .thr-overlay{background:#000000d9}@media (width<=767px){.thr-modal{border-radius:var(--radius-lg);width:100%;max-height:90vh}.thr-header{padding:var(--space-4)}.thr-steps{padding:var(--space-2) var(--space-4);overflow-x:auto}.thr-body{padding:var(--space-4)}.thr-footer{padding:var(--space-3) var(--space-4)}}.resume-overlay{z-index:9000;background:var(--overlay);-webkit-backdrop-filter:blur(20px);padding:var(--space-4);justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.resume-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:480px;box-shadow:var(--shadow-xl);padding:var(--space-8);text-align:center;border-radius:14px;animation:.3s scaleIn}.resume-title{color:var(--text);margin-bottom:var(--space-1);font-size:1.3rem;font-weight:700}.resume-module{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-6);font-size:.8rem;font-weight:600}.resume-content{margin-bottom:var(--space-6);text-align:left}.resume-mindfulness{padding:var(--space-4);background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:var(--radius)}.resume-mindfulness p{color:var(--text2);font-size:.9rem;font-style:italic;line-height:1.7}.resume-btn{padding:var(--space-3) var(--space-8);border-radius:var(--radius);background:var(--accent);color:#fff;cursor:pointer;transition:all var(--duration) var(--ease);border:none;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:inline-flex;box-shadow:0 2px 8px #c9a05a40}.resume-btn:hover{background:var(--accent2)}.prayer-overlay{z-index:9500;-webkit-backdrop-filter:blur(8px);background:#000000e0;justify-content:center;align-items:center;animation:.5s fadeIn;display:flex;position:fixed;inset:0}.prayer-content{text-align:center;max-width:420px;padding:var(--space-8)}.prayer-basmala{color:#c9a05ab3;margin-bottom:var(--space-8);font-size:1.6rem;line-height:2}.prayer-name{color:#fff;margin-bottom:var(--space-3);font-family:Space Grotesk,sans-serif;font-size:3rem;font-weight:700}.prayer-name-universal{color:#fff;margin-bottom:var(--space-3);font-family:Space Grotesk,sans-serif;font-size:2.2rem;font-weight:700}.prayer-prompt{color:#ffffff80;margin-bottom:var(--space-8);font-size:1rem;line-height:1.6}.prayer-countdown{color:#ffffff4d;margin-bottom:var(--space-10);letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:500}.prayer-dismiss{color:#ffffff40;border-radius:var(--radius);padding:var(--space-2) var(--space-6);cursor:pointer;background:0 0;border:1px solid #ffffff1a;font-size:.85rem;font-weight:500;transition:all .3s}.prayer-dismiss:hover{color:#ffffff80;border-color:#ffffff40}.prayer-warning{top:var(--space-3);z-index:8000;animation:.3s fadeIn;position:fixed;left:50%;transform:translate(-50%)}.prayer-warning-content{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-4) var(--space-2) var(--space-5);background:var(--surface);border:1px solid var(--accent-border);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);display:flex}.prayer-warning-text{color:var(--accent);white-space:nowrap;font-size:.85rem;font-weight:500}.prayer-warning-dismiss{width:24px;height:24px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.prayer-warning-dismiss:hover{background:var(--bg3);color:var(--text)}.niyyah-overlay{z-index:9500;-webkit-backdrop-filter:blur(60px)saturate(.3);padding:var(--space-4);background:#ffffffeb;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.niyyah-card{background:var(--surface);border:1px solid var(--border);width:90%;max-width:560px;max-height:88vh;box-shadow:var(--shadow-xl);border-radius:16px;flex-direction:column;animation:.3s scaleIn;display:flex;overflow:hidden}.niyyah-header{text-align:center;padding:var(--space-6) var(--space-6) var(--space-4);border-bottom:1px solid var(--border)}.niyyah-badge{letter-spacing:.06em;border:1px solid var(--accent-border);border-radius:var(--radius-sm);color:var(--accent);margin-bottom:var(--space-2);padding:3px 12px;font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:600;display:inline-block}.niyyah-title{color:var(--text);margin:0 0 var(--space-1);font-size:1.5rem;font-weight:700}.niyyah-subtitle{color:var(--text2);margin:0;font-size:.85rem}.niyyah-body{padding:var(--space-5) var(--space-6);flex:1;overflow-y:auto}.niyyah-bismillah{text-align:center;margin-bottom:var(--space-4)}.niyyah-bismillah-ar{color:var(--accent);margin:0;font-family:Amiri,serif;font-size:1.8rem;line-height:2.2}.niyyah-bismillah-en{color:var(--text2);margin:var(--space-1) 0 0;font-size:.82rem}.niyyah-focus-heading{color:var(--text2);text-transform:uppercase;letter-spacing:.05em;margin:0 0 var(--space-3);font-size:.82rem;font-weight:600}.niyyah-pillars{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.niyyah-pillar-btn{align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-3);border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--bg);cursor:pointer;transition:all var(--duration) var(--ease);text-align:left;display:flex}.niyyah-pillar-btn:hover{border-color:var(--border2);background:var(--surface-hover)}.niyyah-pillar-btn--selected{border-color:var(--primary);background:var(--primary-bg)}.niyyah-pillar-dot{border-radius:var(--radius-full);flex-shrink:0;width:10px;height:10px}.niyyah-pillar-label{color:var(--text);font-size:.82rem;font-weight:500}.niyyah-pillar-root{color:var(--text3);font-size:.7rem;display:block}.niyyah-footer{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);display:flex}.niyyah-confirm{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-5);background:var(--primary);color:#fff;border-radius:var(--radius-md);cursor:pointer;transition:opacity var(--duration) var(--ease);border:none;font-size:.88rem;font-weight:600;display:flex}.niyyah-confirm:disabled{opacity:.4;cursor:not-allowed}.niyyah-confirm:not(:disabled):hover{opacity:.88}.niyyah-skip{padding:var(--space-2) var(--space-4);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text2);cursor:pointer;transition:background var(--duration) var(--ease);background:0 0;font-size:.82rem}.niyyah-skip:hover{background:var(--bg2)}.niyyah-steps{justify-content:center;gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.niyyah-step-dot{border-radius:var(--radius-full);background:var(--border);width:8px;height:8px;transition:background var(--duration) var(--ease)}.niyyah-step-dot--active{background:var(--primary)}.niyyah-step-dot--done{background:var(--success)}.niyyah-mindfulness{text-align:center;padding:var(--space-4) 0}.niyyah-mindfulness-text{color:var(--text);margin:0;font-size:1.1rem;font-weight:500;line-height:1.6}@media (width<=600px){.niyyah-card{border-radius:12px;max-width:100%}.niyyah-pillars{grid-template-columns:1fr}}.app-shell{grid-template-rows:var(--topbar-h) 1fr;background:var(--bg);height:100vh;transition:grid-template-columns var(--duration-lg) var(--ease);display:grid;overflow:hidden}.app-main{padding:var(--space-6);background:var(--bg);grid-area:2/2;overflow:hidden auto}@media (width<=767px){.app-shell{grid-template-rows:var(--topbar-h) 1fr 56px;grid-template-columns:1fr!important}.app-main{padding:var(--space-4);grid-column:1;padding-bottom:72px}}.pillar-card-link{color:inherit;text-decoration:none}.pillar-card{background:var(--surface);border:1px solid var(--border);border-top:3px solid var(--pc-color,var(--primary));border-radius:var(--radius);padding:var(--space-4);transition:all var(--duration) var(--ease)}.pillar-card-link:hover .pillar-card{border-color:var(--pc-color,var(--primary));box-shadow:var(--shadow-xs)}.pc-header{align-items:flex-start;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.pc-titles{flex-direction:column;gap:2px;min-width:0;display:flex}.pc-label{color:var(--text);font-size:.9rem;font-weight:600}.pc-stewardship{color:var(--text3);letter-spacing:.02em;font-size:.7rem}.pc-rel-badge{letter-spacing:.04em;border-radius:var(--radius-sm);white-space:nowrap;text-transform:uppercase;border:1px solid;flex-shrink:0;margin-left:auto;padding:1px 6px;font-family:JetBrains Mono,monospace;font-size:.58rem;font-weight:600}.pc-scaffold{color:var(--text3);padding:var(--space-2) 0;font-size:.8rem;font-style:italic}.pc-modules{gap:var(--space-2);flex-direction:column;display:flex}.pc-mod-row{color:var(--text2);justify-content:space-between;align-items:center;font-size:.825rem;display:flex}.pc-mod-name{font-weight:500}.pc-mod-status{color:var(--text3);align-items:center;display:flex}.pc-mod-status.done{color:var(--success)}.pc-mod-status.def{color:var(--warning)}.pc-arabic{margin-top:var(--space-3);padding-top:var(--space-2);border-top:1px solid var(--border);color:var(--text3);text-align:right;direction:rtl;font-family:Amiri,serif;font-size:.95rem}.insight{gap:var(--space-4);flex-direction:column;max-width:1200px;display:flex}.insight-niyyah-row{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);font-size:.78rem;display:flex}.insight-niyyah-label{color:var(--text2);font-weight:500}.insight-niyyah-pill{border-radius:var(--radius-sm);border:1px solid;padding:1px 8px;font-size:.72rem;font-weight:600}.insight-pillars{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.insight-greeting{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-wrap:wrap;display:flex}.insight-greeting__avatar{border-radius:var(--radius-full);background:var(--primary);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.75rem;font-weight:700;display:flex}.insight-greeting__text{color:var(--text);flex:1;min-width:200px;font-size:.85rem}.insight-greeting__prayer{align-items:center;gap:var(--space-2);background:var(--accent-bg);border:1px solid var(--accent-border);border-radius:var(--radius-full);flex-shrink:0;padding:3px 10px;display:flex}.insight-prayer-name{color:var(--accent);font-size:.75rem;font-weight:600}.insight-prayer-time{color:var(--text2);font-size:.7rem}.insight-greeting__actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.insight-action-btn{border-radius:var(--radius);cursor:pointer;border:1.5px solid var(--border);background:var(--primary);color:#fff;white-space:nowrap;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.insight-action-btn--outline{background:var(--surface);color:var(--text2);border-color:var(--border)}.insight-action-btn:hover{opacity:.85}.insight-grid{gap:var(--space-4);grid-template-columns:1fr 380px;min-height:0;display:grid}.insight-left,.insight-right{gap:var(--space-4);flex-direction:column;min-width:0;display:flex}.bcg-chart{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.bcg-chart__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.bcg-chart__title{color:var(--text);font-size:.9rem}.bcg-chart__title strong{font-weight:700}.bcg-chart__ranges{background:var(--bg3);border-radius:var(--radius);gap:2px;padding:2px;display:flex}.bcg-range-btn{border-radius:var(--radius-xs);color:var(--text3);cursor:pointer;white-space:nowrap;transition:all var(--duration) var(--ease);background:0 0;border:none;padding:4px 10px;font-size:.65rem;font-weight:500}.bcg-range-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs);font-weight:600}.bcg-range-btn:hover:not(.active){color:var(--text2)}.bcg-chart__svg{width:100%;height:auto}.bcg-chart__empty{padding:var(--space-8);justify-content:center;align-items:center;gap:var(--space-2);color:var(--text3);flex-direction:column;font-size:.8rem;display:flex}.bcg-chart__legend{gap:var(--space-4);margin-top:var(--space-2);justify-content:center;display:flex}.bcg-legend-item{color:var(--text3);align-items:center;gap:4px;font-size:.65rem;display:flex}.bcg-legend-dot{border-radius:50%;width:8px;height:8px}.insight-eph-section{gap:var(--space-3);align-items:stretch;display:flex}.insight-eph{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);flex-direction:column;justify-content:center;align-items:center;min-width:100px;display:flex}.insight-eph__label{color:var(--text2);align-items:center;gap:4px;font-size:.75rem;font-weight:600;display:flex}.insight-eph__value{color:var(--text);margin:var(--space-1) 0;font-size:3rem;font-weight:800;line-height:1}.insight-eph__desc{color:var(--text3);font-size:.65rem}.insight-stat-cards{gap:var(--space-2);flex:1;grid-template-columns:repeat(2,1fr);display:grid}.insight-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-3);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.insight-stat-card__value{color:var(--text);font-size:1.4rem;font-weight:700;line-height:1}.insight-stat-card__label{color:var(--text3);margin-top:2px;font-size:.65rem}.wf-pressure{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.wf-pressure__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.wf-pressure__title{color:var(--text);font-size:.8rem;font-weight:600}.wf-pressure__level{font-size:.75rem;font-weight:700}.wf-pressure__bars{margin-bottom:var(--space-2);gap:3px;display:flex}.wf-bar{background:var(--bg3);height:28px;transition:background var(--duration) var(--ease);border-radius:2px;flex:1}.wf-bar.filled{background:var(--text3)}.wf-pressure__labels{color:var(--text3);justify-content:space-between;font-size:.6rem;display:flex}.wf-pressure__desc{color:var(--text3);margin-top:var(--space-2);font-size:.6rem;line-height:1.4}.insight-upcoming{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.insight-upcoming__header{color:var(--text);margin-bottom:var(--space-3);font-size:.8rem;font-weight:600}.insight-upcoming-item{align-items:flex-start;gap:var(--space-2);padding:var(--space-2) 0;border-bottom:1px solid var(--border);display:flex}.insight-upcoming-item:last-child{border-bottom:none}.insight-upcoming-dot{background:var(--primary);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px}.insight-upcoming-info{flex-direction:column;gap:1px;min-width:0;display:flex}.insight-upcoming-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:500;overflow:hidden}.insight-upcoming-date{color:var(--text3);font-size:.65rem}.insight-open-tasks{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.insight-open-tasks__header{margin-bottom:var(--space-3)}.insight-open-tasks__tabs{align-items:center;gap:var(--space-1);flex-wrap:wrap;display:flex;overflow-x:auto}.insight-open-tasks__tabs::-webkit-scrollbar{display:none}.insight-proj-tab{border-radius:var(--radius-full);color:var(--text3);cursor:pointer;white-space:nowrap;transition:all var(--duration) var(--ease);background:0 0;border:1.5px solid #0000;align-items:center;gap:4px;padding:4px 10px;font-size:.7rem;font-weight:500;display:flex}.insight-proj-tab:hover{color:var(--text2);background:var(--bg3)}.insight-proj-tab.active{color:var(--text);background:var(--bg3);border-color:var(--border);font-weight:600}.insight-proj-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.insight-open-tasks__title-row{align-items:center;gap:var(--space-2);color:var(--text);margin-bottom:var(--space-2);font-size:.8rem;font-weight:600;display:flex}.insight-open-tasks__count{color:var(--text3);background:var(--bg4);border-radius:var(--radius-full);padding:0 6px;font-size:.7rem;font-weight:500;line-height:1.6}.insight-open-tasks__list{flex-direction:column;display:flex}.insight-task-row{align-items:center;gap:var(--space-2);padding:var(--space-2) 0;border-bottom:1px solid var(--border);display:flex}.insight-task-row:last-child{border-bottom:none}.insight-task-priority{border-radius:2px;flex-shrink:0;width:4px;height:28px}.insight-task-title{color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8rem;overflow:hidden}.insight-task-proj{color:var(--text3);background:var(--bg4);border-radius:var(--radius-xs);flex-shrink:0;padding:2px 5px;font-size:.6rem;font-weight:600}.insight-task-view{color:var(--primary);border:1px solid var(--primary);border-radius:var(--radius);white-space:nowrap;flex-shrink:0;padding:3px 8px;font-size:.65rem;font-weight:600;text-decoration:none}.insight-task-view:hover{background:#4ab8a814}.insight-empty-line{padding:var(--space-4);text-align:center;color:var(--text3);font-size:.8rem}.insight-bottom-row{gap:var(--space-4);grid-template-columns:1fr 1fr;display:grid}.insight-section-tabs{align-items:center;gap:var(--space-3);padding-bottom:var(--space-2);margin-bottom:var(--space-3);border-bottom:1px solid var(--border);display:flex}.insight-section-tab{color:var(--text3);cursor:pointer;padding-bottom:4px;font-size:.8rem;font-weight:500}.insight-section-tab.active{color:var(--text);border-bottom:2px solid var(--primary);font-weight:600}.insight-recommendations{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.insight-recommendations__body{justify-content:center;align-items:center;min-height:140px;display:flex}.insight-recommendations__coming-soon{text-align:center;align-items:center;gap:var(--space-2);flex-direction:column;display:flex}.insight-recommendations__cs-title{color:var(--text3);max-width:200px;font-size:.8rem;line-height:1.4}.insight-activity{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.insight-activity-filter{gap:var(--space-1);margin-left:auto;display:flex}.insight-act-tab{color:var(--text3);cursor:pointer;border-radius:var(--radius-full);background:0 0;border:none;padding:2px 8px;font-size:.7rem;font-weight:500}.insight-act-tab.active{color:var(--text);background:var(--bg3);font-weight:600}.insight-act-tab:hover:not(.active){color:var(--text2)}.insight-activity__list{flex-direction:column;display:flex}.insight-activity-item{gap:var(--space-3);padding:var(--space-2) 0;display:flex;position:relative}.insight-activity-item:not(:last-child):before{content:"";background:var(--border);width:1px;position:absolute;top:22px;bottom:-6px;left:5px}.insight-activity-item__dot{border:2px solid var(--border);background:var(--surface);z-index:1;border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:3px;position:relative}.insight-activity-item__body{flex-direction:column;gap:1px;min-width:0;display:flex}.insight-activity-item__time{color:var(--text3);font-size:.6rem}.insight-activity-item__text{color:var(--text2);font-size:.75rem;line-height:1.4}.insight-activity-item__text strong{color:var(--text);font-weight:600}.insight-activity-item__project{color:var(--text3);font-size:.65rem}.insight-activity-item__project strong{color:var(--text2)}@media (width<=900px){.insight-grid,.insight-bottom-row{grid-template-columns:1fr}.insight-eph-section{flex-direction:column}.insight-stat-cards{grid-template-columns:repeat(4,1fr)}}@media (width<=600px){.insight-greeting{flex-direction:column;align-items:flex-start}.insight-greeting__actions{flex-wrap:wrap;margin-left:0}.insight-stat-cards{grid-template-columns:repeat(2,1fr)}}.ceremony-gate{text-align:center;min-height:60vh;padding:var(--space-8);flex-direction:column;justify-content:center;align-items:center;display:flex}.ceremony-gate-icon{border-radius:var(--radius-xl);background:var(--accent-bg);width:80px;height:80px;margin-bottom:var(--space-6);justify-content:center;align-items:center;display:flex}.ceremony-gate-title{color:var(--text);margin-bottom:var(--space-3);max-width:420px;font-size:1.15rem;font-weight:600;line-height:1.4}.ceremony-gate-sub{color:var(--text2);max-width:420px;margin-bottom:var(--space-6);font-size:.9rem;line-height:1.7}.ceremony-gate-btn{min-width:180px}.ceremony-gate-skip{margin-top:var(--space-3);color:var(--text3);font-size:.85rem}.ceremony-gate-actions{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.pillar-hdr{margin-bottom:var(--space-4);flex-direction:column;gap:2px;display:flex}.pillar-hdr__name{color:var(--text);font-size:1.35rem;font-weight:700;line-height:1.2}.pillar-hdr__stewardship{color:var(--text2);font-size:.8rem;font-weight:500}.pillar-hdr__root{color:var(--ph-color,var(--accent));letter-spacing:.02em;font-size:.8rem;font-weight:600}.kanban-board{gap:var(--space-4);height:100%;padding-bottom:var(--space-4);scroll-snap-type:x proximity;display:flex;overflow:auto hidden}.kanban-board::-webkit-scrollbar{height:6px}.kanban-board::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.kanban-column{background:var(--bg3);border-radius:var(--radius-lg);scroll-snap-align:start;flex-direction:column;flex:0 0 300px;max-height:100%;display:flex}.kanban-column-header{padding:var(--space-3) var(--space-4);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.kanban-column-title{align-items:center;gap:var(--space-2);color:var(--text2);font-size:.85rem;font-weight:600;display:flex}.kanban-column-dot{border-radius:50%;width:8px;height:8px}.kanban-column-count{color:var(--text3);background:var(--bg4);border-radius:var(--radius-full);padding:0 6px;font-size:.75rem;font-weight:500;line-height:1.6}.kanban-column-body{padding:0 var(--space-3) var(--space-3);gap:var(--space-2);flex-direction:column;flex:1;min-height:60px;display:flex;overflow-y:auto}.kanban-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3) var(--space-4);cursor:pointer;transition:box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);-webkit-user-select:none;user-select:none;touch-action:none}.kanban-card:hover{box-shadow:var(--shadow-sm)}.kanban-card.dragging{opacity:.5}.kanban-card.drag-overlay{box-shadow:var(--shadow-lg);border-color:var(--primary-border);transform:rotate(2deg)}.kanban-card-title{-webkit-line-clamp:2;margin-bottom:var(--space-2);-webkit-box-orient:vertical;font-size:.875rem;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.kanban-card-meta{align-items:center;gap:var(--space-2);flex-wrap:wrap;display:flex}.kanban-card-badge{border-radius:var(--radius-full);align-items:center;gap:3px;padding:1px 6px;font-size:.7rem;font-weight:500;display:inline-flex}.kanban-card-progress{background:var(--bg4);border-radius:2px;width:48px;height:4px;overflow:hidden}.kanban-card-progress-bar{background:var(--primary);height:100%;transition:width var(--duration) var(--ease);border-radius:2px}.kanban-quickadd{padding:0 var(--space-3) var(--space-3)}.kanban-quickadd-btn{align-items:center;gap:var(--space-2);width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--text3);transition:all var(--duration) var(--ease);font-size:.85rem;display:flex}.kanban-quickadd-btn:hover{background:var(--surface);color:var(--text2)}.kanban-quickadd-input{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--primary-border);border-radius:var(--radius-sm);background:var(--surface);resize:none;outline:none;font-family:inherit;font-size:.85rem;line-height:1.4;overflow:hidden}.kanban-empty-state{padding:var(--space-6) var(--space-3);text-align:center;color:var(--text3);border:2px dashed var(--border);border-radius:var(--radius);margin:var(--space-1);font-size:.8rem}@media (width<=767px){.kanban-column{flex:0 0 85vw}}.list-view{overflow-x:auto}.list-table{border-collapse:collapse;width:100%}.list-table th{text-align:left;padding:var(--space-3) var(--space-4);color:var(--text3);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap;font-size:.75rem;font-weight:600}.list-row{cursor:pointer;transition:background var(--duration) var(--ease)}.list-row:hover{background:var(--surface-hover)}.list-row td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);white-space:nowrap;font-size:.875rem}.list-status-badge{border-radius:var(--radius-full);border:1px solid;padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.gantt-wrap{flex-direction:column;height:100%;min-height:0;display:flex}.gantt-toolbar{padding:var(--space-2) 0;justify-content:space-between;align-items:center;gap:var(--space-3);flex-shrink:0;display:flex}.gantt-zoom{background:var(--bg3);border-radius:var(--radius);gap:2px;padding:2px;display:flex}.gantt-zoom-btn{all:unset;box-sizing:border-box;color:var(--text3);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration) var(--ease);padding:4px 14px;font-family:inherit;font-size:.78rem;font-weight:500}.gantt-zoom-btn:hover{color:var(--text)}.gantt-zoom-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.gantt-undated-warn{color:var(--warning);align-items:center;gap:5px;font-size:.75rem;font-weight:500;display:inline-flex}.gantt-container{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex:1;min-height:0;display:flex;overflow:hidden}.gantt-table-wrap{border-right:2px solid var(--border);flex-direction:column;flex-shrink:0;width:460px;min-width:320px;display:flex}.gantt-table-head{border-bottom:1px solid var(--border);flex-shrink:0;align-items:center;height:56px;display:flex}.gantt-th{color:var(--text3);text-transform:uppercase;letter-spacing:.04em;padding:0 var(--space-3);align-items:center;font-size:.72rem;font-weight:600;display:flex}.gantt-th--name{flex:1;min-width:0}.gantt-th--date{flex-shrink:0;width:110px}.gantt-th--dep{text-align:center;flex-shrink:0;justify-content:center;width:70px}.gantt-table-body{flex:1;overflow:hidden auto}.gantt-table-body::-webkit-scrollbar{width:0}.gantt-table-row{border-bottom:1px solid var(--border);cursor:pointer;transition:background var(--duration) var(--ease);align-items:center;display:flex}.gantt-table-row:hover{background:var(--bg3)}.gantt-table-row:last-child{border-bottom:none}.gantt-table-row--undated{opacity:.5}.gantt-table-row--undated:hover{opacity:.8}.gantt-td{color:var(--text);padding:0 var(--space-3);align-items:center;font-size:.8rem;display:flex}.gantt-td--name{gap:var(--space-2);flex:1;min-width:0}.gantt-td--date{flex-shrink:0;width:110px}.gantt-td--dep{width:70px;color:var(--text3);flex-shrink:0;justify-content:center}.gantt-row-num{color:var(--text3);flex-shrink:0;min-width:18px;font-size:.7rem;font-weight:500}.gantt-task-name{font-size:.8rem;font-weight:500}.gantt-date-input{all:unset;box-sizing:border-box;color:var(--text2);cursor:pointer;width:100%;padding:2px 0;font-family:inherit;font-size:.72rem}.gantt-date-input::-webkit-calendar-picker-indicator{opacity:.4;cursor:pointer}.gantt-date-input:hover{color:var(--text)}.gantt-timeline-wrap{flex-direction:column;flex:1;min-width:0;display:flex;overflow-x:auto}.gantt-timeline-head{border-bottom:1px solid var(--border);flex-shrink:0}.gantt-month-row{border-bottom:1px solid var(--border);height:24px;display:flex}.gantt-month-cell{color:var(--text2);padding:0 var(--space-2);border-right:1px solid var(--border);white-space:nowrap;align-items:center;font-size:.72rem;font-weight:600;display:flex;overflow:hidden}.gantt-month-cell:last-child{border-right:none}.gantt-day-row{height:32px;display:flex}.gantt-day-cell{border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:0;display:flex}.gantt-day-cell:last-child{border-right:none}.gantt-day-name{color:var(--text3);text-transform:uppercase;letter-spacing:.04em;font-size:.55rem;line-height:1}.gantt-day-num{color:var(--text2);font-size:.65rem;font-weight:500;line-height:1}.gantt-day--today{background:rgba(var(--primary-rgb,99, 102, 241), .08)}.gantt-day--today .gantt-day-num{color:var(--primary);font-weight:700}.gantt-day--weekend{background:var(--bg3)}.gantt-timeline-body{flex:1;overflow:auto}.gantt-timeline-canvas{min-height:100%;position:relative}.gantt-grid-col{border-right:1px solid var(--border);pointer-events:none;position:absolute;top:0}.gantt-grid--today{background:rgba(var(--primary-rgb,99, 102, 241), .04)}.gantt-grid--weekend{background:var(--bg3)}.gantt-today-line{background:var(--primary);opacity:.5;z-index:2;pointer-events:none;width:2px;position:absolute;top:0;bottom:0}.gantt-bar{cursor:pointer;z-index:3;height:24px;transition:filter var(--duration) var(--ease);border-radius:4px;align-items:center;padding:0 8px;display:flex;position:absolute}.gantt-bar:hover{filter:brightness(.95);box-shadow:var(--shadow-sm)}.gantt-bar--done{opacity:.5}.gantt-bar-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;font-weight:500;overflow:hidden}@media (width<=767px){.gantt-table-wrap{width:240px;min-width:180px}.gantt-th--dep,.gantt-td--dep{display:none}.gantt-th--date,.gantt-td--date{width:80px}}@media (width<=480px){.gantt-table-wrap{width:160px;min-width:120px}.gantt-th--date,.gantt-td--date{display:none}}.bbos-task-panel{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;width:460px;max-width:100vw;height:100%;display:flex}.btp-header{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);border-top:3px solid var(--accent);justify-content:space-between;align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.btp-header__stage{align-items:center;gap:var(--space-2);min-width:0;display:flex}.btp-stage-badge{letter-spacing:.05em;border-radius:var(--radius-xs);white-space:nowrap;opacity:.9;border:1px solid;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:700}.btp-sublevel{color:var(--text3);font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:500}.btp-label{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.btp-close-btn{cursor:pointer;color:var(--text3);border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:background .15s,color .15s;display:flex}.btp-close-btn:hover{background:var(--bg2);color:var(--text)}.btp-attrs-band{padding:var(--space-2) var(--space-4);background:var(--bg);border-bottom:1px solid var(--border);color:#c9a05a;letter-spacing:.04em;flex-shrink:0;font-size:.75rem;font-weight:500}.btp-attr-name{font-style:italic}.btp-attr-sep{color:var(--text3);opacity:.7}.btp-body{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.btp-section{gap:var(--space-1);flex-direction:column;display:flex}.btp-section-label{color:var(--text3);text-transform:uppercase;letter-spacing:.06em;font-size:.7rem;font-weight:600}.btp-purpose-text{color:var(--text2);margin:0;font-size:.83rem;font-style:italic;line-height:1.6}.btp-rationale-toggle{cursor:pointer;width:100%;color:var(--text3);text-transform:uppercase;letter-spacing:.06em;text-align:left;justify-content:space-between;align-items:center;gap:var(--space-2);background:0 0;border:none;padding:0;font-size:.7rem;font-weight:600;transition:color .15s;display:flex}.btp-rationale-toggle:hover{color:var(--text2)}.btp-rationale-text{color:var(--text3);margin:var(--space-2) 0 0;padding:var(--space-3);background:var(--bg);border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-left:2px solid #c9a05a44;font-size:.8rem;line-height:1.6}.btp-divider{background:var(--border);height:1px;margin:0 calc(var(--space-4) * -1)}.btp-fields{gap:var(--space-4);flex-direction:column;display:flex}.btp-field{gap:var(--space-1);flex-direction:column;display:flex}.btp-field-label{color:var(--text2);letter-spacing:.02em;font-size:.72rem;font-weight:600}.btp-field-textarea,.btp-field-input,.btp-field-select{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);resize:vertical;box-sizing:border-box;font-family:inherit;font-size:.83rem;line-height:1.5;transition:border-color .15s}.btp-field-textarea:focus,.btp-field-input:focus,.btp-field-select:focus{border-color:var(--accent);outline:none}.btp-field-textarea::placeholder,.btp-field-input::placeholder{color:var(--text3);font-style:italic}.btp-glabel-row{flex-direction:row;justify-content:space-between;align-items:center}.btp-flags{gap:var(--space-2);flex-direction:column;display:flex}.btp-flag{align-items:flex-start;gap:var(--space-2);padding:var(--space-3);border-radius:var(--radius-sm);background:#f59e0b11;border:1px solid #f59e0b33;display:flex}.btp-flag-icon{color:#f59e0b;flex-shrink:0;margin-top:1px}.btp-flag-label{color:#f59e0b;margin-bottom:2px;font-size:.75rem;font-weight:600}.btp-flag-detail{color:var(--text2);font-size:.75rem;line-height:1.5}.btp-draft-section{gap:var(--space-2);flex-direction:column;display:flex}.btp-generate-btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text2);cursor:pointer;background:0 0;justify-content:center;width:100%;font-size:.8rem;transition:border-color .15s,color .15s,background .15s;display:flex}.btp-generate-btn:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-muted,#6366f111)}.btp-draft-pending{gap:var(--space-2);flex-direction:column;display:flex}.btp-draft-status{align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:.75rem;display:flex}.btp-draft-status--pending{color:#6366f1;background:#6366f111;border:1px solid #6366f133}.btp-draft-status--accepted{color:#22c55e;background:#22c55e11;border:1px solid #22c55e33}.btp-draft-actions{gap:var(--space-2);display:flex}.btp-draft-btn{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;flex:1;justify-content:center;align-items:center;gap:4px;font-size:.78rem;font-weight:500;transition:opacity .15s;display:flex}.btp-draft-btn:hover{opacity:.8}.btp-draft-btn--accept{color:#fff;background:#22c55e}.btp-draft-btn--reject{background:var(--bg2);color:var(--text2);border-color:var(--border)}.btp-footer{padding:var(--space-3) var(--space-4);border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.btp-footer-meta{color:var(--text3);font-size:.72rem}.btp-footer-actions{gap:var(--space-2);display:flex}.btp-footer-del{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text3);cursor:pointer;background:0 0;padding:4px 10px;font-size:.75rem;transition:color .15s,border-color .15s}.btp-footer-del:hover{color:#ef4444;border-color:#ef4444}.task-detail-panel{border-left:1px solid var(--border);background:var(--surface);flex-direction:column;flex-shrink:0;width:420px;max-width:100vw;height:100%;display:flex}@keyframes tdpSlideIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.tdp-header{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.tdp-header__left{align-items:center;gap:var(--space-2);min-width:0;display:flex}.tdp-project-name{color:var(--text2);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:600;overflow:hidden}.tdp-task-id{color:var(--text3);background:var(--bg3);border-radius:var(--radius-xs);white-space:nowrap;padding:1px 6px;font-family:JetBrains Mono,monospace;font-size:.65rem}.tdp-header__right{align-items:center;gap:var(--space-1);flex-shrink:0;display:flex}.tdp-due-badge{color:var(--warning);border-radius:var(--radius-full);white-space:nowrap;background:#d4974a1a;align-items:center;gap:4px;padding:2px 8px;font-size:.65rem;font-weight:500;display:inline-flex}.tdp-icon-btn{all:unset;box-sizing:border-box;border-radius:var(--radius-xs);width:28px;height:28px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.tdp-icon-btn:hover{background:var(--bg3);color:var(--text)}.tdp-body{padding:var(--space-4);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.tdp-title{padding:var(--space-1) 0;color:var(--text);resize:none;word-wrap:break-word;overflow-wrap:break-word;field-sizing:content;width:100%;min-height:calc(1.4em + (var(--space-1) * 2));background:0 0;border:none;outline:none;font-family:Space Grotesk,sans-serif;font-size:1.15rem;font-weight:600;line-height:1.4;overflow:hidden}.tdp-title:focus{border-bottom:2px solid var(--primary)}.tdp-controls-row{align-items:flex-end;gap:var(--space-3);flex-wrap:wrap;display:flex}.tdp-assignee{align-items:center;gap:var(--space-1);display:flex}.tdp-assignee-avatar{border-radius:var(--radius-full);background:var(--bg4);width:30px;height:30px;color:var(--text2);justify-content:center;align-items:center;font-size:.65rem;font-weight:700;display:flex}.tdp-add-circle{all:unset;box-sizing:border-box;border-radius:var(--radius-full);border:1.5px dashed var(--border2);width:22px;height:22px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.tdp-add-circle:hover{border-color:var(--primary);color:var(--primary)}.tdp-control-group{flex-direction:column;gap:3px;display:flex}.tdp-control-group label{text-transform:uppercase;letter-spacing:.04em;color:var(--text3);font-size:.65rem;font-weight:600}.tdp-select{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);cursor:pointer;outline:none;padding:5px 10px;font-family:inherit;font-size:.8rem}.tdp-select:focus{border-color:var(--primary)}.tdp-select--priority{font-weight:600}.tdp-due-row{align-items:center;gap:var(--space-2);display:flex}.tdp-due-icon{color:var(--text3);flex-shrink:0}.tdp-date-input{border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);color:var(--text);outline:none;padding:5px 10px;font-family:inherit;font-size:.8rem}.tdp-date-input:focus{border-color:var(--primary)}.tdp-desc-section{flex-direction:column;display:flex}.tdp-description{width:100%;min-height:70px;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);resize:vertical;background:var(--bg);color:var(--text);font-family:inherit;font-size:.85rem;line-height:1.6}.tdp-description:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg)}.tdp-subtasks-section{gap:var(--space-1);flex-direction:column;display:flex}.tdp-subtask-add-row{align-items:center;gap:var(--space-2);padding:var(--space-2);border:1px dashed var(--border);border-radius:var(--radius-sm);color:var(--text3);display:flex}.tdp-subtask-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:.8rem}.tdp-subtask-input::placeholder{color:var(--text3)}.tdp-subtask-group-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text3);margin-top:var(--space-2);padding-left:var(--space-1);font-size:.7rem;font-weight:600}.tdp-subtask-group-label--done{color:var(--success);opacity:.7}.tdp-subtask-item{align-items:center;gap:var(--space-2);padding:var(--space-1) var(--space-1);border-radius:var(--radius-xs);transition:background var(--duration) var(--ease);display:flex}.tdp-subtask-item:hover{background:var(--bg3)}.tdp-subtask-check{all:unset;box-sizing:border-box;color:var(--text3);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;display:flex}.tdp-subtask-check:hover{color:var(--primary)}.tdp-subtask-check--done{color:var(--success)}.tdp-subtask-check--done:hover{color:var(--success);opacity:.7}.tdp-subtask-title{color:var(--text);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.8rem;line-height:1.4;overflow:hidden}.tdp-subtask-title.expanded{white-space:normal;word-wrap:break-word}.tdp-subtask-title.done{color:var(--text3);white-space:normal;text-decoration:line-through}.tdp-subtask-expand{all:unset;box-sizing:border-box;color:var(--text3);cursor:pointer;border-radius:var(--radius-xs);flex-shrink:0;align-items:center;padding:2px;display:flex}.tdp-subtask-expand:hover{color:var(--text);background:var(--bg4)}.tdp-subtask-remove{all:unset;box-sizing:border-box;color:var(--text3);cursor:pointer;border-radius:var(--radius-xs);opacity:0;transition:opacity var(--duration) var(--ease);flex-shrink:0;align-items:center;padding:2px;display:flex}.tdp-subtask-item:hover .tdp-subtask-remove{opacity:1}.tdp-subtask-remove:hover{color:var(--danger)}.tdp-subtask-item--done{opacity:.7}.tdp-attachment-btn{all:unset;box-sizing:border-box;padding:var(--space-2) var(--space-3);color:var(--text3);border:1px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration) var(--ease);align-self:flex-start;align-items:center;gap:6px;font-family:inherit;font-size:.8rem;display:inline-flex}.tdp-attachment-btn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-bg)}.tdp-tags-section{gap:var(--space-1);flex-direction:column;display:flex}.tdp-tags-label{text-transform:uppercase;letter-spacing:.04em;color:var(--text3);font-size:.7rem;font-weight:600}.tdp-tags-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.tdp-tag{background:var(--primary-bg);color:var(--primary);border-radius:var(--radius-full);align-items:center;gap:3px;padding:2px 10px;font-size:.72rem;font-weight:500;display:inline-flex}.tdp-tag-remove{all:unset;box-sizing:border-box;cursor:pointer;color:var(--primary);opacity:.6;align-items:center;margin-left:2px;display:flex}.tdp-tag-remove:hover{opacity:1}.tdp-tag-add{all:unset;box-sizing:border-box;border-radius:var(--radius-full);border:1.5px dashed var(--border2);width:22px;height:22px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.tdp-tag-add:hover{border-color:var(--primary);color:var(--primary)}.tdp-status-row{align-items:center;gap:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--border);display:flex}.tdp-status-current{color:var(--text2);background:var(--bg3);border-radius:var(--radius-full);padding:2px 10px;font-size:.75rem;font-weight:500}.tdp-status-time{color:var(--text3);align-items:center;gap:3px;font-size:.65rem;display:flex}.tdp-footer{border-top:1px solid var(--border);padding:var(--space-3) var(--space-4);gap:var(--space-2);flex-direction:column;flex-shrink:0;display:flex}.tdp-footer__meta{color:var(--text3);justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.tdp-footer__by{align-items:center;gap:4px;display:flex}.tdp-footer__by strong{color:var(--text2)}.tdp-footer__date{color:var(--text3)}.tdp-footer__followers{color:var(--text3);align-items:center;gap:4px;font-size:.7rem;display:flex}.tdp-footer__actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.tdp-footer-btn{all:unset;box-sizing:border-box;color:var(--text2);background:var(--bg3);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--duration) var(--ease);align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:.75rem;font-weight:500;display:inline-flex}.tdp-footer-btn:hover{background:var(--bg4);color:var(--text)}.tdp-footer-btn:first-child:hover{color:var(--danger)}.tdp-mobile-overlay{background:var(--overlay);z-index:99;animation:fadeIn .15s var(--ease);position:fixed;inset:0}@media (width<=767px){.task-detail-panel{z-index:100;width:100%;animation:slideInUp var(--duration-lg) var(--ease);position:fixed;inset:0}}.filter-bar{align-items:center;gap:var(--space-3);padding:var(--space-2) 0;margin-bottom:var(--space-3);flex-shrink:0;display:flex;overflow-x:auto}.filter-bar::-webkit-scrollbar{display:none}.filter-label{align-items:center;gap:var(--space-2);color:var(--text3);white-space:nowrap;flex-shrink:0;font-size:.8rem;font-weight:600;display:flex}.filter-count{background:var(--primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:700;display:flex}.filter-pills{align-items:center;gap:var(--space-1);flex-wrap:nowrap;display:flex}.filter-pill{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);align-items:center;font-size:.75rem;font-weight:500;display:inline-flex}.filter-pill:hover{border-color:var(--primary-border);color:var(--primary)}.filter-pill.active{background:var(--primary-bg);color:var(--primary);border-color:var(--primary-border)}.filter-tag{font-style:italic}.filter-divider{background:var(--border);width:1px;height:20px;margin:0 var(--space-1);flex-shrink:0}.filter-clear{padding:var(--space-1) var(--space-2);border-radius:var(--radius-sm);color:var(--text3);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;flex-shrink:0;align-items:center;gap:2px;font-size:.7rem;font-weight:500;display:flex}.filter-clear:hover{color:var(--danger);background:var(--danger-bg)}.bbos-pipeline{gap:var(--space-1);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:var(--space-3);flex-direction:column;display:flex;overflow-x:auto}.bbos-layers{grid-template-columns:repeat(9,1fr);gap:2px;display:grid}.bbos-layer-band{text-align:center;letter-spacing:.06em;text-transform:uppercase;color:var(--layer-color);background:color-mix(in srgb, var(--layer-color) 8%, transparent);border:1px solid color-mix(in srgb, var(--layer-color) 20%, transparent);border-radius:var(--radius-xs);padding:2px 0;font-family:JetBrains Mono,monospace;font-size:.62rem;font-weight:600}.bbos-stages{grid-template-columns:repeat(9,1fr);gap:2px;display:grid;position:relative}.bbos-stage-node{padding:var(--space-2) var(--space-1);border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);cursor:pointer;transition:all var(--duration) var(--ease);flex-direction:column;align-items:center;gap:2px;display:flex;position:relative}.bbos-stage-node:hover{border-color:var(--stage-color);background:color-mix(in srgb, var(--stage-color) 6%, transparent)}.bbos-stage-node--current{border-color:var(--stage-color);background:color-mix(in srgb, var(--stage-color) 10%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, var(--stage-color) 20%, transparent)}.bbos-stage-node--filtered{border-color:var(--stage-color);background:color-mix(in srgb, var(--stage-color) 18%, transparent);box-shadow:0 0 0 2px color-mix(in srgb, var(--stage-color) 30%, transparent)}.bbos-stage-node--done{border-color:var(--success);opacity:.7}.bbos-stage-id{color:var(--stage-color);font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:700}.bbos-stage-label{color:var(--text2);white-space:nowrap;font-size:.62rem}@media (width<=768px){.bbos-layers,.bbos-stages{grid-template-columns:repeat(9,minmax(60px,1fr))}}.expense-filter-bar{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);flex-wrap:wrap;display:flex}.expense-filter-left{gap:var(--space-3);align-items:center;display:flex}.expense-filter-right{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.money-toggle-group{border:1px solid var(--border);border-radius:var(--radius-md);display:flex;overflow:hidden}.money-toggle-btn{background:var(--surface);cursor:pointer;color:var(--text2);border:none;padding:6px 14px;font-size:.8rem;font-weight:500;transition:all .15s}.money-toggle-btn:not(:last-child){border-right:1px solid var(--border)}.money-toggle-btn.active{background:var(--surface-hover);color:var(--text1);font-weight:600}.money-toggle-btn.paid.active{color:#16a34a;background:#dcfce7}.money-toggle-btn.unpaid.active{color:#dc2626;background:#fef2f2}.expense-cat-tabs{gap:var(--space-1);padding-bottom:var(--space-2);margin-bottom:var(--space-4);border-bottom:1px solid var(--border);scrollbar-width:none;display:flex;position:relative;overflow-x:auto}.expense-cat-tabs::-webkit-scrollbar{display:none}.expense-cat-tab{white-space:nowrap;cursor:pointer;color:var(--text2);background:0 0;border:none;border-bottom:2px solid #0000;padding:6px 14px;font-size:.8rem;transition:all .15s}.expense-cat-tab:hover{color:var(--text1)}.expense-cat-tab.active{color:var(--text1);border-bottom-color:var(--text1);font-weight:600}.expense-cat-scroll-hint{padding-left:var(--space-2);background:linear-gradient(to right, transparent, var(--bg));color:var(--text2);align-items:center;display:flex;position:sticky;right:0}.expense-layout{gap:var(--space-4);grid-template-columns:1fr 320px;display:grid}@media (width<=960px){.expense-layout{grid-template-columns:1fr}.expense-stats-sidebar{display:none}}.expense-table-area{min-width:0;overflow-x:auto}.expense-row{cursor:pointer}.expense-row:hover{background:var(--surface-hover)}.expense-name-cell{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden}.expense-pagination{justify-content:flex-end;align-items:center;gap:var(--space-4);padding:var(--space-3) 0;color:var(--text2);font-size:.8rem;display:flex}.expense-pagination-size{align-items:center;gap:var(--space-2);display:flex}.expense-pagination-size select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:2px 6px;font-size:.8rem}.expense-pagination-nav{gap:2px;display:flex}.expense-pagination-nav button{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.expense-pagination-nav button:disabled{opacity:.3;cursor:default}.expense-stats-sidebar{gap:var(--space-3);flex-direction:column;display:flex}.expense-stat-cards{gap:var(--space-2);grid-template-columns:1fr 1fr;display:grid}.expense-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);text-align:center}.expense-stat-icon{color:var(--text2);margin-bottom:4px}.expense-stat-value{color:var(--mod-money);font-size:.95rem;font-weight:700}.expense-stat-label{color:var(--text2);margin-top:2px;font-size:.7rem}.expense-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3)}.bar-chart-mini{justify-content:space-around;align-items:flex-end;gap:4px;height:100px;display:flex}.bar-chart-col{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.bar-chart-col span{color:var(--text2);font-size:.65rem}.bar-chart-bar{background:var(--mod-money);opacity:.7;border-radius:2px 2px 0 0;width:100%;max-width:24px;min-height:2px}.expense-pie-legend{margin-bottom:var(--space-3);flex-wrap:wrap;gap:6px 12px;display:flex}.pie-legend-item{color:var(--text2);align-items:center;gap:4px;font-size:.75rem;display:flex}.pie-legend-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.expense-pie-container{justify-content:center;display:flex}.expense-pie-svg{width:140px;height:140px}.money-slidein-overlay{z-index:100;background:#0000004d;justify-content:flex-end;display:flex;position:fixed;inset:0}.money-slidein{background:var(--surface);flex-direction:column;width:420px;max-width:100vw;height:100vh;animation:.2s ease-out slideInRight;display:flex;overflow-y:auto}.money-slidein-header{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;display:flex}.money-slidein-close{cursor:pointer;color:var(--text2);border-radius:var(--radius-sm);background:0 0;border:none;padding:4px}.money-slidein-close:hover{background:var(--surface-hover)}.money-slidein-body{padding:var(--space-4) var(--space-5);flex:1;overflow-y:auto}.money-slidein-footer{padding:var(--space-3) var(--space-5);border-top:1px solid var(--border)}.money-panel-label{color:var(--text2);text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-1);font-size:.7rem;font-weight:600}.money-panel-title-input{border:1px dashed var(--border);border-radius:var(--radius-sm);width:100%;padding:var(--space-3);background:0 0;font-size:1.1rem;font-weight:600}.money-panel-title-input:focus{border-style:solid;border-color:var(--mod-money);outline:none}.money-field{margin-bottom:var(--space-3)}.money-field label{color:var(--text2);margin-bottom:4px;font-size:.75rem;font-weight:500;display:block}.money-field input,.money-field select,.money-field textarea{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:8px 10px;font-size:.85rem}.money-field input:focus,.money-field select:focus,.money-field textarea:focus{border-color:var(--mod-money);outline:none}.money-field-row{gap:var(--space-3);display:flex}.money-field-divider{text-align:center;color:var(--text2);padding:var(--space-2) 0;border-bottom:1px solid var(--border);margin-bottom:var(--space-3);font-size:.75rem}.money-note-input{background:#fffef0!important}.money-status-toggle{border-radius:var(--radius-md);border:1px solid var(--border);cursor:pointer;background:var(--surface);color:var(--text2);padding:6px 16px;font-size:.8rem;font-weight:500}.money-status-toggle.active-paid{color:#16a34a;background:#dcfce7;border-color:#86efac}.money-status-toggle.active-unpaid{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.money-tags{flex-wrap:wrap;gap:4px;display:flex}.money-tag{background:var(--surface-hover);border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.75rem;display:inline-flex}.money-tag button{cursor:pointer;color:var(--text2);background:0 0;border:none;padding:0;font-size:.85rem;line-height:1}.money-checkbox{align-items:center;gap:var(--space-2);cursor:pointer;margin-bottom:var(--space-3);font-size:.85rem;display:flex}.money-checkbox input[type=checkbox]{width:auto}.money-filter-bar{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.money-filter-right{gap:var(--space-3);flex-wrap:wrap;align-items:center;display:flex}.money-date-range{align-items:center;gap:var(--space-2);display:flex}.money-date-field{flex-direction:column;display:flex}.money-date-field span{color:var(--text2);font-size:.65rem}.money-date-field input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);padding:4px 8px;font-size:.8rem}.money-date-sep{color:var(--text2);font-size:.85rem}.money-search-bar{margin-bottom:var(--space-4);position:relative}.money-search-icon{color:var(--text2);position:absolute;top:50%;left:10px;transform:translateY(-50%)}.money-search-input{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;padding:8px 8px 8px 32px;font-size:.85rem}.money-search-input:focus{border-color:var(--mod-money);outline:none}.money-search-compact{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);align-items:center;gap:6px;padding:4px 8px;display:flex}.money-search-compact input{background:0 0;border:none;outline:none;width:80px;font-size:.8rem}.money-empty-state{text-align:center;padding:var(--space-8) 0;color:var(--text2)}.accounts-summary{padding:var(--space-3) 0;color:var(--text2);margin-bottom:var(--space-4);font-size:.9rem}.accounts-summary strong{color:var(--text1)}.accounts-layout{gap:var(--space-4);grid-template-columns:1fr 340px;display:grid}@media (width<=960px){.accounts-layout{grid-template-columns:1fr}}.accounts-list{gap:var(--space-2);flex-direction:column;display:flex}.account-row{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);overflow:hidden}.account-row-main{padding:var(--space-3) var(--space-4);cursor:pointer;justify-content:space-between;align-items:center;display:flex}.account-row-main:hover{background:var(--surface-hover)}.account-info{align-items:center;gap:var(--space-3);display:flex}.account-icon{background:var(--surface-hover);width:36px;height:36px;color:var(--text2);border-radius:50%;justify-content:center;align-items:center;display:flex}.account-name{font-size:.9rem;font-weight:600}.account-number{color:var(--text2);font-size:.75rem}.account-currency-badge{border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 8px;font-size:.75rem;font-weight:600}.account-balance-area{align-items:center;gap:var(--space-3);display:flex}.account-balance{font-size:.95rem;font-weight:600}.account-payroll-badge{color:var(--text2);border:1px solid var(--border);border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;display:flex}.account-chevron{color:var(--text2);transition:transform .2s}.account-chevron.expanded{transform:rotate(180deg)}.account-expanded{padding:var(--space-3) var(--space-4);border-top:1px solid var(--border);background:var(--bg)}.account-detail-grid{gap:var(--space-2);grid-template-columns:1fr 1fr;font-size:.8rem;display:grid}.account-detail-grid span{color:var(--text2);font-weight:500}.accounts-sidebar{gap:var(--space-3);flex-direction:column;display:flex}.accounts-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4)}.accounts-chart-card h4{margin:0 0 var(--space-3) 0;font-size:.85rem}.accounts-chart-header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:500;display:flex}.money-currency-select{align-items:center;gap:var(--space-2);font-size:.75rem;display:flex}.money-currency-badge{border:1px solid var(--border);border-radius:var(--radius-sm);padding:2px 8px;font-size:.75rem;font-weight:600}.accounts-chart-placeholder{min-height:80px}.mini-chart-line{border-bottom:2px solid var(--mod-money);opacity:.3;border-radius:0 0 4px 4px;height:60px}.dist-bar-row{align-items:center;gap:var(--space-2);margin-bottom:6px;display:flex}.dist-bar-label{color:var(--text2);text-overflow:ellipsis;white-space:nowrap;flex-shrink:0;width:80px;font-size:.75rem;overflow:hidden}.dist-bar-track{background:var(--surface-hover);border-radius:6px;flex:1;height:12px;overflow:hidden}.dist-bar-fill{background:var(--mod-money);border-radius:6px;height:100%}.dist-bar-value{text-align:right;width:90px;font-size:.75rem;font-weight:600}.status-badge.status-unpaid{color:#dc2626;background:#fef2f2}.status-badge.status-paid,.status-badge.status-active{color:#16a34a;background:#dcfce7}.status-badge.status-archived{background:var(--surface-hover);color:var(--text2)}.income-subtoggle{border:1px solid var(--border);border-radius:var(--radius-md);display:flex;overflow:hidden}.income-subtoggle-btn{background:var(--surface);cursor:pointer;color:var(--text2);border:none;padding:8px 20px;font-size:.85rem;font-weight:500}.income-subtoggle-btn:not(:last-child){border-right:1px solid var(--border)}.income-subtoggle-btn.active{background:var(--surface-hover);color:var(--text1);font-weight:600}.income-layout{gap:var(--space-4);grid-template-columns:1fr 340px;display:grid}@media (width<=960px){.income-layout{grid-template-columns:1fr}.income-sidebar{display:none}}.income-status-pills{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.income-status-pill{border:1px solid var(--border);cursor:pointer;background:var(--surface);color:var(--text2);border-radius:20px;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;display:flex}.income-status-pill.active{background:var(--surface-hover);color:var(--text1);font-weight:600}.income-status-dot{border-radius:50%;width:8px;height:8px}.income-stat-cards{gap:var(--space-2);margin-bottom:var(--space-3);grid-template-columns:repeat(auto-fit,minmax(100px,1fr));display:grid}.income-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-3);text-align:center}.income-stat-card .stat-icon{color:var(--text2);margin-bottom:4px}.income-stat-card .stat-value{color:var(--mod-money);font-size:.95rem;font-weight:700}.income-stat-card .stat-label{color:var(--text2);font-size:.7rem}.income-sidebar{gap:var(--space-3);flex-direction:column;display:flex}.income-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-4)}.income-chart-card h4{margin:0 0 var(--space-3) 0;font-size:.85rem}.revenue-table{border-collapse:collapse;width:100%}.revenue-table th,.revenue-table td{padding:var(--space-2) var(--space-3);text-align:left;border-bottom:1px solid var(--border);font-size:.8rem}.revenue-table th{color:var(--text2);font-weight:600}.money-dash{gap:var(--space-4);flex-direction:column;display:flex}.md-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5)}.md-card-head{margin-bottom:var(--space-3);justify-content:space-between;align-items:flex-start;display:flex}.md-big-number{font-family:Space Grotesk,sans-serif;font-size:2rem;font-weight:700;line-height:1.1}.md-mid-number{font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.md-label{color:var(--text2);font-size:.8rem}.md-change{align-items:center;gap:4px;font-size:.78rem;font-weight:500;display:inline-flex}.md-up{color:var(--success)}.md-down{color:var(--danger)}.md-link{color:var(--text);cursor:pointer;align-items:center;gap:4px;font-size:.85rem;font-weight:500;display:inline-flex}.md-link:hover{color:var(--primary)}.md-row{gap:var(--space-4);display:grid}.md-row-top{grid-template-columns:2fr 1fr 1.2fr}.md-row-mid{grid-template-columns:1fr 1fr}.md-row-bottom{grid-template-columns:1fr 1fr 1fr 1fr}.md-chart{margin-top:var(--space-3);height:140px}.md-chart-bars{align-items:flex-end;gap:var(--space-3);height:100%;display:flex}.md-chart-col{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.md-chart-stack{flex:1;align-items:flex-end;gap:3px;width:100%;display:flex}.md-bar{min-height:4px;transition:height .4s var(--ease);border-radius:3px 3px 0 0;flex:1}.md-bar-savings{background:#fde68a}.md-bar-income{background:var(--mod-money)}.md-bar-expenses{background:#86efac}.md-chart-label{color:var(--text3);margin-top:var(--space-1);font-size:.7rem}.md-legend{align-items:center;gap:var(--space-2);color:var(--text2);font-size:.75rem;display:flex}.md-legend-dot{border-radius:2px;width:8px;height:8px;display:inline-block}.md-dot-savings{background:#fde68a}.md-dot-income{background:var(--mod-money)}.md-dot-expenses{background:#86efac}.md-summary-stack{gap:var(--space-4);flex-direction:column;display:flex}.md-summary-item{flex:1}.md-visa-card{border-radius:var(--radius);padding:var(--space-4);color:#fff;margin-bottom:var(--space-3);background:linear-gradient(135deg,#1a1d21 0%,#2d3748 100%);min-height:100px;position:relative}.md-visa-label{opacity:.7;font-size:.7rem}.md-visa-brand{top:var(--space-4);right:var(--space-4);color:#fbbf24;font-size:1.1rem;font-style:italic;font-weight:700;position:absolute}.md-visa-num{margin:var(--space-3) 0 var(--space-2);letter-spacing:2px;font-family:JetBrains Mono,monospace;font-size:.85rem}.md-visa-footer{opacity:.8;justify-content:space-between;font-size:.75rem;display:flex}.md-quick-actions{gap:var(--space-2);margin-bottom:var(--space-4);display:flex}.md-action-btn{align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);border:1px solid var(--border);border-radius:var(--radius);color:var(--text2);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;flex-direction:column;flex:1;font-size:.7rem;display:flex}.md-action-btn:hover{background:var(--bg3);color:var(--text)}.md-quick-pay h5{margin-bottom:var(--space-2);font-size:.85rem;font-weight:600}.md-contacts-row{gap:var(--space-3);display:flex}.md-contact{color:var(--text2);flex-direction:column;align-items:center;gap:4px;font-size:.7rem;display:flex}.md-contact-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.85rem;font-weight:600;display:flex}.md-limit-bar{background:var(--bg3);border-radius:var(--radius-full);height:10px;margin-bottom:var(--space-2);overflow:hidden}.md-limit-fill{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--mod-money), #86efac);height:100%}.md-limit-labels{color:var(--text2);justify-content:space-between;font-size:.8rem;display:flex}.md-cost-bars{gap:var(--space-2);flex-direction:column;display:flex}.md-cost-row{align-items:center;gap:var(--space-2);font-size:.8rem;display:flex}.md-cost-dot{border-radius:3px;flex-shrink:0;width:10px;height:10px}.md-cost-name{color:var(--text2);flex:1}.md-cost-pct{text-align:right;min-width:32px;font-weight:600}.md-donut-wrap{margin-top:var(--space-4);flex-direction:column;align-items:center;display:flex;position:relative}.md-donut{width:120px;height:120px}.md-donut-label{text-align:center;line-height:1.2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.md-donut-label strong{font-family:Space Grotesk,sans-serif;font-size:1.3rem;display:block}.md-donut-label span{color:var(--text2);max-width:70px;font-size:.6rem;display:block}.md-goals-list{gap:var(--space-2);flex-direction:column;display:flex}.md-goal-row{gap:var(--space-2);align-items:flex-start;display:flex}.md-goal-info{flex:1;min-width:0}.md-goal-top{justify-content:space-between;margin-bottom:4px;font-size:.8rem;display:flex}.md-progress-bar{background:var(--bg3);border-radius:var(--radius-full);height:6px;margin-bottom:2px;overflow:hidden}.md-progress-fill{border-radius:var(--radius-full);background:linear-gradient(90deg,#fbbf24,#f59e0b);height:100%}.md-tx-list{gap:var(--space-3);flex-direction:column;display:flex}.md-tx-row{align-items:center;gap:var(--space-3);display:flex}.md-tx-icon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.md-tx-info{flex-direction:column;flex:1;min-width:0;display:flex}.md-tx-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:500;overflow:hidden}.md-tx-amount-col{flex-direction:column;align-items:flex-end;display:flex}.md-tx-amount{font-size:.85rem;font-weight:600}.md-tx-status{color:var(--success);font-size:.7rem}.md-tx-status.md-declined{color:var(--danger)}@media (width<=1100px){.md-row-top{grid-template-columns:1fr 1fr}.md-my-card{grid-column:1/-1}.md-row-bottom{grid-template-columns:1fr 1fr}}@media (width<=700px){.md-row-top,.md-row-mid,.md-row-bottom{grid-template-columns:1fr}.md-my-card{grid-column:auto}}.money{max-width:1200px}.money-header{margin-bottom:var(--space-4)}.money-header h2{font-size:1.5rem}.money-tabs{gap:var(--space-1);border-bottom:1px solid var(--border);padding-bottom:var(--space-2);margin-bottom:var(--space-5);display:flex;overflow-x:auto}.money-tabs::-webkit-scrollbar{display:none}.money-tab{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;font-size:.85rem;font-weight:500;display:flex}.money-tab:hover{color:var(--text);background:var(--bg3)}.money-tab.active{color:var(--mod-money);background:#22c55e14;font-weight:600}.money-content{min-height:300px}.contact-card{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease), transform var(--duration) var(--ease);flex-direction:column;gap:12px;min-height:180px;padding:16px;display:flex}.contact-card:hover{border-color:var(--mod-people);transform:translateY(-1px);box-shadow:0 4px 16px #8b5cf61f}.contact-card--selected{border-color:var(--mod-people);box-shadow:0 0 0 3px #8b5cf626}.contact-card__header{justify-content:space-between;align-items:center;display:flex}.contact-card__entity-label{letter-spacing:.8px;color:var(--text3);text-transform:uppercase;font-size:10px;font-weight:700}.contact-card__menu{cursor:pointer;color:var(--text3);border-radius:var(--radius-xs);transition:background var(--duration) var(--ease), color var(--duration) var(--ease);background:0 0;border:none;align-items:center;padding:2px 4px;display:flex}.contact-card__menu:hover{background:var(--bg3);color:var(--text)}.contact-card__body{text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.contact-card__name{color:var(--text);font-size:14px;font-weight:600;line-height:1.3}.contact-card__role{color:var(--text2);font-size:12px}.contact-card__footer{flex-wrap:wrap;align-items:center;gap:6px;min-height:22px;display:flex}.contact-card__company-chip{color:var(--text2);background:var(--bg3);border-radius:var(--radius-full);align-items:center;gap:4px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-flex}.detail-panel-overlay{z-index:500;background:var(--overlay);position:fixed;inset:0}.detail-panel{background:var(--surface);width:480px;max-width:100vw;box-shadow:var(--shadow-xl);animation:slideInRight .22s var(--ease);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;overflow:hidden}@media (width<=600px){.detail-panel{width:100vw}}.detail-panel__body{flex:1;padding:0 20px 20px;overflow-y:auto}.contacts-page{height:calc(100vh - var(--topbar-h) - var(--space-12));flex-direction:column;gap:16px;display:flex;overflow:hidden}.contacts-page__content{flex:1;overflow:hidden auto}.contacts-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:14px;padding-bottom:24px;display:grid}.contacts-page__empty{color:var(--text3);flex-direction:column;align-items:center;gap:14px;padding:80px 0;font-size:14px;display:flex}.contacts-page__empty-cta{background:var(--mod-people);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 20px;font-size:13px;font-weight:600}.hr-stats-banner{gap:var(--space-4);padding:var(--space-4);background:var(--bg3);border-radius:var(--radius-lg);margin-bottom:var(--space-4);display:flex;overflow-x:auto}.hr-stat{flex-direction:column;flex:1;align-items:center;min-width:100px;display:flex}.hr-stat__value{color:var(--text);font-family:Space Grotesk,sans-serif;font-size:1.5rem;font-weight:700}.hr-stat__label{color:var(--text3);white-space:nowrap;margin-top:2px;font-size:.75rem}.hr-subtabs{align-items:center;gap:var(--space-1);border-bottom:1px solid var(--border);padding-bottom:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex;overflow-x:auto}.hr-subtabs::-webkit-scrollbar{display:none}.hr-subtab{padding:var(--space-2) var(--space-3);border-radius:var(--radius);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;font-size:.85rem;font-weight:500}.hr-subtab:hover{color:var(--text);background:var(--bg3)}.hr-subtab.active{color:var(--mod-people);background:#8b5cf614;font-weight:600}.hr-subtabs__actions{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.hr-search{position:relative}.hr-search__icon{color:var(--text3);position:absolute;top:50%;left:10px;transform:translateY(-50%)}.hr-search__input{border:1.5px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;outline:none;width:160px;padding:7px 10px 7px 30px;font-size:13px}.hr-search__input:focus{border-color:var(--mod-people)}.hr-action-btn{background:var(--text);color:var(--bg);cursor:pointer;white-space:nowrap;transition:opacity var(--duration) var(--ease);border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.hr-action-btn:hover{opacity:.85}.hr-action-btn--secondary{color:var(--text2);border:1.5px solid var(--border);background:0 0}.hr-action-btn--secondary:hover{background:var(--bg3);color:var(--text);opacity:1}.hr-employees-layout{gap:var(--space-4);flex:1;min-height:0;display:flex}.hr-filters{gap:var(--space-4);flex-direction:column;flex-shrink:0;width:180px;display:flex}.hr-filter-group__title{color:var(--text3);margin-bottom:var(--space-2);font-size:.75rem;font-weight:600}.hr-filter-radio{align-items:center;gap:var(--space-2);color:var(--text2);cursor:pointer;padding:2px 0;font-size:.85rem;display:flex}.hr-filter-radio input[type=radio]{accent-color:var(--mod-people)}.hr-employees-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-content:start;gap:14px;display:grid}.emp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-3);cursor:pointer;transition:box-shadow var(--duration) var(--ease)}.emp-card:hover{box-shadow:var(--shadow-sm)}.emp-card__header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.emp-card__status{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;font-size:.65rem;font-weight:600}.emp-card__menu{cursor:pointer;color:var(--text3);border-radius:var(--radius-xs);background:0 0;border:none;padding:2px;display:flex}.emp-card__menu:hover{background:var(--bg3);color:var(--text2)}.emp-card__body{text-align:center;align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.emp-card__name{margin-top:var(--space-2);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.9rem;font-weight:600;overflow:hidden}.emp-card__dept{font-size:.75rem;font-weight:500}.emp-card__role{color:var(--text3);font-size:.75rem}.hr-empty{padding:var(--space-8) var(--space-4);color:var(--text3);flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;font-size:.9rem;display:flex}.hr-empty__cta{margin-top:var(--space-3);background:var(--text);color:var(--bg);cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600}.hr-placeholder{min-height:200px;color:var(--text3);flex:1;justify-content:center;align-items:center;font-size:.95rem;display:flex}.hr-page{padding:0 var(--space-4);flex-direction:column;flex:1;display:flex}@media (width<=767px){.hr-employees-layout{flex-direction:column}.hr-filters{gap:var(--space-3);flex-direction:row;width:100%;overflow-x:auto}.hr-filter-group{min-width:140px}.hr-subtabs__actions{flex-wrap:wrap}.hr-stats-banner{gap:var(--space-2);padding:var(--space-3)}}.sp-page{padding:0 var(--space-4);flex-direction:column;flex:1;min-height:0;display:flex}.sp-filter-tabs{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;flex-shrink:0;display:flex;overflow-x:auto}.sp-filter-tabs::-webkit-scrollbar{display:none}.sp-filter-tab{border-radius:var(--radius-full);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:1.5px solid #0000;padding:5px 12px;font-size:.8rem;font-weight:500}.sp-filter-tab:hover{color:var(--text);background:var(--bg3)}.sp-filter-tab.active{color:var(--mod-people);border-color:var(--mod-people);background:#8b5cf614;font-weight:600}.sp-filter-tabs__actions{gap:var(--space-2);margin-left:auto;display:flex}.sp-add-btn{background:var(--text);color:var(--bg);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.sp-add-btn:hover{opacity:.85}.sp-board{gap:var(--space-3);padding-bottom:var(--space-4);scroll-snap-type:x proximity;flex:1;display:flex;overflow:auto hidden}.sp-board::-webkit-scrollbar{height:6px}.sp-board::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.sp-column{background:var(--bg3);border-radius:var(--radius-lg);scroll-snap-align:start;flex-direction:column;flex:0 0 220px;max-height:100%;display:flex}.sp-column__header{padding:var(--space-3);flex-shrink:0}.sp-column__title{align-items:center;gap:var(--space-2);color:var(--text2);letter-spacing:.04em;font-size:.7rem;font-weight:700;display:flex}.sp-column__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.sp-column__count{color:var(--text3);background:var(--bg4);border-radius:var(--radius-full);padding:0 5px;font-size:.65rem;font-weight:500;line-height:1.6}.sp-column__body{padding:0 var(--space-2) var(--space-2);gap:var(--space-2);flex-direction:column;flex:1;min-height:60px;display:flex;overflow-y:auto}.sp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);cursor:pointer;transition:box-shadow var(--duration) var(--ease)}.sp-card:hover{box-shadow:var(--shadow-sm)}.sp-card__top{align-items:flex-start;gap:var(--space-2);display:flex}.sp-card__info{flex:1;min-width:0}.sp-card__name{text-overflow:ellipsis;white-space:nowrap;font-size:.8rem;font-weight:600;overflow:hidden}.sp-card__company{color:var(--text3);font-size:.7rem}.sp-card__email{color:var(--text3);text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.sp-card__menu{cursor:pointer;color:var(--text3);border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;padding:2px;display:flex}.sp-card__menu:hover{background:var(--bg3)}.sp-card__moves{margin-top:var(--space-2);flex-wrap:wrap;gap:2px;display:flex}.sp-move-btn{border-radius:var(--radius-xs);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:1px solid;padding:1px 4px;font-size:.6rem;font-weight:600}.sp-move-btn:hover{opacity:.8}.sp-empty{padding:var(--space-6);color:var(--text3);opacity:.4;justify-content:center;align-items:center;display:flex}@media (width<=767px){.sp-column{flex:0 0 80vw}.sp-filter-tabs{gap:2px}}.recruit-page{padding:0 var(--space-4);flex-direction:column;flex:1;min-height:0;display:flex}.recruit-filter-tabs{align-items:center;gap:var(--space-1);padding-bottom:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;flex-shrink:0;display:flex;overflow-x:auto}.recruit-filter-tabs::-webkit-scrollbar{display:none}.recruit-filter-tab{border-radius:var(--radius-full);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:1.5px solid #0000;padding:5px 12px;font-size:.8rem;font-weight:500}.recruit-filter-tab:hover{color:var(--text);background:var(--bg3)}.recruit-filter-tab.active{color:var(--mod-people);border-color:var(--mod-people);background:#8b5cf614;font-weight:600}.recruit-toggle{align-items:center;gap:var(--space-2);margin-left:var(--space-2);display:flex}.recruit-toggle__opt{color:var(--text3);cursor:pointer;border-radius:var(--radius-full);transition:all var(--duration) var(--ease);padding:4px 8px;font-size:.8rem}.recruit-toggle__opt.active{color:var(--text);font-weight:600}.recruit-toggle__opt:hover{color:var(--text2)}.recruit-filter-tabs__actions{margin-left:auto}.recruit-add-btn{background:var(--text);color:var(--bg);cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;display:flex}.recruit-add-btn:hover{opacity:.85}.recruit-board{gap:var(--space-3);padding-bottom:var(--space-4);scroll-snap-type:x proximity;flex:1;display:flex;overflow:auto hidden}.recruit-board::-webkit-scrollbar{height:6px}.recruit-board::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.recruit-col{background:var(--bg3);border-radius:var(--radius-lg);scroll-snap-align:start;flex-direction:column;flex:0 0 220px;max-height:100%;display:flex}.recruit-col__header{padding:var(--space-3);flex-shrink:0}.recruit-col__title{align-items:center;gap:var(--space-2);color:var(--text2);letter-spacing:.04em;font-size:.7rem;font-weight:700;display:flex}.recruit-col__count{color:var(--text3);background:var(--bg4);border-radius:var(--radius-full);padding:0 5px;font-size:.65rem;font-weight:500;line-height:1.6}.recruit-col__body{padding:0 var(--space-2) var(--space-2);gap:var(--space-2);flex-direction:column;flex:1;min-height:60px;display:flex;overflow-y:auto}.recruit-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-3);cursor:pointer;transition:box-shadow var(--duration) var(--ease)}.recruit-card:hover{box-shadow:var(--shadow-sm)}.recruit-card__top{justify-content:space-between;align-items:flex-start;gap:var(--space-2);display:flex}.recruit-card__title{font-size:.8rem;font-weight:600;line-height:1.3}.recruit-card__menu{cursor:pointer;color:var(--text3);border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;padding:2px;display:flex}.recruit-card__menu:hover{background:var(--bg3)}.recruit-card__dept{color:var(--text2);margin-top:2px;font-size:.7rem}.recruit-card__loc{color:var(--text3);font-size:.65rem}.recruit-card__moves{margin-top:var(--space-2);flex-wrap:wrap;gap:2px;display:flex}.recruit-move-btn{border-radius:var(--radius-xs);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:1px solid;padding:1px 4px;font-size:.6rem;font-weight:600}.recruit-move-btn:hover{opacity:.8}.recruit-empty{padding:var(--space-6);color:var(--text3);opacity:.4;justify-content:center;align-items:center;display:flex}.recruit-card__pill{border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0;padding:2px 8px;font-size:.6rem;font-weight:600}.recruit-card__pill--hold{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b4d}.recruit-card__link{background:var(--bg3);border-radius:var(--radius-xs);color:var(--text3);align-items:center;gap:4px;margin-top:4px;padding:3px 6px;font-size:.6rem;display:flex;overflow:hidden}.recruit-card__link span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recruit-detail-overlay{z-index:1000;background:var(--overlay);justify-content:flex-end;align-items:center;display:flex;position:fixed;inset:0}.recruit-detail-panel{background:var(--surface);width:560px;max-width:100%;height:100%;box-shadow:var(--shadow-xl);animation:slideInRight .2s var(--ease);flex-direction:column;display:flex}.recruit-detail__header{align-items:flex-start;gap:var(--space-2);padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--border);display:flex}.recruit-detail__back{cursor:pointer;color:var(--text2);border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;margin-top:2px;padding:4px;display:flex}.recruit-detail__back:hover{background:var(--bg3)}.recruit-detail__close{cursor:pointer;color:var(--text2);border-radius:var(--radius-xs);background:0 0;border:none;flex-shrink:0;padding:4px;display:flex}.recruit-detail__close:hover{background:var(--bg3)}.recruit-detail__title{color:var(--text);font-size:1.05rem;font-weight:700;line-height:1.3}.recruit-detail__meta-row{align-items:center;gap:var(--space-2);flex-wrap:wrap;margin-top:6px;display:flex}.recruit-detail__stage-badge{border-radius:var(--radius-full);border:1px solid;padding:2px 8px;font-size:.65rem;font-weight:600}.recruit-detail__meta-item{color:var(--text3);align-items:center;gap:3px;font-size:.7rem;display:flex}.recruit-detail__link-banner{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-5);background:var(--bg3);border-bottom:1px solid var(--border);color:var(--text2);font-size:.75rem;display:flex}.recruit-detail__link-url{text-overflow:ellipsis;white-space:nowrap;color:var(--text3);flex:1;font-family:monospace;font-size:.7rem;overflow:hidden}.recruit-detail__link-copy,.recruit-detail__link-open{border-radius:var(--radius-xs);border:1px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;white-space:nowrap;align-items:center;gap:3px;padding:3px 8px;font-size:.65rem;font-weight:600;display:flex}.recruit-detail__link-copy:hover,.recruit-detail__link-open:hover{background:var(--bg3)}.recruit-detail__body{padding:var(--space-4) var(--space-5);gap:var(--space-5);flex-direction:column;flex:1;display:flex;overflow-y:auto}.recruit-detail__info-cards{gap:var(--space-3);grid-template-columns:repeat(3,1fr);display:grid}.recruit-detail__info-card{background:var(--bg3);border-radius:var(--radius);padding:var(--space-3);text-align:center}.recruit-detail__info-label{color:var(--text3);margin-bottom:4px;font-size:.65rem;font-weight:500}.recruit-detail__info-value{color:var(--text);font-size:.9rem;font-weight:600}.recruit-detail__section-title{color:var(--text);margin-bottom:var(--space-2);font-size:.8rem;font-weight:600}.recruit-detail__description{color:var(--text2);white-space:pre-wrap;font-size:.8rem;line-height:1.6}.recruit-detail__move-actions{gap:var(--space-2);flex-wrap:wrap;display:flex}.recruit-detail__move-btn{border-radius:var(--radius);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:1.5px solid;padding:5px 12px;font-size:.7rem;font-weight:600}.recruit-detail__move-btn:hover{opacity:.8}.recruit-detail__footer{padding:var(--space-3) var(--space-5);border-top:1px solid var(--border)}.recruit-detail__delete{color:var(--danger,#ef4444);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:.75rem;font-weight:500}.recruit-detail__delete:hover{text-decoration:underline}@media (width<=767px){.recruit-col{flex:0 0 80vw}.recruit-detail-panel{width:100%}.recruit-detail__info-cards{grid-template-columns:1fr}}.people{flex-direction:column;height:100%;display:flex}.people-tabs{gap:var(--space-1);border-bottom:1px solid var(--border);padding:0 var(--space-4) var(--space-2);margin-bottom:var(--space-4);flex-shrink:0;display:flex;overflow-x:auto}.people-tabs::-webkit-scrollbar{display:none}.people-tab{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;font-size:.85rem;font-weight:500;display:flex}.people-tab:hover{color:var(--text);background:var(--bg3)}.people-tab.active{color:var(--mod-people);background:#8b5cf614;font-weight:600}.people-placeholder{color:var(--text3);flex:1;justify-content:center;align-items:center;font-size:.95rem;display:flex}.chat-layout{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:240px 1fr 280px;height:calc(100vh - 160px);min-height:500px;display:grid;overflow:hidden}.chat-sidebar{background:var(--bg);border-right:1px solid var(--border);flex-direction:column;display:flex;overflow-y:auto}.chat-sidebar-search{align-items:center;gap:var(--space-2);padding:var(--space-3);margin:var(--space-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text3);cursor:pointer;font-size:.8rem;display:flex}.chat-sidebar-search:hover{border-color:var(--text3)}.chat-section{padding:var(--space-1) 0}.chat-section-bottom{margin-top:auto}.chat-section-header{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--text3);text-transform:uppercase;letter-spacing:.04em;font-size:.7rem;font-weight:600;display:flex}.chat-section-header .chat-badge{background:var(--bg3);color:var(--text3);border-radius:var(--radius-full);padding:1px 6px;font-size:.65rem;font-weight:500}.chat-section-action{color:var(--text3);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;align-items:center;margin-left:auto;padding:2px;display:flex}.chat-section-action:hover{color:var(--text);background:var(--bg3)}.chat-channel{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--text2);cursor:pointer;text-align:left;transition:all var(--duration) var(--ease);background:0 0;border:none;width:100%;font-size:.85rem;display:flex}.chat-channel:hover{background:var(--bg3);color:var(--text)}.chat-channel.active{background:var(--surface);color:var(--text);font-weight:600}.chat-channel-icon{border-radius:var(--radius);background:var(--bg3);width:24px;height:24px;color:var(--text3);flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-channel.active .chat-channel-icon{color:var(--mod-office);background:#3b82f61a}.chat-channel-label{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.chat-channel-avatars{gap:-4px;margin-left:auto;display:flex}.chat-mini-avatar{background:var(--mod-office);color:#fff;border:1.5px solid var(--bg);border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.5rem;font-weight:700;display:inline-flex}.chat-messages-area{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;display:flex}.chat-messages-header{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.chat-messages-header-left{align-items:center;gap:var(--space-3);display:flex}.chat-messages-header-right{align-items:center;gap:var(--space-2);display:flex}.chat-channel-title{font-size:1rem;font-weight:700}.chat-header-avatars{display:flex}.chat-header-avatar{background:var(--mod-office);color:#fff;border:2px solid var(--surface);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;margin-left:-8px;font-size:.6rem;font-weight:700;display:inline-flex}.chat-header-avatar:first-child{margin-left:0}.chat-messages-body{padding:var(--space-4);gap:var(--space-3);flex-direction:column;flex:1;display:flex;overflow-y:auto}.chat-empty{justify-content:center;align-items:center;gap:var(--space-2);color:var(--text3);flex-direction:column;flex:1;font-size:.875rem;display:flex}.chat-message{gap:var(--space-3);display:flex}.chat-msg-avatar{background:var(--bg3);width:32px;height:32px;color:var(--text2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.chat-msg-content{flex:1;min-width:0}.chat-msg-header{align-items:baseline;gap:var(--space-2);margin-bottom:2px;display:flex}.chat-msg-author{font-size:.85rem;font-weight:600}.chat-msg-time{color:var(--primary);font-size:.7rem}.chat-msg-text{color:var(--text);word-break:break-word;font-size:.875rem;line-height:1.5}.chat-input-section{border-top:1px solid var(--border);padding:var(--space-2) var(--space-4) var(--space-3);flex-shrink:0}.chat-input-label{color:var(--text3);padding:var(--space-1) 0;cursor:pointer;font-size:.8rem}.chat-input-label:hover{color:var(--mod-office)}.chat-rich-toolbar{padding:var(--space-1) 0;border-bottom:1px solid var(--border);margin-bottom:var(--space-2);gap:0;display:flex}.chat-toolbar-btn{border-radius:var(--radius);width:32px;height:32px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.chat-toolbar-btn:hover{color:var(--text);background:var(--bg3)}.chat-input-bar{gap:var(--space-2);display:flex}.chat-input-bar input{padding:var(--space-2) var(--space-3);color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.chat-input-bar input::placeholder{color:var(--text3)}.chat-send-btn{border-radius:var(--radius);background:var(--mod-office);color:#fff;cursor:pointer;width:36px;height:36px;transition:all var(--duration) var(--ease);border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chat-send-btn:hover{opacity:.9}.chat-send-btn:disabled{opacity:.3;cursor:not-allowed}.chat-detail-sidebar{background:var(--bg);padding:var(--space-4);flex-direction:column;display:flex;overflow-y:auto}.chat-detail-section{margin-bottom:var(--space-4)}.chat-detail-label{color:var(--text3);margin-bottom:var(--space-1);font-size:.75rem}.chat-detail-name{font-size:1.1rem;font-weight:700}.chat-detail-actions{gap:var(--space-2);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.chat-detail-action-btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-radius:var(--radius);border:1px solid var(--border);background:var(--surface);color:var(--text2);cursor:pointer;transition:all var(--duration) var(--ease);font-size:.8rem;display:flex}.chat-detail-action-btn:hover{border-color:var(--text3);color:var(--text)}.chat-detail-action-badge{color:var(--text3);align-items:center;margin-left:auto;font-size:.7rem;display:flex}.chat-detail-info{margin-bottom:var(--space-4)}.chat-detail-row{margin-bottom:var(--space-2)}.chat-detail-row-label{color:var(--text3);font-size:.75rem;display:block}.chat-detail-row-value{color:var(--primary);font-size:.85rem;font-weight:500}.chat-detail-section-header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);font-size:.85rem;font-weight:600;display:flex}.chat-detail-participants{gap:var(--space-1);flex-wrap:wrap;display:flex}.chat-participant-avatar{background:var(--mod-office);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.6rem;font-weight:700;display:inline-flex}.chat-badge{background:var(--bg3);color:var(--text3);border-radius:var(--radius-full);padding:1px 6px;font-size:.65rem;font-weight:500}@media (width<=1024px){.chat-layout{grid-template-columns:200px 1fr}.chat-detail-sidebar{display:none}}@media (width<=767px){.chat-layout{grid-template-columns:1fr;height:450px}.chat-sidebar,.chat-detail-sidebar{display:none}}.cal-container{width:100%}.cal-filter-bar{justify-content:space-between;align-items:center;gap:var(--space-3);padding:var(--space-3) 0;margin-bottom:var(--space-2);flex-wrap:wrap;display:flex}.cal-filter-pills{gap:var(--space-1);flex-wrap:wrap;display:flex}.cal-filter-pill{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);color:var(--text2);cursor:pointer;border:1px solid var(--border);background:var(--surface);transition:all var(--duration) var(--ease);font-size:.8rem;display:flex}.cal-filter-pill:hover{border-color:var(--text3)}.cal-filter-pill.active{background:var(--bg3);color:var(--text);font-weight:500}.cal-filter-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.cal-filter-right{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.cal-toggle-group{align-items:center;gap:var(--space-1);display:flex}.cal-toggle-btn{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);color:var(--text2);cursor:pointer;background:0 0;border:none;font-size:.8rem;display:flex}.cal-toggle-btn.active{color:var(--text);font-weight:500}.cal-toggle-dot{border:1.5px solid var(--text3);border-radius:50%;width:8px;height:8px}.cal-dropdown-btn{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);color:var(--text2);cursor:pointer;background:0 0;border:none;font-size:.8rem;display:flex}.cal-dropdown-btn:hover{color:var(--text)}.cal-controls{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.cal-controls-left{align-items:center;gap:var(--space-2);display:flex}.cal-nav-btn{padding:var(--space-1) var(--space-3);border-radius:var(--radius);color:var(--text2);cursor:pointer;border:1px solid var(--border);transition:all var(--duration) var(--ease);background:0 0;font-size:.85rem;font-weight:500}.cal-nav-btn:hover{border-color:var(--text3);color:var(--text)}.cal-month-label{margin-left:var(--space-3);font-size:1.25rem;font-weight:600}.cal-controls-right{align-items:center;gap:var(--space-3);display:flex}.cal-view-toggle{border:1px solid var(--border);border-radius:var(--radius);display:flex;overflow:hidden}.cal-view-btn{padding:var(--space-1) var(--space-3);background:var(--surface);color:var(--text2);cursor:pointer;transition:all var(--duration) var(--ease);border:none;border-right:1px solid var(--border);font-size:.8rem}.cal-view-btn:last-child{border-right:none}.cal-view-btn:hover{background:var(--bg3)}.cal-view-btn.active{background:var(--bg3);color:var(--text);font-weight:600}.cal-absence-btn{font-size:.85rem!important}.cal-event-btn{align-items:center;gap:var(--space-1);font-size:.85rem;display:flex;background:var(--mod-office)!important}.cal-grid-wrapper{gap:var(--space-4);grid-template-columns:1fr 320px;display:grid}.cal-grid-section{overflow:hidden}.cal-icon-row{gap:var(--space-4);padding:var(--space-2) 0;margin-bottom:var(--space-2);color:var(--text3);display:flex}.cal-icon-item{cursor:pointer}.cal-icon-item:hover{color:var(--text)}.cal-grid{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);grid-template-columns:repeat(7,1fr);display:grid;overflow:hidden}.cal-day-header{padding:var(--space-2);text-align:center;color:var(--text3);letter-spacing:.06em;background:var(--bg);border-bottom:1px solid var(--border);font-size:.7rem;font-weight:600}.cal-cell{min-height:90px;padding:var(--space-1) var(--space-2);border-right:1px solid var(--border);border-bottom:1px solid var(--border);cursor:pointer;transition:background var(--duration) var(--ease);position:relative;overflow:hidden}.cal-cell:nth-child(7n){border-right:none}.cal-cell:hover{background:var(--bg3)}.cal-cell.cal-empty{background:var(--bg);cursor:default}.cal-cell.cal-today{background:#3b82f608}.cal-day-num{color:var(--text2);margin-bottom:var(--space-1);font-size:.8rem;font-weight:500;display:block}.cal-today-num{background:var(--mod-office);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:inline-flex}.cal-event-inline{color:var(--text);text-overflow:ellipsis;white-space:nowrap;border-left:3px solid var(--mod-office);background:#3b82f614;border-radius:2px;margin-bottom:2px;padding:1px 4px;font-size:.7rem;line-height:1.4;overflow:hidden}.cal-event-more{color:var(--text3);padding:1px 4px;font-size:.65rem}.cal-upcoming{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);align-self:flex-start}.cal-upcoming-title{color:var(--primary);margin-bottom:var(--space-4);font-size:.9rem;font-weight:700}.cal-upcoming-empty{color:var(--text3);padding:var(--space-4) 0;text-align:center;font-size:.85rem}.cal-upcoming-list{gap:var(--space-4);flex-direction:column;display:flex}.cal-upcoming-item{gap:var(--space-3);align-items:flex-start;display:flex}.cal-upcoming-icon{flex-shrink:0;padding-top:2px}.cal-upcoming-info{flex:1;min-width:0}.cal-upcoming-name{margin-bottom:var(--space-1);font-size:.875rem;font-weight:600}.cal-upcoming-meta{align-items:center;gap:var(--space-2);color:var(--text3);flex-wrap:wrap;font-size:.75rem;display:flex}.cal-upcoming-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.cal-upcoming-badge{border-radius:var(--radius-full);background:#3b82f61a;padding:1px 8px;font-size:.7rem;font-weight:500}@media (width<=1024px){.cal-grid-wrapper{grid-template-columns:1fr}.cal-upcoming{display:none}}@media (width<=767px){.cal-filter-bar{flex-direction:column;align-items:flex-start}.cal-filter-right{flex-wrap:wrap}.cal-controls{flex-direction:column;align-items:flex-start}.cal-cell{min-height:60px}.cal-event-inline,.cal-icon-row{display:none}}.announcements{max-width:960px}.ann-header{margin-bottom:var(--space-4)}.ann-header h3{margin-bottom:var(--space-1);font-size:1.25rem;font-weight:700}.ann-subtitle{color:var(--text2);font-size:.875rem;line-height:1.5}.ann-controls{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);display:flex}.ann-search-wrap{flex:1;max-width:400px;position:relative}.ann-search-icon{color:var(--text3);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.ann-search{width:100%;padding:var(--space-2) var(--space-3) var(--space-2) 34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.85rem}.ann-search:focus{border-color:var(--mod-office);outline:none;box-shadow:0 0 0 3px #3b82f61a}.ann-new-btn{border-radius:var(--radius);padding:var(--space-2) var(--space-4);white-space:nowrap;font-size:.85rem;font-weight:500;background:var(--text)!important;color:var(--bg)!important}.ann-new-btn:hover{opacity:.9}.ann-empty{text-align:center;padding:var(--space-16) var(--space-4);color:var(--text3);font-size:.9rem}.ann-list{gap:var(--space-3);flex-direction:column;display:flex}.ann-card{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:all var(--duration) var(--ease);display:flex}.ann-card:hover{box-shadow:var(--shadow-sm)}.ann-card-content{flex:1;min-width:0}.ann-card-title{margin-bottom:var(--space-1);font-size:.95rem;font-weight:600}.ann-card-body{color:var(--text2);margin-bottom:var(--space-2);font-size:.85rem;line-height:1.6}.ann-card-meta{color:var(--text3);font-size:.75rem}.forum{max-width:960px}.forum-header{margin-bottom:var(--space-4)}.forum-header h3{margin-bottom:var(--space-1);font-size:1.25rem;font-weight:700}.forum-subtitle{color:var(--text2);font-size:.875rem;line-height:1.5}.forum-controls{justify-content:space-between;align-items:center;gap:var(--space-3);margin-bottom:var(--space-5);flex-direction:row-reverse;display:flex}.forum-search-wrap{flex:1;max-width:400px;position:relative}.forum-search-icon{color:var(--text3);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.forum-search{width:100%;padding:var(--space-2) var(--space-3) var(--space-2) 34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.85rem}.forum-search:focus{border-color:var(--mod-office);outline:none;box-shadow:0 0 0 3px #3b82f61a}.forum-new-btn{border-radius:var(--radius);padding:var(--space-2) var(--space-4);white-space:nowrap;align-items:center;gap:var(--space-2);font-size:.85rem;font-weight:500;display:flex;background:var(--text)!important;color:var(--bg)!important}.forum-new-btn:hover{opacity:.9}.forum-empty{text-align:center;padding:var(--space-16) var(--space-4);color:var(--text3);font-size:.9rem}.forum-list{gap:var(--space-2);flex-direction:column;display:flex}.forum-card{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration) var(--ease);display:flex}.forum-card:hover{box-shadow:var(--shadow-sm)}.forum-card-status{flex-shrink:0;padding-top:2px}.forum-card-content{flex:1;min-width:0}.forum-card-title{margin-bottom:var(--space-1);font-size:.95rem;font-weight:600}.forum-card-meta{color:var(--text3);align-items:center;gap:var(--space-2);font-size:.8rem;display:flex}.forum-detail{max-width:960px}.forum-detail-header{align-items:flex-start;gap:var(--space-4);margin-bottom:var(--space-4);display:flex}.forum-detail-title{margin-bottom:var(--space-1);font-size:1.2rem}.forum-detail-meta{color:var(--text3);font-size:.8rem}.forum-resolved{color:var(--success);font-weight:500}.forum-open{color:var(--mod-office);font-weight:500}.forum-detail-body{color:var(--text2);padding:var(--space-4);background:var(--bg);border-radius:var(--radius);margin-bottom:var(--space-5);font-size:.9rem;line-height:1.7}.forum-answers-section{margin-bottom:var(--space-5)}.forum-answers-section h4{margin-bottom:var(--space-3);font-size:.9rem}.forum-answer{gap:var(--space-3);padding:var(--space-3) 0;border-bottom:1px solid var(--border);display:flex}.forum-answer-avatar{background:var(--mod-office);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex}.forum-answer-content{flex:1}.forum-answer-meta{color:var(--text3);margin-bottom:var(--space-1);font-size:.75rem}.forum-answer-content p{font-size:.875rem;line-height:1.6}.forum-answer-input{gap:var(--space-3);flex-direction:column;display:flex}.forum-answer-input textarea{width:100%;padding:var(--space-3);border-radius:var(--radius);resize:vertical;font-size:.875rem;line-height:1.6}.doc-manager{position:relative}.doc-type-bar{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.doc-type-tabs{border:1px solid var(--border);border-radius:var(--radius);gap:0;display:flex;overflow:hidden}.doc-type-tab{padding:var(--space-2) var(--space-4);background:var(--surface);color:var(--text2);cursor:pointer;transition:all var(--duration) var(--ease);border:none;border-right:1px solid var(--border);font-size:.8rem}.doc-type-tab:last-child{border-right:none}.doc-type-tab:hover{background:var(--bg3)}.doc-type-tab.active{background:var(--bg3);color:var(--text);font-weight:600}.doc-search-wrap{min-width:200px;position:relative}.doc-search-icon{color:var(--text3);pointer-events:none;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.doc-search{width:100%;padding:var(--space-2) var(--space-3) var(--space-2) 34px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.85rem}.doc-search:focus{border-color:var(--mod-office);outline:none}.doc-grid{gap:var(--space-3);grid-template-columns:repeat(auto-fill,minmax(180px,1fr));display:grid}.doc-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--duration) var(--ease);position:relative;overflow:hidden}.doc-card:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.doc-card-thumbnail{justify-content:center;align-items:center;height:140px;display:flex;position:relative}.doc-card-badge{top:var(--space-2);right:var(--space-2);border-radius:var(--radius);color:#fff;letter-spacing:.04em;padding:2px 8px;font-size:.65rem;font-weight:700;position:absolute}.doc-card-footer{padding:var(--space-2) var(--space-3);border-top:1px solid var(--border)}.doc-card-name{color:var(--text2);text-overflow:ellipsis;white-space:nowrap;margin-bottom:var(--space-2);font-size:.8rem;font-weight:500;overflow:hidden}.doc-card-actions{gap:var(--space-2);display:flex}.doc-action-btn{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-2);border-radius:var(--radius);cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text2);transition:all var(--duration) var(--ease);font-size:.7rem;font-weight:500;display:flex}.doc-action-btn:hover{border-color:var(--text3);color:var(--text)}.doc-action-btn.danger:hover{border-color:var(--danger);color:var(--danger)}.doc-empty{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-16) var(--space-4);color:var(--text3);flex-direction:column;font-size:.9rem;display:flex}.doc-fab{bottom:var(--space-8);right:var(--space-8);background:var(--text);width:48px;height:48px;color:var(--bg);cursor:pointer;box-shadow:var(--shadow-lg);transition:all var(--duration) var(--ease);z-index:10;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed}.doc-fab:hover{transform:scale(1.05)}.doc-viewer{flex-direction:column;max-width:960px;display:flex}.doc-viewer-header{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.doc-meta{align-items:center;gap:var(--space-2);color:var(--text3);margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid var(--border);font-size:.8rem;display:flex}.doc-meta-badge{border-radius:var(--radius);color:#fff;padding:2px 8px;font-size:.65rem;font-weight:700}.doc-editor{width:100%;min-height:400px;padding:var(--space-4);border:1px solid var(--border);border-radius:var(--radius);resize:vertical;background:var(--surface);color:var(--text);font-family:DM Sans,sans-serif;font-size:.9rem;line-height:1.7}.doc-editor:focus{border-color:var(--mod-office);box-shadow:0 0 0 3px #3b82f61a}.doc-content{padding:var(--space-4);min-height:200px;color:var(--text);white-space:pre-wrap;font-size:.9rem;line-height:1.7}@media (width<=767px){.doc-type-bar{flex-direction:column;align-items:stretch}.doc-type-tabs{overflow-x:auto}.doc-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.doc-card-thumbnail{height:100px}}.office{width:100%}.office-tabs{border-bottom:1px solid var(--border);margin-bottom:var(--space-5);gap:0;display:flex;overflow-x:auto}.office-tabs::-webkit-scrollbar{display:none}.office-tab{padding:var(--space-3) var(--space-5);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-1px;font-size:.875rem;font-weight:500}.office-tab:hover{color:var(--text)}.office-tab.active{color:var(--text);border-bottom-color:var(--text);font-weight:600}.office-content{min-height:300px}.tech-overview-title{margin-bottom:var(--space-2);font-size:1.4rem;font-weight:700}.tech-overview-desc{color:var(--text2);margin-bottom:var(--space-6);max-width:640px;font-size:.85rem;line-height:1.5}.tech-overview-layout{gap:var(--space-6);grid-template-columns:1fr 1fr;align-items:start;display:grid}@media (width<=800px){.tech-overview-layout{grid-template-columns:1fr}}.tech-overview-left{gap:var(--space-5);flex-direction:column;display:flex}.tech-overview-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5) var(--space-6)}.tech-overview-card-header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.tech-overview-card-title{color:#2aa198;font-size:1rem;font-weight:600}.tech-overview-card-text{color:var(--text);margin-bottom:var(--space-4);font-size:.9rem}.tech-active-badge{color:#22c55e;align-items:center;gap:6px;font-size:.8rem;font-weight:500;display:flex}.tech-active-badge.inactive{color:var(--text3)}.tech-active-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.tech-active-badge.inactive .tech-active-dot{background:var(--text3)}.tech-overview-stats-row{gap:var(--space-1);margin-bottom:var(--space-4);border:1px solid var(--border);border-radius:var(--radius);display:flex;overflow:hidden}.tech-overview-stat{padding:var(--space-3) var(--space-2);border-right:1px solid var(--border);color:var(--text2);flex-direction:column;flex:1;align-items:center;gap:2px;font-size:.75rem;display:flex}.tech-overview-stat:last-child{border-right:none}.tech-overview-stat-num{color:var(--text);font-size:1rem;font-weight:700}.tech-view-list-btn{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius);cursor:pointer;background:var(--text);color:var(--bg);transition:opacity var(--duration) var(--ease);border:none;font-size:.82rem;font-weight:600;display:inline-flex}.tech-view-list-btn:hover{opacity:.85}.tech-website-thumbs{gap:var(--space-3);margin-bottom:var(--space-4);flex-wrap:wrap;display:flex}.tech-website-thumb{width:180px}.tech-website-thumb-img{border-radius:var(--radius);color:#fff6;width:100%;height:100px;margin-bottom:var(--space-2);background:#1a1a2e;justify-content:center;align-items:center;font-size:.7rem;display:flex;overflow:hidden}.tech-website-thumb-domain{color:var(--text);font-size:.8rem;font-weight:500}.tech-overview-right{padding:var(--space-6) 0;flex-direction:column;justify-content:center;align-items:center;display:flex}.tech-radar-container{width:320px;height:320px;margin-bottom:var(--space-6);position:relative}.tech-radar{background:#00000005;border-radius:50%;width:100%;height:100%;position:relative;overflow:hidden}.tech-radar-ring{border:1px solid #b4c8d259;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tech-radar-ring-1{width:90%;height:90%}.tech-radar-ring-2{width:66%;height:66%}.tech-radar-ring-3{width:42%;height:42%}.tech-radar-ring-4{width:18%;height:18%}.tech-radar-cross{background:#b4c8d240;width:1px;height:100%;position:absolute;top:0;left:50%}.tech-radar-cross:after{content:"";background:#b4c8d240;width:320px;height:1px;position:absolute;top:50%;left:-160px}.tech-radar-sweep{background:conic-gradient(#0000 0deg 300deg,#00d2d326 340deg,#00d2d359 355deg,#00d2d380 360deg);border-radius:50%;width:100%;height:100%;animation:4s linear infinite radarSweep;position:absolute;top:0;left:0}@keyframes radarSweep{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tech-radar-dot{z-index:2;background:#00d2d3;border-radius:50%;width:10px;height:10px;position:absolute;top:48%;left:72%;box-shadow:0 0 8px 2px #00d2d380}.tech-radar-dot-alert{background:#ef4444;animation:2s ease-in-out infinite radarBlink;box-shadow:0 0 8px 2px #ef444480}@keyframes radarBlink{0%,to{opacity:1}50%{opacity:.3}}.tech-radar-status{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}.tech-radar-status-dot{background:#22c55e;border-radius:50%;width:8px;height:8px}.tech-radar-status-dot.warning{background:#ef4444}.tech-zen-icon{color:var(--text3)}.tech-radar-status-text{color:#2aa198;font-size:.9rem;font-weight:500}.tech-radar-status-text.warning{color:#ef4444}.tech-integrations-header{margin-bottom:var(--space-5)}.tech-integrations-header h3{margin-bottom:var(--space-2);font-size:1.3rem;font-weight:700}.tech-integrations-header p{color:var(--text2);font-size:.85rem}.tech-integrations-grid{gap:var(--space-4);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.tech-integration-card{gap:var(--space-3);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-5);transition:box-shadow var(--duration) var(--ease);flex-direction:column;display:flex}.tech-integration-card:hover{box-shadow:0 2px 12px #0000000f}.tech-integration-card-top{gap:var(--space-3);align-items:flex-start;display:flex}.tech-integration-icon{border-radius:var(--radius);background:var(--bg3);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.tech-integration-info{flex:1}.tech-integration-name{margin-bottom:2px;font-size:1rem;font-weight:600}.tech-integration-desc{color:var(--text2);font-size:.82rem;line-height:1.45}.tech-integration-footer{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.tech-integration-category{color:var(--text3);background:var(--bg3);border-radius:var(--radius-full);padding:2px 10px;font-size:.75rem}.tech-configure-btn{padding:var(--space-2) var(--space-4);border-radius:var(--radius);cursor:pointer;background:var(--text);color:var(--bg);transition:opacity var(--duration) var(--ease);border:none;font-size:.82rem;font-weight:600}.tech-configure-btn:hover{opacity:.85}.tech-websites-filter{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;display:flex}.tech-uptime-chart{margin-bottom:var(--space-6)}.tech-uptime-legend{gap:var(--space-4);margin-bottom:var(--space-3);color:var(--text2);font-size:.82rem;display:flex}.tech-uptime-legend-item{align-items:center;gap:6px;display:flex}.tech-uptime-legend-dot{border-radius:2px;width:14px;height:10px}.tech-uptime-legend-dot.up{background:#99e6d0}.tech-uptime-legend-dot.down{background:#f5a0a0}.tech-uptime-bars{gap:var(--space-3);align-items:flex-end;height:160px;display:flex}.tech-uptime-bar-col{align-items:center;gap:var(--space-2);flex-direction:column;flex:1;display:flex}.tech-uptime-bar-stack{flex-direction:column;flex:1;justify-content:flex-end;width:100%;display:flex}.tech-uptime-bar-up{background:#99e6d0;border-radius:3px 3px 0 0;min-height:0;transition:height .3s}.tech-uptime-bar-down{background:#f5a0a0;border-radius:3px 3px 0 0;min-height:0;transition:height .3s}.tech-uptime-bar-label{color:var(--text2);font-size:.75rem}.tech-website-cards{gap:var(--space-5);flex-wrap:wrap;display:flex}.tech-website-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);width:380px;overflow:hidden}.tech-website-card-preview{color:#ffffff4d;background:#1a1a2e;justify-content:center;align-items:center;width:100%;height:160px;font-size:.8rem;display:flex}.tech-website-card-body{padding:var(--space-4)}.tech-website-card-domain{margin-bottom:var(--space-2);font-size:1rem;font-weight:600}.tech-website-card-status-row{align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);display:flex}.tech-website-card-monitoring{color:var(--text2);font-size:.8rem}.tech-website-card-active{color:#22c55e;text-transform:uppercase;font-size:.8rem;font-weight:700}.tech-website-card-paused{color:var(--text3);text-transform:uppercase;font-size:.8rem;font-weight:700}.tech-pause-btn{padding:var(--space-1) var(--space-3);border-radius:var(--radius);cursor:pointer;background:var(--text);color:var(--bg);border:none;font-size:.78rem;font-weight:600}.tech-website-card-meta{align-items:center;gap:var(--space-3);color:var(--text3);border-top:1px solid var(--border);padding-top:var(--space-3);margin-top:var(--space-2);font-size:.75rem;display:flex}.tech-added-by-avatar{background:var(--mod-tech);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.65rem;font-weight:700;display:flex}.tech-darkweb-header{margin-bottom:var(--space-3);justify-content:space-between;align-items:center;display:flex}.tech-darkweb-title{font-size:1.3rem;font-weight:700}.tech-darkweb-controls{align-items:center;gap:var(--space-3);display:flex}.tech-toggle-switch{cursor:pointer;width:44px;height:24px;position:relative}.tech-toggle-switch input{display:none}.tech-toggle-track{background:var(--border);transition:background var(--duration);border-radius:12px;position:absolute;inset:0}.tech-toggle-switch input:checked+.tech-toggle-track{background:#2aa198}.tech-toggle-thumb{width:20px;height:20px;transition:left var(--duration);background:#fff;border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.tech-toggle-switch input:checked~.tech-toggle-thumb{left:22px}.tech-toggle-label{color:var(--text2);font-size:.8rem;font-weight:500}.tech-darkweb-desc{color:var(--text2);max-width:700px;margin-bottom:var(--space-5);font-size:.85rem;line-height:1.5}.tech-darkweb-subtabs{border-bottom:2px solid var(--border);margin-bottom:var(--space-5);display:flex}.tech-darkweb-subtab{padding:var(--space-2) var(--space-5);color:var(--text2);cursor:pointer;align-items:center;gap:var(--space-2);transition:all var(--duration);background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;font-size:.9rem;font-weight:500;display:flex}.tech-darkweb-subtab.active{color:var(--text);border-bottom-color:var(--text);font-weight:600}.tech-darkweb-subtab-count{background:var(--danger);color:#fff;text-align:center;border-radius:10px;min-width:18px;padding:1px 7px;font-size:.7rem;font-weight:700}.tech-darkweb-subtab-count.zero{background:var(--bg3);color:var(--text3)}.tech-darkweb-layout{gap:var(--space-5);grid-template-columns:1fr 380px;align-items:start;display:grid}@media (width<=900px){.tech-darkweb-layout{grid-template-columns:1fr}}.tech-darkweb-main{min-height:200px}.tech-darkweb-sidebar{gap:var(--space-4);flex-direction:column;display:flex}.tech-darkweb-stat-grid{gap:var(--space-3);grid-template-columns:1fr 1fr;display:grid}.tech-darkweb-stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4);text-align:center}.tech-darkweb-stat-value{margin-bottom:2px;font-size:1.5rem;font-weight:700}.tech-darkweb-stat-label{color:var(--text2);text-transform:capitalize;font-size:.72rem}.tech-darkweb-chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-4)}.tech-darkweb-chart-title{margin-bottom:var(--space-3);font-size:.9rem;font-weight:600}.tech-darkweb-pie-container{align-items:center;gap:var(--space-4);display:flex}.tech-darkweb-pie-legend{gap:var(--space-2);flex-direction:column;display:flex}.tech-darkweb-pie-legend-item{align-items:center;gap:6px;font-size:.8rem;display:flex}.tech-darkweb-pie-legend-dot{border-radius:2px;width:12px;height:12px}.tech-breach-month-chart{align-items:flex-end;gap:var(--space-2);height:80px;margin-top:var(--space-3);display:flex}.tech-breach-month-bar{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex}.tech-breach-month-fill{background:#2aa198;border-radius:2px;width:100%;min-height:0;transition:height .3s}.tech-breach-month-label{color:var(--text3);font-size:.65rem}.tech-breach-month-line{width:100%;height:80px;position:relative}.tech-breach-month-line-track{background:var(--border);height:1px;position:absolute;bottom:0;left:0;right:0}.tech-breach-month-dot{background:#2aa198;border-radius:50%;width:6px;height:6px;position:absolute;transform:translate(-50%,50%)}.tech-zen-empty{padding:var(--space-8) 0;color:var(--text3);flex-direction:column;justify-content:center;align-items:center;display:flex}.tech-zen-empty svg{margin-bottom:var(--space-3)}.tech-zen-empty span{font-size:.9rem}.tech-campaigns-filter{margin-bottom:var(--space-5);justify-content:space-between;align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}.tech-campaigns-filter-left,.tech-campaigns-filter-right{align-items:center;gap:var(--space-3);display:flex}.tech-archive-toggle{align-items:center;gap:var(--space-2);color:var(--text2);font-size:.82rem;display:flex}.tech-archive-toggle-track{background:var(--border);cursor:pointer;width:36px;height:20px;transition:background var(--duration);border-radius:10px;position:relative}.tech-archive-toggle-track.active{background:var(--text)}.tech-archive-toggle-thumb{width:16px;height:16px;transition:left var(--duration);background:#fff;border-radius:50%;position:absolute;top:2px;box-shadow:0 1px 2px #00000026}.tech-campaigns-empty{text-align:center;padding:var(--space-8) 0;color:#2aa198;font-size:.95rem;font-weight:500}.tech-campaign-search{align-items:center;gap:var(--space-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-2) var(--space-3);width:200px;font-size:.85rem;display:flex}.tech-campaign-search input{color:var(--text);background:0 0;border:none;outline:none;flex:1;font-size:.85rem}.tech-mod{max-width:1200px}.tech-header{margin-bottom:var(--space-4)}.tech-header h2{font-size:1.5rem}.tech-tabs{gap:var(--space-1);border-bottom:1px solid var(--border);padding-bottom:var(--space-2);margin-bottom:var(--space-5);display:flex;overflow-x:auto}.tech-tabs::-webkit-scrollbar{display:none}.tech-tab{align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border-radius:var(--radius-full);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);background:0 0;border:none;font-size:.85rem;font-weight:500;display:flex}.tech-tab:hover{color:var(--text);background:var(--bg3)}.tech-tab.active{color:var(--text);border-bottom:2px solid var(--text);background:0 0;border-radius:0;font-weight:600}.tech-content{min-height:300px}.status-up{color:#22c55e;background:#22c55e1a}.status-down{color:#ef4444;background:#ef44441a}.status-degraded{color:#f59e0b;background:#f59e0b1a}.status-unknown{background:var(--bg4);color:var(--text3)}.status-acknowledged{color:#3b82f6;background:#3b82f61a}.status-resolved{color:#22c55e;background:#22c55e1a}.severity-critical{color:#ef4444;background:#ef44441a}.severity-warning{color:#f59e0b;background:#f59e0b1a}.severity-info{color:#3b82f6;background:#3b82f61a}.vt{background:var(--bg3);border:1px solid var(--border);border-radius:var(--radius-full);margin-top:var(--space-5);margin-bottom:var(--space-1);align-items:center;gap:2px;padding:3px;display:inline-flex}.vt__btn{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);color:var(--text3);letter-spacing:.01em;cursor:pointer;transition:background var(--duration) var(--ease), color var(--duration) var(--ease);white-space:nowrap;background:0 0;border:none;font-size:.78rem;font-weight:600;display:flex}.vt__btn:hover{color:var(--text2);background:var(--surface-hover)}.vt__btn--active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.vt__btn--active:hover{background:var(--surface);color:var(--text)}[data-theme=dark] .vt__btn--active{box-shadow:0 1px 3px #00000040}.fp2-page{background-color:var(--faith-bg);min-height:100%;color:var(--faith-on-surface);padding:var(--space-10) var(--space-10) var(--space-16)}.fp2-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:block}.fp2-label--primary{color:var(--faith-primary)}.fp2-label--on-primary{color:var(--faith-on-primary-container);opacity:.85}.fp2-label--fixed{color:var(--faith-primary-fixed-dim)}.fp2-hero{margin-bottom:4rem}.fp2-hero__title{letter-spacing:-.04em;color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Manrope,DM Sans,sans-serif;font-size:3rem;font-weight:800;line-height:1}.fp2-hero__subtitle{color:var(--faith-outline);font-family:Manrope,DM Sans,sans-serif;font-size:1.05rem;font-weight:300}.fp2-pulse{background:var(--faith-surface-container-low);border-radius:var(--radius-xl);margin-bottom:4rem;padding:2rem}.fp2-pulse__header{justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;display:flex}.fp2-pulse__title{letter-spacing:-.02em;color:var(--faith-on-surface);margin-bottom:.25rem;font-family:Manrope,DM Sans,sans-serif;font-size:1.2rem;font-weight:700}.fp2-pulse__desc{color:var(--faith-outline);font-family:Manrope,DM Sans,sans-serif;font-size:.875rem;font-weight:300}.fp2-pulse__bars{justify-content:space-between;align-items:flex-end;gap:2rem;height:16rem;display:flex}.fp2-pulse__bar-wrap{flex-direction:column;flex:1;align-items:center;gap:1rem;height:100%;display:flex}.fp2-pulse__bar-track{background:var(--faith-surface-container-highest);border-radius:9999px;flex:1;width:100%;position:relative;overflow:hidden}.fp2-pulse__bar-fill{background:var(--faith-primary);opacity:.9;border-radius:9999px;width:100%;transition:height .8s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.fp2-salat{margin-bottom:4rem}.fp2-salat__title{letter-spacing:-.03em;color:var(--faith-on-surface);margin-bottom:2rem;font-family:Manrope,DM Sans,sans-serif;font-size:1.5rem;font-weight:700}.fp2-salat__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.fp2-salat__card{background:var(--faith-surface-container-lowest);border-radius:var(--radius-lg);box-shadow:var(--shadow-xs);border-left:4px solid;padding:1.5rem}.fp2-salat__card--done{border-left-color:var(--faith-primary)}.fp2-salat__card--pending{border-left-color:var(--faith-outline-variant);background:var(--faith-surface-container-low)}.fp2-salat__card-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.fp2-salat__icon--done{color:var(--faith-primary)}.fp2-salat__icon--pending{color:var(--faith-outline)}.fp2-salat__name{letter-spacing:-.02em;color:var(--faith-on-surface);margin-bottom:.25rem;font-family:Manrope,DM Sans,sans-serif;font-size:1.2rem;font-weight:700}.fp2-salat__subtitle{color:var(--faith-outline);font-family:Manrope,DM Sans,sans-serif;font-size:.8rem;font-weight:300}.fp2-editorial{grid-template-columns:3fr 4fr;gap:2rem;margin-bottom:4rem;display:grid}.fp2-editorial__left{flex-direction:column;gap:2rem;display:flex}.fp2-zakat-card{background:var(--faith-primary-container);border-radius:var(--radius-xl);padding:2rem;position:relative;overflow:hidden}.fp2-zakat-card__amount{letter-spacing:-.04em;color:var(--faith-on-primary-container);margin:1rem 0 .5rem;font-family:Manrope,DM Sans,sans-serif;font-size:2.5rem;font-weight:800}.fp2-zakat-card__desc{color:var(--faith-on-primary-container);opacity:.8;margin-bottom:2rem;font-family:Manrope,DM Sans,sans-serif;font-size:.875rem;font-weight:300}.fp2-zakat-card__icon-bg{color:var(--faith-on-primary-container);opacity:.1;pointer-events:none;position:absolute;bottom:-1.5rem;right:-1.5rem}.fp2-ramadan-card{background:var(--faith-surface-container-high);border-radius:var(--radius-xl);border-left:4px solid var(--faith-tertiary);padding:2rem}.fp2-ramadan-card__body{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.fp2-ramadan-card__days{letter-spacing:-.04em;color:var(--faith-on-surface);margin-bottom:.25rem;font-family:Manrope,DM Sans,sans-serif;font-size:2.5rem;font-weight:800}.fp2-ramadan-card__subtitle{color:var(--faith-outline);font-family:Manrope,DM Sans,sans-serif;font-size:.875rem;font-weight:300}.fp2-ramadan-card__icon{color:var(--faith-tertiary);flex-shrink:0}.fp2-hajj-card{border-radius:var(--radius-xl);background:#0f1e24;min-height:400px;position:relative;overflow:hidden}.fp2-hajj-card__image{opacity:.85;background:linear-gradient(145deg,#0f2a35 0%,#1a3a4a 35%,#0d2230 70%,#061418 100%);transition:transform .7s;position:absolute;inset:0}.fp2-hajj-card:hover .fp2-hajj-card__image{transform:scale(1.04)}.fp2-hajj-card__overlay{background:linear-gradient(#0000 40%,#061418f2 100%);flex-direction:column;justify-content:flex-end;padding:2.5rem;display:flex;position:absolute;inset:0}.fp2-hajj-card__eyebrow{color:var(--faith-primary-fixed-dim);align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.fp2-hajj-card__eyebrow .fp2-label{display:inline}.fp2-hajj-card__title{letter-spacing:-.04em;color:#fff;margin-bottom:1rem;font-family:Manrope,DM Sans,sans-serif;font-size:1.875rem;font-weight:800;line-height:1.2}.fp2-hajj-card__body{color:#c8dce6d9;max-width:28rem;margin-bottom:2rem;font-family:Manrope,DM Sans,sans-serif;font-size:.875rem;font-weight:300;line-height:1.6}.fp2-pill-btn{text-transform:uppercase;letter-spacing:.15em;cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:6px;padding:8px 24px;font-family:Manrope,DM Sans,sans-serif;font-size:11px;font-weight:700;transition:opacity .2s;display:inline-flex}.fp2-pill-btn:hover{opacity:.88}.fp2-pill-btn--dark{background:var(--faith-on-primary-container);color:#fff}.fp2-pill-btn--white{color:#0f1e24;background:#fff}.fp2-footer{border-top:1px solid var(--faith-surface-container-high);text-transform:uppercase;letter-spacing:.2em;color:var(--faith-outline);justify-content:space-between;align-items:center;padding-top:3rem;font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:flex}.fp2-footer__links{gap:2rem;display:flex}.fp2-footer__links a{color:var(--faith-outline);text-decoration:none;transition:color .2s}.fp2-footer__links a:hover{color:var(--faith-primary)}.pd-page{max-width:1000px}.pd-header{margin-bottom:var(--space-6);padding-left:var(--space-1);border-left:3px solid var(--pd-color,var(--primary));padding-left:var(--space-3);flex-direction:column;gap:2px;display:flex}.pd-header__name{color:var(--text);letter-spacing:-.01em;font-size:1.35rem;font-weight:700}.pd-header__stewardship{color:var(--text3);text-transform:uppercase;letter-spacing:.04em;font-size:.8rem;font-weight:500}.pd-header__root{color:var(--pd-color,var(--primary));font-size:.8rem;font-weight:500}.pd-table-wrap{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);overflow-x:auto}.pd-table{border-collapse:collapse;width:100%;font-size:.85rem}.pd-th{padding:var(--space-3) var(--space-4);text-align:left;letter-spacing:.08em;text-transform:uppercase;color:var(--text3);background:var(--bg3);border-bottom:1px solid var(--border);white-space:nowrap;font-size:.7rem;font-weight:700}.pd-th--aspect{width:16%;min-width:120px}.pd-th--necessities{width:30%;color:var(--text2)}.pd-th--needs{color:#4a8ab5;width:30%}.pd-th--embelishments{color:#8e7ab5;width:24%}.pd-tr{transition:background .1s}.pd-tr:hover td{background:var(--surface-hover)}.pd-tr--first td{border-top:1px solid var(--border)}.pd-tr--first:first-child td{border-top:none}.pd-td{padding:var(--space-2) var(--space-4);vertical-align:top;border-bottom:1px solid var(--bg3);color:var(--text2);line-height:1.5}.pd-td--aspect{color:var(--pd-color,var(--text));vertical-align:middle;border-right:1px solid var(--border);background:var(--bg3);font-size:.82rem;font-weight:600}.pd-td--necessity{color:var(--text)}.pd-td--need{color:var(--text2)}.pd-td--embelishment{color:var(--text3);font-style:italic}.pd-td--placeholder{color:var(--text3);text-align:center;padding:var(--space-4);font-style:italic}.pd-td--empty{color:var(--text3);text-align:center;padding:var(--space-8);font-style:italic}.pd-coming-soon{margin-top:var(--space-4);color:var(--text3);text-align:center;font-size:.8rem}.pd-error{color:var(--text3);padding:var(--space-8);text-align:center}[data-theme=dark] .pd-th,[data-theme=dark] .pd-td--aspect{background:var(--bg3)}.qc-page{background:var(--faith-bg);min-height:100vh;font-family:Manrope,DM Sans,sans-serif}.qc-header{-webkit-backdrop-filter:blur(20px);z-index:40;border-bottom:1px solid var(--faith-surface-container-high);background:#f6f9ffd9;position:sticky;top:0}.qc-header__inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:1.25rem 3rem;display:flex}.qc-header__left{align-items:center;gap:3rem;display:flex}.qc-header__title{color:var(--qc-slate);letter-spacing:-.02em;font-size:1.25rem;font-weight:800}.qc-header__tabs{gap:2rem;display:flex}.qc-header__tab{color:var(--faith-outline);letter-spacing:-.01em;padding-bottom:.25rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.qc-header__tab--active{color:var(--qc-slate);border-bottom:2px solid var(--qc-gold)}.qc-header__tab:hover:not(.qc-header__tab--active){color:var(--qc-gold)}.qc-search{position:relative}.qc-search__icon{color:var(--faith-outline);position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.qc-search__input{background:var(--faith-surface-container-low);width:16rem;color:var(--faith-on-surface);border:none;border-radius:9999px;outline:none;padding:.5rem 1rem .5rem 2.25rem;font-family:Manrope,sans-serif;font-size:.875rem}.qc-search__input:focus{box-shadow:0 0 0 2px var(--qc-gold)}.qc-canvas{max-width:1440px;margin:0 auto;padding:3rem}.qc-hero{grid-template-columns:5fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.qc-verse-card{background:var(--qc-slate);color:#fff;border-radius:2rem;flex-direction:column;justify-content:space-between;min-height:400px;padding:3rem;display:flex}.qc-badge{letter-spacing:.15em;text-transform:uppercase;color:#fff;background:#c5a05933;border:1px solid #c5a0594d;border-radius:9999px;margin-bottom:2rem;padding:.375rem 1rem;font-size:.6875rem;font-weight:700;display:inline-block}.qc-verse-card__quote{letter-spacing:-.02em;max-width:40rem;margin-bottom:1.5rem;font-size:2rem;font-weight:800;line-height:1.25}.qc-verse-card__ref{color:var(--qc-mint);font-size:1.125rem;font-style:italic;font-weight:500}.qc-verse-card__actions{gap:1rem;margin-top:2rem;display:flex}.qc-btn{cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:opacity .2s;display:inline-flex}.qc-btn--gold{background:var(--qc-gold);color:#141c23}.qc-btn--gold:hover{opacity:.9}.qc-btn--outline{color:#fff;background:0 0;border:1px solid #fff3}.qc-btn--outline:hover{background:#ffffff1a}.qc-momentum{background:#e8dcc41a;border:1px solid #e8dcc433;border-radius:2rem;flex-direction:column;justify-content:center;padding:2rem;display:flex}.qc-momentum__label{text-transform:uppercase;letter-spacing:.15em;color:var(--qc-gold);margin-bottom:1.5rem;font-size:.6875rem;font-weight:700}.qc-momentum__stats{flex-direction:column;gap:2rem;display:flex}.qc-momentum__item{flex-direction:column;gap:.5rem;display:flex}.qc-momentum__meta{color:var(--qc-slate);justify-content:space-between;font-size:.75rem;font-weight:700;display:flex}.qc-progress-track{background:var(--faith-surface-container);border-radius:9999px;height:6px;overflow:hidden}.qc-progress-fill{border-radius:9999px;height:100%}.qc-progress-fill--slate{background:var(--qc-slate)}.qc-progress-fill--gold{background:var(--qc-gold)}.qc-momentum__streak{padding-top:1rem}.qc-momentum__streak-num{color:var(--qc-slate);font-size:1.5rem;font-weight:900}.qc-momentum__streak-label{text-transform:uppercase;letter-spacing:.1em;color:#3d5a6c80;font-size:.6875rem;font-weight:700}.qc-index{grid-template-columns:8fr 4fr;gap:3rem;display:grid}.qc-index__header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.qc-index__title{letter-spacing:-.03em;color:var(--qc-slate);font-size:1.75rem;font-weight:900}.qc-index__subtitle{color:var(--faith-outline);margin-top:.25rem;font-size:.875rem;font-weight:500}.qc-surah-cards{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.qc-surah-card{background:var(--faith-surface-container-lowest);border-left:4px solid #0000;border-radius:1.5rem;padding:2rem;transition:box-shadow .3s;box-shadow:0 1px 4px #0000000a}.qc-surah-card:hover{box-shadow:0 8px 24px #0000001a}.qc-surah-card--last{border-left-color:var(--qc-gold)}.qc-surah-card--pinned{border-left-color:var(--qc-slate)}.qc-surah-card__top{justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;display:flex}.qc-surah-card__icon{border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.qc-surah-card__icon--gold{color:var(--qc-gold);background:#e8dcc44d}.qc-surah-card__icon--slate{color:var(--qc-slate);background:#70f7f11a}.qc-tag{text-transform:uppercase;letter-spacing:.15em;border-radius:9999px;padding:.25rem .75rem;font-size:.625rem;font-weight:700}.qc-tag--gold{color:var(--qc-gold);background:#e8dcc433}.qc-tag--slate{color:var(--qc-slate);background:#70f7f133}.qc-surah-card__name{color:var(--qc-slate);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.qc-surah-card__sub{color:var(--faith-outline-variant);margin-bottom:1rem;font-size:.8125rem}.qc-link-btn{color:var(--qc-slate);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:Manrope,sans-serif;font-size:.8125rem;font-weight:800;transition:gap .2s;display:inline-flex}.qc-link-btn:hover{gap:.5rem}.qc-surah-list{flex-direction:column;gap:.5rem;display:flex}.qc-surah-list__header{text-transform:uppercase;letter-spacing:.15em;color:#69798899;grid-template-columns:1fr auto auto;gap:2rem;padding:0 1.5rem;font-size:.6875rem;font-weight:900;display:grid}.qc-surah-list__header span:last-child{text-align:right}.qc-surah-row{background:var(--faith-surface-container-low);cursor:pointer;border-radius:1rem;grid-template-columns:1fr auto auto;align-items:center;gap:2rem;padding:1.25rem 1.5rem;transition:background .2s;display:grid}.qc-surah-row:hover{background:var(--faith-surface-container-lowest)}.qc-surah-row__name-col{align-items:center;gap:1rem;display:flex}.qc-surah-row__num{color:var(--faith-outline);width:1.5rem;font-size:.75rem;font-weight:700}.qc-surah-row__name{color:var(--qc-slate);font-size:.9375rem;font-weight:700}.qc-surah-row__english{color:var(--faith-outline);margin-top:.125rem;font-size:.625rem;font-weight:500}.qc-surah-row__type{color:var(--qc-slate);font-size:.875rem;font-weight:600}.qc-surah-row__verses{color:var(--qc-gold);text-align:right;font-size:.875rem;font-weight:700}.qc-index__sidebar{flex-direction:column;gap:3rem;display:flex}.qc-journey{background:var(--faith-surface-container-high);border-radius:2rem;padding:2rem}.qc-journey__title{color:var(--qc-slate);align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:1rem;font-weight:900;display:flex}.qc-journey__steps{flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.qc-journey__step{align-items:center;gap:1rem;display:flex}.qc-journey__dot{border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:.875rem;font-weight:700;display:flex}.qc-journey__dot--done{background:var(--qc-slate);color:#fff}.qc-journey__dot--pending{border:2px dashed var(--qc-gold);color:var(--qc-gold);background:0 0}.qc-journey__step-label{color:var(--qc-slate);font-size:.875rem;font-weight:700}.qc-journey__step-note{color:var(--faith-outline);margin-top:.125rem;font-size:.625rem;font-weight:500}.qc-goal-card{background:#ffffff80;border:1px solid #ffffff80;border-radius:1rem;padding:1.5rem}.qc-goal-card__label{text-transform:uppercase;letter-spacing:.15em;color:#3d5a6c99;margin-bottom:1rem;font-size:.6875rem;font-weight:700}.qc-goal-card__title{color:var(--qc-slate);font-size:.9375rem;font-weight:700}.qc-collections__title{color:var(--qc-slate);margin-bottom:1.5rem;font-size:1rem;font-weight:900}.qc-collections__list{flex-direction:column;gap:1rem;display:flex}.qc-collection-card{cursor:pointer;border-radius:1rem;height:8rem;position:relative;overflow:hidden}.qc-collection-card__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;align-items:center;padding:1.5rem;transition:background .3s;display:flex;position:absolute;inset:0}.qc-collection-card:hover .qc-collection-card__overlay{background:#00000073}.qc-collection-card__label{color:#fff;font-size:1rem;font-weight:700}.hd-page{background:var(--faith-bg);min-height:100vh;font-family:Manrope,DM Sans,sans-serif}.hd-header{-webkit-backdrop-filter:blur(20px);z-index:40;border-bottom:1px solid var(--faith-surface-container-high);background:#f7f8f9cc;position:sticky;top:0}.hd-header__inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:1.5rem 3rem;display:flex}.hd-header__left{align-items:center;gap:3rem;display:flex}.hd-header__title{color:var(--qc-slate);letter-spacing:-.04em;font-size:1.5rem;font-weight:700}.hd-header__tabs{gap:2rem;display:flex}.hd-header__tab{color:#adb3b5;letter-spacing:-.01em;padding-bottom:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.hd-header__tab--active{color:var(--qc-slate);border-bottom:2px solid var(--qc-gold);font-weight:600}.hd-header__tab:hover:not(.hd-header__tab--active){color:var(--qc-gold)}.hd-search{align-items:center;display:flex;position:relative}.hd-search__input{width:16rem;color:var(--faith-on-surface);background:#f1f4f5;border:none;border-radius:9999px;outline:none;padding:.5rem 2.5rem .5rem 1.5rem;font-family:Manrope,sans-serif;font-size:.875rem}.hd-search__input:focus{box-shadow:0 0 0 2px var(--qc-gold)}.hd-search__icon{color:#3d5a6c66;position:absolute;right:1rem}.hd-canvas{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;padding:3rem;display:flex}.hd-hero{grid-template-columns:8fr 4fr;align-items:stretch;gap:2rem;display:grid}.hd-hero__main{background:var(--faith-surface-container-lowest);border:1px solid #adb3b51a;border-radius:2rem;flex-direction:column;justify-content:space-between;min-height:460px;padding:3rem;display:flex;position:relative;overflow:hidden}.hd-hero__bg-icon{opacity:.05;pointer-events:none;color:var(--qc-slate);padding:3rem;position:absolute;top:0;right:0}.hd-hero__content{z-index:1;flex-direction:column;gap:1.5rem;display:flex;position:relative}.hd-hero__meta{align-items:center;gap:.75rem;display:flex}.hd-badge--cream{background:var(--qc-cream);color:var(--qc-slate);text-transform:uppercase;letter-spacing:.15em;border-radius:9999px;padding:.375rem 1rem;font-size:.625rem;font-weight:700;display:inline-block}.hd-hero__ref{color:#3d5a6c66;font-size:.75rem}.hd-hero__quote{color:var(--qc-slate);letter-spacing:-.03em;max-width:40rem;font-size:2rem;font-weight:800;line-height:1.25}.hd-hero__note{color:#3d5a6cb3;max-width:36rem;font-size:1.0625rem;font-style:italic;font-weight:300;line-height:1.6}.hd-hero__footer{z-index:1;border-top:1px solid #f1f4f5;justify-content:space-between;align-items:center;padding-top:3rem;display:flex;position:relative}.hd-hero__actions{gap:1rem;display:flex}.hd-btn{cursor:pointer;border:none;border-radius:.75rem;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:600;transition:opacity .2s;display:inline-flex}.hd-btn--slate{background:var(--qc-slate);color:#fff}.hd-btn--slate:hover{opacity:.9}.hd-btn--light{color:var(--qc-slate);background:#f1f4f5}.hd-btn--light:hover{background:#e8dcc433}.hd-hero__avatars{display:flex}.hd-avatar{border:2px solid #fff;border-radius:9999px;justify-content:center;align-items:center;width:2rem;height:2rem;margin-left:-.75rem;font-size:.625rem;font-weight:700;display:flex}.hd-avatar:first-child{margin-left:0}.hd-avatar--teal{background:var(--faith-primary-container,#70f7f1);color:var(--qc-slate)}.hd-avatar--gold{background:var(--qc-cream);color:var(--qc-slate)}.hd-avatar--count{background:var(--faith-surface-container);color:var(--qc-slate)}.hd-hero__side{flex-direction:column;gap:1.5rem;display:flex}.hd-bento{border-radius:2rem;flex-direction:column;flex:1;justify-content:space-between;padding:2rem;display:flex}.hd-bento--adab{background:#70f7f126;position:relative;overflow:hidden}.hd-bento--scholarship{background:#c5a0591a}.hd-bento__title{color:var(--qc-slate);margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.hd-bento__desc{color:#3d5a6cb3;font-size:.8125rem;line-height:1.5}.hd-bento__icon-wrap{justify-content:flex-end;margin-top:1.5rem;display:flex}.hd-bento__icon{color:#3d5a6c33}.hd-bento__new-label{text-transform:uppercase;letter-spacing:.15em;color:var(--qc-gold);font-size:.625rem;font-weight:700}.hd-bento__play-row{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.hd-play-btn{background:var(--qc-gold);color:#fff;cursor:pointer;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.hd-bento__play-label{color:var(--qc-slate);font-size:.875rem;font-weight:600}.hd-archives__header{justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.hd-archives__title{color:var(--qc-slate);letter-spacing:-.03em;font-size:1.75rem;font-weight:900}.hd-archives__underline{background:var(--qc-gold);border-radius:9999px;width:3rem;height:4px;margin-top:.5rem}.hd-archives__browse{color:var(--qc-gold);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;font-weight:700;text-decoration:none}.hd-archives__browse:hover{text-decoration:underline}.hd-archives__grid{grid-template-columns:repeat(5,1fr);gap:1.5rem;display:grid}.hd-cat-card{background:var(--faith-surface-container-low);cursor:pointer;border-radius:1.5rem;padding:2rem;transition:background .2s,transform .2s}.hd-cat-card:hover{background:#fff}.hd-cat-card--featured{border:2px solid #c5a05933}.hd-cat-card__icon{color:var(--qc-slate);margin-bottom:1rem;transition:transform .2s;display:block}.hd-cat-card:hover .hd-cat-card__icon{transform:scale(1.1)}.hd-cat-card__icon--gold{color:var(--qc-gold)}.hd-cat-card__name{color:var(--qc-slate);font-size:.9375rem;font-weight:700}.hd-cat-card__count{color:#3d5a6c80;margin-top:.25rem;font-size:.75rem}.hd-feed-layout{grid-template-columns:8fr 4fr;gap:3rem;display:grid}.hd-feed__title{color:var(--qc-slate);letter-spacing:-.03em;margin-bottom:2rem;font-size:1.75rem;font-weight:900}.hd-feed__list{flex-direction:column;gap:3rem;display:flex}.hd-feed-item{gap:2rem;display:flex}.hd-feed-item__grade{text-align:right;flex-shrink:0;width:6rem}.hd-grade-label{text-transform:uppercase;letter-spacing:.2em;color:var(--qc-gold);margin-bottom:.5rem;font-size:.625rem;font-weight:700;display:block}.hd-grade-badge{text-transform:uppercase;border-radius:.125rem;padding:.25rem .5rem;font-size:.5625rem;font-weight:900;display:inline-block}.hd-grade-badge--sahih{color:#006a67;background:#9cf1ed80}.hd-grade-badge--hassan{background:var(--qc-cream);color:var(--qc-slate)}.hd-feed-item__body{border-bottom:1px solid #f1f4f5;flex-direction:column;flex:1;gap:1rem;padding-bottom:3rem;display:flex}.hd-feed-item:last-child .hd-feed-item__body{border-bottom:none}.hd-feed-item__quote{color:var(--qc-slate);font-size:1.125rem;font-weight:500;line-height:1.6}.hd-feed-item__meta{color:#3d5a6c80;align-items:center;gap:1.5rem;font-size:.75rem;display:flex}.hd-feed-item__actions{opacity:0;gap:1rem;margin-left:auto;transition:opacity .2s;display:flex}.hd-feed-item:hover .hd-feed-item__actions{opacity:1}.hd-feed-item__action-icon{cursor:pointer;color:#3d5a6c80;transition:color .2s}.hd-feed-item__action-icon:hover{color:var(--qc-gold)}.hd-sidebar{flex-direction:column;gap:2rem;display:flex}.hd-insight-card{background:var(--faith-surface-container-high);border-radius:2rem;padding:2rem;position:relative;overflow:hidden}.hd-insight-card__bg{opacity:.08;background:linear-gradient(135deg,#3d5a6c 0%,#1a2f3a 100%);position:absolute;inset:0}.hd-insight-card__content{z-index:1;flex-direction:column;gap:1rem;display:flex;position:relative}.hd-insight-card__label{text-transform:uppercase;letter-spacing:.15em;color:var(--qc-gold);font-size:.625rem;font-weight:900}.hd-insight-card__quote{color:var(--qc-slate);font-size:.875rem;font-style:italic;font-weight:600;line-height:1.6}.hd-insight-card__attr{color:#3d5a6c99;font-size:.75rem}.hd-trending-card{background:#fff;border-radius:2rem;padding:2rem;box-shadow:0 1px 4px #0000000a}.hd-trending-card__title{text-transform:uppercase;letter-spacing:.15em;color:var(--qc-slate);margin-bottom:1.5rem;font-size:.75rem;font-weight:900}.hd-trending-card__tags{flex-wrap:wrap;gap:.5rem;display:flex}.hd-tag{background:var(--faith-bg);color:var(--qc-slate);cursor:pointer;border:1px solid #f1f4f5;border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:500;transition:border-color .2s;display:inline-block}.hd-tag:hover{border-color:var(--qc-gold)}.hd-footer{background:#ecf4fe80;border-top:1px solid #f1f4f5;justify-content:space-between;align-items:center;margin-top:6rem;padding:3rem 0;font-family:Manrope,sans-serif;display:flex}.hd-footer__brand{color:#3d5a6c33;letter-spacing:-.04em;font-size:1.5rem;font-weight:900}.hd-footer__copy{text-transform:uppercase;letter-spacing:.15em;color:#3d5a6c66;font-size:.625rem;font-weight:700}.hd-footer__links{gap:2rem;display:flex}.hd-footer__links a{text-transform:uppercase;letter-spacing:.15em;color:#3d5a6c99;font-size:.625rem;font-weight:700;text-decoration:none;transition:color .2s}.hd-footer__links a:hover{color:var(--qc-gold)}.ik-page{background:var(--faith-bg);min-height:100vh;font-family:Manrope,DM Sans,sans-serif}.ik-header{-webkit-backdrop-filter:blur(20px);z-index:40;border-bottom:1px solid var(--faith-surface-container-high);background:#f7f8f9cc;position:sticky;top:0}.ik-header__inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:1.5rem 3rem;display:flex}.ik-header__left{align-items:center;gap:3rem;display:flex}.ik-header__title{color:var(--qc-slate);letter-spacing:-.04em;font-size:1.5rem;font-weight:700}.ik-header__tabs{gap:2rem;display:flex}.ik-header__tab{color:#adb3b5;letter-spacing:-.01em;padding-bottom:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .3s}.ik-header__tab--active{color:var(--qc-slate);border-bottom:2px solid var(--qc-gold);font-weight:600}.ik-header__tab:hover:not(.ik-header__tab--active){color:var(--qc-gold)}.ik-search{align-items:center;display:flex;position:relative}.ik-search__input{width:16rem;color:var(--faith-on-surface);background:#f1f4f5;border:none;border-radius:9999px;outline:none;padding:.5rem 1.5rem .5rem 2.25rem;font-family:Manrope,sans-serif;font-size:.875rem}.ik-search__input:focus{box-shadow:0 0 0 2px var(--qc-gold)}.ik-search__icon{color:#3d5a6c66;pointer-events:none;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.ik-canvas{flex-direction:column;gap:3rem;max-width:1440px;margin:0 auto;padding:3rem;display:flex}.ik-hero{background:linear-gradient(135deg,#1a2f3a 0%,#253d4e 60%,#1e3545 100%);border-radius:2rem;align-items:flex-end;min-height:340px;display:flex;position:relative;overflow:hidden}.ik-hero__overlay{z-index:1;flex-direction:column;justify-content:flex-end;gap:1rem;width:100%;padding:3rem;display:flex;position:relative}.ik-badge{color:var(--qc-gold);text-transform:uppercase;letter-spacing:.3em;background:#c5a05940;border:1px solid #c5a05980;border-radius:9999px;align-self:flex-start;padding:.375rem 1rem;font-size:.625rem;font-weight:700;display:inline-block}.ik-hero__quote{color:#fff;letter-spacing:-.03em;max-width:44rem;margin:0;font-size:2.25rem;font-style:italic;font-weight:300;line-height:1.25}.ik-hero__attr{color:#e8dcc4d9;margin:0;font-size:.875rem;font-weight:500}.ik-section-header{margin-bottom:2rem}.ik-section-title{color:var(--qc-slate);letter-spacing:-.03em;font-size:2rem;font-weight:900}.ik-section-subtitle{text-transform:uppercase;letter-spacing:.2em;color:#3d5a6c66;font-size:.625rem;font-weight:700}.ik-section-header__row{justify-content:space-between;align-items:baseline;margin-bottom:.5rem;display:flex}.ik-section-underline{background:var(--qc-gold);border-radius:9999px;width:3rem;height:4px;margin-top:.5rem}.ik-paths-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.ik-path-card{background:var(--faith-surface-container-lowest);cursor:pointer;border:1px solid #adb3b51a;border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2rem;transition:box-shadow .2s;display:flex}.ik-path-card:hover{box-shadow:0 8px 24px #00000014}.ik-path-card__icon-wrap{border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.ik-path-card--gold .ik-path-card__icon-wrap{color:var(--qc-gold);background:#c5a0591f}.ik-path-card--teal .ik-path-card__icon-wrap{color:var(--faith-primary,#006a67);background:#70f7f126}.ik-path-card--tertiary .ik-path-card__icon-wrap{color:var(--faith-tertiary,#29638a);background:#cbe6ff80}.ik-path-card__title{color:var(--qc-slate);font-size:1.125rem;font-weight:700;line-height:1.3}.ik-path-card__desc{color:#3d5a6ca6;font-size:.8125rem;line-height:1.55}.ik-path-card__footer{flex-direction:column;gap:.375rem;margin-top:auto;display:flex}.ik-path-card__progress-row{justify-content:space-between;align-items:center;display:flex}.ik-path-card__progress-label{text-transform:uppercase;letter-spacing:.1em;font-size:.625rem;font-weight:700}.ik-path-card--gold .ik-path-card__progress-label{color:var(--qc-gold)}.ik-path-card--teal .ik-path-card__progress-label{color:var(--faith-primary,#006a67)}.ik-path-card--tertiary .ik-path-card__progress-label{color:var(--faith-tertiary,#29638a)}.ik-path-card__pct{font-size:.625rem;font-weight:700}.ik-path-card--gold .ik-path-card__pct{color:var(--qc-gold)}.ik-path-card--teal .ik-path-card__pct{color:var(--faith-primary,#006a67)}.ik-path-card--tertiary .ik-path-card__pct{color:var(--faith-tertiary,#29638a)}.ik-progress-track{background:var(--faith-surface-container);border-radius:9999px;height:4px;overflow:hidden}.ik-progress-fill{border-radius:9999px;height:100%}.ik-progress-fill--gold{background:var(--qc-gold)}.ik-progress-fill--teal{background:var(--faith-primary,#006a67)}.ik-progress-fill--tertiary{background:var(--faith-tertiary,#29638a)}.ik-bottom-layout{grid-template-columns:5fr 7fr;align-items:start;gap:3rem;display:grid}.ik-pursuit__title{color:var(--qc-slate);letter-spacing:-.03em;margin-bottom:.375rem;font-size:1.375rem;font-weight:900}.ik-pursuit__underline{background:var(--qc-gold);border-radius:9999px;width:3rem;height:4px;margin-bottom:2rem}.ik-pursuit__list{flex-direction:column;gap:1rem;display:flex}.ik-pursuit-item{cursor:pointer;border-radius:1.25rem;align-items:center;gap:1.25rem;padding:1rem;transition:background .2s;display:flex}.ik-pursuit-item:hover{background:var(--faith-surface-container-low)}.ik-pursuit-item__thumb{background-position:50%;background-size:cover;border-radius:.75rem;flex-shrink:0;width:4rem;height:4rem;position:relative;overflow:hidden}.ik-play-btn{color:#fff;background:#141c2359;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.ik-pursuit-item:hover .ik-play-btn{background:#c5a0598c}.ik-pursuit-item__info{flex:1;min-width:0}.ik-pursuit-item__title{color:var(--qc-slate);white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:700;overflow:hidden}.ik-pursuit-item__desc{color:#3d5a6c80;margin-top:.2rem;font-size:.75rem;line-height:1.4}.ik-pursuit-item__arrow{color:var(--faith-primary,#006a67);opacity:0;flex-shrink:0;transition:opacity .2s}.ik-pursuit-item:hover .ik-pursuit-item__arrow{opacity:1}.ik-library{background:var(--faith-surface-container-low);border-radius:2rem;padding:2.5rem}.ik-library__header{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.ik-library__title{color:var(--qc-slate);letter-spacing:-.03em;font-size:1.375rem;font-weight:900}.ik-library__browse{color:var(--faith-primary,#006a67);text-transform:uppercase;letter-spacing:.12em;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:700;text-decoration:none;transition:gap .2s;display:inline-flex}.ik-library__browse:hover{gap:.625rem;text-decoration:underline}.ik-library__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ik-book-card{cursor:pointer;transition:transform .2s}.ik-book-card:hover{transform:translateY(-.5rem)}.ik-book-card__cover{aspect-ratio:3/4;background-position:50%;background-size:cover;border-radius:.75rem;margin-bottom:1rem;box-shadow:0 4px 16px #00000024}.ik-book-card__title{color:var(--qc-slate);font-size:.875rem;font-weight:700;line-height:1.3}.ik-book-card__author{text-transform:uppercase;letter-spacing:.1em;color:#3d5a6c73;margin-top:.25rem;font-size:.625rem}.ik-footer{background:#ecf4fe80;border-top:1px solid #f1f4f5;justify-content:space-between;align-items:center;margin-top:2rem;padding:3rem 0;font-family:Manrope,sans-serif;display:flex}.ik-footer__brand{color:#3d5a6c33;letter-spacing:-.04em;font-size:1.5rem;font-weight:900}.ik-footer__copy{text-transform:uppercase;letter-spacing:.15em;color:#3d5a6c66;font-size:.625rem;font-weight:700}.ik-footer__links{gap:2rem;display:flex}.ik-footer__links a{text-transform:uppercase;letter-spacing:.15em;color:#3d5a6c99;font-size:.625rem;font-weight:700;text-decoration:none;transition:color .2s}.ik-footer__links a:hover{color:var(--qc-gold)}.faith-pillar-tabs{gap:var(--space-1);background:var(--bg3);border-radius:var(--radius);width:fit-content;padding:3px;display:flex}.faith-pillar-tab{padding:var(--space-1) var(--space-4);border-radius:var(--radius-sm);color:var(--text2);letter-spacing:.06em;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-family:Manrope,DM Sans,sans-serif;font-size:.8rem;font-weight:600;transition:all .15s;display:inline-flex}.faith-pillar-tab:hover{color:var(--text)}.faith-pillar-tab--active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-xs)}.faith-pillar-tab__dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.fpd{padding:var(--space-2) 0 var(--space-12);flex:1;min-height:0;overflow-y:auto}.fpd__ring-section{align-items:center;gap:var(--space-8);padding:var(--space-6);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:var(--space-6);display:flex}.fpd__ring-svg{flex-shrink:0}.fpd__ring-percent{fill:var(--text);font-family:Manrope,DM Sans,sans-serif;font-size:2rem;font-weight:800}.fpd__ring-label{fill:var(--text3);text-transform:uppercase;letter-spacing:.08em;font-family:Manrope,DM Sans,sans-serif;font-size:.75rem;font-weight:600}.fpd__quote-block{flex:1;min-width:0}.fpd__quote{color:var(--text);margin-bottom:var(--space-3);font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-style:italic;line-height:1.6}.fpd__description{color:var(--text2);font-size:.85rem;line-height:1.6}.fpd__grid{gap:var(--space-4);margin-bottom:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}@media (width<=900px){.fpd__grid{grid-template-columns:1fr}.fpd__ring-section{text-align:center;flex-direction:column}}.fpd__card{gap:var(--space-2);padding:var(--space-5);border-radius:var(--radius-lg);flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex}.fpd__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.fpd__card--necessity{background:var(--text);color:var(--bg)}.fpd__card--necessity .fpd__card-icon{color:#ffffffb3}.fpd__card--necessity .fpd__card-badge{color:#ffffff80}.fpd__card--necessity .fpd__card-desc{color:#ffffffb3}.fpd__card--necessity .fpd__card-cta{color:#fff;background:#ffffff26;border:1px solid #fff3}.fpd__card--necessity .fpd__card-cta:hover{background:#ffffff40}.fpd__card--growth{background:var(--surface);border:1px solid var(--border);color:var(--text)}.fpd__card--growth .fpd__card-icon{color:#4ab8a8}.fpd__card--growth .fpd__card-cta{color:#fff;background:#4ab8a8;border:none}.fpd__card--growth .fpd__card-cta:hover{background:#3da396}.fpd__card--excellence{background:var(--bg2,var(--bg));border:1px solid var(--border);color:var(--text)}.fpd__card--excellence .fpd__card-icon{color:#8b5cf6}.fpd__card--excellence .fpd__card-cta{color:#8b5cf6;background:0 0;border:1px solid #8b5cf6}.fpd__card--excellence .fpd__card-cta:hover{background:#8b5cf614}.fpd__card-icon{flex-shrink:0;width:28px;height:28px}.fpd__card-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--text3);font-size:.65rem;font-weight:700}.fpd__card-title{font-size:1rem;font-weight:700}.fpd__card-desc{color:var(--text2);flex:1;font-size:.8rem;line-height:1.55}.fpd__card-cta{padding:var(--space-2) var(--space-4);border-radius:var(--radius);cursor:pointer;margin-top:var(--space-2);justify-content:center;align-items:center;width:fit-content;font-family:Manrope,DM Sans,sans-serif;font-size:.78rem;font-weight:600;transition:all .15s;display:inline-flex}.fpd__banner{padding:var(--space-8) var(--space-6);border-radius:var(--radius-lg);background:var(--banner-color,var(--text));text-align:center;margin-bottom:var(--space-6);position:relative;overflow:hidden}.fpd__banner:before{content:"";border-radius:inherit;background:linear-gradient(135deg,#00000073 0%,#0003 100%);position:absolute;inset:0}.fpd__banner-headline{color:#fff;margin-bottom:var(--space-2);font-size:1.2rem;font-weight:700;position:relative}.fpd__banner-quote{color:#ffffffd9;max-width:600px;margin:0 auto;font-family:Georgia,Times New Roman,serif;font-size:.85rem;font-style:italic;line-height:1.6;position:relative}.fpd__fab{bottom:var(--space-6);right:var(--space-6);align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);background:var(--text);color:var(--bg);cursor:pointer;box-shadow:var(--shadow-lg,0 8px 24px #0003);z-index:50;border:none;border-radius:999px;font-family:Manrope,DM Sans,sans-serif;font-size:.8rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;position:fixed}.fpd__fab:hover{transform:translateY(-2px);box-shadow:0 12px 32px #00000040}.faith-journal{padding:var(--space-2) 0;max-width:720px}.faith-journal__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-1);display:flex}.faith-journal__title{font-size:1.1rem;font-weight:700}.faith-journal__desc{color:var(--text2);margin-bottom:var(--space-5);font-size:.85rem;line-height:1.5}.faith-journal__compose{gap:var(--space-2);margin-bottom:var(--space-6);flex-direction:column;display:flex}.faith-journal__textarea{width:100%;padding:var(--space-3);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);color:var(--text);resize:vertical;outline:none;font-family:Manrope,DM Sans,sans-serif;font-size:.875rem;line-height:1.6;transition:border-color .15s}.faith-journal__textarea:focus{border-color:var(--primary)}.faith-journal__add{align-self:flex-end;font-size:.8rem}.faith-journal__empty{padding:var(--space-8);text-align:center;color:var(--text3);border:1px dashed var(--border2);border-radius:var(--radius-lg);font-size:.875rem}.faith-journal__list{gap:var(--space-3);flex-direction:column;display:flex}.faith-journal__entry{padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.faith-journal__entry-header{margin-bottom:var(--space-2);justify-content:space-between;align-items:center;display:flex}.faith-journal__entry-date{color:var(--text3);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.faith-journal__entry-remove{color:var(--text3);cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.1rem;line-height:1;transition:color .15s}.faith-journal__entry-remove:hover{color:var(--danger)}.faith-journal__entry-text{color:var(--text);white-space:pre-wrap;font-size:.875rem;line-height:1.65}.journal-panel-overlay{z-index:60;background:#0000004d;position:fixed;inset:0}.journal-panel{background:var(--bg);z-index:61;width:50%;min-width:380px;max-width:720px;animation:journalSlideIn .22s var(--ease);flex-direction:column;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-8px 0 32px #00000026}@keyframes journalSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes journalSlideOut{0%{transform:translate(0)}to{transform:translate(100%)}}.journal-panel--closing{animation:journalSlideOut .22s var(--ease) forwards}.journal-panel__header{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.journal-panel__title{font-size:1rem;font-weight:600}.journal-panel__close{color:var(--text2);cursor:pointer;padding:var(--space-1);background:0 0;border:none;font-size:1.1rem;line-height:1}.journal-panel__close:hover{color:var(--text)}.journal-panel__body{padding:var(--space-6);flex:1;overflow-y:auto}@media (width<=767px){.journal-panel{width:100%;min-width:0;max-width:100%}.fpd__fab{bottom:calc(56px + var(--space-6))}}.faith-dash{--faith-primary:#003636;--faith-on-primary:#fff;--faith-primary-container:#104e4e;--faith-on-primary-container:#87bebd;--faith-primary-fixed:#b4edec;--faith-primary-fixed-dim:#99d1d0;--faith-secondary:#496550;--faith-on-secondary:#fff;--faith-secondary-container:#c8e8cd;--faith-on-secondary-container:#4d6954;--faith-secondary-fixed:#cbead0;--faith-secondary-fixed-dim:#afceb5;--faith-on-secondary-fixed:#052010;--faith-on-secondary-fixed-variant:#324d39;--faith-tertiary:#402b14;--faith-on-tertiary:#fff;--faith-tertiary-container:#594128;--faith-on-tertiary-container:#cfae8d;--faith-tertiary-fixed:#fdb;--faith-tertiary-fixed-dim:#e3c19f;--faith-on-tertiary-fixed:#291803;--faith-on-tertiary-fixed-variant:#5a4229;--faith-bg:#fcf9f6;--faith-surface:#fcf9f6;--faith-surface-container:#f0edea;--faith-surface-container-low:#f6f3f0;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#eae8e5;--faith-surface-container-highest:#e5e2df;--faith-surface-variant:#e5e2df;--faith-on-surface:#1c1c1a;--faith-on-surface-variant:#404848;--faith-outline:#707978;--faith-outline-variant:#bfc8c8;--faith-inverse-surface:#31302f;--faith-error:#ba1a1a;--faith-error-container:#ffdad6;background-color:var(--faith-surface);min-height:100%;color:var(--faith-on-surface);max-width:1400px;padding:3rem}.font-serif{font-family:Noto Serif,serif}.faith-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.faith-label--light{color:var(--faith-secondary-fixed)}.faith-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.375rem 1rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.faith-badge--module{background:var(--faith-primary-container);color:var(--faith-on-primary-container)}.faith-badge--dark{color:var(--faith-on-primary);background:#ffffff1a;border:1px solid #fff3}.faith-badge--secondary{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.faith-badge--tertiary{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.faith-badge--active{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.faith-badge--queued{background:var(--faith-surface-variant);color:var(--faith-on-surface-variant);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.faith-progress-bar{background:var(--faith-surface-variant);border-radius:9999px;height:.5rem;overflow:hidden}.faith-progress-bar--sm{height:4px}.faith-progress-bar--onprimary{background:#ffffff1a}.faith-progress-fill{background:linear-gradient(to right, var(--faith-secondary), var(--faith-primary));border-radius:9999px;height:100%;transition:width .6s}.faith-progress-fill--light{background:var(--faith-secondary-fixed)}.faith-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.faith-header__left{max-width:40rem}.faith-header__left .faith-badge{margin-bottom:1.5rem}.faith-header__title{color:var(--faith-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:3.75rem;font-weight:700;line-height:1.1}.faith-header__verse{border-left:2px solid #0036364d;margin-top:2rem;padding-left:1.5rem}.faith-header__verse p{color:var(--faith-on-surface-variant);opacity:.9;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6}.faith-header__cite{text-transform:uppercase;letter-spacing:.2em;color:#00363699;margin-top:1rem;font-family:Manrope,sans-serif;font-size:11px;font-style:normal;font-weight:700;display:block}.faith-header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.faith-header__pct{color:var(--faith-primary);font-family:Noto Serif,serif;font-size:3rem;font-weight:700;line-height:1}.faith-header__pct-label{text-transform:uppercase;letter-spacing:.15em;color:var(--faith-on-surface-variant);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.faith-header__progress-wrap{width:16rem;margin-top:.25rem}.faith-hero-card{background:var(--faith-primary-container);border-radius:1.5rem;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.faith-hero-card__image{object-fit:cover;opacity:.6;mix-blend-mode:overlay;width:100%;height:100%;position:absolute;inset:0}.faith-hero-card__gradient{background:linear-gradient(#0000,#0000,#003636e6);position:absolute;inset:0}.faith-hero-card__content{z-index:1;position:absolute;bottom:3rem;left:3rem}.faith-hero-card__content .faith-label{color:var(--faith-secondary-fixed);letter-spacing:.4em;margin-bottom:1rem}.faith-hero-card__title{color:var(--faith-on-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.faith-hero-card__desc{color:#fffc;max-width:28rem;margin-bottom:0;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.faith-hero-card__cta{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:transform .3s;display:inline-flex}.faith-hero-card__cta:hover{transform:scale(1.05)}.faith-pillars{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.faith-core-card{background:var(--faith-primary);color:var(--faith-on-primary);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.faith-core-card .faith-badge{margin-bottom:1.5rem}.faith-core-card__title{color:#fff;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.faith-core-card__desc{opacity:.7;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.faith-core-list{flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.faith-core-item{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.faith-core-item--clickable{cursor:pointer;border-radius:.75rem;margin:-.5rem;padding:.5rem;transition:opacity .2s,background .2s}.faith-core-item--clickable:hover{background:#ffffff14}.faith-core-item--growth.faith-core-item--clickable:hover,.faith-core-item--excellence.faith-core-item--clickable:hover{background:var(--faith-surface-container)}.faith-core-item--dim{opacity:.6}.faith-core-item__icon-wrap{width:3rem;height:3rem;color:var(--faith-on-primary);background:#ffffff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.faith-core-item__info{flex:1}.faith-core-item__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.faith-core-item__label{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.faith-core-item__pct{opacity:.6;font-family:Manrope,sans-serif;font-size:11px}.faith-core-list--growth,.faith-core-list--excellence{margin-top:auto}.faith-core-item--growth,.faith-core-item--excellence{color:var(--faith-on-surface)}.faith-core-item--growth .faith-core-item__pct,.faith-core-item--excellence .faith-core-item__pct{opacity:.8;color:var(--faith-on-surface-variant)}.faith-core-item__icon-wrap--growth{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.faith-core-item__icon-wrap--excellence{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.faith-progress-fill--growth{background:linear-gradient(to right, var(--faith-secondary), var(--faith-secondary-container))}.faith-progress-fill--excellence{background:linear-gradient(to right, var(--faith-tertiary), var(--faith-tertiary-fixed-dim))}.faith-pillars__right{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.faith-needs-card{background:var(--faith-surface-container-low);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.faith-needs-card .faith-badge{margin-bottom:1.5rem}.faith-needs-card__title{color:var(--faith-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.faith-needs-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.faith-study-list{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.faith-study-item{background:var(--faith-surface-container-lowest);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.faith-study-item__header{align-items:center;gap:.75rem;display:flex}.faith-study-item__header svg{color:var(--faith-secondary);flex-shrink:0}.faith-study-item__name{color:var(--faith-on-surface);font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.faith-study-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.faith-study-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.faith-study-item__progress{color:var(--faith-primary);font-size:11px;font-weight:700}.faith-excellence-card{background:var(--faith-surface-container-low);border:1px solid #e3c19f33;border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.faith-excellence-card .faith-badge{margin-bottom:1.5rem}.faith-excellence-card__title{color:var(--faith-tertiary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.faith-excellence-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.faith-locked-list{flex-direction:column;gap:1rem;margin-top:auto;display:flex}.faith-locked-item{cursor:pointer;border:1px solid #bfc8c84d;border-radius:1rem;padding:1.5rem;transition:border-color .3s,background .3s}.faith-locked-item:hover{border-color:var(--faith-tertiary-fixed-dim);background:var(--faith-surface)}.faith-locked-item__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.faith-locked-item__header svg:first-child{color:var(--faith-tertiary)}.faith-locked-item__header svg:last-child{color:var(--faith-outline-variant)}.faith-locked-item__title{color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.faith-locked-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.faith-hajj-cta{background:var(--faith-surface-container-highest);border-radius:1.5rem;grid-column:span 2;justify-content:space-between;align-items:center;height:12rem;padding:0 3rem;display:flex;position:relative;overflow:hidden}.faith-hajj-cta__bg{opacity:.1;pointer-events:none;background:radial-gradient(circle at center, var(--faith-primary) 0%, transparent 70%);position:absolute;inset:0;transform:scale(1.5)}.faith-hajj-cta__content{z-index:1;max-width:28rem;position:relative}.faith-hajj-cta__title{color:var(--faith-primary);margin-bottom:.25rem;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:700}.faith-hajj-cta__desc{color:var(--faith-on-surface-variant);font-size:.875rem;line-height:1.5}.faith-hajj-cta__btn{z-index:1;background:var(--faith-surface-container-lowest);color:var(--faith-primary);cursor:pointer;border:1px solid #bfc8c833;border-radius:.75rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:box-shadow .5s;position:relative;box-shadow:0 1px 4px #0000000a}.faith-hajj-cta__btn:hover{box-shadow:0 8px 32px #0000001f}.faith-footer{border-top:1px solid #bfc8c81a;justify-content:space-between;align-items:center;margin-top:6rem;padding-top:3rem;display:flex}.faith-footer__text{align-items:center;gap:1.5rem;display:flex}.faith-footer__text span{text-transform:uppercase;letter-spacing:.5em;color:var(--faith-on-surface-variant);opacity:.5;font-size:10px;font-weight:700}.faith-footer__dot{background:#bfc8c866;border-radius:9999px;width:4px;height:4px}.faith-footer__icons{gap:1rem;display:flex}.faith-footer__icons svg{color:#7079784d;cursor:pointer;transition:color .3s}.faith-footer__icons svg:hover{color:var(--faith-primary)}@media (width<=1024px){.faith-dash{padding:2rem}.faith-header__title{font-size:2.75rem}.faith-pillars{grid-template-columns:minmax(0,1fr)}.faith-pillars__right{grid-template-columns:minmax(0,1fr);min-width:0}.faith-hajj-cta{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:1.5rem;height:auto;padding:2rem}}@media (width<=767px){.faith-dash{padding:1rem}.faith-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.faith-header__right{align-items:flex-start;width:100%}.faith-header__progress-wrap{width:100%}.faith-header__title{font-size:2rem}.faith-header__verse p{font-size:1rem}.faith-hero-card{height:260px;margin-bottom:2rem}.faith-hero-card__content{bottom:1.5rem;left:1.5rem;right:1.5rem}.faith-hero-card__title{font-size:1.5rem}.faith-hero-card__desc{max-width:100%}.faith-pillars{gap:1rem;margin-bottom:2rem}.faith-core-card,.faith-needs-card,.faith-excellence-card{padding:1.25rem}.faith-hajj-cta{padding:1.5rem}.faith-footer{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding-top:1.5rem}}@media (width<=480px){.faith-header__title{font-size:1.625rem}.faith-hero-card{height:220px}.faith-hero-card__title{font-size:1.25rem}}.life-dash{--faith-primary:#003636;--faith-on-primary:#fff;--faith-primary-container:#104e4e;--faith-on-primary-container:#87bebd;--faith-primary-fixed:#b4edec;--faith-primary-fixed-dim:#99d1d0;--faith-secondary:#496550;--faith-on-secondary:#fff;--faith-secondary-container:#c8e8cd;--faith-on-secondary-container:#4d6954;--faith-secondary-fixed:#cbead0;--faith-secondary-fixed-dim:#afceb5;--faith-on-secondary-fixed:#052010;--faith-on-secondary-fixed-variant:#324d39;--faith-tertiary:#402b14;--faith-on-tertiary:#fff;--faith-tertiary-container:#594128;--faith-on-tertiary-container:#cfae8d;--faith-tertiary-fixed:#fdb;--faith-tertiary-fixed-dim:#e3c19f;--faith-on-tertiary-fixed:#291803;--faith-on-tertiary-fixed-variant:#5a4229;--faith-bg:#fcf9f6;--faith-surface:#fcf9f6;--faith-surface-container:#f0edea;--faith-surface-container-low:#f6f3f0;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#eae8e5;--faith-surface-container-highest:#e5e2df;--faith-surface-variant:#e5e2df;--faith-on-surface:#1c1c1a;--faith-on-surface-variant:#404848;--faith-outline:#707978;--faith-outline-variant:#bfc8c8;--faith-inverse-surface:#31302f;--faith-error:#ba1a1a;--faith-error-container:#ffdad6;background-color:var(--faith-surface);min-height:100%;color:var(--faith-on-surface);max-width:1400px;padding:3rem}.life-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.life-label--light{color:var(--faith-secondary-fixed)}.life-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.375rem 1rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.life-badge--module{background:var(--faith-primary-container);color:var(--faith-on-primary-container)}.life-badge--dark{color:var(--faith-on-primary);background:#ffffff1a;border:1px solid #fff3}.life-badge--secondary{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.life-badge--tertiary{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.life-badge--active{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.life-progress-bar{background:var(--faith-surface-variant);border-radius:9999px;height:.5rem;overflow:hidden}.life-progress-bar--sm{height:4px}.life-progress-bar--onprimary{background:#ffffff1a}.life-progress-fill{background:linear-gradient(to right, var(--faith-secondary), var(--faith-primary));border-radius:9999px;height:100%;transition:width .6s}.life-progress-fill--light{background:var(--faith-secondary-fixed)}.life-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.life-header__left{max-width:40rem}.life-header__left .life-badge{margin-bottom:1.5rem}.life-header__title{color:var(--faith-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:3.75rem;font-weight:700;line-height:1.1}.life-header__verse{border-left:4px solid #4965504d;margin-top:2rem;padding-left:1.5rem}.life-header__verse p{color:var(--faith-on-surface-variant);opacity:.9;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6}.life-header__cite{text-transform:uppercase;letter-spacing:.15em;color:#00363699;margin-top:1rem;font-family:Manrope,sans-serif;font-size:.875rem;font-style:normal;font-weight:700;display:block}.life-header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.life-header__pct{color:var(--faith-primary);font-family:Noto Serif,serif;font-size:3rem;font-weight:700;line-height:1}.life-header__pct-label{text-transform:uppercase;letter-spacing:.15em;color:var(--faith-on-surface-variant);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.life-header__progress-wrap{width:16rem;margin-top:.25rem}.life-hero-card{background:var(--faith-primary-container);border-radius:1.5rem;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.life-hero-card__image{object-fit:cover;opacity:.6;mix-blend-mode:overlay;width:100%;height:100%;position:absolute;inset:0}.life-hero-card__gradient{background:linear-gradient(#0000,#0000,#003636e6);position:absolute;inset:0}.life-hero-card__content{z-index:1;position:absolute;bottom:3rem;left:3rem}.life-hero-card__content .life-label{color:var(--faith-secondary-fixed);letter-spacing:.4em;margin-bottom:1rem}.life-hero-card__title{color:var(--faith-on-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.life-hero-card__desc{color:#fffc;max-width:28rem;margin-bottom:0;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.life-hero-card__cta{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:transform .3s;display:inline-flex}.life-hero-card__cta:hover{transform:scale(1.05)}.life-pillars{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.life-core-card{background:var(--faith-primary);color:var(--faith-on-primary);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.life-core-card .life-badge{margin-bottom:1.5rem}.life-core-card__title{color:#fff;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.life-core-card__desc{opacity:.7;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.life-core-list{flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.life-core-item{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.life-core-item--dim{opacity:.6}.life-core-item--clickable{cursor:pointer;border-radius:.75rem;margin:-.5rem;padding:.5rem;transition:opacity .2s,background .2s}.life-core-item--clickable:hover{background:#ffffff14}.life-core-item--growth.life-core-item--clickable:hover,.life-core-item--excellence.life-core-item--clickable:hover{background:var(--faith-surface-container)}.life-core-list--growth,.life-core-list--excellence{margin-top:auto}.life-core-item--growth,.life-core-item--excellence{color:var(--faith-on-surface)}.life-core-item--growth .life-core-item__pct,.life-core-item--excellence .life-core-item__pct{opacity:.8;color:var(--faith-on-surface-variant)}.life-core-item__icon-wrap--growth{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.life-core-item__icon-wrap--excellence{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.life-progress-fill--growth{background:linear-gradient(to right, var(--faith-secondary), var(--faith-secondary-container))}.life-progress-fill--excellence{background:linear-gradient(to right, var(--faith-tertiary), var(--faith-tertiary-fixed-dim))}.life-core-item__icon-wrap{width:3rem;height:3rem;color:var(--faith-on-primary);background:#ffffff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.life-core-item__info{flex:1}.life-core-item__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.life-core-item__label{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.life-core-item__pct{opacity:.6;font-family:Manrope,sans-serif;font-size:11px}.life-pillars__right{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.life-needs-card{background:var(--faith-surface-container-low);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.life-needs-card .life-badge{margin-bottom:1.5rem}.life-needs-card__title{color:var(--faith-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.life-needs-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.life-study-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.life-study-item{background:var(--faith-surface-container-lowest);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.life-study-item__header{align-items:center;gap:.75rem;display:flex}.life-study-item__header svg{color:var(--faith-secondary);flex-shrink:0}.life-study-item__name{color:var(--faith-on-surface);font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.life-study-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.life-study-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.life-study-item__progress{color:var(--faith-primary);font-size:11px;font-weight:700}.life-excellence-card{background:var(--faith-surface-container-low);border:1px solid #e3c19f33;border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.life-excellence-card .life-badge{margin-bottom:1.5rem}.life-excellence-card__title{color:var(--faith-tertiary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.life-excellence-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.life-locked-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.life-locked-item{cursor:pointer;border:1px solid #bfc8c84d;border-radius:1rem;padding:1.5rem;transition:border-color .3s,background .3s}.life-locked-item:hover{border-color:var(--faith-tertiary-fixed-dim);background:var(--faith-surface)}.life-locked-item__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.life-locked-item__header svg:first-child{color:var(--faith-tertiary)}.life-locked-item__header svg:last-child{color:var(--faith-outline-variant)}.life-locked-item__title{color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.life-locked-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.life-audit-cta{background:var(--faith-surface-container-highest);border-radius:1.5rem;grid-column:span 2;justify-content:space-between;align-items:center;height:12rem;padding:0 3rem;display:flex;position:relative;overflow:hidden}.life-audit-cta__bg{opacity:.1;pointer-events:none;background:radial-gradient(circle at center, var(--faith-primary) 0%, transparent 70%);position:absolute;inset:0;transform:scale(1.5)}.life-audit-cta__content{z-index:1;max-width:28rem;position:relative}.life-audit-cta__title{color:var(--faith-primary);margin-bottom:.25rem;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:700}.life-audit-cta__desc{color:var(--faith-on-surface-variant);font-size:.875rem;line-height:1.5}.life-audit-cta__btn{z-index:1;background:var(--faith-surface-container-lowest);color:var(--faith-primary);cursor:pointer;border:1px solid #bfc8c833;border-radius:.75rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:box-shadow .5s;position:relative;box-shadow:0 1px 4px #0000000a}.life-audit-cta__btn:hover{box-shadow:0 8px 32px #0000001f}.life-footer{border-top:1px solid #bfc8c81a;justify-content:space-between;align-items:center;margin-top:6rem;padding-top:3rem;display:flex}.life-footer__text{align-items:center;gap:1.5rem;display:flex}.life-footer__text span{text-transform:uppercase;letter-spacing:.5em;color:var(--faith-on-surface-variant);opacity:.5;font-size:10px;font-weight:700}.life-footer__dot{background:#bfc8c866;border-radius:9999px;width:4px;height:4px}.life-footer__icons{gap:1rem;display:flex}.life-footer__icons svg{color:#7079784d;cursor:pointer;transition:color .3s}.life-footer__icons svg:hover{color:var(--faith-primary)}@media (width<=1024px){.life-dash{padding:2rem}.life-header__title{font-size:2.75rem}.life-pillars{grid-template-columns:minmax(0,1fr)}.life-pillars__right{grid-template-columns:minmax(0,1fr);min-width:0}.life-audit-cta{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:1.5rem;height:auto;padding:2rem}}@media (width<=767px){.life-dash{padding:1rem}.life-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.life-header__right{align-items:flex-start;width:100%}.life-header__progress-wrap{width:100%}.life-header__title{font-size:2rem}.life-header__verse p{font-size:1rem}.life-hero-card{height:260px;margin-bottom:2rem}.life-hero-card__content{bottom:1.5rem;left:1.5rem;right:1.5rem}.life-hero-card__title{font-size:1.5rem}.life-hero-card__desc{max-width:100%}.life-pillars{gap:1rem;margin-bottom:2rem}.life-core-card,.life-needs-card,.life-excellence-card{padding:1.25rem}.life-audit-cta{padding:1.5rem}.life-footer{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding-top:1.5rem}}@media (width<=480px){.life-header__title{font-size:1.625rem}.life-hero-card{height:220px}.life-hero-card__title{font-size:1.25rem}}.intellect-dash{--faith-primary:#003636;--faith-on-primary:#fff;--faith-primary-container:#104e4e;--faith-on-primary-container:#87bebd;--faith-primary-fixed:#b4edec;--faith-primary-fixed-dim:#99d1d0;--faith-secondary:#496550;--faith-on-secondary:#fff;--faith-secondary-container:#c8e8cd;--faith-on-secondary-container:#4d6954;--faith-secondary-fixed:#cbead0;--faith-secondary-fixed-dim:#afceb5;--faith-on-secondary-fixed:#052010;--faith-on-secondary-fixed-variant:#324d39;--faith-tertiary:#402b14;--faith-on-tertiary:#fff;--faith-tertiary-container:#594128;--faith-on-tertiary-container:#cfae8d;--faith-tertiary-fixed:#fdb;--faith-tertiary-fixed-dim:#e3c19f;--faith-on-tertiary-fixed:#291803;--faith-on-tertiary-fixed-variant:#5a4229;--faith-bg:#fcf9f6;--faith-surface:#fcf9f6;--faith-surface-container:#f0edea;--faith-surface-container-low:#f6f3f0;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#eae8e5;--faith-surface-container-highest:#e5e2df;--faith-surface-variant:#e5e2df;--faith-on-surface:#1c1c1a;--faith-on-surface-variant:#404848;--faith-outline:#707978;--faith-outline-variant:#bfc8c8;--faith-inverse-surface:#31302f;--faith-error:#ba1a1a;--faith-error-container:#ffdad6;background-color:var(--faith-surface);min-height:100%;color:var(--faith-on-surface);max-width:1400px;padding:3rem}.intellect-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.intellect-label--light{color:var(--faith-secondary-fixed)}.intellect-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.375rem 1rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.intellect-badge--module{background:var(--faith-primary-container);color:var(--faith-on-primary-container)}.intellect-badge--dark{color:var(--faith-on-primary);background:#ffffff1a;border:1px solid #fff3}.intellect-badge--secondary{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.intellect-badge--tertiary{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.intellect-badge--active{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.intellect-badge--queued{background:var(--faith-surface-variant);color:var(--faith-on-surface-variant);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.intellect-progress-bar{background:var(--faith-surface-variant);border-radius:9999px;height:.5rem;overflow:hidden}.intellect-progress-bar--sm{height:4px}.intellect-progress-bar--onprimary{background:#ffffff1a}.intellect-progress-fill{background:linear-gradient(to right, var(--faith-secondary), var(--faith-primary));border-radius:9999px;height:100%;transition:width .6s}.intellect-progress-fill--light{background:var(--faith-secondary-fixed)}.intellect-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.intellect-header__left{max-width:40rem}.intellect-header__left .intellect-badge{margin-bottom:1.5rem}.intellect-header__title{color:var(--faith-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:3.75rem;font-weight:700;line-height:1.1}.intellect-header__verse{border-left:2px solid #0036364d;margin-top:2rem;padding-left:1.5rem}.intellect-header__verse p{color:var(--faith-on-surface-variant);opacity:.9;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6}.intellect-header__cite{text-transform:uppercase;letter-spacing:.2em;color:#00363699;margin-top:1rem;font-family:Manrope,sans-serif;font-size:11px;font-style:normal;font-weight:700;display:block}.intellect-header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.intellect-header__pct{color:var(--faith-primary);font-family:Noto Serif,serif;font-size:3rem;font-weight:700;line-height:1}.intellect-header__pct-label{text-transform:uppercase;letter-spacing:.15em;color:var(--faith-on-surface-variant);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.intellect-header__progress-wrap{width:16rem;margin-top:.25rem}.intellect-hero-card{background:var(--faith-primary-container);border-radius:1.5rem;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.intellect-hero-card__image{object-fit:cover;opacity:.6;mix-blend-mode:overlay;width:100%;height:100%;position:absolute;inset:0}.intellect-hero-card__gradient{background:linear-gradient(#0000,#0000,#003636e6);position:absolute;inset:0}.intellect-hero-card__content{z-index:1;position:absolute;bottom:3rem;left:3rem}.intellect-hero-card__content .intellect-label{color:var(--faith-secondary-fixed);letter-spacing:.4em;margin-bottom:1rem}.intellect-hero-card__title{color:var(--faith-on-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.intellect-hero-card__desc{color:#fffc;max-width:28rem;margin-bottom:0;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.intellect-hero-card__cta{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:transform .3s;display:inline-flex}.intellect-hero-card__cta:hover{transform:scale(1.05)}.intellect-pillars{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.intellect-core-card{background:var(--faith-primary);color:var(--faith-on-primary);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.intellect-core-card .intellect-badge{margin-bottom:1.5rem}.intellect-core-card__title{color:#fff;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.intellect-core-card__desc{opacity:.7;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.intellect-core-list{flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.intellect-core-item{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.intellect-core-item--dim{opacity:.6}.intellect-core-item--clickable{cursor:pointer;border-radius:.75rem;margin:-.5rem;padding:.5rem;transition:opacity .2s,background .2s}.intellect-core-item--clickable:hover{background:#ffffff14}.intellect-core-item--growth.intellect-core-item--clickable:hover,.intellect-core-item--excellence.intellect-core-item--clickable:hover{background:var(--faith-surface-container)}.intellect-core-list--growth,.intellect-core-list--excellence{margin-top:auto}.intellect-core-item--growth,.intellect-core-item--excellence{color:var(--faith-on-surface)}.intellect-core-item--growth .intellect-core-item__pct,.intellect-core-item--excellence .intellect-core-item__pct{opacity:.8;color:var(--faith-on-surface-variant)}.intellect-core-item__icon-wrap--growth{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.intellect-core-item__icon-wrap--excellence{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.intellect-progress-fill--growth{background:linear-gradient(to right, var(--faith-secondary), var(--faith-secondary-container))}.intellect-progress-fill--excellence{background:linear-gradient(to right, var(--faith-tertiary), var(--faith-tertiary-fixed-dim))}.intellect-core-item__icon-wrap{width:3rem;height:3rem;color:var(--faith-on-primary);background:#ffffff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.intellect-core-item__info{flex:1}.intellect-core-item__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.intellect-core-item__label{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.intellect-core-item__pct{opacity:.6;font-family:Manrope,sans-serif;font-size:11px}.intellect-pillars__right{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.intellect-needs-card{background:var(--faith-surface-container-low);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.intellect-needs-card .intellect-badge{margin-bottom:1.5rem}.intellect-needs-card__title{color:var(--faith-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.intellect-needs-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.intellect-study-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.intellect-study-item{background:var(--faith-surface-container-lowest);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.intellect-study-item__header{align-items:center;gap:.75rem;display:flex}.intellect-study-item__header svg{color:var(--faith-secondary);flex-shrink:0}.intellect-study-item__name{color:var(--faith-on-surface);font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.intellect-study-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.intellect-study-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.intellect-study-item__progress{color:var(--faith-primary);font-size:11px;font-weight:700}.intellect-queued-item{border:1px solid #bfc8c833;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.intellect-queued-item__label{color:var(--faith-on-surface-variant);opacity:.7;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.intellect-queued-item svg{color:var(--faith-outline-variant)}.intellect-excellence-card{background:var(--faith-surface-container-low);border:1px solid #e3c19f33;border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.intellect-excellence-card .intellect-badge{margin-bottom:1.5rem}.intellect-excellence-card__title{color:var(--faith-tertiary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.intellect-excellence-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.intellect-locked-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.intellect-locked-item{cursor:pointer;border:1px solid #bfc8c84d;border-radius:1rem;padding:1.5rem;transition:border-color .3s,background .3s}.intellect-locked-item:hover{border-color:var(--faith-tertiary-fixed-dim);background:var(--faith-surface)}.intellect-locked-item__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.intellect-locked-item__header svg:first-child{color:var(--faith-tertiary)}.intellect-locked-item__header svg:last-child{color:var(--faith-outline-variant)}.intellect-locked-item__title{color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.intellect-locked-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.intellect-audit-cta{background:var(--faith-surface-container-highest);border:1px solid #bfc8c81a;border-radius:1.5rem;grid-column:span 2;justify-content:space-between;align-items:center;height:12rem;padding:0 3rem;display:flex;position:relative;overflow:hidden}.intellect-audit-cta__bg{opacity:.1;pointer-events:none;background:radial-gradient(circle at center, var(--faith-primary) 0%, transparent 70%);position:absolute;inset:0;transform:scale(1.5)}.intellect-audit-cta__content{z-index:1;max-width:28rem;position:relative}.intellect-audit-cta__title{color:var(--faith-primary);margin-bottom:.25rem;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:700}.intellect-audit-cta__desc{color:var(--faith-on-surface-variant);font-size:.875rem;line-height:1.5}.intellect-audit-cta__btn{z-index:1;background:var(--faith-surface-container-lowest);color:var(--faith-primary);cursor:pointer;border:1px solid #bfc8c833;border-radius:.75rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:box-shadow .5s;position:relative;box-shadow:0 1px 4px #0000000a}.intellect-audit-cta__btn:hover{box-shadow:0 8px 32px #0000001f}.intellect-footer{border-top:1px solid #bfc8c81a;justify-content:space-between;align-items:center;margin-top:6rem;padding-top:3rem;display:flex}.intellect-footer__text{align-items:center;gap:1.5rem;display:flex}.intellect-footer__text span{text-transform:uppercase;letter-spacing:.5em;color:var(--faith-on-surface-variant);opacity:.5;font-size:10px;font-weight:700}.intellect-footer__dot{background:#bfc8c866;border-radius:9999px;width:4px;height:4px}.intellect-footer__icons{gap:1rem;display:flex}.intellect-footer__icons svg{color:#7079784d;cursor:pointer;transition:color .3s}.intellect-footer__icons svg:hover{color:var(--faith-primary)}@media (width<=1024px){.intellect-dash{padding:2rem}.intellect-header__title{font-size:2.75rem}.intellect-pillars{grid-template-columns:minmax(0,1fr)}.intellect-pillars__right{grid-template-columns:minmax(0,1fr);min-width:0}.intellect-audit-cta{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:1.5rem;height:auto;padding:2rem}}@media (width<=767px){.intellect-dash{padding:1rem}.intellect-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.intellect-header__right{align-items:flex-start;width:100%}.intellect-header__progress-wrap{width:100%}.intellect-header__title{font-size:2rem}.intellect-header__verse p{font-size:1rem}.intellect-hero-card{height:260px;margin-bottom:2rem}.intellect-hero-card__content{bottom:1.5rem;left:1.5rem;right:1.5rem}.intellect-hero-card__title{font-size:1.5rem}.intellect-hero-card__desc{max-width:100%}.intellect-pillars{gap:1rem;margin-bottom:2rem}.intellect-core-card,.intellect-needs-card,.intellect-excellence-card{padding:1.25rem}.intellect-audit-cta{padding:1.5rem}.intellect-footer{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding-top:1.5rem}}@media (width<=480px){.intellect-header__title{font-size:1.625rem}.intellect-hero-card{height:220px}.intellect-hero-card__title{font-size:1.25rem}}.family-dash{--faith-primary:#003636;--faith-on-primary:#fff;--faith-primary-container:#104e4e;--faith-on-primary-container:#87bebd;--faith-primary-fixed:#b4edec;--faith-primary-fixed-dim:#99d1d0;--faith-secondary:#496550;--faith-on-secondary:#fff;--faith-secondary-container:#c8e8cd;--faith-on-secondary-container:#4d6954;--faith-secondary-fixed:#cbead0;--faith-secondary-fixed-dim:#afceb5;--faith-on-secondary-fixed:#052010;--faith-on-secondary-fixed-variant:#324d39;--faith-tertiary:#402b14;--faith-on-tertiary:#fff;--faith-tertiary-container:#594128;--faith-on-tertiary-container:#cfae8d;--faith-tertiary-fixed:#fdb;--faith-tertiary-fixed-dim:#e3c19f;--faith-on-tertiary-fixed:#291803;--faith-on-tertiary-fixed-variant:#5a4229;--faith-bg:#fcf9f6;--faith-surface:#fcf9f6;--faith-surface-container:#f0edea;--faith-surface-container-low:#f6f3f0;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#eae8e5;--faith-surface-container-highest:#e5e2df;--faith-surface-variant:#e5e2df;--faith-on-surface:#1c1c1a;--faith-on-surface-variant:#404848;--faith-outline:#707978;--faith-outline-variant:#bfc8c8;--faith-inverse-surface:#31302f;--faith-error:#ba1a1a;--faith-error-container:#ffdad6;background-color:var(--faith-surface);min-height:100%;color:var(--faith-on-surface);max-width:1400px;padding:3rem}.family-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.family-label--light{color:var(--faith-secondary-fixed)}.family-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.375rem 1rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.family-badge--module{background:var(--faith-primary-container);color:var(--faith-on-primary-container)}.family-badge--dark{color:var(--faith-on-primary);background:#ffffff1a;border:1px solid #fff3}.family-badge--secondary{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.family-badge--tertiary{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.family-badge--active{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.family-badge--queued{background:var(--faith-surface-variant);color:var(--faith-on-surface-variant);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.family-progress-bar{background:var(--faith-surface-variant);border-radius:9999px;height:.5rem;overflow:hidden}.family-progress-bar--sm{height:4px}.family-progress-bar--onprimary{background:#ffffff1a}.family-progress-fill{background:linear-gradient(to right, var(--faith-secondary), var(--faith-primary));border-radius:9999px;height:100%;transition:width .6s}.family-progress-fill--light{background:var(--faith-secondary-fixed)}.family-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.family-header__left{max-width:40rem}.family-header__left .family-badge{margin-bottom:1.5rem}.family-header__title{color:var(--faith-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:3.75rem;font-weight:700;line-height:1.1}.family-header__verse{border-left:2px solid #0036364d;margin-top:2rem;padding-left:1.5rem}.family-header__verse p{color:var(--faith-on-surface-variant);opacity:.9;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6}.family-header__cite{text-transform:uppercase;letter-spacing:.2em;color:#00363699;margin-top:1rem;font-family:Manrope,sans-serif;font-size:11px;font-style:normal;font-weight:700;display:block}.family-header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.family-header__pct{color:var(--faith-primary);font-family:Noto Serif,serif;font-size:3rem;font-weight:700;line-height:1}.family-header__pct-label{text-transform:uppercase;letter-spacing:.15em;color:var(--faith-on-surface-variant);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.family-header__progress-wrap{width:16rem;margin-top:.25rem}.family-hero-card{background:var(--faith-primary-container);border-radius:1.5rem;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.family-hero-card__image{object-fit:cover;opacity:.6;mix-blend-mode:overlay;width:100%;height:100%;position:absolute;inset:0}.family-hero-card__gradient{background:linear-gradient(#0000,#0000,#003636e6);position:absolute;inset:0}.family-hero-card__content{z-index:1;position:absolute;bottom:3rem;left:3rem}.family-hero-card__content .family-label{color:var(--faith-secondary-fixed);letter-spacing:.4em;margin-bottom:1rem}.family-hero-card__title{color:var(--faith-on-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.family-hero-card__desc{color:#fffc;max-width:28rem;margin-bottom:0;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.family-hero-card__cta{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:transform .3s;display:inline-flex}.family-hero-card__cta:hover{transform:scale(1.05)}.family-pillars{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.family-core-card{background:var(--faith-primary);color:var(--faith-on-primary);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.family-core-card .family-badge{margin-bottom:1.5rem}.family-core-card__title{color:#fff;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.family-core-card__desc{opacity:.7;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.family-core-list{flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.family-core-item{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.family-core-item--dim{opacity:.6}.family-core-item--clickable{cursor:pointer;border-radius:.75rem;margin:-.5rem;padding:.5rem;transition:opacity .2s,background .2s}.family-core-item--clickable:hover{background:#ffffff14}.family-core-item--growth.family-core-item--clickable:hover,.family-core-item--excellence.family-core-item--clickable:hover{background:var(--faith-surface-container)}.family-core-list--growth,.family-core-list--excellence{margin-top:auto}.family-core-item--growth,.family-core-item--excellence{color:var(--faith-on-surface)}.family-core-item--growth .family-core-item__pct,.family-core-item--excellence .family-core-item__pct{opacity:.8;color:var(--faith-on-surface-variant)}.family-core-item__icon-wrap--growth{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.family-core-item__icon-wrap--excellence{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.family-progress-fill--growth{background:linear-gradient(to right, var(--faith-secondary), var(--faith-secondary-container))}.family-progress-fill--excellence{background:linear-gradient(to right, var(--faith-tertiary), var(--faith-tertiary-fixed-dim))}.family-core-item__icon-wrap{width:3rem;height:3rem;color:var(--faith-on-primary);background:#ffffff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.family-core-item__info{flex:1}.family-core-item__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.family-core-item__label{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.family-core-item__pct{opacity:.6;font-family:Manrope,sans-serif;font-size:11px}.family-pillars__right{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.family-needs-card{background:var(--faith-surface-container-low);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.family-needs-card .family-badge{margin-bottom:1.5rem}.family-needs-card__title{color:var(--faith-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.family-needs-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.family-study-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.family-study-item{background:var(--faith-surface-container-lowest);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.family-study-item__header{align-items:center;gap:.75rem;display:flex}.family-study-item__header svg{color:var(--faith-secondary);flex-shrink:0}.family-study-item__name{color:var(--faith-on-surface);font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.family-study-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.family-study-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.family-study-item__progress{color:var(--faith-primary);font-size:11px;font-weight:700}.family-queued-item{border:1px solid #bfc8c833;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.family-queued-item__label{color:var(--faith-on-surface-variant);opacity:.7;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.family-queued-item svg{color:var(--faith-outline-variant)}.family-excellence-card{background:var(--faith-surface-container-low);border:1px solid #e3c19f33;border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.family-excellence-card .family-badge{margin-bottom:1.5rem}.family-excellence-card__title{color:var(--faith-tertiary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.family-excellence-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.family-locked-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.family-locked-item{cursor:pointer;border:1px solid #bfc8c84d;border-radius:1rem;padding:1.5rem;transition:border-color .3s,background .3s}.family-locked-item:hover{border-color:var(--faith-tertiary-fixed-dim);background:var(--faith-surface)}.family-locked-item__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.family-locked-item__header svg:first-child{color:var(--faith-tertiary)}.family-locked-item__header svg:last-child{color:var(--faith-outline-variant)}.family-locked-item__title{color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.family-locked-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.family-audit-cta{background:var(--faith-surface-container-highest);border:1px solid #bfc8c81a;border-radius:1.5rem;grid-column:span 2;justify-content:space-between;align-items:center;height:12rem;padding:0 3rem;display:flex;position:relative;overflow:hidden}.family-audit-cta__bg{opacity:.1;pointer-events:none;background:radial-gradient(circle at center, var(--faith-primary) 0%, transparent 70%);position:absolute;inset:0;transform:scale(1.5)}.family-audit-cta__content{z-index:1;max-width:28rem;position:relative}.family-audit-cta__title{color:var(--faith-primary);margin-bottom:.25rem;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:700}.family-audit-cta__desc{color:var(--faith-on-surface-variant);font-size:.875rem;line-height:1.5}.family-audit-cta__btn{z-index:1;background:var(--faith-surface-container-lowest);color:var(--faith-primary);cursor:pointer;border:1px solid #bfc8c833;border-radius:.75rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:box-shadow .5s;position:relative;box-shadow:0 1px 4px #0000000a}.family-audit-cta__btn:hover{box-shadow:0 8px 32px #0000001f}.family-tarbiyah-bridge{margin-top:var(--space-6);padding:var(--space-5);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);border-left:3px solid #ad6e9e}.family-tarbiyah-bridge__header{align-items:center;gap:var(--space-2);margin-bottom:var(--space-2);color:#ad6e9e;display:flex}.family-tarbiyah-bridge__header h3{color:var(--text);font-size:.95rem;font-weight:700}.family-tarbiyah-bridge__desc{color:var(--text2);margin-bottom:var(--space-3);font-size:.82rem;line-height:1.5}.family-tarbiyah-bridge__conditions{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.family-tarbiyah-bridge__condition{align-items:center;gap:var(--space-2);color:var(--text2);font-size:.78rem;display:flex}.family-tarbiyah-bridge__dot{border-radius:var(--radius-full);background:var(--border2);flex-shrink:0;width:6px;height:6px}.family-tarbiyah-bridge__btn{align-items:center;gap:var(--space-1);padding:var(--space-2) var(--space-3);color:#ad6e9e;border-radius:var(--radius);cursor:pointer;transition:all var(--duration) var(--ease);background:#ad6e9e14;border:1px solid #ad6e9e33;font-size:.8rem;font-weight:600;display:inline-flex}.family-tarbiyah-bridge__btn:hover{background:#ad6e9e24}.family-footer{border-top:1px solid #bfc8c81a;justify-content:space-between;align-items:center;margin-top:6rem;padding-top:3rem;display:flex}.family-footer__text{align-items:center;gap:1.5rem;display:flex}.family-footer__text span{text-transform:uppercase;letter-spacing:.5em;color:var(--faith-on-surface-variant);opacity:.5;font-size:10px;font-weight:700}.family-footer__dot{background:#bfc8c866;border-radius:9999px;width:4px;height:4px}.family-footer__icons{gap:1rem;display:flex}.family-footer__icons svg{color:#7079784d;cursor:pointer;transition:color .3s}.family-footer__icons svg:hover{color:var(--faith-primary)}@media (width<=1024px){.family-dash{padding:2rem}.family-header__title{font-size:2.75rem}.family-pillars{grid-template-columns:minmax(0,1fr)}.family-pillars__right{grid-template-columns:minmax(0,1fr);min-width:0}.family-audit-cta{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:1.5rem;height:auto;padding:2rem}}@media (width<=767px){.family-dash{padding:1rem}.family-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.family-header__right{align-items:flex-start;width:100%}.family-header__progress-wrap{width:100%}.family-header__title{font-size:2rem}.family-header__verse p{font-size:1rem}.family-hero-card{height:260px;margin-bottom:2rem}.family-hero-card__content{bottom:1.5rem;left:1.5rem;right:1.5rem}.family-hero-card__title{font-size:1.5rem}.family-hero-card__desc{max-width:100%}.family-pillars{gap:1rem;margin-bottom:2rem}.family-core-card,.family-needs-card,.family-excellence-card{padding:1.25rem}.family-audit-cta{padding:1.5rem}.family-footer{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding-top:1.5rem}}@media (width<=480px){.family-header__title{font-size:1.625rem}.family-hero-card{height:220px}.family-hero-card__title{font-size:1.25rem}}.wealth-dash{--faith-primary:#003636;--faith-on-primary:#fff;--faith-primary-container:#104e4e;--faith-on-primary-container:#87bebd;--faith-primary-fixed:#b4edec;--faith-primary-fixed-dim:#99d1d0;--faith-secondary:#496550;--faith-on-secondary:#fff;--faith-secondary-container:#c8e8cd;--faith-on-secondary-container:#4d6954;--faith-secondary-fixed:#cbead0;--faith-secondary-fixed-dim:#afceb5;--faith-on-secondary-fixed:#052010;--faith-on-secondary-fixed-variant:#324d39;--faith-tertiary:#402b14;--faith-on-tertiary:#fff;--faith-tertiary-container:#594128;--faith-on-tertiary-container:#cfae8d;--faith-tertiary-fixed:#fdb;--faith-tertiary-fixed-dim:#e3c19f;--faith-on-tertiary-fixed:#291803;--faith-on-tertiary-fixed-variant:#5a4229;--faith-bg:#fcf9f6;--faith-surface:#fcf9f6;--faith-surface-container:#f0edea;--faith-surface-container-low:#f6f3f0;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#eae8e5;--faith-surface-container-highest:#e5e2df;--faith-surface-variant:#e5e2df;--faith-on-surface:#1c1c1a;--faith-on-surface-variant:#404848;--faith-outline:#707978;--faith-outline-variant:#bfc8c8;--faith-inverse-surface:#31302f;--faith-error:#ba1a1a;--faith-error-container:#ffdad6;background-color:var(--faith-surface);min-height:100%;color:var(--faith-on-surface);max-width:1400px;padding:3rem}.wealth-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.wealth-label--light{color:var(--faith-secondary-fixed)}.wealth-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.375rem 1rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.wealth-badge--module{background:var(--faith-primary-container);color:var(--faith-on-primary-container)}.wealth-badge--dark{color:var(--faith-on-primary);background:#ffffff1a;border:1px solid #fff3}.wealth-badge--secondary{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.wealth-badge--tertiary{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.wealth-badge--active{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.wealth-badge--queued{background:var(--faith-surface-variant);color:var(--faith-on-surface-variant);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.wealth-progress-bar{background:var(--faith-surface-variant);border-radius:9999px;height:.5rem;overflow:hidden}.wealth-progress-bar--sm{height:4px}.wealth-progress-bar--onprimary{background:#ffffff1a}.wealth-progress-fill{background:linear-gradient(to right, var(--faith-secondary), var(--faith-primary));border-radius:9999px;height:100%;transition:width .6s}.wealth-progress-fill--light{background:var(--faith-secondary-fixed)}.wealth-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.wealth-header__left{max-width:40rem}.wealth-header__left .wealth-badge{margin-bottom:1.5rem}.wealth-header__title{color:var(--faith-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:3.75rem;font-weight:700;line-height:1.1}.wealth-header__verse{border-left:2px solid #0036364d;margin-top:2rem;padding-left:1.5rem}.wealth-header__verse p{color:var(--faith-on-surface-variant);opacity:.9;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6}.wealth-header__cite{text-transform:uppercase;letter-spacing:.2em;color:#00363699;margin-top:1rem;font-family:Manrope,sans-serif;font-size:11px;font-style:normal;font-weight:700;display:block}.wealth-header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.wealth-header__pct{color:var(--faith-primary);font-family:Noto Serif,serif;font-size:3rem;font-weight:700;line-height:1}.wealth-header__pct-label{text-transform:uppercase;letter-spacing:.15em;color:var(--faith-on-surface-variant);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.wealth-header__progress-wrap{width:16rem;margin-top:.25rem}.wealth-hero-card{background:var(--faith-primary-container);border-radius:1.5rem;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.wealth-hero-card__image{object-fit:cover;opacity:.6;mix-blend-mode:overlay;width:100%;height:100%;position:absolute;inset:0}.wealth-hero-card__gradient{background:linear-gradient(#0000,#0000,#003636e6);position:absolute;inset:0}.wealth-hero-card__content{z-index:1;position:absolute;bottom:3rem;left:3rem}.wealth-hero-card__content .wealth-label{color:var(--faith-secondary-fixed);letter-spacing:.4em;margin-bottom:1rem}.wealth-hero-card__title{color:var(--faith-on-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.wealth-hero-card__desc{color:#fffc;max-width:28rem;margin-bottom:0;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.wealth-hero-card__cta{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:transform .3s;display:inline-flex}.wealth-hero-card__cta:hover{transform:scale(1.05)}.wealth-pillars{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.wealth-core-card{background:var(--faith-primary);color:var(--faith-on-primary);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.wealth-core-card .wealth-badge{margin-bottom:1.5rem}.wealth-core-card__title{color:#fff;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.wealth-core-card__desc{opacity:.7;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.wealth-core-list{flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.wealth-core-item{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.wealth-core-item--dim{opacity:.6}.wealth-core-item--clickable{cursor:pointer;border-radius:.75rem;margin:-.5rem;padding:.5rem;transition:opacity .2s,background .2s}.wealth-core-item--clickable:hover{background:#ffffff14}.wealth-core-item--growth.wealth-core-item--clickable:hover,.wealth-core-item--excellence.wealth-core-item--clickable:hover{background:var(--faith-surface-container)}.wealth-core-list--growth,.wealth-core-list--excellence{margin-top:auto}.wealth-core-item--growth,.wealth-core-item--excellence{color:var(--faith-on-surface)}.wealth-core-item--growth .wealth-core-item__pct,.wealth-core-item--excellence .wealth-core-item__pct{opacity:.8;color:var(--faith-on-surface-variant)}.wealth-core-item__icon-wrap--growth{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.wealth-core-item__icon-wrap--excellence{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.wealth-progress-fill--growth{background:linear-gradient(to right, var(--faith-secondary), var(--faith-secondary-container))}.wealth-progress-fill--excellence{background:linear-gradient(to right, var(--faith-tertiary), var(--faith-tertiary-fixed-dim))}.wealth-core-item__icon-wrap{width:3rem;height:3rem;color:var(--faith-on-primary);background:#ffffff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.wealth-core-item__info{flex:1}.wealth-core-item__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.wealth-core-item__label{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.wealth-core-item__pct{opacity:.6;font-family:Manrope,sans-serif;font-size:11px}.wealth-pillars__right{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.wealth-needs-card{background:var(--faith-surface-container-low);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.wealth-needs-card .wealth-badge{margin-bottom:1.5rem}.wealth-needs-card__title{color:var(--faith-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.wealth-needs-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.wealth-study-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.wealth-study-item{background:var(--faith-surface-container-lowest);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.wealth-study-item__header{align-items:center;gap:.75rem;display:flex}.wealth-study-item__header svg{color:var(--faith-secondary);flex-shrink:0}.wealth-study-item__name{color:var(--faith-on-surface);font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.wealth-study-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.wealth-study-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.wealth-study-item__progress{color:var(--faith-primary);font-size:11px;font-weight:700}.wealth-queued-item{border:1px solid #bfc8c833;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.wealth-queued-item__label{color:var(--faith-on-surface-variant);opacity:.7;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.wealth-queued-item svg{color:var(--faith-outline-variant)}.wealth-excellence-card{background:var(--faith-surface-container-low);border:1px solid #e3c19f33;border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.wealth-excellence-card .wealth-badge{margin-bottom:1.5rem}.wealth-excellence-card__title{color:var(--faith-tertiary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.wealth-excellence-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.wealth-locked-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.wealth-locked-item{cursor:pointer;border:1px solid #bfc8c84d;border-radius:1rem;padding:1.5rem;transition:border-color .3s,background .3s}.wealth-locked-item:hover{border-color:var(--faith-tertiary-fixed-dim);background:var(--faith-surface)}.wealth-locked-item__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.wealth-locked-item__header svg:first-child{color:var(--faith-tertiary)}.wealth-locked-item__header svg:last-child{color:var(--faith-outline-variant)}.wealth-locked-item__title{color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.wealth-locked-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.wealth-audit-cta{background:var(--faith-surface-container-highest);border:1px solid #bfc8c81a;border-radius:1.5rem;grid-column:span 2;justify-content:space-between;align-items:center;height:12rem;padding:0 3rem;display:flex;position:relative;overflow:hidden}.wealth-audit-cta__bg{opacity:.1;pointer-events:none;background:radial-gradient(circle at center, var(--faith-primary) 0%, transparent 70%);position:absolute;inset:0;transform:scale(1.5)}.wealth-audit-cta__content{z-index:1;max-width:28rem;position:relative}.wealth-audit-cta__title{color:var(--faith-primary);margin-bottom:.25rem;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:700}.wealth-audit-cta__desc{color:var(--faith-on-surface-variant);font-size:.875rem;line-height:1.5}.wealth-audit-cta__btn{z-index:1;background:var(--faith-surface-container-lowest);color:var(--faith-primary);cursor:pointer;border:1px solid #bfc8c833;border-radius:.75rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:box-shadow .5s;position:relative;box-shadow:0 1px 4px #0000000a}.wealth-audit-cta__btn:hover{box-shadow:0 8px 32px #0000001f}.wealth-footer{border-top:1px solid #bfc8c81a;justify-content:space-between;align-items:center;margin-top:6rem;padding-top:3rem;display:flex}.wealth-footer__text{align-items:center;gap:1.5rem;display:flex}.wealth-footer__text span{text-transform:uppercase;letter-spacing:.5em;color:var(--faith-on-surface-variant);opacity:.5;font-size:10px;font-weight:700}.wealth-footer__dot{background:#bfc8c866;border-radius:9999px;width:4px;height:4px}.wealth-footer__icons{gap:1rem;display:flex}.wealth-footer__icons svg{color:#7079784d;cursor:pointer;transition:color .3s}.wealth-footer__icons svg:hover{color:var(--faith-primary)}@media (width<=1024px){.wealth-dash{padding:2rem}.wealth-header__title{font-size:2.75rem}.wealth-pillars{grid-template-columns:minmax(0,1fr)}.wealth-pillars__right{grid-template-columns:minmax(0,1fr);min-width:0}.wealth-audit-cta{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:1.5rem;height:auto;padding:2rem}}@media (width<=767px){.wealth-dash{padding:1rem}.wealth-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.wealth-header__right{align-items:flex-start;width:100%}.wealth-header__progress-wrap{width:100%}.wealth-header__title{font-size:2rem}.wealth-header__verse p{font-size:1rem}.wealth-hero-card{height:260px;margin-bottom:2rem}.wealth-hero-card__content{bottom:1.5rem;left:1.5rem;right:1.5rem}.wealth-hero-card__title{font-size:1.5rem}.wealth-hero-card__desc{max-width:100%}.wealth-pillars{gap:1rem;margin-bottom:2rem}.wealth-core-card,.wealth-needs-card,.wealth-excellence-card{padding:1.25rem}.wealth-audit-cta{padding:1.5rem}.wealth-footer{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding-top:1.5rem}}@media (width<=480px){.wealth-header__title{font-size:1.625rem}.wealth-hero-card{height:220px}.wealth-hero-card__title{font-size:1.25rem}}.env-dash{--faith-primary:#003636;--faith-on-primary:#fff;--faith-primary-container:#104e4e;--faith-on-primary-container:#87bebd;--faith-primary-fixed:#b4edec;--faith-primary-fixed-dim:#99d1d0;--faith-secondary:#496550;--faith-on-secondary:#fff;--faith-secondary-container:#c8e8cd;--faith-on-secondary-container:#4d6954;--faith-secondary-fixed:#cbead0;--faith-secondary-fixed-dim:#afceb5;--faith-on-secondary-fixed:#052010;--faith-on-secondary-fixed-variant:#324d39;--faith-tertiary:#402b14;--faith-on-tertiary:#fff;--faith-tertiary-container:#594128;--faith-on-tertiary-container:#cfae8d;--faith-tertiary-fixed:#fdb;--faith-tertiary-fixed-dim:#e3c19f;--faith-on-tertiary-fixed:#291803;--faith-on-tertiary-fixed-variant:#5a4229;--faith-bg:#fcf9f6;--faith-surface:#fcf9f6;--faith-surface-container:#f0edea;--faith-surface-container-low:#f6f3f0;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#eae8e5;--faith-surface-container-highest:#e5e2df;--faith-surface-variant:#e5e2df;--faith-on-surface:#1c1c1a;--faith-on-surface-variant:#404848;--faith-outline:#707978;--faith-outline-variant:#bfc8c8;--faith-inverse-surface:#31302f;--faith-error:#ba1a1a;--faith-error-container:#ffdad6;background-color:var(--faith-surface);min-height:100%;color:var(--faith-on-surface);max-width:1400px;padding:3rem}.env-label{text-transform:uppercase;letter-spacing:.2em;color:var(--faith-on-surface-variant);font-family:Manrope,DM Sans,sans-serif;font-size:10px;font-weight:700;display:inline-block}.env-label--light{color:var(--faith-secondary-fixed)}.env-badge{letter-spacing:.15em;text-transform:uppercase;border-radius:9999px;align-items:center;padding:.375rem 1rem;font-family:Manrope,sans-serif;font-size:10px;font-weight:700;display:inline-flex}.env-badge--module{background:var(--faith-primary-container);color:var(--faith-on-primary-container)}.env-badge--dark{color:var(--faith-on-primary);background:#ffffff1a;border:1px solid #fff3}.env-badge--secondary{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.env-badge--tertiary{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.env-badge--active{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.env-badge--queued{background:var(--faith-surface-variant);color:var(--faith-on-surface-variant);border-radius:.375rem;padding:.125rem .5rem;font-size:10px}.env-progress-bar{background:var(--faith-surface-variant);border-radius:9999px;height:.5rem;overflow:hidden}.env-progress-bar--sm{height:4px}.env-progress-bar--onprimary{background:#ffffff1a}.env-progress-fill{background:linear-gradient(to right, var(--faith-secondary), var(--faith-primary));border-radius:9999px;height:100%;transition:width .6s}.env-progress-fill--light{background:var(--faith-secondary-fixed)}.env-header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.env-header__left{max-width:40rem}.env-header__left .env-badge{margin-bottom:1.5rem}.env-header__title{color:var(--faith-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:3.75rem;font-weight:700;line-height:1.1}.env-header__verse{border-left:2px solid #0036364d;margin-top:2rem;padding-left:1.5rem}.env-header__verse p{color:var(--faith-on-surface-variant);opacity:.9;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-style:italic;font-weight:400;line-height:1.6}.env-header__cite{text-transform:uppercase;letter-spacing:.2em;color:#00363699;margin-top:1rem;font-family:Manrope,sans-serif;font-size:11px;font-style:normal;font-weight:700;display:block}.env-header__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:.5rem;display:flex}.env-header__pct{color:var(--faith-primary);font-family:Noto Serif,serif;font-size:3rem;font-weight:700;line-height:1}.env-header__pct-label{text-transform:uppercase;letter-spacing:.15em;color:var(--faith-on-surface-variant);font-family:Manrope,sans-serif;font-size:11px;font-weight:700}.env-header__progress-wrap{width:16rem;margin-top:.25rem}.env-hero-card{background:var(--faith-primary-container);border-radius:1.5rem;width:100%;height:400px;margin-bottom:4rem;position:relative;overflow:hidden}.env-hero-card__image{object-fit:cover;opacity:.6;mix-blend-mode:overlay;width:100%;height:100%;position:absolute;inset:0}.env-hero-card__gradient{background:linear-gradient(#0000,#0000,#003636e6);position:absolute;inset:0}.env-hero-card__content{z-index:1;position:absolute;bottom:3rem;left:3rem}.env-hero-card__content .env-label{color:var(--faith-secondary-fixed);letter-spacing:.4em;margin-bottom:1rem}.env-hero-card__title{color:var(--faith-on-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:2.5rem;font-weight:700;line-height:1.2}.env-hero-card__desc{color:#fffc;max-width:28rem;margin-bottom:0;font-family:Manrope,sans-serif;font-size:.9375rem;line-height:1.6}.env-hero-card__cta{background:var(--faith-secondary-fixed);color:var(--faith-on-secondary-fixed);cursor:pointer;border:none;border-radius:9999px;align-items:center;gap:.5rem;margin-top:2rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:transform .3s;display:inline-flex}.env-hero-card__cta:hover{transform:scale(1.05)}.env-pillars{grid-template-columns:1fr 2fr;gap:2rem;margin-bottom:4rem;display:grid}.env-core-card{background:var(--faith-primary);color:var(--faith-on-primary);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden}.env-core-card .env-badge{margin-bottom:1.5rem}.env-core-card__title{color:#fff;margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.env-core-card__desc{opacity:.7;margin-bottom:3rem;font-size:.875rem;line-height:1.6}.env-core-list{flex-direction:column;gap:1.5rem;margin-top:0;display:flex}.env-core-item{align-items:center;gap:1rem;transition:opacity .2s;display:flex}.env-core-item--dim{opacity:.6}.env-core-item--clickable{cursor:pointer;border-radius:.75rem;margin:-.5rem;padding:.5rem;transition:opacity .2s,background .2s}.env-core-item--clickable:hover{background:#ffffff14}.env-core-item--growth.env-core-item--clickable:hover,.env-core-item--excellence.env-core-item--clickable:hover{background:var(--faith-surface-container)}.env-core-list--growth,.env-core-list--excellence{margin-top:auto}.env-core-item--growth,.env-core-item--excellence{color:var(--faith-on-surface)}.env-core-item--growth .env-core-item__pct,.env-core-item--excellence .env-core-item__pct{opacity:.8;color:var(--faith-on-surface-variant)}.env-core-item__icon-wrap--growth{background:var(--faith-secondary-container);color:var(--faith-on-secondary-container)}.env-core-item__icon-wrap--excellence{background:var(--faith-tertiary-fixed);color:var(--faith-on-tertiary-fixed-variant)}.env-progress-fill--growth{background:linear-gradient(to right, var(--faith-secondary), var(--faith-secondary-container))}.env-progress-fill--excellence{background:linear-gradient(to right, var(--faith-tertiary), var(--faith-tertiary-fixed-dim))}.env-core-item__icon-wrap{width:3rem;height:3rem;color:var(--faith-on-primary);background:#ffffff1a;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.env-core-item__info{flex:1}.env-core-item__row{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.env-core-item__label{font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.env-core-item__pct{opacity:.6;font-family:Manrope,sans-serif;font-size:11px}.env-pillars__right{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.env-needs-card{background:var(--faith-surface-container-low);border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.env-needs-card .env-badge{margin-bottom:1.5rem}.env-needs-card__title{color:var(--faith-primary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.env-needs-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.env-study-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.env-study-item{background:var(--faith-surface-container-lowest);border-radius:1rem;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.env-study-item__header{align-items:center;gap:.75rem;display:flex}.env-study-item__header svg{color:var(--faith-secondary);flex-shrink:0}.env-study-item__name{color:var(--faith-on-surface);font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.env-study-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.env-study-item__footer{justify-content:space-between;align-items:center;margin-top:.5rem;display:flex}.env-study-item__progress{color:var(--faith-primary);font-size:11px;font-weight:700}.env-queued-item{border:1px solid #bfc8c833;border-radius:.75rem;justify-content:space-between;align-items:center;padding:1rem;display:flex}.env-queued-item__label{color:var(--faith-on-surface-variant);opacity:.7;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700}.env-queued-item svg{color:var(--faith-outline-variant)}.env-excellence-card{background:var(--faith-surface-container-low);border:1px solid #e3c19f33;border-radius:1.5rem;flex-direction:column;padding:2rem;display:flex}.env-excellence-card .env-badge{margin-bottom:1.5rem}.env-excellence-card__title{color:var(--faith-tertiary);margin-bottom:1rem;font-family:Noto Serif,serif;font-size:1.875rem;font-weight:700}.env-excellence-card__desc{color:var(--faith-on-surface-variant);margin-bottom:2rem;font-size:.875rem;line-height:1.6}.env-locked-list{flex-direction:column;gap:1rem;margin-top:0;display:flex}.env-locked-item{cursor:pointer;border:1px solid #bfc8c84d;border-radius:1rem;padding:1.5rem;transition:border-color .3s,background .3s}.env-locked-item:hover{border-color:var(--faith-tertiary-fixed-dim);background:var(--faith-surface)}.env-locked-item__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.env-locked-item__header svg:first-child{color:var(--faith-tertiary)}.env-locked-item__header svg:last-child{color:var(--faith-outline-variant)}.env-locked-item__title{color:var(--faith-on-surface);margin-bottom:.5rem;font-family:Noto Serif,serif;font-size:1.125rem;font-weight:700}.env-locked-item__desc{color:var(--faith-on-surface-variant);font-size:11px;line-height:1.6}.env-audit-cta{background:var(--faith-surface-container-highest);border:1px solid #bfc8c81a;border-radius:1.5rem;grid-column:span 2;justify-content:space-between;align-items:center;height:12rem;padding:0 3rem;display:flex;position:relative;overflow:hidden}.env-audit-cta__bg{opacity:.1;pointer-events:none;background:radial-gradient(circle at center, var(--faith-primary) 0%, transparent 70%);position:absolute;inset:0;transform:scale(1.5)}.env-audit-cta__content{z-index:1;max-width:28rem;position:relative}.env-audit-cta__title{color:var(--faith-primary);margin-bottom:.25rem;font-family:Noto Serif,serif;font-size:1.5rem;font-weight:700}.env-audit-cta__desc{color:var(--faith-on-surface-variant);font-size:.875rem;line-height:1.5}.env-audit-cta__btn{z-index:1;background:var(--faith-surface-container-lowest);color:var(--faith-primary);cursor:pointer;border:1px solid #bfc8c833;border-radius:.75rem;padding:.75rem 2rem;font-family:Manrope,sans-serif;font-size:.875rem;font-weight:700;transition:box-shadow .5s;position:relative;box-shadow:0 1px 4px #0000000a}.env-audit-cta__btn:hover{box-shadow:0 8px 32px #0000001f}.env-footer{border-top:1px solid #bfc8c81a;justify-content:space-between;align-items:center;margin-top:6rem;padding-top:3rem;display:flex}.env-footer__text{align-items:center;gap:1.5rem;display:flex}.env-footer__text span{text-transform:uppercase;letter-spacing:.5em;color:var(--faith-on-surface-variant);opacity:.5;font-size:10px;font-weight:700}.env-footer__dot{background:#bfc8c866;border-radius:9999px;width:4px;height:4px}.env-footer__icons{gap:1rem;display:flex}.env-footer__icons svg{color:#7079784d;cursor:pointer;transition:color .3s}.env-footer__icons svg:hover{color:var(--faith-primary)}@media (width<=1024px){.env-dash{padding:2rem}.env-header__title{font-size:2.75rem}.env-pillars{grid-template-columns:minmax(0,1fr)}.env-pillars__right{grid-template-columns:minmax(0,1fr);min-width:0}.env-audit-cta{flex-direction:column;grid-column:1/-1;align-items:flex-start;gap:1.5rem;height:auto;padding:2rem}}@media (width<=767px){.env-dash{padding:1rem}.env-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.env-header__right{align-items:flex-start;width:100%}.env-header__progress-wrap{width:100%}.env-header__title{font-size:2rem}.env-header__verse p{font-size:1rem}.env-hero-card{height:260px;margin-bottom:2rem}.env-hero-card__content{bottom:1.5rem;left:1.5rem;right:1.5rem}.env-hero-card__title{font-size:1.5rem}.env-hero-card__desc{max-width:100%}.env-pillars{gap:1rem;margin-bottom:2rem}.env-core-card,.env-needs-card,.env-excellence-card{padding:1.25rem}.env-audit-cta{padding:1.5rem}.env-footer{flex-direction:column;align-items:flex-start;gap:1rem;margin-top:3rem;padding-top:1.5rem}}@media (width<=480px){.env-header__title{font-size:1.625rem}.env-hero-card{height:220px}.env-hero-card__title{font-size:1.25rem}}.ummah-dash{max-width:900px}.ummah-hero{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-8) var(--space-6);margin-bottom:var(--space-6);border-left:4px solid #ad8e6e}.ummah-title{margin-bottom:var(--space-1);font-size:1.8rem;font-weight:800}.ummah-subtitle{color:var(--text2);margin-bottom:var(--space-1);font-size:.95rem}.ummah-arabic{color:#ad8e6e;font-family:JetBrains Mono,monospace;font-size:.8rem}.ummah-section{margin-bottom:var(--space-6)}.ummah-section-title{align-items:center;gap:var(--space-2);margin-bottom:var(--space-3);color:var(--text);font-size:1rem;font-weight:700;display:flex}.ummah-section-desc{color:var(--text2);margin-bottom:var(--space-3);font-size:.85rem}.ummah-cards{gap:var(--space-2);flex-direction:column;display:flex}.ummah-card{align-items:center;gap:var(--space-3);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;text-align:left;color:var(--text);transition:all var(--duration) var(--ease);width:100%;display:flex}.ummah-card:hover{background:#ad8e6e0a;border-color:#ad8e6e}.ummah-card-icon{border-radius:var(--radius);color:#ad8e6e;background:#ad8e6e1a;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.ummah-card-body{flex:1;min-width:0}.ummah-card-body h3{margin-bottom:2px;font-size:.9rem;font-weight:600}.ummah-card-body p{color:var(--text2);margin:0;font-size:.78rem}.ummah-card-arrow{color:var(--text3);flex-shrink:0}.ummah-milestones{gap:var(--space-2);flex-direction:column;display:flex}.ummah-milestone{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex}.ummah-ms-number{border-radius:var(--radius-full);background:var(--bg3);width:28px;height:28px;color:var(--text2);flex-shrink:0;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:700;display:flex}.ummah-milestone--active .ummah-ms-number{color:#ad8e6e;background:#ad8e6e26}.ummah-ms-body{flex:1;min-width:0}.ummah-ms-body h4{margin-bottom:2px;font-size:.85rem;font-weight:600}.ummah-ms-body p{color:var(--text2);margin:0;font-size:.75rem}.ummah-ms-status{text-transform:uppercase;letter-spacing:.06em;color:var(--text3);border:1px solid var(--border);border-radius:var(--radius-xs);flex-shrink:0;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600}.ummah-atlas{align-items:center;gap:var(--space-4);padding:var(--space-4);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex}.ummah-atlas-body{flex:1}.ummah-atlas-body h3{margin-bottom:var(--space-1);font-size:.9rem;font-weight:600}.ummah-atlas-body p{color:var(--text2);margin:0;font-size:.78rem}.ummah-atlas-status{text-transform:uppercase;letter-spacing:.06em;color:var(--text3);border:1px solid var(--border);border-radius:var(--radius-xs);flex-shrink:0;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600}:root{--bg:#f8f9fb;--bg2:#fff;--bg3:#f1f3f5;--bg4:#e9ecef;--surface:#fff;--surface-hover:#f8f9fb;--border:#e2e5e9;--border2:#ced3d9;--text:#1a1d21;--text2:#5f6b7a;--text3:#8b95a2;--primary:#4ab8a8;--primary-hover:#3da89a;--primary-dark:#2d8a7e;--primary-bg:#4ab8a814;--primary-bg2:#4ab8a826;--primary-border:#4ab8a84d;--accent:#c9a05a;--accent2:#a07a38;--accent-bg:#c9a05a1a;--accent-border:#c9a05a4d;--col-todo:#8b95a2;--col-todo-bg:#f1f3f5;--col-progress:#3b82f6;--col-progress-bg:#3b82f614;--col-review:#f59e0b;--col-review-bg:#f59e0b14;--col-done:#22c55e;--col-done-bg:#22c55e14;--pri-urgent:#ef4444;--pri-urgent-bg:#ef444414;--pri-high:#f59e0b;--pri-high-bg:#f59e0b14;--pri-medium:#3b82f6;--pri-medium-bg:#3b82f614;--pri-low:#6b7280;--pri-low-bg:#6b728014;--success:#22c55e;--success-bg:#22c55e14;--success-border:#22c55e40;--warning:#f59e0b;--warning-bg:#f59e0b14;--warning-border:#f59e0b40;--danger:#ef4444;--danger-bg:#ef444414;--danger-border:#ef444440;--glass:#ffffffb8;--glass-border:#ffffff4d;--glass-blur:blur(16px);--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 8px #0000000f;--shadow:0 4px 16px #00000014;--shadow-lg:0 8px 32px #0000001a;--shadow-xl:0 16px 48px #0000001f;--shadow-teal:0 4px 24px #4ab8a826;--overlay:#0006;--radius-xs:4px;--radius-sm:6px;--radius:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--topbar-h:56px;--sidebar-w:248px;--sidebar-w-collapsed:64px;--islamic-panel-w:280px;--ease:cubic-bezier(.4, 0, .2, 1);--duration:.2s;--duration-lg:.3s;--mod-work:#4ab8a8;--mod-money:#22c55e;--mod-people:#8b5cf6;--mod-office:#3b82f6;--mod-tech:#f97316;--mod-crm:#ec4899;--mod-family:#ad6e9e;--mod-neighbors:#8e6ead;--mod-community:#6e8ead;--mod-five-pillars:#c8a96e;--mod-quran:#d4a853;--mod-hadith:#b8956e;--mod-islamic-knowledge:#d4b870;--mod-community-engagement:#c4986e;--mod-ethical-living:#b8a870;--mod-physical-wellness:#5ba87b;--mod-mental-health:#7eb89a;--mod-spiritual-health:#6e9e8a;--mod-family-health:#8eada0;--mod-learning-resources:#5b8ea8;--mod-skill-development:#7e9eb8;--mod-critical-thinking:#6e88a0;--mod-knowledge-sharing:#8ea8c0;--mod-parenting-support:#b87eae;--mod-family-planning:#a06e96;--mod-intergenerational-support:#c08eb8;--mod-financial-literacy:#7ba85b;--mod-ethical-business:#9eb87e;--mod-charity-zakat:#8ea06e;--mod-resource-management:#a8c08e;--mod-sustainability:#5ba8a0;--mod-conservation:#7eb8b0;--mod-ethical-consumption:#6e9e9e;--mod-community-projects:#8eadc0;--mod-collective:#5b8e6e;--pillar-faith:#c8a96e;--pillar-faith-bg:#c8a96e14;--pillar-faith-border:#c8a96e40;--pillar-life:#6ead8a;--pillar-life-bg:#6ead8a14;--pillar-life-border:#6ead8a40;--pillar-intellect:#6e8ead;--pillar-intellect-bg:#6e8ead14;--pillar-intellect-border:#6e8ead40;--pillar-family:#ad6e9e;--pillar-family-bg:#ad6e9e14;--pillar-family-border:#ad6e9e40;--pillar-wealth:#8ead6e;--pillar-wealth-bg:#8ead6e14;--pillar-wealth-border:#8ead6e40;--pillar-environment:#6eadad;--pillar-environment-bg:#6eadad14;--pillar-environment-border:#6eadad40;--pillar-ummah:#ad8e6e;--pillar-ummah-bg:#ad8e6e14;--pillar-ummah-border:#ad8e6e40}[data-theme=dark]{--bg:#0f1117;--bg2:#1a1d24;--bg3:#22262e;--bg4:#2a2f38;--surface:#1a1d24;--surface-hover:#22262e;--border:#2a2f38;--border2:#353b45;--text:#e8e3dc;--text2:#9e9690;--text3:#6b6560;--primary:#5cc8b8;--primary-hover:#4ab8a8;--primary-dark:#3da89a;--primary-bg:#5cc8b81a;--primary-bg2:#5cc8b82e;--primary-border:#5cc8b84d;--accent:#d4aa60;--accent2:#c9a05a;--accent-bg:#d4aa601a;--accent-border:#d4aa604d;--col-todo-bg:#22262e;--col-progress-bg:#3b82f61f;--col-review-bg:#f59e0b1f;--col-done-bg:#22c55e1f;--pri-urgent-bg:#ef44441f;--pri-high-bg:#f59e0b1f;--pri-medium-bg:#3b82f61f;--pri-low-bg:#6b72801f;--success-bg:#22c55e1f;--warning-bg:#f59e0b1f;--danger-bg:#ef44441f;--glass:#1a1d24cc;--glass-border:#ffffff14;--shadow-xs:0 1px 2px #0003;--shadow-sm:0 2px 8px #00000040;--shadow:0 4px 16px #0000004d;--shadow-lg:0 8px 32px #00000059;--shadow-xl:0 16px 48px #0006;--shadow-teal:0 4px 24px #4ab8a833;--overlay:#0009;--pillar-faith:#d4b87a;--pillar-faith-bg:#d4b87a1a;--pillar-faith-border:#d4b87a40;--pillar-life:#7ebd9a;--pillar-life-bg:#7ebd9a1a;--pillar-life-border:#7ebd9a40;--pillar-intellect:#7e9ebd;--pillar-intellect-bg:#7e9ebd1a;--pillar-intellect-border:#7e9ebd40;--pillar-family:#bd7eae;--pillar-family-bg:#bd7eae1a;--pillar-family-border:#bd7eae40;--pillar-wealth:#9ebd7e;--pillar-wealth-bg:#9ebd7e1a;--pillar-wealth-border:#9ebd7e40;--pillar-environment:#7ebdbd;--pillar-environment-bg:#7ebdbd1a;--pillar-environment-border:#7ebdbd40;--pillar-ummah:#bd9e7e;--pillar-ummah-bg:#bd9e7e1a;--pillar-ummah-border:#bd9e7e40}:root{--faith-primary:#006a67;--faith-on-primary:#fff;--faith-primary-container:#70f7f1;--faith-on-primary-container:#00504d;--faith-primary-fixed-dim:#4edad5;--faith-secondary:#006a67;--faith-tertiary:#29638a;--faith-on-tertiary:#fff;--faith-tertiary-container:#cbe6ff;--faith-on-tertiary-container:#004b71;--faith-tertiary-fixed-dim:#97ccf8;--faith-bg:#f6f9ff;--faith-surface:#f6f9ff;--faith-surface-container:#e7eff9;--faith-surface-container-low:#ecf4fe;--faith-surface-container-lowest:#fff;--faith-surface-container-high:#e1e9f3;--faith-surface-container-highest:#dbe3ed;--faith-outline-variant:#b8c8d9;--faith-outline:#697988;--faith-on-surface:#141c23;--faith-on-surface-variant:#394956;--qc-slate:#3d5a6c;--qc-gold:#c5a059;--qc-cream:#e8dcc4;--qc-mint:#70f7f1}.font-manrope{font-family:Manrope,DM Sans,sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:DM Sans,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:Space Grotesk,DM Sans,sans-serif;font-weight:600;line-height:1.25}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.1rem}h6{font-size:1rem}.arabic{direction:rtl;font-family:Amiri,serif}.mono{font-family:JetBrains Mono,monospace;font-size:.875em}a{color:var(--primary);transition:color var(--duration) var(--ease);text-decoration:none}a:hover{color:var(--primary-hover)}button{cursor:pointer;font-family:inherit;font-size:inherit;color:inherit;background:0 0;border:none}input,textarea,select{font-family:inherit;font-size:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);transition:border-color var(--duration) var(--ease), box-shadow var(--duration) var(--ease);outline:none}input:focus,textarea:focus,select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-bg)}::placeholder{color:var(--text3)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text3)}::selection{background:var(--primary-bg2);color:var(--text)}.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}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.truncate-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.fade-in{animation:fadeIn var(--duration-lg) var(--ease)}.slide-in-right{animation:slideInRight var(--duration-lg) var(--ease)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-6);border-radius:var(--radius);transition:all var(--duration) var(--ease);cursor:pointer;border:none;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-dark));color:#fff;box-shadow:var(--shadow-teal)}.btn-primary:hover{color:#fff;transform:translateY(-1px);box-shadow:0 6px 28px #4ab8a84d}.btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.btn-secondary{background:var(--surface);color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow-xs)}.btn-secondary:hover{border-color:var(--primary-border);color:var(--primary)}.btn-lg{padding:var(--space-4) var(--space-8);border-radius:var(--radius-lg);font-size:1.05rem}.btn-ghost{color:var(--text2);background:0 0}.btn-ghost:hover{color:var(--primary);background:var(--primary-bg)}.money-empty{padding:var(--space-12);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.money-empty-icon{color:var(--text3);margin-bottom:var(--space-4)}.money-empty h4{margin-bottom:var(--space-2)}.money-empty p{color:var(--text2);margin-bottom:var(--space-5);font-size:.9rem}.money-table{border-collapse:collapse;width:100%}.money-table th{text-align:left;padding:var(--space-3) var(--space-4);color:var(--text3);text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.75rem;font-weight:600}.money-table th:hover{color:var(--text2)}.money-table td{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--border);white-space:nowrap;font-size:.875rem}.money-table tr{transition:background var(--duration) var(--ease)}.money-table tbody tr:hover{background:var(--surface-hover)}.cat-pill{align-items:center;gap:var(--space-1);border-radius:var(--radius-full);padding:2px 8px;font-size:.75rem;font-weight:500;display:inline-flex}.cat-dot{border-radius:50%;width:6px;height:6px}.cat-filter-pill{align-items:center;gap:var(--space-1);padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);border:1px solid var(--border);background:var(--bg);color:var(--text2);white-space:nowrap;cursor:pointer;transition:all var(--duration) var(--ease);font-size:.75rem;font-weight:500;display:inline-flex}.cat-filter-pill:hover{border-color:var(--border2);color:var(--text)}.cat-filter-pill.active{background:var(--primary-bg);color:var(--primary);border-color:var(--primary-border)}.amount{font-family:JetBrains Mono,monospace;font-weight:500}.amount-positive{color:var(--success)}.amount-negative{color:var(--danger)}.status-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:2px 8px;font-size:.7rem;font-weight:600;display:inline-flex}.status-draft{background:var(--bg4);color:var(--text3)}.status-sent{color:#3b82f6;background:#3b82f61a}.status-paid{background:var(--success-bg);color:var(--success)}.status-overdue{background:var(--danger-bg);color:var(--danger)}.row-actions{gap:var(--space-1);opacity:0;transition:opacity var(--duration) var(--ease);display:flex}tr:hover .row-actions{opacity:1}.row-action-btn{border-radius:var(--radius-xs);width:28px;height:28px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.row-action-btn:hover{background:var(--bg3);color:var(--text)}.row-action-btn.danger:hover{background:var(--danger-bg);color:var(--danger)}.expense-form-overlay{z-index:9000;background:var(--overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:var(--space-4);justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.expense-form-modal{background:var(--surface);border:1px solid var(--border);width:100%;max-width:520px;box-shadow:var(--shadow-xl);border-radius:14px;flex-direction:column;max-height:85vh;animation:.2s scaleIn;display:flex}.expense-form-header{padding:var(--space-5) var(--space-6);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;display:flex}.expense-form-header h3{margin:0;font-size:1.1rem}.expense-form-close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text3);cursor:pointer;transition:all var(--duration) var(--ease);justify-content:center;align-items:center;display:flex}.expense-form-close:hover{background:var(--bg3);color:var(--text)}.expense-form-body{padding:var(--space-5) var(--space-6);gap:var(--space-4);flex-direction:column;flex:1;display:flex;overflow-y:auto}.expense-form-row{gap:var(--space-4);display:flex}.expense-form-field{gap:var(--space-1);flex-direction:column;display:flex}.expense-form-field label{color:var(--text2);font-size:.8rem;font-weight:600}.expense-form-field input,.expense-form-field select,.expense-form-field textarea{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm)}.expense-form-footer{justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--border);display:flex}@media (width<=767px){.expense-form-row{gap:var(--space-3);flex-direction:column}.expense-form-modal{max-height:90vh}}html{scroll-behavior:smooth}
