*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--primary: #2563eb;--primary-dark: #1e40af;--bg: #f3f4f6;--card: #ffffff;--text: #1f2937;--text-light: #6b7280;--success: #10b981;--danger: #ef4444;--pending: #f59e0b}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5;padding:20px;display:flex;justify-content:center;min-height:100vh}.container{width:100%;max-width:480px;margin:0 auto}.card{background:var(--card);padding:2rem;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:1.5rem;animation:fadeIn .3s ease-out}h1{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}h2{font-size:1.25rem;font-weight:600;margin-bottom:1rem}p{margin-bottom:1rem;color:var(--text-light)}.input-group{margin-bottom:1rem}label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.9rem}input,textarea,select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .2s}input:focus{outline:none;border-color:var(--primary)}button{width:100%;padding:.75rem;background-color:var(--primary);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}button:hover{background-color:var(--primary-dark)}button:disabled{opacity:.7;cursor:not-allowed}.btn-secondary{background-color:#e5e7eb;color:var(--text);margin-top:.5rem}.btn-secondary:hover{background-color:#d1d5db}.badge{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge.pending{background:#fef3c7;color:#92400e}.badge.confirmed{background:#d1fae5;color:#065f46}.hidden{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
