*{margin:0;padding:0;box-sizing:border-box}body{font-family:Hiragino Kaku Gothic ProN,Noto Sans JP,sans-serif;background:#1a1a2e;color:#eee;overflow:hidden;height:100vh}#app{height:100vh;display:flex;flex-direction:column}.header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:#16213e;border-bottom:2px solid #0f3460;flex-shrink:0}.header h1{font-size:18px;font-weight:600}.header-stats{display:flex;gap:20px;font-size:14px}.header-stats span{color:#a8b2d1}.header-stats .value{color:#64ffda;font-weight:700}.select-screen{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;padding:20px}.select-screen h2{font-size:28px;color:#64ffda}.select-screen p{color:#a8b2d1;font-size:14px}.prefecture-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:8px;max-width:800px;width:100%;max-height:60vh;overflow-y:auto}.prefecture-btn{background:#16213e;border:1px solid #0f3460;color:#ccd6f6;padding:10px 8px;border-radius:6px;cursor:pointer;font-size:13px;transition:all .15s;text-align:center}.prefecture-btn:hover{background:#0f3460;border-color:#64ffda;color:#64ffda}.puzzle-screen{flex:1;display:flex;flex-direction:column;overflow:hidden}.puzzle-area{flex:1;position:relative}.puzzle-area svg{width:100%;height:100%}.piece{cursor:grab}.piece:hover{filter:brightness(1.3)}.piece.dragging{cursor:grabbing;filter:brightness(1.4) drop-shadow(0 0 6px rgba(100,255,218,.6))}.piece.placed{cursor:default;stroke:#ffffff4d;stroke-width:.3}.piece-label{fill:#fff;text-anchor:middle;dominant-baseline:central;pointer-events:none;font-weight:600;text-shadow:0 0 3px rgba(0,0,0,.8);paint-order:stroke;stroke:#00000080;stroke-width:2px;opacity:0;animation:labelFadeIn .3s ease forwards}@keyframes labelFadeIn{to{opacity:1}}.label-layer{pointer-events:none}.ghost{fill:#64ffda0d;stroke:#2a2a4e;stroke-width:.5;pointer-events:none}.tooltip{position:absolute;background:#16213ef2;border:1px solid #0f3460;border-radius:4px;padding:4px 8px;font-size:12px;pointer-events:none;z-index:50;white-space:nowrap}.complete-overlay{position:absolute;inset:0;background:#1a1a2ee6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:100;animation:fadeIn .5s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.complete-overlay h2{font-size:36px;color:#64ffda}.complete-overlay p{font-size:18px;color:#a8b2d1}.btn-primary{padding:12px 32px;background:#64ffda;color:#1a1a2e;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s}.btn-primary:hover{background:#4ad8b7}.loading{flex:1;display:flex;align-items:center;justify-content:center;font-size:18px;color:#a8b2d1}.back-btn{background:none;border:1px solid #a8b2d1;color:#a8b2d1;padding:4px 12px;border-radius:4px;cursor:pointer;font-size:13px;transition:all .15s}.back-btn:hover{border-color:#64ffda;color:#64ffda}.mode-cards{display:flex;gap:24px;margin-top:16px}.mode-card{background:#16213e;border:2px solid #0f3460;border-radius:12px;padding:32px 40px;cursor:pointer;transition:all .2s;text-align:center;color:#ccd6f6;width:240px}.mode-card:hover{border-color:#64ffda;background:#0f3460;transform:translateY(-4px)}.mode-icon{font-size:48px;margin-bottom:12px}.mode-title{font-size:20px;font-weight:700;margin-bottom:8px;color:#e6f1ff}.mode-desc{font-size:13px;color:#a8b2d1}.mode-pieces{font-size:11px;color:#64ffda;margin-top:8px}.difficulty-toggle{display:flex;gap:4px}.diff-btn{background:transparent;border:1px solid #0f3460;color:#a8b2d1;padding:3px 10px;border-radius:4px;cursor:pointer;font-size:12px;transition:all .15s}.diff-btn:hover{border-color:#64ffda;color:#64ffda}.diff-btn.active{background:#0f3460;border-color:#64ffda;color:#64ffda;font-weight:700}.diff-label{background:#0f3460;padding:2px 8px;border-radius:3px;font-size:12px;color:#64ffda}.region-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;max-width:640px;width:100%}.region-btn{background:#16213e;border:1px solid #0f3460;color:#ccd6f6;padding:18px 12px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .15s}.region-btn:hover{background:#0f3460;border-color:#64ffda;color:#64ffda}@media(max-width:768px){.header h1{font-size:15px}.header-stats{gap:12px;font-size:12px}.mode-cards{flex-wrap:wrap;justify-content:center;gap:16px}.mode-card{width:200px;padding:24px 20px}.mode-icon{font-size:36px}.mode-title{font-size:17px}.prefecture-grid{grid-template-columns:repeat(4,1fr)}.select-screen h2{font-size:22px}.complete-overlay h2{font-size:28px}.complete-overlay p{font-size:15px}}@media(max-width:480px){.header{padding:6px 10px}.header h1{font-size:13px}.header-stats{gap:8px;font-size:11px}.diff-btn{padding:2px 6px;font-size:10px}.mode-cards{flex-direction:column;align-items:center;gap:12px}.mode-card{width:100%;max-width:280px;padding:20px 16px}.mode-icon{font-size:32px;margin-bottom:8px}.mode-title{font-size:16px}.mode-desc{font-size:12px}.select-screen{padding:12px;gap:16px}.select-screen h2{font-size:20px}.prefecture-grid{grid-template-columns:repeat(2,1fr);gap:6px}.prefecture-btn{padding:8px 4px;font-size:12px}.region-grid{grid-template-columns:repeat(2,1fr);gap:8px}.region-btn{padding:14px 8px;font-size:14px}.complete-overlay h2{font-size:24px}.complete-overlay p{font-size:14px}.btn-primary{padding:10px 24px;font-size:14px}}
