:root{--bg: #111111;--surface: #1c1c1c;--border: #2e2e2e;--text: #ffffff;--text-muted: #a8a8a8;--gold: #d4af37;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}button{font-family:inherit}.app{flex:1;display:flex;flex-direction:column;max-width:640px;width:100%;margin:0 auto;min-height:100vh}.header{padding:20px 20px 4px}.header-title{font-size:20px;font-weight:700;margin:0}.header-subtitle{color:var(--text-muted);font-size:13px;margin:4px 0 0}.progress-row{padding:16px 20px 12px;border-bottom:1px solid var(--border)}.progress-text{color:var(--gold);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;display:block}.progress-step{color:var(--text);font-size:18px;font-weight:700;margin-top:2px}.scroll{flex:1;overflow-y:auto;padding:16px 20px 32px}.step-intro{color:var(--text-muted);font-size:13px;margin:0 0 16px}.field{margin-bottom:16px}.field-label-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.field-label,.choice-label,.subsection-label{color:var(--text);font-size:14px;font-weight:600}.subsection-label{font-size:15px}.field-required,.subsection-optional{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.4px}.field-required{color:var(--gold)}.subsection-optional{color:var(--text-muted)}.field-input{width:100%;border:1px solid var(--border);background:var(--surface);border-radius:10px;padding:10px 12px;color:var(--text);font-size:15px}.field-input::placeholder{color:var(--text-muted)}.field-input:focus{outline:none;border-color:var(--gold)}.field-input-multiline{min-height:90px;resize:vertical;font-family:inherit}.field-input-tall{min-height:160px}.field-hint,.subsection-hint{color:var(--text-muted);font-size:12px;margin:4px 0 0}.subsection-hint{margin-bottom:8px}.subsection{margin-bottom:20px}.subsection-label-row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.choice{margin-bottom:16px}.choice-label{display:block;margin-bottom:8px}.choice-row{display:flex;gap:8px}.choice-option{flex:1;padding:10px 6px;border-radius:10px;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);font-size:14px;font-weight:600;cursor:pointer}.choice-option-active{border-color:var(--gold);color:var(--gold)}.photo-grid{display:flex;flex-wrap:wrap;gap:10px}.photo-thumb-wrapper{position:relative;width:84px;height:84px}.photo-thumb{width:84px;height:84px;border-radius:10px;object-fit:cover;background:var(--border);display:block}.photo-remove,.video-remove{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border-radius:50%;background:var(--gold);color:var(--bg);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;line-height:1;padding:0}.video-remove{position:static}.photo-add-tile,.video-add-tile{width:84px;height:84px;border-radius:10px;border:1px dashed var(--border);background:transparent;color:var(--gold);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;position:relative}.video-add-tile{width:auto;height:auto;flex-direction:row;padding:10px 14px}.photo-add-icon{font-size:20px;line-height:1}.photo-add-text,.video-add-text{font-size:12px;font-weight:600}.video-attached{display:inline-flex;align-items:center;gap:8px;padding:8px 8px 8px 12px;border-radius:10px;border:1px solid var(--border);max-width:100%}.video-attached-text{color:var(--text);font-size:13px;font-weight:600;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-replace{background:none;border:none;color:var(--gold);font-size:12px;font-weight:600;cursor:pointer;padding:4px 8px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.summary-box,.missing-box{border-radius:10px;padding:14px;margin-bottom:16px;border:1px solid var(--border)}.summary-box{background:var(--surface)}.summary-title{font-size:16px;font-weight:700;margin:0}.summary-line{color:var(--text-muted);font-size:13px;margin:4px 0 0}.missing-box{border-color:var(--gold)}.missing-title{color:var(--gold);font-size:14px;font-weight:700;margin:0 0 6px}.missing-item{color:var(--text-muted);font-size:13px;margin:2px 0 0}.error-text{color:#e0685a;font-size:13px;margin-bottom:12px}.footer{display:flex;gap:10px;padding:12px 20px calc(16px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--border);position:sticky;bottom:0}.footer-button{flex:1;display:flex;align-items:center;justify-content:center;padding:12px;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;border:1px solid transparent}.back-button{border-color:var(--gold);background:transparent;color:var(--gold)}.next-button{background:var(--gold);color:var(--bg)}.next-button:disabled{opacity:.4;cursor:not-allowed}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:10}.spinner{width:36px;height:36px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--gold);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.overlay-text{color:var(--text);font-size:14px}.center-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center}.success-icon{width:64px;height:64px;border-radius:50%;border:3px solid var(--gold);color:var(--gold);display:flex;align-items:center;justify-content:center;font-size:32px}.success-title{font-size:20px;font-weight:700;margin:16px 0 0}.success-body{color:var(--text-muted);font-size:15px;line-height:1.5;margin:10px 0 0;max-width:380px}.primary-button{background:var(--gold);color:var(--bg);border:none;border-radius:10px;padding:14px 28px;margin-top:24px;font-weight:700;font-size:15px;cursor:pointer}.draft-banner{margin:16px 20px 0;padding:14px;border-radius:10px;border:1px solid var(--gold);background:var(--surface)}.draft-banner-title{font-weight:700;margin:0 0 6px}.draft-banner-body{color:var(--text-muted);font-size:13px;margin:0 0 12px}.draft-banner-actions{display:flex;gap:10px}.draft-banner-actions button{flex:1}.secondary-button{background:transparent;border:1px solid var(--border);color:var(--text);border-radius:10px;padding:10px;font-weight:600;cursor:pointer}
