:root{--white:#fff;--white-rgb:255 255 255;--black-rgb:0 0 0;--ink:#17221e;--ink-rgb:23 34 30;--muted:#64716c;--cream:#f4f1e9;--paper:#fffdf8;--paper-rgb:255 253 248;--green:#0e4937;--green-rgb:14 73 55;--green-dark:#073226;--green-dark-rgb:7 50 38;--green-deep:#041f18;--green-deep-rgb:4 31 24;--gold:#d2a957;--gold-rgb:210 169 87;--gold-light:#f2d590;--gold-light-rgb:242 213 144;--gold-ink:#76581b;--red:#b63e3b;--surface-muted:#f5f2ea;--surface-control:#efede6;--strategy-axis-surface:#e6e2d7;--strategy-axis-ink:#44504b;--font-ui:Arial, Helvetica, sans-serif;--font-display:Georgia, serif;--radius-pill:999px;--border-subtle-color:rgb(var(--ink-rgb) / 10%);--border-subtle:1px solid var(--border-subtle-color);--shadow-rgb:20 36 29;--shadow:0 24px 70px rgb(var(--shadow-rgb) / 14%)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 10% 5%, rgb(var(--gold-rgb) / 13%), transparent 28rem), linear-gradient(180deg, #faf8f2 0%, var(--cream) 100%);color:var(--ink);font-family:var(--font-ui);margin:0}button,input{font:inherit}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible+span{outline:3px solid var(--gold-light);outline-offset:3px}.trainer-shell{min-height:100vh}.app-header{z-index:5;border-bottom:1px solid var(--border-subtle-color);background:rgb(var(--paper-rgb) / 90%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);justify-content:space-between;align-items:center;min-height:88px;padding:14px clamp(20px,5vw,76px);display:flex;position:relative}.brand{color:var(--ink);align-items:center;gap:12px;text-decoration:none;display:inline-flex}.brand-mark{border:1px solid rgb(var(--gold-rgb) / 65%);background:linear-gradient(145deg, rgb(var(--white-rgb) / 8%), transparent), var(--green-dark);width:46px;height:54px;box-shadow:0 8px 20px rgb(var(--green-deep-rgb) / 20%);color:var(--gold-light);font-family:var(--font-display);border-radius:9px;place-items:center;font-size:21px;font-weight:700;display:grid}.brand>span:last-child{flex-direction:column;gap:1px;display:flex}.brand strong{font-family:var(--font-display);letter-spacing:.01em;font-size:20px}.brand small{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;font-size:11px;font-weight:700}.header-actions{align-items:center;gap:22px;display:flex}.header-reference-link{color:var(--green);text-underline-offset:3px;font-size:13px;font-weight:800;text-decoration-thickness:1px}.site-header{position:sticky;top:0}.site-navigation-group,.site-navigation{align-items:center;display:flex}.site-navigation-group{gap:clamp(10px,1.8vw,22px)}.site-navigation{gap:clamp(14px,2.5vw,28px)}.site-navigation-link,.site-back-link{border-radius:var(--radius-pill);min-height:38px;color:var(--green);text-underline-offset:3px;border:1px solid #0000;align-items:center;padding:0 14px;font-size:13px;font-weight:800;text-decoration:none;text-decoration-thickness:1px;transition:background .16s,border-color .16s,box-shadow .16s,color .16s,transform .16s;display:inline-flex}.site-back-link{border-color:rgb(var(--ink-rgb) / 12%);color:var(--muted);gap:7px}.site-navigation-link:hover,.site-back-link:hover{border-color:rgb(var(--gold-rgb) / 60%);background:rgb(var(--gold-light-rgb) / 28%);transform:translateY(-1px)}.site-navigation-link[aria-current=page]{border-color:var(--green);background:var(--green);box-shadow:0 5px 12px rgb(var(--green-deep-rgb) / 16%);color:var(--gold-light)}.header-buttons{gap:8px;display:flex}.accuracy-stat{text-align:right;grid-template-columns:auto auto;align-items:baseline;column-gap:9px;display:grid}.accuracy-stat span{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:700}.accuracy-stat strong{color:var(--green);font-family:var(--font-display);grid-row:span 2;font-size:25px}.accuracy-stat small{color:var(--muted);font-size:11px}.button-primary,.button-secondary,.action-button,.icon-button{cursor:pointer;border:0;transition:transform .16s,box-shadow .16s,background .16s,opacity .16s}.button-primary:hover:not(:disabled),.button-secondary:hover:not(:disabled),.action-button:hover:not(:disabled){transform:translateY(-2px)}.button-primary:disabled,.button-secondary:disabled,.action-button:disabled{cursor:not-allowed;opacity:.4}.button-secondary{border:1px solid rgb(var(--ink-rgb) / 17%);border-radius:var(--radius-pill);background:var(--paper);min-height:42px;padding:0 17px;font-size:13px;font-weight:750}.settings-button span{color:var(--gold);margin-right:5px}.trainer-content{width:min(1600px,100% - 40px);margin:0 auto;padding:clamp(40px,6vw,76px) 0 34px}.trainer-workspace{grid-template-columns:minmax(560px,1.15fr) minmax(500px,.85fr);align-items:start;gap:22px;display:grid}.game-column{min-width:0}.trainer-workspace .decision-dock{grid-template-columns:1fr}.intro-copy{text-align:center;max-width:660px;margin:0 auto 34px}.eyebrow{color:var(--gold-ink);letter-spacing:.2em;text-transform:uppercase;margin:0 0 9px;font-size:11px;font-weight:800}.intro-copy h1{font-family:var(--font-display);letter-spacing:-.035em;margin:0;font-size:clamp(34px,5vw,55px);font-weight:500;line-height:1.08}.intro-copy>p:last-child{max-width:570px;color:var(--muted);margin:15px auto 0;font-size:16px;line-height:1.65}.game-card{border:var(--border-subtle);background:var(--paper);box-shadow:var(--shadow);border-radius:25px;overflow:hidden}.game-toolbar{justify-content:space-between;align-items:center;min-height:62px;padding:12px 22px;display:flex}.game-toolbar>div:first-child{align-items:center;gap:9px;font-size:13px;display:flex}.status-dot{background:#8d9893;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #8d98931f}.status-player-turn{background:#42a177;box-shadow:0 0 0 4px #42a17724}.status-complete{background:var(--gold);box-shadow:0 0 0 4px rgb(var(--gold-rgb) / 15%)}.rules-summary{flex-wrap:wrap;justify-content:flex-end;gap:5px;display:flex}.rules-summary-badge{border:var(--border-subtle);border-radius:var(--radius-pill);color:#53615b;letter-spacing:.04em;background:#f6f3ea;padding:5px 9px;font-size:10px;font-weight:750;position:relative}.rule-badge-with-tooltip{cursor:help}.rule-badge-with-tooltip:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.rule-badge-tooltip{z-index:10;background:var(--ink);width:max-content;max-width:min(260px,100vw - 32px);box-shadow:0 8px 24px rgb(var(--ink-rgb) / 18%);color:var(--white);letter-spacing:0;opacity:0;pointer-events:none;text-align:left;border:0;border-radius:8px;padding:8px 10px;font-size:12px;font-weight:650;line-height:1.35;transition:opacity .14s,transform .14s;position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%,-4px)}.rule-badge-tooltip:before{border:5px solid #0000;border-bottom-color:var(--ink);content:"";position:absolute;bottom:100%;right:calc(50% - 5px)}.rule-badge-with-tooltip:hover .rule-badge-tooltip,.rule-badge-with-tooltip:focus-within .rule-badge-tooltip{opacity:1;transform:translate(-50%)}.felt-table{background:radial-gradient(circle at 50% 54%, #468e6c47, transparent 45%), repeating-radial-gradient(circle at 30% 30%, rgb(var(--white-rgb) / 1.5%) 0 1px, transparent 1px 4px), linear-gradient(145deg, var(--green) 0%, var(--green-dark) 72%, var(--green-deep) 100%);min-height:500px;color:var(--white);grid-template-rows:minmax(154px,auto) 64px minmax(184px,auto);padding:30px clamp(20px,5vw,62px);display:grid;position:relative;overflow:hidden}.felt-table:before{background:linear-gradient(90deg, rgb(var(--black-rgb) / 12%), transparent 24%, transparent 76%, rgb(var(--black-rgb) / 12%));content:"";pointer-events:none;position:absolute;inset:0}.table-stitch{border:1px solid rgb(var(--gold-light-rgb) / 31%);pointer-events:none;border-radius:180px 180px 20px 20px;position:absolute;inset:18px}.shoe-mark{border:1px solid rgb(var(--white-rgb) / 18%);width:54px;height:57px;color:rgb(var(--white-rgb) / 63%);background:#021a1345;border-radius:7px;place-items:center;padding:8px 0;display:grid;position:absolute;top:35px;right:34px}.shoe-mark span{letter-spacing:.16em;font-size:8px;font-weight:800}.shoe-mark strong{font-family:var(--font-display);font-size:16px}.hand-zone{z-index:1;text-align:center;min-width:175px;position:relative}.hand-heading{color:rgb(var(--white-rgb) / 69%);letter-spacing:.15em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;margin-bottom:13px;font-size:10px;font-weight:800;display:flex}.hand-heading strong{border-radius:var(--radius-pill);background:rgb(var(--black-rgb) / 23%);color:var(--gold-light);letter-spacing:.05em;padding:3px 7px;font-size:11px}.hand-zone-active .hand-heading span{color:var(--white)}.hand-zone-active .card-row:after{background:var(--gold-light);width:24px;height:2px;box-shadow:0 0 12px var(--gold);content:"";border-radius:2px;margin:auto;position:absolute;bottom:-14px;left:0;right:0}.card-row{justify-content:center;min-height:103px;padding-left:28px;display:flex;position:relative}.playing-card-scene{perspective:700px;width:72px;height:100px;margin-left:-28px}.playing-card-inner{-webkit-user-select:none;user-select:none;width:100%;height:100%;transform-style:preserve-3d;position:relative}.playing-card-face{box-shadow:0 8px 16px #00110c4d, 0 0 0 1px rgb(var(--black-rgb) / 7%);backface-visibility:hidden;border-radius:7px;position:absolute;inset:0;overflow:hidden}.playing-card-front{background:linear-gradient(145deg, var(--white) 0%, #f8f6ef 100%);color:#18221e}.playing-card-back{border:4px solid var(--white);background:repeating-linear-gradient(45deg, rgb(var(--white-rgb) / 9%) 0 1px, transparent 1px 5px), #274f73;place-items:center;display:grid;transform:rotateY(180deg)}.card-back-mark{border:1px solid rgb(var(--white-rgb) / 48%);width:35px;height:45px;color:var(--white);font-family:var(--font-display);border-radius:50%;place-items:center;font-size:13px;display:grid}.card-corner{font-family:var(--font-display);flex-direction:column;align-items:center;font-size:16px;font-weight:700;line-height:.85;display:flex;position:absolute}.card-corner span{margin-top:4px;font-size:13px}.card-corner-top{top:7px;left:7px}.card-corner-bottom{bottom:7px;right:7px;transform:rotate(180deg)}.card-center-suit{font-size:27px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.suit-h,.suit-d{color:#b93437}.suit-c,.suit-s{color:#19221f}.empty-cards{opacity:.45;justify-content:center;min-height:103px;padding-left:28px;display:flex}.empty-cards span{border:1px dashed rgb(var(--white-rgb) / 48%);border-radius:7px;width:72px;height:100px;margin-left:-28px}.player-hands{z-index:1;justify-content:center;align-items:start;gap:clamp(12px,4vw,48px);display:flex}.table-message{z-index:1;text-align:center;align-self:center}.table-message strong,.table-message span{display:block}.table-message strong{color:rgb(var(--white-rgb) / 83%);font-family:var(--font-display);font-size:15px;font-weight:500}.table-message span{color:rgb(var(--white-rgb) / 46%);margin-top:5px;font-size:11px}.result-badge{z-index:4;border:1px solid rgb(var(--white-rgb) / 28%);border-radius:var(--radius-pill);min-width:82px;box-shadow:0 7px 20px rgb(var(--black-rgb) / 25%);color:var(--white);letter-spacing:.06em;text-transform:uppercase;padding:6px 9px;font-size:10px;font-weight:800;position:absolute;top:46px;left:50%;transform:translate(-50%)}.result-win,.result-blackjack{background:#31845f}.result-push{background:#8b753e}.result-lose,.result-bust{background:#993f3e}.decision-dock{background:var(--paper);grid-template-columns:minmax(280px,1fr) minmax(360px,.85fr);align-items:center;gap:26px;min-height:128px;padding:20px 25px;display:grid}.feedback{align-items:center;gap:13px;min-width:0;display:flex}.feedback-icon{color:#69736f;width:37px;height:37px;font-family:var(--font-display);background:#ebe8df;border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.feedback strong{font-size:13px;line-height:1.4;display:block}.feedback p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.45}.feedback-correct .feedback-icon{color:#267453;background:#dcefe5}.feedback-incorrect .feedback-icon{color:var(--red);background:#fae1df}.action-grid{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.action-button{border:1px solid rgb(var(--ink-rgb) / 12%);background:var(--surface-muted);border-radius:11px;min-height:70px;padding:9px 5px;font-size:11px;font-weight:800}.action-button:hover:not(:disabled){border-color:rgb(var(--green-rgb) / 24%);box-shadow:0 7px 14px rgb(var(--ink-rgb) / 8%);background:#ece9df}.action-symbol{min-height:24px;color:var(--green);font-family:var(--font-display);margin-bottom:3px;font-size:20px;font-weight:700;display:block}.button-primary{background:linear-gradient(135deg, #175f48, var(--green-dark));box-shadow:0 9px 20px rgb(var(--green-dark-rgb) / 19%);color:var(--white);border-radius:11px;font-size:13px;font-weight:800}.deal-button{justify-content:center;align-items:center;gap:11px;width:100%;min-height:62px;display:flex}.deal-button span{color:var(--gold-light);font-size:19px}.practice-note{color:#7f8985;letter-spacing:.08em;text-align:center;text-transform:uppercase;margin:17px 0 0;font-size:10px;font-weight:700}.settings-scrim{z-index:20;cursor:default;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0615108c;border:0;position:fixed;inset:0}.settings-panel{z-index:21;background:var(--paper);width:min(430px,100% - 28px);box-shadow:0 30px 80px rgb(var(--black-rgb) / 27%);border-radius:19px;padding:30px;position:fixed;top:14px;bottom:14px;right:14px;overflow-y:auto}.settings-heading{justify-content:space-between;align-items:flex-start;margin-bottom:34px;display:flex}.settings-heading h2{font-family:var(--font-display);margin:0;font-size:29px;font-weight:500}.settings-default-note{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.35}.icon-button{background:var(--surface-control);color:#64706b;border-radius:50%;place-items:center;width:36px;height:36px;font-size:23px;display:grid}.settings-panel fieldset,.rules-config-form fieldset{border:0;margin:0 0 29px;padding:0}.settings-panel legend,.rules-config-form legend{margin-bottom:11px;font-size:12px;font-weight:800}.option-grid{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.option-grid-three{grid-template-columns:repeat(3,1fr)}.option-grid label{position:relative}.option-grid input{opacity:0;pointer-events:none;position:absolute}.option-grid span{border:1px solid rgb(var(--ink-rgb) / 13%);background:var(--surface-muted);cursor:pointer;text-align:center;border-radius:9px;place-items:center;min-height:48px;font-size:12px;font-weight:750;display:grid}.option-grid input:checked+span{border-color:var(--green);box-shadow:inset 0 0 0 1px var(--green);color:var(--green-dark);background:#e2efe8}.option-grid input:disabled+span{cursor:not-allowed;opacity:.42}.option-grid-procedure span{padding:6px;line-height:1.25}.field-note{color:var(--muted);margin:8px 2px 0;font-size:11px}.fixed-rules{border:1px solid rgb(var(--gold-rgb) / 27%);background:#faf5e8;border-radius:11px;margin:8px 0 25px;padding:18px}.fixed-rules p:last-child{color:#5e635e;margin:0;font-size:12px;line-height:1.55}.settings-actions{grid-template-columns:1fr 1.35fr;gap:10px;display:grid}.settings-actions-default{grid-template-columns:1fr}.settings-actions .button-secondary,.settings-apply{width:100%;min-height:51px}.strategy-pullout{border:var(--border-subtle);background:var(--paper);min-width:0;box-shadow:var(--shadow);border-radius:23px;flex-direction:column;padding:24px;display:flex;position:sticky;top:92px}.strategy-pullout-header{flex:none;justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.strategy-pullout-header h2{font-family:var(--font-display);margin:0;font-size:31px;font-weight:500}.strategy-pullout-header{color:var(--muted);margin:7px 0 0;font-size:12px}.strategy-tabs{background:var(--surface-control);border-radius:11px;flex:none;grid-template-columns:repeat(3,1fr);gap:5px;margin:20px 0 14px;padding:4px;display:grid}.strategy-tabs button{color:#4e5a55;cursor:pointer;background:0 0;border:0;border-radius:8px;min-height:39px;font-size:11px;font-weight:800;transition:background .15s,box-shadow .15s,color .15s}.strategy-tabs button:hover{color:var(--green-dark)}.strategy-tabs .strategy-tab-active{background:var(--paper);box-shadow:0 2px 9px rgb(var(--ink-rgb) / 9%);color:var(--green-dark)}.strategy-table-frame{border:var(--border-subtle);background:var(--surface-muted);border-radius:12px;flex:none;overflow:hidden}.strategy-table{border-spacing:3px 2px;width:100%;color:var(--ink);table-layout:fixed}.strategy-table caption{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.strategy-table th,.strategy-table td{-webkit-user-select:none;user-select:none;text-align:center;border-radius:4px;height:24px;padding:2px 1px}.strategy-table thead th{background:var(--green-dark);color:var(--white);letter-spacing:.04em;font-size:9px}.strategy-table thead .strategy-hand-axis{width:clamp(56px,16%,76px)}.strategy-table thead .strategy-axis-gap{background:0 0}.strategy-table thead .strategy-hand-axis{background:var(--strategy-axis-surface);color:var(--strategy-axis-ink);letter-spacing:0;text-transform:uppercase}.strategy-table thead .strategy-dealer-axis{height:20px;color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase;background:#123f33;font-size:8px}.strategy-dealer-axis span{margin-left:4px;font-size:11px}.strategy-table tbody th{background:var(--strategy-axis-surface);color:var(--strategy-axis-ink);font-family:var(--font-display);font-size:10px}.strategy-table td{font-size:9px;font-weight:850}.strategy-action-hit{color:#2a627b;background:#e1ecf2}.strategy-action-stand{color:#9a4940;background:#f5e2dd}.strategy-action-double{color:#795b18;background:#f3e7bd}.strategy-action-split{color:#286346;background:#dcece2}.strategy-action-surrender{color:#70467f;background:#ece3f1}.strategy-table .strategy-column-current{background:#7d5f22}.strategy-table .strategy-row-current th{color:#493c20;background:#d8c48e}.strategy-table .strategy-cell-current{z-index:1;box-shadow:0 0 0 3px var(--paper), 0 0 0 6px var(--gold);color:#101a16;position:relative;transform:scale(1.04)}.strategy-legend{flex-wrap:wrap;flex:none;gap:9px 15px;margin-top:14px;display:flex}.strategy-legend>span{color:#69746f;align-items:center;gap:6px;font-size:10px;display:flex}.strategy-legend b{border-radius:5px;place-items:center;min-width:27px;height:24px;padding:0 5px;font-size:9px;display:grid}.strategy-rule-note{color:#626d68;flex:none;margin:12px 0 0;font-size:10px;line-height:1.45}@media (max-width:1100px){.trainer-content{width:min(1120px,100% - 40px)}.trainer-workspace{grid-template-columns:minmax(0,1fr)}.strategy-pullout{position:relative;top:auto}}@media (max-width:760px){.app-header{min-height:76px;padding:11px 17px}.brand small,.accuracy-stat span,.accuracy-stat small{display:none}.brand-mark{width:38px;height:45px;font-size:18px}.brand strong{font-size:17px}.header-actions{gap:10px}.header-reference-link{font-size:12px}.site-navigation{gap:12px}.site-navigation-group{gap:10px}.site-navigation-link,.site-back-link{min-height:34px;padding:0 10px;font-size:12px}.header-buttons{gap:5px}.accuracy-stat{display:block}.accuracy-stat strong{font-size:20px}.settings-button{min-width:42px;padding:0 12px;font-size:0}.settings-button span{margin:0;font-size:16px}.trainer-content{width:min(100% - 20px,680px);padding-top:35px}.intro-copy{margin-bottom:24px}.intro-copy>p:last-child{font-size:14px}.game-card{border-radius:18px}.game-toolbar{align-items:flex-start;gap:9px;padding:12px 14px}.rules-summary{max-width:210px}.rules-summary-badge{padding:4px 6px;font-size:8px}.felt-table{grid-template-rows:minmax(145px,auto) 64px minmax(175px,auto);min-height:475px;padding:28px 15px}.table-stitch{inset:11px}.shoe-mark{transform-origin:100% 0;top:26px;right:20px;transform:scale(.84)}.player-hands{justify-content:flex-start;gap:6px;max-width:100%;padding:0 10px 12px;overflow-x:auto}.player-hands>.hand-zone:only-child{margin:0 auto}.playing-card-scene,.empty-cards span{width:64px;height:90px}.card-row,.empty-cards{min-height:93px}.decision-dock{grid-template-columns:1fr;gap:15px;padding:17px 15px}.feedback{min-height:53px}.action-button{min-height:62px}}@media (max-width:480px){.site-navigation-group{display:contents}.site-header .brand>span:last-child{display:none}.site-navigation{gap:4px}.site-navigation-link{padding:0 8px;font-size:11px}.site-back-link{gap:4px;padding:0 7px;font-size:11px}.site-back-link-detail{display:none}}@media (max-width:430px){.intro-copy h1{font-size:34px}.rules-summary-badge:nth-last-child(-n+2){display:none}.playing-card-scene,.empty-cards span{width:58px;height:82px}.card-row,.empty-cards{min-height:85px}.playing-card-scene,.empty-cards span{margin-left:-23px}.card-row,.empty-cards{padding-left:23px}.action-grid{gap:5px}.action-button{padding-inline:2px;font-size:10px}.settings-panel{padding:24px 19px}.strategy-pullout{border-radius:15px;padding:20px 12px}.strategy-pullout-header h2{font-size:27px}.strategy-tabs{margin:16px 0 10px;padding:3px}.strategy-tabs button{min-height:34px;font-size:10px}.strategy-table th,.strategy-table td{border-radius:3px;height:20px;padding:1px 0}.strategy-table{border-spacing:2px}.strategy-table thead .strategy-hand-axis{width:44px}.strategy-table thead .strategy-dealer-axis{height:17px;font-size:7px}.strategy-table thead th,.strategy-table td{letter-spacing:0;font-size:8px}.strategy-table tbody th{font-size:9px}.strategy-table .strategy-cell-current{box-shadow:0 0 0 2px var(--paper), 0 0 0 4px var(--gold)}.strategy-legend{gap:7px 10px;margin-top:10px}.strategy-legend>span{gap:4px;font-size:9px}.strategy-legend b{min-width:24px;height:20px;padding:0 3px;font-size:8px}.strategy-rule-note{margin-top:9px;font-size:9px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.learner-shell{min-height:100vh}.local-progress-note{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:700}.learner-main{width:min(1180px,100% - 40px);margin:0 auto;padding:clamp(38px,6vw,72px) 0 54px}.learner-loading{min-height:55vh;color:var(--muted);place-items:center;display:grid}.learner-hero{margin-bottom:38px}.learner-hero h1,.summary-card h1,.study-card-heading h1{font-family:var(--font-display);margin:0;font-weight:500}.learner-hero h1{letter-spacing:-.035em;font-size:clamp(42px,6.5vw,72px);line-height:.98}.learner-hero>div>p:last-child{max-width:620px;color:var(--muted);margin:8px 0 0;font-size:17px;line-height:1.6}.learner-purpose{border-block:1px solid rgb(var(--ink-rgb) / 12%);margin-bottom:38px;padding:24px 0}.learner-purpose>p{max-width:800px;color:var(--muted);margin:0;font-size:16px;line-height:1.65}.learner-purpose a,.method-page a:not(.brand){color:var(--green);text-underline-offset:3px;font-weight:800;text-decoration-thickness:1px}.method-page,.strategy-reference-page{min-height:100vh}.strategy-reference-main{width:min(1320px,100% - 40px);margin:0 auto;padding:clamp(52px,8vw,94px) 0 72px}.strategy-reference-hero{max-width:750px;margin-bottom:clamp(34px,5vw,58px)}.strategy-reference-hero h1,.strategy-reference-rules h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-weight:500}.strategy-reference-hero h1{font-size:clamp(42px,6.5vw,68px);line-height:.98}.strategy-reference-hero>p:last-child{max-width:620px;color:var(--muted);margin:18px 0 0;font-size:clamp(16px,2.3vw,20px);line-height:1.55}.strategy-reference-workspace{grid-template-columns:minmax(340px,.7fr) minmax(500px,1fr);align-items:start;gap:clamp(22px,4vw,56px);display:grid}.strategy-reference-rules{border:var(--border-subtle);background:var(--paper);box-shadow:var(--shadow);border-radius:23px;padding:clamp(24px,4vw,36px)}.strategy-reference-rules-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:10px;display:flex}.strategy-reference-rules h2{font-size:31px}.reference-rules-note{color:var(--muted);margin:0 0 29px;font-size:12px;line-height:1.5}.strategy-reference-workspace>.strategy-pullout{top:112px}.method-main{width:min(900px,100% - 40px);margin:0 auto;padding:clamp(52px,8vw,100px) 0 72px}.method-hero{border-bottom:1px solid rgb(var(--ink-rgb) / 12%);max-width:760px;padding-bottom:clamp(38px,6vw,64px)}.method-hero h1,.method-section h2,.method-note h2{font-family:var(--font-display);letter-spacing:-.025em;margin:0;font-weight:500}.method-hero h1{font-size:clamp(44px,7vw,74px);line-height:.98}.method-intro{max-width:690px;color:var(--muted);margin:18px 0 0;font-size:clamp(18px,2.4vw,22px);line-height:1.55}.method-section{border-bottom:1px solid rgb(var(--ink-rgb) / 12%);grid-template-columns:170px minmax(0,1fr);gap:clamp(28px,6vw,82px);padding:34px 0;display:grid}.method-section-number{color:var(--gold-ink);letter-spacing:.14em;margin:2px 0 0;font-size:12px;font-weight:800}.method-section h2,.method-note h2{font-size:clamp(27px,3.6vw,38px);line-height:1.05}.method-section p,.method-note p{color:var(--muted);margin:12px 0 0;font-size:16px;line-height:1.7}.method-note{background:var(--green-dark);border-radius:20px;margin-top:48px;padding:clamp(24px,5vw,42px)}.method-note h2,.method-note p{color:#fffdf7}.method-note p{color:#fffdf7c2;max-width:680px}.mastery-bar{border-radius:var(--radius-pill);background:#e6e2d8;grid-column:1/-1;height:6px;margin-top:12px;overflow:hidden}.mastery-bar>span{border-radius:inherit;background:linear-gradient(90deg, var(--gold), var(--green));height:100%;transition:width .3s;display:block}.summary-actions,.dashboard-tools{align-items:center;gap:12px;display:flex}.summary-actions .button-primary,.summary-actions .button-secondary{min-height:45px;padding:0 20px}.text-button{color:var(--green);cursor:pointer;background:0 0;border:0;padding:8px 4px;font-size:12px;font-weight:800}.text-button:disabled{cursor:not-allowed;opacity:.4}.danger-text{color:var(--red)}.study-launcher{background:radial-gradient(circle at 83% 25%, rgb(var(--gold-light-rgb) / 15%), transparent 16rem), linear-gradient(145deg, var(--green), var(--green-deep));min-height:315px;box-shadow:0 24px 65px rgb(var(--green-dark-rgb) / 20%);color:var(--white);border-radius:26px;grid-template-columns:minmax(0,1fr) 330px;display:grid;position:relative;overflow:hidden}.study-launcher:after{border:1px solid rgb(var(--gold-light-rgb) / 26%);content:"";pointer-events:none;border-radius:18px;position:absolute;inset:13px}.study-launcher-copy{z-index:1;padding:clamp(38px,5vw,62px);position:relative}.study-launcher .eyebrow{color:var(--gold-light)}.study-launcher h2{font-family:var(--font-display);margin:0;font-size:clamp(31px,4vw,48px);font-weight:500}.study-launcher-copy>p:not(.eyebrow){max-width:570px;color:rgb(var(--white-rgb) / 72%);margin:8px 0 25px;font-size:14px;line-height:1.55}.study-launcher-actions{align-items:center;gap:18px;display:flex}.study-launcher-actions .text-button{color:var(--gold-light)}.start-round-button{min-height:54px;box-shadow:0 10px 25px rgb(var(--black-rgb) / 22%);color:var(--green-deep);background:linear-gradient(135deg,#e2bc6c,#b98b35);padding:0 22px}.start-round-button span{margin-left:10px;font-size:18px}.learning-stack{place-items:center;display:grid;position:relative}.learning-card{border:2px solid rgb(var(--gold-light-rgb) / 44%);background:var(--paper);width:152px;height:205px;box-shadow:0 20px 42px rgb(var(--black-rgb) / 25%);color:var(--green-dark);font-family:var(--font-display);border-radius:15px;place-items:center;font-weight:700;display:grid;position:absolute}.learning-card:first-child{transform:rotate(-11deg)translate(-38px,4px)}.learning-card:nth-child(2){transform:rotate(9deg)translate(39px,5px)}.learning-card:nth-child(3){color:var(--ink);transform:rotate(-1deg)translateY(-8px)}.learning-card-heart{color:var(--red)}.learning-card-corner{justify-items:center;line-height:.78;display:grid;position:absolute;top:11px;left:13px}.learning-card-corner strong{font-size:25px;font-weight:700}.learning-card-corner small{margin-top:5px;font-family:Arial,Helvetica,sans-serif;font-size:17px}.learning-card-corner-bottom{inset:auto 13px 11px auto;transform:rotate(180deg)}.learning-card-face{place-self:center;font-size:60px;line-height:1}.learning-card-jack .learning-card-face{background:linear-gradient(135deg, transparent 47%, currentcolor 48% 52%, transparent 53%), rgb(var(--white-rgb) / 28%);text-align:center;border:1px solid;border-radius:8px;width:70px;height:104px;font-size:38px;line-height:104px}.category-section{margin-top:54px}.section-heading-row{justify-content:space-between;align-items:end;gap:24px;margin-bottom:20px;display:flex}.section-heading-row h2{font-family:var(--font-display);margin:0;font-size:31px;font-weight:500}.curriculum-rules{justify-content:flex-end;align-items:center;gap:12px;display:flex}.dashboard-settings-button{white-space:nowrap;min-height:44px;padding:0 19px}.dashboard-settings-button span{color:var(--gold-light);margin-right:6px}.rules-button-tooltip{display:inline-flex;position:relative}.rules-button-tooltip-active:focus-visible{outline:2px solid var(--gold);outline-offset:3px;border-radius:11px}.control-tooltip{z-index:5;background:var(--ink);width:max-content;max-width:min(260px,100vw - 32px);box-shadow:0 8px 20px rgb(var(--ink-rgb) / 18%);color:var(--white);opacity:0;pointer-events:none;text-align:left;border-radius:8px;padding:8px 10px;font-size:10px;font-weight:700;line-height:1.4;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 10px);right:0;transform:translateY(4px)}.control-tooltip:after{border:5px solid #0000;border-top-color:var(--ink);content:"";position:absolute;top:100%;right:25px}.rules-button-tooltip-active:hover .control-tooltip,.rules-button-tooltip-active:focus-within .control-tooltip{opacity:1;transform:translateY(0)}.category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.category-card{border:var(--border-subtle);background:var(--paper);box-shadow:0 12px 35px rgb(var(--shadow-rgb) / 7%);border-radius:19px;padding:24px;position:relative;overflow:hidden}.category-index{color:var(--gold-ink);font-family:var(--font-display);font-size:14px}.category-card h3{font-family:var(--font-display);margin:8px 0 19px;font-size:24px;font-weight:500}.category-card .mastery-bar{margin-bottom:17px}.category-counts{grid-template-columns:repeat(3,1fr);gap:5px;margin-bottom:21px;display:grid}.category-counts span,.category-counts b{display:block}.category-counts span{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:750}.category-counts b{color:var(--ink);font-family:var(--font-display);margin-bottom:3px;font-size:19px}.category-card .button-secondary{width:100%}.dashboard-tools{justify-content:flex-end;margin-top:22px}.round-main{width:min(1500px,100% - 40px);padding-top:25px}.round-toolbar{grid-template-columns:minmax(130px,1fr) minmax(220px,420px) minmax(250px,1fr);align-items:center;gap:22px;margin-bottom:20px;display:grid}.round-toolbar>.rules-summary{justify-self:end}.round-toolbar>.text-button{justify-self:start}.round-position{text-align:center}.round-position>span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin-bottom:7px;font-size:11px;font-weight:800;display:block}.round-progress{border-radius:var(--radius-pill);background:#dedbd2;height:5px;overflow:hidden}.round-progress span{border-radius:inherit;background:var(--green);height:100%;display:block}.round-workspace{grid-template-columns:minmax(600px,1.15fr) minmax(500px,.85fr);align-items:start;gap:22px;display:grid}.review-rail{min-width:0;min-height:830px}.reference-placeholder{border:1px dashed rgb(var(--ink-rgb) / 17%);background:rgb(var(--paper-rgb) / 54%);min-height:830px;color:var(--muted);text-align:center;border-radius:23px;align-content:center;place-items:center;padding:42px;display:grid;position:sticky;top:115px;overflow:hidden}.reference-placeholder-grid{opacity:.22;grid-template-columns:repeat(5,1fr);gap:7px;display:grid;position:absolute;inset:24px;-webkit-mask-image:radial-gradient(circle,#000,#0000 72%);mask-image:radial-gradient(circle,#000,#0000 72%)}.reference-placeholder-grid span{background:#c9c6bc;border-radius:4px}.reference-lock{border:1px solid rgb(var(--gold-rgb) / 48%);background:var(--paper);width:50px;height:50px;box-shadow:0 9px 24px rgb(var(--ink-rgb) / 9%);color:var(--gold-ink);font-family:var(--font-display);border-radius:50%;place-items:center;margin-bottom:18px;font-size:22px;font-weight:700;display:grid;position:relative}.reference-placeholder .eyebrow,.reference-placeholder h2,.reference-placeholder>p:last-child{position:relative}.reference-placeholder h2{color:var(--ink);font-family:var(--font-display);margin:0;font-size:27px;font-weight:500}.reference-placeholder>p:last-child{max-width:320px;margin:12px 0 0;font-size:12px;line-height:1.55}.study-card{border:1px solid rgb(var(--ink-rgb) / 11%);background:var(--paper);box-shadow:var(--shadow);border-radius:24px;overflow:hidden}.study-card-heading{justify-content:space-between;align-items:center;gap:25px;padding:23px 27px;display:flex}.study-card-heading h1{font-size:clamp(27px,3vw,38px)}.hand-label{border:1px solid rgb(var(--gold-rgb) / 45%);border-radius:var(--radius-pill);color:#6d521a;font-family:var(--font-display);white-space:nowrap;background:#fff8e7;padding:7px 11px;font-size:13px;font-weight:700}.decision-table{background:radial-gradient(ellipse at 50% 30%, rgb(var(--white-rgb) / 7%), transparent 55%), linear-gradient(155deg, var(--green), var(--green-dark));grid-template-columns:1fr 74px 1fr;align-items:center;gap:10px;min-height:330px;padding:42px clamp(24px,5vw,58px);display:grid;position:relative;overflow:hidden}.decision-hand{z-index:1;text-align:center;min-width:0;position:relative}.decision-hand-heading{color:var(--white);margin-bottom:18px}.decision-hand-heading span,.decision-hand-heading strong{display:block}.decision-hand-heading span{color:rgb(var(--white-rgb) / 62%);letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:800}.decision-hand-heading strong{font-family:var(--font-display);margin-top:5px;font-size:18px}.decision-hand .card-row{justify-content:center}.decision-divider{z-index:1;border:1px solid rgb(var(--gold-light-rgb) / 45%);width:43px;height:43px;color:var(--gold-light);font-family:var(--font-display);border-radius:50%;justify-self:center;place-items:center;font-size:11px;font-weight:700;display:grid;position:relative}.answer-panel{padding:22px 25px 25px}.learner-action-grid{grid-template-columns:repeat(5,1fr);max-width:640px;margin:0 auto}.learner-action-grid .action-button{min-height:67px}.learner-action-grid .action-selected{border-color:var(--gold);box-shadow:0 0 0 2px rgb(var(--gold-rgb) / 24%)}.recall-note{color:var(--muted);text-align:center;margin:17px 0 0;font-size:11px}.review-feedback{background:#f3f1e9;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin-top:19px;padding:17px;display:grid}.review-feedback.feedback-correct{background:#eaf5ef}.review-feedback.feedback-incorrect{background:#fbebe8}.review-feedback strong{font-size:13px}.review-feedback p{color:#46524d;margin:4px 0 0;font-size:11px;line-height:1.45}.review-feedback .memory-tip{color:#244e3b;margin-top:8px;font-weight:700}.next-card-button{min-width:120px;min-height:47px;padding:0 17px}.next-card-button span{margin-left:8px}.round-workspace .strategy-pullout{top:115px}.summary-main{place-items:center;min-height:calc(100vh - 88px);display:grid}.summary-card{border:var(--border-subtle);background:var(--paper);width:min(760px,100%);box-shadow:var(--shadow);text-align:center;border-radius:27px;padding:clamp(30px,6vw,64px)}.summary-card h1{font-size:clamp(34px,5vw,54px)}.summary-lead{max-width:560px;color:var(--muted);margin:17px auto 30px;font-size:14px;line-height:1.55}.summary-stats{border:var(--border-subtle);background:#f6f3eb;border-radius:15px;grid-template-columns:repeat(4,1fr);margin:21px 0 0;display:grid}.summary-stats div{border-right:1px solid rgb(var(--ink-rgb) / 9%);padding:21px 10px}.summary-stats div:last-child{border-right:0}.summary-stats strong,.summary-stats span{display:block}.summary-stats strong{color:var(--green);font-family:var(--font-display);font-size:27px}.summary-stats span{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;margin-top:5px;font-size:9px;font-weight:800}.summary-actions{flex-wrap:wrap;justify-content:center;margin-top:28px}.round-error{text-align:center}@media (max-width:1100px){.round-workspace{grid-template-columns:minmax(0,860px);justify-content:center}.review-rail{min-height:0;display:none}.review-rail-revealed{display:block}.round-workspace .strategy-pullout,.reference-placeholder{position:relative;top:auto}}@media (max-width:760px){.local-progress-note{text-align:right;max-width:100px;font-size:8px;line-height:1.4}.learner-main,.round-main{width:min(100% - 20px,680px);padding-top:30px}.learner-hero{grid-template-columns:1fr;gap:25px}.learner-hero h1{font-size:43px}.learner-hero>div>p:last-child{font-size:14px}.learner-purpose{margin-bottom:30px;padding-block:20px}.learner-purpose>p{font-size:14px}.method-main,.strategy-reference-main{width:min(100% - 20px,680px);padding-top:42px}.strategy-reference-workspace{grid-template-columns:minmax(0,1fr)}.strategy-reference-workspace>.strategy-pullout{position:relative;top:auto}.method-section{grid-template-columns:1fr;gap:10px;padding-block:28px}.study-launcher{grid-template-columns:1fr;min-height:470px}.study-launcher-copy{padding:37px 31px 20px}.learning-stack{transform-origin:50%;min-height:205px;transform:scale(.72)}.category-grid{grid-template-columns:1fr}.section-heading-row{flex-direction:column;align-items:flex-start}.curriculum-rules{flex-direction:column;align-items:flex-start;width:100%}.dashboard-settings-button,.rules-button-tooltip{width:100%}.study-launcher-actions,.dashboard-tools{flex-direction:column;align-items:stretch}.round-toolbar{grid-template-columns:auto 1fr}.round-toolbar>.rules-summary{display:none}.decision-table{grid-template-rows:1fr 35px 1fr;grid-template-columns:1fr;gap:2px;min-height:465px;padding:30px 18px}.decision-hand-heading{margin-bottom:10px}.decision-divider{width:32px;height:32px;font-size:9px}.study-card-heading{padding:19px 17px}.study-card-heading h1{font-size:25px}.hand-label{padding:6px 8px;font-size:11px}.answer-panel{padding:17px 14px 20px}.review-feedback{grid-template-columns:auto 1fr}.next-card-button{grid-column:1/-1;width:100%}.summary-stats{grid-template-columns:repeat(2,1fr)}.summary-stats div:nth-child(2){border-right:0}.summary-stats div:nth-child(-n+2){border-bottom:1px solid rgb(var(--ink-rgb) / 9%)}}@media (max-width:430px){.learner-hero h1{font-size:38px}.study-launcher-copy{padding-inline:24px}.section-heading-row .rules-summary-badge:nth-last-child(-n+2){display:none}.category-card{padding:20px}.round-position>span{font-size:9px}.study-card-heading{flex-direction:column;align-items:flex-start;gap:10px}.decision-table .playing-card-scene{width:58px;height:82px}.learner-action-grid .action-button{min-height:61px;font-size:9px}.summary-card{padding:28px 18px}}
