@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap";:root{--forest:#173e36;--forest2:#0e2e28;--lime:#c8f05a;--ivory:#f5f2e9;--paper:#fffefa;--ink:#15221e;--muted:#68756f;--line:#dcded7;--soft:#e9eee8;--danger:#b84035;--shadow:0 18px 50px #132f271f;color:var(--ink);background:var(--ivory);font-synthesis:none;font-family:DM Sans,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--ivory);min-width:320px;margin:0}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}svg{stroke-width:1.8px;width:19px;height:19px}h1,h2,h3,p{margin-top:0}.btn{background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:9px;height:44px;padding:0 18px;font-weight:700;transition:all .2s;display:inline-flex}.btn svg{width:17px}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.btn.dark{background:var(--forest);color:#fff}.btn.primary{background:var(--lime);color:var(--forest2);box-shadow:0 7px 18px #6e911924}.btn.lime{background:var(--lime);color:var(--forest2)}.btn.ghost{border-color:var(--line);background:#fff}.btn.full{width:100%}.btn.large{height:54px;padding:0 24px}.btn.danger{color:var(--danger)}.spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.page-loader{height:100vh;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:14px;display:flex}.page-loader .brand-mark{margin-bottom:5px}.page-loader.inner{height:60vh}.brand-mark{background:var(--lime);width:39px;height:39px;color:var(--forest);border-radius:11px;place-items:center;display:grid}.brand-mark svg{width:21px}.logo{letter-spacing:-.4px;align-items:center;gap:10px;font-size:19px;font-weight:700;display:flex}.logo>span:last-child span{color:#83a21f}.toast{z-index:100;background:var(--forest2);color:#fff;box-shadow:var(--shadow);border-radius:10px;align-items:center;gap:10px;padding:14px 18px;animation:.25s slideup;display:flex;position:fixed;bottom:28px;right:28px}.toast svg{color:var(--lime)}@keyframes slideup{0%{opacity:0;transform:translateY(15px)}}.landing{background:var(--ivory);overflow:hidden}.landing-nav{border-bottom:1px solid #173e361a;justify-content:space-between;align-items:center;max-width:1240px;height:78px;margin:auto;padding:0 26px;display:flex}.landing-nav nav{gap:34px;display:flex}.landing-nav nav a{color:#4e5e58;font-size:14px;font-weight:600;text-decoration:none}.nav-actions{gap:8px;display:flex}.hero{grid-template-columns:1.02fr .98fr;align-items:center;gap:65px;max-width:1240px;min-height:665px;margin:auto;padding:80px 26px 70px;display:grid}.eyebrow{color:var(--forest);letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.eyebrow svg{width:16px}.hero h1,.section-heading h2,.source-section h2,.cta h2{letter-spacing:-2.5px;margin:22px 0;font-family:Newsreader,Georgia,serif;font-size:66px;line-height:.98}.hero h1 em,.cta h2 em{color:#708b25;font-weight:500}.hero-copy>p{color:#52615c;max-width:620px;font-size:18px;line-height:1.65}.hero-actions{align-items:center;gap:20px;margin-top:34px;display:flex}.hero-actions>span{color:var(--muted);align-items:center;gap:6px;font-size:13px;display:flex}.hero-actions>span svg{color:#789827;width:15px}.trust-row{border-top:1px solid var(--line);color:#52615c;gap:20px;margin-top:26px;padding-top:23px;font-size:12px;display:flex}.trust-row span{align-items:center;gap:6px;display:flex}.trust-row svg{color:#6f9021;width:15px}.hero-visual{align-items:center;min-height:520px;display:flex;position:relative}.paper-stack{background:#e3e8df;border:1px solid #d5dad2;border-radius:15px;position:absolute;inset:32px 30px;transform:rotate(5deg)}.paper-stack.middle{background:#fcfbf5;transform:rotate(-3deg)}.workspace-card{background:#fff;border:1px solid #d9ddd5;border-radius:16px;width:100%;padding:26px;position:relative;box-shadow:0 30px 80px #19372f2e}.workspace-top,.workspace-bottom{justify-content:space-between;align-items:center;display:flex}.workspace-top div{flex-direction:column;gap:5px;display:flex}.workspace-top small{letter-spacing:.12em;color:#819089;font-size:10px;font-weight:700}.workspace-top strong{font-size:20px}.status-pill{color:#416416;background:#e8f3c8;border-radius:20px;align-items:center;gap:5px;padding:7px 10px;font-size:11px;font-weight:700;display:flex}.status-pill svg{width:13px}.progress-line{background:#e9ede8;border-radius:5px;height:5px;margin:22px 0}.progress-line span{background:var(--lime);border-radius:5px;height:100%;display:block}.doc-list{flex-direction:column;display:flex}.doc-list>div{border-bottom:1px solid #edf0eb;grid-template-rows:auto auto;grid-template-columns:36px 1fr auto;align-items:center;column-gap:11px;padding:11px 3px;display:grid}.doc-list .doc-icon{width:34px;height:34px;color:var(--forest);background:#edf2ee;border-radius:8px;grid-row:1/3;place-items:center;display:grid}.doc-list b{font-size:13px}.doc-list small{color:#8a958f;font-size:10px}.doc-list>div>svg{color:#82a527;grid-area:1/3/3;width:17px}.workspace-bottom{padding-top:20px}.workspace-bottom>span{color:#65736d;align-items:center;gap:6px;font-size:11px;display:flex}.workspace-bottom>span svg{color:#7da01c;width:15px}.workspace-bottom button{background:var(--forest);color:#fff;border:0;border-radius:6px;align-items:center;gap:7px;padding:9px 12px;font-size:11px;display:flex}.workspace-bottom button svg{width:14px}.numbers{background:var(--forest);color:#fff;grid-template-columns:repeat(4,1fr);padding:30px max(50vw - 594px,26px);display:grid}.numbers>div{border-right:1px solid #ffffff2b;align-items:baseline;gap:10px;padding:8px 25px;display:flex}.numbers>div:last-child{border:0}.numbers b{color:var(--lime);font-family:Newsreader,Georgia,serif;font-size:32px}.numbers span{color:#bdcbc5;font-size:12px}.feature-section{max-width:1190px;margin:auto;padding:115px 26px}.section-heading span,.source-section>div>span,.cta>div>span{text-transform:uppercase;letter-spacing:.13em;color:#75847e;font-size:11px;font-weight:700}.section-heading h2{margin:18px 0 50px;font-size:51px;line-height:1.04}.feature-grid{border-top:1px solid #cfd4cd;grid-template-columns:repeat(3,1fr);display:grid}.feature{padding:28px 32px 10px 0}.feature+.feature{border-left:1px solid #cfd4cd;padding-left:32px}.feature>div{justify-content:space-between;display:flex}.feature>div span{background:var(--forest);width:45px;height:45px;color:var(--lime);border-radius:50%;place-items:center;display:grid}.feature>div small{color:#9aa29e}.feature h3{margin:28px 0 12px;font-family:Newsreader,Georgia,serif;font-size:25px}.feature p{color:#65716c;font-size:14px;line-height:1.7}.steps-section{background:var(--forest2);color:#fff;padding:100px max(50vw - 594px,26px)}.section-heading.light span{color:var(--lime)}.section-heading.light h2{margin-bottom:50px;font-size:52px}.steps{background:#ffffff2b;grid-template-columns:repeat(3,1fr);gap:1px;display:grid}.step{background:var(--forest2);gap:20px;min-height:185px;padding:30px;display:flex}.step>b{color:var(--lime);font-family:Newsreader,serif;font-size:32px}.step h3{margin:7px 0 13px;font-size:17px}.step p{color:#b5c4bf;font-size:13px;line-height:1.7}.source-section{grid-template-columns:1.2fr .8fr;align-items:center;gap:120px;max-width:1190px;margin:auto;padding:115px 26px;display:grid}.source-section h2{margin-top:23px;font-size:50px}.source-section>div>p{color:#66736d;line-height:1.7}.source-card{box-shadow:var(--shadow);background:#fffdf8;border:1px solid #d5d9d2;border-radius:12px;flex-direction:column;gap:9px;padding:30px;display:flex}.source-card small{letter-spacing:.12em;color:#7f8b85;font-size:10px}.source-card b{font-family:Newsreader,serif;font-size:27px}.source-card span{color:#5f6e68;font-size:12px}.source-card hr{border:0;border-top:1px solid var(--line);width:100%;margin:13px 0}.source-card p{color:#7a8580;margin:0;font-size:12px;line-height:1.6}.cta{background:#e7edda;border-radius:16px;justify-content:space-between;align-items:center;max-width:1190px;margin:0 auto 90px;padding:60px 65px;display:flex}.cta h2{margin:14px 0 0;font-size:46px}.landing footer{border-top:1px solid var(--line);color:#7c8782;justify-content:space-between;align-items:center;max-width:1190px;margin:auto;padding:35px 26px 45px;font-size:11px;display:flex}.landing footer p{margin:0}.modal-backdrop{z-index:50;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#081b17b3;place-items:center;padding:22px;display:grid;position:fixed;inset:0}.auth-modal{background:var(--paper);border-radius:16px;width:min(465px,100%);padding:34px 38px;position:relative;box-shadow:0 30px 90px #00000040}.modal-close{color:#697771;background:0 0;border:0;position:absolute;top:18px;right:18px}.auth-copy{margin:33px 0 23px}.auth-copy small,.editor header small{color:#82918a;letter-spacing:.13em;font-size:10px;font-weight:700}.auth-copy h2{margin:8px 0;font-family:Newsreader,serif;font-size:34px}.auth-copy p{color:#68756f;font-size:13px}.field{flex-direction:column;gap:7px;margin-bottom:15px;display:flex}.field>span{color:#45524d;font-size:12px;font-weight:700}.field>span small{color:#9aa39f;margin-left:7px;font-size:10px;font-weight:500}.field input,.field textarea,.field select,.edit-section input,.edit-section textarea{background:#fff;border:1px solid #ced4ce;border-radius:7px;outline:none;padding:11px 12px;transition:all .15s}.field input,.field select{height:44px}.field input:focus,.field textarea:focus,.field select:focus,.edit-section input:focus,.edit-section textarea:focus{border-color:#6f8e32;box-shadow:0 0 0 3px #adcf4729}.field input:disabled{color:#60706a;background:#edf0eb}.form-error{color:#9c342b;background:#fdebea;border:1px solid #f0c8c4;border-radius:7px;margin-bottom:14px;padding:10px 12px;font-size:12px}.auth-switch{text-align:center;color:#76827d;margin-top:20px;font-size:12px}.auth-switch button{color:#56730b;background:0 0;border:0;font-weight:700}.auth-modal .logo{justify-content:center}.app-shell{background:#f3f2ec;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.app-shell>aside{background:var(--forest2);color:#fff;z-index:30;flex-direction:column;width:250px;padding:24px 18px;display:flex;position:fixed;inset:0 auto 0 0}.app-shell>aside .logo{padding:0 8px 26px}.aside-close{display:none}.app-shell>aside nav{flex-direction:column;gap:4px;margin-top:28px;display:flex}.app-shell>aside nav small{letter-spacing:.15em;color:#809b92;margin:0 10px 8px;font-size:9px}.app-shell>aside nav button{color:#abc0b9;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:11px;height:42px;padding:0 12px;font-size:13px;display:flex}.app-shell>aside nav button.active,.app-shell>aside nav button:hover{color:#fff;background:#ffffff17}.app-shell>aside nav button.active svg{color:var(--lime)}.aside-note{border:1px solid #ffffff1f;border-radius:9px;gap:9px;margin-top:auto;padding:14px;display:flex}.aside-note>svg{color:var(--lime);width:17px}.aside-note div{flex-direction:column;gap:4px;display:flex}.aside-note b{font-size:11px}.aside-note span{color:#95aaa3;font-size:9px;line-height:1.4}.user-card{border-top:1px solid #ffffff1f;grid-template-columns:34px 1fr 26px;align-items:center;gap:9px;margin-top:18px;padding:18px 5px 0;display:grid}.user-card>span{background:var(--lime);height:34px;color:var(--forest);border-radius:9px;place-items:center;font-weight:700;display:grid}.user-card div{flex-direction:column;display:flex;overflow:hidden}.user-card b,.user-card small{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.user-card b{font-size:11px}.user-card small{color:#95aaa3;font-size:8px}.user-card button{color:#93aaa2;background:0 0;border:0;padding:3px}.user-card button svg{width:16px}.app-main{grid-column:2}.app-header{z-index:20;background:#fff;border-bottom:1px solid #e0e2dd;justify-content:space-between;align-items:center;height:73px;padding:0 34px;display:flex;position:sticky;top:0}.app-header>div:first-of-type{flex-direction:column;display:flex}.app-header small{letter-spacing:.13em;color:#8a958f;font-size:8px}.app-header b{margin-top:3px;font-size:14px}.header-status{color:#75817c;align-items:center;gap:7px;font-size:11px;display:flex}.header-status span{background:#87928d;border-radius:50%;width:7px;height:7px}.header-status span.online{background:#80a825;box-shadow:0 0 0 4px #edf3dd}.mobile-menu{display:none}.content{max-width:1300px;margin:auto;padding:42px}.welcome{justify-content:space-between;align-items:flex-end;margin-bottom:35px;display:flex}.welcome>div>span,.wizard-heading>span{letter-spacing:.14em;text-transform:uppercase;color:#799325;font-size:10px;font-weight:700}.welcome h1,.wizard-heading h1,.package-hero h1,.profile-page h1{letter-spacing:-.7px;margin:8px 0 5px;font-family:Newsreader,serif;font-size:40px}.welcome p,.wizard-heading p{color:#77827e;margin:0;font-size:13px}.stat-grid{grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:24px;display:grid}.stat{background:#fff;border:1px solid #dedfd9;border-radius:10px;align-items:center;gap:14px;padding:20px;display:flex}.stat>span{width:42px;height:42px;color:var(--forest);background:#eef2e9;border-radius:9px;place-items:center;display:grid}.stat>div{flex-direction:column;display:flex}.stat b{font-family:Newsreader,serif;font-size:26px}.stat small{color:#82908a;font-size:10px}.list-panel{background:#fff;border:1px solid #dfe1dc;border-radius:11px;overflow:hidden}.panel-head{border-bottom:1px solid #e2e4df;justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.panel-head h2{margin:0 0 3px;font-size:16px}.panel-head span{color:#8b9691;font-size:10px}.search{border:1px solid #d5dad4;border-radius:7px;align-items:center;gap:7px;width:240px;height:36px;padding:0 10px;display:flex}.search svg{color:#8a9690;width:14px}.search input{border:0;outline:0;width:100%;font-size:11px}.empty,.empty-state{color:#87938e;justify-content:center;align-items:center;gap:10px;min-height:270px;font-size:12px;display:flex}.empty-state{text-align:center;flex-direction:column}.empty-state>span{width:55px;height:55px;color:var(--forest);background:#eff2eb;border-radius:50%;place-items:center;display:grid}.empty-state h3{color:var(--ink);margin:5px 0 0;font-family:Newsreader,serif;font-size:23px}.empty-state p{margin:0 0 10px}.package-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #eceeea;grid-template-columns:44px minmax(170px,1fr) 65px 105px 90px 20px;align-items:center;gap:14px;width:100%;padding:14px 20px;display:grid}.package-row:hover{background:#fafbf7}.subject-tile{background:var(--forest);width:42px;height:42px;color:var(--lime);border-radius:8px;place-items:center;font-size:11px;font-weight:700;display:grid}.package-info{flex-direction:column;gap:4px;display:flex;overflow:hidden}.package-info b{font-size:12px}.package-info span{color:#85918b;white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.package-count{flex-direction:column;display:flex}.package-count b{font-size:14px}.package-count small,.package-row .date{color:#8a958f;font-size:8px}.status{color:#5e6d66;background:#eef1ed;border-radius:20px;justify-content:center;align-items:center;gap:4px;padding:6px 8px;font-size:8px;font-weight:700;display:inline-flex}.status svg{width:11px;height:11px}.status.reviewed{color:#506d14;background:#eaf2d7}.package-row>svg{color:#9ba49f;width:15px}.back-link{color:#68766f;background:0 0;border:0;align-items:center;gap:7px;padding:0;font-size:11px;font-weight:600;display:flex}.back-link svg{width:15px}.wizard{max-width:1000px}.wizard-heading{margin-top:35px}.wizard-progress{grid-template-columns:repeat(3,1fr);margin:37px 0 21px;display:grid}.wizard-progress>div{color:#9aa39f;align-items:center;gap:10px;display:flex;position:relative}.wizard-progress>div:after{content:"";background:#d4d7d1;height:1px;position:absolute;bottom:-13px;left:38px;right:10px}.wizard-progress>div:last-child:after{display:none}.wizard-progress span{z-index:1;background:#f3f2ec;border:1px solid #cfd4ce;border-radius:50%;place-items:center;width:27px;height:27px;font-size:10px;display:grid}.wizard-progress svg{width:13px}.wizard-progress b{font-size:10px}.wizard-progress .active{color:var(--forest)}.wizard-progress .active span{background:var(--forest);color:var(--lime);border-color:var(--forest)}.wizard-card{background:#fff;border:1px solid #dedfd9;border-radius:12px;padding:30px}.card-title{align-items:flex-start;gap:17px;margin-bottom:28px;display:flex}.card-title>span{background:var(--forest);width:39px;height:39px;color:var(--lime);border-radius:50%;place-items:center;font-family:Newsreader,serif;display:grid}.card-title h2{margin:0 0 4px;font-family:Newsreader,serif;font-size:27px}.card-title p{color:#85908b;margin:0;font-size:11px}.form-grid{grid-template-columns:repeat(2,1fr);gap:0 18px;display:grid}.form-grid.four{grid-template-columns:repeat(4,1fr)}.subsection{border-top:1px solid #e2e4df;margin:14px 0 24px;padding-top:24px}.subsection h3{margin:0 0 3px;font-size:13px}.subsection>p{color:#8b9691;margin-bottom:17px;font-size:10px}.verified-note{color:#476019;background:#edf3e2;border-radius:7px;align-items:center;gap:10px;margin-bottom:15px;padding:10px;display:flex}.verified-note svg{width:18px}.verified-note div{flex-direction:column;display:flex}.verified-note b{font-size:10px}.verified-note span{font-size:8px}.capacity{background:#edf1ed;border-radius:7px;align-items:center;gap:9px;height:40px;padding:0 13px;display:flex}.capacity svg{color:#6e8e22;width:15px}.capacity span{font-size:10px}.capacity b{margin-left:auto;font-size:12px}.wizard-actions{border-top:1px solid #e1e3df;justify-content:space-between;align-items:center;margin-top:25px;padding-top:22px;display:flex}.review-grid{border:1px solid #dfe2dc;border-radius:9px;grid-template-columns:repeat(2,1fr);display:grid;overflow:hidden}.review-grid>div{border-bottom:1px solid #e7e9e4;flex-direction:column;padding:15px;display:flex}.review-grid>div:nth-child(odd){border-right:1px solid #e7e9e4}.review-grid small{color:#8b9791;text-transform:uppercase;letter-spacing:.08em;font-size:8px}.review-grid b{margin-top:5px;font-size:12px}.generation-map{margin:23px 0}.generation-map h3{font-size:12px}.generation-map>div{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.generation-map span{align-items:center;gap:6px;font-size:10px;display:flex}.generation-map svg{color:#75951d;width:13px}.mode-banner{background:#f0f1ed;border-radius:8px;gap:13px;padding:15px;display:flex}.mode-banner.ai{background:#eef4d9}.mode-banner>span{color:#6b8721;background:#fff;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.mode-banner div{flex-direction:column;gap:4px;display:flex}.mode-banner b{font-size:11px}.mode-banner p{color:#73807a;margin:0;font-size:9px;line-height:1.5}.confirm{color:#69766f;align-items:flex-start;gap:8px;margin-top:18px;font-size:10px;display:flex}.confirm input{accent-color:var(--forest)}.detail{padding:27px 32px 50px}.detail-top{justify-content:space-between;align-items:center;display:flex}.detail-actions{gap:7px;display:flex}.package-hero{background:var(--forest);color:#fff;border-radius:12px;justify-content:space-between;align-items:center;margin:28px 0 22px;padding:28px 30px;display:flex}.package-hero h1{margin:12px 0 3px;font-size:35px}.package-hero p{color:#abc0b8;margin:0;font-size:10px}.package-hero .status{width:auto;color:var(--lime);background:#ffffff1a}.package-source{border-left:1px solid #fff3;align-items:center;gap:10px;padding-left:25px;display:flex}.package-source svg{color:var(--lime)}.package-source div{flex-direction:column;gap:4px;display:flex}.package-source small{color:#95aaa2;letter-spacing:.1em;font-size:8px}.package-source b{font-size:10px}.document-workspace{background:#fff;border:1px solid #dadeda;border-radius:11px;grid-template-columns:240px minmax(0,1fr);min-height:720px;display:grid;overflow:hidden}.doc-sidebar{background:#f8f8f4;border-right:1px solid #e1e3de;max-height:calc(100vh - 130px);padding:19px 12px;position:sticky;top:90px;overflow:auto}.doc-sidebar>div:first-child{justify-content:space-between;padding:0 9px 15px;display:flex}.doc-sidebar>div:first-child small{letter-spacing:.1em;color:#8b9690;font-size:8px}.doc-sidebar>div:first-child b{font-size:9px}.doc-group{margin-bottom:17px}.doc-group>span{color:#8b9690;text-transform:uppercase;letter-spacing:.08em;padding:6px 9px;font-size:8px;font-weight:700;display:block}.doc-group button{text-align:left;color:#65726d;background:0 0;border:0;border-radius:7px;align-items:center;gap:7px;width:100%;padding:8px 9px;font-size:9px;display:flex}.doc-group button>span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.doc-group button svg{flex:none;width:13px}.doc-group button.active{background:var(--forest);color:#fff}.doc-group button.active>svg:first-child{color:var(--lime)}.preview-area{background:#e6e8e4;min-width:0}.preview-toolbar{z-index:10;background:#fff;border-bottom:1px solid #e0e3de;justify-content:space-between;align-items:center;height:64px;padding:0 18px;display:flex;position:sticky;top:73px}.preview-toolbar>div:first-child{flex-direction:column;display:flex}.preview-toolbar small{color:#8c9792;letter-spacing:.09em;font-size:8px}.preview-toolbar b{margin-top:4px;font-size:10px}.preview-toolbar>div:last-child{gap:5px;display:flex}.preview-toolbar button{background:#fff;border:1px solid #d7dbd6;border-radius:6px;align-items:center;gap:5px;height:33px;padding:0 9px;font-size:9px;font-weight:700;display:flex}.preview-toolbar button svg{width:13px}.preview-toolbar button.download{background:var(--forest);color:#fff;border-color:var(--forest)}.paper{color:#111;background:#fff;width:min(210mm,100% - 50px);min-height:297mm;margin:28px auto;padding:18mm 16mm;font-family:Arial,sans-serif;font-size:10pt;box-shadow:0 12px 35px #19282321}.paper>header{text-align:center;border-bottom:2px solid #1b3830;margin-bottom:25px;padding-bottom:13px}.paper>header small{font-size:8pt}.paper>header h1{text-transform:uppercase;margin:8px 0;font-size:16pt}.paper>header p{color:#66736e;font-size:9pt}.paper section h2{text-transform:uppercase;color:#173e36;border-left:4px solid #b7d84c;margin:22px 0 9px;padding-left:8px;font-size:10pt}.paper section p,.paper li{text-align:justify;line-height:1.55}.paper table{border-collapse:collapse;width:100%;font-size:8pt}.paper th,.paper td{vertical-align:top;border:1px solid #64706b;padding:6px;line-height:1.35}.paper th{background:var(--forest);color:#fff;text-align:left}.paper footer{grid-template-columns:1fr 1fr;gap:80px;margin-top:55px;display:grid}.paper footer>div{flex-direction:column;gap:45px;display:flex}.paper footer>div:last-child{text-align:right}.paper footer span,.paper footer small{font-size:8pt}.paper footer b{border-bottom:1px dotted #333;padding-bottom:3px;font-size:9pt}.table-scroll{width:100%;overflow:auto}.editor-backdrop{align-items:center}.editor{background:#f8f8f4;border-radius:13px;flex-direction:column;width:min(1000px,100%);height:min(90vh,900px);display:flex;overflow:hidden}.editor>header{background:#fff;border-bottom:1px solid #e0e2dd;justify-content:space-between;align-items:center;height:75px;padding:0 25px;display:flex}.editor>header h2{margin:5px 0 0;font-size:17px}.editor>header button{background:0 0;border:0}.editor-body{padding:25px;overflow:auto}.edit-section{background:#fff;border:1px solid #dedfd9;border-radius:8px;margin-bottom:12px;padding:17px}.edit-section>*{width:100%;margin-bottom:8px}.edit-section .section-title-input{background:#eef1ec;font-weight:700}.edit-table{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.editor>footer{background:#fff;border-top:1px solid #e0e2dd;justify-content:flex-end;align-items:center;gap:8px;height:66px;padding:0 23px;display:flex}.profile-page{max-width:940px}.profile-card{background:#fff;border:1px solid #dedfd9;border-radius:11px;padding:28px}.profile-card>.btn{margin-top:8px}@media (width<=900px){.landing-nav nav{display:none}.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.eyebrow,.hero-actions,.trust-row{justify-content:center}.hero h1{font-size:56px}.hero-copy>p{margin-left:auto;margin-right:auto}.hero-visual{width:100%;max-width:600px;margin:auto}.feature-grid,.steps{grid-template-columns:1fr}.feature+.feature{border-top:1px solid #cfd4cd;border-left:0;padding-left:0}.source-section{grid-template-columns:1fr;gap:35px}.cta{margin:0 24px 60px}.app-shell{display:block}.app-shell>aside{transition:all .25s;transform:translate(-100%)}.app-shell>aside.open{transform:none}.aside-close{color:#fff;background:0 0;border:0;margin-left:auto;display:block}.aside-top{display:flex}.aside-top .logo{flex:1}.app-main{width:100%}.mobile-menu{background:0 0;border:0;display:block}.mobile-overlay{display:none}.app-shell>aside.open~.mobile-overlay{z-index:25;background:#0006;display:block;position:fixed;inset:0}.document-workspace{grid-template-columns:190px minmax(0,1fr)}.detail-actions .danger{display:none}}@media (width<=650px){.landing-nav{padding:0 16px}.nav-actions .ghost{display:none}.landing-nav .btn{padding:0 11px;font-size:11px}.hero{padding:45px 18px}.hero h1{letter-spacing:-1.5px;font-size:43px}.hero-copy>p{font-size:15px}.hero-actions{flex-direction:column}.trust-row{flex-direction:column;align-items:center;gap:8px}.hero-visual{min-height:470px}.workspace-card{padding:18px}.numbers{grid-template-columns:1fr 1fr;padding:20px}.numbers>div{border:0;padding:9px}.numbers b{font-size:25px}.feature-section,.source-section{padding:80px 20px}.section-heading h2,.source-section h2{font-size:39px}.steps-section{padding:70px 20px}.section-heading.light h2{font-size:39px}.cta{flex-direction:column;align-items:flex-start;gap:25px;padding:38px 24px}.cta h2{font-size:38px}.landing footer{flex-direction:column;gap:18px}.auth-modal{padding:30px 22px}.content{padding:26px 17px}.welcome{align-items:flex-start;gap:18px}.welcome .btn{width:43px;padding:0;font-size:0}.welcome .btn svg{margin:0}.welcome h1,.wizard-heading h1{font-size:32px}.stat-grid{grid-template-columns:1fr}.panel-head{flex-direction:column;align-items:flex-start;gap:12px}.search{width:100%}.package-row{grid-template-columns:42px 1fr 18px}.package-count,.package-row .status,.package-row .date{display:none}.form-grid,.form-grid.four{grid-template-columns:1fr}.wizard-card{padding:22px 16px}.wizard-progress b{display:none}.review-grid{grid-template-columns:1fr}.review-grid>div:nth-child(odd){border-right:0}.generation-map>div{grid-template-columns:1fr}.detail{padding:20px 12px}.detail-top{align-items:flex-start}.detail-actions .ghost{display:none}.detail-actions .primary{padding:0 12px;font-size:0}.package-hero{align-items:flex-start}.package-hero h1{font-size:28px}.package-source{display:none}.document-workspace{display:block}.doc-sidebar{border-bottom:1px solid #ddd;border-right:0;max-height:190px;position:static}.doc-group{margin:0}.doc-group>span,.doc-group button{display:none}.doc-group button.active{display:flex}.preview-toolbar{top:73px}.preview-toolbar>div:first-child{display:none}.preview-toolbar{justify-content:center}.paper{width:calc(100% - 16px);box-shadow:none;margin:8px;padding:12mm 8mm;font-size:9pt}.paper table{font-size:7pt}.paper footer{gap:20px}.detail-actions{gap:4px}.edit-table{grid-template-columns:1fr}}
