:root{--background:#f7f5ef;--foreground:#18211d;--muted:#667068;--line:#d8d4c8;--panel:#fffdf8;--primary:#b3261e;--primary-dark:#841d18;--green:#1f6f50;--gold:#c99427;--shadow:0 12px 32px #18211d12}*{box-sizing:border-box}html,body{background:var(--background);min-height:100%;color:var(--foreground);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit}button,input,textarea{font:inherit}.page{background:linear-gradient(120deg, #b3261e14, transparent 28%), linear-gradient(300deg, #1f6f501a, transparent 30%), var(--background);min-height:100vh}.shell{width:min(1120px,100% - 32px);margin:0 auto;padding:24px 0 56px}.topbar{justify-content:space-between;align-items:center;gap:14px;margin-bottom:22px;display:flex}.topbar-actions{align-items:center;gap:10px;display:flex}.brand{color:var(--primary-dark);white-space:nowrap;align-items:center;gap:10px;font-size:18px;font-weight:800;text-decoration:none;display:inline-flex}.brand-mark{background:var(--primary);color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.language-button{border:1px solid var(--line);min-height:42px;color:var(--foreground);background:#fff;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:9px 12px;font-size:14px;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 6px 18px #18211d0d}.language-button-label{color:var(--muted);font-size:12px;font-weight:700}.hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:34px;padding:14px 0 36px;display:grid}.hero h1{letter-spacing:0;max-width:720px;margin:0;font-size:clamp(42px,7vw,76px);line-height:.95}.hero p{max-width:620px;color:var(--muted);font-size:18px;line-height:1.55}.scene{background:linear-gradient(#18211d1a,#18211d24),url(https://images.unsplash.com/photo-1512909006721-3d6018887383?auto=format&fit=crop&w=1200&q=80) 50%/cover;border-radius:8px;min-height:430px;box-shadow:0 24px 70px #18211d26}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.panel,.card{border:1px solid var(--line);background:var(--panel);box-shadow:var(--shadow);border-radius:8px}.panel{padding:24px}.card{padding:18px}.stack{gap:16px;display:grid}.compact-stack{gap:10px;display:grid}.row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.spread{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.field{gap:7px;display:grid}.field label,.label{color:#38423b;font-size:13px;font-weight:700}.input,.textarea,.select{width:100%;min-height:48px;color:var(--foreground);background:#fff;border:1px solid #c9c3b5;border-radius:6px;padding:10px 12px}.textarea{resize:vertical;min-height:96px}.button{background:var(--primary);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:11px 16px;font-weight:700;text-decoration:none;display:inline-flex}.button.secondary{border-color:var(--line);color:var(--foreground);background:#fff}.button.warning{background:var(--gold);color:#211703}.button:disabled{cursor:not-allowed;opacity:.55}.code{letter-spacing:2px;background:#fffaf0;border:1px dashed #aaa390;border-radius:6px;align-items:center;min-height:40px;padding:7px 11px;font-size:22px;font-weight:800;display:inline-flex}.muted{color:var(--muted)}.small{font-size:13px}.status{border:1px solid var(--line);color:#38423b;text-transform:uppercase;background:#fff;border-radius:999px;align-items:center;padding:5px 9px;font-size:12px;font-weight:800;display:inline-flex}.qr{border:1px solid var(--line);background:#fff;border-radius:8px;width:min(100%,240px);height:auto;padding:10px}.divider{background:var(--line);height:1px}.error{color:#7a1b15;background:#fff1ef;border:1px solid #e1a3a0;border-radius:6px;padding:12px}.success{color:#164b35;background:#eefaf3;border:1px solid #9fc8b3;border-radius:6px;padding:12px}.participant{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:12px;min-width:0;padding:12px 0;display:flex}.participant:last-child{border-bottom:0}.checks{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.check{border:1px solid var(--line);background:#fff;border-radius:6px;align-items:center;gap:9px;min-height:46px;padding:12px;display:flex}.site-footer{border-top:1px solid var(--line);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-top:34px;padding-top:18px;font-size:13px;display:flex}.site-footer p{margin:0}.footer-links{flex-wrap:wrap;gap:14px;display:flex}.footer-links a{color:var(--foreground);font-weight:700;text-decoration:none}.legal{max-width:860px}.legal h1{margin:0;font-size:clamp(34px,6vw,54px);line-height:1}.legal h2{margin:18px 0 0}.legal p,.legal li{color:#38423b;line-height:1.6}.legal ul{padding-left:20px}@media (max-width:820px){.shell{width:min(100% - 24px,640px);padding:16px 0 36px}.hero,.grid{grid-template-columns:1fr}.hero{gap:18px;padding:2px 0 24px}.hero h1{font-size:clamp(38px,13vw,54px);line-height:1}.hero p{font-size:16px;line-height:1.5}.scene{background-position:50% 42%;border-radius:8px;order:-1;min-height:150px}.spread{gap:8px;display:grid}.topbar{align-items:center;margin-bottom:18px}.topbar-actions{justify-content:flex-end;gap:8px}.topbar-actions .button{display:none}.language-button{min-height:40px;padding:8px 11px}.language-button-label{display:none}.panel{padding:18px}.card{padding:14px}.checks{grid-template-columns:1fr}.participant{flex-direction:column;align-items:flex-start}.participant .button{width:100%}.code{width:fit-content;font-size:20px}.qr{width:min(100%,210px)}.site-footer{display:grid}}@media (max-width:420px){.shell{width:min(100% - 20px,420px)}.brand{gap:8px;font-size:17px}.brand-mark{border-radius:7px;width:32px;height:32px}.hero h1{font-size:38px}.button{width:100%}.topbar-actions .language-button{width:auto}}
