@import url('./admin.css');
:root{--accent:#D71920;--accent-ink:#fff;--ink:#383838;--page-bg:#f5f5f5;--muted:#737373;--line:#e5e3e0;--radius:22px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--page-bg);background-size:cover;background-attachment:fixed}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{ -webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.62}a{color:inherit}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #e5232370;outline-offset:5px}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:2px}input[type=checkbox]{accent-color:var(--accent)}[hidden]{display:none!important}.site-header{height:112px;background:#fff;display:flex;align-items:center;justify-content:space-between;padding:20px 6%;border-bottom:1px solid var(--line);gap:24px}.logo{width:142px;height:76px;object-fit:contain}.header-note{font-size:13px;color:#777;letter-spacing:.15px}.header-note strong{font-weight:400;color:#383838}.header-pill{font-size:10px;font-weight:700;letter-spacing:1.2px;border:1px solid var(--line);padding:13px 16px;border-radius:40px;display:flex;align-items:center;gap:9px}.live-dot{width:6px;height:6px;background:var(--accent);border-radius:50%}.experience{max-width:1330px;margin:auto;display:grid;grid-template-columns:1.12fr 1fr;gap:7%;padding:65px 50px 60px;align-items:center;min-height:calc(100vh - 181px)}.wheel-section{text-align:center;min-width:0}.eyebrow,.section-tag{font-size:10px;letter-spacing:2px;font-weight:700}.eyebrow{display:flex;align-items:center;justify-content:center;gap:12px;color:#686868}.eyebrow span{width:20px;height:1px;background:var(--accent)}.wheel-stage{position:relative;padding:48px 5px 32px}.wheel-shell{position:relative;width:100%;aspect-ratio:1;border-radius:50%;padding:12px;background:#fff;box-shadow:0 26px 60px #302b2817,0 0 0 1px #dedcd7;z-index:1}canvas{width:100%;height:100%;display:block;border-radius:50%}.pointer{position:absolute;z-index:4;left:calc(50% - 17px);top:-12px;width:34px;height:42px;background:#fff;filter:drop-shadow(0 3px 3px #0004);clip-path:polygon(0 0,100% 0,50% 100%)}.pointer:after{content:'';position:absolute;inset:5px 6px 10px;background:var(--accent);clip-path:polygon(0 0,100% 0,50% 100%)}.wheel-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border-radius:50%;width:23%;height:23%;background:#fff;box-shadow:0 2px 15px #0002;display:flex;align-items:center;justify-content:center;flex-direction:column;border:6px solid #f3f1ee}.wheel-center span{font-size:clamp(30px,4vw,60px);font-weight:900;font-style:italic;color:var(--accent);line-height:1}.wheel-center small{font-size:8px;letter-spacing:1px;font-weight:800;color:#383838;margin-top:4px}.orbit{position:absolute;inset:22px -20px 59px;border:1px dashed #dedad4;border-radius:50%;transform:rotate(-20deg)}.orbit-two{inset:6px -37px 43px;border-style:solid;opacity:.4}.spark{position:absolute;color:var(--accent);font-size:30px;z-index:2}.spark-one{top:15px;right:18px}.spark-two{bottom:60px;left:-20px;font-size:40px}.wheel-caption{display:inline-flex;gap:10px;align-items:center;border:1px solid var(--line);background:#fff;border-radius:40px;padding:12px 21px;font-size:12px;position:relative;margin-top:29px;z-index:2}.wheel-caption span{color:var(--accent);font-size:20px}.odds{text-align:left;font-size:12px;max-width:390px;margin:0 auto;color:#666}.odds summary{list-style:none;display:flex;justify-content:space-between;cursor:pointer;border-bottom:1px solid var(--line);padding:12px 0}.odds ul{list-style:none;padding:0}.odds li{display:flex;justify-content:space-between;padding:7px 0;gap:12px}.odds p{line-height:1.6;font-size:11px}.entry-section{max-width:465px}.section-tag{color:var(--accent)}h1{font-size:clamp(42px,4.6vw,64px);font-weight:750;line-height:1.04;letter-spacing:-3px;margin:19px 0 18px;max-width:420px}.intro{color:#747474;font-size:15px;line-height:1.7;margin:0 0 25px;max-width:385px}.entry-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:0 8px 30px #00000003}.card-heading{display:flex;gap:13px;align-items:center;margin-bottom:23px}.step-number{border:1px solid #efdedb;color:var(--accent);font-size:12px;width:37px;height:37px;display:grid;place-items:center;border-radius:50%}.card-heading h2{font-size:17px;letter-spacing:-.3px;margin:0 0 5px}.card-heading p{font-size:12px;color:#888;margin:0}label{display:block;font-size:12px;font-weight:600;margin-bottom:17px}input:not([type=checkbox]):not([type=color]),select,textarea{display:block;width:100%;border:1px solid #dedede;border-radius:9px;padding:13px 14px;background:#fff;color:#383838;margin-top:8px;font-size:13px;min-height:46px}input::placeholder,textarea::placeholder{color:#999;font-weight:400}.check-label{display:flex;align-items:flex-start;gap:10px;margin:19px 0;font-weight:400;line-height:1.6;font-size:11px;color:#666}.check-label input{width:17px;height:17px;flex-shrink:0;margin:1px 0 0}.primary{border:0;border-radius:10px;background:var(--accent);color:var(--accent-ink);display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-size:14px;font-weight:700;width:100%;min-height:50px;transition:filter .2s,transform .2s}.primary:hover:not(:disabled){filter:brightness(.92);transform:translateY(-1px)}.primary span:last-child{font-size:20px}.participation-note{text-align:center;font-size:10px;line-height:1.5;color:#888;margin:13px 0 0}.data-note{font-size:10px;line-height:1.7;color:#858585;margin:15px 18px 0}.site-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin:0 6%;padding:23px 0;font-size:10px;color:#888;gap:20px}.site-footer span:first-child{letter-spacing:1px;font-weight:700}.site-footer i{font-style:normal;margin:0 8px;color:var(--accent)}.message{padding:12px 14px;font-size:13px;border-radius:8px;line-height:1.5}.error{background:#fff0f0;color:#a1171d;border:1px solid #f1cccc}.success{background:#e9f5ec;color:#27623a}dialog{border:none;border-radius:24px;width:min(440px,calc(100% - 32px));padding:38px;background:#fff;box-shadow:0 20px 100px #0003}dialog::backdrop{background:#19171588;backdrop-filter:blur(5px)}.result-content{text-align:center}.result-icon{font-size:60px;color:var(--accent)}.result-content h2{font-size:35px;letter-spacing:-1px}.result-content p:not(.section-tag){font-size:14px;line-height:1.7;color:#777;margin-bottom:27px}@media(min-width:1450px){.experience{gap:100px}}@media(max-width:1000px){.experience{gap:40px;padding:40px 30px}.header-note{display:none}.wheel-stage{padding-top:40px}h1{font-size:45px}.entry-card{padding:22px}.orbit{inset:22px -5px 59px}.orbit-two{display:none}.spark-two{left:0}}@media(max-width:720px){.site-header{height:85px;padding:12px 22px}.logo{width:110px;height:60px}.header-pill{font-size:8px;padding:10px;letter-spacing:.7px}.experience{display:flex;flex-direction:column;gap:30px;padding:28px 22px 38px}.wheel-section{width:min(100%,390px)}.eyebrow{font-size:8px;letter-spacing:1.5px}.wheel-stage{padding:28px 18px 8px}.wheel-caption{margin-top:17px;padding:8px 16px;font-size:11px}.orbit{inset:10px 3px 50px}.spark-one{right:6px;top:4px}.spark-two{bottom:45px;left:0}.wheel-center span{font-size:43px}.wheel-center small{font-size:6px}.odds{max-width:320px;font-size:11px}.entry-section{width:100%;max-width:430px}.entry-section>.section-tag,.entry-section>h1,.entry-section>.intro{text-align:center;display:block;max-width:none}h1{font-size:42px;letter-spacing:-2px;margin:12px 0}.intro{font-size:14px;margin-bottom:20px}.entry-card{padding:24px}.site-footer{flex-direction:column;text-align:center;gap:9px;margin:0 22px;padding:20px 0}input:not([type=checkbox]):not([type=color]),select,textarea{font-size:16px}.data-note{font-size:11px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
@media(max-width:720px){.orbit{transform:none}}
.customer .experience{min-height:calc(100vh - 69px);padding-top:44px}.title-logo{display:block;width:142px;margin:0 0 24px}.title-logo .logo{display:block}.customer .wheel-stage{padding-bottom:8px}.customer .odds{margin-top:22px}.customer .entry-section>.title-logo,.customer .entry-section>.section-tag{display:block}
@media(max-width:720px){.customer .experience{padding-top:32px}.customer .entry-section>.title-logo{margin:0 auto 20px}.customer .entry-section>.section-tag{margin-top:0}.customer .wheel-stage{padding-bottom:0}.customer .odds{margin-top:20px}}
