:root{--ink:#172235;--muted:#8793a4;--line:#dbe2ea;--surface:#fff;--canvas:#f3f6fa;--navy:#0a4479;--blue:#176ce0;--cyan:#00a8c6;--green:#0b9b61;--orange:#ef7d16}*{box-sizing:border-box}html,body{min-height:100%;color:var(--ink);background:#edf1f6;margin:0;font-family:Microsoft YaHei,PingFang SC,Noto Sans SC,Arial,sans-serif}button,input,select,textarea{font:inherit}button{color:inherit}.app-stage{background:radial-gradient(circle at 18% 8%,#1369c417,#0000 28%),linear-gradient(135deg,#e9eef4 0%,#f8fafc 55%,#edf2f7 100%);place-items:center;min-height:100vh;padding:28px 16px;display:grid}.phone-shell{background:var(--canvas);scrollbar-width:none;border:10px solid #111a27;border-radius:32px;width:min(100%,430px);min-height:min(890px,100vh - 56px);max-height:calc(100vh - 56px);overflow:hidden auto;box-shadow:0 24px 70px #0f1d3033}.phone-shell::-webkit-scrollbar{display:none}.home-screen{min-height:100%;padding:23px 12px 14px}.brand-header{justify-content:space-between;align-items:center;min-height:70px;padding:0 7px 13px;display:flex}.brand-lockup{align-items:center;gap:13px;display:flex}.brand-mark{color:#058ba4;letter-spacing:-2px;font-family:Georgia,Times New Roman,serif;font-size:34px;font-weight:700;line-height:1}.brand-mark sup{letter-spacing:0;margin-left:1px;font-family:Arial,sans-serif;font-size:7px;position:relative;top:-.8em}.brand-lockup h1{letter-spacing:-.02em;margin:0;font-size:18px;font-weight:800}.brand-lockup p{color:#98a3b2;letter-spacing:.17em;margin:6px 0 0;font-size:10px}.icon-button,.small-icon-button{cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.icon-button{border-radius:12px;width:37px;height:37px}.icon-button:hover,.small-icon-button:hover{background:#e8edf3}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.quick-card{border:1px solid var(--line);background:var(--surface);cursor:pointer;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-height:135px;transition:transform .16s,box-shadow .16s,border-color .16s;display:flex;box-shadow:0 7px 18px #223a560e}.quick-card:hover{border-color:#b9c9dc;transform:translateY(-2px);box-shadow:0 11px 25px #223a561a}.quick-card:active{transform:translateY(0)}.quick-icon{width:31px;height:31px;margin-bottom:14px}.quick-card strong{font-size:16px;line-height:1.2}.quick-card span{color:#98a3b2;margin-top:7px;font-size:11px}.blue{color:var(--blue)}.navy{color:#0b5595}.green{color:var(--green)}.gray{color:#738194}.cyan{color:var(--cyan)}.orange{color:var(--orange)}.panel{border:1px solid var(--line);background:var(--surface);border-radius:16px;margin-top:13px;overflow:hidden;box-shadow:0 7px 18px #223a560d}.panel-title{border-bottom:1px solid #e6ebf1;justify-content:space-between;align-items:center;min-height:47px;padding:0 15px;display:flex}.panel-title h2{margin:0;font-size:14px;font-weight:800}.panel-title time{color:#96a0ae;font-size:11px}.stats-row{grid-template-columns:repeat(3,1fr);padding:20px 4px 21px;display:grid}.stat-item{flex-direction:column;align-items:center;gap:8px;display:flex;position:relative}.stat-item:not(:last-child):after{content:"";background:#e5eaf0;width:1px;height:62px;position:absolute;top:2px;right:0}.stat-item span{color:#8995a7;font-size:11px}.stat-item strong{font-size:22px;line-height:1}.stat-item small{color:#9ca7b4;margin-left:3px;font-size:9px;font-weight:400}.small-icon-button{color:#66758a;border-radius:9px;width:28px;height:28px}.quote-row{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #e7ebf0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:14px 15px;display:flex}.quote-row:last-child{border-bottom:0}.quote-row:hover{background:#f8fbff}.quote-main{min-width:0}.quote-main strong,.quote-side strong{font-size:13px}.quote-main p{color:#748196;text-overflow:ellipsis;white-space:nowrap;margin:6px 0 4px;font-size:11px;overflow:hidden}.quote-main time{color:#a6afbb;font-size:9px;display:block}.quote-side{flex-direction:column;flex:none;align-items:flex-end;gap:8px;display:flex}.quote-side span{color:var(--blue);background:#eaf3ff;border-radius:10px;padding:3px 8px;font-size:10px}.app-screen{background:var(--canvas);min-height:100%}.screen-with-bar{padding-bottom:0}.top-bar{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-bottom:1px solid #e4e9ef;grid-template-columns:46px 1fr 46px;align-items:center;height:57px;padding:0 8px;display:grid;position:sticky;top:0}.top-bar h1{text-align:center;margin:0;font-size:17px;font-weight:800}.top-back,.top-action{cursor:pointer;background:0 0;border:0;border-radius:11px;place-items:center;width:38px;height:38px;display:grid}.top-back:hover,.top-action:hover{background:#f0f3f7}.top-action{justify-self:end}.top-action:has(.text-action){width:auto}.text-action{color:#182337;cursor:pointer;background:0 0;border:0;font-size:14px;font-weight:700}.screen-body{padding:13px 10px 18px}.form-body{flex-direction:column;gap:11px;display:flex}.form-panel,.product-card{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 5px 14px #203b5b0a}.section-heading,.products-heading,.product-card-title{border-bottom:1px solid #e7ebf0;justify-content:space-between;align-items:center;min-height:42px;padding:0 13px;display:flex}.section-heading h2,.products-heading h2{margin:0;font-size:14px;font-weight:800}.section-heading span{color:#9ba5b3;font-size:10px}.labeled-row{border-bottom:1px solid #edf0f4;grid-template-columns:84px 1fr;align-items:center;gap:5px;min-height:48px;padding:6px 12px;display:grid}.labeled-row:last-child{border-bottom:0}.labeled-row>span{font-size:12px;font-weight:700}.labeled-row input,.wide-field input,.dimension-grid input,.two-field-grid input,.two-field-grid select{width:100%;height:35px;color:var(--ink);background:#fff;border:1px solid #d7dee8;border-radius:8px;outline:none;padding:0 11px;font-size:11px;transition:border-color .14s,box-shadow .14s}input::placeholder,textarea::placeholder{color:#bec6d0}.labeled-row input:focus,.wide-field input:focus,.dimension-grid input:focus,.two-field-grid input:focus,.two-field-grid select:focus,textarea:focus{border-color:#5d94ce;box-shadow:0 0 0 3px #1966b71a}.upload-actions{grid-template-columns:repeat(3,1fr);gap:8px;padding:12px 10px 10px;display:grid}.upload-actions button{color:#1168c5;cursor:pointer;background:#fff;border:1px solid #d9e1eb;border-radius:11px;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:78px;display:flex}.upload-actions button:hover{background:#f4f9ff;border-color:#a8c8e9}.upload-actions svg{stroke-width:1.8px;width:23px;height:23px}.upload-actions strong{font-size:11px}.upload-actions .green-action{color:#0b9b61}.upload-hint{color:#a1aab6;margin:0;padding:0 11px 10px;font-size:9px}.attachment-strip{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;gap:7px;display:grid;overflow-x:auto}.compact-attachments{grid-auto-columns:67px;padding:1px 11px 10px}.attachment-thumb{background:#e9eef3;border:1px solid #d9e1eb;border-radius:8px;height:62px;position:relative;overflow:hidden}.attachment-thumb img,.demo-material{object-fit:cover;width:100%;height:100%;display:block}.attachment-thumb>button{color:#fff;cursor:pointer;background:#121d2cc7;border:0;border-radius:50%;place-items:center;width:20px;height:20px;padding:0;display:grid;position:absolute;top:3px;right:3px}.demo-material{background:repeating-linear-gradient(90deg,#798185 0 2px,#c8cece 3px 5px,#8b9596 6px 8px)}.demo-material.tone-1{background:linear-gradient(135deg,#0e111b 20%,#562054 21% 22%,#12131c 23% 55%,#3b1341 56% 58%,#1d242d 59%)}.demo-material.tone-2{background:repeating-linear-gradient(90deg,#d9e5e8 0 5px,#7a8a8d 6px 8px,#edf3f4 9px 13px)}.demo-material.tone-3{background:repeating-linear-gradient(90deg,#dce6e6 0 3px,#8aa0a1 4px 6px,#eef3f2 7px 10px)}.products-heading{border:0;min-height:42px;padding:0 3px 0 12px}.products-heading button{color:#126ed1;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:4px;padding:8px;font-size:11px;display:flex}.products-heading button:hover{background:#eaf3ff}.products-section{flex-direction:column;gap:9px;display:flex}.product-card{padding-bottom:10px}.product-card-title{min-height:37px;padding:0 11px}.product-card-title strong{font-size:11px}.product-card-title button{color:#e34e4e;cursor:pointer;background:0 0;border:0;padding:5px;font-size:10px}.wide-field{padding:9px 11px 4px;display:block}.wide-field>span,.dimension-grid label>span,.two-field-grid label>span{color:#66758a;margin:0 0 5px;font-size:9px;display:block}.dimension-grid{grid-template-columns:repeat(4,1fr);gap:5px;padding:5px 11px;display:grid}.dimension-grid input{text-align:center;height:34px;padding:0 5px}.two-field-grid{grid-template-columns:.9fr 1.4fr;gap:7px;padding:3px 11px 8px;display:grid}.two-field-grid select{-webkit-appearance:auto;appearance:auto;padding:0 7px}.item-total{background:#f0f5fa;border-radius:7px;justify-content:space-between;align-items:center;min-height:35px;margin:0 11px;padding:0 10px;display:flex}.item-total span{color:#8190a2;font-size:9px}.item-total strong{color:#0b3d6e;font-size:11px}.totals-panel{padding-bottom:10px}.summary-row,.number-line{border-bottom:1px solid #edf0f4;justify-content:space-between;align-items:center;min-height:42px;padding:0 12px;display:flex}.summary-row span,.number-line>span{color:#66758a;font-size:11px}.summary-row strong{font-size:12px}.number-line>div{align-items:center;gap:2px;display:flex}.number-line em{color:#54647a;font-size:11px;font-style:normal}.number-line input{text-align:right;border:1px solid #d9e0e8;border-radius:7px;outline:0;width:80px;height:30px;padding:0 5px;font-size:11px}.number-line.negative em{color:#e24747}.grand-total{background:#f8fbff}.grand-total span{color:#0c467f;font-weight:700}.grand-total strong{color:#0a4479;font-size:18px}.notes-field{padding:10px 12px 0;display:block}.notes-field>span{color:#66758a;margin-bottom:6px;font-size:10px;display:block}.notes-field textarea{resize:vertical;border:1px solid #d9e0e8;border-radius:8px;outline:0;width:100%;min-height:68px;padding:9px 10px;font-size:11px;line-height:1.6}.bottom-bar{z-index:25;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border-top:1px solid #dce3eb;gap:8px;padding:9px 10px;display:grid;position:sticky;bottom:0;box-shadow:0 -8px 22px #152a430f}.single-action{grid-template-columns:1fr}.detail-actions{grid-template-columns:1fr 1.1fr}.primary-action,.secondary-action{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:43px;font-size:13px;font-weight:700;display:flex}.primary-action{color:#fff;background:#0a4479;border:1px solid #0a4479}.primary-action:hover{background:#083964}.primary-action:disabled{opacity:.55;cursor:not-allowed}.secondary-action{color:#163d64;background:#fff;border:1px solid #9eb2c8}.history-body{padding-top:11px}.search-box{color:#718197;background:#fff;border:1px solid #d7dfe8;border-radius:11px;grid-template-columns:28px 1fr 30px;align-items:center;height:43px;padding:0 8px;display:grid}.search-box input{background:0 0;border:0;outline:0;width:100%;font-size:12px}.search-box button{color:#78879a;cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.history-summary{color:#7e8b9c;justify-content:space-between;padding:11px 4px 8px;font-size:10px;display:flex}.history-summary strong{color:#0b4477}.history-list{border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 5px 14px #203b5b0a}.empty-state{color:#9ca8b7;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:230px;display:flex}.empty-state svg{stroke-width:1.4px;width:36px;height:36px}.empty-state strong{color:#536176;font-size:13px}.empty-state span{font-size:10px}.detail-body{padding:12px 9px 20px}.quotation-document{background:#fff;border:1px solid #d7dfe8;border-radius:12px;overflow:hidden;box-shadow:0 6px 18px #1d37540d}.quote-paper-head{text-align:center;color:#0a4479;padding:20px 10px 14px}.quote-paper-head small{letter-spacing:.2em;font-size:8px;font-weight:800;display:block}.quote-paper-head h2{letter-spacing:.03em;margin:6px 0 4px;font-family:SimSun,serif;font-size:19px}.quote-paper-head i{background:#1e5e94;width:88px;height:1px;margin:0 auto 5px;display:block}.quote-paper-head span{color:#9aa5b2;letter-spacing:.25em;font-size:8px}.quote-meta{margin:0;padding:0 14px 12px}.quote-meta div{grid-template-columns:75px 1fr;align-items:center;min-height:23px;display:grid}.quote-meta dt{color:#778599;font-size:9px}.quote-meta dd{overflow-wrap:anywhere;margin:0;font-size:9px;font-weight:700}.quote-table-wrap{padding:0 8px;overflow-x:auto}.quote-table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:7px}.quote-table th,.quote-table td{text-align:center;vertical-align:middle;border:1px solid #cfd9e4;padding:7px 3px}.quote-table th{color:#fff;background:#0a4479;font-weight:700}.quote-table th:first-child,.quote-table td:first-child{text-align:left;width:28%}.quote-table th:first-child{text-align:center}.quote-table th small{margin-top:2px;font-size:5px;font-weight:400;display:block}.quote-table td strong{font-size:7px;display:block}.quote-table td small{color:#8592a3;margin-top:3px;font-size:5px;display:block}.quote-table tfoot td{color:#43546b;text-align:left;background:#f4f7fb;font-weight:700}.quote-table tfoot td:last-child{text-align:right}.paper-totals{border:1px solid #d5dee8;border-radius:8px;width:76%;margin:9px 8px 9px auto;overflow:hidden}.paper-totals>div{border-bottom:1px solid #e1e7ee;justify-content:space-between;align-items:center;min-height:31px;padding:0 9px;font-size:8px;display:flex}.paper-totals>div:last-child{border-bottom:0}.paper-totals span{color:#748297}.paper-totals .discount{color:#e34040}.paper-totals .paper-grand span{color:#0b4479;font-size:11px;font-weight:800}.paper-totals .paper-grand strong{color:#0b4479;font-size:17px}.paper-attachments{padding:0 8px 9px}.paper-section-title{justify-content:space-between;align-items:center;min-height:29px;display:flex}.paper-section-title strong{color:#0b4479;font-size:9px}.paper-section-title span{color:#9aa4b1;font-size:7px}.paper-thumb{height:62px}.paper-notes{border:1px solid #d6dfe9;border-radius:8px;align-items:center;min-height:82px;margin:0 8px 8px;padding:9px 94px 9px 10px;display:flex;position:relative}.paper-notes strong{color:#0a4479;font-size:8px}.paper-notes p{color:#657489;margin:5px 0 0;font-size:7px;line-height:1.7}.business-seal{color:#d52828;opacity:.94;mix-blend-mode:multiply;width:70px;height:70px;position:absolute;top:6px;right:12px;transform:rotate(-7deg)}.business-seal svg{width:100%;height:100%;display:block;overflow:visible}.seal-outer-ring,.seal-inner-ring{fill:none;stroke:currentColor}.seal-outer-ring{stroke-width:3.1px}.seal-inner-ring{stroke-width:.8px;opacity:.72}.seal-company-name,.seal-purpose{fill:currentColor;font-family:SimSun,Songti SC,serif;font-weight:700}.seal-company-name{letter-spacing:.15px;font-size:9.4px}.seal-purpose{letter-spacing:1.15px;font-size:10.6px}.seal-star{fill:currentColor}.paper-company{color:#a0a9b5;text-align:center;border-top:1px solid #edf0f3;padding:6px 8px 10px;font-size:6px}.delete-quote{color:#dc4a4a;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:6px;width:100%;margin:12px 0 0;padding:10px;font-size:11px;display:flex}.settings-body{padding-top:14px}.settings-panel{padding-bottom:2px}.settings-logo{text-align:center;border-bottom:1px solid #edf0f4;padding:22px 10px 17px}.settings-logo span{color:#058ba4;font-family:Georgia,serif;font-size:34px;font-weight:800}.settings-logo p{color:#98a3b1;margin:5px 0 0;font-size:9px}.settings-number{justify-content:space-between;align-items:center;min-height:49px;padding:6px 12px;display:flex}.settings-number>span{font-size:12px;font-weight:700}.settings-number div{align-items:center;gap:6px;display:flex}.settings-number input{text-align:right;border:1px solid #d7dee8;border-radius:8px;outline:0;width:70px;height:34px;padding:0 8px}.settings-number em{color:#8190a1;font-size:11px;font-style:normal}.settings-note{color:#8c98a8;margin:12px 8px;font-size:10px;line-height:1.7}.toast{z-index:100;color:#fff;white-space:nowrap;background:#142233eb;border-radius:22px;align-items:center;gap:6px;padding:10px 14px;font-size:11px;display:flex;position:fixed;bottom:82px;left:50%;transform:translate(-50%);box-shadow:0 8px 25px #0f1d2e40}@media print{body,html,.app-stage,.phone-shell,.app-screen,.screen-body,.detail-body{width:100%!important;min-height:0!important;max-height:none!important;box-shadow:none!important;background:#fff!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;overflow:visible!important}.top-bar,.bottom-bar,.delete-quote,.toast{display:none!important}.quotation-document{width:190mm;box-shadow:none;border:0;border-radius:0;margin:0 auto}.quote-paper-head{padding-top:10mm}.quote-paper-head h2{font-size:24px}.quote-meta div{min-height:28px}.quote-meta dt,.quote-meta dd{font-size:12px}.quote-table{font-size:10px}.quote-table th,.quote-table td{padding:9px 5px}.quote-table td strong{font-size:10px}.quote-table td small,.quote-table th small{font-size:8px}.paper-totals>div{font-size:10px}.paper-notes strong{font-size:11px}.paper-notes p{font-size:9px}.paper-notes{break-inside:avoid;page-break-inside:avoid;min-height:30mm;padding-right:34mm}.business-seal{mix-blend-mode:normal;width:28mm;height:28mm;top:2mm;right:4mm}}@media (max-width:520px){.app-stage{background:var(--canvas);padding:0;display:block}.phone-shell{width:100%;min-height:100vh;max-height:none;box-shadow:none;border:0;border-radius:0}}@media (max-width:370px){.brand-mark{font-size:29px}.brand-lockup h1{font-size:16px}.brand-lockup p{letter-spacing:.1em}.quick-card{min-height:126px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
