.info-section [hidden]{display:none!important}.info-section{padding:8px 0 70px;border-top:1px solid var(--line);margin-top:12px}.info-head{max-width:640px;margin:36px 0 34px}.info-head h2{font-size:clamp(22px, 3vw, 28px)}.info-optional-tag{font-family:Inter,sans-serif;font-weight:400;font-size:.55em;color:var(--ink-soft);vertical-align:middle}.info-intro{color:var(--ink-soft);font-size:14.5px;margin:12px 0 0;line-height:1.6}.info-block{margin-bottom:46px}.info-field{margin-bottom:22px}.info-field:last-child{margin-bottom:0}.info-label{display:block;font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:14.5px;margin-bottom:4px}.info-hint{color:var(--ink-soft);font-size:12.5px;margin:0 0 12px;line-height:1.5}.info-section input[type=date],.info-section input[type=text],.info-section input[type=url]{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:11px 13px;font:inherit;font-size:14px;color:var(--ink);transition:border-color .12s,background .12s}.info-section textarea{width:100%;max-width:560px;resize:vertical;min-height:78px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:12px 13px;font:inherit;font-size:14px;color:var(--ink);line-height:1.5;transition:border-color .12s,background .12s}.info-section input[type=date]:hover,.info-section input[type=text]:hover,.info-section input[type=url]:hover,.info-section textarea:hover{border-color:var(--accent-yellow-dk)}.info-section input[type=date]:focus-visible,.info-section input[type=text]:focus-visible,.info-section input[type=url]:focus-visible,.info-section textarea:focus-visible{outline:3px solid var(--focus-ring);outline-offset:1px;border-color:var(--ink)}.info-section input::placeholder,.info-section textarea::placeholder{color:var(--ink-soft);opacity:.75}.chk-inline{display:flex;align-items:center;gap:9px;margin-top:14px;font-size:13.5px;color:var(--ink-soft);cursor:pointer}.chk-inline input{width:17px;height:17px;accent-color:var(--ink);cursor:pointer;flex-shrink:0}.file-drop{display:flex;align-items:center;gap:14px;background:var(--surface);border:1.5px dashed var(--line);border-radius:var(--radius);padding:16px 18px;cursor:pointer;max-width:480px;transition:border-color .15s,background .15s}.file-drop input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.file-drop.is-dragover,.file-drop:hover{border-color:var(--accent-yellow-dk);background:color-mix(in srgb,var(--accent-yellow) 8%,var(--surface))}.file-drop:focus-within{outline:3px solid var(--focus-ring);outline-offset:3px}.file-drop-icon{font-size:22px;flex-shrink:0;line-height:1}.file-drop-text{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--ink-soft)}.file-drop-text strong{color:var(--ink);font-weight:600;font-size:13.5px}.file-chip-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:12px;max-width:560px}.file-chip{position:relative;display:flex;flex-direction:column;background:var(--surface-alt);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;animation:.18s printIn}@media (prefers-reduced-motion:reduce){.file-chip{animation:none}}.file-chip-thumb{display:block;width:100%;height:130px;object-fit:contain;object-position:center;background:linear-gradient(45deg,var(--surface) 25%,transparent 25%),linear-gradient(-45deg,var(--surface) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--surface) 75%),linear-gradient(-45deg,transparent 75%,var(--surface) 75%);background-size:16px 16px;background-position:0 0,0 8px,8px -8px,-8px 0;border-bottom:1px solid var(--line)}.file-chip-thumb--fallback{display:flex;align-items:center;justify-content:center;font-size:34px;color:var(--ink-soft)}.file-chip-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:1px;padding:8px 10px}.file-chip-name{font-size:12px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-chip-size{font-family:'JetBrains Mono',monospace;font-size:11px;color:var(--ink-soft)}.file-chip-remove{position:absolute;top:7px;right:7px;flex-shrink:0;width:26px;height:26px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink);display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;box-shadow:0 1px 4px rgba(0,0,0,.18);transition:background .12s,color .12s,transform .12s}.file-chip-remove:focus-visible,.file-chip-remove:hover{background:var(--ink);color:var(--surface);transform:scale(1.06)}.file-chip-note{font-size:11.5px;color:var(--ink-soft);margin:8px 0 0;max-width:560px}.file-error{font-size:12.5px;color:#b3261e;margin:10px 0 0;max-width:480px;display:flex;align-items:flex-start;gap:6px}.file-error[hidden]{display:none}html.theme-dark .file-error{color:#ff8a80}.color-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-bottom:4px}.color-field{display:flex;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:12px}.color-swatch-btn{display:block;position:relative;width:52px;height:52px;border-radius:10px;flex-shrink:0;cursor:pointer;border:1.5px dashed var(--line);overflow:hidden;background-image:linear-gradient(45deg,var(--surface-alt) 25%,transparent 25%),linear-gradient(-45deg,var(--surface-alt) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,var(--surface-alt) 75%),linear-gradient(-45deg,transparent 75%,var(--surface-alt) 75%);background-size:12px 12px;background-position:0 0,0 6px,6px -6px,-6px 0}.color-swatch-btn.is-set{border-style:solid;border-color:var(--line)}.color-swatch-btn input[type=color]{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;padding:0;margin:0}.color-swatch-btn:hover{border-color:var(--accent-yellow-dk)}.color-swatch-btn:focus-within{outline:3px solid var(--focus-ring);outline-offset:2px;border-color:var(--accent-yellow-dk)}.color-swatch-inner{position:absolute;inset:0;pointer-events:none}.color-field-text{flex:1 1 auto;min-width:0}.color-field-label{display:block;font-weight:600;font-size:13.5px;margin-bottom:1px}.color-field-hint{display:block;font-size:11.5px;color:var(--ink-soft);margin-bottom:7px}.color-hex-row{display:flex;align-items:center;gap:6px}.color-hex-input{width:100%;max-width:110px!important;font-family:'JetBrains Mono',monospace;font-size:12.5px!important;text-transform:uppercase;padding:7px 9px!important}.color-clear-btn{flex-shrink:0;width:22px;height:22px;border-radius:50%;border:1px solid transparent;background:0 0;color:var(--ink-soft);display:flex;align-items:center;justify-content:center;font-size:11px;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.color-clear-btn:focus-visible,.color-clear-btn:hover{background:var(--surface-alt);color:var(--ink);border-color:var(--line)}.typo-toggle{margin-bottom:16px}.typo-panel{margin:4px 0 18px}.typo-field{margin-bottom:14px;max-width:420px}.typo-field label{display:block;font-size:13px;font-weight:600;margin-bottom:5px}.typo-panel-label{font-family:'Space Grotesk',sans-serif;font-weight:600;font-size:13.5px;margin:0 0 10px}.typo-panel-label--spaced{margin-top:22px}.typo-style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:10px;margin-bottom:6px}.typo-style-opt label{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:10px 14px}.typo-style-sample{flex-shrink:0;width:44px;height:44px;border-radius:9px;background:var(--surface-alt);display:flex;align-items:center;justify-content:center;font-size:21px;line-height:1;color:var(--ink)}.typo-style-meta{display:flex;flex-direction:column;gap:1px;min-width:0}.typo-style-meta .name{font-size:13.5px}.typo-style-meta .desc{font-size:11.5px;color:var(--ink-soft)}.typo-preview{background:var(--surface-alt);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;margin-top:6px}.typo-preview-label{font-family:'JetBrains Mono',monospace;font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-soft);margin:0 0 10px}.typo-preview-heading{font-size:21px;font-weight:700;margin:0 0 8px;letter-spacing:-.01em;transition:font-family .15s}.typo-preview-body{font-size:14px;color:var(--ink-soft);margin:0;line-height:1.6;max-width:480px;transition:font-family .15s}.url-list{max-width:460px}.url-list-rows{display:flex;flex-direction:column;gap:12px}.url-list-item{display:flex;flex-direction:column}.url-input-row{display:flex;align-items:center;gap:6px}.url-input-row input{flex:1 1 auto;min-width:0}.url-list-remove,.url-preview-toggle{flex-shrink:0;width:30px;height:30px;border-radius:50%;border:1px solid var(--line);background:var(--surface);color:var(--ink-soft);display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer;transition:background .12s,color .12s,border-color .12s}.url-list-remove:focus-visible,.url-list-remove:hover,.url-preview-toggle:focus-visible,.url-preview-toggle:hover{background:var(--surface-alt);color:var(--ink);border-color:var(--ink)}.url-preview-toggle.is-active{background:var(--ink);color:var(--surface);border-color:var(--ink)}.url-list-add{margin-top:4px;display:inline-flex;align-items:center;gap:6px;background:0 0;border:1px dashed var(--line);border-radius:var(--radius);padding:8px 14px;font-size:12.5px;font-weight:500;color:var(--ink);cursor:pointer;transition:border-color .12s,background .12s}.url-list-add:focus-visible,.url-list-add:hover{border-color:var(--accent-yellow-dk);border-style:solid;background:color-mix(in srgb,var(--accent-yellow) 8%,var(--surface))}.url-status{font-size:11.5px;margin:6px 0 0;padding-left:2px}.url-status--checking{color:var(--ink-soft)}.url-status--ok{color:#1b7a35}html.theme-dark .url-status--ok{color:#66bb6a}.url-status--warn{color:#8a6d1a}html.theme-dark .url-status--warn{color:#e0b84a}.url-status--error{color:#b3261e}html.theme-dark .url-status--error{color:#ff8a80}.url-embed-wrap{margin-top:8px;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:var(--surface-alt)}.url-embed-frame{display:block;width:100%;height:220px;border:0;background:#fff}.url-embed-fallback{font-size:11px;color:var(--ink-soft);margin:0;padding:8px 10px;border-top:1px solid var(--line);line-height:1.5}.url-embed-fallback a{color:var(--ink);text-underline-offset:2px;text-decoration-thickness:1px;transition:text-decoration-thickness .12s}.url-embed-fallback a:hover{text-decoration-thickness:2px}.url-embed-fallback a:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px;border-radius:2px;text-decoration-thickness:2px}.url-check-disclaimer{font-size:11px;color:var(--ink-soft);margin:-6px 0 0;line-height:1.5}#goalsGroup{margin-bottom:20px}.goal-opt-header{position:relative}.goal-opt label{display:flex;align-items:flex-start;gap:12px}.goal-icon{flex-shrink:0;width:34px;height:34px;border-radius:9px;margin-top:1px;background:var(--surface-alt);color:var(--ink);display:flex;align-items:center;justify-content:center}.opt.goal-opt input:checked~label .goal-icon{background:var(--ink);color:var(--surface)}.opt.goal-opt input:checked+label::before{left:auto;right:-2px}.goal-opt--other{transition:border-color .12s,background .12s}.goal-other-reveal{padding:12px 16px 14px 62px;margin-top:-2px;border-top:1px dashed var(--line);position:relative}.goal-opt--other .goal-other-reveal input{position:static;opacity:1;width:auto;max-width:260px;height:auto;margin:0;cursor:text;padding:9px 12px;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);color:var(--ink);font:inherit;font-size:13.5px;transition:border-color .12s}.goal-opt--other .goal-other-reveal input:hover{border-color:var(--accent-yellow-dk)}.goal-opt--other .goal-other-reveal input:focus-visible{outline:3px solid var(--focus-ring);outline-offset:1px;border-color:var(--ink)}.goal-opt--other.is-expanded{border-color:var(--ink);background:var(--surface-alt)}.seg-group{display:flex;flex-wrap:wrap;gap:8px}.seg-opt{position:relative}.seg-opt input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.seg-opt label{display:inline-flex;align-items:center;white-space:nowrap;background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:9px 16px;font-size:13px;cursor:pointer;transition:border-color .12s,background .12s,color .12s}.seg-opt input:hover+label{border-color:var(--accent-yellow-dk)}.seg-opt input:checked+label{border-color:var(--ink);background:var(--surface-alt);font-weight:600}.seg-opt input:focus-visible+label{outline:3px solid var(--focus-ring);outline-offset:2px}.seg-hint{font-size:12.5px;color:var(--ink-soft);margin:10px 0 0;padding:10px 12px;background:var(--surface-alt);border-radius:8px;max-width:480px;line-height:1.5}.deadline-warning{font-size:12.5px;margin:10px 0 0;padding:10px 12px;max-width:420px;line-height:1.5;background:color-mix(in srgb,#e8a33d 16%,var(--surface));color:var(--ink);border:1px solid;border-radius:8px}.info-footer{display:flex;justify-content:flex-start;padding-top:4px}@media (max-width:560px){.color-grid,.typo-style-grid{grid-template-columns:1fr}.file-drop,.info-section input[type=date],.info-section input[type=text],.info-section input[type=url],.info-section textarea,.typo-field,.url-list{max-width:none}}body.modal-open{overflow:hidden}.modal-overlay{position:fixed;inset:0;z-index:1000;padding:20px;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center}.modal-overlay[hidden]{display:none!important}.modal-box{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line);border-radius:14px;padding:24px;box-shadow:0 20px 60px rgba(0,0,0,.35);animation:.15s modalIn}@keyframes modalIn{from{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.modal-box{animation:none}}.modal-box h3{font-family:'Space Grotesk',sans-serif;font-size:18px;margin:0 0 10px}.modal-box p{font-size:13.5px;color:var(--ink-soft);line-height:1.55;margin:0 0 22px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.modal-btn{padding:10px 18px;border-radius:var(--radius);font-size:13px;font-weight:600;cursor:pointer;border:1px solid transparent;transition:background .12s,border-color .12s}.modal-btn--ghost{background:0 0;border-color:var(--line);color:var(--ink)}.modal-btn--ghost:focus-visible,.modal-btn--ghost:hover{background:var(--surface-alt)}.modal-btn--danger{background:#b3261e;color:#fff}.modal-btn--danger:focus-visible,.modal-btn--danger:hover{background:#8f1d17}html.theme-dark .modal-btn--danger{background:#c0392b}html.theme-dark .modal-btn--danger:focus-visible,html.theme-dark .modal-btn--danger:hover{background:#a5311f}.modal-btn:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.modal-box--wide{max-width:560px}.legal-modal-body{max-height:55vh;overflow-y:auto;padding-right:6px;margin-bottom:18px}.legal-modal-body p{font-size:13px;color:var(--ink-soft);line-height:1.6;margin:0 0 14px}.legal-modal-body p:last-child{margin-bottom:0}.legal-modal-body p strong{color:var(--ink)}.cta-row{margin:16px 20px 20px}.cta-pdf-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;border-radius:var(--radius);border:1px solid var(--line);background:var(--surface);color:var(--ink);cursor:pointer;font-size:13.5px;font-weight:600;transition:border-color .12s,background .12s}.cta-pdf-btn:focus-visible,.cta-pdf-btn:hover{border-color:var(--accent-yellow-dk);background:color-mix(in srgb,var(--accent-yellow) 10%,var(--surface))}.cta-pdf-btn:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.cta-pdf-btn[disabled]{opacity:.55;cursor:wait}.receipt-legal-note{padding:0 20px 20px;margin:0;text-align:center}.legal-link{background:0 0;border:none;padding:2px;margin:0;cursor:pointer;font:inherit;font-size:11.5px;color:var(--ink-soft);text-decoration:underline;text-underline-offset:2px;transition:color .12s}.legal-link:focus-visible,.legal-link:hover{color:var(--ink)}.legal-link:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px;border-radius:4px}.pdf-render .cta-row,.pdf-render .modal-overlay,.pdf-render .receipt-legal-note{display:none!important}.pdf-render .print-legal-summary{margin-top:20px;padding-top:14px;border-top:1px solid #ccc;break-inside:avoid;page-break-inside:avoid}.pdf-render .print-legal-summary h2{font-size:15px;margin:0 0 10px}.pdf-render .print-legal-summary p{font-size:10px;color:#333;line-height:1.5;margin:0 0 8px;break-inside:avoid}.pdf-render .print-legal-summary p strong{color:#000}.pdf-render .print-legal-summary p:last-child{margin-bottom:0}.pdf-render .print-info-summary{margin-top:24px;break-before:page;page-break-before:always}.pdf-render .print-info-summary h2{font-size:16px;margin:0 0 6px}.pdf-render .print-info-summary-intro{font-size:10.5px;color:#555;margin:0 0 16px}.pdf-render .print-info-section{margin-bottom:16px;break-inside:avoid;page-break-inside:avoid}.pdf-render .print-info-section h3{font-size:12.5px;margin:0 0 6px;color:#000;border-bottom:1px solid #ddd;padding-bottom:3px}.pdf-render .print-info-section ul{margin:0;padding-left:16px}.pdf-render .print-info-section li{font-size:11px;color:#222;line-height:1.55;margin-bottom:3px;break-inside:avoid}