:root{--accent: #1F6FEB;--accent-dark: #185CC7;--accent-hover: #3B82F6;--accent-tertiary: #EAF1FD;--accent-tertiary-hover: #DCE8FB;--selected: #2F80ED;--bg: #F5F6F8;--paper: #ffffff;--text: #363C50;--text-2: #646F8D;--border: #E3E6EE;--border-2: #CDD2DE;--shadow-lifted: 0 1px 2px rgba(54, 60, 80, .12), 0 2px 8px rgba(54, 60, 80, .08);--radius: 6px;--font: Inter, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font);font-size:14px;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer}input,select{font-family:inherit;font-size:13px;color:var(--text)}.no-select{-webkit-user-select:none;user-select:none}.se-global{height:100%;display:flex;flex-direction:column;overflow:hidden;position:relative}.se-header{background:var(--accent);color:#fff;height:64px;padding:0 24px;display:flex;align-items:center;flex:0 0 64px;z-index:13;gap:8px}.se-header .logo{width:36px;height:36px;border-radius:8px;background:#fff;color:var(--accent);font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center;text-decoration:none;margin-right:24px;flex:0 0 36px}.se-header .title{color:#fff;font-size:16px;font-weight:500;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;padding:4px 8px;border-radius:4px;border:1px solid transparent}.se-header .title:hover{border-color:#ffffff80}.se-header input.title{background:#ffffff26;outline:none;border:1px solid #fff;color:#fff;width:260px}.se-header .separator{flex:1 1 auto}.sc-aud-ctrls{display:flex;align-items:center;gap:4px;margin-left:24px}.icon-player{width:36px;height:36px;border-radius:50%;border:0;background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center}.icon-player:hover{background:#ffffff26}.icon-player.main{width:44px;height:44px;background:#fff;color:var(--accent);box-shadow:0 2px 8px #00000026}.icon-player.main:hover{background:#f2f6ff}.icon-player.on{background:#ffffff40}.icon-player .load-pct{font-size:12px;font-weight:600}.icon-player .spinner{width:20px;height:20px;border:3px solid rgba(31,111,235,.25);border-top-color:var(--accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.se-header-btn{height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:40px;background:#fff;color:var(--text);box-shadow:0 2px 8px #0000000a,0 1px 3px #00000014;font-size:14px;padding:0 12px;white-space:nowrap}.se-header-btn:hover{background:#f2f6ff}.se-header-btn.outline{background:transparent;color:#fff;border:1px solid #fff;box-shadow:none}.se-header-btn.outline:hover{background:#ffffff1f}.btn-history{height:32px;display:inline-flex;align-items:center;gap:8px;border-radius:40px;padding:0 12px 0 10px;background:var(--accent-dark);color:#fff;font-size:14px;white-space:nowrap}.right-side{display:flex;align-items:center;gap:16px}.toolbar{position:relative;z-index:11;height:56px;flex:0 0 56px;background:#fff;box-shadow:var(--shadow-lifted);display:flex;align-items:center;padding:8px 24px}.toolbar .content{display:flex;align-items:center;justify-content:space-between;width:100%;gap:16px}.toolbar .left,.toolbar .right,.tb-section{display:flex;align-items:center;gap:8px}.tb-section.pill{background:var(--accent-tertiary);border-radius:32px;height:40px;padding:0 8px;gap:4px}.tb-row{display:flex;align-items:center}.tb-divider{width:1px;height:24px;background:var(--border-2);margin:0 4px;flex-shrink:0}.tb-section.pill .tb-divider{background:#b9cdf3}.tb-btn{display:flex;align-items:center;justify-content:center;border:0;background:transparent;color:var(--text-2);height:32px;min-width:36px;padding:4px 0;border-radius:6px;transition:background .15s,color .15s}.tb-btn:hover:not(:disabled):not(.active){background:#363c5014;color:var(--text)}.tb-section.pill .tb-btn:hover:not(:disabled):not(.active){background:var(--accent-tertiary-hover)}.tb-btn.active{color:var(--accent);background:#fff;box-shadow:0 0 0 1px #b9cdf3}.toolbar .right .tb-btn.active{background:var(--accent-tertiary);box-shadow:none}.tb-btn:disabled{opacity:.35;cursor:default}.tb-btn svg{display:block}.tb-btn.size-24{min-width:32px;height:28px}.tb-input-toggle{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border-radius:32px;border:1px solid var(--accent);background:#fff;color:var(--accent);font-weight:600;font-size:13px}.tb-input-toggle.active{background:var(--accent);color:#fff}.tb-input-toggle.mode{border-color:var(--border-2);color:var(--text-2);font-weight:500;min-width:74px;justify-content:center}.tb-input-toggle.mode.active{background:#e9f7ef;border-color:#2e9e5b;color:#1f7a46;font-weight:600}.tb-rest{font-family:Bravura,serif;font-size:20px;line-height:1}.main-content{display:grid;grid-template-columns:352px 1fr;flex:1;min-height:0;transition:grid-template-columns .2s ease}.main-content.sidebar-closed{grid-template-columns:0px 1fr}.editor-sidebar{position:relative;z-index:10;height:100%;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;min-width:0}.sb-header{display:flex;align-items:center;justify-content:space-between;height:48px;border-bottom:1px solid var(--border);padding:0 8px 0 4px;flex:0 0 48px}.sb-tabs{display:flex;height:100%;position:relative}.sb-tab{height:100%;padding:12px;background:none;border:0;font-size:14px;color:var(--text-2);position:relative}.sb-tab:hover{color:var(--text)}.sb-tab.active{color:var(--accent)}.sb-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--accent);border-radius:2px}.sb-actions{display:flex;gap:4px}.sb-action{width:28px;height:28px;border:0;background:none;border-radius:6px;color:var(--text-2);display:flex;align-items:center;justify-content:center}.sb-action:hover{background:#363c5014}.sb-content{flex:1;overflow-y:auto;min-height:0}.sb-section{border-bottom:1px solid var(--border);background:#fff}.sb-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;height:48px;padding:0 16px;background:#fff;border:0;text-align:left}.sb-section-header:hover{background:#f7f8fa}.sb-section-title{font-weight:600;font-size:14px;color:var(--text)}.sb-section-header .caret{color:var(--text-2)}.sb-section-body{padding:4px 16px 16px}.sb-grid{display:flex;flex-wrap:wrap;gap:4px}.sb-btn{width:40px;height:40px;border:0;border-radius:6px;background:transparent;color:var(--text-2);display:flex;align-items:center;justify-content:center}.sb-btn:hover:not(:disabled){background:var(--bg);color:var(--text)}.sb-btn.active{background:var(--accent-tertiary);color:var(--accent)}.sb-btn:disabled{opacity:.35;cursor:default}.sb-btn.wide{width:auto;padding:0 10px;font-size:13px;gap:6px}.sb-btn .glyph{font-family:Bravura,serif;font-size:24px;line-height:1}.sb-select-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.sb-field{display:flex;flex-direction:column;gap:4px}.sb-field label{font-size:12px;color:var(--text-2)}.sb-field select,.sb-field input{height:32px;padding:0 8px;border-radius:var(--radius);border:1px solid var(--border);background:#fff}.sb-field select:hover,.sb-field input:hover{border-color:var(--border-2)}.sb-field input:focus,.sb-field select:focus{outline:2px solid var(--accent-hover);outline-offset:1px;border-color:transparent}.sb-fields{display:flex;flex-direction:column;gap:10px}.sb-check{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2);margin-top:8px}.sb-hint{font-size:12px;color:var(--text-2);margin:8px 0 0}.sb-instrument{display:flex;align-items:center;gap:12px;padding:16px}.sb-instrument .icon{width:40px;height:40px;border-radius:8px;background:var(--accent-tertiary);color:var(--accent);display:flex;align-items:center;justify-content:center}.sb-instrument .name{font-weight:600}.sb-instrument .sub{font-size:12px;color:var(--text-2)}.sb-range{width:100%}.se-content{position:relative;min-height:0;height:100%;display:flex;flex-direction:row;min-width:0}.se-score-scrollable{background:var(--bg);flex:1 1 auto;overflow:auto;position:relative;padding:24px 24px 120px}.page{position:relative;background:var(--paper);box-shadow:0 1px 3px #0000001f,0 4px 16px #00000014;margin:0 auto}.page-header{position:relative;text-align:center;padding-top:1px}.page-title{font-family:Times New Roman,Georgia,serif;font-weight:700;margin:0;line-height:1.2;cursor:text;display:inline-block;padding:2px 8px;border-radius:4px;border:1px solid transparent}.page-title:hover{border-color:var(--border-2)}.page-composer-row{text-align:right;margin-top:2px}.page-composer{font-family:Times New Roman,Georgia,serif;cursor:text;padding:2px 6px;border-radius:4px;border:1px solid transparent;display:inline-block}input.page-composer,input.page-title{background:#fff;outline:none;border-color:var(--border-2)}.page-composer:hover{border-color:var(--border-2)}.page-composer.empty{color:#aab;font-style:italic}.svg-host{position:relative;line-height:0}.svg-host svg{display:block}.svg-host .vf-playing text{fill:#e67e22}.svg-host .vf-playing path:not([fill=none]){fill:#e67e22}.svg-host .vf-playing path:not([stroke=none]){stroke:#e67e22}.ghost-note{position:absolute;pointer-events:none}.ghost-label{position:absolute;pointer-events:none;font-size:11px;background:#363c50bf;color:#fff;padding:1px 5px;border-radius:3px;white-space:nowrap}.cursor-marker{position:absolute;pointer-events:none;background:#2f80ed1f;border-left:2px solid rgba(47,128,237,.6);border-radius:2px}.measure-controls{position:absolute;display:flex;flex-direction:column;gap:4px}.measure-controls button{width:28px;height:28px;border-radius:50%;border:1px solid var(--border-2);background:#fff;color:var(--text-2);font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #0000001a}.measure-controls button:hover{color:var(--accent);border-color:var(--accent)}.piano-keyboard{position:relative;z-index:12;flex:0 0 108px;height:108px;width:100%;background:#08080d;border-top:1px solid rgba(255,255,255,.08)}.keyboard-nav-btn{z-index:5;position:absolute;top:-18px;width:36px;height:36px;border-radius:100px;border:0;background:#fff;box-shadow:0 1px 4px #363c5024,0 0 0 1px #363c500a;display:inline-flex;align-items:center;justify-content:center;color:var(--accent)}.keyboard-nav-btn.prev{left:16px}.keyboard-nav-btn.next{right:16px}.keyboard-nav-btn.piano-close{left:50%;transform:translate(-50%);color:var(--text-2)}.keyboard-keys{position:relative;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;width:100%;height:100%}.keyboard-keys-container{display:flex;height:100%;width:max-content}.octave{position:relative;flex:0 0 378px;height:100%}.wkey,.bkey{position:absolute;top:0;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border:0;padding:0}.wkey{height:108px;width:52px;background:#fff}.wkey.disabled{background:#d9dce4;cursor:not-allowed}.bkey{height:64px;width:40px;background:#08080d;border:2px solid #08080d;border-top:0;z-index:2}.bkey:before{content:"";position:absolute;top:0;right:0;bottom:6px;left:0;background:#2a2a33;border-radius:0 0 4px 4px}.bkey.disabled{cursor:not-allowed}.wkey.active{background:var(--accent-hover)}.bkey.active:before{background:var(--accent-hover)}.wkey:not(.disabled):active{background:#cfe0fb}.key-label{position:absolute;bottom:10px;left:50%;transform:translate(-50%);min-width:22px;height:22px;padding:0 2px;border-radius:4px;border:1px solid #646f8d;color:#646f8d;font-size:11px;font-weight:600;line-height:16px;display:flex;align-items:center;justify-content:center;white-space:nowrap}.wkey.active .key-label{color:#fff;border-color:#fff}.ddn{position:relative}.ddn-menu{position:absolute;top:calc(100% + 6px);left:0;min-width:180px;background:#fff;color:var(--text);border-radius:8px;box-shadow:0 4px 16px #00000029,0 0 0 1px #0000000f;padding:6px;z-index:50}.ddn-menu.ddn-right{left:auto;right:0}.ddn-item{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:8px 10px;border:0;background:none;border-radius:6px;text-align:left;font-size:14px}.ddn-item:hover{background:var(--bg)}.ddn-item.active{color:var(--accent);font-weight:600}.ddn-item.danger{color:#d64545}.ddn-sep{height:1px;background:var(--border);margin:4px 0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#14182873;display:flex;align-items:center;justify-content:center;z-index:100}.modal{background:#fff;border-radius:12px;box-shadow:0 12px 40px #00000040;width:520px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);display:flex;flex-direction:column;overflow:hidden}.modal.wide{width:760px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);font-weight:600;font-size:16px}.modal-body{padding:20px;overflow:auto}.modal-footer{display:flex;justify-content:flex-end;gap:8px;padding:12px 20px;border-top:1px solid var(--border)}.btn{height:36px;padding:0 16px;border-radius:40px;border:1px solid var(--border-2);background:#fff;color:var(--text);font-weight:500;display:inline-flex;align-items:center;gap:6px}.btn:hover{background:var(--bg)}.btn.primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn.primary:hover{background:var(--accent-hover)}.btn.small{height:30px;padding:0 12px;font-size:13px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-grid .full{grid-column:1 / -1}.shortcut-table{width:100%;border-collapse:collapse;font-size:13px}.shortcut-table th{text-align:left;padding:6px 8px;background:var(--bg)}.shortcut-table td{padding:6px 8px;border-bottom:1px solid var(--border);vertical-align:top}kbd{font-family:var(--font);font-size:12px;background:#fff;border:1px solid var(--border-2);border-bottom-width:2px;border-radius:4px;padding:1px 6px;margin:0 1px;white-space:nowrap}.col-page{min-height:100%;display:flex;flex-direction:column}.col-header{background:var(--accent);color:#fff;height:64px;display:flex;align-items:center;padding:0 24px;gap:16px}.col-header h1{font-size:18px;font-weight:600;margin:0 0 0 8px}.col-search{display:flex;align-items:center;gap:8px;background:#ffffff2e;border-radius:40px;height:36px;padding:0 14px;width:320px}.col-search input{background:none;border:0;outline:0;color:#fff;width:100%;font-size:14px}.col-search input::placeholder{color:#ffffffb3}.col-toolbar{display:flex;align-items:center;gap:12px;padding:20px 32px 0}.col-toolbar select{height:32px;border-radius:var(--radius);border:1px solid var(--border);padding:0 8px;background:#fff}.col-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px 32px 40px}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 2px 10px #0000000d;overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .15s,transform .15s}.card:hover{box-shadow:0 4px 18px #00000024;transform:translateY(-2px)}.card-preview{height:150px;background:#fff;border-bottom:1px solid var(--border);overflow:hidden;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center}.card-preview>div{pointer-events:none}.card-body{display:flex;align-items:center;gap:8px;padding:10px 10px 10px 14px}.card-info{flex:1;min-width:0}.card-title{font-weight:600;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.card-title:hover{color:var(--accent)}.card-sub{font-size:12px;color:var(--text-2);margin-top:2px}.card-play{width:36px;height:36px;border-radius:50%;border:0;background:var(--accent-tertiary);color:var(--accent);display:flex;align-items:center;justify-content:center}.card-play:hover,.card-play.on{background:var(--accent);color:#fff}.card-more{width:32px;height:32px;border-radius:50%;border:0;background:none;color:var(--text-2);font-size:18px}.card-more:hover{background:var(--bg)}.empty{text-align:center;padding:80px 20px;color:var(--text-2)}.empty h2{color:var(--text);font-weight:600}.empty svg{margin-bottom:8px}.storage-warn{background:#fff4e5;color:#8a5a00;padding:8px 32px;font-size:13px}@media print{.se-header,.toolbar,.editor-sidebar,.piano-keyboard,.measure-controls,.cursor-marker,.ghost-note,.ghost-label,.keyboard-nav-btn{display:none!important}.se-global{height:auto;overflow:visible}.main-content{display:block}.se-score-scrollable{overflow:visible;padding:0;background:#fff}.page{box-shadow:none;margin:0}body{background:#fff}}.help-page{height:100%;display:flex;flex-direction:column;background:var(--bg)}.help-page .col-header .logo{width:36px;height:36px;border-radius:8px;background:#fff;color:var(--accent);font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center;text-decoration:none}.help-page .col-header .se-header-btn{text-decoration:none}.help-body{flex:1;min-height:0;display:grid;grid-template-columns:280px 1fr}.help-nav{background:#fff;border-right:1px solid var(--border);padding:24px 12px;overflow-y:auto}.help-nav-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--text-2);padding:0 12px 10px}.help-nav-item{display:block;width:100%;text-align:left;padding:9px 12px;border:0;background:none;border-radius:6px;font-size:14px;color:var(--text);border-left:3px solid transparent}.help-nav-item:hover{background:var(--bg)}.help-nav-item.active{background:var(--accent-tertiary);color:var(--accent);font-weight:600;border-left-color:var(--accent)}.help-content{overflow-y:auto;scroll-behavior:smooth}.help-inner{max-width:780px;margin:0 auto;padding:40px 32px 80px}.help-section{scroll-margin-top:24px;padding-bottom:12px}.help-section+.help-section{margin-top:44px;border-top:1px solid var(--border);padding-top:36px}.help-section h2{font-size:26px;font-weight:700;margin:0 0 16px;color:var(--text)}.help-section h3{font-size:16px;font-weight:600;margin:26px 0 10px;color:var(--text)}.help-section p{line-height:1.65;margin:0 0 14px;color:#4a5169}.help-lead{font-size:16px;color:var(--text)!important}.help-list,.help-steps{line-height:1.65;color:#4a5169;padding-left:22px;margin:0 0 14px}.help-list li,.help-steps li{margin-bottom:10px}.help-steps li{padding-left:4px}.help-callout{border-radius:8px;padding:14px 16px;margin:18px 0;line-height:1.6;font-size:14px;background:var(--accent-tertiary);border-left:4px solid var(--accent);color:#2b3a57}.help-callout.tip{background:#e9f7ef;border-left-color:#2e9e5b;color:#1f5136}.help-callout.warn{background:#fff4e5;border-left-color:#e0932f;color:#6b4a12}.help-table{width:100%;border-collapse:collapse;font-size:14px;margin:0 0 16px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 0 0 1px var(--border)}.help-table td{padding:10px 14px;border-bottom:1px solid var(--border);vertical-align:top;color:#4a5169}.help-table tr:last-child td{border-bottom:0}.help-table td:first-child{color:var(--text);font-weight:500;white-space:nowrap}.help-shortcut-group{margin-bottom:8px}.keys{display:inline-flex;align-items:center;gap:3px;flex-wrap:wrap}.keys-sep{color:var(--text-2);font-size:12px;margin:0 1px}.pill-demo{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:32px;border:1px solid var(--border-2);color:var(--text-2);font-size:12px;font-weight:500}.pill-demo.on{background:#e9f7ef;border-color:#2e9e5b;color:#1f7a46;font-weight:600}.demo{background:#fff;border-radius:10px;box-shadow:0 0 0 1px var(--border);padding:16px;margin:0 0 18px;display:flex;flex-direction:column;gap:10px}.demo-bar{display:flex;align-items:center;gap:12px}.demo-bar-label{flex:0 0 96px;font-size:12px;color:var(--text-2);text-align:right}.demo-bar-cells{flex:1;display:flex;gap:4px}.demo-cell{flex:1;text-align:center;padding:8px 4px;border-radius:6px;font-size:13px;background:var(--bg);color:var(--text);border:1px solid var(--border)}.demo-cell.new{background:var(--accent-tertiary);border-color:#9fc2f5;color:var(--accent);font-weight:600}.demo-cell.moved{background:#e9f7ef;border-color:#a8dcbe;color:#1f7a46;font-weight:600}.demo-cell.rest{background:#fff;color:#a3aabf;font-style:italic;border-style:dashed}.demo-cell.gone{background:#fdecec;border-color:#f3c2c2;color:#c05353;text-decoration:line-through}.help-footer{margin-top:48px;padding-top:28px;border-top:1px solid var(--border);display:flex;align-items:center;gap:20px;flex-wrap:wrap}.help-footer .btn{text-decoration:none}.help-footer-note{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-2)}@media(max-width:860px){.help-body{grid-template-columns:1fr}.help-nav{display:none}}.login-page{min-height:100%;display:flex;align-items:center;justify-content:center;padding:24px}.login-card{background:#fff;border-radius:12px;box-shadow:0 12px 40px #0000001f;width:360px;max-width:100%;padding:32px 28px;display:flex;flex-direction:column;gap:16px}.login-logo{width:48px;height:48px;border-radius:12px;background:var(--accent);color:#fff;font-weight:800;font-size:26px;display:flex;align-items:center;justify-content:center}.login-card h1{font-size:20px;font-weight:600;margin:0}.login-card p{margin:0;color:var(--text-2)}.login-card .sb-field input{height:38px}.login-card .btn{justify-content:center}.btn:disabled{opacity:.55;cursor:default}.login-error{background:#fdecec;color:#b42318;padding:8px 12px;border-radius:var(--radius);font-size:13px}.login-ok{background:#e6f6ec;color:#1b7f3b;padding:8px 12px;border-radius:var(--radius);font-size:13px}.login-hint{font-size:12px}.col-header .logo{width:36px;height:36px;border-radius:8px;background:#fff;color:var(--accent);font-weight:800;font-size:20px;display:flex;align-items:center;justify-content:center;text-decoration:none}.col-user{color:#ffffffd9;font-size:14px}.admin-body{display:grid;grid-template-columns:360px 1fr;gap:20px;padding:24px 32px 40px;align-items:start}.admin-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014,0 2px 10px #0000000d;padding:20px;display:flex;flex-direction:column;gap:12px}.admin-card h2{font-size:16px;font-weight:600;margin:0}.admin-card .btn{align-self:flex-start}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th,.admin-table td{text-align:left;padding:8px 10px;border-bottom:1px solid var(--border)}.admin-table th{color:var(--text-2);font-weight:500;font-size:12px}.tag{display:inline-block;padding:2px 8px;border-radius:10px;background:var(--accent-tertiary);color:var(--accent);font-size:12px;font-weight:600}@media(max-width:800px){.admin-body{grid-template-columns:1fr}}.admin-table tr.deleted td{color:var(--text-2)}.admin-table tr.deleted td:first-child{text-decoration:line-through}.tag.muted{background:var(--bg);color:var(--text-2)}.admin-actions{white-space:nowrap;text-align:right}.admin-actions .btn+.btn{margin-left:6px}.btn.danger{color:#d64545;border-color:#f0c4c4}.btn.danger:hover{background:#fdecec}
