:root{--ink:#111315;--paper:#f7f8fa;--paper-deep:#e8ebef;--primary:#171b1f;--secondary:#5d6873;--accent:#d9dee3;--blue:#2563eb;--muted:#5f6872;--line:#cbd1d7;--white:#fff;--red:#e11d48;--emerald:#059669;--amber:#d97706;--cyan:#0891b2;--radius:18px;--radius-sm:12px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}body:before{content:"";pointer-events:none;z-index:-1;background:radial-gradient(80% 50% at 20% 20%,#2563eb0f 0%,#0000 70%),radial-gradient(60% 50% at 80% 60%,#0596690d 0%,#0000 70%),radial-gradient(50% 40% at 50% 90%,#e11d480a 0%,#0000 70%);position:fixed;inset:0}::selection{background:var(--blue);color:var(--white)}:focus-visible{outline:2px solid var(--blue);outline-offset:3px;border-radius:4px}.editor{flex-direction:column;min-height:100vh;display:flex}.editor-header{z-index:100;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#f7f8fae0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:0 40px;display:flex;position:sticky;top:0}.editor-header-brand{align-items:center;gap:12px;display:flex}.editor-logo{object-fit:contain;border-radius:8px;flex-shrink:0;width:34px;height:34px}.editor-header-brand h1{letter-spacing:-.02em;color:var(--ink);margin:0;font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:800}.editor-header-sub{color:var(--muted);margin-top:1px;font-size:.7rem;font-weight:600;display:block}.editor-header-right{align-items:center;gap:10px;display:flex}.editor-header-badge{color:var(--blue);letter-spacing:.02em;background:#eff6ff;border:1px solid #2563eb26;border-radius:999px;align-items:center;gap:6px;padding:5px 13px;font-size:.7rem;font-weight:700;display:flex}.editor-team-badge{color:var(--blue);letter-spacing:.08em;background:#eff6ff;border-radius:6px;padding:4px 9px;font-size:.62rem;font-weight:800}.editor-main{flex:1;width:100%;max-width:1040px;margin:0 auto;padding:32px}.editor-branding{text-align:center;margin-bottom:36px}.editor-hero-logo{object-fit:contain;border:2px solid var(--ink);width:64px;height:64px;box-shadow:4px 4px 0 var(--ink);background:#fff;border-radius:14px;margin-bottom:16px;padding:6px}.editor-branding h2{letter-spacing:-.03em;margin:0 0 8px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.5rem;font-weight:900}.editor-branding p{color:var(--muted);max-width:500px;margin:0 auto;font-size:.92rem;line-height:1.6}.editor-upload{padding:40px 0 60px}.editor-upload-zone{border:2px dashed var(--line);border-radius:var(--radius);cursor:pointer;text-align:center;background:#fff9;flex-direction:column;align-items:center;gap:12px;padding:56px 40px;transition:border-color .2s,background .2s;display:flex}.editor-upload-zone:hover{border-color:var(--blue);background:#ffffffd9}.editor-upload-zone svg{color:var(--blue)}.editor-upload-zone strong{font-family:Plus Jakarta Sans,sans-serif;font-size:1.05rem;font-weight:800}.editor-upload-zone span{color:var(--muted);opacity:.7;font-size:.76rem;font-weight:600}.editor-error{border-radius:var(--radius-sm);color:var(--red);background:#fef2f2;border:1px solid #e11d4826;margin-top:16px;padding:14px 18px;font-size:.85rem;font-weight:600}.editor-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;display:flex}.editor-toolbar-left,.editor-toolbar-right{align-items:center;gap:8px;display:flex}.btn{letter-spacing:.01em;border:2px solid var(--ink);background:var(--white);color:var(--ink);cursor:pointer;box-shadow:3px 3px 0 var(--accent);border-radius:999px;align-items:center;gap:6px;padding:9px 18px;font-family:inherit;font-size:.78rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn:hover{background:var(--paper-deep);box-shadow:5px 5px 0 var(--blue);color:var(--ink);transform:translateY(-2px)}.btn-primary{background:var(--ink);color:var(--white);border-color:var(--ink);box-shadow:4px 4px 0 var(--blue)}.btn-primary:hover{background:var(--blue);color:var(--white);border-color:var(--blue);box-shadow:6px 6px 0 var(--ink)}.btn-outline{background:var(--white)}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:3px 3px 0 var(--accent);transform:none}.btn-icon{background:var(--white);border:1px solid var(--line);color:var(--muted);cursor:pointer;border-radius:8px;padding:6px 10px;font-family:inherit;font-size:.8rem;line-height:1;transition:background .15s,color .15s}.btn-icon:hover{background:var(--paper-deep);color:var(--ink)}.editor-toast{border-radius:var(--radius-sm);margin-bottom:20px;padding:12px 18px;font-size:.82rem;font-weight:700}.toast-success{color:var(--emerald);background:#ecfdf5;border:1px solid #05966926}.toast-error{color:var(--red);background:#fef2f2;border:1px solid #e11d4826}.editor-items{flex-direction:column;gap:10px;display:flex}.editor-card{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);transition:transform .15s,box-shadow .15s,border-color .15s;overflow:hidden}.editor-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 28px #17171714}.editor-card-expanded{border-color:var(--blue)}.editor-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.editor-card-header strong{letter-spacing:-.02em;color:var(--ink);font-family:Plus Jakarta Sans,sans-serif;font-size:.92rem;font-weight:800;display:block}.editor-card-header span{color:var(--muted);margin-top:2px;font-size:.74rem;font-weight:600;display:block}.editor-card-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.editor-card-body{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;padding:0 20px 20px;display:grid}.field{flex-direction:column;gap:5px;display:flex}.field label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.68rem;font-weight:700}.field input,.field textarea{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);color:var(--ink);padding:9px 13px;font-family:inherit;font-size:.84rem;transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb1f}.field textarea{resize:vertical;min-height:60px}.field-json{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:.78rem!important}.field-select-wrap{position:relative}.field-select-wrap select{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);width:100%;color:var(--ink);cursor:pointer;appearance:none;padding:9px 36px 9px 13px;font-family:inherit;font-size:.84rem;transition:border-color .15s,box-shadow .15s}.field-select-wrap select:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #2563eb1f}.field-select-icon{color:var(--muted);pointer-events:none;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.field-toggle{align-items:center;flex-direction:row!important;gap:8px!important}.field-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--blue);cursor:pointer}.field-toggle label{text-transform:none;letter-spacing:0;cursor:pointer;color:var(--ink);font-size:.82rem;font-weight:600}.status-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:3px 10px;font-size:.64rem;font-weight:700;display:inline-block}.status-current,.status-upcoming{color:#1d4ed8;background:#dbeafe}.status-retired{color:#92400e;background:#fef3c7}.status-historical,.status-archive,.status-past{background:var(--paper-deep);color:var(--muted)}.status-needs-review{color:#92400e;background:#fef3c7}.status-draft{color:var(--blue);background:#eff6ff}.editor-empty{text-align:center;border:2px dashed var(--line);border-radius:var(--radius);color:var(--muted);background:#fff9;padding:56px 28px;font-size:.9rem;font-weight:600}.editor-quickstart{margin-top:48px}.editor-quickstart h3{letter-spacing:-.02em;align-items:center;gap:8px;margin:0 0 6px;font-family:Plus Jakarta Sans,sans-serif;font-size:1.1rem;font-weight:800;display:flex}.editor-quickstart h3 svg{color:var(--blue)}.editor-quickstart>p{color:var(--muted);margin:0 0 20px;font-size:.85rem}.editor-quickstart-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;display:grid}.editor-quickstart-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-sm);cursor:pointer;text-align:left;color:var(--ink);align-items:center;gap:12px;padding:14px 16px;font-family:inherit;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex}.editor-quickstart-card:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 8px 24px #17171714}.editor-qs-icon{width:36px;height:36px;color:var(--blue);background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.editor-quickstart-card strong{font-size:.88rem;font-weight:700;display:block}.editor-quickstart-card small{color:var(--muted);margin-top:2px;font-size:.72rem;font-weight:600;display:block}@media (max-width:920px){.editor-header{min-height:64px;padding:0 24px}.editor-main{padding:24px}.editor-card-body{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:620px){.editor-header{min-height:60px;padding:0 16px}.editor-header-brand h1{font-size:.9rem}.editor-header-badge,.editor-team-badge{padding:4px 8px;font-size:.62rem}.editor-main{padding:20px 16px}.editor-upload-zone{padding:40px 20px}.editor-upload-zone strong{font-size:.95rem}.editor-branding h2{font-size:1.2rem}.editor-hero-logo{width:48px;height:48px}.editor-card-body{grid-template-columns:1fr}.editor-toolbar{flex-direction:column;align-items:stretch}.editor-toolbar-left,.editor-toolbar-right{flex-direction:column}.editor-toolbar .btn{justify-content:center}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
