686 lines
73 KiB
CSS
686 lines
73 KiB
CSS
@import url("client/styles/tokens.css") layer(tokens);
|
|
@import url("client/styles/base.css") layer(base);
|
|
@import url("client/ui/cursor.css") layer(cursor);
|
|
@import url("client/styles/accessibility.css") layer(accessibility);
|
|
@layer tokens,base,layout,board,interactions,hud,dialogs,cursor,responsive,accessibility,legacy;
|
|
#app{position:fixed;inset:0;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.025),transparent 34%),var(--bg)}
|
|
#topbar{
|
|
position:absolute;z-index:50;left:0;right:0;top:0;
|
|
height:calc(var(--bar-height) + var(--safe-top));
|
|
display:flex;align-items:center;gap:10px;
|
|
padding:var(--safe-top) calc(5px + var(--safe-right)) 0 calc(5px + var(--safe-left));
|
|
background:linear-gradient(90deg,rgba(24,42,52,.985),rgba(31,35,58,.985));
|
|
border-bottom:1px solid rgba(126,213,224,.22)
|
|
}
|
|
.room-back-link{display:inline-flex;align-items:center;min-height:34px;padding:0 8px;border:1px solid rgba(201,156,255,.34);background:rgba(43,33,49,.72);color:#edc8ff;font-size:10px;font-weight:900;letter-spacing:.04em;text-decoration:none;white-space:nowrap}.room-back-link:hover,.room-back-link:focus-visible{border-color:#c99cff;background:#382942;color:#fff}
|
|
.brand{font-weight:900;letter-spacing:.08em;white-space:nowrap}
|
|
.brand small{font-weight:650;color:var(--muted);margin-left:8px}
|
|
.spacer{flex:1}
|
|
.toolbar{display:flex;align-items:center;gap:7px}
|
|
.pill{
|
|
min-width:40px;min-height:40px;padding:0 5px;border-radius:2px;
|
|
border:1px solid rgba(255,255,255,.1);background:#25292d;cursor:pointer;
|
|
display:inline-flex;align-items:center;justify-content:center;gap:6px
|
|
}
|
|
.pill:hover{background:#2d3237}
|
|
.pill:disabled{opacity:.42;cursor:not-allowed}
|
|
.pill.danger{border-color:rgba(255,110,122,.42);color:#ffd5d9}
|
|
.pill.inventory-button b{color:var(--accent);font-variant-numeric:tabular-nums}
|
|
.pill.time-attack.active{border-color:rgba(217,240,111,.58);background:#2c3428;color:#eff9bd;box-shadow:inset 0 -2px #d9f06f}
|
|
.pill.time-attack.active>span:first-child{animation:timeAttackTick 1s steps(2,end) infinite}
|
|
.pill.time-attack.active.starting{position:relative;z-index:4;transform-origin:center;animation:timeAttackStartEmphasis 1s ease-in-out 5;box-shadow:inset 0 -2px #d9f06f,0 0 0 3px rgba(217,240,111,.2),0 8px 28px rgba(0,0,0,.36)}
|
|
.pill.time-attack.active.starting>span:first-child{font-size:25px}
|
|
.pill.time-attack.active.starting #timeAttackButtonLabel{font-size:17px;font-weight:900}
|
|
.stat{color:var(--muted);font-size:16px;white-space:nowrap}
|
|
.stat b{color:var(--ink)}
|
|
.stat.score{color:#c99cff}.stat.score b{color:#e1b4ff;font-variant-numeric:tabular-nums;text-shadow:0 0 9px rgba(177,94,255,.45)}
|
|
.stat.score.gem-receiving{animation:gemWalletPulse .52s steps(2,end) 2}
|
|
#saveStatus{
|
|
display:none;position:absolute;z-index:2;right:calc(14px + var(--safe-right));
|
|
top:calc(var(--safe-top) + var(--bar-height) + 8px);
|
|
min-height:36px;padding:0 12px;border-radius:2px;border:1px solid rgba(255,255,255,.14);
|
|
color:var(--ink);background:rgba(26,30,33,.96);cursor:pointer
|
|
}
|
|
#saveStatus[data-state="saving"],#saveStatus[data-state="error"]{display:block}
|
|
#saveStatus[data-state="error"]{border-color:var(--bad);color:#ffd8dc}
|
|
#viewport{
|
|
position:absolute;left:0;right:0;top:calc(var(--bar-height) + var(--safe-top));bottom:0;
|
|
overflow:hidden;touch-action:none;cursor:default
|
|
}
|
|
#viewport::after{content:"";position:absolute;inset:0;pointer-events:none;z-index:20;background:radial-gradient(circle at 50% 48%,transparent 42%,rgba(5,7,9,.18) 72%,rgba(5,7,9,.66) 115%);box-shadow:inset 0 0 90px rgba(0,0,0,.3)}
|
|
#viewport.panning{cursor:grabbing}
|
|
#world{position:absolute;left:0;top:0;transform-origin:0 0;will-change:transform}
|
|
|
|
#overviewCanvas{position:absolute;left:0;top:0;display:block;pointer-events:none;z-index:3;transform-origin:0 0;will-change:transform}
|
|
#overviewCanvas[hidden]{display:none}
|
|
#viewport.canvas-overview #world{display:none}
|
|
#minimap{
|
|
position:fixed;z-index:45;right:calc(12px + var(--safe-right));bottom:calc(12px + var(--safe-bottom));
|
|
width:226px;padding:8px;border:1px solid rgba(255,255,255,.22);border-radius:2px;
|
|
background:rgba(14,17,19,.97);box-shadow:0 10px 30px rgba(0,0,0,.42)
|
|
}
|
|
.minimap-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px;color:#cbd2d6;font-size:9px;letter-spacing:.12em}
|
|
.minimap-head b{color:#fff}.minimap-head span{color:var(--accent)}
|
|
#minimapCanvas{display:block;width:100%;height:132px;border:0;background:#101315;cursor:crosshair;touch-action:none;image-rendering:pixelated}
|
|
#minimapCanvas:focus-visible{outline:2px solid #d9f06f;outline-offset:2px}
|
|
.minimap-controls{display:grid;grid-template-columns:repeat(2,1fr);gap:3px;margin-bottom:5px}
|
|
.minimap-controls button{min-width:0;min-height:24px;padding:3px 4px;border:1px solid rgba(255,255,255,.18);background:#172026;color:#dbe5e8;font:7px/1.1 var(--dot-font);font-weight:900;cursor:pointer}
|
|
.minimap-controls button:hover,.minimap-controls button:focus-visible{border-color:#d9f06f;background:#253139;outline:none}
|
|
.minimap-legend{display:flex;align-items:center;gap:10px;margin-top:6px;color:#899399;font-size:7px;font-weight:900;letter-spacing:.07em;white-space:nowrap}
|
|
.minimap-legend span::before{content:"";display:inline-block;width:6px;height:6px;margin-right:4px;vertical-align:-1px;background:#505a60}
|
|
.minimap-legend .solved::before{background:#79d4a0}.minimap-legend .unsolved::before{background:#41494e}
|
|
.minimap-legend .long-line::before{width:10px;height:2px;vertical-align:2px;background:#ffd45f}
|
|
.board-card{position:absolute;overflow:visible;pointer-events:none;z-index:4;contain:layout style paint}
|
|
.board-card.solved{z-index:0;pointer-events:auto}
|
|
.board-card.solved:hover,.board-card.solved:focus,.board-card.solved:focus-within{z-index:2}
|
|
.board-svg{position:absolute;inset:0;display:block;overflow:visible;touch-action:none;pointer-events:none;cursor:crosshair}
|
|
#boardHudLayer{position:absolute;z-index:36;inset:0;overflow:hidden;pointer-events:none}
|
|
.board-label{display:none;position:absolute;z-index:1;padding:4px 6px;border-radius:3px;background:rgba(8,11,13,.97);border:2px solid rgba(248,252,255,.96);border-left:5px solid var(--region);font-size:13px;letter-spacing:.05em;color:#eef2f4;pointer-events:auto;white-space:nowrap;box-shadow:0 5px 18px rgba(0,0,0,.58),0 0 0 2px rgba(8,11,13,.9),0 0 0 4px rgba(255,255,255,.24),0 0 16px rgba(232,244,255,.32);text-shadow:0 1px 0 #000}
|
|
.board-card.hud-current{z-index:40;contain:layout style}
|
|
.board-label.hud-visible:not([hidden]){display:flex}
|
|
.board-label[hidden]{display:none!important}
|
|
.board-label b{color:#f2f4f5;letter-spacing:.1em;margin:0}
|
|
.board-card.solved .static-layer,.board-card.solved .special-cell-layer,.board-card.solved .number-layer,.board-card.solved .gate-layer{display:none}
|
|
.board-card.solved .board-svg{pointer-events:none;cursor:default}
|
|
.cell-shape{stroke:var(--grid);stroke-width:.8;vector-effect:non-scaling-stroke}
|
|
.outer-edge{stroke:rgba(220,229,234,.72);stroke-width:1.8;vector-effect:non-scaling-stroke}
|
|
.gate-hit{fill:transparent;cursor:crosshair;pointer-events:all}.board-input-surface{fill:transparent;cursor:crosshair;pointer-events:fill}.board-svg{cursor:crosshair;pointer-events:none}
|
|
.gate-hit:focus-visible,.endpoint-hit:focus-visible{fill:rgba(255,255,255,.16);stroke:#fff;stroke-width:3;vector-effect:non-scaling-stroke}
|
|
.num{font-size:30px;font-weight:900;fill:#fff;text-anchor:middle;dominant-baseline:central;paint-order:stroke;stroke:#171a1d;stroke-width:5px;stroke-linejoin:round;pointer-events:none}
|
|
.num.bad{fill:#d8a6ab}
|
|
.num.turn-warning{fill:#d9c08e}
|
|
.num.multiple-warning{fill:#d8a6ab}
|
|
.num.on-line{fill:var(--number-line-color,#fff)}
|
|
.number-turn-warning{opacity:0;pointer-events:none}
|
|
.number-turn-warning.show{opacity:1}
|
|
.number-warning-frame{fill:none;stroke:#ffe28a;stroke-width:2.5;vector-effect:non-scaling-stroke}
|
|
.number-warning-caption{fill:#fff1a8;stroke:#15100a;stroke-width:3px;paint-order:stroke fill;font-size:8.4px;font-weight:950;letter-spacing:.03em;text-anchor:middle;dominant-baseline:central}
|
|
.number-turn-warning.multiple .number-warning-frame{stroke:#ff8fa0}
|
|
.number-turn-warning.multiple .number-warning-caption{fill:#ffd5dc;font-size:7.1px}
|
|
.board-svg text,.tutorial-board text,svg text{font-family:var(--dot-font)}
|
|
.path{fill:none;stroke-width:var(--line-width,8);stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke;pointer-events:none}
|
|
#world{--aurora-rgb:95 216 255}
|
|
.path.line-effect-aurora,.gate-marker.line-effect-aurora,.gate-connect-pulse.line-effect-aurora,.endpoint-halo.line-effect-aurora{stroke:rgb(var(--aurora-rgb,95 216 255))!important;color:rgb(var(--aurora-rgb,95 216 255));transition:stroke 2s linear,color 2s linear}
|
|
.gate-dot.line-effect-aurora,.gate-knob.line-effect-aurora,.endpoint-knob.line-effect-aurora{fill:rgb(var(--aurora-rgb,95 216 255))!important;transition:fill 2s linear}
|
|
.path.invalid{stroke:#cfa2a7!important;stroke-dasharray:3 8;opacity:.58}
|
|
.board-card.solved .path{opacity:.9}
|
|
.endpoint-knob{stroke:#101214;stroke-width:2.8;vector-effect:non-scaling-stroke;pointer-events:none}
|
|
.endpoint-halo{fill:none;stroke:rgba(255,255,255,.9);stroke-width:1.5;vector-effect:non-scaling-stroke;pointer-events:none}
|
|
.endpoint-knob.number-match,.endpoint-halo.number-match{transform-box:fill-box;transform-origin:center;animation:numberMatchKnob .36s ease-out both}
|
|
.number-match-pulse{fill:none;stroke:#f5ee9d;stroke-width:2;vector-effect:non-scaling-stroke;pointer-events:none;transform-box:fill-box;transform-origin:center;animation:numberMatchPulse .42s ease-out both}
|
|
.number-match-orbit{opacity:0;pointer-events:none;transition:opacity .14s ease}
|
|
.number-match-orbit.show{opacity:1}
|
|
.number-match-orbit-ring,.number-match-orbit-holes{fill:none;vector-effect:non-scaling-stroke}
|
|
.number-match-orbit-ring{stroke:#fff7a8;stroke-width:3.4}
|
|
.number-match-orbit-holes{stroke:#111416;stroke-width:3.4;stroke-linecap:round;stroke-dasharray:1.2 5.35;transform-box:fill-box;transform-origin:center;animation:numberMatchOrbit 1.15s linear infinite}
|
|
@keyframes numberMatchKnob{0%{transform:scale(1)}35%{transform:scale(1.65)}100%{transform:scale(1.3)}}
|
|
@keyframes numberMatchPulse{0%{opacity:.85;transform:scale(.6)}100%{opacity:0;transform:scale(2.15)}}
|
|
@keyframes numberMatchOrbit{to{transform:rotate(360deg)}}
|
|
.endpoint-hit{fill:transparent;cursor:grab;pointer-events:all}
|
|
.endpoint-cursor-image,.endpoint-cursor-emoji{pointer-events:none}
|
|
.endpoint-cursor-emoji{font-family:var(--emoji-font)!important;font-size:8.6px;text-anchor:middle;dominant-baseline:central}
|
|
.turn-badge{fill:#111416;stroke:rgba(255,255,255,.5);stroke-width:1;vector-effect:non-scaling-stroke;pointer-events:none}
|
|
.turn-count{fill:#fff;font-family:var(--dot-font);font-size:16px;font-weight:900;font-variant-ligatures:none;letter-spacing:0;text-anchor:middle;dominant-baseline:central;pointer-events:none}
|
|
.gate-marker{fill:none;stroke:#f4f5f5;stroke-width:2.6;stroke-linecap:square;stroke-linejoin:miter;vector-effect:non-scaling-stroke;pointer-events:none}
|
|
.gate-marker.sealed{stroke:#7d878e;stroke-width:2.2}
|
|
.gate-dot{opacity:.9;pointer-events:none}
|
|
.gate-knob{opacity:0;transform-box:fill-box;transform-origin:center;stroke:#101214;stroke-width:2.8;vector-effect:non-scaling-stroke;pointer-events:none;transition:opacity .08s ease,transform .08s ease;transform:scale(.45)}
|
|
.gate-knob.show{opacity:1;transform:scale(1)}
|
|
.gate-dot.frontier{stroke:var(--region);stroke-width:7;opacity:.92}
|
|
.gate-dot.sealed{stroke:#4c555a;stroke-width:3;opacity:.76}
|
|
.gate-dot.frontier{animation:frontierPulse 1.8s ease-in-out infinite}
|
|
.shared-gate-hidden{opacity:0!important;pointer-events:none!important}
|
|
.solver-badge{position:absolute;z-index:18;left:50%;top:50%;display:grid;gap:2px;min-width:118px;padding:9px 13px;transform:translate(-50%,-42%) scale(.92);opacity:0;border:1px solid color-mix(in srgb,var(--region) 68%,white);border-radius:2px;background:rgba(10,13,15,.94);box-shadow:0 10px 28px rgba(0,0,0,.34);text-align:center;pointer-events:none;transition:opacity .18s ease,transform .18s ease}
|
|
.solver-badge span{color:#aeb8be;font-size:8px;font-weight:800;letter-spacing:.18em}
|
|
.solver-badge strong{color:#fff;font-size:13px;letter-spacing:.12em}
|
|
.board-card.solved:hover .solver-badge,.board-card.solved:focus .solver-badge,.board-card.solved:focus-within .solver-badge{opacity:1;transform:translate(-50%,-50%) scale(1)}
|
|
.board-card.solved:focus-visible{outline:none}
|
|
.line-store{
|
|
position:absolute;z-index:22;display:grid;grid-template-rows:1fr auto;place-items:center;width:52px;height:48px;
|
|
padding:5px 5px 4px;border:1px solid color-mix(in srgb,var(--region) 58%,#d9f06f);border-radius:9px;
|
|
background:linear-gradient(145deg,rgba(31,45,52,.98),rgba(13,19,23,.98));
|
|
box-shadow:0 8px 20px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.08),0 0 0 2px rgba(95,216,255,.06);
|
|
transform:translate(-50%,-50%);cursor:pointer;pointer-events:auto;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease
|
|
}
|
|
.line-store[hidden]{display:none}
|
|
.line-store .shop-shell{position:relative;display:block;width:30px;height:24px;border:1.5px solid #d9f06f;border-radius:5px;background:linear-gradient(180deg,#263940,#152026);box-shadow:inset 0 1px rgba(255,255,255,.08)}
|
|
.line-store .shop-shell::before{content:"";position:absolute;left:4px;right:4px;top:4px;height:5px;border-radius:2px;background:linear-gradient(90deg,#5fd8ff,#a98cff)}
|
|
.line-store .shop-shell::after{content:"";position:absolute;left:3px;right:3px;top:11px;border-top:1px solid rgba(217,240,111,.65)}
|
|
.line-store .shop-shell i{position:absolute;left:6px;bottom:3px;width:6px;height:6px;border:1px solid #5fd8ff;border-radius:1px;background:rgba(95,216,255,.14)}
|
|
.line-store .shop-shell b{position:absolute;right:6px;bottom:0;width:7px;height:9px;border:1px solid #d9f06f;border-bottom:0;border-radius:2px 2px 0 0;background:#1c292e}
|
|
.line-store small{font-size:6px;font-weight:950;letter-spacing:.18em;color:#dfeaec}
|
|
.line-store:hover,.line-store:focus-visible{transform:translate(-50%,-50%) scale(1.06);border-color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.5),0 0 0 3px rgba(95,216,255,.15)}
|
|
#toast{position:absolute;z-index:60;left:50%;bottom:calc(18px + var(--safe-bottom));max-width:min(92vw,720px);transform:translate(-50%,18px);opacity:0;padding:8px 10px;border-radius:2px;background:rgba(10,12,14,.92);border:1px solid rgba(255,255,255,.12);font-size:15px;pointer-events:none;transition:.2s ease;text-align:center}
|
|
#toast.show{opacity:1;transform:translate(-50%,0)}
|
|
#statusPanel{
|
|
position:absolute;z-index:70;left:calc(14px + var(--safe-left));right:calc(14px + var(--safe-right));
|
|
top:calc(var(--bar-height) + var(--safe-top) + 12px);max-width:760px;margin:auto;
|
|
padding:14px;border:1px solid rgba(255,110,122,.5);border-radius:2px;
|
|
background:rgba(28,31,34,.97);box-shadow:0 16px 50px rgba(0,0,0,.5)
|
|
}
|
|
#statusPanel[hidden]{display:none}
|
|
#statusPanel p{margin:0 0 10px;line-height:1.45;user-select:text;-webkit-user-select:text}
|
|
.status-actions{display:flex;gap:8px;flex-wrap:wrap}
|
|
.completion-burst{position:absolute;z-index:30;left:50%;top:50%;transform:translate(-50%,-50%);padding:10px 16px;border:1px solid #c26cff;border-radius:2px;background:rgba(10,12,14,.9);color:#edc8ff;font-weight:950;font-size:14px;letter-spacing:.08em;white-space:nowrap;pointer-events:none;animation:burst 1.8s ease-out forwards;box-shadow:0 0 34px rgba(174,79,255,.8)}
|
|
.gem-particle{position:fixed;z-index:290;display:block;width:28px;height:28px;margin:-14px 0 0 -14px;pointer-events:none;will-change:transform,opacity}
|
|
.gem-particle::before{content:"";position:absolute;inset:1px;transform:rotate(45deg);border:1px solid #f3c9ff;border-radius:2px 5px 2px 5px;background:linear-gradient(135deg,#f0b9ff 0 22%,#a747ed 24% 63%,#5d168f 65% 100%);box-shadow:0 0 10px #e3a0ff,0 0 24px rgba(142,52,214,.82)}
|
|
@keyframes gemWalletPulse{50%{transform:scale(1.12);opacity:1}}
|
|
.board-card.completing .path{animation:pathPulse 1.35s ease-out 1}
|
|
.board-card.revealing{animation:revealBoard .85s cubic-bezier(.2,.8,.2,1) both}
|
|
body.loading #viewport{opacity:.48}
|
|
body.loading #app::after{content:attr(data-loading-text);position:absolute;z-index:100;left:50%;top:50%;transform:translate(-50%,-50%);padding:12px 17px;border-radius:2px;background:#121416;border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:900;letter-spacing:.16em}
|
|
body.archive-busy #viewport,body.archive-busy #minimap,body.archive-busy #topbar .toolbar{pointer-events:none}
|
|
body.archive-busy #viewport,body.archive-busy #minimap{opacity:.58}
|
|
@keyframes revealBoard{from{opacity:0;transform:scale(.84)}to{opacity:1;transform:scale(1)}}
|
|
@keyframes pathPulse{50%{opacity:1}}
|
|
@keyframes burst{0%{opacity:0;transform:translate(-50%,-40%) scale(.7)}20%{opacity:1;transform:translate(-50%,-50%) scale(1.08)}75%{opacity:1}100%{opacity:0;transform:translate(-50%,-85%) scale(.96)}}
|
|
@keyframes frontierPulse{50%{stroke-width:13;opacity:.45}}
|
|
#modal,#storeModal,#inventoryModal,#timeAttackModal,#settingsModal{position:absolute;z-index:80;inset:0;display:none;place-items:center;background:rgba(0,0,0,.62);padding:calc(20px + var(--safe-top)) calc(20px + var(--safe-right)) calc(20px + var(--safe-bottom)) calc(20px + var(--safe-left))}
|
|
#modal.show,#storeModal.show,#inventoryModal.show,#timeAttackModal.show{display:grid}
|
|
.panel{width:min(720px,100%);max-height:calc(100dvh - 28px - var(--safe-top) - var(--safe-bottom));overflow-y:auto;overscroll-behavior:contain;background:#1d2124;border:1px solid rgba(255,255,255,.1);border-radius:2px;padding:16px;box-shadow:0 24px 80px rgba(0,0,0,.45)}
|
|
.panel h2{margin:0 0 8px;font-size:24px;line-height:1.4}
|
|
.panel p{color:#c4c9cd;line-height:1.6;font-size:16px}
|
|
.panel code{color:#e9f5a8}
|
|
.tutorial-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
|
|
.tutorial-card{min-width:0;padding:9px;border:1px solid rgba(255,255,255,.09);border-radius:2px;background:#181b1e}
|
|
.tutorial-card h3{margin:6px 0 1px;font-size:16px;letter-spacing:.06em}
|
|
.tutorial-card p{margin:0;color:#aeb6bb;font-size:14px;line-height:1.5}
|
|
.tutorial-demo{position:relative;height:86px;overflow:hidden;border-radius:0;background:linear-gradient(145deg,#22282b,#15191b);border:1px solid rgba(255,255,255,.06)}
|
|
.tutorial-demo svg{position:absolute;inset:7px;width:calc(100% - 14px);height:calc(100% - 14px);overflow:visible}
|
|
.tutorial-board .tutorial-cell{stroke:rgba(198,210,218,.42)}
|
|
.tutorial-board .outer-edge{stroke:#dfe6e9;stroke-width:2.2}
|
|
.tutorial-gate-marker{stroke-width:2}
|
|
.tutorial-path{stroke-dasharray:1;stroke-dashoffset:1}
|
|
.tutorial-draw-path{animation:tutorialGridDraw 3.2s ease-in-out infinite}
|
|
.tutorial-bend-path{animation:tutorialGridDraw 3.4s .2s ease-in-out infinite}
|
|
.tutorial-number-pulse{transform-box:fill-box;transform-origin:center;animation:tutorialGridNumber 3.4s ease-in-out infinite}
|
|
.tutorial-fill-path{animation:tutorialFill 4s ease-in-out infinite}
|
|
.tutorial-fill-1{animation-delay:0s}
|
|
.tutorial-fill-2{animation-delay:.32s}
|
|
.tutorial-fill-3{animation-delay:.64s}
|
|
.tutorial-shop-path{stroke-dashoffset:0;opacity:.88}
|
|
.tutorial-shop-marker{transform-box:fill-box;transform-origin:center;animation:tutorialGridShop 3s ease-in-out infinite}
|
|
.tutorial-shop-building{fill:#18201b;stroke:#d9f06f;stroke-width:2}
|
|
.tutorial-shop-gem{fill:#eafa9d;font-size:15px;text-anchor:middle;dominant-baseline:central}
|
|
.tutorial-shop-label{fill:#fff;font-size:5px;font-weight:950;letter-spacing:.08em;text-anchor:middle}
|
|
.tutorial-shop-score{fill:#d9f06f;font-size:8px;font-weight:950;opacity:0;animation:tutorialGridScore 3s ease-out infinite}
|
|
.control-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
|
|
.control-chips span{padding:9px 12px;border-radius:2px;background:#292e31;color:#d5dadd;font-size:13px;line-height:1.35;font-weight:850;letter-spacing:.035em}
|
|
.store-panel{width:min(900px,100%)}
|
|
.store-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border-bottom:1px solid rgba(126,213,224,.22);padding-bottom:14px}
|
|
.store-heading small{color:#d9f06f;font-size:9px;font-weight:950;letter-spacing:.2em}
|
|
.store-heading h2{margin:4px 0 0}
|
|
.store-wallet{display:inline-flex;align-items:baseline;gap:5px;white-space:nowrap;flex:0 0 auto;padding:9px 12px;border:1px solid rgba(194,108,255,.4);border-radius:2px;background:#2b2131;color:#d5b4e5;font-size:10px;font-weight:850;letter-spacing:.08em}
|
|
.store-wallet b{display:inline;margin-top:0;color:#edc8ff;font-size:18px;font-variant-numeric:tabular-nums}
|
|
#storeMeta{margin:12px 0;color:#9ea8ad;font-size:11px;line-height:1.5}
|
|
.store-inventory{display:flex;flex-direction:column;gap:16px}
|
|
.store-section{display:flex;flex-direction:column;gap:8px}
|
|
.store-section-title{margin:0;padding:0 0 7px;border-bottom:1px solid rgba(255,255,255,.09);color:#d9f06f;font-size:11px;font-weight:950;letter-spacing:.16em}.store-section-brief{margin:0!important;color:#8f9aa0!important;font-size:10px!important;line-height:1.45!important}
|
|
.store-section-list{display:grid;gap:6px}.store-item-list{grid-template-columns:minmax(0,1fr)}
|
|
.store-compact-list{grid-template-columns:repeat(6,minmax(86px,1fr))}
|
|
.store-item{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.09);border-radius:2px;background:#181c1e}
|
|
.store-item.store-compact{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto;justify-items:stretch;gap:5px;padding:6px}
|
|
.store-item.store-compact .store-item-icon{justify-self:center;width:52px;height:48px;font-size:31px}
|
|
.store-item.store-compact .store-buy{grid-column:auto;min-width:0;width:100%;min-height:32px;padding:3px 2px;font-size:11px;line-height:1.15}
|
|
.store-item.purchased{border-color:rgba(217,240,111,.28);background:#1c211c}
|
|
.store-item-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:2px;background:#272d29;color:#d9f06f;font-size:25px}
|
|
.store-item-copy h4{margin:0 0 2px;font-size:13px;letter-spacing:.07em}
|
|
.store-item-copy strong{color:#d9f06f;font-size:10px}
|
|
.store-item-copy p{margin:3px 0 0;color:#929ca2;font-size:10px;line-height:1.4}
|
|
.store-buy{min-width:142px;min-height:42px;padding:7px 11px;border:1px solid rgba(217,240,111,.34);border-radius:2px;background:#30392d;color:#eef8c8;font-size:10px;font-weight:900;cursor:pointer}
|
|
.store-buy:hover:not(:disabled){background:#3a4734}
|
|
.store-buy:disabled{border-color:rgba(255,255,255,.09);background:#24282a;color:#747d82;cursor:not-allowed}
|
|
.inventory-panel{width:min(650px,100%)}
|
|
.inventory-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid rgba(126,213,224,.22)}
|
|
.inventory-heading small{color:#d9f06f;font-size:9px;font-weight:950;letter-spacing:.2em}.inventory-heading h2{margin:4px 0 0}
|
|
.inventory-heading>strong{padding:8px 10px;border:1px solid rgba(217,240,111,.25);background:#252b23;color:#d9f06f;font-size:9px;letter-spacing:.08em}
|
|
#inventoryTarget{margin:12px 0;color:#aeb6bb;font-size:10px;font-weight:900;letter-spacing:.08em}
|
|
.inventory-list{display:grid;gap:12px}
|
|
.inventory-section{display:grid;gap:6px}.inventory-section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0;padding:8px 10px;border:1px solid rgba(255,255,255,.09);background:#202528;color:#d9f06f;font-size:15px;font-weight:950;letter-spacing:.12em;cursor:pointer;list-style:none}.inventory-section-title::-webkit-details-marker{display:none}.inventory-section-title::before{content:'▾';font-size:12px;transition:transform .16s ease}.inventory-section:not([open]) .inventory-section-title::before{transform:rotate(-90deg)}.inventory-section-title span{margin-left:auto;min-width:28px;padding:2px 7px;border:1px solid rgba(217,240,111,.22);color:#dfe8b7;font-size:10px;text-align:center}.inventory-section[open]>.inventory-item-list,.inventory-section[open]>.inventory-cursor-grid{margin-top:2px}
|
|
.inventory-section[open]>.inventory-item-list,.inventory-section[open]>.inventory-cursor-grid{content-visibility:auto;contain-intrinsic-size:auto 420px}.inventory-item,.inventory-cursor-option{content-visibility:auto;contain-intrinsic-size:auto 52px}
|
|
.inventory-item-list{display:grid;gap:6px}
|
|
.inventory-cursor-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(54px,1fr));gap:6px}
|
|
.inventory-cursor-option{display:grid;place-items:center;aspect-ratio:1;min-width:0;padding:3px;border:1px solid rgba(255,255,255,.1);border-radius:2px;background:#272d29;font-size:29px;cursor:pointer}
|
|
.inventory-cursor-option:hover{background:#32393c}.inventory-cursor-option.selected{border-color:#d9f06f;background:#35402f;box-shadow:inset 0 0 0 2px rgba(217,240,111,.18)}
|
|
.inventory-item{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:11px;border:1px solid rgba(255,255,255,.09);background:#181c1e}
|
|
.inventory-item.empty{display:block;color:#7f898f;text-align:center;font-size:10px;letter-spacing:.09em}
|
|
.inventory-item-icon{display:grid;place-items:center;width:40px;height:40px;background:#272d29;color:#d9f06f;font-size:22px}
|
|
.inventory-item h3{margin:0;font-size:12px;letter-spacing:.06em}.inventory-item p{margin:3px 0 0;color:#899399;font-size:9px;line-height:1.4}
|
|
.inventory-use{min-width:116px;min-height:39px;border:1px solid rgba(217,240,111,.34);background:#30392d;color:#eef8c8;font-size:9px;font-weight:950;cursor:pointer}
|
|
.inventory-use:hover:not(:disabled){background:#3a4734}.inventory-use.selected{border-color:#67efff;background:#153944;color:#bff9ff;box-shadow:inset 0 0 0 2px rgba(103,239,255,.17),0 0 12px rgba(103,239,255,.2)}.inventory-use:disabled{border-color:rgba(255,255,255,.08);background:#24282a;color:#737c81}
|
|
.time-attack-panel{width:min(760px,100%);padding:18px!important}
|
|
.time-attack-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:11px;border-bottom:1px solid rgba(126,213,224,.28)}
|
|
.time-attack-heading small{color:#d9f06f;font-size:12px;font-weight:950;letter-spacing:.16em}
|
|
.time-attack-heading h2{margin:2px 0 0;font-size:30px;line-height:1.12}
|
|
.time-attack-heading>strong{padding:8px 11px;border:1px solid rgba(217,240,111,.32);background:#252b23;color:#eafa9d;font-size:13px;letter-spacing:.06em;white-space:nowrap}
|
|
.time-attack-intro{margin:11px 0 9px!important;color:#d6dde0!important;font-size:15px!important;line-height:1.45!important}
|
|
.time-attack-kicker{margin:11px 0 7px!important;color:#b7c1c6!important;font-size:13px!important;font-weight:950;letter-spacing:.1em}
|
|
.time-attack-durations{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
|
|
.time-attack-durations button{display:grid;grid-template-columns:auto 1fr;grid-template-areas:'value course' 'value status';align-items:center;column-gap:12px;min-height:82px;padding:10px 13px;border:1px solid rgba(255,255,255,.16);border-radius:2px;background:#252a2d;color:#fff;cursor:pointer;text-align:left}
|
|
.time-attack-durations button:hover,.time-attack-durations button:focus-visible{border-color:#d9f06f;background:#30382d}
|
|
.time-attack-durations button:disabled{opacity:.55;cursor:not-allowed}
|
|
.duration-value{grid-area:value;display:flex;align-items:flex-end;gap:3px;color:#eafa9d}.duration-value b{font-size:39px;line-height:.9}.duration-value small{font-size:15px;font-weight:950;line-height:1}
|
|
.time-attack-durations button>strong{grid-area:course;font-size:16px;letter-spacing:.08em;color:#f4f7f8}
|
|
.duration-status{grid-area:status;color:#b8c2c7;font-size:12px;font-style:normal;font-weight:850;letter-spacing:.04em}
|
|
.time-attack-rules{display:grid;grid-template-columns:minmax(150px,.8fr) minmax(0,2.2fr);align-items:center;gap:10px;margin-top:10px;padding:9px 11px;border:1px solid rgba(194,108,255,.42);background:linear-gradient(135deg,rgba(93,22,143,.24),rgba(43,33,49,.82))}
|
|
.time-attack-rules>div b{display:block;color:#edc8ff;font-size:15px}.time-attack-rules>div span{display:block;margin-top:3px;color:#d5b4e5;font-size:12px;line-height:1.35}
|
|
.time-attack-ladder{display:grid;grid-template-columns:repeat(5,1fr);gap:4px}
|
|
.time-attack-ladder span{display:grid;gap:1px;padding:6px 4px;border:1px solid rgba(255,255,255,.08);background:#202527;text-align:center}
|
|
.time-attack-ladder small{color:#9ca7ad;font-size:9px}.time-attack-ladder b{color:#fff;font-size:13px}.time-attack-ladder strong{color:#e1b4ff;font-size:13px}
|
|
.time-attack-clock{margin:13px 0 9px;padding:13px;border:1px solid rgba(217,240,111,.4);background:repeating-linear-gradient(90deg,rgba(217,240,111,.025) 0 9px,transparent 9px 18px),#171b18;color:#f3ffbc;text-align:center;font-size:58px;font-weight:950;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:.08em}
|
|
.time-attack-clock.urgent{border-color:rgba(255,110,122,.65);color:#ff9ca5;animation:timeAttackUrgent .5s steps(2,end) infinite}
|
|
.time-attack-stats,.time-attack-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
|
|
.time-attack-stats span,.time-attack-result-grid span{padding:10px 11px;border:1px solid rgba(255,255,255,.1);background:#191d1f;color:#aeb8bd;font-size:12px;font-weight:900;letter-spacing:.04em}
|
|
.time-attack-stats b,.time-attack-result-grid b{display:block;margin-top:3px;color:#f4f6f7;font-size:21px;font-variant-numeric:tabular-nums}
|
|
.time-attack-stats span:nth-child(2) b,.time-attack-result-grid span:last-child b{color:#d9f06f}
|
|
#timeAttackShareText{min-height:96px;margin:8px 0 0;padding:11px 13px;border:1px dashed rgba(217,240,111,.28);background:#141719;color:#d2dadd;white-space:pre-wrap;user-select:text;-webkit-user-select:text;font:13px/1.6 var(--dot-font)}
|
|
.modal-actions{position:sticky;bottom:-22px;margin:10px -22px -22px;padding:12px 22px 18px;background:linear-gradient(transparent,#1d2124 24%)}
|
|
.entry-mode-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
|
|
.entry-mode-actions .pill{display:grid;gap:3px;min-height:54px;padding:8px 10px;text-align:left}
|
|
.entry-mode-actions .pill b{font-size:16px;letter-spacing:.06em}
|
|
.entry-mode-actions .pill span{color:#aeb6bb;font-size:11px;font-weight:700}
|
|
.entry-mode-actions .primary-mode{border-color:rgba(114,227,143,.42);background:#26352d}
|
|
.entry-mode-actions .time-mode{border-color:rgba(95,216,255,.42);background:#24323a}
|
|
#modal.entry-choice .panel{border-color:rgba(255,255,255,.22)}
|
|
.panel .close{width:100%}
|
|
.time-attack-actions{display:flex;gap:8px}.time-attack-actions .pill{flex:1;width:auto}
|
|
|
|
#timeAttackCountdownOverlay{position:fixed;z-index:420;inset:0;display:grid;place-items:center;pointer-events:none;background:transparent}
|
|
#timeAttackCountdownOverlay[hidden]{display:none}
|
|
#timeAttackCountdownOverlay.start-sequence{pointer-events:auto;background:rgba(5,7,9,.58)}
|
|
#timeAttackCountdownOverlay span{display:grid;place-items:center;min-width:1.5em;color:#fff;font-weight:950;font-variant-numeric:tabular-nums;line-height:1;text-align:center;text-shadow:0 7px 30px rgba(0,0,0,.72)}
|
|
#timeAttackCountdownOverlay.start-sequence span{font-size:clamp(120px,28vw,330px);color:#f3ffbc;animation:timeAttackCountdownStart .78s ease-out both}
|
|
#timeAttackCountdownOverlay.start-sequence.is-start span{font-size:clamp(74px,18vw,220px);letter-spacing:.04em;color:#eafa9d}
|
|
#timeAttackCountdownOverlay.final-sequence span{padding:.08em .2em;border-radius:12px;background:rgba(10,12,14,.34);color:#ffb2ba;font-size:clamp(74px,14vw,170px);animation:timeAttackCountdownFinal .5s ease-out both}
|
|
@keyframes timeAttackCountdownStart{0%{opacity:0;transform:scale(.62)}30%{opacity:1;transform:scale(1.08)}100%{opacity:.84;transform:scale(.94)}}
|
|
@keyframes timeAttackCountdownFinal{0%{opacity:0;transform:scale(.78)}28%{opacity:1;transform:scale(1.08)}100%{opacity:0;transform:scale(.96)}}
|
|
@keyframes timeAttackTick{50%{opacity:.45}}
|
|
@keyframes timeAttackUrgent{to{background-color:#28191c}}
|
|
@keyframes timeAttackStartEmphasis{0%,100%{transform:scale(1.18)}50%{transform:scale(1.3)}}
|
|
@keyframes numberTurnPulse{to{fill:#ff865f}}
|
|
@keyframes numberWarningFrame{to{opacity:.48}}
|
|
@keyframes tutorialGridDraw{0%,12%{stroke-dashoffset:1;opacity:.5}58%,82%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-1;opacity:.25}}
|
|
@keyframes tutorialGridNumber{0%,30%,100%{transform:scale(.85);fill:#fff}48%,76%{transform:scale(1.16);fill:#72e38f}}
|
|
@keyframes tutorialFill{0%,10%{stroke-dashoffset:1;opacity:.2}48%,82%{stroke-dashoffset:0;opacity:1}100%{stroke-dashoffset:-1;opacity:.18}}
|
|
@keyframes tutorialGridShop{0%,18%,100%{transform:scale(.72);opacity:.45}42%,78%{transform:scale(1.08);opacity:1}}
|
|
@keyframes tutorialGridScore{0%,35%,100%{opacity:0;transform:translateY(7px)}48%,75%{opacity:1;transform:translateY(0)}}
|
|
@media(max-width:700px){
|
|
:root{--bar-height:108px}
|
|
#topbar{align-content:center;align-items:center;flex-wrap:wrap;gap:4px 9px;padding-bottom:6px}
|
|
.room-back-link{min-height:30px;padding-inline:6px;font-size:9px}
|
|
.brand{font-size:13px}
|
|
.brand small,.stat.area{display:none}
|
|
.spacer{display:none}
|
|
.toolbar{order:10;width:100%;justify-content:space-between;gap:6px}
|
|
.toolbar .pill{flex:1;min-width:0;height:44px;padding:0 4px;font-size:10px}
|
|
.toolbar .help{flex:0 0 44px}
|
|
#saveStatus{top:calc(var(--safe-top) + var(--bar-height) + 6px)}
|
|
#statusPanel{top:calc(var(--bar-height) + var(--safe-top) + 8px)}
|
|
#minimap{width:164px;padding:6px;right:calc(7px + var(--safe-right));bottom:calc(7px + var(--safe-bottom))}
|
|
#minimapCanvas{height:96px}
|
|
.minimap-head{font-size:8px}.minimap-legend{gap:5px;font-size:6px}.minimap-legend span::before{margin-right:2px}
|
|
.panel{padding:18px}
|
|
.store-item{grid-template-columns:40px minmax(0,1fr)}
|
|
.store-item-icon{width:38px;height:38px}
|
|
.store-buy{grid-column:1/-1;width:100%}
|
|
.inventory-item{grid-template-columns:38px minmax(0,1fr)}
|
|
.inventory-item-icon{width:36px;height:36px}.inventory-use{grid-column:1/-1;width:100%}
|
|
.time-attack-panel{padding:12px!important}.time-attack-heading h2{font-size:25px}.time-attack-heading>strong{font-size:11px}
|
|
.time-attack-intro{font-size:13px!important}.time-attack-durations{grid-template-columns:1fr}.time-attack-durations button{min-height:68px}.duration-value b{font-size:33px}
|
|
.time-attack-rules{grid-template-columns:1fr}.time-attack-ladder{grid-template-columns:repeat(5,1fr)}.time-attack-ladder span{padding:5px 2px}
|
|
.time-attack-clock{font-size:44px}.time-attack-stats,.time-attack-result-grid{grid-template-columns:repeat(2,1fr)}
|
|
.modal-actions{bottom:-18px;margin:10px -18px -18px;padding:12px 18px 16px}
|
|
}
|
|
@media(max-width:360px){
|
|
.toolbar .pill{min-width:0;font-size:9px}
|
|
}
|
|
|
|
|
|
@media (max-width:560px){.entry-mode-actions{grid-template-columns:1fr}}
|
|
|
|
/* v41 gate UI */
|
|
:root{--bar-height:50px}
|
|
#topbar{gap:6px;padding:var(--safe-top) calc(4px + var(--safe-right)) 0 calc(4px + var(--safe-left))}
|
|
.brand{font-size:17px}.brand small{font-size:11px;margin-left:4px}
|
|
.stat{font-size:16px}.toolbar{gap:4px}
|
|
.pill{min-width:34px;min-height:34px;padding:0 5px;font-size:12px;gap:4px}
|
|
#saveStatus{min-height:32px;padding:0 6px;font-size:11px}
|
|
.board-label{padding:1px 3px;font-size:13px;letter-spacing:.035em}
|
|
.minimap-head{font-size:11px;margin-bottom:3px}.minimap-legend{font-size:8px;margin-top:3px;gap:6px}
|
|
#minimap{padding:5px}
|
|
.panel{padding:10px}.panel h2{margin:0 0 6px;font-size:24px}.panel p{font-size:15px;line-height:1.35}
|
|
.tutorial-grid{gap:6px}.tutorial-card{padding:5px}.tutorial-card h3{margin:4px 0 1px;font-size:17px}.tutorial-card p{font-size:14px;line-height:1.3}
|
|
.control-chips{gap:6px;margin-top:8px}.control-chips span{padding:8px 10px;font-size:13px}
|
|
.modal-actions{margin:6px -10px -10px;padding:8px 10px 10px}.entry-mode-actions .pill{min-height:42px;padding:5px 8px}.entry-mode-actions .pill b{font-size:16px}
|
|
.store-item,.inventory-item{padding:7px}.store-heading,.inventory-heading,.time-attack-heading{padding-bottom:7px}
|
|
#storeMeta,#inventoryTarget{margin:7px 0}.store-buy,.inventory-use{min-height:34px;padding:4px 7px}
|
|
#toast{padding:5px 7px;font-size:16px}
|
|
#statusPanel{padding:8px}#statusPanel p{margin:0 0 6px;font-size:15px}.status-actions{gap:4px}
|
|
@media(max-width:700px){
|
|
:root{--bar-height:48px}
|
|
#topbar{gap:3px 5px;padding-bottom:3px}
|
|
.brand{font-size:15px}.brand small{font-size:9px}.stat{font-size:14px}
|
|
.toolbar .pill{height:38px;min-height:38px;padding:0 3px;font-size:11px}
|
|
.panel{padding:8px}.panel h2{font-size:21px}.tutorial-card h3{font-size:15px}.tutorial-card p{font-size:13px}
|
|
.modal-actions{margin:6px -8px -8px;padding:7px 8px 9px}
|
|
}
|
|
/* Completed gate endpoints remain visible on every board so they can be reopened directly. */
|
|
.gate-knob.connected{stroke-width:2.4}
|
|
|
|
|
|
/* Low-resolution background noise stays cheaper than board rendering. */
|
|
#noiseCanvas{position:absolute;inset:0;z-index:0;width:100%;height:100%;opacity:.06;pointer-events:none;image-rendering:pixelated;transition:opacity .18s ease}
|
|
#world{z-index:2}
|
|
.board-actions{display:inline-flex;gap:4px;margin-left:7px;vertical-align:middle;pointer-events:auto}
|
|
.board-actions[hidden],.board-card.solved .board-actions{display:none}
|
|
.board-action{min-height:25px;padding:2px 7px;border:1px solid rgba(255,255,255,.22);background:rgba(18,29,34,.94);color:#f1f6f7;font:11px/1 var(--dot-font);cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.28)}
|
|
.board-action:hover{background:#27404a}.board-action:disabled{opacity:.36;cursor:default}
|
|
.gate-connect-pulse{fill:none;stroke-width:3.2;vector-effect:non-scaling-stroke;pointer-events:none;animation:gateConnectPulse .68s cubic-bezier(.12,.75,.2,1) forwards}
|
|
@keyframes gateConnectPulse{0%{opacity:1;r:7}100%{opacity:0;r:28}}
|
|
.board-card.gate-connected .outer-edge{stroke:var(--region);stroke-width:2}
|
|
.completion-flash{position:absolute;z-index:26;inset:20px;pointer-events:none;background:radial-gradient(circle,rgba(255,255,255,.34),color-mix(in srgb,var(--region) 28%,transparent) 38%,transparent 72%);animation:completionFlash 1.55s ease-out forwards}
|
|
@keyframes completionFlash{0%{opacity:0;transform:scale(.72)}25%{opacity:1}100%{opacity:0;transform:scale(1.12)}}
|
|
.completion-burst{border:0!important;background:rgba(10,12,14,.78)!important;box-shadow:0 0 34px var(--region)!important}
|
|
.board-svg:focus-visible{outline:none}
|
|
.board-actions{position:static}
|
|
.obstacle-cell{
|
|
fill:#090b0d;
|
|
stroke:#5d6670;
|
|
stroke-width:1.4;
|
|
vector-effect:non-scaling-stroke;
|
|
background:repeating-linear-gradient(135deg,#0a0d0f 0 8px,#1a1f23 8px 12px)
|
|
}
|
|
.obstacle-cell+*{pointer-events:none}
|
|
.obstacle-cross{stroke:#838d96;stroke-width:2.2;vector-effect:non-scaling-stroke;opacity:.8;pointer-events:none}
|
|
|
|
/* v47 */
|
|
.endpoint-hit{cursor:grab}
|
|
.endpoint-hit:active{cursor:grabbing}
|
|
.board-card.has-unfilled-warning .board-label{border-color:#bda98b;color:#e4d8c2}
|
|
@keyframes unfilledCellPulse{to{fill:#7b2835!important}}
|
|
|
|
/* Special cells */
|
|
.special-cell-layer{pointer-events:none}
|
|
.special-cell{opacity:.92;transition:opacity .16s ease}
|
|
.special-cell-frame{fill:rgba(11,14,17,.42);stroke:rgba(255,255,255,.72);stroke-width:1.5;vector-effect:non-scaling-stroke}
|
|
.special-symbol-line{stroke:#fff;stroke-width:3.2;stroke-linecap:round;vector-effect:non-scaling-stroke}
|
|
.special-symbol-core{fill:#171a1d;stroke:#fff;stroke-width:1.5;vector-effect:non-scaling-stroke}
|
|
.special-cross .special-cell-frame{fill:rgba(255,174,74,.16);stroke:#ffb55a}
|
|
.special-cross.activated{opacity:1}
|
|
.special-cross.activated .special-cell-frame{fill:rgba(91,226,142,.22);stroke:#79efa5}
|
|
.special-cross.activated .special-symbol-line{stroke:#9affba}
|
|
.special-warp .special-cell-frame{fill:rgba(132,102,255,.18);stroke:#a997ff}
|
|
.warp-ring{fill:none;stroke:#b8aaff;stroke-width:2.8;stroke-dasharray:4 3;vector-effect:non-scaling-stroke}
|
|
.warp-core{fill:#7d67e8;stroke:#e7e1ff;stroke-width:1.4;vector-effect:non-scaling-stroke}
|
|
.special-warp.activated{opacity:1}
|
|
.special-key .special-cell-frame{fill:rgba(255,210,75,.18);stroke:#ffd45f}
|
|
.key-ring{fill:none;stroke:#ffe28a;stroke-width:3.2;vector-effect:non-scaling-stroke}.key-shaft,.key-tooth{stroke:#ffe28a;stroke-width:3.4;stroke-linecap:round;vector-effect:non-scaling-stroke}
|
|
.special-key.activated{opacity:1}
|
|
.special-key.activated .special-cell-frame{fill:rgba(255,215,75,.3);stroke:#fff0a8}
|
|
.special-door .special-cell-frame{fill:rgba(92,158,220,.16);stroke:#78b9ef}
|
|
.door-panel{fill:#36556d;stroke:#b8ddff;stroke-width:1.5;vector-effect:non-scaling-stroke}
|
|
.door-knob{fill:#fff2a2}
|
|
.special-door.unlocked{opacity:1}
|
|
.special-door.unlocked .special-cell-frame{fill:rgba(86,211,137,.2);stroke:#78eca5}
|
|
.special-door.unlocked .door-panel{fill:#397151;stroke:#b4ffd0}
|
|
|
|
|
|
/* v47 interaction and tooltip fixes */
|
|
#specialTooltip{position:fixed;z-index:120;max-width:min(320px,calc(100vw - 20px));padding:7px 9px;border:1px solid rgba(255,255,255,.34);border-left:3px solid var(--accent);background:rgba(12,15,18,.97);color:#f5f7f8;box-shadow:0 8px 24px rgba(0,0,0,.48);font:12px/1.45 var(--dot-font);letter-spacing:.035em;pointer-events:none;white-space:normal}
|
|
#specialTooltip[hidden]{display:none}
|
|
.board-svg:focus,.board-card:focus{outline:none}
|
|
|
|
/* v47.5 interaction polish */
|
|
.board-label>.board-actions{display:inline-flex}
|
|
.board-label .board-action{min-height:21px;padding:2px 6px;font-size:9px}
|
|
.gate-knob.show{min-width:0}
|
|
|
|
|
|
/* v47.10 zoom, score lens, and crossing-state presentation */
|
|
.score-lens-badge{position:absolute;z-index:31;left:50%;top:50%;min-width:86px;padding:5px 8px;transform:translate(-50%,-50%) scale(var(--inverse-camera-scale,1));transform-origin:center;border:1px solid rgba(236,250,168,.9);border-left:3px solid #d9f06f;background:rgba(12,16,14,.94);color:#f5ffbd;box-shadow:0 5px 18px rgba(0,0,0,.42),0 0 12px rgba(217,240,111,.28);font:11px/1.1 var(--dot-font);font-weight:950;letter-spacing:.06em;text-align:center;pointer-events:none;white-space:nowrap}
|
|
.score-lens-badge[hidden]{display:none}
|
|
.overview-layer{display:none;pointer-events:none}
|
|
.overview-fill{fill:#41494e;stroke:rgba(216,228,235,.34);stroke-width:1.4;vector-effect:non-scaling-stroke}
|
|
.board-card.solved .overview-fill{fill:#79d4a0;stroke:#365c46}
|
|
.world-overview .board-card{pointer-events:none}
|
|
.world-overview .board-card .board-label,.world-overview .board-card .solver-badge,.world-overview .board-card .line-store,.world-overview .board-card .static-layer,.world-overview .board-card .special-cell-layer,.world-overview .board-card .connector-layer,.world-overview .board-card .path-layer,.world-overview .board-card .number-layer,.world-overview .board-card .gate-layer{display:none!important}
|
|
.world-overview .board-card .overview-layer,.world-overview .board-card.solved .overview-layer{display:block!important}
|
|
.world-overview .score-lens-badge{font-size:10px}
|
|
|
|
/* v47.13 interaction/reward pass */
|
|
.sr-data{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}
|
|
#timeAttackSuggestion{position:fixed;z-index:91;right:calc(18px + var(--safe-right));top:calc(66px + var(--safe-top));display:flex;align-items:center;gap:10px;max-width:min(520px,calc(100vw - 28px));padding:10px 12px;border:1px solid rgba(217,240,111,.62);border-radius:8px;background:rgba(14,20,22,.96);box-shadow:0 10px 34px rgba(0,0,0,.42);color:#eef4f5}
|
|
#timeAttackSuggestion[hidden]{display:none}#timeAttackSuggestion>div{display:grid;gap:2px}#timeAttackSuggestion b{color:#d9f06f;font-size:10px;letter-spacing:.12em}#timeAttackSuggestion span{font-size:11px;font-weight:800}#timeAttackSuggestion .quiet{min-width:30px;padding-inline:8px;opacity:.72}
|
|
.cell-confirm-flash{fill:rgba(255,255,255,.56);pointer-events:none}
|
|
@keyframes cellConfirmFlash{0%{fill:rgba(255,255,255,.45)}100%{fill:transparent}}
|
|
body[data-cursor-style="drop-cyan"] #viewport,body[data-cursor-style="drop-cyan"] .board-svg,body[data-cursor-style="drop-cyan"] .gate-hit,body[data-cursor-style="drop-cyan"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='28'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='4'%20y1='4'%20x2='24'%20y2='24'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%2379f2df'%2F%3E%3Cstop%20offset='1'%20stop-color='%234aa7ff'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx='14'%20cy='14'%20r='8.5'%20fill='url(%23g)'%20stroke='white'%20stroke-width='1.5'%2F%3E%3Ccircle%20cx='14'%20cy='14'%20r='2'%20fill='%23101417'%2F%3E%3C%2Fsvg%3E") 14 14,crosshair}
|
|
body[data-cursor-style="drop-rose"] #viewport,body[data-cursor-style="drop-rose"] .board-svg,body[data-cursor-style="drop-rose"] .gate-hit,body[data-cursor-style="drop-rose"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='28'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='4'%20y1='4'%20x2='24'%20y2='24'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23ffb0c9'%2F%3E%3Cstop%20offset='1'%20stop-color='%23ff5f7f'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Ccircle%20cx='14'%20cy='14'%20r='8.5'%20fill='url(%23g)'%20stroke='white'%20stroke-width='1.5'%2F%3E%3Ccircle%20cx='14'%20cy='14'%20r='2'%20fill='%23101417'%2F%3E%3C%2Fsvg%3E") 14 14,crosshair}
|
|
body[data-cursor-style="ring"] #viewport,body[data-cursor-style="ring"] .board-svg,body[data-cursor-style="ring"] .gate-hit,body[data-cursor-style="ring"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='28'%3E%3Ccircle%20cx='14'%20cy='14'%20r='8.5'%20fill='none'%20stroke='white'%20stroke-width='2'%2F%3E%3Ccircle%20cx='14'%20cy='14'%20r='2.2'%20fill='%23d9f06f'%2F%3E%3C%2Fsvg%3E") 14 14,crosshair}
|
|
body[data-cursor-style="comet"] #viewport,body[data-cursor-style="comet"] .board-svg,body[data-cursor-style="comet"] .gate-hit,body[data-cursor-style="comet"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='28'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='4'%20y1='24'%20x2='22'%20y2='6'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%236b7cff'%20stop-opacity='.15'%2F%3E%3Cstop%20offset='1'%20stop-color='%23a98cff'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d='M5%2023L21%207'%20stroke='url(%23g)'%20stroke-width='4'%20stroke-linecap='round'%2F%3E%3Ccircle%20cx='21'%20cy='7'%20r='3.2'%20fill='white'%20stroke='%237c6cff'%20stroke-width='1.4'%2F%3E%3C%2Fsvg%3E") 21 7,crosshair}
|
|
|
|
|
|
/* v47.14 radius items, expanded cursor catalog, and item debug mode */
|
|
.debug-items-toggle{display:flex;align-items:center;gap:10px;margin:10px 0 4px;padding:9px 11px;border:1px solid rgba(95,216,255,.22);background:#151b1e;cursor:pointer}
|
|
.debug-items-toggle input{width:18px;height:18px;accent-color:#d9f06f}.debug-items-toggle span{display:flex;align-items:baseline;gap:9px}.debug-items-toggle b{color:#d9f06f;font-size:10px;letter-spacing:.14em}.debug-items-toggle small{color:#96a2a8;font-size:9px;font-weight:800}
|
|
body[data-debug-items="on"] .debug-items-toggle{border-color:rgba(217,240,111,.55);box-shadow:0 0 18px rgba(217,240,111,.08)}
|
|
.inventory-item.debug-available{border-color:rgba(95,216,255,.2)}
|
|
body[data-cursor-style="cross-lime"] #viewport,body[data-cursor-style="cross-lime"] .board-svg,body[data-cursor-style="cross-lime"] .board-input-surface,body[data-cursor-style="cross-lime"] .gate-hit,body[data-cursor-style="cross-lime"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='29'%20height='29'%3E%3Cpath%20d='M14.5%204v6M14.5%2019v6M4%2014.5h6M19%2014.5h6'%20stroke='%23d9f06f'%20stroke-width='1.8'%20stroke-linecap='round'%2F%3E%3Ccircle%20cx='14.5'%20cy='14.5'%20r='3.1'%20fill='%2311161a'%20stroke='white'%20stroke-width='1.4'%2F%3E%3C%2Fsvg%3E") 14 14,crosshair}
|
|
body[data-cursor-style="prism"] #viewport,body[data-cursor-style="prism"] .board-svg,body[data-cursor-style="prism"] .board-input-surface,body[data-cursor-style="prism"] .gate-hit,body[data-cursor-style="prism"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='30'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='6'%20y1='25'%20x2='19'%20y2='4'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%235fd8ff'%20stop-opacity='.35'%2F%3E%3Cstop%20offset='1'%20stop-color='%23ffffff'%20stop-opacity='.95'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d='M7%2025L14%204l8%2017-8-3z'%20fill='url(%23g)'%20stroke='white'%20stroke-width='1.4'%20stroke-linejoin='round'%2F%3E%3C%2Fsvg%3E") 14 4,crosshair}
|
|
body[data-cursor-style="star-gold"] #viewport,body[data-cursor-style="star-gold"] .board-svg,body[data-cursor-style="star-gold"] .board-input-surface,body[data-cursor-style="star-gold"] .gate-hit,body[data-cursor-style="star-gold"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='28'%3E%3Cpath%20d='M14%204v5M14%2019v5M4%2014h5M19%2014h5'%20stroke='%23ffd45f'%20stroke-width='2'%20stroke-linecap='round'%2F%3E%3Ccircle%20cx='14'%20cy='14'%20r='4.2'%20fill='%23ffd45f'%20stroke='white'%20stroke-width='1.3'%2F%3E%3Ccircle%20cx='14'%20cy='14'%20r='1.5'%20fill='%2317191b'%2F%3E%3C%2Fsvg%3E") 14 14,crosshair}
|
|
body[data-cursor-style="diamond-violet"] #viewport,body[data-cursor-style="diamond-violet"] .board-svg,body[data-cursor-style="diamond-violet"] .board-input-surface,body[data-cursor-style="diamond-violet"] .gate-hit,body[data-cursor-style="diamond-violet"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='28'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='5'%20y1='5'%20x2='23'%20y2='23'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23d7c9ff'%2F%3E%3Cstop%20offset='1'%20stop-color='%237f64e8'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d='M14%204l10%2010-10%2010L4%2014z'%20fill='url(%23g)'%20stroke='white'%20stroke-width='1.4'%2F%3E%3Ccircle%20cx='14'%20cy='14'%20r='1.7'%20fill='%2317191b'%2F%3E%3C%2Fsvg%3E") 14 14,crosshair}
|
|
body[data-cursor-style="orbit-blue"] #viewport,body[data-cursor-style="orbit-blue"] .board-svg,body[data-cursor-style="orbit-blue"] .board-input-surface,body[data-cursor-style="orbit-blue"] .gate-hit,body[data-cursor-style="orbit-blue"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='30'%20height='30'%3E%3Cellipse%20cx='15'%20cy='15'%20rx='11'%20ry='6.5'%20fill='none'%20stroke='%2372c8ff'%20stroke-width='1.8'%20transform='rotate(-28%2015%2015)'%2F%3E%3Ccircle%20cx='15'%20cy='15'%20r='3.2'%20fill='white'%20stroke='%234d82ff'%20stroke-width='1.4'%2F%3E%3C%2Fsvg%3E") 15 15,crosshair}
|
|
body[data-cursor-style="needle"] #viewport,body[data-cursor-style="needle"] .board-svg,body[data-cursor-style="needle"] .board-input-surface,body[data-cursor-style="needle"] .gate-hit,body[data-cursor-style="needle"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='30'%3E%3Cpath%20d='M5%204l15%2012-7%201-4%208z'%20fill='white'%20stroke='%2315191c'%20stroke-width='1.5'%20stroke-linejoin='round'%2F%3E%3Ccircle%20cx='5'%20cy='4'%20r='1.7'%20fill='%23d9f06f'%2F%3E%3C%2Fsvg%3E") 5 4,crosshair}
|
|
body[data-cursor-style="pixel-mint"] #viewport,body[data-cursor-style="pixel-mint"] .board-svg,body[data-cursor-style="pixel-mint"] .board-input-surface,body[data-cursor-style="pixel-mint"] .gate-hit,body[data-cursor-style="pixel-mint"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='26'%20height='26'%3E%3Crect%20x='6'%20y='6'%20width='14'%20height='14'%20rx='4'%20fill='%2372e3b4'%20stroke='white'%20stroke-width='1.5'%2F%3E%3Ccircle%20cx='13'%20cy='13'%20r='2'%20fill='%23112018'%2F%3E%3C%2Fsvg%3E") 13 13,crosshair}
|
|
body[data-cursor-style="flame-orange"] #viewport,body[data-cursor-style="flame-orange"] .board-svg,body[data-cursor-style="flame-orange"] .board-input-surface,body[data-cursor-style="flame-orange"] .gate-hit,body[data-cursor-style="flame-orange"] .endpoint-hit{cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='28'%20height='30'%3E%3Cdefs%3E%3ClinearGradient%20id='g'%20x1='8'%20y1='24'%20x2='18'%20y2='5'%20gradientUnits='userSpaceOnUse'%3E%3Cstop%20stop-color='%23ff9d55'%2F%3E%3Cstop%20offset='1'%20stop-color='%23ffe36c'%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20d='M7%2025L14%205l7%2016-7-3z'%20fill='url(%23g)'%20stroke='white'%20stroke-width='1.4'%20stroke-linejoin='round'%2F%3E%3C%2Fsvg%3E") 14 5,crosshair}
|
|
|
|
/* Emoji cursors replace the earlier geometric catalog while retaining saved style IDs. */
|
|
body[data-cursor-style="drop-cyan"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F642%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="drop-rose"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F604%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="ring"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F609%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="comet"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F60E%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="cross-lime"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F929%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="prism"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F60B%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="star-gold"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F7E1%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="diamond-violet"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x2B50%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="orbit-blue"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F315%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="needle"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x2600%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="pixel-mint"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F7E8%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
body[data-cursor-style="flame-orange"] :is(#viewport,.board-svg,.board-input-surface,.gate-hit,.endpoint-hit){cursor:url("data:image/svg+xml,%3Csvg%20xmlns='http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width='32'%20height='32'%3E%3Ctext%20x='2'%20y='27'%20font-size='26'%3E%26%23x1F536%3B%3C/text%3E%3C/svg%3E") 16 16,auto}
|
|
/* v47.36 uses a single route-free viewport canvas for distant world rendering. */
|
|
|
|
/* Nearby LOD keeps only board silhouettes and solved/partial route summaries. */
|
|
|
|
|
|
.drag-live-tail{pointer-events:none}
|
|
.drag-tip-group{pointer-events:none;will-change:transform;transform-origin:0 0}
|
|
body.lightweight-rendering .path{filter:none!important;mix-blend-mode:normal!important}
|
|
body.lightweight-rendering .path[class*="line-effect-"]{animation:none!important;stroke-dasharray:none!important}
|
|
.line-color-swatch{color:transparent!important;background:radial-gradient(circle at 35% 30%,#fff 0 8%,var(--item-color) 18% 62%,color-mix(in srgb,var(--item-color),#000 35%) 100%)!important;border:1px solid color-mix(in srgb,var(--item-color),#fff 35%)!important;box-shadow:0 0 12px color-mix(in srgb,var(--item-color),transparent 35%)}
|
|
@media (prefers-reduced-motion:reduce){.path[class*="line-effect-"]{animation:none!important}}
|
|
|
|
/* Performance modes keep input and camera movement ahead of decoration. */
|
|
.drag-layer{pointer-events:none}
|
|
.claim-preview-layer{pointer-events:none}
|
|
.claim-pending-preview{opacity:.96}
|
|
.claim-pending-halo{fill:rgba(255,255,255,.08);stroke:rgba(255,255,255,.92);stroke-width:2;vector-effect:non-scaling-stroke}
|
|
.claim-pending-knob{fill:#f4d45f;stroke:#15191d;stroke-width:1.5;vector-effect:non-scaling-stroke}
|
|
.gate-knob.drag-target{opacity:1;transform:scale(1)}
|
|
body.reduced-effects #noiseCanvas,body.effects-paused #noiseCanvas{opacity:.045;transition:none}
|
|
#topbar.drawing-active .brand,
|
|
#topbar.drawing-active .stat:not(.score),
|
|
#topbar.drawing-active .toolbar>*:not(:focus-within),
|
|
#topbar.drawing-active #saveStatus:not(:focus){opacity:.28}
|
|
#topbar.drawing-active :focus,
|
|
#topbar.drawing-active :focus-within{opacity:1}
|
|
#topbar .brand,#topbar .stat,#topbar .toolbar>*,#saveStatus{transition:opacity .14s ease}
|
|
.board-card.input-active .path-layer,
|
|
.board-card.input-active .gate-layer,
|
|
.board-card.input-active .drag-layer{opacity:1;filter:none}
|
|
.board-card.input-active .gate-dot.frontier,
|
|
.board-card.input-active .num.turn-warning,
|
|
.board-card.input-active .number-turn-warning.show,
|
|
.board-card.input-active .unfilled-warning-cells,
|
|
body.reduced-effects .gate-dot.frontier,
|
|
body.reduced-effects .num.turn-warning,
|
|
body.reduced-effects .number-turn-warning.show,
|
|
body.reduced-effects .unfilled-warning-cells{animation-play-state:paused!important;filter:none!important}
|
|
@media(prefers-reduced-motion:reduce){
|
|
#topbar .brand,#topbar .stat,#topbar .toolbar>*,#saveStatus{transition:none}
|
|
}
|
|
.board-card.input-active .special-cell,
|
|
body.reduced-effects .special-cell,
|
|
body.reduced-effects .overview-fill{filter:none!important}
|
|
body.effects-paused *{animation-play-state:paused!important}
|
|
|
|
/* Compact spacing with larger, locally bundled Japanese dot text. */
|
|
#topbar{gap:4px;padding:var(--safe-top) calc(3px + var(--safe-right)) 0 calc(3px + var(--safe-left))}
|
|
.brand{font-size:18px}.brand small{font-size:12px}.stat{font-size:17px}.toolbar{gap:3px}.pill{padding:0 3px;font-size:14px;gap:3px}
|
|
.board-label{padding:1px 2px;font-size:15px}.num{font-size:30px}.number-warning-caption{font-size:8.4px}.number-turn-warning.multiple .number-warning-caption{font-size:7.1px}
|
|
.turn-count{font-size:18px}.line-store small{font-size:8px}.solver-badge{gap:1px;padding:6px 8px}.solver-badge span{font-size:10px}.solver-badge strong{font-size:15px}
|
|
#modal,#storeModal,#inventoryModal,#timeAttackModal,#settingsModal{padding:calc(8px + var(--safe-top)) calc(8px + var(--safe-right)) calc(8px + var(--safe-bottom)) calc(8px + var(--safe-left))}
|
|
.panel{padding:8px}.panel h2{font-size:25px}.panel p{font-size:16px}
|
|
.store-heading,.inventory-heading,.time-attack-heading{padding-bottom:6px}.store-heading small,.inventory-heading small,.time-attack-heading small{font-size:11px}
|
|
.store-wallet{padding:5px 7px;font-size:12px}.store-wallet b{font-size:20px}#storeMeta,#inventoryTarget{margin:5px 0;font-size:13px}
|
|
.store-inventory{gap:10px}.store-section{gap:5px}.store-section-title{padding-bottom:4px;font-size:15px}.store-item{gap:7px;padding:6px}
|
|
.store-item-copy h4{font-size:16px}.store-item-copy strong{font-size:12px}.store-item-copy p{font-size:12px}.store-buy{min-height:34px;padding:4px 6px;font-size:13px}
|
|
.store-item.store-compact .store-buy{font-size:12px}.inventory-list{gap:9px}.inventory-item{gap:7px;padding:6px}.inventory-item h3{font-size:15px}.inventory-item p{font-size:12px}.inventory-use{min-height:34px;font-size:12px}
|
|
.inventory-heading>strong{padding:5px 7px;font-size:11px}.inventory-cursor-option{font-size:30px}
|
|
.minimap-head{font-size:12px}.minimap-legend{font-size:9px}.minimap-controls button{font-size:9px}.modal-actions{margin:5px -8px -8px;padding:7px 8px 9px}
|
|
|
|
@media(max-width:700px){
|
|
.store-compact-list{grid-template-columns:repeat(4,minmax(66px,1fr))}
|
|
.store-item.store-compact .store-buy{grid-column:auto}
|
|
}
|
|
@media(max-width:420px){
|
|
.store-compact-list{grid-template-columns:repeat(3,minmax(62px,1fr))}
|
|
}
|
|
|
|
/* Shared-world phase 1: compact clear notifications above the minimap. */
|
|
.clear-feed{display:grid;gap:3px;margin:-1px 0 5px;pointer-events:none}
|
|
.clear-feed:empty{display:none}
|
|
.clear-feed-item{padding:4px 6px;border:1px solid rgba(217,240,111,.28);background:rgba(10,14,16,.92);box-shadow:0 2px 10px rgba(0,0,0,.28);color:#dce5e8;font:8px/1.35 var(--dot-font);font-weight:800;letter-spacing:.02em;animation:clear-feed-in .18s ease-out both}
|
|
.clear-feed-item b{color:#fff}.clear-feed-item span{color:#d9f06f}
|
|
.clear-feed-item.is-leaving{animation:clear-feed-out .35s ease-in both}
|
|
@keyframes clear-feed-in{from{opacity:0;transform:translateY(5px) scale(.98)}to{opacity:1;transform:none}}
|
|
@keyframes clear-feed-out{to{opacity:0;transform:translateY(-4px)}}
|
|
@media (max-width:640px){.clear-feed-item{font-size:7px;padding:3px 5px}}
|
|
|
|
|
|
/* Shared-world phase 2: transient presence and board claims. */
|
|
#presenceCanvas{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:25}
|
|
.board-claim-badge{position:absolute;z-index:31;left:50%;top:8px;transform:translateX(-50%);max-width:calc(100% - 24px);padding:4px 7px;border:1px solid rgba(255,205,105,.65);background:rgba(19,16,12,.94);color:#ffe2a0;font:10px/1.2 var(--dot-font);font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;pointer-events:none;box-shadow:0 3px 12px rgba(0,0,0,.36)}
|
|
.board-claim-badge[hidden]{display:none}
|
|
.board-card.claimed-other:not(.solved) .gate-hit,.board-card.claimed-other:not(.solved) .endpoint-hit{cursor:not-allowed}
|
|
.board-card.claimed-other:not(.solved) .static-layer,.board-card.claimed-other:not(.solved) .special-cell-layer,.board-card.claimed-other:not(.solved) .number-layer,.board-card.claimed-other:not(.solved) .gate-layer{opacity:.68}
|
|
.board-card.claimed-other:not(.solved)::after{content:"";position:absolute;inset:var(--claim-inset,26px);z-index:29;border:2px dashed rgba(255,205,105,.5);background:rgba(28,20,8,.08);pointer-events:none}
|
|
.board-label.claimed-own{border-color:#f4ffad;box-shadow:0 5px 18px rgba(0,0,0,.58),0 0 0 2px rgba(8,11,13,.92),0 0 0 4px rgba(217,240,111,.35),0 0 18px rgba(217,240,111,.4)}
|
|
@media(max-width:640px){.board-claim-badge{font-size:8px;padding:3px 5px}}
|
|
|
|
|
|
/* Shared-world complete: ephemeral reactions behind boards. */
|
|
#reactionCanvas{position:absolute;inset:0;width:100%;height:100%;display:block;pointer-events:none;z-index:2}
|
|
#reactionRadial{position:fixed;z-index:230;width:132px;height:132px;transform:translate(-50%,-50%);pointer-events:none}
|
|
#reactionRadial[hidden]{display:none}
|
|
#reactionRadial button{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:42px;height:42px;margin:-21px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(16,20,22,.94);font-size:24px;line-height:1;pointer-events:auto;transform:translate(var(--rx),var(--ry));transition:transform .1s ease,background .1s ease,border-color .1s ease}
|
|
#reactionRadial button:hover,#reactionRadial button.selected{background:rgba(217,240,111,.24);border-color:#d9f06f;transform:translate(var(--rx),var(--ry)) scale(1.14)}
|
|
body.reaction-selecting #viewport{cursor:none!important}
|
|
|
|
/* v47.71 HUD, input, cursor, and time-attack refinements */
|
|
.shared-indicator{position:fixed;z-index:46;left:calc(6px + var(--safe-left));bottom:calc(16px + var(--safe-bottom));display:inline-flex;align-items:center;gap:3px;width:31px;height:7px;color:rgba(200,210,214,.58);font-size:6px;line-height:1;font-weight:800;letter-spacing:.04em;white-space:nowrap;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.72)}
|
|
.shared-indicator i{display:block;flex:0 0 4px;width:4px;height:4px;border-radius:50%;background:#849097;box-shadow:0 0 3px rgba(132,144,151,.5)}
|
|
.shared-indicator[data-state="online"] i{background:#d9f06f;box-shadow:0 0 4px rgba(217,240,111,.72)}
|
|
.shared-indicator[data-state="syncing"] i,.shared-indicator[data-state="connecting"] i{background:#ffd46f;box-shadow:0 0 4px rgba(255,212,111,.68)}
|
|
.shared-indicator[data-state="offline"] i{background:#ff7c88;box-shadow:0 0 4px rgba(255,124,136,.7)}
|
|
.fps-stat{position:fixed;z-index:46;left:calc(6px + var(--safe-left));bottom:calc(5px + var(--safe-bottom));min-width:0;padding:0;border:0;background:none;box-shadow:none;color:rgba(200,210,214,.48);font-size:8px;line-height:1;font-variant-numeric:tabular-nums;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.72)}
|
|
.fps-stat b{color:inherit;letter-spacing:.02em;font-weight:700}
|
|
.unfilled-warning-cells{fill:#3b3430;stroke:#bda98b;stroke-width:1.4;vector-effect:non-scaling-stroke;pointer-events:none}
|
|
.board-input-surface{outline:none}
|
|
.board-card.input-active .unfilled-warning-cells,body.reduced-effects .unfilled-warning-cells{filter:none!important}
|
|
|
|
#fpsCounter[data-fps=idle]{color:#aab4b9}#fpsCounter[data-fps=good]{color:#d9f06f}#fpsCounter[data-fps=ok]{color:#ffd46f}#fpsCounter[data-fps=low]{color:#ff7c88}
|
|
|
|
/* v47.72 ownership, player identity, and subtle diagnostics */
|
|
.pill.player-name{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-inline:8px;font-size:11px;color:#edf2f3}
|
|
.pill.player-name::before{content:'●';color:#d9f06f;font-size:8px}
|
|
.endpoint-hit{clip-rule:nonzero}
|
|
|
|
/* Settings, board HUD, and shared map presentation. */
|
|
#settingsModal{position:fixed;z-index:200;inset:0;display:grid;place-items:center;padding:calc(14px + var(--safe-top)) calc(14px + var(--safe-right)) calc(14px + var(--safe-bottom)) calc(14px + var(--safe-left));background:rgba(5,7,9,.72)}
|
|
#settingsModal[aria-hidden="true"]{display:none}
|
|
.settings-panel{width:min(480px,100%)}
|
|
.settings-heading{display:flex;align-items:flex-end;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid rgba(255,255,255,.13)}
|
|
.settings-heading small{color:#8fa0a8;font-size:10px;letter-spacing:.18em}.settings-heading h2{margin:1px 0 0}
|
|
.settings-field{display:grid;gap:6px;margin:14px 0}.settings-field>span{color:#dce5e8;font-size:13px;font-weight:900}.settings-field input{width:100%;min-height:42px;padding:7px 10px;border:1px solid rgba(255,255,255,.24);border-radius:2px;background:#101518;color:#fff;font-size:17px;user-select:text;-webkit-user-select:text}
|
|
.settings-toggle{display:flex;align-items:center;gap:10px;margin:8px 0;padding:10px;border:1px solid rgba(255,255,255,.14);background:#161b1e;cursor:pointer}.settings-toggle input{width:20px;height:20px;accent-color:#d9f06f}.settings-toggle span{display:grid;gap:2px}.settings-toggle b{font-size:15px}.settings-toggle small{color:#9da8ae;font-size:11px;line-height:1.45}
|
|
.pill.settings{font-size:16px}
|
|
|
|
.solver-badge{width:calc(100% - 20px);min-width:0;max-width:520px;padding-inline:14px}
|
|
.solver-badge strong{display:block;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;overflow-wrap:normal;letter-spacing:.04em}
|
|
.board-label[data-side="N"],.board-label[data-side="S"]{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}
|
|
.board-label[data-side="N"]>b,.board-label[data-side="S"]>b{white-space:nowrap}
|
|
|
|
body.lightweight-rendering #noiseCanvas{display:none}
|
|
body.lightweight-rendering #viewport::after{opacity:.28}
|
|
body.lightweight-rendering .completion-flash,body.lightweight-rendering .completion-burst,body.lightweight-rendering .gem-particle{filter:none!important;box-shadow:none!important}
|
|
body.lightweight-rendering .number-match-orbit,body.lightweight-rendering .gate-connect-pulse{display:none!important}
|
|
body.lightweight-rendering .board-label,body.lightweight-rendering .solver-badge,body.lightweight-rendering #minimap{box-shadow:none!important}
|
|
body.lightweight-rendering *{transition-duration:0s!important}
|
|
|
|
/* Minimap and distant overview intentionally use solid, borderless cells. */
|
|
#minimapCanvas{image-rendering:auto}
|
|
|
|
/* Interaction performance: keep moving layers compositor-only. */
|
|
#world{backface-visibility:hidden;transform-style:flat}
|
|
.board-card{isolation:auto}
|
|
.board-svg{contain:layout style paint;backface-visibility:hidden}
|
|
#presenceCanvas,#reactionCanvas{transform-origin:0 0;will-change:transform;contain:strict}
|
|
.board-card.input-active .number-match-orbit-holes,
|
|
.board-card.input-active .number-match-pulse,
|
|
.board-card.input-active .cell-confirm-flash{animation:none!important}
|
|
.board-card.input-active .gate-knob,
|
|
.board-card.input-active .solver-badge,
|
|
.board-card.input-active .line-store{transition:none!important}
|
|
body.lightweight-rendering .board-label,
|
|
body.lightweight-rendering .solver-badge,
|
|
body.lightweight-rendering .claim-badge,
|
|
body.lightweight-rendering .line-store,
|
|
body.lightweight-rendering .score-lens-badge{box-shadow:none!important;text-shadow:none!important}
|
|
|
|
/* v47.79: fixed active-board HUD and settings actions. */
|
|
#boardHudLayer .board-label{max-width:calc(100% - 16px);align-items:center;gap:8px;min-height:32px;padding:4px 7px;font-size:14px;line-height:1.15;overflow:visible;contain:layout style;pointer-events:auto}
|
|
#boardHudLayer .board-label>b{flex:0 0 auto}
|
|
#boardHudLayer .board-actions{flex:0 0 auto}
|
|
.settings-actions{justify-content:flex-end}.settings-actions #resetSettings{margin-right:4px}
|
|
|
|
|
|
/* v47.83: aligned settings actions and cyber-pop stores. */
|
|
|
|
.settings-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
|
|
.settings-actions .pill{flex:1 1 0;width:auto;margin:0!important}
|
|
|
|
.line-store{width:62px;height:58px;padding:5px 5px 4px;border:1px solid rgba(92,242,255,.86);border-radius:4px;background:linear-gradient(145deg,rgba(26,15,45,.98),rgba(8,30,43,.98));box-shadow:0 10px 26px rgba(0,0,0,.5),0 0 0 2px rgba(255,62,190,.2),0 0 18px rgba(50,226,255,.28);clip-path:polygon(8px 0,100% 0,100% calc(100% - 8px),calc(100% - 8px) 100%,0 100%,0 8px)}
|
|
.line-store .shop-shell{position:relative;display:block;width:40px;height:31px;border:1.5px solid #60f2ff;border-radius:2px;background:linear-gradient(135deg,#35164c 0 44%,#102f45 45% 100%);box-shadow:inset 0 0 0 2px rgba(255,255,255,.06),0 0 10px rgba(89,239,255,.38);clip-path:polygon(6px 0,100% 0,100% 25px,34px 31px,0 31px,0 6px)}
|
|
.line-store .shop-shell::before{content:"";position:absolute;left:3px;right:3px;top:4px;height:7px;border-radius:0;background:repeating-linear-gradient(90deg,#ff45c5 0 6px,#ffe75f 6px 11px,#5ff3ff 11px 17px);box-shadow:0 0 7px rgba(255,69,197,.6)}
|
|
.line-store .shop-shell::after{content:"";position:absolute;left:4px;right:4px;top:14px;border-top:1px solid rgba(95,243,255,.76);box-shadow:0 4px 0 rgba(255,69,197,.42)}
|
|
.line-store .shop-shell i{position:absolute;left:6px;bottom:4px;width:9px;height:8px;border:1px solid #ff54ce;border-radius:0;background:rgba(255,84,206,.18);box-shadow:0 0 5px rgba(255,84,206,.55)}
|
|
.line-store .shop-shell b{position:absolute;right:7px;bottom:0;width:9px;height:12px;border:1px solid #ffe96b;border-bottom:0;border-radius:1px 1px 0 0;background:#172636}
|
|
.line-store .shop-shell em{position:absolute;left:18px;bottom:5px;width:5px;height:5px;border-radius:50%;background:#65f5ff;box-shadow:0 0 8px #65f5ff}
|
|
.line-store small{font-size:6px;font-weight:950;letter-spacing:.11em;color:#f7f8ff;text-shadow:0 0 6px #ff4dcc}
|
|
.line-store:hover,.line-store:focus-visible{transform:translate(-50%,-50%) scale(1.08);border-color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.56),0 0 0 3px rgba(255,67,197,.25),0 0 24px rgba(73,237,255,.52)}
|
|
.minimap-legend .shop::before{width:7px;height:7px;background:linear-gradient(135deg,#ff45c5 0 50%,#5ff3ff 50%);box-shadow:0 0 4px rgba(95,243,255,.7)}
|
|
|
|
.special-internal-gate .special-cell-frame{fill:rgba(61,20,83,.28);stroke:#ef63ff;stroke-dasharray:3 3}
|
|
.internal-gate-bracket{fill:none;stroke:#61f3ff;stroke-width:2.4;stroke-linecap:square;vector-effect:non-scaling-stroke}
|
|
.gate-marker.internal{stroke:#ff6ed7;stroke-width:2.8}
|
|
.gate-dot.internal{stroke:#5ff3ff;stroke-width:2.5;filter:drop-shadow(0 0 4px rgba(95,243,255,.75))}
|
|
|
|
.purchase-item-fly{position:fixed;z-index:420;display:grid;place-items:center;width:48px;height:48px;border:1px solid rgba(255,255,255,.78);border-radius:8px;background:linear-gradient(145deg,rgba(38,45,41,.98),rgba(13,18,21,.98));box-shadow:0 0 0 3px rgba(95,216,255,.16),0 0 24px rgba(95,216,255,.72),0 12px 38px rgba(0,0,0,.62);color:#d9f06f;font-size:27px;pointer-events:none;will-change:transform,opacity}
|
|
.purchase-item-fly.line-color-swatch::before{content:"";width:28px;height:7px;border-radius:999px;background:var(--item-color);box-shadow:0 0 11px var(--item-color)}
|
|
.purchase-item-fly .item-flag-image{max-width:34px;max-height:25px}
|
|
.inventory-button.purchase-arrival{animation:inventoryPurchaseArrival .4s cubic-bezier(.15,.8,.2,1)}
|
|
@keyframes inventoryPurchaseArrival{0%{transform:scale(1)}36%{transform:scale(1.15);box-shadow:0 0 0 4px rgba(217,240,111,.18),0 0 28px rgba(95,216,255,.74)}100%{transform:scale(1)}}
|
|
|
|
.line-color-swatch.aurora-swatch{background:conic-gradient(from 25deg,#64f4ff,#a47bff,#ff70cf,#ffd86a,#72f2a3,#64f4ff)!important;border-color:rgba(255,255,255,.72)!important;box-shadow:0 0 16px rgba(112,228,255,.55),0 0 22px rgba(255,112,207,.28)!important}
|
|
|
|
.pill.time-attack.active.final-countdown{transform:scale(1.12);font-size:1.08em;box-shadow:inset 0 -2px #d9f06f,0 0 0 3px rgba(217,240,111,.24),0 8px 28px rgba(0,0,0,.38);animation:timeAttackFinalTimerPulse 1s ease-in-out infinite}
|
|
@keyframes timeAttackFinalTimerPulse{0%,100%{transform:scale(1.1)}50%{transform:scale(1.18)}}
|