@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.app{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:var(--navy);display:flex;align-items:center;padding:0 1.25rem;z-index:200;border-bottom:1px solid rgba(255,255,255,.08);gap:1rem}.header-logo{display:flex;align-items:center;gap:.625rem}.header-logo-icon{width:28px;height:28px;background:var(--blue);border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#fff;font-weight:700;flex-shrink:0}.header-logo-text{font-size:.9375rem;font-weight:600;color:#fff}.header-logo-sub{font-size:.6875rem;color:#ffffff80;font-weight:400;margin-top:1px}.header-divider{width:1px;height:28px;background:#ffffff1f;margin:0 .25rem}.header-version{font-size:.6875rem;color:#ffffff73;font-weight:500;letter-spacing:.05em}.header-status{margin-left:auto;display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:#ffffff8c}.status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #22c55e40}.sidebar{position:fixed;left:0;top:var(--header-h);width:var(--sidebar-w);height:calc(100vh - var(--header-h));background:#fff;border-right:1px solid var(--g200);overflow-y:auto;z-index:100}.sidebar::-webkit-scrollbar{width:4px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:var(--g200);border-radius:2px}.sidebar-section{padding:1.25rem 0 .5rem}.sidebar-section:first-child{padding-top:1rem}.sidebar-section-label{padding:0 1rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--g400)}.nav-item{display:flex;align-items:center;gap:.625rem;padding:.5rem 1rem;cursor:pointer;border-left:2px solid transparent;transition:all .15s;color:var(--g600);font-size:.875rem;font-weight:500;-webkit-user-select:none;user-select:none}.nav-item:hover{background:var(--g50);color:var(--g800)}.nav-item.active{background:var(--blue-light);border-left-color:var(--blue);color:var(--blue);font-weight:600}.nav-icon{font-size:1rem;flex-shrink:0;opacity:.8}.nav-item.active .nav-icon{opacity:1}.content-wrap{margin-left:var(--sidebar-w);margin-top:var(--header-h);min-height:calc(100vh - var(--header-h));display:grid;grid-template-columns:1fr 380px}.doc-left{padding:2.5rem 3rem;border-right:1px solid var(--g200);overflow-y:auto;min-height:calc(100vh - var(--header-h))}.doc-right{background:var(--right-bg);padding:2rem 1.5rem;overflow-y:auto;min-height:calc(100vh - var(--header-h));position:sticky;top:0;height:calc(100vh - var(--header-h))}.section-header{margin-bottom:2.5rem}.section-eyebrow{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--blue);margin-bottom:.5rem}.section-lead{font-size:1.0625rem;color:var(--g500);line-height:1.7;margin-top:.5rem;font-weight:400}.doc-section{margin-bottom:3rem}.doc-section:last-child{margin-bottom:0}.doc-h2{font-size:1.1875rem;font-weight:600;color:var(--navy);padding-bottom:.75rem;border-bottom:1px solid var(--g200);margin-bottom:1.5rem}.doc-p{color:var(--g600);line-height:1.8;font-size:.9375rem;margin-bottom:1rem}.doc-p:last-child{margin-bottom:0}.steps{margin:1.5rem 0}.step{display:flex;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--g100);position:relative}.step:last-child{border-bottom:none}.step-num{width:28px;height:28px;min-width:28px;border-radius:50%;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;margin-top:2px}.step-body{flex:1}.step-title{font-size:.9375rem;font-weight:600;color:var(--navy);margin-bottom:.375rem}.step-desc{font-size:.875rem;color:var(--g500);line-height:1.7}.step-tags{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:.375rem}.step-tag{font-size:.6875rem;padding:.1875rem .5rem;background:var(--g100);color:var(--g500);border-radius:4px;font-weight:500}.step-tag.blue{background:var(--blue-light);color:var(--blue)}.step-tag.green{background:var(--green-light);color:var(--green)}.step-tag.amber{background:var(--amber-light);color:var(--amber)}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin:1.5rem 0}.card{background:#fff;border:1px solid var(--g200);border-radius:10px;padding:1.25rem;transition:all .2s}.card:hover{border-color:var(--g300);box-shadow:0 4px 12px #0000000d}.card-icon{font-size:1.5rem;margin-bottom:.75rem}.card-title{font-size:.9375rem;font-weight:600;color:var(--navy);margin-bottom:.375rem}.card-text{font-size:.875rem;color:var(--g500);line-height:1.65}.callout{border-radius:8px;padding:1rem 1.25rem;margin:1.5rem 0;display:flex;gap:.875rem}.callout-icon{font-size:1.125rem;flex-shrink:0;margin-top:1px}.callout-info{background:var(--blue-light);border:1px solid var(--blue-mid)}.callout-success{background:var(--green-light);border:1px solid var(--green-mid)}.callout-warning{background:var(--amber-light);border:1px solid #fde68a}.callout-note{background:var(--g50);border:1px solid var(--g200)}.callout-title{font-size:.875rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.callout-text{font-size:.875rem;color:var(--g600);line-height:1.65}.doc-table-wrap{overflow-x:auto;margin:1.5rem 0;border-radius:8px;border:1px solid var(--g200)}table{width:100%;border-collapse:collapse;background:#fff}thead{background:var(--g50)}th{padding:.625rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:var(--g500);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--g200);white-space:nowrap}td{padding:.75rem 1rem;font-size:.875rem;color:var(--g600);border-bottom:1px solid var(--g100);line-height:1.5}tr:last-child td{border-bottom:none}tbody tr:hover{background:var(--g50)}.badge{display:inline-block;padding:.1875rem .5rem;border-radius:4px;font-size:.6875rem;font-weight:600;letter-spacing:.03em;white-space:nowrap}.badge-blue{background:var(--blue-light);color:var(--blue)}.badge-green{background:var(--green-light);color:var(--green)}.badge-amber{background:var(--amber-light);color:var(--amber)}.badge-gray{background:var(--g100);color:var(--g500)}.badge-red{background:var(--red-light);color:var(--red)}.doc-list{list-style:none;margin:.75rem 0}.doc-list li{padding:.375rem 0 .375rem 1.25rem;position:relative;font-size:.9375rem;color:var(--g600);line-height:1.65}.doc-list li:before{content:"";position:absolute;left:.25rem;top:.75rem;width:5px;height:5px;border-radius:50%;background:var(--blue);flex-shrink:0}.doc-list.check li:before{content:"✓";background:none;color:var(--green);font-weight:700;font-size:.75rem;top:.3rem;left:0}.roles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin:1.5rem 0}.role-card{border:1px solid var(--g200);border-radius:10px;overflow:hidden}.role-header{padding:.875rem 1rem;background:var(--g50);border-bottom:1px solid var(--g200);display:flex;align-items:center;gap:.625rem}.role-header-icon{font-size:1.125rem}.role-header-title{font-size:.9375rem;font-weight:600;color:var(--navy)}.role-body{padding:.875rem 1rem}.role-permission{display:flex;align-items:flex-start;gap:.5rem;padding:.3125rem 0;font-size:.875rem;color:var(--g600)}.role-permission-check{color:var(--green);font-weight:700;flex-shrink:0;margin-top:1px}.flow-diagram{margin:1.5rem 0;border:1px solid var(--g200);border-radius:10px;overflow:hidden;background:#fff}.flow-row{display:flex;align-items:center;padding:.875rem 1.25rem;border-bottom:1px solid var(--g100);gap:1rem}.flow-row:last-child{border-bottom:none}.flow-row-num{width:24px;height:24px;min-width:24px;background:var(--blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:700}.flow-row-title{font-size:.9375rem;font-weight:600;color:var(--navy);min-width:160px}.flow-row-desc{font-size:.875rem;color:var(--g500);line-height:1.6;flex:1}.flow-row-badge{margin-left:auto;flex-shrink:0}.flow-arrow{padding:.375rem 1.25rem;background:var(--g50);display:flex;align-items:center;justify-content:center;color:var(--g400);font-size:.75rem}.panel{margin-bottom:1.5rem}.panel:last-child{margin-bottom:0}.panel-header{padding:.5rem .875rem;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.08);border-radius:7px 7px 0 0;display:flex;align-items:center;justify-content:space-between}.panel-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff6}.panel-dots{display:flex;gap:4px}.panel-dot{width:8px;height:8px;border-radius:50%}.panel-dot:nth-child(1){background:#ff5f57}.panel-dot:nth-child(2){background:#febc2e}.panel-dot:nth-child(3){background:#28c840}.panel-body{background:#0f172a;border-radius:0 0 7px 7px;padding:1rem 1.125rem;overflow-x:auto}.panel-body pre{font-size:.8125rem;line-height:1.65;color:#cbd5e1;white-space:pre}.panel-body .c-comment{color:#64748b}.panel-body .c-key{color:#7dd3fc}.panel-body .c-val{color:#86efac}.panel-body .c-str{color:#fca5a5}.panel-body .c-num{color:#fbbf24}.panel-body .c-head{color:#e2e8f0;font-weight:600}.panel-body .c-ok{color:#4ade80}.panel-body .c-err{color:#f87171}.panel-body .c-info{color:#60a5fa}.panel-body .c-sep{color:#334155}.doc-divider{height:1px;background:var(--g100);margin:2.5rem 0}.timeline{margin:1.5rem 0}.timeline-phase{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px dashed var(--g200)}.timeline-phase:last-child{border-bottom:none}.timeline-marker{width:36px;min-width:36px;text-align:center}.timeline-num{display:inline-flex;width:28px;height:28px;background:var(--navy);color:#fff;border-radius:6px;font-size:.75rem;font-weight:700;align-items:center;justify-content:center}.timeline-title{font-size:.9375rem;font-weight:600;color:var(--navy);margin-bottom:.375rem}.timeline-meta{font-size:.75rem;color:var(--g400);margin-bottom:.5rem;font-weight:500}.timeline-items{list-style:none;margin:0}.timeline-items li{font-size:.875rem;color:var(--g500);padding:.1875rem 0 .1875rem .875rem;position:relative}.timeline-items li:before{content:"–";position:absolute;left:0;color:var(--g300)}.integrations{display:flex;flex-direction:column;gap:1px;border:1px solid var(--g200);border-radius:8px;overflow:hidden}.integration-row{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#fff;border-bottom:1px solid var(--g100)}.integration-row:last-child{border-bottom:none}.integration-logo{width:40px;height:40px;min-width:40px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;background:var(--g50);border:1px solid var(--g200)}.integration-name{font-size:.9375rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.integration-desc{font-size:.875rem;color:var(--g500);line-height:1.65}.integration-tags{margin-top:.5rem;display:flex;gap:.375rem;flex-wrap:wrap}.sim-progress{display:flex;align-items:center;margin:1.5rem 0}.sim-step{display:flex;flex-direction:column;align-items:center;gap:.375rem;flex:1;position:relative}.sim-step:after{content:"";position:absolute;top:14px;right:-50%;width:100%;height:2px;background:var(--g200);z-index:0}.sim-step:last-child:after{display:none}.sim-step-dot{width:28px;height:28px;border-radius:50%;border:2px solid var(--g300);background:#fff;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--g400);position:relative;z-index:1;transition:all .2s}.sim-step.active .sim-step-dot{background:var(--blue);border-color:var(--blue);color:#fff;box-shadow:0 0 0 4px #2563eb1f}.sim-step.done .sim-step-dot{background:var(--green);border-color:var(--green);color:#fff}.sim-step.done:after{background:var(--green)}.sim-step-label{font-size:.6875rem;color:var(--g400);font-weight:500;text-align:center}.sim-step.active .sim-step-label{color:var(--blue);font-weight:600}.sim-step.done .sim-step-label{color:var(--green)}.sim-content{margin:2rem 0}.form-field{margin-bottom:1rem}.form-label{display:block;font-size:.8125rem;font-weight:600;color:var(--g700);margin-bottom:.375rem}.form-input{width:100%;padding:.5625rem .875rem;border:1px solid var(--g300);border-radius:6px;font-size:.9375rem;font-family:inherit;color:var(--g800);transition:all .15s;outline:none}.form-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5625rem 1.25rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s}.btn-primary{background:var(--blue);color:#fff;width:100%;justify-content:center;margin-top:.5rem;padding:.6875rem}.btn-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 12px #2563eb4d;transform:translateY(-1px)}.btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.btn-ghost{background:transparent;color:var(--blue);border:1px solid var(--blue);width:100%;justify-content:center;margin-top:.5rem;padding:.5625rem}.btn-ghost:hover{background:var(--blue-light)}.box-picker{display:flex;flex-direction:column;gap:.625rem;margin:1rem 0}.box-item{border:1.5px solid var(--g200);border-radius:8px;padding:.875rem 1rem;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:all .15s}.box-item:hover{border-color:var(--blue);background:var(--blue-light)}.box-badge{background:var(--navy);color:#fff;padding:.25rem .5rem;border-radius:5px;font-size:.75rem;font-weight:700;min-width:48px;text-align:center}.box-info{flex:1}.box-name{font-size:.9375rem;font-weight:600;color:var(--navy)}.box-meta{font-size:.8125rem;color:var(--g400)}.box-price{font-size:.9375rem;font-weight:700;color:var(--blue);white-space:nowrap}.duration-picker{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;margin:1rem 0}.dur-item{border:1.5px solid var(--g200);border-radius:8px;padding:.75rem;cursor:pointer;text-align:center;transition:all .15s}.dur-item:hover{border-color:var(--blue);background:var(--blue-light)}.dur-label{font-size:.8125rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.dur-price{font-size:1.125rem;font-weight:700;color:var(--blue)}.payment-summary{border:1px solid var(--g200);border-radius:8px;overflow:hidden;margin:1rem 0}.pay-row{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;border-bottom:1px solid var(--g100);font-size:.875rem}.pay-row:last-child{border-bottom:none}.pay-label{color:var(--g500)}.pay-value{font-weight:500;color:var(--g700)}.pay-row.total{background:var(--g50)}.pay-row.total .pay-label{font-weight:600;color:var(--navy)}.pay-row.total .pay-value{font-size:1rem;font-weight:700;color:var(--navy)}.success-box{text-align:center;padding:1.5rem 0}.success-icon{width:64px;height:64px;border-radius:50%;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem}.access-code{background:var(--navy);border-radius:10px;padding:1.25rem;margin:1rem 0;text-align:center}.code-label{font-size:.75rem;color:#ffffff80;font-weight:500;margin-bottom:.375rem}.code-value{font-size:2.25rem;font-weight:700;color:#fff;letter-spacing:.15em;font-family:Fira Code,monospace}.sidebar-divider{height:1px;background:var(--g200);margin:.75rem 0}.nav-badge{font-size:.6875rem;font-weight:700;background:var(--blue);color:#fff;border-radius:99px;padding:0 .4375rem;min-width:18px;text-align:center;line-height:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.nav-item.active .nav-badge{background:var(--blue)}.comment-panel{margin-top:0}.cp-separator{height:1px;background:var(--g200);margin:2rem 0 0}.cp-toggle{display:flex;align-items:center;gap:.625rem;width:100%;padding:.875rem 0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--g600);text-align:left;transition:color .15s}.cp-toggle:hover{color:var(--g900)}.cp-toggle-open{color:var(--navy)}.cp-toggle-icon{font-size:1rem}.cp-toggle-label{flex:1}.cp-toggle-count{background:var(--blue);color:#fff;border-radius:99px;font-size:.6875rem;font-weight:700;padding:0 .4375rem;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center}.cp-toggle-arrow{font-size:.625rem;color:var(--g400)}.cp-panel-body{padding-bottom:1.5rem}.cp-panel-section-name{font-size:.75rem;color:var(--g400);font-weight:500;margin-bottom:1rem;padding-top:0}.cp-loading,.cp-empty{font-size:.875rem;color:var(--g400);padding:.5rem 0 1rem}.cp-comments-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem;max-width:640px}.cp-comment{background:#fff;border:1px solid var(--g200);border-radius:8px;padding:.875rem 1rem;overflow:hidden;min-width:0}.cp-comment-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.cp-avatar{width:32px;height:32px;border-radius:50%;background:var(--navy);color:#fff;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-avatar.sm{width:26px;height:26px;font-size:.625rem}.cp-comment-meta{flex:1}.cp-comment-author{font-size:.875rem;font-weight:600;color:var(--navy);line-height:1.2}.cp-comment-time{font-size:.75rem;color:var(--g400)}.cp-comment-text{font-size:.875rem;color:var(--g700);line-height:1.7;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}.cp-delete-btn{background:none;border:none;cursor:pointer;font-size:1.125rem;color:var(--g400);padding:0 .25rem;line-height:1;transition:color .15s;flex-shrink:0}.cp-delete-btn:hover{color:var(--red)}.cp-login{background:#fff;border:1px solid var(--g200);border-radius:10px;padding:1.25rem;text-align:center;max-width:360px}.cp-login-icon{font-size:1.75rem;margin-bottom:.5rem}.cp-login-title{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}.cp-login-sub{font-size:.8125rem;color:var(--g500);margin-bottom:1rem}.cp-login-form{text-align:left}.cp-input{width:100%;padding:.5625rem .875rem;border:1px solid var(--g300);border-radius:6px;font-size:.9375rem;font-family:inherit;color:var(--g800);outline:none;transition:border-color .15s,box-shadow .15s}.cp-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.cp-error{font-size:.8125rem;color:var(--red);margin-top:.375rem}.cp-btn-primary{display:block;width:100%;margin-top:.75rem;padding:.625rem;background:var(--blue);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s}.cp-btn-primary:hover:not(:disabled){background:#1d4ed8;box-shadow:0 4px 10px #2563eb40;transform:translateY(-1px)}.cp-btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.cp-form{max-width:640px}.cp-form-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.625rem}.cp-form-user{font-size:.875rem;font-weight:600;color:var(--navy);flex:1}.cp-logout-btn{background:none;border:none;cursor:pointer;font-size:.75rem;color:var(--g400);font-family:inherit;transition:color .15s}.cp-logout-btn:hover{color:var(--g600)}.cp-textarea{width:100%;padding:.625rem .875rem;border:1px solid var(--g300);border-radius:6px;font-size:.875rem;font-family:inherit;color:var(--g800);resize:vertical;outline:none;transition:border-color .15s,box-shadow .15s}.cp-textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2563eb1a}.notes-section-header{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.625rem 0;border-bottom:1px solid var(--g200)}.notes-section-header:hover .notes-section-nav{opacity:1}.notes-section-label{font-size:1rem;font-weight:600;color:var(--navy);flex:1}.notes-section-count{font-size:.75rem;color:var(--g400);font-weight:500}.notes-section-nav{font-size:.75rem;color:var(--blue);opacity:0;transition:opacity .15s;font-weight:500}.note-card{background:#fff;border:1px solid var(--g200);border-radius:8px;padding:.875rem 1rem}.note-card-header{display:flex;align-items:center;gap:.625rem;margin-bottom:.5rem}.note-author{font-size:.875rem;font-weight:600;color:var(--navy);line-height:1.2}.note-time{font-size:.75rem;color:var(--g400)}.note-text{font-size:.875rem;color:var(--g700);line-height:1.7;white-space:pre-wrap}.filter-btn{padding:.3125rem .75rem;border:1px solid var(--g200);border-radius:99px;background:#fff;font-size:.75rem;font-weight:500;color:var(--g600);cursor:pointer;font-family:inherit;transition:all .15s}.filter-btn:hover{border-color:var(--g300);background:var(--g50)}.filter-btn.active{background:var(--navy);border-color:var(--navy);color:#fff}@media(max-width:1280px){.content-wrap{grid-template-columns:1fr}.doc-right{display:none}}@media(max-width:900px){.content-wrap{margin-left:0}.sidebar{display:none}.doc-left{padding:2rem 1.5rem}.comment-panel{padding:0 1.5rem}}:root{--navy: #1a2332;--blue: #2563eb;--blue-soft: #3b82f6;--blue-light: #eff6ff;--blue-mid: #dbeafe;--green: #16a34a;--green-light: #f0fdf4;--green-mid: #bbf7d0;--amber: #d97706;--amber-light: #fffbeb;--red: #dc2626;--red-light: #fef2f2;--g50: #f9fafb;--g100: #f3f4f6;--g200: #e5e7eb;--g300: #d1d5db;--g400: #9ca3af;--g500: #6b7280;--g600: #4b5563;--g700: #374151;--g800: #1f2937;--g900: #111827;--sidebar-w: 248px;--header-h: 52px;--right-bg: #1e293b}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.6;color:var(--g700);background:#fff;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}h1{font-size:1.75rem;font-weight:700;line-height:1.3;color:var(--navy);letter-spacing:-.02em;margin-bottom:.5rem}h2{font-size:1.25rem;font-weight:600;color:var(--navy);letter-spacing:-.01em;margin-bottom:.5rem}h3{font-size:1.0625rem;font-weight:600;color:var(--navy);margin-bottom:.375rem}h4{font-size:.9375rem;font-weight:600;color:var(--navy);margin-bottom:.25rem}p{color:var(--g600);line-height:1.75;font-size:.9375rem}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}code,pre{font-family:Fira Code,Consolas,Monaco,monospace}
