*{box-sizing:border-box;margin:0;padding:0}:root{color-scheme:dark}body{font-family:system-ui,-apple-system,sans-serif;background:#111827;color:#f9fafb;min-height:100vh}.screen{max-width:480px;margin:0 auto;padding:16px;display:flex;flex-direction:column;gap:16px;min-height:100vh}h1{font-size:1.4rem;text-align:center;padding-top:8px}label{display:block;font-size:.9rem;color:#9ca3af;margin-bottom:4px}input,textarea{width:100%;padding:14px;font-size:1rem;background:#1f2937;color:#f9fafb;border:1px solid #374151;border-radius:8px}button{min-height:60px;padding:12px 20px;font-size:1.1rem;font-weight:600;background:#2563eb;color:#fff;border:none;border-radius:10px;cursor:pointer}button:disabled{opacity:.5}button.secondary{background:#374151}.error{background:#7f1d1d;padding:12px;border-radius:8px;font-size:.95rem}.verdict{padding:32px 16px;border-radius:12px;text-align:center;font-size:1.3rem;font-weight:700}.verdict.accepted{background:#14532d;color:#86efac}.verdict.rejected{background:#7f1d1d;color:#fca5a5}.verdict .detail{display:block;margin-top:8px;font-size:.95rem;font-weight:400;color:#d1d5db}.statusbar{display:flex;justify-content:space-between;font-size:.85rem;color:#9ca3af}.statusbar .online{color:#86efac}.statusbar .offline{color:#fca5a5}video{width:100%;border-radius:12px;background:#000}.ticket-type-card{display:flex;justify-content:space-between;align-items:center;padding:14px;border:2px solid #374151;border-radius:10px;cursor:pointer;background:#1f2937}.ticket-type-card.selected{border-color:#2563eb;background:#1e3a5f}.ticket-type-card.disabled{opacity:.5;cursor:not-allowed}.tabs{display:flex;gap:8px}.tabs button{flex:1;min-height:48px;background:#1f2937;color:#9ca3af}.tabs button.active{background:#2563eb;color:#fff}
