:root{--bg: #ffffff;--surface: #f8fafc;--border: #e2e8f0;--text: #0f172a;--muted: #64748b;--accent: #6366f1;--accent-h: #4f46e5;--accent-light: #eef2ff;--danger: #ef4444;--warn-bg: #fffbeb;--warn-border: #fbbf24;--warn-text: #92400e;--success: #10b981;--radius: 10px;--radius-sm: 6px;--shadow: 0 1px 3px rgba(0,0,0,.07), 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08), 0 1px 3px rgba(0,0,0,.05)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.shell{display:flex;flex-direction:column;min-height:100vh}.topbar{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:52px;border-bottom:1px solid var(--border)}.brand{font-weight:700;font-size:1rem;color:var(--text);letter-spacing:-.03em;display:flex;align-items:center;gap:6px}.brand:hover{text-decoration:none}.brand-dot{width:8px;height:8px;background:var(--accent);border-radius:50%}.main{flex:1;max-width:540px;margin:0 auto;padding:2rem 1.25rem 4rem;width:100%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:.5rem 1rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;border:1px solid transparent;line-height:1;transition:background .12s,border-color .12s,box-shadow .12s;text-decoration:none;white-space:nowrap}.btn:hover{text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover:not(:disabled){background:var(--accent-h);border-color:var(--accent-h)}.btn-ghost{background:transparent;color:var(--muted);border-color:var(--border)}.btn-ghost:hover:not(:disabled){background:var(--surface);color:var(--text)}.btn-full{width:100%;padding:.7rem;font-size:.95rem}.field{display:flex;flex-direction:column;gap:.4rem}.label{font-size:.8rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.input{padding:.6rem .85rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);font-size:.95rem;background:var(--bg);color:var(--text);outline:none;width:100%;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #6366f11f}.input::placeholder{color:#cbd5e1}.input-file{padding:.5rem .85rem;cursor:pointer;color:var(--muted);font-size:.875rem}.seg{display:flex;border:1.5px solid var(--border);border-radius:var(--radius-sm);overflow:hidden;background:var(--surface)}.seg-opt{flex:1;padding:.55rem .75rem;text-align:center;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--muted);border-right:1.5px solid var(--border);transition:background .12s,color .12s;-webkit-user-select:none;user-select:none}.seg-opt:last-child{border-right:none}.seg-opt.on{background:var(--accent);color:#fff}.seg-opt:not(.on):hover{background:var(--border);color:var(--text)}.seg-opt.warn.on{background:#f59e0b}.card{background:var(--bg);border:1.5px solid var(--border);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow)}.alert{padding:.65rem .9rem;border-radius:var(--radius-sm);font-size:.85rem;border:1.5px solid}.alert-warn{background:var(--warn-bg);border-color:var(--warn-border);color:var(--warn-text)}.alert-error{background:#fef2f2;border-color:#fca5a5;color:#991b1b}.stack{display:flex;flex-direction:column;gap:1.1rem}.stack-sm{display:flex;flex-direction:column;gap:.6rem}.row{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.muted{color:var(--muted);font-size:.875rem}.divider{border:none;border-top:1.5px solid var(--border)}.badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:99px;font-size:.72rem;font-weight:600;letter-spacing:.02em}.badge-indigo{background:var(--accent-light);color:var(--accent-h)}.badge-gray{background:#f1f5f9;color:#475569}.badge-green{background:#d1fae5;color:#065f46}.badge-amber{background:#fef3c7;color:#92400e}.badge-red{background:#fee2e2;color:#991b1b}.qr-result{display:flex;gap:1.25rem;align-items:flex-start}.qr-result-img{width:140px;height:140px;flex-shrink:0;border:1.5px solid var(--border);border-radius:var(--radius-sm)}.qr-result-info{flex:1;display:flex;flex-direction:column;gap:.6rem}.recent-list{display:flex;flex-direction:column;gap:.5rem}.recent-item{display:flex;align-items:center;gap:.85rem;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);transition:border-color .12s,box-shadow .12s;cursor:pointer;text-decoration:none;color:inherit}.recent-item:hover{border-color:var(--accent);box-shadow:0 0 0 3px #6366f114;text-decoration:none}.recent-item img{width:40px;height:40px;border-radius:4px;flex-shrink:0}.recent-item-info{flex:1;min-width:0}.recent-item-title{font-weight:500;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-item-meta{font-size:.78rem;color:var(--muted)}.edit-row{display:flex;gap:.5rem;align-items:center}.edit-row .input{flex:1;padding:.4rem .65rem;font-size:.875rem}.interstitial-wrap{max-width:480px;margin:3rem auto}.ad-block{background:var(--surface);border:1.5px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;color:var(--muted);margin-bottom:1.25rem}.countdown{font-size:.8rem;color:var(--muted)}.section-head{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:.1rem}.page-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em}@media(max-width:480px){.qr-result{flex-direction:column}.qr-result-img{width:120px;height:120px}}
