@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box}html{margin:0;padding:0;height:100%;background-color:#0a0a0f;color:#ffffffe6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}body{margin:0;padding:0;min-height:100%;background-color:#0a0a0f;color:#ffffffe6;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}#root{min-height:100%}.page{position:relative;width:100%;height:100vh;display:flex;flex-direction:column;align-items:center;overflow:hidden;background:#0a0a0f}.top-bar{width:100%;display:flex;justify-content:space-between;align-items:flex-start;padding:16px 20px;z-index:10;flex-shrink:0}.glass-card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:12px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.ai-controls{display:flex;flex-direction:column;gap:6px;padding:12px 16px}.ai-player-row{display:flex;align-items:center;gap:8px}.ai-speed-control{display:flex;align-items:center;gap:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.08);margin-top:2px}.board-area{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-height:0;padding-top:4px}.board{position:relative;display:flex;flex-direction:column;align-items:center}.board-grid{display:flex;flex-direction:column;padding:20px 24px;border-radius:16px;transition:box-shadow .5s ease}.board-grid.turn-red{box-shadow:0 0 60px #ef444414,0 0 120px #ef444408}.board-grid.turn-blue{box-shadow:0 0 60px #3b82f614,0 0 120px #3b82f608}.row{display:flex;justify-content:center}.cell{display:flex;justify-content:center;align-items:center;position:relative;cursor:pointer;width:42px;height:38px;outline:none}.cell:focus-visible:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;border:2px solid rgba(255,255,255,.75);pointer-events:none}.circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;z-index:1;width:78%;height:78%;transition:transform .15s ease,box-shadow .2s ease}.circle.piece-red{background:radial-gradient(circle at 35% 35%,#f87171,#ef4444 40%,#b91c1c);box-shadow:0 0 6px #ef444466,inset 0 -2px 4px #0000004d}.circle.piece-blue{background:radial-gradient(circle at 35% 35%,#60a5fa,#3b82f6 40%,#1d4ed8);box-shadow:0 0 6px #3b82f666,inset 0 -2px 4px #0000004d}.circle.piece-empty{background:#ffffff08;box-shadow:none}.circle.piece-red:hover,.circle.piece-blue:hover{transform:translate(-50%,-50%) scale(1.15);z-index:2}.circle.piece-red:hover{box-shadow:0 0 14px #ef444499,inset 0 -2px 4px #0000004d}.circle.piece-blue:hover{box-shadow:0 0 14px #3b82f699,inset 0 -2px 4px #0000004d}.circle.piece-empty:hover{background:#ffffff1a;transform:translate(-50%,-50%) scale(1.05)}.circle.selected.piece-red{box-shadow:0 0 20px #ef4444b3,0 0 40px #ef44444d;z-index:3}.circle.selected.piece-blue{box-shadow:0 0 20px #3b82f6b3,0 0 40px #3b82f64d;z-index:3}.circle.legal-move{background:#4ade8080!important;box-shadow:0 0 10px #4ade8080!important;z-index:2;animation:pulse-legal 1.5s ease-in-out infinite}@keyframes pulse-legal{0%,to{box-shadow:0 0 8px #4ade8066}50%{box-shadow:0 0 16px #4ade80b3}}.turn-indicator{display:flex;align-items:center;gap:8px;padding:6px 14px;margin-top:12px;font-size:.8rem;font-weight:500;letter-spacing:.03em;color:#fff9}.turn-dot{width:8px;height:8px;border-radius:50%;transition:background-color .3s ease,box-shadow .3s ease}.turn-dot.red{background:#ef4444;box-shadow:0 0 8px #ef444499}.turn-dot.blue{background:#3b82f6;box-shadow:0 0 8px #3b82f699}.thinking-indicator{display:inline-flex;align-items:center;gap:4px;margin-left:10px;font-size:.7rem;color:#ffffff8c;letter-spacing:.06em;text-transform:uppercase}.thinking-dot{width:4px;height:4px;border-radius:50%;background:#ffffff8c;animation:thinking-bounce 1.2s ease-in-out infinite}.thinking-dot:nth-child(2){animation-delay:.15s}.thinking-dot:nth-child(3){animation-delay:.3s}.thinking-label{margin-left:4px;font-family:inherit}@keyframes thinking-bounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-3px);opacity:.9}}.undo-chip{margin-left:8px;padding:4px 10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#ffffffbf;cursor:pointer;font-family:inherit;font-size:.7rem;letter-spacing:.02em;transition:background .15s,color .15s}.undo-chip:hover{background:#ffffff1f;color:#fffffff2}.move-history{margin-top:8px;padding-top:6px;border-top:1px solid rgba(255,255,255,.08)}.move-history-label{color:#ffffff4d;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:4px}.move-history-list{display:flex;flex-direction:column;gap:2px}.move-history-item{font-family:JetBrains Mono,Inter,monospace;font-size:.68rem;color:#ffffff8c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.turn-indicator.has-end-turn{padding-right:6px}.end-turn-chip{margin-left:10px;padding:4px 12px;background:#4ade8024;border:1px solid rgba(74,222,128,.45);border-radius:999px;color:#bef5c8;cursor:pointer;font-family:inherit;font-size:.75rem;letter-spacing:.02em;transition:background .15s,box-shadow .15s,transform .1s;box-shadow:0 0 14px #4ade8040;animation:pulse-end-turn 1.6s ease-in-out infinite}.end-turn-chip:hover{background:#4ade8047;box-shadow:0 0 22px #4ade8073}.end-turn-chip:active{transform:translateY(1px)}@keyframes pulse-end-turn{0%,to{box-shadow:0 0 12px #4ade8033}50%{box-shadow:0 0 22px #4ade8073}}.turn-red .circle.chain-visited{background:transparent!important;box-shadow:inset 0 0 0 1.5px #ef444473,0 0 6px #ef44442e!important}.turn-blue .circle.chain-visited{background:transparent!important;box-shadow:inset 0 0 0 1.5px #3b82f673,0 0 6px #3b82f62e!important}.circle.ghost-piece{pointer-events:none;z-index:4;opacity:.55;animation:ghost-pulse 1.2s ease-in-out infinite}.circle.ghost-piece.piece-red-ghost{background:radial-gradient(circle at 35% 35%,#f87171,#ef4444 40%,#b91c1c);box-shadow:0 0 10px #ef444480}.circle.ghost-piece.piece-blue-ghost{background:radial-gradient(circle at 35% 35%,#60a5fa,#3b82f6 40%,#1d4ed8);box-shadow:0 0 10px #3b82f680}@keyframes ghost-pulse{0%,to{opacity:.45;transform:translate(-50%,-50%) scale(.92)}50%{opacity:.65;transform:translate(-50%,-50%) scale(1)}}.board{position:relative}.arrow-overlay{pointer-events:none}.selection-info{position:fixed;bottom:16px;left:50%;transform:translate(-50%);font-size:.75rem;font-weight:400;color:#fff6;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:4px 12px;border-radius:20px;z-index:5}.debug-toggle{position:fixed;bottom:16px;right:16px;z-index:10;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff6;font-size:.7rem;padding:6px 10px;cursor:pointer;font-family:inherit;transition:background .2s,color .2s}.debug-toggle:hover{background:#ffffff1a;color:#ffffffb3}.input-box{position:fixed;bottom:48px;right:16px;width:300px;padding:12px;z-index:10}.input-box textarea{width:100%;height:60px;resize:none;margin-bottom:8px;padding:8px;border-radius:8px;border:1px solid rgba(255,255,255,.1);background:#0006;color:#fffc;font-family:Inter,monospace;font-size:.75rem}.input-box textarea::placeholder{color:#ffffff40}.buttons{display:flex;gap:6px}.buttons button{flex:1;padding:6px 10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff9;cursor:pointer;font-family:inherit;font-size:.72rem;transition:background .2s,color .2s}.buttons button:hover{background:#ffffff1a;color:#ffffffe6}.buttons .reset-button{background:#ef444426;border-color:#ef444433;color:#ef4444cc}.buttons .reset-button:hover{background:#ef444440;color:#ef4444}.reset-btn{margin-top:4px;padding:5px 0;background:#ef44441a;border:1px solid rgba(239,68,68,.15);border-radius:6px;color:#ef4444b3;cursor:pointer;font-size:.72rem;font-family:inherit;transition:background .2s}.reset-btn:hover{background:#ef444433}.new-game-btn{margin-top:6px;padding:6px 12px;background:linear-gradient(135deg,#6366f173,#8b5cf673);border:1px solid rgba(139,92,246,.4);border-radius:8px;color:#ffffffeb;cursor:pointer;font-size:.76rem;font-family:inherit;letter-spacing:.01em;transition:filter .15s,box-shadow .15s,transform .1s;box-shadow:0 2px 12px #8b5cf62e}.new-game-btn:hover{filter:brightness(1.15);box-shadow:0 4px 18px #8b5cf659}.new-game-btn:active{transform:translateY(1px)}.strategy-toggle{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff6;font-size:.68rem;font-family:inherit;padding:4px 10px;margin-top:4px;cursor:pointer;transition:all .2s;letter-spacing:.02em}.strategy-toggle:hover{background:#ffffff1a;color:#fffc;border-color:#fff3}@media(max-width:1200px),(max-height:900px){.top-bar{padding:10px 12px;flex-wrap:wrap;gap:8px}.board-area{justify-content:flex-start;padding-top:8px}.cell{width:30px;height:27px}.board-grid{padding:12px 14px}.input-box,.debug-toggle{display:none}}@media(max-width:600px){.top-bar{flex-direction:column;align-items:stretch;padding:8px 10px;gap:4px}.ai-controls{padding:8px 10px;gap:4px}.board-grid{padding:6px 8px}.turn-indicator{margin-top:6px;font-size:.7rem;padding:4px 10px}.setup-modal-content{width:min(420px,92vw);padding:24px 20px}.setup-sides{flex-direction:column;gap:12px}.setup-title{font-size:1.45rem}.setup-subtitle{font-size:.86rem;margin-bottom:18px}.setup-speed{flex-wrap:wrap}.setup-speed-label,.setup-speed-value{width:auto}.setup-slider{min-width:100%}}@media(min-height:950px)and (min-width:900px){.cell{width:50px;height:45px}.board-grid{padding:24px 28px}}@media(min-height:1100px)and (min-width:1100px){.cell{width:58px;height:52px}.board-grid{padding:28px 32px}.circle.piece-red{box-shadow:0 0 8px #ef444480,inset 0 -3px 5px #0000004d}.circle.piece-blue{box-shadow:0 0 8px #3b82f680,inset 0 -3px 5px #0000004d}}@media(min-height:1400px)and (min-width:1400px){.cell{width:68px;height:62px}.board-grid{padding:32px 36px}}@media(max-height:850px){.cell{width:28px;height:25px}}@media(max-height:700px){.cell{width:22px;height:20px}.board-grid{padding:4px 6px}.top-bar{padding:6px 10px}}@media(max-height:600px){.cell{width:18px;height:16px}.turn-indicator{display:none}}.game-status{display:flex;flex-direction:column;gap:4px;padding:10px 14px;min-width:180px}.status-line{display:flex;align-items:center;gap:8px;font-size:.78rem;color:#ffffffbf;font-family:inherit}.status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.status-dot.red{background:#ef4444;box-shadow:0 0 6px #ef444499}.status-dot.blue{background:#3b82f6;box-shadow:0 0 6px #3b82f699}.status-text{color:#ffffffd9}.status-text-dim{color:#fff6}.status-speed{font-size:.7rem;border-top:1px solid rgba(255,255,255,.08);padding-top:5px;margin-top:2px;justify-content:space-between}.setup-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#05050fb3;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fade-in .25s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.setup-modal-content{width:min(620px,94vw);padding:34px 38px;border-radius:18px;background:#141623e0;border:1px solid rgba(255,255,255,.12);box-shadow:0 24px 60px #00000080}.setup-title{font-size:1.85rem;font-weight:500;color:#fffffff2;margin:0 0 4px;letter-spacing:.01em;font-family:inherit}.setup-subtitle{color:#ffffff73;font-size:.98rem;margin:0 0 28px;font-family:inherit}.setup-sides{display:flex;gap:18px;margin-bottom:22px}.setup-side{flex:1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:18px;display:flex;flex-direction:column;gap:10px}.setup-side-header{display:flex;align-items:center;gap:8px;font-family:inherit}.setup-dot{width:10px;height:10px;border-radius:50%}.setup-dot.red{background:#ef4444;box-shadow:0 0 8px #ef444499}.setup-dot.blue{background:#3b82f6;box-shadow:0 0 8px #3b82f699}.setup-side-label{color:#ffffffe6;font-size:1.05rem;font-weight:500}.setup-toggle-row{display:flex;gap:4px;background:#0000004d;border-radius:8px;padding:3px}.setup-pill{flex:1;padding:9px 10px;border:none;background:transparent;color:#ffffff80;border-radius:6px;cursor:pointer;font-size:.9rem;font-family:inherit;transition:background .15s,color .15s}.setup-pill:hover{color:#ffffffd9}.setup-pill.active{background:#ffffff1f;color:#fff}.setup-select{width:100%;padding:10px 12px;background:#0000004d;color:#ffffffe6;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:.9rem;font-family:inherit;cursor:pointer;outline:none}.setup-select option{background:#1a1a2e}.setup-ai-select-wrap{display:flex;flex-direction:column;gap:6px}.setup-ai-rating{min-height:16px;color:#ffffff73;font-size:.74rem;line-height:1.35}.setup-speed{display:flex;align-items:center;gap:12px;margin-bottom:22px;padding:14px 16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px}.setup-speed-label{color:#ffffffb3;font-size:.9rem;font-family:inherit;flex-shrink:0}.setup-slider{flex:1;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:4px;background:#ffffff26;border-radius:2px;outline:none}.setup-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:14px;height:14px;border-radius:50%;background:#ffffffd9;cursor:pointer;border:none}.setup-slider::-moz-range-thumb{width:14px;height:14px;border-radius:50%;background:#ffffffd9;cursor:pointer;border:none}.setup-speed-value{color:#ffffff8c;font-size:.86rem;font-family:inherit;width:58px;text-align:right}.setup-start-btn{width:100%;padding:15px;background:linear-gradient(135deg,#6366f199,#8b5cf699);border:1px solid rgba(139,92,246,.5);border-radius:10px;color:#fff;font-size:1.08rem;font-weight:500;font-family:inherit;letter-spacing:.02em;cursor:pointer;transition:filter .15s,transform .1s,box-shadow .15s;box-shadow:0 4px 20px #8b5cf640}.setup-start-btn:hover{filter:brightness(1.15);box-shadow:0 6px 24px #8b5cf673}.setup-start-btn:active{transform:translateY(1px)}@media(max-width:600px){.setup-modal-content{width:min(420px,92vw);padding:24px 20px}.setup-sides{flex-direction:column;gap:12px}.setup-title{font-size:1.45rem}.setup-subtitle{font-size:.86rem;margin-bottom:18px}.setup-speed{flex-wrap:wrap}.setup-speed-label,.setup-speed-value{width:auto}.setup-slider{min-width:100%}}.title-section{display:flex;flex-direction:column;gap:2px}.main-title{display:flex;align-items:center;gap:10px;margin:0;font-size:1.1rem;font-weight:600;letter-spacing:-.01em;color:#ffffffe6}.subtitle{font-size:.75rem;font-weight:400;color:#ffffff59;margin:0}.author{font-size:.68rem;font-weight:300;color:#fff3;margin:2px 0 0}.rules-toggle-button{background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;font-size:.8rem;width:24px;height:24px;cursor:pointer;color:#fff6;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s;padding:0;line-height:1}.rules-toggle-button:hover{background:#ffffff26;color:#fffc}.rules-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000d9;z-index:100;display:flex;justify-content:center;align-items:center;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.rules-modal-content{background:#14141ef2;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;width:90%;max-width:440px;position:relative;color:#fffc;font-size:.88rem;line-height:1.6}.rules-modal-content h2{margin:0 0 12px;font-size:1rem;font-weight:600;color:#ffffffe6}.rules-modal-content p{margin:0 0 8px}.rules-modal-content ul{margin:4px 0 0;padding-left:20px}.rules-modal-content li{margin-bottom:4px}.close-button{position:absolute;top:12px;right:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:50%;font-size:.9rem;width:28px;height:28px;cursor:pointer;color:#ffffff80;display:flex;align-items:center;justify-content:center;transition:background .2s;padding:0;line-height:1}.close-button:hover{background:#ffffff26;color:#fffc}.strategy-page{min-height:100vh;width:100vw;background:#0a0a0f;color:#ffffffd9;overflow-y:auto;overflow-x:hidden}.strategy-content{max-width:760px;margin:0 auto;padding:40px 24px 80px}.back-link{display:inline-flex;align-items:center;gap:6px;color:#fff6;text-decoration:none;font-size:.8rem;margin-bottom:32px;transition:all .2s;background:none;border:none;cursor:pointer;font-family:inherit;padding:0}.back-link:hover{color:#fffc}.strategy-hero{margin-bottom:48px}.strategy-hero h1{font-size:2rem;font-weight:600;margin:0 0 6px;letter-spacing:-.02em}.strategy-hero .subtitle{font-size:.95rem;color:#ffffff59;margin:0;font-weight:300}.strategy-section{margin-bottom:48px}.strategy-section h2{font-size:1.2rem;font-weight:600;margin:0 0 16px;color:#ffffffe6;letter-spacing:-.01em}.strategy-section h3{font-size:1rem;font-weight:500;margin:24px 0 10px;color:#ffffffd9}.strategy-section p{font-size:.88rem;line-height:1.7;color:#fff9;margin:0 0 12px}.strategy-section strong{color:#ffffffd9;font-weight:500}.strategy-section em{color:#ffffff80;font-style:italic}.strategy-section code{background:#ffffff0f;padding:2px 6px;border-radius:4px;font-size:.82rem;color:#ffffffb3;font-family:SF Mono,Fira Code,monospace}.strategy-section ul{padding-left:20px;margin:8px 0 12px}.strategy-section li{font-size:.88rem;line-height:1.7;color:#fff9;margin-bottom:4px}.strategy-card{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:20px 24px;margin-bottom:16px}.strategy-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.strategy-card-header h3{margin:0;font-size:1rem;font-weight:600}.strategy-badge{font-size:.68rem;padding:3px 10px;border-radius:20px;font-weight:500;letter-spacing:.03em}.badge-weak{background:#ef44441f;color:#ef4444cc;border:1px solid rgba(239,68,68,.15)}.badge-medium{background:#facc151a;color:#facc15cc;border:1px solid rgba(250,204,21,.15)}.badge-strong{background:#4ade801a;color:#4ade80cc;border:1px solid rgba(74,222,128,.15)}.badge-best{background:#3b82f61f;color:#3b82f6cc;border:1px solid rgba(59,130,246,.15)}.strategy-card .complexity{font-size:.75rem;color:#ffffff4d;margin-top:8px}.data-table{width:100%;border-collapse:collapse;font-size:.8rem;margin:16px 0}.data-table th{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.1);color:#fff6;font-weight:500;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.data-table td{padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.04);color:#ffffffa6}.data-table tr:hover td{background:#ffffff05}.win-red{color:#ef4444;font-weight:500}.win-blue{color:#3b82f6;font-weight:500}.win-tie{color:#ffffff4d}.matrix-table{text-align:center}.matrix-table th{text-align:center;font-size:.68rem}.matrix-table td{text-align:center;font-size:.78rem;font-variant-numeric:tabular-nums}.matrix-table td:first-child{text-align:left}.matrix-diagonal{color:#ffffff1a}.bar-chart{margin:20px 0}.bar-row{display:flex;align-items:center;margin-bottom:8px;gap:10px}.bar-label{width:160px;font-size:.75rem;color:#ffffff80;text-align:right;flex-shrink:0}.bar-track{flex:1;height:24px;background:#ffffff08;border-radius:4px;overflow:hidden;display:flex}.bar-fill-red{background:linear-gradient(90deg,#ef4444,#f87171);height:100%;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:#fff;font-weight:500;min-width:28px;transition:width .6s ease}.bar-fill-blue{background:linear-gradient(90deg,#3b82f6,#60a5fa);height:100%;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:#fff;font-weight:500;min-width:28px;transition:width .6s ease}.bar-fill-gray{background:#ffffff14;height:100%;display:flex;align-items:center;justify-content:center;font-size:.68rem;color:#fff6;font-weight:500;min-width:20px}.trace-box{background:#0000004d;border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:14px 18px;font-family:SF Mono,Fira Code,monospace;font-size:.75rem;line-height:1.8;color:#ffffff80;overflow-x:auto;margin:12px 0}.trace-box .highlight{color:#ef4444;font-weight:500}.hex-grid-visual{display:inline-grid;grid-template-columns:repeat(3,50px);grid-template-rows:repeat(3,36px);gap:2px;margin:12px 0;font-size:.7rem;text-align:center}.hex-cell{display:flex;align-items:center;justify-content:center;border-radius:6px;color:#ffffff80}.hex-cell.active{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#fffc}.hex-cell.center{background:#3b82f626;border:1px solid rgba(59,130,246,.3);color:#3b82f6;font-weight:600}.hex-cell.disabled{color:#ffffff1a}.insight-box{background:#3b82f60d;border-left:3px solid rgba(59,130,246,.3);border-radius:0 8px 8px 0;padding:14px 18px;margin:16px 0}.insight-box p{color:#ffffffa6;margin:0;font-size:.85rem}.section-divider{border:none;border-top:1px solid rgba(255,255,255,.06);margin:48px 0}@media(max-width:600px){.strategy-content{padding:24px 16px 60px}.strategy-hero h1{font-size:1.5rem}.bar-label{width:100px;font-size:.68rem}.data-table{font-size:.72rem}.data-table th,.data-table td{padding:8px 6px}.strategy-card{padding:14px 16px}}
