@import "https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,system-ui,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{color:#f4f1e8;background:radial-gradient(circle at top,#2b3345 0%,#181c24 35%,#0f1116 100%);margin:0;padding:0;overflow:hidden}.app{flex-direction:column;width:100vw;height:100vh;display:flex}.board-shell{background:linear-gradient(#151515 0%,#0e0e0e 100%);flex-direction:column;width:100vw;height:100vh;padding:4vh 4vw;display:flex;box-shadow:0 18px 50px #00000073,inset 0 1px #ffffff0d}.board-top{color:#f8c85b;letter-spacing:.16em;text-transform:uppercase;flex-shrink:0;justify-content:space-between;align-items:center;height:8vh;font-size:clamp(.8rem,1.3vw,1.5rem);font-weight:700;display:flex}.board-scroll{flex:1;align-items:center;display:flex;overflow:hidden}.board-inner{flex-direction:column;justify-content:space-evenly;width:100%;height:100%;display:flex}.board-row{grid-template-columns:9vw 1fr;align-items:center;gap:1.5vw;display:grid}.row-label{color:#f8c85b;letter-spacing:.14em;text-transform:uppercase;font-size:clamp(.7rem,1.1vw,1.3rem);font-weight:700}.split-flap-line{flex-wrap:nowrap;gap:.4vw;display:flex}.split-flap-cell{background:linear-gradient(#2d2d2d 0%,#171717 48%,#101010 52%,#252525 100%);border:1px solid #ffffff0f;border-radius:.35vw;flex-shrink:0;justify-content:center;align-items:center;width:4vw;height:5.6vw;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0d,inset 0 -1px #00000059,0 2px 8px #0000002e}.split-line-shadow{background:#0009;height:2px;position:absolute;top:49%;left:0;right:0;box-shadow:0 0 0 1px #ffffff08}.split-char{z-index:1;color:#f4eed7;text-shadow:0 0 10px #f4eed726;-webkit-user-select:none;user-select:none;font-family:Roboto Mono,Courier New,monospace;font-size:2.5vw;font-weight:700;line-height:1;position:relative}.editor-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:100;background:#000000d9;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.editor-panel{background:#1a1d25;border:1px solid #f8c85b40;border-radius:16px;flex-direction:column;gap:20px;width:100%;max-width:1000px;max-height:90vh;padding:36px 40px;display:flex;overflow-y:auto}.editor-header{justify-content:space-between;align-items:center;display:flex}.editor-title{color:#f8c85b;letter-spacing:.1em;text-transform:uppercase;font-size:1.4rem;font-weight:700}.editor-header-actions{gap:12px;display:flex}.editor-col-labels{grid-template-columns:1fr 1fr 1fr 1fr 100px;gap:10px;padding:0 2px;display:grid}.editor-col-labels span{color:#f8c85b80;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;font-weight:700}.editor-rows{flex-direction:column;gap:10px;display:flex}.editor-row{grid-template-columns:1fr 1fr 1fr 1fr 100px;align-items:center;gap:10px;display:grid}.editor-input{color:#f4f1e8;text-transform:uppercase;letter-spacing:.05em;background:#0f1116;border:1px solid #ffffff1a;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-family:Roboto Mono,monospace;font-size:.9rem;font-weight:700;transition:border-color .15s}.editor-input:focus{border-color:#f8c85b80}.editor-input::placeholder{color:#fff3;text-transform:uppercase}.editor-row-actions{justify-content:flex-end;gap:6px;display:flex}.btn-icon{color:#f4f1e8;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.8rem;transition:background .15s;display:flex}.btn-icon:hover{background:#ffffff1f}.btn-delete{color:#ff6b6b;border-color:#ff6b6b4d}.btn-delete:hover{background:#ff6b6b26}.btn-add-row{color:#f8c85b;letter-spacing:.08em;cursor:pointer;background:0 0;border:1px dashed #f8c85b66;border-radius:8px;align-self:flex-start;padding:10px 20px;font-size:.9rem;font-weight:700;transition:background .15s,border-color .15s}.btn-add-row:hover{background:#f8c85b14;border-color:#f8c85bb3}.btn-save{color:#111;cursor:pointer;background:#f8c85b;border:none;border-radius:999px;padding:10px 24px;font-size:.95rem;font-weight:700;transition:opacity .15s}.btn-save:hover{opacity:.88}.btn-cancel{color:#f4f1e8;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:999px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:border-color .15s}.btn-cancel:hover{border-color:#ffffff59}
