@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;600;700&display=swap";:root{--ui-text-main: #1b1b1f;--ui-text-muted: #6d6d78;--ui-text-soft: #3d3d46;--ui-text-subtle: #7b7b86;--ui-control-bg: #ffffff;--ui-control-border: #e0e0e6;--ui-control-border-strong: #c8ccde;--ui-chip-bg: #ffffff;--ui-chip-text: #30303a;--ui-chip-active-bg: #1b1b1f;--ui-chip-active-text: #ffffff;--ui-chip-system-bg: #eef5ff;--ui-chip-system-border: #c5d7ff;--ui-chip-system-text: #1d3d8f;--ui-focus-ring: #2a4cc7}.brand{text-transform:uppercase;letter-spacing:.2em;font-size:12px;color:var(--ui-text-muted)}p{margin:0;max-width:640px;line-height:1.6;color:var(--ui-text-soft)}.controls,.filters{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.controls input,.controls select,.filters input,.filters select{border:1px solid var(--ui-control-border);border-radius:999px;height:44px;padding:10px 16px;min-width:200px;line-height:1.2;font-family:inherit;background:var(--ui-control-bg);color:var(--ui-chip-text)}.controls select,.filters select{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:10px 40px 10px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23636475' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.tag-row{display:flex;flex-wrap:wrap;gap:8px}.tag-match-mode{display:flex;align-items:center;gap:10px;width:100%}.tag-match-label{font-size:12px;color:var(--ui-text-muted)}.match-segment{display:inline-flex;align-items:center;gap:4px;border:1px solid var(--ui-control-border);border-radius:999px;background:var(--ui-control-bg);padding:3px}.chip{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--ui-control-border);border-radius:999px;padding:6px 14px;background:var(--ui-chip-bg);color:var(--ui-chip-text);font-size:12px;line-height:1;cursor:pointer}.chip.active{background:var(--ui-chip-active-bg);color:var(--ui-chip-active-text);border-color:var(--ui-chip-active-bg)}.chip:disabled{opacity:.52;cursor:not-allowed}.chip.small{padding:4px 10px;font-size:11px}.chip.segment{border-color:transparent}.chip-list{display:flex;flex-wrap:wrap;gap:6px}.controls input:focus-visible,.controls select:focus-visible,.filters input:focus-visible,.filters select:focus-visible,.chip:focus-visible{outline:2px solid var(--ui-focus-ring);outline-offset:2px}@media (max-width: 640px){.controls,.filters,.tag-row{gap:10px}.tag-match-mode{justify-content:space-between}.controls input,.controls select,.filters input,.filters select{width:100%;min-width:0}.chip{min-height:40px}.chip.small{min-height:36px}}:root{color-scheme:light;font-family:IBM Plex Sans,SF Pro Text,system-ui,-apple-system,sans-serif;background:radial-gradient(1200px 800px at 10% 0%,#f4f6ff,#f8f6f2 45%,#f2f7f4);color:#1b1b1f}*{box-sizing:border-box}body{margin:0;min-height:100vh}button,input,select,textarea{font-family:inherit}.app{padding:48px 32px 80px;max-width:1200px;margin:0 auto}.hero{display:grid;gap:16px;margin-bottom:32px}.hero-main{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}h1{margin:0 0 12px;font-size:clamp(32px,4vw,56px)}h2{margin:0;font-size:20px}.layout{display:grid;grid-template-columns:1fr;gap:24px}.panel{background:#fff;border-radius:20px;padding:22px;box-shadow:0 18px 40px #12122214;display:grid;gap:16px;scroll-margin-top:12px}.panel-body{display:grid;gap:14px}.hidden-file-input{display:none}.panel.list{min-height:420px}.panel.publish,.panel.tools{margin-top:24px}.collapsible .panel-header{align-items:center}.panel-toggle{cursor:pointer}.fold-toggle{border:none;background:transparent;color:#5e6070;font-size:14px;line-height:1;padding:6px 8px;border-radius:8px;cursor:pointer;transition:transform .15s ease,background-color .15s ease}.fold-toggle:hover{background:#f1f2f8}.fold-toggle.open{transform:rotate(90deg)}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-title{display:flex;align-items:center;gap:12px}.badge{font-size:12px;background:#f1f1f5;color:var(--ui-text-soft);padding:4px 10px;border-radius:999px}.stats{font-size:12px;color:var(--ui-text-muted)}.field{display:grid;gap:8px;font-size:14px;color:#40404b}.field span{font-weight:600}.field input,.field select,.field textarea{border:1px solid #e0e0e6;border-radius:12px;padding:10px 12px;background:#fcfcfe}.inline-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.inline-actions input{border:1px solid #e0e0e6;border-radius:12px;padding:8px 10px;min-width:220px;background:#fcfcfe}.hint{font-size:12px;color:#7b7b86}.link{display:inline-block;margin-top:6px;font-size:12px;color:#2d4cff;text-decoration:none}.link:hover{text-decoration:underline}.results{margin-top:12px;display:grid;gap:10px}.results-title{font-size:12px;color:#7b7b86}.result-list{display:grid;gap:10px}.result-card{border:1px solid #ececf2;border-radius:12px;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;gap:12px;background:#fff}.result-info{display:grid;gap:4px}.result-title-text{font-weight:600}.result-meta{font-size:12px;color:#7b7b86}.raw{margin-top:12px;border:1px solid #ececf2;border-radius:12px;padding:10px 12px;background:#fafafe;font-size:12px;color:#4b4b55}.raw summary{cursor:pointer;font-weight:600}.raw pre{margin:8px 0 0;white-space:pre-wrap;word-break:break-word}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.search-block{background:#f6f7fb;border:1px solid #e7e8f2;border-radius:16px;padding:14px;display:grid;gap:12px}.settings-shell-card{border:1px solid #e7e8f2;border-radius:14px;padding:12px;display:grid;gap:8px;background:#f7f9ff}.settings-shell-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.settings-shell-meta{display:grid;gap:4px;font-size:13px;color:#6b6b78}.settings-advanced{border:1px solid #ececf2;border-radius:12px;padding:10px 12px;background:#fbfcff}.settings-advanced summary{cursor:pointer;font-weight:600}.settings-advanced[open]{display:grid;gap:10px}.toggle-row{display:flex;flex-wrap:wrap;gap:16px;font-size:14px;color:#4b4b55;padding-top:2px}.toggle-row input{margin-right:6px}.toggle-row input[type=number]{width:88px;margin-left:6px;border:1px solid #e0e0e6;border-radius:8px;padding:6px 8px;background:#fcfcfe}.actions{display:flex;flex-wrap:wrap;gap:12px}.tool-groups{display:grid;gap:14px}.tool-group{border:1px solid #ececf2;border-radius:14px;padding:12px;display:grid;gap:10px;background:#fbfcff}.tool-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.tool-header h3{margin:0;font-size:15px}.backup-format{display:grid;gap:10px;padding:12px;border-radius:12px;border-top:2px solid #dde2f5;background:#fff}.backup-format-json{border-top-color:#cfd7f3;background:linear-gradient(180deg,#f8faff,#fff)}.backup-format-zip{border-top-color:#d6e3d0;background:linear-gradient(180deg,#fbfdf8,#fff)}.log-list{display:grid;gap:8px}.log-item{border:1px solid #e7e8f2;border-radius:10px;background:#fff;padding:8px 10px}.release-list{display:grid;gap:10px}.release-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;border:1px solid #e7e8f2;border-radius:12px;background:#fff}.release-meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:13px;color:#5d6170}.snapshot-list{display:grid;gap:10px}.snapshot-card{display:grid;gap:8px;padding:12px;border:1px solid #e7e8f2;border-radius:12px;background:#fff}.snapshot-title-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;color:#4e5260}.snapshot-meta{display:flex;flex-wrap:wrap;gap:8px 12px;font-size:13px;color:#6a6f7f}.log-item summary{cursor:pointer;display:grid;gap:4px;font-size:13px}.log-time,.log-tag{color:#6b6b78}.log-status{font-weight:700;font-size:12px}.log-success{color:#1d6b2f}.log-error{color:#b01f2c}.log-retry{color:#7a5b00}.log-info{color:#2e4f98}.log-item pre{margin:8px 0 0;white-space:pre-wrap;word-break:break-word;font-size:12px;color:#40404b}.primary,.ghost,.danger{border-radius:999px;padding:10px 18px;border:none;cursor:pointer;font-weight:600}.primary{background:#1b1b1f;color:#fff}.primary.small{padding:6px 12px;font-size:12px}.primary:disabled{opacity:.5;cursor:not-allowed}.ghost{background:#eef1ff;color:#1b1b1f}.ghost.small{padding:6px 12px;font-size:12px}.ghost.active,.ghost.highlight{background:#1b1b1f;color:#fff}.danger{background:#ffe6e8;color:#9b1c23}.ghost:disabled,.danger:disabled{opacity:.5;cursor:not-allowed;filter:grayscale(.18)}.fab{position:fixed;right:20px;bottom:24px;width:54px;height:54px;border-radius:999px;border:none;background:#1b1b1f;color:#fff;font-size:28px;line-height:1;display:grid;place-items:center;box-shadow:0 16px 32px #14141e33;cursor:pointer;z-index:40}.update-banner{position:sticky;top:12px;z-index:30;background:#1b1b1f;color:#fff;padding:10px 16px;border-radius:999px;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;box-shadow:0 10px 20px #14141e33}.sync-toast{position:fixed;right:16px;top:16px;z-index:60;border-radius:12px;padding:10px 14px;color:#fff;font-size:13px;font-weight:600;box-shadow:0 12px 28px #0c0e1633;background:#2f3555}.sync-toast.countdown{background:#3b4a85}.sync-toast.syncing{background:#2b5f7a}.sync-toast.success{background:#2f6a43}.sync-toast.error{background:#8a2f3c}@media (min-width: 641px){.fab{display:none}}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip.selector{padding:8px 18px;font-size:13px}.chip.system{background:var(--ui-chip-system-bg);border-color:var(--ui-chip-system-border);color:var(--ui-chip-system-text)}.chip.system.active{background:var(--ui-chip-system-text);border-color:var(--ui-chip-system-text);color:var(--ui-chip-active-text)}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.editor-create-slot{margin-top:8px}.editor-slot{display:none}.editor-slot.active{display:block;grid-column:1 / -1;margin-top:8px}.editor-form{margin-bottom:6px;animation:editorFormIn .18s ease;position:relative;overflow-x:clip}@keyframes editorFormIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.card{background:#fff;border-radius:16px;padding:12px;box-shadow:0 12px 30px #14142b14;display:grid;gap:10px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.card.active{box-shadow:inset 0 0 0 2px #234aa6,0 14px 34px #14142b1f}.card.selected{box-shadow:inset 0 0 0 2px #9b1c23,0 14px 34px #14142b1f}.card.selected:hover{transform:none;box-shadow:inset 0 0 0 2px #9b1c23,0 14px 34px #14142b1f}.card:hover{transform:translateY(-2px);box-shadow:0 16px 40px #14142b1f}.image{border-radius:12px;aspect-ratio:1 / 1;background:linear-gradient(135deg,#d9e2ff,#ffe4f3);background-size:cover;background-position:center}.title{font-weight:600}.meta{font-size:12px;color:#7b7b86}.note{font-size:12px;color:#4b4b55}.list-more{margin-top:14px;display:flex;justify-content:center}.batch-toolbar{margin-top:10px;padding:10px 12px;border:1px solid #ececf2;border-radius:12px;background:#f9fafc;display:flex;flex-wrap:wrap;gap:8px}.batch-undo-banner{margin-top:10px;padding:10px 12px;border:1px solid #dfe6ff;border-radius:12px;background:#f5f8ff;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.batch-undo-message{font-size:13px;color:#384173}.batch-undo-actions{display:flex;gap:8px}.scan-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f10188c;display:grid;place-items:center;padding:20px;z-index:50}.scan-dialog{background:#fff;border-radius:18px;width:min(520px,100%);padding:18px;display:grid;gap:12px;box-shadow:0 24px 60px #0c0c1833}.conflict-dialog{max-height:min(82vh,760px)}.scan-dialog .actions{display:flex;gap:10px;flex-wrap:wrap}.conflict-list{display:grid;gap:10px;overflow:auto}.conflict-diff{color:#4b5a9d}.scan-header{display:flex;align-items:center;justify-content:space-between;font-weight:600}.scan-body{display:grid;gap:12px}.scan-body video{width:100%;border-radius:14px;background:#0d0d11;aspect-ratio:3 / 4;object-fit:cover}.scan-controls{display:grid;gap:8px}.error{font-size:12px;color:#b01f2c}.thumbs{display:grid;grid-template-columns:repeat(auto-fill,160px);gap:12px;justify-content:start}.thumb{display:grid;gap:6px}.thumb img{width:100%;height:110px;border-radius:10px;object-fit:contain;background:#f3f4f8;border:1px solid #ececf2}.thumb-actions{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:8px}.actions{margin-top:8px;padding-top:12px;border-top:1px dashed #e5e6ef}.editor-actions{position:sticky;bottom:max(0px,env(safe-area-inset-bottom));z-index:4;margin-left:0;margin-right:0;padding:12px;border-top:1px solid #e5e6ef;border-radius:12px;background:linear-gradient(180deg,#ffffffeb,#fff 50%);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 -8px 18px #1012220d}.danger.small{padding:6px 12px;font-size:12px}.empty{color:#6b6b78}.muted{color:#6b6b78;font-size:13px;line-height:1.6}.status{font-size:13px;color:#2b4b2f}.drive-actions{margin-bottom:10px}.drive-auto-row{margin-top:8px}.drive-status{margin-top:12px}code{font-family:SF Mono,JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media (max-width: 960px){.layout{grid-template-columns:1fr}}@media (max-width: 640px){.app{padding:32px 20px 60px;overflow-x:clip}button,input,select,textarea{font-size:16px}h1{font-size:clamp(28px,7vw,36px)}.hero-main{flex-direction:column;align-items:flex-start}.hero-actions{width:100%}.field-row{grid-template-columns:1fr}.inline-actions{flex-direction:column;align-items:flex-start}.inline-actions input{width:100%;min-width:0}.panel{padding:18px;gap:14px}.editor-actions{margin-left:0;margin-right:0;padding:10px}.grid{grid-template-columns:1fr}.card{padding:18px}.image{border-radius:14px}.thumbs{grid-template-columns:repeat(auto-fill,130px)}.scan-body video{aspect-ratio:9 / 16}.actions{flex-direction:column;align-items:stretch}.primary,.ghost,.danger,.chip{min-height:40px}.primary.small,.ghost.small,.danger.small,.chip.small{min-height:36px}.chip-row{gap:10px}.field input,.field select,.field textarea,.filters input{min-height:44px;min-width:0}.field textarea{min-height:108px}.toggle-row{flex-direction:column;align-items:flex-start}.panel,.field,.field-row,.inline-actions,.actions,.batch-toolbar,.result-card,.result-info{min-width:0}.result-meta{word-break:break-word}.fab{display:grid}}
