:root{--sidebar-bg:#fff;--sidebar-border:#eceef2;--sidebar-text:#4b5563;--sidebar-icon:#6b7280;--sidebar-hover-bg:#f4f6f8;--sidebar-active-bg:#eaf1fd;--sidebar-active-border:#bfdbfe;--sidebar-active-text:#2563eb;--nav-bg:#6f6f99;--nav-bg-hover:#7e7eac;--accent-blue:#1f3fae;--page-bg:#fff}*{box-sizing:border-box}body,html{margin:0;padding:0;height:100%;background:var(--page-bg);color:#222;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}a{color:inherit;text-decoration:none}.shell-column{display:flex;flex-direction:column;min-height:100vh}.top-bar{background:#fff;border-bottom:1px solid var(--sidebar-border)}.top-bar,.top-bar-brand{display:flex;align-items:center}.top-bar-brand{width:260px;flex-shrink:0;padding:6px 14px}.top-bar-brand img{display:block;width:100%;height:auto;background:#fff}.top-bar-right{flex:1 1;justify-content:flex-end;gap:16px;padding:6px 32px}.bell-button,.top-bar-right{display:flex;align-items:center}.bell-button{background:transparent;border:none;color:#6b7280;padding:8px;border-radius:999px;cursor:pointer;justify-content:center}.bell-button:hover{background:var(--sidebar-hover-bg)}.org-user-box{border:1px solid var(--sidebar-border);border-radius:8px;overflow:hidden;width:100%;max-width:460px;min-width:260px;flex:1 1 auto}.app-shell{display:flex;flex:1 1}.sidebar{width:260px;flex-shrink:0;background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);padding:18px 14px}.nav-list,.sidebar{display:flex;flex-direction:column}.nav-list{gap:2px}.nav-list-bottom{margin-top:auto;padding-top:10px;border-top:1px solid var(--sidebar-border)}.nav-item{display:flex;align-items:center;gap:12px;background:transparent;border:1px solid transparent;border-radius:10px;color:var(--sidebar-text);font-size:14.5px;font-weight:500;padding:9px 12px;transition:background .12s ease,color .12s ease}.nav-item-icon{flex-shrink:0;color:var(--sidebar-icon);transition:color .12s ease}.nav-item:hover{background:var(--sidebar-hover-bg)}.nav-item.active{background:var(--sidebar-active-bg);border-color:var(--sidebar-active-border);font-weight:600}.nav-item.active,.nav-item.active .nav-item-icon{color:var(--sidebar-active-text)}.main-content{flex:1 1;padding:20px 32px}.page-title{font-weight:700;color:#111827;font-size:24px;margin:4px 0 16px}.standalone-page{max-width:720px;margin:40px auto;padding:0 24px}.caspio-placeholder{border:2px dashed #9aa0c8;background:#f5f6fb;border-radius:6px;padding:32px 24px;max-width:640px;color:#444;font-size:14px;line-height:1.5}.caspio-placeholder code{background:#e9eaf5;padding:2px 6px;border-radius:3px;font-size:13px}.dashboard-header-box{border:1px solid var(--accent-blue);max-width:470px;padding:10px 14px 16px;background:#fff}.dashboard-header-top{display:flex;justify-content:flex-end;gap:16px;font-weight:700;color:var(--accent-blue);font-size:15px;margin-bottom:4px}.dashboard-logo-slot{display:flex;justify-content:center;align-items:center;min-height:200px;color:#8a8fb8;font-size:13px;text-align:center;border:1px dashed #c3c7e4;margin:4px 0;padding:12px}.dashboard-caption{text-align:center;font-weight:700;color:var(--accent-blue);font-size:16px;margin-top:6px}.assessment-title{font-size:26px;font-weight:700;color:#222;margin:18px 0 10px}.assessment-subtitle{font-size:22px;font-weight:700;color:#222;max-width:900px;margin:0 0 28px}.assessment-buttons{display:flex;gap:60px;flex-wrap:wrap}.assessment-button{display:block;background:var(--sidebar-active-text);color:#fff;font-weight:700;text-align:center;border-radius:14px;padding:18px 26px;min-width:200px;line-height:1.4;border:none;cursor:pointer}.assessment-button:hover{background:#1d4ed8}.unlinked-note{font-size:13px;color:#666;font-style:italic;max-width:640px;margin:0 0 16px}.landing{position:relative;min-height:100vh;overflow:hidden;background:#05070d;color:#e5e7eb}.landing-glow{position:absolute;inset:-20% -10% auto -10%;height:900px;background:radial-gradient(60% 60% at 30% 20%,rgba(37,99,235,.35),transparent 70%),radial-gradient(50% 50% at 80% 10%,rgba(96,165,250,.25),transparent 70%);filter:blur(40px);animation:landing-drift 16s ease-in-out infinite alternate;pointer-events:none}@keyframes landing-drift{0%{transform:translateZ(0) scale(1)}to{transform:translate3d(2%,3%,0) scale(1.08)}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:24px 32px;max-width:1100px;margin:0 auto}.landing-header-logo{width:130px;height:auto;border-radius:6px}.landing-parent-link{color:#93c5fd;font-size:13px;font-weight:600;letter-spacing:.02em}.landing-parent-link:hover{text-decoration:underline}.landing-hero{position:relative;z-index:1;max-width:720px;margin:0 auto;padding:40px 24px 64px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:landing-fade-up .7s ease both}.landing-hero-logo{width:100%;max-width:220px;height:auto;border-radius:16px;box-shadow:0 20px 60px rgba(37,99,235,.25)}.landing-eyebrow{margin-top:28px;color:#93c5fd;font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.landing-title{margin:14px 0 0;font-size:38px;line-height:1.15;font-weight:800;color:#fff}.landing-subtitle{margin:20px 0 0;color:#cbd5e1;font-size:16px;line-height:1.7;max-width:560px}.landing-cta{display:inline-block;margin-top:32px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;font-size:16px;padding:15px 44px;border-radius:999px;box-shadow:0 10px 30px rgba(37,99,235,.4);transition:transform .15s ease,box-shadow .15s ease}.landing-cta:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(37,99,235,.5)}.landing-stats{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 24px 64px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px;animation:landing-fade-up .7s ease .1s both}.landing-stat{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:24px 20px;display:flex;flex-direction:column;gap:8px;text-align:center}.landing-stat-number{font-size:26px;font-weight:800;color:#93c5fd}.landing-stat-label{font-size:13px;color:#cbd5e1;line-height:1.5}.landing-steps{position:relative;z-index:1;max-width:1000px;margin:0 auto;padding:0 24px 64px}.landing-steps-title{text-align:center;color:#fff;font-size:26px;font-weight:800;margin:0 0 32px}.landing-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:18px;gap:18px}.landing-step-card{background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;padding:22px 18px;transition:transform .15s ease,border-color .15s ease}.landing-step-card:hover{transform:translateY(-4px);border-color:rgba(147,197,253,.5)}.landing-step-number{display:inline-block;color:#60a5fa;font-weight:800;font-size:13px;letter-spacing:.08em}.landing-step-card h3{color:#fff;font-size:16px;margin:10px 0 8px}.landing-step-card p{color:#9ca3af;font-size:13.5px;line-height:1.6;margin:0}.landing-featured{position:relative;z-index:1;text-align:center;padding:0 24px 64px}.landing-featured-link{display:inline-block;color:#cbd5e1;font-size:14px;border:1px solid hsla(0,0%,100%,.12);border-radius:999px;padding:10px 22px}.landing-featured-link:hover{border-color:rgba(147,197,253,.5);color:#fff}.landing-footer{position:relative;z-index:1;text-align:center;padding:24px;color:#6b7280;font-size:13px;border-top:1px solid hsla(0,0%,100%,.08)}.landing-footer a{color:#93c5fd}.landing-footer a:hover{text-decoration:underline}@media (max-width:720px){.landing-title{font-size:28px}.landing-stats,.landing-steps-grid{grid-template-columns:1fr}}.main-content-full{max-width:900px;margin:0 auto;width:100%}.back-link{display:inline-block;color:var(--sidebar-active-text);font-size:14px;font-weight:600;margin-bottom:16px}.back-link:hover{text-decoration:underline}.page-header-row{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.page-header-row .page-title{margin-bottom:0}.new-document-button{display:inline-block;background:var(--sidebar-active-text);color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:8px;white-space:nowrap}.new-document-button:hover{background:#1d4ed8}