@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&family=Manrope:wght@400;600&display=swap";:root{font-family:Space Grotesk,Manrope,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#0b1220;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100vh;background:radial-gradient(circle at 20% 20%,#1f2a44,#0b1220 38%),radial-gradient(circle at 80% 20%,#233048,#0b1220 40%),linear-gradient(145deg,#0b1220,#0c1a2e);color:#0f172a}#app{width:100%;height:100vh}.layout{max-width:1380px;margin:0 auto;padding:20px;height:100%;display:flex;flex-direction:column;gap:18px}.toolbar{display:flex;justify-content:space-between;align-items:center;background:#0c1222eb;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:14px 18px;color:#e2e8f0;box-shadow:0 20px 60px #00000040}.brand{display:flex;gap:12px;align-items:center}.brand .brand-logo{width:44px;height:44px;object-fit:contain}.title{font-size:20px;font-weight:600;letter-spacing:.01em}.subtitle{font-size:13px;color:#cbd5e1}.board-size-select{font-size:13px;color:#cbd5e1;background:transparent;border:1px solid #334155;border-radius:6px;padding:4px 8px;cursor:pointer;outline:none}.board-size-select:hover{border-color:#475569}.board-size-select:focus{border-color:#3b82f6}.board-size-select option{background:#1e293b;color:#cbd5e1}.actions{display:flex;gap:10px}.btn{border:1px solid #1d4ed8;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#f8fafc;padding:9px 16px;border-radius:10px;font-weight:600;font-size:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;box-shadow:0 10px 30px #2563eb40}.btn:hover{transform:translateY(-1px);box-shadow:0 14px 34px #2563eb59}.btn:active{transform:translateY(0)}.btn.ghost{background:#ffffff0f;border-color:#ffffff1f;box-shadow:none}.content{flex:1;display:grid;grid-template-columns:280px 1fr;gap:16px;min-height:0}.side{display:flex;flex-direction:column;gap:14px}.panel{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:14px 16px;color:#e2e8f0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.panel-title{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#cbd5e1;margin-bottom:8px}.league-promo{margin-top:auto;display:flex;gap:12px;background:#fff;border-radius:14px;padding:14px;color:#f57c00}.league-promo-left{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex-shrink:0}.league-promo-logo{max-height:60px;object-fit:contain}.league-promo-text{display:flex;flex-direction:column;gap:4px;min-width:0}.league-promo-name{font-size:13px;font-weight:700;line-height:1.2}.league-promo-slogan{font-size:9px;line-height:1.3}.league-promo-links{display:flex;flex-wrap:wrap;gap:8px 12px;margin-top:6px}.league-promo-links a{display:inline-flex;align-items:center;gap:4px;color:#f57c00;text-decoration:none;font-size:11px;font-weight:500;opacity:.95}.league-promo-links a:hover{opacity:1;text-decoration:underline}.league-promo-links .github-icon{width:14px;height:14px}.league-promo-version{font-size:9px;color:#999}.pill{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:#2563eb26;color:#e2e8f0;font-weight:600}.hint-list{list-style:none;display:flex;flex-direction:column;gap:6px}.hint-list li{display:flex;justify-content:space-between;color:#e2e8f0;font-size:14px}.canvas-wrap{background:#0c1424;border-radius:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 16px 40px #00000059;position:relative;overflow:hidden}.board-title{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:10;background:#0c1424d9;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px 16px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;color:#e2e8f0;text-align:center;min-width:200px;max-width:400px;outline:none;transition:border-color .2s,background .2s}.board-title::placeholder{color:#64748b;font-weight:400}.board-title:hover{border-color:#fff3}.board-title:focus{background:#0c1424f2;border-color:#2563eb}#board-canvas{width:100%;height:100%;display:block;cursor:crosshair}.icon-popup{position:absolute;display:none;background:#1e293b;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:8px;box-shadow:0 8px 24px #0006;z-index:1000}.icon-popup.visible{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.icon-popup-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;cursor:pointer;transition:all .15s ease;font-size:18px}.icon-popup-btn:hover{background:#2563eb4d;border-color:#2563eb80}.icon-popup-btn.active{background:#2563eb66;border-color:#2563eb}.icon-popup-btn svg{width:20px;height:20px;fill:#e2e8f0}@media (max-width: 1080px){.content{grid-template-columns:1fr}.side{flex-direction:row}.panel{flex:1}}.branding-inputs{display:flex;flex-direction:column;gap:8px}.branding-inputs label{display:flex;flex-direction:column;gap:4px}.branding-inputs label span{font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.branding-input{background:#1e293b80;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:6px 10px;font-family:Space Grotesk,sans-serif;font-size:12px;color:#e2e8f0;width:100%;outline:none;transition:border-color .2s,background .2s}.branding-input::placeholder{color:#64748b;font-size:11px}.branding-input:focus{border-color:#2563eb80;background:#1e293bb3}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center}.modal.hidden{display:none}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{position:relative;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:16px;max-width:700px;max-height:85vh;width:90%;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.modal-close{position:absolute;top:12px;right:12px;background:#ffffff1a;border:none;border-radius:8px;width:32px;height:32px;font-size:24px;line-height:1;color:#94a3b8;cursor:pointer;transition:background .2s,color .2s;z-index:1}.modal-close:hover{background:#ffffff26;color:#e2e8f0}.modal-body{padding:24px 32px;overflow-y:auto;max-height:85vh}.help-content{color:#e2e8f0;font-size:14px;line-height:1.7}.help-content h1{font-size:24px;font-weight:600;color:#f1f5f9;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.help-content h2{font-size:18px;font-weight:600;color:#f1f5f9;margin-top:24px;margin-bottom:12px}.help-content h3{font-size:15px;font-weight:600;color:#cbd5e1;margin-top:16px;margin-bottom:8px}.help-content p{margin-bottom:12px}.help-content ul,.help-content ol{margin-bottom:12px;padding-left:24px}.help-content li{margin-bottom:6px}.help-content strong{color:#f1f5f9;font-weight:600}.help-content code{background:#1e293bcc;padding:2px 6px;border-radius:4px;font-family:SF Mono,Monaco,monospace;font-size:13px;color:#93c5fd}.help-content table{width:100%;border-collapse:collapse;margin:16px 0}.help-content th,.help-content td{text-align:left;padding:10px 12px;border-bottom:1px solid rgba(255,255,255,.1)}.help-content th{background:#1e293b80;color:#cbd5e1;font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.help-content tr:hover td{background:#1e293b4d}.toast{position:fixed;top:24px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:14px 24px;border-radius:10px;border:1px solid rgba(255,255,255,.2);box-shadow:0 10px 40px #0000004d;font-size:14px;font-weight:500;z-index:1100;animation:toast-in .3s ease-out}.toast.hidden{display:none}@keyframes toast-in{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 1024px){.layout{padding:10px;gap:10px;height:auto;min-height:100vh}.toolbar{flex-direction:column;gap:10px;padding:10px 14px}.brand{width:100%;justify-content:center}.title{font-size:18px}.actions{width:100%;justify-content:center;flex-wrap:wrap;gap:6px}.btn{padding:8px 12px;font-size:13px}.content{display:flex;flex-direction:column;gap:10px}.side .panel:nth-child(3),.side .panel:nth-child(4){display:none}.side{order:2;flex-direction:row;flex-wrap:wrap;gap:10px}.canvas-wrap{order:1;width:100%;height:calc(100vw - 20px);max-height:calc(100vh - 220px);min-height:300px}.side .panel{flex:1;min-width:140px}.side .panel-title{font-size:11px;margin-bottom:4px}.pill{padding:6px 10px;font-size:13px}.league-promo{order:3;width:100%;flex:none;margin-top:0}.board-title{font-size:14px;padding:6px 12px;min-width:150px}}@media (max-width: 600px){.layout{padding:8px;gap:8px}.toolbar{padding:8px 10px}.brand .brand-logo{width:32px;height:32px}.title{font-size:16px}.board-size-select{font-size:11px;padding:2px 6px}.btn{padding:6px 10px;font-size:12px}.canvas-wrap{height:calc(100vw - 16px);max-height:calc(100vh - 260px);min-height:250px}.league-promo{flex-direction:column;align-items:center;text-align:center;padding:10px;gap:8px}.league-promo-left{flex-direction:row;gap:8px}.league-promo-logo{max-height:40px}.league-promo-links{justify-content:center}}
