@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&display=swap');
:root{--navy:#10232d;--copper:#b96d4b;--ink:#233b47;--muted:#6e818c;--line:#dce4e8;--page:#f3f6f7;--font:'DM Sans',Arial,sans-serif}*{box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--page);-webkit-font-smoothing:antialiased}button,input{font:inherit}button,a,input{outline-offset:5px}button:focus-visible,a:focus-visible,input:focus-visible{outline:2px solid var(--copper)}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}input{min-width:0}img{display:block;max-width:100%}[hidden]{display:none!important}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:44px;padding:11px 18px;border:1px solid transparent;border-radius:7px;font-size:.875rem;font-weight:550;transition:background .2s,transform .2s,box-shadow .2s}.button:hover:not(:disabled){transform:translateY(-1px)}.button-dark{background:var(--navy);color:white}.button-dark:hover{background:#24414f}.button-copper{background:var(--copper);color:#fff}.button-copper:hover:not(:disabled){background:#a65736;box-shadow:0 7px 18px #a85d3620}.button-copper:disabled{background:#dcb39e;color:#fff}.button-outline{border-color:var(--line);background:white}.button-outline:hover{background:#f2f5f6;border-color:#b6c8d1}.button-light{background:#eef3f0;color:var(--navy)}.eyebrow{font-size:.75rem;letter-spacing:2px;font-weight:600;line-height:1.6}.copper{color:var(--copper)}.brand{display:flex;align-items:center;gap:13px;width:fit-content}.brand img{width:174px;height:auto}.brand>span{color:#93aab6;border-left:1px solid #78909a66;padding-left:13px;font-size:.65rem;letter-spacing:2.2px;font-weight:500}.login-view{min-height:100svh;display:grid;grid-template-columns:55% 45%}.brand-panel{background:var(--navy);color:#fff;padding:43px 8.5% 25px;position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:800px}.brand-intro{margin-top:57px;position:relative;z-index:1}.brand-intro>.eyebrow{color:#a9bec8;font-size:.68rem;letter-spacing:2.5px}.brand-intro h1{font-size:clamp(48px,4.7vw,76px);line-height:1.09;font-weight:450;letter-spacing:-2.6px;margin:19px 0 22px}.brand-intro em{font-family:Georgia,'Times New Roman',serif;font-weight:400;color:#d4b094}.brand-intro p{font-size:1rem;color:#afc1ca;line-height:1.8;margin:0}.drawing-scene{position:relative;margin-top:37px;min-height:285px;flex:1;max-width:540px;display:flex;flex-direction:column;justify-content:center}.drawing-meta{display:flex;justify-content:space-between;gap:15px;align-items:center;color:#829eac;font-size:.58rem;letter-spacing:1.2px;margin-bottom:14px}.drawing-meta i{display:inline-block;width:5px;height:5px;border-radius:50%;background:#c98d68;margin-right:8px}.plan-sheet{border:1px solid #6c8b994d;border-radius:2px;padding:23px 23px 17px;background:#16303c;transform:perspective(1000px) rotateX(6deg) rotateY(-5deg) rotateZ(-3deg);box-shadow:15px 28px 30px #0002;max-width:475px}.plan-sheet>img{width:100%;height:200px;object-fit:contain;opacity:.85}.plan-stamp{display:flex;justify-content:space-between;gap:15px;align-items:center;border-top:1px solid #69848d4d;padding-top:12px;font-size:.43rem;letter-spacing:1px;color:#8fa9b4}.plan-stamp strong{font-size:.6rem;letter-spacing:0;color:#cfdee5;font-weight:500}.plan-stamp span:last-child{font-size:.42rem}.floating-note{position:absolute;right:-20px;bottom:0;background:#f2f3ef;color:var(--ink);display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:8px;box-shadow:0 8px 28px #05121925;transform:rotate(1deg)}.floating-note>span{color:var(--copper);background:#e6d9cf;width:39px;height:42px;display:grid;place-items:center;border-radius:5px}.floating-note strong{display:block;font-size:.75rem;font-weight:600;line-height:1.8}.floating-note small{display:block;font-size:.7rem;color:#7c8a91}.brand-footer{margin-top:40px;display:flex;justify-content:space-between;gap:15px;font-size:.58rem;letter-spacing:1.3px;color:#8ca5b2;align-items:center}.brand-footer>span:last-child{letter-spacing:0}.brand-footer b{font-size:22px;vertical-align:middle;margin-left:18px;font-weight:400;color:#cd9470}.signin-panel{background:#fff;display:flex;flex-direction:column;align-items:center;padding:31px 9% 25px;position:relative;min-width:0}.preview-pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #e1e7e9;color:#778992;background:#f9fbfb;font-size:.625rem;font-weight:600;letter-spacing:1px;padding:8px 11px;border-radius:25px;white-space:nowrap;align-self:flex-end}.preview-pill>i{width:5px;height:5px;background:var(--copper);border-radius:50%}.signin-card{width:100%;max-width:376px;margin:auto 0;padding:58px 0}.signin-mark{width:48px;height:48px;border-radius:11px;margin-bottom:32px}.signin-card>.eyebrow{color:#82949e;font-size:.66rem;letter-spacing:1.8px}.signin-card h2{font-size:40px;font-weight:500;letter-spacing:-1.6px;margin:12px 0}.signin-card>p:not(.signin-note){font-size:.875rem;color:var(--muted);line-height:1.7;margin:0 0 32px}.signin-card label,.project-field label{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;font-weight:550;margin-bottom:9px}.signin-card label>small{font-size:.75rem;font-weight:400;color:#889ba5}.signin-card input,.project-field input{width:100%;height:49px;border:1px solid #dce4e8;border-radius:6px;padding:13px 14px;color:var(--ink);background:white;font-size:.875rem;transition:border-color .2s}.signin-card input:disabled{background:#fafbfb;opacity:1;-webkit-text-fill-color:#93a4ad}.signin-card input::placeholder{color:#93a4ad}.signin-card input#email{margin-bottom:22px}.password-field{position:relative}.password-field>.icon{position:absolute;right:15px;top:16px;width:16px;height:16px;color:#9aadb8}.signin-button{width:100%;justify-content:space-between;margin-top:26px;min-height:50px}.signin-note{font-size:.75rem;line-height:1.8;color:#899aa4;display:flex;gap:9px;align-items:flex-start;margin:19px 0 0}.signin-note>.icon{width:15px;height:15px;margin-top:3px}.signin-footer{width:100%;display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:.62rem;color:#82969f;letter-spacing:1px}.signin-footer>span:last-child{letter-spacing:0}.signin-footer b{font-size:16px;margin-left:8px;color:var(--copper);font-weight:400}
.workspace{min-height:100svh;display:grid;grid-template-columns:238px minmax(0,1fr)}.sidebar{background:var(--navy);color:#eef4f5;display:flex;flex-direction:column;position:sticky;top:0;height:100svh;padding:31px 19px 24px;min-height:650px}.sidebar>.brand{margin-left:8px}.sidebar .brand img{width:141px}.sidebar .brand{gap:9px}.sidebar .brand>span{font-size:.5rem;padding-left:9px;letter-spacing:1.4px}.workspace-switch{display:flex;gap:10px;align-items:center;margin:37px 0 31px;padding:13px 10px;border:1px solid #62788240;border-radius:7px;background:#ffffff04}.workspace-avatar{width:31px;height:33px;background:#29424e;border:1px solid #536b7450;color:#d0dbdf;display:grid;place-items:center;font-size:.8rem;border-radius:5px;flex-shrink:0}.workspace-switch strong{font-size:.85rem;display:block;font-weight:500}.workspace-switch small{font-size:.67rem;display:block;color:#8ca4b0;margin-top:4px}.workspace-switch>i{height:5px;width:5px;background:#b5967f;border-radius:50%;margin-left:auto}.nav-label{font-size:.625rem;letter-spacing:1.6px;color:#88a1ae;display:flex;justify-content:space-between;margin:0 11px 13px}.apps-label{margin-top:28px}.nav-item{display:flex;align-items:center;gap:10px;min-height:44px;border:0;background:transparent;color:#afc1cb;border-radius:6px;width:100%;padding:11px 12px;font-size:.8rem;text-align:left}.nav-item>.icon{width:18px;height:18px}.nav-item:hover{background:#ffffff08;color:white}.nav-item.active{color:#f1f4f5;background:#2b424e}.nav-item.active>.icon{color:#d4a58a}.nav-item>i{width:5px;height:5px;background:#c58e6e;border-radius:50%;margin-left:auto}.nav-count{margin-left:auto;border:1px solid #647c8540;border-radius:3px;min-width:19px;min-height:19px;display:grid;place-items:center;font-size:.625rem}.sidebar-space{margin:auto 12px 31px;padding-top:40px}.sidebar-space>span{color:#597785;font-size:30px;font-weight:400}.sidebar-space p{font-size:28px;font-weight:400;line-height:1.25;letter-spacing:-.5px;color:#91aab8;margin:15px 0}.sidebar-space em{font-family:Georgia,serif;color:#c4aa94;font-weight:400}.sidebar-space small{font-size:.68rem;line-height:1.7;color:#89a2af}.sidebar-footer{border-top:1px solid #607d8838;padding-top:21px}.sidebar-footer>span{display:flex;align-items:center;gap:7px;color:#8fa8b5;font-size:.7rem;margin-left:10px}.sidebar-footer i{width:4px;height:4px;background:#b68d70;border-radius:50%}.sidebar-footer button{background:none;border:0;font-size:.75rem;color:#a8becb;display:flex;gap:10px;align-items:center;padding:19px 10px 0}.sidebar-footer .icon{width:15px;height:15px}.workspace-body{min-width:0}.topbar{height:75px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 38px;gap:20px}.breadcrumb{display:flex;align-items:center;gap:12px;font-size:.75rem;color:#8598a2}.breadcrumb strong{color:#435e6c;font-weight:500}.breadcrumb>span:nth-child(2){color:#bdcbd2}.topbar-right{display:flex;align-items:center;gap:20px}.topbar .preview-pill{font-size:.58rem;padding:6px 9px;letter-spacing:.8px}.user-avatar{display:grid;place-items:center;width:33px;height:33px;border-radius:50%;background:#eee7df;border:3px solid #fff;outline:1px solid #e3e8eb;color:#92725f;font-size:.75rem;font-weight:600}.workspace-main{max-width:1450px;margin:auto;padding:37px 38px 0}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:29px}.page-heading .eyebrow{font-size:.625rem;letter-spacing:1.8px;color:#7e95a2}.page-heading .eyebrow>span{color:#a9bac4;margin-left:8px}.page-heading h1{font-size:37px;line-height:1.3;font-weight:500;letter-spacing:-1.3px;margin:9px 0 7px}.page-heading p{font-size:.875rem;line-height:1.7;color:#7a8e99;margin:0}.page-heading>.button{font-size:.75rem;min-height:38px;padding:10px 12px}.page-heading>.button .icon{width:15px;height:15px}.workflow-steps{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);background:#fff;border-radius:8px;padding:22px 21px;margin-bottom:25px;gap:10px}.step{display:flex;align-items:center;gap:10px;min-width:0}.step-number{font-size:.67rem;width:29px;height:29px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:#8ea4b0;flex-shrink:0}.step.current .step-number{background:var(--navy);color:white;border-color:var(--navy)}.step.complete .step-number{background:#edf3ed;color:#6a8970;border-color:#d7e3d5}.step strong{display:block;font-size:.75rem;font-weight:550;white-space:nowrap;color:#8196a1}.step.current strong,.step.complete strong{color:#395665}.step small{display:block;font-size:.65rem;color:#9aabb4;margin-top:4px}.step-line{height:1px;flex:1;max-width:55px;min-width:10px;background:#e4eaee;margin:0 3px}.project-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,1fr);gap:23px}.panel{background:#fff;border:1px solid var(--line);border-radius:9px}.upload-panel{padding:25px 26px 23px}.panel-heading{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:25px}.section-title{display:flex;align-items:center;gap:10px}.section-icon{width:31px;height:31px;background:#f1f5f6;color:#7d95a1;border:1px solid #e3eaee;display:grid;place-items:center;border-radius:5px;flex-shrink:0}.section-icon>.icon{width:17px;height:17px}.panel-heading h2{font-size:1rem;font-weight:550;margin:0}.muted-label{font-size:.625rem;color:#92a6b0;letter-spacing:1px}.project-field label{font-size:.8rem;margin-bottom:8px}.project-field label>small{font-weight:400;font-size:.7rem;color:#8da1ad}.project-field input{height:44px;font-size:.8rem}.project-field input::placeholder{color:#9aadb7}.dropzone{border:1px dashed #c7d4dc;border-radius:7px;background:#fafcfc;text-align:center;margin-top:20px;min-height:271px;display:grid;align-items:center;padding:25px 16px;transition:background .2s,border-color .2s}.dropzone.is-dragging{background:#e9f1ed;border-color:#809989;border-width:2px}.upload-icon{position:relative;display:inline-grid;place-items:center;width:53px;height:46px;margin-bottom:8px;color:#a1b5c1}.upload-icon>.icon{width:45px;height:45px;stroke-width:1.1}.upload-icon>span{position:absolute;right:-5px;bottom:-2px;color:var(--copper);background:#f5e9e1;border:2px solid #fafcfc;border-radius:50%;width:25px;height:25px;display:grid;place-items:center}.upload-icon>span>.icon{width:13px;height:13px}.dropzone h3{font-size:1rem;font-weight:500;margin:11px 0 7px;line-height:1.5;overflow-wrap:anywhere}.dropzone p{font-size:.8rem;line-height:1.7;color:#8b9faa;margin:0 0 18px}.dropzone .button{min-height:36px;padding:8px 13px;font-size:.75rem}.dropzone .button>.icon{width:15px;height:15px}.file-requirement{display:block;font-size:.6rem;color:#9bafb9;letter-spacing:1px;margin-top:14px}.upload-hint{display:flex;gap:7px;margin-top:13px;align-items:flex-start}.upload-hint>.icon{width:13px;height:13px;color:#a0b1ba;margin-top:2px}.upload-hint p{font-size:.7rem;line-height:1.8;color:#8b9fab;margin:0}.go-area{border-top:1px solid #e9edef;margin-top:20px;padding-top:19px;display:flex;flex-direction:column;align-items:center}.go-area .button{width:100%;justify-content:space-between;padding:13px 17px;font-size:1.0625rem;min-height:48px;font-weight:500;letter-spacing:.1px}.go-area .button>.icon{width:19px;height:19px}.go-area>small{font-size:.65rem;color:#90a4af;margin-top:10px;text-align:center;line-height:1.6}.output-panel{position:relative;background:var(--navy);color:#f5f7f7;padding:27px 28px 19px;overflow:hidden;border-radius:9px;display:flex;flex-direction:column;min-width:0}.output-panel:before{content:'';position:absolute;width:210px;height:210px;border:1px solid #67829026;border-radius:50%;right:-155px;top:22px;box-shadow:0 0 0 24px #0000,0 0 0 25px #67829015,0 0 0 49px #0000,0 0 0 50px #67829010;pointer-events:none}.output-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.output-top .eyebrow{font-size:.58rem;letter-spacing:1.8px;color:#98afbc}.output-top>span:last-child{font-size:.625rem;letter-spacing:1px;color:#7d98a6}.output-panel h2{font-size:49px;font-weight:400;line-height:1.02;letter-spacing:-1.2px;margin:0}.output-panel h2 em{font-family:Georgia,serif;color:#d5b095;line-height:1.3}.output-intro{font-size:.8rem;line-height:1.8;color:#99afbb;margin:12px 0 26px}.package-list{border-top:1px solid #536e7b50}.package-list>div{display:flex;gap:10px;align-items:center;padding:17px 0;border-bottom:1px solid #536e7b50}.package-list>.icon,.package-list>div>.icon{width:20px;height:20px;color:#9ab1bd;stroke-width:1.4}.package-list strong{display:block;font-size:.8rem;color:#dfe9ef;font-weight:500}.package-list small{font-size:.65rem;display:block;color:#809eaf;margin-top:5px}.package-list>div>span{margin-left:auto;color:#98afbd;border:1px solid #627f8c58;border-radius:3px;padding:3px 5px;font-size:.55rem;letter-spacing:.5px}.output-status{display:flex;align-items:center;gap:9px;border:1px dashed #536f7d80;border-radius:6px;padding:15px 12px;margin-top:24px;background:#ffffff02}.output-status>i{height:5px;width:5px;border-radius:50%;background:#b5957c;flex-shrink:0}.output-status strong{display:block;font-size:.75rem;font-weight:450;color:#bcced8}.output-status small{font-size:.625rem;color:#89a4b4;display:block;margin-top:5px;line-height:1.6}.output-bottom{margin-top:auto;padding-top:23px;display:flex;justify-content:space-between;align-items:center;font-size:.52rem;letter-spacing:1.2px;color:#7896a6}.output-bottom>span:last-child{font-size:17px;color:#c39779}.preview-notice{display:flex;align-items:center;gap:10px;margin:18px 0 28px;padding:13px 15px;border-radius:6px;background:#e9eff2;border:1px solid #e1e7e9}.preview-notice>.icon{width:15px;height:15px;color:#8da5b2}.preview-notice p{font-size:.7rem;color:#8199a6;line-height:1.7;margin:0}.preview-notice strong{font-weight:550;color:#617f90;margin-right:4px}.preview-notice>span{font-size:.55rem;color:#91a9b7;letter-spacing:1px;white-space:nowrap;margin-left:auto}.recent-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.recent-header h2{font-size:.875rem;font-weight:550;margin:0}.recent-project{display:flex;align-items:center;gap:13px;padding:16px 18px;border:1px solid var(--line);border-radius:7px;background:#fff;width:100%;text-align:left}.recent-project:hover{border-color:#a4b9c3;box-shadow:0 3px 15px #10232d05}.project-thumbnail{display:grid;place-items:center;background:#eff3ef;color:#849989;border:1px solid #dfe7df;width:39px;height:42px;border-radius:4px;flex-shrink:0}.project-thumbnail .icon{width:24px;height:24px}.recent-project strong{display:block;font-size:.8rem;font-weight:550}.recent-project small{font-size:.68rem;color:#90a6b3;display:block;margin-top:5px}.sample-label{font-size:.625rem;color:#73917d;background:#f0f5f0;border:1px solid #e0e9dd;padding:5px 8px;border-radius:4px;white-space:nowrap}.recent-project>.sample-label{margin-left:auto}.recent-project>.icon{color:#869fac;margin-left:20px;width:17px;height:17px}.workspace-footer{max-width:1450px;margin:auto;padding:27px 38px 22px;display:flex;align-items:center;gap:20px;justify-content:space-between;color:#92a9b7;font-size:.625rem}.workspace-footer>a{display:flex;align-items:center;gap:6px}.workspace-footer>a>.icon{width:12px;height:12px}.selected-file-icon{width:52px;height:56px;display:grid;place-items:center;color:var(--copper);background:#f2e6de;border-radius:6px;margin:auto}.selected-file-icon>.icon{width:29px;height:29px}.local-badge{display:inline-flex;gap:5px;align-items:center;font-size:.75rem;color:#6d8c74;background:#edf3ed;padding:5px 8px;border-radius:4px}.local-badge>.icon{width:13px;height:13px}.text-button{background:none;border:0;font-size:.75rem;color:#7c98a7;display:block;margin:10px auto 0;text-decoration:underline;text-underline-offset:3px;padding:5px}.form-error{font-size:.8rem;line-height:1.5;color:#a9472f}.output-progress{margin-top:23px}.output-progress>div{display:flex;justify-content:space-between;gap:10px;font-size:.75rem;color:#c4d7e1}.output-progress progress{appearance:none;width:100%;height:4px;border:0;background:#375461;border-radius:5px;margin-top:14px;overflow:hidden}.output-progress progress::-webkit-progress-bar{background:#375461;border-radius:5px}.output-progress progress::-webkit-progress-value{background:#d5a381;transition:width .35s}.output-progress progress::-moz-progress-bar{background:#d5a381}.output-progress>p,.output-ready>p{font-size:.7rem;color:#90b0c1;line-height:1.7;margin:9px 0 0}.output-ready{margin-top:21px}.ready-label{display:flex;gap:6px;align-items:center;color:#a8c3ad;font-size:.75rem;margin-bottom:12px}.ready-label>.icon{width:14px;height:14px}.output-ready .button{width:100%;min-height:44px;font-size:.75rem;padding:10px}.output-ready .button>.icon{width:17px;height:17px}.output-ready>p{text-align:center}.files-notice{display:flex;align-items:center;gap:10px;padding:15px 17px;border:1px solid var(--line);border-radius:7px;background:#e9eff1;margin-bottom:25px;color:#718692}.files-notice p{font-size:.875rem;line-height:1.6;margin:0}.files-notice>.icon{width:17px;height:17px}.files-table-heading{padding:22px;display:flex;justify-content:space-between;align-items:center}.files-table-heading h2{font-size:1rem;margin:0}.file-row{display:flex;gap:15px;align-items:center;padding:21px 23px;border-top:1px solid var(--line)}.file-row>div{min-width:0;flex:1}.file-row strong{display:block;font-size:.875rem;overflow-wrap:anywhere}.file-row small{display:block;font-size:.75rem;color:var(--muted);margin-top:6px}.file-row>.button{font-size:.75rem;padding:8px 11px;min-height:36px}.file-row>.button .icon{width:16px;height:16px}.return-button{margin-top:25px}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);padding:15px 22px;border:1px solid #587383;background:var(--navy);color:white;font-size:.875rem;border-radius:8px;box-shadow:0 6px 30px #10232d25;z-index:20;max-width:calc(100vw - 32px);line-height:1.6}.noscript-notice{position:fixed;bottom:0;background:#f0d4bd;color:#493326;padding:18px;text-align:center;width:100%;font-size:.875rem}
@media(min-width:1500px){.brand-panel{padding-left:12%;padding-right:12%;min-height:100svh}.brand-intro{margin-top:8vh}.drawing-scene{max-width:580px;margin-top:5vh}.plan-sheet{max-width:535px}.plan-sheet>img{height:245px}.workspace{grid-template-columns:260px 1fr}.sidebar{padding-left:26px;padding-right:26px}.workspace-main{padding-top:45px}.page-heading h1{font-size:41px}.project-grid{grid-template-columns:1.45fr 1fr}.upload-panel{padding:28px 33px}.dropzone{min-height:300px}.output-panel{padding:30px 35px 21px}.output-panel h2{font-size:55px}.package-list>div{padding:19px 0}}
@media(max-width:1150px){.brand-panel{padding-left:7%;padding-right:7%;min-height:790px}.brand-intro{margin-top:47px}.signin-panel{padding-left:10%;padding-right:10%}.signin-card h2{font-size:34px}.signin-card{padding:45px 0}.brand-intro h1{font-size:49px}.floating-note{right:-8px}.drawing-meta{font-size:.5rem}.brand-footer{font-size:.5rem}.workspace{grid-template-columns:209px minmax(0,1fr)}.sidebar{padding-left:14px;padding-right:14px}.sidebar .brand img{width:129px}.sidebar .brand>span{display:none}.workspace-main{padding:29px 25px 0}.topbar{padding:0 25px}.workspace-footer{padding-left:25px;padding-right:25px}.workflow-steps{padding:17px 14px;gap:8px}.step{gap:7px}.step-number{width:25px;height:25px}.step strong{font-size:.67rem}.step small{font-size:.6rem}.step-line{margin:0;max-width:20px}.project-grid{gap:17px;grid-template-columns:minmax(0,1.2fr) minmax(275px,1fr)}.upload-panel{padding:21px 19px}.output-panel{padding:24px 22px}.page-heading h1{font-size:32px}.preview-notice>span{display:none}.output-panel h2{font-size:43px}.package-list strong{font-size:.74rem}.package-list small{font-size:.6rem}.nav-item{font-size:.75rem}.workspace-switch small{font-size:.6rem}}
@media(max-width:930px){.login-view{grid-template-columns:1fr 1fr}.brand-panel{min-height:760px;padding-top:32px}.brand-intro h1{font-size:41px;letter-spacing:-1.5px}.brand-intro p{font-size:.875rem}.brand-intro>.eyebrow{font-size:.58rem}.brand-intro{margin-top:50px}.drawing-meta>span:last-child{display:none}.plan-sheet>img{height:170px}.plan-sheet{padding:17px}.floating-note{padding:12px;bottom:15px}.floating-note strong{font-size:.68rem}.floating-note small{font-size:.625rem}.drawing-scene{min-height:240px;margin-top:20px}.plan-stamp>span:last-child{display:none}.brand-footer>span:first-child{display:none}.brand-footer{justify-content:flex-end;margin-top:25px}.signin-panel{padding:27px 11% 24px}.signin-card h2{font-size:30px}.signin-card>.eyebrow{font-size:.6rem}.signin-intro{font-size:.8rem}.signin-footer>span:first-child{display:none}.signin-footer{justify-content:flex-end}.signin-note br{display:none}.workspace{grid-template-columns:182px minmax(0,1fr)}.sidebar{padding-left:12px;padding-right:12px}.sidebar .brand img{width:131px}.workspace-switch{gap:7px;padding:12px 8px}.workspace-switch strong{font-size:.74rem}.workspace-switch small{font-size:.58rem}.workspace-switch>i{display:none}.workspace-avatar{width:25px;height:28px}.nav-item{font-size:.7rem;gap:9px;padding:11px 9px}.nav-item .icon{width:16px}.nav-item>i{display:none}.project-grid{grid-template-columns:1fr}.output-panel{display:grid;grid-template-columns:1fr 1.4fr;column-gap:25px;padding:27px}.output-top{grid-column:1/-1;margin-bottom:16px}.output-panel h2{grid-column:1;grid-row:2;font-size:40px}.output-intro{grid-column:1;grid-row:3;margin-bottom:0;align-self:start}.package-list{grid-column:2;grid-row:2/4}.output-status,.output-ready,.output-progress,.output-bottom{grid-column:1/-1}.step-line{display:none}.workflow-steps{justify-content:space-between;gap:12px}.step{align-items:flex-start}.step small{display:none}.step strong{white-space:normal;line-height:1.5;max-width:88px}.page-heading{align-items:flex-start}.page-heading>.button{margin-top:27px;font-size:.625rem;padding:9px}.page-heading>.button .icon{width:12px}.page-heading h1{font-size:29px}.page-heading p{font-size:.8rem}.workspace-footer>span:nth-child(2){display:none}.recent-project>.icon{margin-left:5px}.sidebar-space{margin-left:9px}.sidebar-space p{font-size:25px}}
@media(max-width:640px){.login-view{display:flex;flex-direction:column;min-height:100svh}.brand-panel{min-height:0;padding:23px 26px 33px;display:block}.brand img{width:139px}.brand>span{font-size:.5rem}.brand-intro{margin-top:28px}.brand-intro h1{font-size:40px;line-height:1.05;margin:12px 0 0;letter-spacing:-1.4px}.brand-intro h1 br{display:none}.brand-intro h1 em{display:block}.brand-intro p,.drawing-scene,.brand-footer{display:none}.brand-intro>.eyebrow{font-size:.54rem;letter-spacing:1.8px}.signin-panel{padding:23px 26px 24px;flex:1}.signin-panel>.preview-pill{position:absolute;top:-33px;right:26px;background:#1c3540;border-color:#526b7755;color:#b9c7ce;font-size:.45rem;padding:5px 8px}.signin-card{max-width:420px;padding:17px 0 34px}.signin-mark{display:none}.signin-card>.eyebrow{font-size:.6rem}.signin-card h2{font-size:32px;margin:9px 0}.signin-card>p:not(.signin-note){margin-bottom:25px;font-size:.875rem}.signin-card input{height:48px;font-size:1rem}.signin-card label{font-size:.8rem}.signin-card label>small{font-size:.7rem}.signin-card input#email{margin-bottom:18px}.signin-button{margin-top:23px;font-size:.875rem}.signin-note{font-size:.7rem;margin-top:15px}.signin-footer{font-size:.6rem}.signin-footer>span:first-child{display:inline}.signin-footer{justify-content:space-between}.workspace{display:block}.sidebar{height:auto;min-height:0;position:relative;padding:16px 20px 10px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:17px}.sidebar>.brand{margin-left:0}.sidebar .brand img{width:129px}.workspace-switch,.sidebar-space,.nav-label,.sidebar-footer>span{display:none}.sidebar nav{order:3;width:100%;display:flex;gap:10px}.nav-item{width:auto;flex:1;justify-content:center;font-size:.8rem;min-height:40px}.nav-item[data-page=drawings]{order:-1}.nav-count{margin-left:0}.sidebar-footer{padding:0;border:0}.sidebar-footer button{padding:0;font-size:.7rem}.sidebar-footer .icon{width:13px}.topbar{height:54px;padding:0 20px}.breadcrumb{font-size:.625rem;gap:8px}.topbar-right{gap:9px}.user-avatar{width:27px;height:27px;font-size:.65rem}.topbar .preview-pill{font-size:.5rem;padding:5px 7px;letter-spacing:.4px}.workspace-main{padding:27px 20px 0}.page-heading{display:block;margin-bottom:23px}.page-heading h1{font-size:32px;margin-top:8px}.page-heading>.button{margin-top:15px;font-size:.75rem;min-height:36px}.page-heading p{font-size:.8rem}.page-heading .eyebrow{font-size:.6rem}.workflow-steps{gap:10px;padding:16px 12px;margin-bottom:20px}.step{display:block;flex:1}.step-number{width:25px;height:25px;font-size:.625rem;margin-bottom:8px}.step strong{font-size:.65rem;max-width:none}.project-grid{gap:18px}.upload-panel{padding:20px}.panel-heading{margin-bottom:22px}.panel-heading h2{font-size:1rem}.project-field label{font-size:.8rem}.project-field input{font-size:1rem;height:45px}.dropzone{min-height:280px}.dropzone h3{font-size:1rem}.dropzone p{font-size:.8rem}.dropzone .button{font-size:.75rem;min-height:40px}.file-requirement{font-size:.625rem}.upload-hint p{font-size:.7rem}.go-area .button{min-height:50px;font-size:1.1rem}.go-area>small{font-size:.7rem}.output-panel{padding:25px 23px;display:flex}.output-top .eyebrow{font-size:.625rem}.output-top{margin-bottom:20px}.output-panel h2{font-size:45px}.output-panel h2 br{display:none}.output-panel h2 em{margin-left:5px}.output-intro{font-size:.875rem;margin:10px 0 23px}.output-intro br{display:none}.package-list strong{font-size:.875rem}.package-list small{font-size:.75rem}.package-list>div{padding:17px 0}.package-list>div>span{font-size:.625rem}.output-status strong{font-size:.8rem}.output-status small{font-size:.7rem;line-height:1.5}.output-status{padding:16px;margin-top:22px}.output-bottom{font-size:.6rem}.output-ready .button{font-size:.8rem;min-height:46px}.output-ready p{font-size:.7rem}.preview-notice{margin:17px 0 25px;align-items:flex-start}.preview-notice p{font-size:.7rem}.preview-notice>.icon{margin-top:2px}.recent-header h2{font-size:.8rem}.recent-header .muted-label{font-size:.55rem}.recent-project{padding:13px 12px;gap:10px}.recent-project strong{font-size:.8rem}.recent-project small{font-size:.625rem}.recent-project>.sample-label{display:none}.recent-project>.icon{margin-left:auto}.workspace-footer{padding:25px 20px;font-size:.6rem}.file-row{padding:18px 15px;gap:10px}.file-row>.button>span{display:none}.file-row strong{font-size:.8rem}.file-row small{font-size:.7rem;line-height:1.5}.file-row>.sample-label{font-size:.55rem}.files-notice{padding:13px;align-items:flex-start}.files-notice p{font-size:.75rem}.files-notice>.icon{margin-top:2px}.return-button{width:100%;font-size:.8rem}.toast{font-size:.8rem;width:max-content}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Keep working controls readable at every breakpoint; finer type is reserved for the drawn sheet and brand details. */
.signin-card>p:not(.signin-note),.page-heading p{font-size:1rem}
.signin-card label,.project-field label,.project-field input,.nav-item,.breadcrumb,.page-heading>.button,.dropzone .button,.step strong,.package-list strong,.recent-project strong{font-size:.875rem}
.signin-card label>small,.signin-note,.project-field label>small,.upload-hint p,.go-area>small,.file-requirement,.step small,.package-list small,.package-list>div>span,.output-status small,.output-bottom,.preview-notice p,.recent-project small,.muted-label,.sample-label,.workspace-footer,.sidebar-footer>span,.sidebar-footer button,.sidebar-space small,.workspace-switch small{font-size:.75rem}
.step strong{white-space:normal;line-height:1.4}.step small{line-height:1.5}.output-intro,.dropzone p{font-size:.875rem}.output-top .eyebrow,.output-top>span:last-child{font-size:.65rem}.output-bottom{font-size:.625rem}.sidebar .nav-item{line-height:1.4}.signin-footer{font-size:.65rem}
@media(max-width:640px){.project-field input{font-size:1rem}.breadcrumb{font-size:.7rem}.topbar .preview-pill{font-size:.5rem}.step strong{font-size:.75rem}.output-panel h2{font-size:clamp(34px,10.5vw,45px)}.recent-project small,.workspace-footer{font-size:.65rem}}
.package-caption{font-size:.625rem;letter-spacing:1.5px;color:#9db3c0;margin:0 0 10px}
.signin-note,.upload-hint p,.go-area>small,.preview-notice p,.preview-notice strong,.page-heading p,.dropzone p,.file-requirement,.project-field label>small,.signin-card label>small,.recent-project small,.workspace-footer,.muted-label,.breadcrumb,.step strong,.step small{color:#586f7c}
.button-copper:not(:disabled){background:#a65736}.button-copper:hover:not(:disabled){background:#91492e}
.output-progress>p,.output-ready>p{color:#a9c0cd}.output-status small,.package-list small{color:#9cb5c4}
@media(min-width:641px) and (max-width:930px){.package-caption{grid-column:2;grid-row:2;align-self:start;margin-top:-18px}.output-top{margin-bottom:30px}}
/* The connected-cloud identity includes the full domain within its wordmark. */
.brand img{width:238px;height:auto}.sidebar .brand img{width:187px}
@media(max-width:1150px){.sidebar .brand img{width:169px}}
@media(max-width:930px){.sidebar .brand img{width:147px}.brand img{width:217px}}
@media(max-width:640px){.brand img{width:216px}.sidebar .brand img{width:149px}}
