.featured-source-toggle{display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:42px;border:1px solid #4a4130;background:#12110d;color:#cfc8b8;border-radius:11px;cursor:pointer;font-weight:900;font-size:12px;transition:.18s}.featured-source-toggle:hover{border-color:#a57b08;color:#ffe27a}.featured-source-toggle[aria-pressed="true"]{border-color:#d7a40a;background:linear-gradient(180deg,#3a2c08,#171205);color:#ffd95b;box-shadow:0 0 0 3px rgba(215,164,10,.08)}.featured-source-toggle[hidden]{display:none!important}.featured-edit-button{position:absolute;right:18px;top:18px;z-index:9;width:40px;height:40px;border-radius:12px;border:1px solid #7b5d08;background:rgba(8,8,10,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#ffd34f;display:grid;place-items:center;cursor:pointer;font-size:20px;box-shadow:0 10px 28px #0008;transition:.18s}.featured-edit-button:hover{transform:translateY(-1px);border-color:#e0ac11;background:#171207}.featured-manager-modal{position:fixed;inset:0;z-index:210;display:grid;place-items:center;padding:18px;background:rgba(0,0,0,.78);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);opacity:0;visibility:hidden;pointer-events:none;transition:.18s}.featured-manager-modal.open{opacity:1;visibility:visible;pointer-events:auto}.featured-manager-card{width:min(780px,calc(100vw - 32px));max-height:min(86vh,760px);overflow:hidden;border:1px solid #956f08;border-radius:22px;background:rgba(8,8,10,.98);box-shadow:0 30px 90px #000,0 0 42px rgba(240,185,11,.08);display:flex;flex-direction:column}.featured-manager-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px 14px;border-bottom:1px solid #25252a}.featured-manager-head h2{margin:0;font-size:24px}.featured-manager-head p{margin:4px 0 0;color:#94949c;font-size:11px}.featured-manager-close{width:36px;height:36px;border:1px solid #37373d;border-radius:50%;background:#101012;color:#fff;font-size:22px;cursor:pointer}.featured-manager-body{padding:16px 20px 20px;overflow:auto}.featured-count{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;color:#aaaab2;font-size:11px}.featured-count b{color:#ffd45b}.featured-current-list{display:grid;gap:8px}.featured-row{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:11px;border:1px solid #2d2d32;background:#101012;border-radius:12px;padding:8px 10px}.featured-row img{width:48px;height:66px;border-radius:7px;object-fit:cover;background:#18181b}.featured-row h4{margin:0 0 4px;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-row small{color:#888890;font-size:10px}.featured-row-actions{display:flex;gap:5px}.featured-row-actions button{width:31px;height:31px;border:1px solid #37373d;border-radius:8px;background:#171719;color:#e9e9ec;cursor:pointer;font-size:13px}.featured-row-actions button:hover{border-color:#a77d0a;color:#ffd45b}.featured-row-actions .remove{color:#ff7b81;border-color:#63343a}.featured-add-title{margin:18px 0 8px;font-size:13px;color:#f0c64d}.featured-search{width:100%;height:42px;border:1px solid #35353c;background:#0d0d11;color:#fff;border-radius:11px;padding:0 13px;outline:none}.featured-search:focus{border-color:#d1a008;box-shadow:0 0 0 3px rgba(209,160,8,.08)}.featured-search-results{display:grid;gap:7px;margin-top:9px}.featured-search-row{display:flex;align-items:center;gap:10px;border:1px solid #28282d;background:#0f0f11;border-radius:10px;padding:7px 9px}.featured-search-row img{width:34px;height:47px;border-radius:5px;object-fit:cover}.featured-search-row div{min-width:0;flex:1}.featured-search-row b{display:block;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-search-row small{font-size:9px;color:#8b8b92}.featured-search-row button{border:1px solid #8c6908;background:#211a06;color:#ffd45b;border-radius:8px;padding:7px 9px;cursor:pointer;font-size:10px;font-weight:900}.featured-manager-footer{display:flex;justify-content:flex-end;gap:9px;padding:13px 20px 18px;border-top:1px solid #25252a}.featured-manager-footer button{min-width:120px;height:40px;border-radius:10px;cursor:pointer;font-weight:900}.featured-cancel{border:1px solid #3a3a40;background:#111114;color:#ddd}.featured-save{border:1px solid #c99609;background:linear-gradient(180deg,#ffd84f,#dba009);color:#171000}.featured-empty{text-align:center;padding:22px;color:#818189;font-size:12px}@media(max-width:650px){.featured-edit-button{right:10px;top:10px}.featured-manager-body{padding:14px}.featured-row{grid-template-columns:42px minmax(0,1fr)}.featured-row img{width:42px;height:58px}.featured-row-actions{grid-column:1/-1;justify-content:flex-end}.featured-manager-footer{padding:12px 14px 15px}.featured-manager-footer button{min-width:0;flex:1}}