:root{--orange: #ff5722;--orange-dark: #e64a19;--orange-light: #ff7043;--orange-peach: #fff5f0;--orange-muted: rgba(255, 87, 34, .1);--yellow: #ffc107;--black: #111111;--white: #ffffff;--gray-50: #fafafa;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-500: #6b7280;--gray-700: #374151;--font: "Montserrat", system-ui, sans-serif;--font-signature: "Great Vibes", cursive;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--border: rgba(17, 17, 17, .07);--border-strong: rgba(17, 17, 17, .12);--shadow-sm: 0 1px 2px rgba(17, 17, 17, .04), 0 2px 8px rgba(17, 17, 17, .04);--shadow-md: 0 4px 20px rgba(17, 17, 17, .07), 0 1px 3px rgba(17, 17, 17, .04);--focus-ring: 0 0 0 3px rgba(255, 87, 34, .18)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:linear-gradient(165deg,#e4e8ec,#eef1f4 45%,#e8ecef);background-attachment:fixed;color:var(--black);min-height:100vh;-webkit-font-smoothing:antialiased}.auth-gate{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:1rem}.auth-gate__card{background:var(--white);border-radius:16px;padding:2.5rem;width:100%;max-width:380px;text-align:center;box-shadow:0 20px 60px #0000004d}.auth-gate__logo{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.auth-gate__logo-icon{width:40px;height:40px;background:var(--orange);color:var(--white);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem}.auth-gate__logo-text{font-weight:800;font-size:1.1rem;letter-spacing:.05em}.auth-gate__card h1{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.auth-gate__card p{color:var(--gray-500);font-size:.875rem;margin-bottom:1.5rem}.auth-gate__card input{width:100%;padding:.75rem 1rem;border:2px solid var(--gray-200);border-radius:8px;font-family:var(--font);font-size:.9375rem;margin-bottom:1rem;transition:border-color .2s}.auth-gate__card input:focus{outline:none;border-color:var(--orange)}.auth-gate__error{color:#d32f2f;font-size:.8125rem;margin-bottom:.75rem}.auth-gate__card button{width:100%;padding:.875rem;background:var(--orange);color:var(--white);border:none;border-radius:8px;font-family:var(--font);font-weight:700;font-size:.9375rem;cursor:pointer;transition:background .2s}.auth-gate__card button:hover{background:var(--orange-dark)}.app-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem;background:#1111118c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.app-dialog__card{width:100%;max-width:400px;background:var(--white);border-radius:14px;padding:1.5rem;box-shadow:0 20px 60px #00000040}.app-dialog__title{font-size:1.0625rem;font-weight:700;margin-bottom:.5rem}.app-dialog__message{color:var(--gray-700);font-size:.9375rem;line-height:1.5;margin-bottom:1.25rem}.app-dialog__actions{display:flex;justify-content:flex-end;gap:.625rem}.app-dialog__btn{padding:.625rem 1rem;border-radius:8px;border:none;font-family:var(--font);font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s}.app-dialog__btn--primary{background:var(--orange);color:var(--white)}.app-dialog__btn--primary:hover{background:var(--orange-dark)}.app-dialog__btn--secondary{background:var(--gray-100);color:var(--gray-700)}.app-dialog__btn--secondary:hover{background:var(--gray-200)}.app-header{background:#111111f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--white);padding:.875rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06);box-shadow:0 4px 24px #0000001f}.app-header__brand{display:flex;align-items:center;gap:.625rem;font-weight:700;font-size:.9375rem}.app-header__logo{width:28px;height:28px;background:var(--orange);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.875rem}.app-header__mode{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffffa6;background:#ffffff14;padding:.3125rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.app-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--gray-500);padding:1.5rem}.app-loading__panel{max-width:560px;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem 1.5rem;box-shadow:0 12px 40px #00000014;text-align:center}.app-loading__panel h2{color:var(--black);font-size:1.125rem;margin-bottom:.5rem}.app-loading__panel p{color:var(--gray-700);font-size:.9375rem;line-height:1.5}.app-main{display:grid;grid-template-columns:420px 1fr;gap:1.5rem;padding:1.5rem;max-width:1500px;margin:0 auto;align-items:start;min-height:0}.sidebar{display:flex;flex-direction:column;gap:.875rem;position:sticky;top:1.5rem;max-height:calc(100vh - 5rem);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:999px}@media(max-width:960px){.app-main{grid-template-columns:1fr;padding:1rem;gap:1rem}.sidebar{position:static;max-height:none}.editor__fields-row,.editor__actions-row{grid-template-columns:1fr}.preview-panel{position:static;height:auto;max-height:none;overflow-x:hidden;overflow-y:visible;padding:0 .75rem 1rem;box-sizing:border-box;align-items:center}.preview-panel__zoom-hint{display:block}.preview-viewport--zoomed{max-height:min(55vh,640px)}.quotation-scale[data-scaled=true]{border-radius:var(--radius-sm);box-shadow:var(--shadow-md)}}.editor{background:var(--white);border-radius:var(--radius-lg);padding:1.375rem;box-shadow:var(--shadow-md);border:1px solid var(--border)}.editor__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.editor__header-text{flex:1;min-width:0}.editor__subtitle{margin-top:.3125rem;font-size:.75rem;color:var(--gray-500);line-height:1.45}.editor__title{font-size:1.125rem;font-weight:800;letter-spacing:-.02em;margin:0;padding:0;border:none}.editor__quote-no{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;padding:.5rem .75rem;background:var(--orange-muted);border:1px solid rgba(255,87,34,.14);border-radius:var(--radius-sm);flex-shrink:0}.editor__quote-no-label{font-size:.5625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500)}.editor__quote-no-value{font-size:.8125rem;font-weight:800;color:var(--orange);letter-spacing:.02em}.editor__card{background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;margin-bottom:1rem}.editor__card--client{padding:.875rem 1rem}.editor__fields-row{display:grid;grid-template-columns:1fr 9.5rem;gap:.75rem;align-items:end}.editor__field{min-width:0}.editor__label--spaced{margin-top:.75rem}.editor__input--lg{font-size:.9375rem;font-weight:600}.editor__pricing{margin-bottom:1rem}.editor__pricing-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.editor__pricing-header .editor__label{margin-bottom:0;font-size:.6875rem;color:var(--gray-500)}.editor__sections{display:flex;flex-direction:column;gap:.75rem}.editor__add-section{width:100%;padding:.6875rem;border:1.5px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--gray-50);color:var(--gray-700);font-family:var(--font);font-size:.8125rem;font-weight:600;cursor:pointer;transition:border-color .2s,color .2s,background .2s,transform .15s}.editor__add-section:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-peach);transform:translateY(-1px)}.editor__section{margin-bottom:1.125rem}.editor__section--half{flex:1}.editor__row{display:flex;gap:.75rem}.editor__label{display:block;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:.375rem}.editor__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.625rem}.editor__section-header .editor__label{margin-bottom:0}.editor__input{width:100%;padding:.625rem .75rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);font-family:var(--font);font-size:.875rem;background:var(--white);color:var(--black);transition:border-color .2s,box-shadow .2s}.editor__input::placeholder{color:#9ca3af}.editor__input:hover{border-color:#1111112e}.editor__input:focus{outline:none;border-color:var(--orange);box-shadow:var(--focus-ring)}.editor__section-actions{display:flex;gap:.375rem}.editor__section-card{border:1px solid var(--border);border-radius:var(--radius-md);padding:.875rem;background:var(--white);box-shadow:var(--shadow-sm);transition:border-color .2s,box-shadow .2s}.editor__section-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md)}.editor__section-card--breakdown{background:var(--white);border-color:#ff57222e;box-shadow:var(--shadow-sm),inset 3px 0 0 var(--orange)}.editor__section-card-top{display:grid;grid-template-columns:20px 28px 1fr 28px;gap:.5rem;align-items:center;margin-bottom:.5rem}.editor__drag-handle{display:flex;align-items:center;justify-content:center;width:20px;height:28px;padding:0;border:none;background:transparent;color:#9ca3af;font-size:.75rem;line-height:1;letter-spacing:-.12em;cursor:grab;flex-shrink:0;border-radius:4px;transition:color .2s,background .2s}.editor__drag-handle:hover{color:var(--gray-700);background:var(--gray-100)}.editor__drag-handle:active{cursor:grabbing}.editor__section-card--dragging,.editor__breakdown-row--dragging{opacity:.55}.editor__section-card--drag-over,.editor__breakdown-row--drag-over{outline:2px dashed var(--orange);outline-offset:2px}.editor__badge{width:28px;height:28px;background:linear-gradient(135deg,#2d2d2d 0%,var(--black) 100%);color:var(--white);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:800;box-shadow:0 2px 6px #00000026}.editor__section-card--breakdown .editor__badge{background:linear-gradient(135deg,var(--orange-light) 0%,var(--orange) 100%)}.editor__type-tabs{display:flex;background:var(--gray-100);border-radius:999px;padding:3px;margin-bottom:.75rem;border:1px solid var(--border)}.editor__section-card--breakdown .editor__type-tabs{background:#ffffffbf}.editor__type-tab{flex:1;padding:.4375rem .5rem;border:none;border-radius:999px;background:transparent;font-family:var(--font);font-size:.6875rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .2s}.editor__type-tab--active{background:var(--white);color:var(--black);box-shadow:0 1px 4px #00000014}.editor__section-card--breakdown .editor__type-tab--active{color:var(--orange-dark);font-weight:700}.editor__price-field{display:flex;align-items:center;gap:.5rem;background:var(--gray-50);border-radius:var(--radius-sm);padding:.375rem .75rem;border:1px solid var(--border);transition:border-color .2s,box-shadow .2s}.editor__price-field:focus-within{border-color:var(--orange);box-shadow:var(--focus-ring);background:var(--white)}.editor__section-card--breakdown .editor__price-field{background:#ffffffe6}.editor__price-field--compact{padding:.25rem .5rem}.editor__price-prefix{font-size:.75rem;font-weight:700;color:var(--gray-500);flex-shrink:0}.editor__input--price-lg,.editor__input--price-sm{border:none;background:transparent;padding:.375rem 0;text-align:right;font-weight:700;font-size:1rem}.editor__input--price-lg:focus,.editor__input--price-sm:focus{border:none;outline:none}.editor__input--price-sm{font-size:.875rem;width:100%;min-width:0}.editor__breakdown{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white);overflow:hidden}.editor__breakdown-top{display:flex;flex-direction:column;gap:.5rem;padding:.875rem;background:var(--gray-50)}.editor__label--inline{margin-bottom:0}.editor__breakdown-top .editor__hint{margin:0;font-size:.6875rem;color:var(--gray-500);line-height:1.45}.editor__breakdown-option{margin-top:.125rem;padding:0;background:transparent;border:none}.editor__breakdown-option:hover{background:transparent}.editor__breakdown-items{padding:.75rem .875rem .875rem;border-top:1px solid var(--border)}.editor__breakdown-items-label{margin:0 0 .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500)}.editor__breakdown-items--descriptions-only .editor__breakdown-table-head,.editor__breakdown-items--descriptions-only .editor__breakdown-row{grid-template-columns:20px minmax(0,1fr) 28px}.editor__breakdown-table-head{display:grid;grid-template-columns:20px minmax(0,1fr) 6.75rem 28px;gap:.5rem;align-items:center;padding:0 .125rem .375rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500)}.editor__breakdown-rows{display:flex;flex-direction:column;gap:.5rem;max-height:5.5rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent;padding-right:.125rem}.editor__breakdown-rows::-webkit-scrollbar{width:5px}.editor__breakdown-rows::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:999px}.editor__breakdown-row{display:grid;grid-template-columns:20px minmax(0,1fr) 6.75rem 28px;gap:.5rem;align-items:center;min-height:2.5rem;flex-shrink:0}.editor__input--sub{height:2.5rem;min-width:0;padding:0 .625rem;font-size:.8125rem;font-weight:500}.editor__breakdown-row .editor__price-field{height:2.5rem;min-width:0;padding:0 .625rem;background:var(--white)}.editor__breakdown-row .editor__price-field--compact{padding:0 .625rem}.editor__breakdown-row .editor__input--price-sm{height:100%;padding:0;font-size:.8125rem;font-weight:600}.editor__breakdown-row .editor__btn-remove{width:28px;height:28px}.editor__add-row{width:100%;padding:.5625rem;margin-top:.5rem;border:1.5px dashed var(--border-strong);border-radius:var(--radius-sm);background:var(--gray-50);font-family:var(--font);font-size:.75rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .2s}.editor__add-row:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-peach)}.editor__add-buttons{display:flex;flex-direction:column;gap:.375rem;margin-top:.625rem}.editor__add-btn{width:100%;padding:.5625rem;border:1.5px dashed var(--gray-200);border-radius:8px;background:var(--white);font-family:var(--font);font-size:.75rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .2s}.editor__add-btn:hover{border-color:var(--black);background:var(--gray-100)}.editor__add-btn--breakdown{border-color:#ffd4c2;color:var(--orange-dark);background:var(--orange-peach)}.editor__add-btn--breakdown:hover{border-color:var(--orange);background:#ffe4d6}.editor__grand-total{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.125rem;margin-top:.875rem;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:var(--white);border-radius:var(--radius-md);font-weight:700;font-size:.9375rem;border:1px solid rgba(255,255,255,.06);box-shadow:0 8px 24px #0000002e}.editor__grand-total:has(.editor__grand-total-row){flex-direction:column;align-items:stretch;gap:.375rem;padding:.75rem 1rem}.editor__grand-total-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem;font-weight:600}.editor__grand-total-row--discount span:last-child{color:#ff8a65}.editor__grand-total-row--final{padding-top:.375rem;border-top:1px solid rgba(255,255,255,.15);font-size:1rem;font-weight:800}.editor__grand-total span:last-child,.editor__grand-total-row--final span:last-child{color:var(--orange);font-size:1.0625rem}.editor__card--options{margin-bottom:1rem;background:var(--white)}.editor__checkbox{display:flex;align-items:flex-start;gap:.625rem;font-size:.8125rem;line-height:1.45;color:var(--gray-700);cursor:pointer;margin-top:.5rem;padding:.5rem .625rem;border-radius:var(--radius-sm);transition:background .2s}.editor__checkbox:hover{background:var(--gray-50)}.editor__checkbox input{margin-top:.2rem;accent-color:var(--orange);flex-shrink:0}.editor__custom-terms{margin-top:.75rem;display:flex;flex-direction:column;gap:.375rem}.editor__custom-term{display:grid;grid-template-columns:1fr 28px;gap:.375rem;align-items:center}.editor__add-term{width:100%;padding:.5rem;margin-top:.25rem;border:1.5px dashed var(--gray-200);border-radius:6px;background:transparent;font-family:var(--font);font-size:.75rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .2s}.editor__add-term:hover{border-color:var(--orange);color:var(--orange);background:var(--orange-peach)}.editor__btn--save{background:linear-gradient(135deg,#2d2d2d 0%,var(--black) 100%);color:var(--white);box-shadow:0 2px 8px #00000026}.editor__btn--save:hover:not(:disabled){background:linear-gradient(135deg,#3d3d3d,#222);transform:translateY(-1px);box-shadow:0 4px 12px #0003}.editor__hint--warn{color:var(--orange-dark);font-weight:600}.history{background:var(--white);border-radius:var(--radius-lg);padding:1rem 1.125rem;box-shadow:var(--shadow-md);border:1px solid var(--border)}.history__title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-500);margin-bottom:.625rem;display:flex;align-items:center;gap:.5rem}.history__count{background:var(--orange-muted);color:var(--orange-dark);font-size:.625rem;font-weight:800;padding:.125rem .4375rem;border-radius:999px}.history__empty{font-size:.8125rem;color:var(--gray-500);line-height:1.4}.history__hint{margin:-.25rem 0 .625rem;font-size:.75rem;color:var(--gray-500);line-height:1.4}.history__list{list-style:none;display:flex;flex-direction:column;gap:.375rem;max-height:10.375rem;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--gray-200) transparent}.history__list::-webkit-scrollbar{width:5px}.history__list::-webkit-scrollbar-thumb{background:var(--gray-200);border-radius:999px}.history__item{display:flex;align-items:stretch;border-radius:var(--radius-sm);overflow:hidden;border:1px solid var(--border);transition:border-color .2s,box-shadow .2s;min-height:5rem;flex-shrink:0;background:var(--gray-50)}.history__item:hover{border-color:var(--border-strong)}.history__item--active{border-color:#ff572259;background:var(--orange-peach);box-shadow:0 0 0 1px #ff57221f}.history__item-main{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;padding:.625rem .75rem;border:none;background:transparent;font-family:var(--font);text-align:left;cursor:pointer;min-width:0}.history__item-main:hover{background:var(--gray-100)}.history__item--active .history__item-main:hover{background:transparent}.history__item-no{font-size:.75rem;font-weight:800;color:var(--orange);display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.history__item-editing{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--white);background:var(--orange);padding:.125rem .375rem;border-radius:4px}.history__item-client{font-size:.875rem;font-weight:700;color:var(--black);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.history__item-meta{font-size:.6875rem;color:var(--gray-500)}.history__item-delete{width:32px;border:none;background:transparent;color:var(--gray-500);font-size:1.125rem;cursor:pointer;flex-shrink:0;transition:all .2s}.history__item-delete:hover{background:#ffebee;color:#d32f2f}.editor__input--title{font-weight:600}.editor__section-subtotal{display:flex;justify-content:space-between;align-items:center;padding:.6875rem .875rem;margin:0;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);border-radius:0;font-size:.8125rem;font-weight:700;color:var(--white);border-top:1px solid var(--border)}.editor__section-subtotal span:last-child{color:var(--orange-light);font-size:.875rem;font-weight:800}.editor__btn-remove{width:28px;height:28px;border:none;background:transparent;color:#9ca3af;border-radius:6px;font-size:1.125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:all .2s}.editor__btn-remove:hover{background:#fef2f2;color:#dc2626}.editor__total{display:flex;justify-content:space-between;padding:.75rem;margin-top:.75rem;background:var(--gray-100);border-radius:8px;font-weight:700;font-size:.9375rem}.editor__total span:last-child{color:var(--orange)}.editor__actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1.25rem;padding-top:1.125rem;border-top:1px solid var(--border)}.editor__actions-option{margin-top:0;margin-bottom:.25rem;padding:.75rem .875rem;background:var(--gray-50);border:1px solid var(--border);border-radius:var(--radius-sm)}.editor__actions-row{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.editor__btn{padding:.75rem 1rem;border:none;border-radius:var(--radius-sm);font-family:var(--font);font-weight:700;font-size:.8125rem;cursor:pointer;transition:all .2s}.editor__btn--primary{background:linear-gradient(135deg,var(--orange-light) 0%,var(--orange) 100%);color:var(--white);box-shadow:0 4px 14px #ff572259}.editor__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,var(--orange) 0%,var(--orange-dark) 100%);transform:translateY(-1px);box-shadow:0 6px 18px #ff572266}.editor__btn--primary:disabled,.editor__btn--save:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.editor__btn--secondary{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--border)}.editor__btn--secondary:hover{background:var(--gray-200);border-color:var(--border-strong)}.editor__btn--small{padding:.375rem .75rem;background:var(--black);color:var(--white);font-size:.75rem}.editor__btn--small:hover{background:var(--gray-700)}.editor__btn--outline{background:transparent;border:1.5px solid var(--black);color:var(--black)}.editor__btn--outline:hover{background:var(--black);color:var(--white)}.editor__btn--tiny{padding:.25rem .5rem;background:var(--orange);color:var(--white);font-size:.6875rem;border:none;border-radius:5px;font-family:var(--font);font-weight:700;cursor:pointer}.editor__btn--tiny:hover{background:var(--orange-dark)}.editor__hint{margin-top:.75rem;font-size:.75rem;color:var(--gray-500);line-height:1.4}.preview-panel{display:flex;flex-direction:column;align-items:center;width:100%;min-height:0;height:calc(100vh - 5rem);max-height:calc(100vh - 5rem);overflow-x:auto;overflow-y:auto;padding-bottom:2rem;position:sticky;top:1.5rem;align-self:start;-webkit-overflow-scrolling:touch}.preview-panel__label{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);padding:.375rem .75rem;background:#ffffffb3;border:1px solid var(--border);border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.preview-panel__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.5rem .75rem;width:100%;margin-bottom:.375rem}.preview-panel__zoom{display:flex;align-items:center;gap:.375rem;padding:.25rem;background:var(--white);border:1px solid var(--border);border-radius:999px;box-shadow:var(--shadow-sm)}.preview-panel__zoom-btn{width:1.75rem;height:1.75rem;border:none;border-radius:999px;background:var(--gray-100);color:var(--gray-700);font-family:var(--font);font-size:1rem;font-weight:700;line-height:1;cursor:pointer;transition:background .15s,color .15s}.preview-panel__zoom-btn:hover:not(:disabled){background:var(--orange-peach);color:var(--orange-dark)}.preview-panel__zoom-btn:disabled{opacity:.35;cursor:not-allowed}.preview-panel__zoom-value{min-width:2.75rem;text-align:center;font-size:.6875rem;font-weight:700;color:var(--gray-700)}.preview-panel__zoom-reset{border:none;background:transparent;color:var(--orange);font-family:var(--font);font-size:.6875rem;font-weight:700;padding:0 .375rem;cursor:pointer}.preview-panel__zoom-hint{margin:0 0 .625rem;font-size:.625rem;color:var(--gray-500);text-align:center;line-height:1.4;display:none}.preview-viewport{width:100%;max-width:100%;overflow:auto;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.preview-viewport--zoomed{touch-action:none;max-height:min(70vh,720px);border:1px solid var(--border);border-radius:var(--radius-md);background:#e8eaed;padding:.5rem;box-sizing:border-box}@media(min-width:961px){.preview-viewport--zoomed{max-height:calc(100vh - 8rem)}}.quotation-scale{display:block;width:fit-content;max-width:100%;margin-inline:auto;overflow:visible;flex-shrink:0}@media print{@page{size:A4;margin:0}body{background:#fff}.no-print{display:none!important}.app-main{display:block;padding:0;max-width:none}.preview-panel{align-items:stretch}}.quotation-document{display:flex;flex-direction:column;gap:1.5rem}.q-page{--q-price-col: 132px;position:relative;width:210mm;min-height:auto;height:auto;background:#fff;padding:0;box-shadow:0 8px 32px #0000001a;overflow:visible;display:flex;flex-direction:column;font-size:9.5pt;color:#1a1a1a}.q-page--last{min-height:297mm}.q-page--last .q-table{flex:1}.q-page--last .q-footer{margin-top:auto}.q-page:not(.q-page--last) .q-table{flex:none}.q-page:not(.q-page--last) .q-table__body{flex:none}.q-page:not(.q-page--last) .q-footer{margin-top:0;padding-top:3mm}.q-page--last .q-page__stripe{margin-top:auto}.q-page__accent{height:5px;background:linear-gradient(90deg,var(--orange) 0%,var(--orange) 65%,var(--black) 65%,var(--black) 100%);flex-shrink:0}.q-page__stripe{height:4px;background:linear-gradient(90deg,var(--black) 0%,var(--black) 30%,var(--orange) 30%,var(--orange) 100%);flex-shrink:0}.q-header{display:flex;align-items:center;justify-content:space-between;padding:7mm 14mm 5mm;border-bottom:1px solid #eee;flex-shrink:0}.q-header__logo .weborbit-logo__image{height:44px}.q-page--continued{box-shadow:0 4px 20px #00000012}.q-page--continued .q-header__logo .weborbit-logo__image{height:36px}.q-header__right{text-align:right}.q-header__title{font-size:1.375rem;font-weight:800;letter-spacing:.14em;color:var(--black);line-height:1;margin:0}.q-header__ref{display:block;margin-top:.375rem;font-size:.75rem;font-weight:700;color:var(--orange);letter-spacing:.04em}.q-header__page{display:block;margin-top:.25rem;font-size:.6875rem;color:var(--gray-500);font-weight:600}.q-info{display:grid;grid-template-columns:1fr 1fr;gap:4mm;padding:5mm 14mm;flex-shrink:0}.q-info__card{background:#fafafa;border:1px solid #ebebeb;border-radius:6px;padding:4mm 5mm}.q-info__card--meta{display:flex;flex-direction:column;gap:3mm}.q-label{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:.25rem}.q-info__client{font-size:1.0625rem;font-weight:800;text-transform:uppercase;letter-spacing:.03em;color:var(--black);margin:0;line-height:1.3}.q-info__meta-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-size:.8125rem}.q-info__meta-row .q-label{margin-bottom:0;flex-shrink:0}.q-info__ref{font-weight:700;color:var(--orange)}.q-table{flex:1;padding:0 14mm;display:flex;flex-direction:column;min-height:0}.q-table__head{display:grid;grid-template-columns:1fr var(--q-price-col);gap:1rem;background:var(--black);color:#fff;padding:2.5mm 4mm;border-radius:4px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;flex-shrink:0}.q-table__col-amount{text-align:right}.q-table__body{flex:1;padding-top:2mm}.q-row{display:grid;grid-template-columns:1fr var(--q-price-col);gap:1rem;align-items:center;padding:2.5mm 4mm;border-bottom:1px solid #f0f0f0;font-size:.9rem}.q-row:last-child{border-bottom:none}.q-row__desc{display:flex;align-items:flex-start;gap:3mm;min-width:0}.q-row__num{flex-shrink:0;width:18px;height:18px;background:var(--black);color:#fff;border-radius:3px;font-size:.625rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin-top:1px}.q-row__amount{text-align:right;font-weight:700;color:var(--orange);font-size:.875rem;white-space:nowrap}.q-row__amount--muted{color:#ccc;font-weight:400}.q-row__amount--sub{color:#555;font-weight:600;font-size:.75rem}.q-row--empty{color:var(--gray-500);font-style:italic;font-size:.8125rem}.q-group{margin-bottom:2mm;border:1px solid #fde8de;border-radius:6px;overflow:hidden;background:#fffaf7}.q-group .q-row{border-bottom-color:#fde8de}.q-group .q-row--heading{background:#fff0e8;border-bottom:1px solid #ffd4c2}.q-group .q-row--heading .q-row__num{background:var(--orange)}.q-row--sub{padding-left:6mm;font-size:.75rem}.q-row__bullet{width:4px;height:4px;border-radius:50%;background:var(--orange);flex-shrink:0;margin-top:5px}.q-row--subtotal{background:#fff5f0;font-size:.75rem;font-weight:700;color:var(--gray-700);border-top:1px dashed #ffd4c2;border-bottom:none}.q-row--subtotal .q-row__amount{font-size:.8125rem}.q-summary{margin:4mm 14mm 0 auto;width:68mm;flex-shrink:0}.q-summary__row{display:flex;justify-content:space-between;align-items:center;padding:2mm 0;font-size:.8125rem;font-weight:600;color:var(--gray-700);border-bottom:1px solid #f0f0f0}.q-summary__row span:last-child{font-weight:700;color:var(--black)}.q-summary__row--discount span:last-child{color:#c62828}.q-summary__row--total{border-bottom:none;border-top:2px solid var(--black);margin-top:1mm;padding-top:3mm;font-size:.9375rem;font-weight:800;color:var(--black)}.q-summary__row--total span:last-child{color:var(--orange);font-size:1.0625rem}.q-terms{margin:4mm 14mm 0;padding:3mm 4mm;background:#fafafa;border-left:3px solid var(--orange);border-radius:0 4px 4px 0;flex-shrink:0}.q-terms ul{list-style:none;margin:0;padding:0}.q-terms li{font-size:.6875rem;color:var(--gray-700);line-height:1.5;padding-left:.75rem;position:relative}.q-terms li:before{content:"–";position:absolute;left:0;color:var(--orange)}.q-terms li+li{margin-top:.125rem}.q-thanks{margin:4mm 14mm 0;text-align:center;font-size:.75rem;font-style:italic;color:var(--gray-500);line-height:1.5;flex-shrink:0}.q-footer{display:flex;justify-content:space-between;align-items:flex-end;padding:5mm 14mm 4mm;flex-shrink:0}.q-contact{display:flex;flex-direction:column;gap:1.5mm}.q-contact__item{display:flex;align-items:center;gap:2mm;font-size:.6875rem;font-weight:600;color:var(--gray-700)}.q-contact__link{color:inherit;text-decoration:none;width:fit-content;border-radius:2px;transition:color .15s}.q-contact__link:hover{color:var(--orange)}.q-contact__icon{width:14px;height:14px;color:var(--orange);flex-shrink:0}.q-signature{text-align:center;min-width:45mm}.q-signature__img{display:block;height:64px;width:auto;max-width:50mm;object-fit:contain;margin:0 auto 1mm}.q-signature__fallback{font-family:var(--font-signature);font-size:1.75rem;display:block;margin-bottom:1mm}.q-signature__line{height:1px;background:#bbb;margin-bottom:1.5mm}.q-signature__label{font-size:.625rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:var(--black)}.q-continued{width:100%;display:flex;justify-content:space-between;align-items:center;font-size:.6875rem;font-weight:600;color:var(--gray-500);padding-top:2mm;border-top:1px dashed #ddd}.weborbit-logo{display:flex;align-items:center}.weborbit-logo__image{height:44px;width:auto;object-fit:contain}@media print{.quotation-document{gap:0}.q-page{box-shadow:none;width:100%;height:auto;min-height:auto;page-break-after:always}.q-page--last{min-height:297mm}.q-page:last-child{page-break-after:avoid}.q-page__accent,.q-page__stripe,.q-table__head,.q-group,.q-summary__row--total span:last-child{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
