*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;background:#eef5ff;color:#102033}.topbar{background:linear-gradient(135deg,#074da5,#0b78e3);color:#fff;padding:14px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px;box-shadow:0 4px 18px rgba(7,77,165,.22)}.topbar a{color:#fff;text-decoration:none;margin-left:14px;font-weight:700}.container{max-width:1500px;margin:0 auto;padding:18px}.card,.panel,.hero-card{background:#fff;border:1px solid #d8e7f7;border-radius:18px;padding:16px;box-shadow:0 10px 28px rgba(15,52,96,.08);margin-bottom:16px}.hero-card{display:flex;justify-content:space-between;align-items:center;gap:16px;background:linear-gradient(135deg,#fff,#edf6ff)}.hero-card h2{margin:2px 0 6px;font-size:28px}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:#0b63ce;font-weight:800;font-size:12px}.muted{color:#667a91}.small-text{font-size:12px}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.grid{display:grid;grid-template-columns:repeat(5,minmax(160px,1fr));gap:12px;align-items:end}.settings-grid{grid-template-columns:repeat(6,minmax(140px,1fr));margin-top:14px}label{font-weight:700;font-size:13px;color:#31506f}.input,select,textarea{width:100%;border:1px solid #c7d9ec;border-radius:12px;padding:10px 12px;background:#fff;color:#102033;outline:none}.input:focus,select:focus{border-color:#0b78e3;box-shadow:0 0 0 3px rgba(11,120,227,.12)}.btn{border:0;border-radius:12px;padding:10px 14px;background:#0b63ce;color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:800;cursor:pointer;white-space:nowrap}.btn:hover{filter:brightness(.96)}.btn.small{padding:8px 11px;font-size:13px}.btn.secondary{background:#17324f}.btn.light{background:#e9f2fc;color:#0b3c75}.alert{padding:12px 14px;border-radius:14px;margin-bottom:14px;font-weight:700}.alert.ok{background:#e9f9ee;color:#176b2c;border:1px solid #bde8c7}.alert.err{background:#fdecec;color:#a21c1c}.compact-card summary{cursor:pointer;font-weight:800;color:#0b3c75}.url-box{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:14px 0}.url-box div{border:1px solid #dbe7f3;border-radius:12px;padding:10px;background:#f8fbff}.url-box span{display:block;color:#667a91;font-size:12px}.copy-row{display:flex;gap:8px}.copy-row input{flex:1}.add-category-form{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:end}.editor-layout{display:grid;grid-template-columns:430px minmax(0,1fr);gap:16px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.sticky-head{position:sticky;top:0;background:#fff;z-index:3;padding-bottom:10px}.list-box{max-height:72vh;overflow:auto;border:1px solid #dbe7f3;border-radius:14px;background:#f8fbff}.row-item{display:grid;gap:10px;align-items:center;padding:10px;border-bottom:1px solid #dbe7f3;background:#fff}.row-item:last-child{border-bottom:0}.row-item.hidden{background:#fff1f1;opacity:.82}.row-item.dragging{opacity:.45}.group-row{grid-template-columns:26px minmax(0,1fr) 54px 72px}.channel-row{grid-template-columns:26px 34px 52px minmax(0,1fr) 72px}.drag{cursor:grab;color:#0b63ce;font-weight:900;text-align:center}.group-link{display:block;color:#0b3c75;font-weight:900;text-decoration:none;margin-bottom:6px}.group-link.active{color:#0b78e3;text-decoration:underline}.name-input{width:100%;border:1px solid #d8e7f7;border-radius:10px;padding:8px;margin-top:6px;background:#fff}.pill{background:#edf6ff;color:#0b3c75;border-radius:999px;padding:5px 8px;text-align:center;font-weight:900}.mini-check{font-size:12px;font-weight:700;color:#51677e}.search-input{margin-bottom:10px}.bulk-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) minmax(220px,280px) auto auto auto auto;gap:8px;align-items:center;margin-bottom:8px}.select-all{display:flex;gap:6px;align-items:center;white-space:nowrap}.selection-info{font-size:13px;color:#51677e;font-weight:700;margin:0 0 8px}.channel-select{display:flex;justify-content:center}.logo-cell{width:42px;height:42px;border:1px solid #dbe7f3;border-radius:12px;background:#f3f8ff;display:flex;align-items:center;justify-content:center;overflow:hidden;color:#0b63ce;font-weight:900}.logo-cell img{max-width:100%;max-height:100%;object-fit:contain}.channel-main strong{display:block;margin-bottom:2px}.empty-state{padding:26px;text-align:center;color:#667a91}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:10px;border-bottom:1px solid #dbe7f3;text-align:left}.check-line{display:flex;align-items:center;min-height:42px}@media(max-width:1180px){.editor-layout{grid-template-columns:1fr}.bulk-toolbar{grid-template-columns:1fr 1fr}.settings-grid,.grid{grid-template-columns:1fr 1fr}.url-box{grid-template-columns:1fr}}@media(max-width:760px){.container{padding:12px}.topbar{flex-direction:column;align-items:flex-start}.hero-card{flex-direction:column;align-items:flex-start}.add-category-form,.settings-grid,.grid,.bulk-toolbar{grid-template-columns:1fr}.group-row{grid-template-columns:22px minmax(0,1fr) 48px}.group-row .mini-check{grid-column:2/4}.channel-row{grid-template-columns:22px 30px 44px minmax(0,1fr)}.channel-row .mini-check{grid-column:4}.url-box{grid-template-columns:1fr}.list-box{max-height:none}.copy-row{flex-direction:column}}
