:root{--theme-base: #5b6ee1;--bg: hsl(232 8% 96%);--surface: hsl(232 8% 100% / .92);--surface-strong: hsl(232 8% 100%);--surface-soft: hsl(232 8% 94%);--surface-tinted: hsl(232 8% 97%);--surface-tinted-strong: hsl(232 8% 92%);--surface-floating: hsl(232 8% 100% / .96);--surface-floating-strong: hsl(232 8% 100% / .98);--field-bg: hsl(232 8% 100%);--field-bg-readonly: hsl(232 8% 96%);--line: hsl(232 8% 74%);--line-soft: hsl(232 8% 86%);--input-border: hsl(232 8% 70%);--border: hsl(232 8% 18% / .16);--text: hsl(232 16% 17%);--muted: hsl(232 11% 37%);--muted-soft: hsl(232 9% 52%);--accent: hsl(232 55% 48%);--accent-soft: hsl(232 55% 60%);--accent-strong: hsl(232 55% 38%);--accent-contrast: hsl(232 8% 100%);--analogous-left: hsl(206 55% 50%);--analogous-right: hsl(256 55% 52%);--accent-rgb: 55 72 190;--accent-soft-rgb: 102 115 210;--accent-wash: hsl(232 55% 48% / .09);--accent-wash-strong: hsl(232 55% 48% / .16);--accent-wash-heavy: hsl(232 55% 48% / .22);--accent-ring: hsl(232 55% 48% / .34);--focus-ring: hsl(232 55% 48% / .18);--calendar-today: hsl(38 84% 28%);--calendar-today-soft: hsl(38 84% 93%);--calendar-today-ring: hsl(38 72% 54% / .58);--calendar-weekend: hsl(204 66% 32%);--calendar-weekend-soft: hsl(204 76% 92%);--calendar-weekend-ring: hsl(204 58% 62% / .5);--status-review-text: hsl(354 58% 34%);--status-review-bg: hsl(354 82% 95%);--status-ready-text: hsl(151 46% 25%);--status-ready-bg: hsl(151 48% 92%);--red: hsl(354 64% 54%);--green: hsl(151 44% 42%);--radius-xl: 24px;--radius-lg: 18px;--radius-md: 12px;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--shadow-soft: 0 8px 26px rgb(35 45 80 / .1);--shadow-strong: 0 20px 48px rgb(35 45 80 / .16);--shadow-raised: 0 -8px 34px rgb(35 45 80 / .16);--shadow-border: 0 0 0 1px rgba(28, 37, 65, .1);--shadow-border-hover: 0 0 0 1px rgba(28, 37, 65, .16);--shadow-control: 0 0 0 1px rgba(28, 37, 65, .12), 0 1px 2px rgb(35 45 80 / .08);--shadow-control-hover: 0 0 0 1px rgba(28, 37, 65, .18), 0 3px 10px rgb(35 45 80 / .12)}*{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Avenir Next,Segoe UI,Helvetica Neue,sans-serif;line-height:1.45}button,input,textarea,select{font:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p,li,label,summary{text-wrap:pretty}button{-webkit-tap-highlight-color:transparent}.app-shell{max-width:1500px;margin:0 auto;padding:1.2rem 1rem 1rem}.eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.75rem;font-weight:700;color:var(--accent)}.top-header{background:var(--surface);border:0;border-radius:var(--radius-xl);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-border),var(--shadow-soft);padding:var(--space-6);margin-bottom:var(--space-5)}.top-header h1{margin-top:.35rem;font-size:clamp(1.6rem,2.3vw,2.1rem)}.top-header p{margin-top:.55rem;color:var(--muted);max-width:60ch}.builder-layout{display:grid;grid-template-columns:minmax(340px,.95fr) minmax(360px,1fr);gap:var(--space-5);align-items:start}.builder-column{display:grid;gap:var(--space-4)}.preview-column{position:sticky;top:1rem;align-self:start}.section-card{background:var(--surface);border:0;border-radius:var(--radius-lg);box-shadow:var(--shadow-border),var(--shadow-soft);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);overflow:hidden;transition-property:box-shadow,transform;transition-duration:.18s;transition-timing-function:ease-out}.section-card:hover{box-shadow:var(--shadow-border-hover),var(--shadow-soft)}.section-card.section-incomplete,.section-card.section-review{border-top:4px solid var(--red)}.section-card.section-ready{border-top:4px solid var(--green)}.section-header{display:flex;align-items:center;gap:.75rem;padding:var(--space-4) var(--space-5)}.section-dot{width:.75rem;height:.75rem;border-radius:999px;flex-shrink:0}.dot-incomplete,.dot-review{background:var(--red)}.dot-ready{background:var(--green)}.section-heading-copy{min-width:0;flex:1}.section-heading-copy h2{font-size:1.05rem}.section-heading-copy p{color:var(--muted);font-size:.87rem;margin-top:.2rem}.section-header-actions{display:inline-flex;align-items:center;gap:.55rem}.status-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.07em;font-weight:700;padding:.2rem .55rem;border-radius:999px}.status-incomplete,.status-review{color:var(--status-review-text);background:var(--status-review-bg)}.status-ready{color:var(--status-ready-text);background:var(--status-ready-bg)}.fold-toggle{min-height:40px;border:0;border-radius:999px;background:var(--field-bg);color:var(--muted);font-size:.72rem;font-weight:700;padding:.2rem .72rem;cursor:pointer;box-shadow:var(--shadow-control);transition-property:scale,box-shadow,color,background-color;transition-duration:.15s;transition-timing-function:ease-out}.fold-toggle:hover{box-shadow:var(--shadow-control-hover);color:var(--accent)}.fold-toggle:active{scale:.96}.section-body{padding:var(--space-5)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.form-grid label{display:grid;gap:.45rem;color:var(--muted);font-size:.88rem;font-weight:600}.checkbox-inline{display:inline-flex!important;align-items:center;gap:.5rem}.checkbox-inline input[type=checkbox]{width:1rem;height:1rem;margin:0;accent-color:var(--accent)}.cc-inline-row{display:flex;align-items:center;gap:.65rem}.cc-field-inline{flex:1;min-width:180px}.delivery-split-row{display:grid;grid-template-columns:minmax(180px,280px) minmax(0,1fr);gap:.65rem;align-items:stretch}.delivery-select-label,.cc-inline-label{display:grid;gap:.35rem;color:var(--muted);font-size:.88rem;font-weight:600}.full-width{grid-column:1 / -1}input,textarea,select{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--field-bg);color:var(--text);padding:.72rem .82rem;outline:none;transition-property:border-color,box-shadow,background-color;transition-duration:.15s;transition-timing-function:ease-out}input[type=range]{accent-color:var(--accent)}input[type=range]::-webkit-slider-thumb{background:var(--accent)}input[type=range]::-moz-range-thumb{background:var(--accent);border:none}input:focus,textarea:focus,select:focus{border-color:var(--accent-soft);box-shadow:0 0 0 3px var(--focus-ring)}.delivery-email-select,.sticky-recipient-select{width:100%;min-width:0}.split-email-field{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--field-bg);overflow:hidden}.split-email-top{padding:.35rem .7rem;border-bottom:1px solid var(--border);background:var(--surface-tinted-strong);font-size:.8rem;font-weight:700;color:var(--text)}.split-email-bottom{width:100%;min-width:0;border:none;border-radius:0;margin:0;padding:.56rem .7rem;color:var(--muted);font-size:.86rem;font-weight:500}.split-email-bottom:focus{box-shadow:inset 0 0 0 1px var(--focus-ring)}.split-email-bottom[readonly]{background:var(--field-bg-readonly);color:var(--muted);cursor:default}.cc-inline-label{margin-top:0}.split-email-field .split-email-bottom::-webkit-input-placeholder{color:var(--muted-soft)}.split-email-field .split-email-bottom::placeholder{color:var(--muted-soft)}.split-email-field{margin-top:.12rem}.cc-inline-row+.split-email-field{margin-top:.45rem}.split-email-top,.split-email-bottom{line-height:1.25}.split-email-field{box-shadow:inset 0 0 0 1px var(--border)}.split-email-field .split-email-bottom{outline:none}.split-email-field+.split-email-field{margin-top:.3rem}.split-email-field .split-email-bottom[type=email]{overflow-x:auto;white-space:nowrap}textarea{resize:vertical;min-height:70px}.weekend-controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}.weekend-controls label{gap:.62rem}.inline-actions{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:var(--space-4)}.calendar-nav-actions{justify-content:center}.inline-actions button,.secondary-button,.pin-card button{min-height:40px;border:0;background:var(--surface-soft);color:var(--text);border-radius:var(--radius-md);cursor:pointer;padding:.6rem .82rem;font-weight:600;box-shadow:var(--shadow-control);transition-property:scale,box-shadow,background-color,color;transition-duration:.15s;transition-timing-function:ease-out}.inline-actions button:hover:not(:disabled),.secondary-button:hover:not(:disabled),.pin-card button:hover:not(:disabled){box-shadow:var(--shadow-control-hover);color:var(--accent)}.inline-actions button:active:not(:disabled),.secondary-button:active:not(:disabled),.pin-card button:active:not(:disabled){scale:.96}.inline-actions button:disabled,.secondary-button:disabled{opacity:.5;cursor:not-allowed}.meta-pill-wrap{margin-top:var(--space-4);display:flex;flex-wrap:wrap;gap:.55rem}.meta-pill{box-shadow:var(--shadow-border);border-radius:999px;padding:.35rem .7rem;background:var(--surface-soft);font-size:.83rem;color:var(--muted);font-variant-numeric:tabular-nums}.purpose-inline{display:flex;justify-content:center;margin-bottom:.8rem}.purpose-inline label{display:grid;gap:.45rem;color:var(--muted);font-size:.88rem;font-weight:600;min-width:min(440px,100%);text-align:center}.mini-calendar-wrap{margin-top:.9rem;border:0;border-radius:20px;background:var(--surface-strong);padding:.75rem;box-shadow:none}.mini-calendar-head{display:flex;justify-content:space-between;align-items:baseline;gap:.8rem;margin-bottom:.6rem}.mini-calendar-head strong{font-size:.9rem}.mini-calendar-head span{color:var(--muted);font-size:.75rem}.mini-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.28rem}.weekday-cell{text-align:center;color:var(--muted);font-size:.7rem;font-weight:700;border:none;border-radius:0;padding:.14rem .08rem .22rem;letter-spacing:.01em}.weekday-sunday{color:var(--accent);font-weight:800}.weekday-saturday{font-weight:750}.day-cell{position:relative;border:0;border-radius:8px;background:var(--field-bg);min-height:2.5rem;display:grid;place-items:center;font-size:.78rem;color:var(--text);cursor:pointer;box-shadow:var(--shadow-control);font-variant-numeric:tabular-nums;isolation:isolate;transition-property:scale,box-shadow,background-color,color;transition-duration:.15s;transition-timing-function:ease-out}.day-cell:before,.day-cell:after{content:"";position:absolute;pointer-events:none}.day-cell:hover:not(.blank){box-shadow:var(--shadow-control-hover)}.day-cell:active:not(.blank){scale:.96}.day-cell.blank{cursor:default}.day-cell.weekend-range{background:var(--accent);color:var(--accent-contrast);font-weight:800;box-shadow:0 0 0 1px rgb(var(--accent-soft-rgb) / .42),0 7px 18px rgb(var(--accent-rgb) / .2)}.day-cell.sunday-day{background:var(--field-bg);font-weight:700;color:var(--text)}.day-cell.saturday-day{background:var(--field-bg);font-weight:650}.day-cell.weekend-column:not(.weekend-range){background:color-mix(in srgb,var(--field-bg) 88%,var(--text) 12%)}.day-cell.today-day{color:var(--calendar-today);font-size:.95rem;font-weight:800}.day-cell.weekend-range.sunday-day,.day-cell.weekend-range.saturday-day{background:var(--accent);color:var(--accent-contrast);font-weight:800}.day-cell.selected-day{font-weight:700}.day-cell.selected-day:after{right:.28rem;bottom:.28rem;width:.48rem;height:.48rem;border-radius:999px;background:var(--accent);box-shadow:0 0 0 2px var(--surface-strong)}.day-cell.selected-day.today-day{color:var(--calendar-today)}.day-cell.selected-day.weekend-range{background:var(--accent);color:var(--accent-contrast)}.day-cell.selected-day.weekend-range:after{background:var(--accent-contrast);box-shadow:0 0 0 2px rgb(var(--accent-rgb) / .5)}.weekend-override-grid{margin-top:.75rem}.date-override-fold{margin-top:.7rem}.date-override-fold summary{cursor:pointer;color:var(--muted);font-weight:700;font-size:.84rem}.date-override-fold[open] summary{margin-bottom:.45rem}.date-manual-fold{margin-top:.7rem}.date-manual-fold summary{cursor:pointer;color:var(--muted);font-weight:700;font-size:.84rem}.date-manual-fold[open] summary{margin-bottom:.45rem}.item-list{display:grid;gap:var(--space-4);margin-bottom:var(--space-4)}.item-row-card{border:0;border-radius:var(--radius-md);padding:var(--space-4);background:var(--surface-strong);box-shadow:var(--shadow-border)}.item-row-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-4)}.item-row-head h3{font-size:.95rem}.item-row-head p{color:var(--muted);font-size:.85rem;margin:0;min-width:0;overflow-wrap:anywhere}.item-row-head button{min-height:40px;border:0;border-radius:999px;background:transparent;color:var(--accent);font-weight:700;cursor:pointer;padding:.25rem .65rem;transition-property:scale,background-color,color;transition-duration:.15s;transition-timing-function:ease-out}.item-row-head button:hover{background:var(--accent-wash)}.item-row-head button:active{scale:.96}.item-edit-fold{margin-top:.55rem}.item-edit-fold summary{cursor:pointer;color:var(--accent);font-weight:700;font-size:.84rem}.item-edit-fold[open] summary{margin-bottom:.65rem}.item-edit-fold .form-grid>*{min-width:0}.item-edit-fold input,.item-edit-fold select,.item-edit-fold textarea{width:100%;max-width:100%;min-width:0}.amount-field strong{color:var(--accent);font-variant-numeric:tabular-nums}.totals-preview{margin-top:var(--space-4);display:grid;gap:.65rem}.totals-preview div{display:flex;justify-content:space-between;gap:1rem;align-items:baseline}.totals-preview strong{font-variant-numeric:tabular-nums}.total-cost-row span{color:var(--accent);font-size:1.05rem;font-weight:700}.total-cost-row strong{color:var(--accent);font-size:1.45rem;font-weight:800;font-variant-numeric:tabular-nums}.inline-error{margin-top:.6rem;color:var(--accent-strong);font-size:.88rem}.advanced-actions{margin-top:.7rem}.advanced-actions summary{cursor:pointer;color:var(--muted);font-weight:700;font-size:.83rem}.advanced-actions[open] summary{margin-bottom:.45rem}.progress-final{display:grid;gap:.65rem}.progress-legend{display:flex;flex-wrap:wrap;gap:.45rem}.progress-pill{border:1px solid transparent;background:transparent;font-size:.73rem;font-weight:700;min-height:40px;padding:.2rem .58rem;border-radius:999px;cursor:pointer;transition-property:scale,filter,box-shadow;transition-duration:.15s;transition-timing-function:ease-out}.progress-pill.ready{color:var(--status-ready-text);background:var(--status-ready-bg)}.progress-pill.incomplete{color:var(--status-review-text);background:var(--status-review-bg)}.progress-pill:hover{filter:brightness(.96)}.progress-pill:active{scale:.96}.invoice-sheet{background:var(--surface-strong);border:0;border-radius:var(--radius-xl);box-shadow:var(--shadow-border),var(--shadow-strong);overflow:hidden}.invoice-top{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-4);padding:1.4rem 1.5rem;background:linear-gradient(145deg,var(--surface-tinted),var(--surface-tinted-strong));border-bottom:1px solid var(--line)}.invoice-brand{font-size:clamp(1.45rem,2.2vw,2rem);color:var(--accent);font-weight:800;letter-spacing:.02em}.invoice-kind{margin-top:.22rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);font-weight:700}.invoice-weekend{margin-top:.45rem;color:var(--muted);font-weight:600;font-variant-numeric:tabular-nums}.invoice-meta{text-align:right}.invoice-meta p{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.72rem}.invoice-meta strong{display:block;margin-top:.2rem;font-size:1.04rem;font-variant-numeric:tabular-nums}.invoice-meta small{display:block;margin-top:.45rem;color:var(--muted)}.invoice-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4);padding:1.2rem 1.5rem .9rem}.invoice-address-grid h3{margin-top:.25rem;margin-bottom:.35rem;font-size:1rem}.invoice-address-grid p{color:var(--muted)}.mini-label{text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;color:var(--muted);font-weight:700}.invoice-address-grid>div>.mini-label{color:var(--accent)}.invoice-purpose{margin:0 1.5rem 1rem;border:0;background:transparent;border-radius:var(--radius-md);padding:1rem 1.1rem;box-shadow:none;overflow:hidden;text-align:center}.invoice-purpose-title{color:var(--text);font-size:1.05rem;font-weight:700;text-wrap:balance}.invoice-purpose-subtitle{margin-top:.32rem;color:var(--accent)}.invoice-table{--invoice-table-border: var(--line-soft);width:calc(100% - 3rem);margin:0 1.5rem;border-collapse:separate;border-spacing:0;border:1px solid var(--invoice-table-border);border-radius:var(--radius-md);overflow:hidden}.invoice-table th{text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;color:var(--muted);background:var(--surface-tinted-strong);padding:.72rem;border-bottom:1px solid var(--invoice-table-border)}.invoice-table th:not(:last-child),.invoice-table td:not(:last-child){border-right:1px solid var(--invoice-table-border)}.invoice-table td{padding:.82rem;border-bottom:1px solid var(--invoice-table-border);vertical-align:top}.invoice-table tr:last-child td{border-bottom:none}.invoice-table td strong{display:block;font-size:.95rem}.invoice-table td p{margin-top:.3rem;color:var(--muted);font-size:.86rem}.invoice-table td:last-child{text-align:right;font-weight:700;font-variant-numeric:tabular-nums}.invoice-totals{margin:1rem 1.5rem 0;display:grid;gap:.45rem}.invoice-totals div{display:flex;justify-content:space-between;align-items:baseline}.invoice-totals span{color:var(--muted)}.invoice-totals strong{font-weight:700;font-variant-numeric:tabular-nums}.invoice-totals .total-row span{font-size:1.08rem;color:var(--accent);font-weight:700}.invoice-totals .total-row strong{font-size:1.62rem;color:var(--accent);font-weight:900}.invoice-payment-details{margin:1rem 1.5rem 0;border-top:1px solid var(--line);padding-top:1rem}.invoice-payment-details p{color:var(--muted);font-size:.92rem}.invoice-payment-details .invoice-payable-note{max-width:none;color:var(--text);font-style:italic;font-weight:700;text-align:center}.invoice-payment-divider{height:0;margin:.78rem 0 .82rem;border:0;border-top:1px solid var(--line-soft)}.invoice-support-contact{min-width:0;text-align:center}.invoice-payment-details .invoice-contact-name{margin-top:.34rem;color:var(--text);font-weight:700}.invoice-contact-methods{display:flex;flex-wrap:wrap;gap:.52rem;align-items:center;justify-content:center;margin-top:.5rem}.invoice-contact-pill{display:inline-flex;align-items:center;gap:.42rem;width:fit-content;min-height:40px;padding:.24rem .66rem .24rem .36rem;border-radius:999px;background:transparent;color:var(--text);font-size:.84rem;text-decoration:none;font-weight:500;box-shadow:none;transition-property:scale,color;transition-duration:.15s;transition-timing-function:ease-out}.invoice-contact-pill:hover{background:transparent;box-shadow:none}.invoice-contact-pill:active{scale:.96}.invoice-contact-pill-icon{display:inline-grid;min-width:1.45rem;height:1.45rem;padding:0 .28rem;place-items:center;border-radius:999px;background:transparent;color:var(--muted);font-size:.62rem;font-weight:700;line-height:1;box-shadow:inset 0 0 0 1px var(--border)}.invoice-contact-pill span:last-child{font-weight:500}.invoice-phone-link span:last-child{font-variant-numeric:tabular-nums}.invoice-footer{margin-top:1rem;padding:1rem 1.5rem 1.35rem;border-top:1px solid var(--line);color:var(--muted);font-size:.93rem;font-style:italic;text-align:center}.sticky-bar{position:fixed;left:50%;transform:translate(-50%);bottom:.7rem;width:min(1300px,calc(100% - 1.4rem));border:0;border-radius:18px;background:var(--surface-floating);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow-border),var(--shadow-raised);padding:.85rem 1rem;display:flex;align-items:end;gap:.65rem}.sticky-progress{display:grid;gap:.45rem}.sticky-progress-header{display:flex;justify-content:space-between;font-size:.86rem;font-variant-numeric:tabular-nums}.sticky-progress-header span{color:var(--muted)}.sticky-progress-segments{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:.32rem}.progress-segment{position:relative;border:none;padding:0;height:8px;border-radius:3px;background:var(--status-review-bg);cursor:pointer;transition-property:scale,filter,background-color;transition-duration:.15s;transition-timing-function:ease-out}.progress-segment:after{content:"";position:absolute;top:-16px;right:0;bottom:-16px;left:0}.progress-segment:hover{filter:brightness(.96)}.progress-segment:active{scale:.96}.segment-ready{background:var(--green)}.segment-incomplete,.segment-review{background:var(--red)}.sticky-controls{display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:end;flex:1}.sticky-recipient-stack{display:grid;gap:.45rem}.sticky-select-label{margin:0}.sticky-split-field .split-email-top{font-size:.74rem;padding:.28rem .58rem}.sticky-split-field .split-email-bottom{font-size:.8rem;padding:.42rem .58rem}.sticky-controls label{display:grid;gap:.35rem;font-size:.82rem;color:var(--muted);font-weight:700}.primary-send{border:none;border-radius:var(--radius-md);background:var(--accent);color:var(--accent-contrast);padding:.72rem 1.1rem;min-height:40px;min-width:170px;font-weight:700;cursor:pointer;box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .18),0 8px 20px rgb(var(--accent-rgb) / .18);transition-property:scale,box-shadow,filter;transition-duration:.15s;transition-timing-function:ease-out}.primary-send:hover:not(:disabled){box-shadow:0 0 0 1px rgb(var(--accent-rgb) / .28),0 10px 24px rgb(var(--accent-rgb) / .24)}.primary-send:active:not(:disabled){scale:.96}.primary-send:disabled{opacity:.45;cursor:not-allowed}.sticky-bar-spacer{height:200px}.action-popup{position:fixed;right:.95rem;bottom:5.8rem;z-index:60;width:min(380px,calc(100% - 1.9rem));border:0;border-left-width:4px;border-left-style:solid;border-radius:var(--radius-md);background:var(--surface-floating-strong);box-shadow:var(--shadow-border),var(--shadow-strong);padding:.74rem .88rem;font-size:.9rem;line-height:1.35}.action-popup.tone-info{border-left-color:var(--accent)}.action-popup.tone-success{border-left-color:var(--green)}.action-popup.tone-error{border-left-color:var(--red)}.pin-shell,.config-error-shell{min-height:100vh;display:grid;place-items:center;padding:1rem}.pin-card,.config-error-card,.viewer-card{width:min(94vw,440px);border:0;border-radius:var(--radius-xl);background:var(--surface-strong);box-shadow:var(--shadow-border),var(--shadow-soft);padding:1.35rem}.pin-brand{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-weight:700;font-size:.74rem}.pin-card h1,.config-error-card h1,.viewer-card h1{margin-top:.4rem;font-size:1.45rem}.pin-card p,.config-error-card p,.viewer-card p{margin-top:.58rem;color:var(--muted)}.pin-card form{margin-top:1rem;display:grid;gap:.68rem}.pin-card label{font-size:.82rem;color:var(--muted);font-weight:700}.pin-input-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.58rem}.pin-digit{border:1px solid var(--input-border);border-radius:14px;background:var(--field-bg);text-align:center;font-size:1.35rem;font-weight:800;letter-spacing:.03em;color:var(--text);padding:.74rem .2rem;font-variant-numeric:tabular-nums}.pin-digit:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}.pin-helper{margin-top:0!important;font-size:.77rem;color:var(--muted)}.pin-card button:disabled{opacity:.5;cursor:not-allowed}.pin-error,.viewer-error p:first-of-type{color:var(--accent-strong)}.viewer-shell{max-width:930px;margin:0 auto;min-height:auto;display:block;padding:1.2rem}.viewer-header{width:min(900px,100%);margin-bottom:.75rem}.viewer-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.8rem}.viewer-header h1{margin-top:.3rem;font-size:1.6rem}.viewer-print-button{min-height:40px;border:0;background:var(--field-bg);color:var(--accent);border-radius:10px;padding:.55rem .8rem;font-weight:700;cursor:pointer;box-shadow:var(--shadow-control);transition-property:scale,box-shadow,color,background-color;transition-duration:.15s;transition-timing-function:ease-out}.viewer-print-button:hover{box-shadow:var(--shadow-control-hover)}.viewer-print-button:active{scale:.96}.config-error-card code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;background:var(--surface-tinted-strong);border-radius:4px;padding:.1rem .3rem}.theme-picker{margin:var(--space-5) 0 0;padding:var(--space-5);border:0;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-border),var(--shadow-soft);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;gap:var(--space-5)}.viewer-shell .theme-picker{margin-top:.9rem}.theme-picker-copy{min-width:0}.theme-picker-copy h2{margin-top:.25rem;font-size:1rem}.theme-picker-controls{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;min-width:0;flex-wrap:wrap}.theme-color-field{display:inline-flex;align-items:center;gap:.55rem;color:var(--muted);font-size:.86rem;font-weight:700}.theme-color-field input[type=color]{width:2.45rem;height:2.45rem;padding:.16rem;border-radius:12px;cursor:pointer}.theme-color-value{min-width:5.2rem;color:var(--text);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.82rem;font-weight:700;font-variant-numeric:tabular-nums}.theme-swatch-row{display:inline-grid;grid-template-columns:repeat(3,1.7rem);gap:.35rem}.theme-swatch{width:1.7rem;height:1.7rem;border:1px solid rgb(255 255 255 / .72);border-radius:999px;box-shadow:inset 0 0 0 1px var(--border)}.theme-swatch-left{background:var(--analogous-left)}.theme-swatch-base{background:var(--theme-base)}.theme-swatch-right{background:var(--analogous-right)}.theme-reset-button{padding:.5rem .72rem}@keyframes surface-enter{0%{opacity:0;transform:translateY(12px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes toast-enter{0%{opacity:0;transform:translateY(8px);filter:blur(4px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media (prefers-reduced-motion: no-preference){.top-header,.builder-column .section-card,.preview-column .invoice-sheet,.theme-picker{opacity:0;animation-name:surface-enter;animation-duration:.42s;animation-timing-function:cubic-bezier(.2,0,0,1);animation-fill-mode:forwards}.top-header{animation-delay:0ms}.builder-column .section-card:nth-child(1){animation-delay:90ms}.builder-column .section-card:nth-child(2){animation-delay:.18s}.builder-column .section-card:nth-child(3){animation-delay:.27s}.builder-column .section-card:nth-child(4){animation-delay:.36s}.builder-column .section-card:nth-child(5){animation-delay:.45s}.builder-column .section-card:nth-child(6){animation-delay:.54s}.builder-column .section-card:nth-child(7),.theme-picker{animation-delay:.63s}.preview-column .invoice-sheet{animation-delay:.18s}.action-popup{animation-name:toast-enter;animation-duration:.18s;animation-timing-function:ease-out;animation-fill-mode:both}}@media (max-width: 1080px){.builder-layout{grid-template-columns:1fr}.preview-column{position:static}}@media (max-width: 760px){.form-grid,.weekend-controls,.delivery-split-row,.sticky-controls{grid-template-columns:1fr}.delivery-email-select,.sticky-recipient-select{font-size:.84rem;padding:.58rem .68rem}.split-email-top{font-size:.75rem;padding:.3rem .62rem}.split-email-bottom{font-size:.8rem;padding:.5rem .62rem}.sticky-bar{display:grid;width:calc(100% - 1rem);bottom:.5rem;border-radius:16px;padding:.65rem}.sticky-split-field{display:none}.primary-send{width:100%;min-height:44px}.preview-column{min-width:0;overflow:visible}.preview-column .invoice-sheet{border-radius:18px;max-width:100%}.invoice-top{flex-direction:column;margin:0;padding:1rem}.invoice-meta{text-align:left}.invoice-brand{font-size:clamp(1.35rem,8vw,1.85rem);overflow-wrap:anywhere}.invoice-weekend,.invoice-meta small,.invoice-address-grid p,.invoice-table td p,.invoice-payment-details p,.invoice-footer{overflow-wrap:anywhere}.invoice-address-grid{grid-template-columns:1fr;gap:.9rem;margin:0;padding:1rem}.invoice-purpose{margin:0 1rem .9rem}.invoice-table{width:calc(100% - 2rem);margin:0 1rem;table-layout:fixed}.invoice-table th:first-child,.invoice-table td:first-child{width:62%}.invoice-table th:last-child,.invoice-table td:last-child{width:38%}.invoice-table th,.invoice-table td{padding:.68rem;overflow-wrap:anywhere}.invoice-table td:last-child{white-space:nowrap}.invoice-totals{margin:.9rem 1rem 0}.invoice-totals .total-row strong{font-size:1.42rem}.invoice-payment-details{margin:.9rem 1rem 0}.invoice-payable-note{max-width:none}.invoice-footer{padding:1rem}.sticky-bar-spacer{height:150px}.item-row-head{flex-direction:column;align-items:flex-start;gap:.35rem}.item-row-card{padding:.85rem}.purpose-inline{padding-inline:.45rem}.invoice-purpose{padding-left:.8rem;padding-right:.8rem}.status-label{display:none}.cc-inline-row{flex-direction:column;align-items:flex-start}.cc-field-inline{width:100%}.viewer-header-row{flex-direction:column;align-items:stretch}.theme-picker{align-items:flex-start;flex-direction:column}.theme-picker-controls{width:100%;justify-content:flex-start}}@media print{@page{size:letter portrait;margin:.45in}body{background:#fff}.no-print,.sticky-bar{display:none!important}.app-shell{padding:0;max-width:none}.viewer-shell{padding:0;max-width:none;margin:0;min-height:auto;display:block}.builder-layout{grid-template-columns:1fr}.builder-column{display:none}.preview-column{position:static}.invoice-sheet{border:1px solid #ddd;border-radius:0;box-shadow:none}}
