*{box-sizing:border-box}body{margin:0;background:#f6f7f7;color:#182527;font:14px/1.5 Inter,Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{text-decoration:none;color:inherit}.app-shell{display:flex;min-height:100vh}.sidebar{width:220px;background:#13282a;color:#d8e4e2;padding:26px 16px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh;flex:none}.identity{padding:3px 10px 35px;border-bottom:1px solid #395054}.identity img{width:155px;display:block}.identity small{display:block;letter-spacing:3px;font-size:10px;color:#9ec0b8;margin-top:12px}.sidebar nav{padding-top:28px;display:grid;gap:7px}.sidebar nav a{padding:12px 14px;border-radius:8px}.sidebar nav .active,.sidebar nav a:hover{background:#255047;color:white}.sidebar-bottom{margin-top:auto;border-top:1px solid #395054;padding:18px 10px;display:flex;flex-direction:column;gap:8px;font-size:12px;color:#9ec0b8}.sidebar-bottom a{color:white}.main{padding:38px clamp(20px,3vw,48px) 70px;width:calc(100% - 220px);max-width:1800px}.topline{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.eyebrow{font-size:10px;letter-spacing:2.5px;font-weight:700;color:#8b9b97}.topline h1{font-size:32px;line-height:1.2;margin:7px 0;color:#152a2b}.topline p{color:#748481;margin:0}.top-date{font-size:12px;color:#798987;padding-top:10px}.workspace{display:grid;grid-template-columns:minmax(480px,.95fr) minmax(480px,1.05fr);gap:25px;align-items:start}.editor,.preview-column{min-width:0}.editor{background:white;border:1px solid #e1e6e4;border-radius:12px;box-shadow:0 8px 30px #203d3310}.section{padding:28px 30px;border-bottom:1px solid #ebeeec}.section-title{display:flex;align-items:center;gap:12px;margin-bottom:21px}.section-title span{width:25px;height:25px;border-radius:50%;background:#e9f2ee;color:#2c7661;display:grid;place-items:center;font-size:11px;font-weight:700}.section-title h2{font-size:17px;margin:0}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:1fr 1fr}.grid label,.login label{font-size:12px;color:#455752;font-weight:600;display:flex;flex-direction:column;gap:7px}.grid label b{color:#bb5046}input:not([type=radio]),textarea,select{width:100%;border:1px solid #dce3df;border-radius:7px;background:#fff;padding:10px 11px;outline:none;color:#1e302d;min-height:42px}textarea{resize:vertical;min-height:78px}input:focus,textarea:focus,select:focus{border-color:#4b957e;box-shadow:0 0 0 3px #4b957e22}input::placeholder,textarea::placeholder{color:#a4b0ab}.pricing-method{display:flex;gap:9px;margin:0 0 18px;flex-wrap:wrap}.pricing-method label{padding:9px 12px;border:1px solid #dbe5df;border-radius:7px;font-size:12px;display:flex;align-items:center;gap:6px}.item-card{border:1px solid #e0e7e2;border-radius:9px;padding:16px;margin-bottom:10px;background:#fcfdfc}.item-top{display:flex;justify-content:space-between;margin-bottom:14px}.item-top strong{font-size:12px;color:#3a6559}.remove-item{background:none;border:0;color:#b35e57;font-size:12px}.item-grid{grid-template-columns:1.5fr 1fr .55fr .8fr;gap:10px}.item-grid .description{grid-column:1/-1}.add-item{border:1px dashed #89b5a5;color:#31735f;border-radius:7px;background:#f7fcf9;padding:9px 13px;margin:4px 0 17px;font-weight:600;font-size:12px}.pricing-extra{border-top:1px solid #edf0ee;padding-top:18px}.form-actions{display:flex;align-items:center;gap:18px;padding:24px 30px}.primary{border:0;background:#226e55;color:white;border-radius:7px;padding:12px 19px;font-weight:700;display:inline-block}.primary:hover{background:#175a45}.secondary{border:1px solid #b5cfc2;color:#236f56;border-radius:7px;padding:11px 18px;font-weight:700;display:inline-block;background:white}#status{font-size:12px;color:#247253}.preview-column{position:sticky;top:24px}.preview-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.preview-head h2{margin:2px 0 0;font-size:19px}.preview-head>span{font-size:12px;color:#527d6c;background:#e6f1eb;padding:5px 10px;border-radius:20px}.preview{max-height:800px;overflow:auto;background:#e2e7e4;padding:18px;border-radius:9px;border:1px solid #dbe1de}.preview .quote-paper{width:100%;min-height:700px}.download-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:13px}.text-link{font-size:12px;color:#477766}.disabled{opacity:.42;pointer-events:none}.hint{font-size:11px;color:#84918d}.previous{margin-top:48px}.previous-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:14px}.previous-heading h2{margin:3px 0;font-size:22px}.previous-heading>span{font-size:12px;color:#7c8d87}.history-table{background:white;border:1px solid #e1e6e4;border-radius:10px;overflow:hidden}.history-head,.history-row{display:grid;grid-template-columns:110px 2fr 1fr 1fr 70px;gap:15px;padding:14px 19px;align-items:center}.history-head{background:#f9fbfa;font-size:10px;letter-spacing:1.3px;color:#899a91;font-weight:700}.history-row{border-top:1px solid #edf0ee;font-size:12px}.history-row strong{color:#2a765d}.history-row small{display:block;color:#8a9691;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-row a{color:#276e58;font-weight:700}.empty{padding:25px;color:#87958e;text-align:center}.login-body{display:grid;place-items:center;min-height:100vh;background:#eaf0ec}.login{background:white;width:min(400px,calc(100vw - 30px));border-radius:12px;padding:37px;box-shadow:0 20px 60px #17332922}.login img{width:190px}.login h1{margin:20px 0 0}.login p{margin:4px 0 28px;color:#7f8c86}.login button{width:100%;margin-top:22px;background:#226e55;color:#fff;border:0;border-radius:7px;padding:12px}.error{color:#b53b3b;margin-bottom:12px}[hidden]{display:none!important}@media(max-width:1150px){.workspace{grid-template-columns:1fr}.preview-column{position:static}}@media(max-width:680px){.sidebar{width:65px;padding:12px 7px}.identity{padding:0}.identity img{width:48px}.identity small,.sidebar nav a,.sidebar-bottom{font-size:0}.sidebar nav a{padding:10px}.main{width:calc(100% - 65px);padding:20px 12px}.grid.two{grid-template-columns:1fr}.item-grid{grid-template-columns:1fr 1fr}.history-head,.history-row{grid-template-columns:65px 1fr 80px}.history-head span:nth-child(4),.history-head span:nth-child(5),.history-row span:nth-child(4),.history-row a{display:none}.top-date{display:none}}
