:root{
  --ten-bg:#16060c;
  --ten-panel:#2a0d17;
  --ten-panel2:#0f1713;
  --ten-felt:#0b5a3d;
  --ten-felt-dark:#063b2b;
  --ten-gold:#e9c575;
  --ten-gold2:#fff0b6;
  --ten-text:#fbf4e7;
  --ten-muted:#c9bdad;
  --ten-line:rgba(255,255,255,.13);
  --safe-top:env(safe-area-inset-top,0px);
  --safe-bottom:env(safe-area-inset-bottom,0px);
  color-scheme:dark;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;min-height:100dvh;background:radial-gradient(circle at 50% -10%,#5b1d32 0,#1c0810 36%,#070b09 100%);color:var(--ten-text)}
body{overflow-x:hidden}
button,a{font:inherit}
.ten-noise{position:fixed;inset:0;pointer-events:none;opacity:.17;background-image:radial-gradient(circle at 25% 20%,rgba(255,255,255,.09) 0 1px,transparent 1.4px);background-size:5px 5px;mix-blend-mode:soft-light}
.ten-topbar{position:sticky;top:0;z-index:50;min-height:64px;padding:max(8px,var(--safe-top)) 16px 8px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ten-line);background:rgba(10,5,8,.84);backdrop-filter:blur(18px)}
.ten-brand{display:flex;align-items:center;gap:10px;color:inherit;text-decoration:none;min-width:0}
.ten-mark{width:43px;height:43px;flex:0 0 43px;display:grid;place-items:center;border-radius:13px;color:#241209;background:linear-gradient(145deg,var(--ten-gold2),#bd8132);box-shadow:0 12px 28px rgba(233,197,117,.2);font:900 18px Georgia,serif}
.ten-brand>span:last-child{display:grid;min-width:0}
.ten-brand strong{font-size:12px;letter-spacing:.1em;white-space:nowrap}
.ten-brand small{font-size:6px;letter-spacing:.17em;color:var(--ten-gold);white-space:nowrap}
.ten-home{min-height:39px;padding:0 13px;display:grid;place-items:center;border:1px solid var(--ten-line);border-radius:11px;color:var(--ten-text);background:rgba(255,255,255,.04);text-decoration:none;font-size:8px;font-weight:900}
.ten-main{position:relative;z-index:1;width:min(1180px,100%);min-height:calc(100dvh - 64px);margin:auto;padding:24px;display:grid;grid-template-columns:minmax(250px,.72fr) minmax(420px,1.28fr);gap:30px;align-items:center}
.ten-copy{padding:22px}
.ten-kicker{display:block;margin-bottom:13px;color:var(--ten-gold);font-size:8px;font-weight:950;letter-spacing:.16em}
.ten-copy h1{margin:0;font:700 clamp(52px,7vw,96px)/.88 Georgia,serif;letter-spacing:-.045em}
.ten-copy h1 em{color:var(--ten-gold2);font-weight:500}
.ten-copy p{max-width:480px;margin:22px 0 0;color:var(--ten-muted);font-size:14px;line-height:1.75}
.ten-table{position:relative;min-height:710px;padding:24px 22px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border:10px solid #4d2515;border-radius:42px;background:radial-gradient(circle at 50% 43%,#117452 0,#0a573e 42%,#063b2b 100%);box-shadow:0 38px 90px rgba(0,0,0,.54),inset 0 0 0 4px rgba(255,220,152,.12),inset 0 0 75px rgba(0,0,0,.34)}
.ten-felt-inlay{position:absolute;inset:15px;border:1px solid rgba(233,197,117,.22);border-radius:27px;pointer-events:none}
.ten-round{position:absolute;top:19px;right:21px;z-index:4;min-width:72px;padding:8px 11px;text-align:center;border:1px solid rgba(233,197,117,.26);border-radius:13px;background:rgba(3,18,12,.7)}
.ten-round span{display:block;color:var(--ten-gold);font-size:6px;font-weight:950;letter-spacing:.16em}
.ten-round strong{display:block;font:700 20px Georgia,serif}
.ten-deck-wrap{--card-w:min(28vw,340px);position:relative;width:calc(var(--card-w) + 46px);height:auto;aspect-ratio:620/930;display:grid;place-items:center;perspective:1500px}
.ten-shadow{position:absolute;left:50%;bottom:9px;transform:translateX(-50%);width:74%;height:38px;border-radius:50%;background:radial-gradient(ellipse,rgba(0,0,0,.44),rgba(0,0,0,.04) 68%,transparent 72%);filter:blur(6px)}
.ten-stack-card,.ten-card{position:absolute;width:var(--card-w);aspect-ratio:620/956;border:0;border-radius:calc(var(--card-w) * .05);padding:0;background:transparent;box-shadow:0 27px 48px rgba(0,0,0,.4);transform-origin:50% 88%;transition:transform .34s cubic-bezier(.22,.61,.36,1),opacity .26s ease}
.ten-stack-card img,.ten-card-face img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}
.ten-stack-card.layer-1{transform:translate(-5px,5px) rotate(-1.3deg)}
.ten-stack-card.layer-2{transform:translate(5px,4px) rotate(1.1deg)}
.ten-stack-card.layer-3{transform:translate(-2px,9px) rotate(-.4deg)}
.ten-stack-card.layer-4{transform:translate(7px,10px) rotate(1.6deg)}
.ten-card{cursor:pointer;z-index:5;outline:none;-webkit-tap-highlight-color:transparent}
.ten-card:focus-visible{box-shadow:0 0 0 4px var(--ten-gold2),0 27px 48px rgba(0,0,0,.4)}
.ten-card-inner{position:absolute;inset:0;display:block}
.ten-card-face{position:absolute;inset:0;display:block;border-radius:inherit;backface-visibility:hidden;-webkit-backface-visibility:hidden;transition:transform .68s cubic-bezier(.22,.61,.36,1),opacity .18s ease}
.ten-card-back{z-index:2;opacity:1;transform:rotateY(0)}
.ten-card-front{z-index:1;opacity:0;transform:rotateY(180deg)}
.ten-deck-wrap.revealed .ten-card-back{opacity:0;transform:rotateY(-180deg)}
.ten-deck-wrap.revealed .ten-card-front{z-index:3;opacity:1;transform:rotateY(0)}
.ten-deck-wrap.revealed .ten-card{transform:translateY(-8px) rotate(.6deg);box-shadow:0 34px 60px rgba(0,0,0,.48)}
.ten-deck-wrap.shuffling .layer-1{animation:tenShuffleLeft .88s cubic-bezier(.22,.61,.36,1)}
.ten-deck-wrap.shuffling .layer-2{animation:tenShuffleRight .88s cubic-bezier(.22,.61,.36,1) .06s}
.ten-deck-wrap.shuffling .layer-3{animation:tenShuffleLeft .88s cubic-bezier(.22,.61,.36,1) .12s}
.ten-deck-wrap.shuffling .layer-4{animation:tenShuffleRight .88s cubic-bezier(.22,.61,.36,1) .18s}
.ten-deck-wrap.shuffling .ten-card{animation:tenTopShuffle .9s cubic-bezier(.22,.61,.36,1)}
@keyframes tenShuffleLeft{0%,100%{transform:translate(-5px,5px) rotate(-1deg)}38%{transform:translate(-45%,2px) rotate(-9deg)}68%{transform:translate(18%,7px) rotate(5deg)}}
@keyframes tenShuffleRight{0%,100%{transform:translate(5px,5px) rotate(1deg)}38%{transform:translate(45%,2px) rotate(9deg)}68%{transform:translate(-18%,8px) rotate(-5deg)}}
@keyframes tenTopShuffle{0%,100%{transform:translate(0,0) rotate(0)}25%{transform:translate(-24%,1px) rotate(-5deg)}50%{transform:translate(25%,-3px) rotate(6deg)}75%{transform:translate(-10%,2px) rotate(-2deg)}}
.ten-status{position:relative;z-index:4;min-height:24px;margin-top:4px;color:#efe5d5;font-size:10px;text-align:center}
.ten-primary{position:relative;z-index:4;width:min(330px,92%);min-height:58px;margin-top:9px;padding:0 18px;display:grid;grid-template-columns:32px 1fr;align-items:center;border:0;border-radius:16px;color:#23150c;background:linear-gradient(145deg,var(--ten-gold2),#c58a38);box-shadow:0 17px 32px rgba(0,0,0,.3);font-weight:950;cursor:pointer;transition:transform .18s ease,filter .18s ease}
.ten-primary:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.05)}
.ten-primary:active:not(:disabled){transform:translateY(1px) scale(.99)}
.ten-primary:disabled{opacity:.56;cursor:default}
.ten-primary>span{font-size:22px}
.ten-primary strong{font-size:11px;letter-spacing:.04em}
.ten-hint{position:relative;z-index:4;margin:10px 0 0;color:rgba(255,255,255,.58);font-size:7px;letter-spacing:.06em}
@media(max-width:820px){
  .ten-main{display:block;min-height:calc(100dvh - 56px);padding:13px 10px 20px}
  .ten-copy{padding:8px 5px 13px;text-align:center}
  .ten-kicker{margin-bottom:7px;font-size:6px}
  .ten-copy h1{font-size:43px;line-height:.9}
  .ten-copy p{max-width:340px;margin:10px auto 0;font-size:9px;line-height:1.5}
  .ten-table{min-height:calc(100dvh - 192px);padding:18px 8px max(18px,var(--safe-bottom));border-width:7px;border-radius:27px}
  .ten-deck-wrap{--card-w:min(70vw,280px);width:calc(var(--card-w) + 30px);height:calc(var(--card-w) * 1.542 + 30px)}
  .ten-round{top:10px;right:10px;min-width:58px;padding:6px 8px}
  .ten-round strong{font-size:17px}
  .ten-status{font-size:8px;margin-top:0}
  .ten-primary{min-height:54px;margin-top:7px}
  .ten-hint{display:none}
  .ten-topbar{min-height:56px;padding-inline:9px}
  .ten-mark{width:36px;height:36px;flex-basis:36px;border-radius:11px;font-size:15px}
  .ten-brand strong{font-size:9px}
  .ten-brand small{font-size:5px}
  .ten-home{min-height:36px;padding:0 10px;font-size:6px}
}
@media(max-width:360px){
  .ten-copy h1{font-size:38px}
  .ten-copy p{font-size:8px}
  .ten-table{min-height:calc(100dvh - 176px)}
  .ten-deck-wrap{--card-w:min(73vw,262px)}
  .ten-primary{min-height:50px}
}
@media(max-height:690px) and (max-width:820px){
  .ten-copy p{display:none}
  .ten-copy{padding-bottom:6px}
  .ten-table{min-height:calc(100dvh - 135px)}
  .ten-deck-wrap{--card-w:min(58vw,230px)}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
