:root{--sun-yellow:#FFCC02;--sun-yellow-hover:#E6B800;--text-primary:#111111;--text-secondary:#555555;--text-tertiary:#888888;--bg-white:#FFFFFF;--bg-light:#FAFAFA;--bg-dark:#1a1a1a;--border:rgba(0, 0, 0, 0.08);--border-strong:rgba(0, 0, 0, 0.16);--ease-out:cubic-bezier(0.22, 1, 0.36, 1);--ease-smooth:cubic-bezier(0.4, 0, 0.2, 1);--font-main:'Outfit',system-ui,-apple-system,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:var(--font-main);color:var(--text-primary);background:var(--bg-light);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit}img{max-width:100%;display:block}.bo-page{min-height:100vh;display:flex;flex-direction:column}.bo-nav{padding:20px 24px;background:var(--bg-white);border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.bo-nav .logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:inherit}.bo-nav .logo img{width:28px;height:28px}.bo-nav .logo-text{font-size:1.15rem;font-weight:700;letter-spacing:-.01em}.bo-nav .help-link{font-size:.9rem;color:var(--text-secondary);text-decoration:none}.bo-nav .help-link:hover{color:var(--text-primary)}.bo-container{flex:1;width:100%;max-width:720px;margin:0 auto;padding:32px 24px 80px}.bo-layout{flex:1;width:100%;margin:0 auto;padding:32px 24px 80px;display:flex;flex-direction:column;gap:32px;max-width:720px}@media (min-width:1100px){.bo-layout{display:grid;grid-template-columns:minmax(0,720px) 380px;gap:40px;max-width:1180px;align-items:start}}.bo-wizard-col{min-width:0}.bo-preview-col{position:sticky;top:32px;align-self:start;padding:16px;background:var(--bg-white);border-radius:22px;border:1px solid var(--border);max-height:calc(100vh - 64px);overflow-y:auto}@media (max-width:1099px){.bo-preview-col{position:static;max-height:none}.bo-preview-col-mobile-hidden{display:none}}.bo-stepper{display:flex;align-items:center;gap:8px;margin-bottom:32px;font-size:.85rem;color:var(--text-tertiary)}.bo-stepper .bo-step-dot{width:8px;height:8px;border-radius:50%;background:var(--border-strong);transition:background .3s}.bo-stepper .bo-step-dot.active{background:var(--sun-yellow)}.bo-stepper .bo-step-dot.done{background:var(--text-primary)}.bo-step{background:var(--bg-white);border:1px solid var(--border);border-radius:24px;padding:40px 32px;box-shadow:0 1px 2px rgba(0,0,0,.03)}.bo-step h1{font-size:clamp(1.6rem, 4vw, 2.2rem);font-weight:700;letter-spacing:-.02em;line-height:1.15;margin-bottom:12px}.bo-step .bo-eyebrow{display:inline-block;font-size:.8rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.bo-step .bo-lede{font-size:1.05rem;color:var(--text-secondary);margin-bottom:24px}.bo-step .bo-form{display:flex;flex-direction:column;gap:16px}.bo-field{display:flex;flex-direction:column;gap:6px}.bo-field label{font-size:.85rem;font-weight:600;color:var(--text-secondary)}.bo-field input,.bo-field select,.bo-field textarea{padding:14px 16px;font-size:1rem;font-family:inherit;border:1px solid var(--border-strong);border-radius:12px;background:var(--bg-white);transition:border .2s}.bo-field input:focus,.bo-field select:focus,.bo-field textarea:focus{outline:0;border-color:var(--text-primary)}.bo-field .bo-hint{font-size:.85rem;color:var(--text-tertiary)}.bo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-family:inherit;font-size:1rem;font-weight:600;border:none;border-radius:100px;cursor:pointer;text-decoration:none;color:inherit;transition:.2s}.bo-btn:disabled{opacity:.5;cursor:not-allowed}.bo-btn-primary{background:var(--sun-yellow);color:var(--text-primary)}.bo-btn-primary:hover:not(:disabled){background:var(--sun-yellow-hover);transform:translateY(-1px)}.bo-btn-secondary{background:var(--bg-white);color:var(--text-primary);border:1px solid var(--border-strong)}.bo-btn-secondary:hover:not(:disabled){background:var(--bg-light)}.bo-btn-ghost{background:0 0;color:var(--text-secondary);padding:10px 16px}.bo-btn-ghost:hover:not(:disabled){color:var(--text-primary)}.bo-btn-block{width:100%}.bo-actions{display:flex;flex-direction:column;gap:10px;margin-top:24px}.bo-actions .bo-row{display:flex;gap:12px;align-items:center;justify-content:space-between}.bo-divider{display:flex;align-items:center;gap:12px;margin:20px 0;color:var(--text-tertiary);font-size:.85rem;text-transform:uppercase;letter-spacing:.06em}.bo-divider::after,.bo-divider::before{content:'';flex:1;height:1px;background:var(--border)}.bo-notice{padding:12px 14px;font-size:.9rem;border-radius:10px;margin-top:12px}.bo-notice-info{background:rgba(255,204,2,.12);color:#6b5300}.bo-notice-error{background:rgba(220,38,38,.08);color:#991b1b}.bo-notice-success{background:rgba(34,197,94,.1);color:#166534}.bo-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;gap:16px;color:var(--text-secondary)}.bo-spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--text-primary);border-radius:50%;animation:.7s linear infinite bo-spin}@keyframes bo-spin{to{transform:rotate(360deg)}}.bo-venue-header{display:flex;align-items:center;gap:12px;padding:12px 16px;background:var(--bg-white);border:1px solid var(--border);border-radius:16px;margin-bottom:20px}.bo-venue-header .bo-pin{width:36px;height:36px;border-radius:10px;background:var(--sun-yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.bo-venue-header .bo-meta{flex:1;min-width:0}.bo-venue-header strong{display:block;font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bo-venue-header span{display:block;font-size:.85rem;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bo-foot{text-align:center;padding:24px;font-size:.85rem;color:var(--text-tertiary)}.bo-foot a{color:var(--text-secondary);text-decoration:none}.bo-foot a:hover{text-decoration:underline}@media (min-width:640px){.bo-actions .bo-row{flex-direction:row}}