@layer components {
  html[data-route="/waivers"] .section-tabs{display:flex;gap:4px;border-bottom:1px solid var(--gray-border);padding:0 20px;position:relative;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;}
  html[data-route="/waivers"] .section-tabs::after{content:"";position:absolute;top:0;right:0;bottom:1px;width:24px;pointer-events:none;background:linear-gradient(to right,transparent,var(--black,#050505));}
  html[data-route="/waivers"] .section-tab{padding:12px 16px;font-size:16px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--gray-light);cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;background:none;border-left:0;border-right:0;border-top:0;font-family:var(--f-body);min-height:44px;display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto;}
  html[data-route="/waivers"] .section-tab.active{color:var(--white-bright);border-bottom-color:var(--red-primary);}
  html[data-route="/waivers"] .section-tab:hover{color:var(--white-bright);}
  html[data-route="/waivers"] .schedule-strip{display:flex;align-items:center;gap:14px;padding:14px 18px;background:rgba(255,45,45,.06);border:1px solid rgba(255,45,45,.22);border-radius:10px;font-size:16px;color:#FFFFFF;}
  html[data-route="/waivers"] .ss-icon{font-size:22px;flex-shrink:0;}
  html[data-route="/waivers"] .ss-text{flex:1;font-size:16px;color:#FFFFFF;line-height:1.4;}
  html[data-route="/waivers"] .ss-text strong{color:#fff;font-family:var(--f-display);letter-spacing:.04em;}
  html[data-route="/waivers"] .ss-countdown{font-family:var(--f-mono);font-size:16px;color:#fff;background:rgba(0,0,0,.35);padding:6px 12px;border-radius:8px;border:1px solid var(--gray-border);white-space:nowrap;}
  html[data-route="/waivers"] .faab-bar{display:flex;align-items:center;gap:14px;padding:14px 18px;background:rgba(90,140,255,.06);border:1px solid rgba(90,140,255,.22);border-radius:10px;}
  html[data-route="/waivers"] .faab-label{font-family:var(--f-display);font-size:16px;letter-spacing:.14em;color:var(--blue);text-transform:uppercase;flex-shrink:0;}
  html[data-route="/waivers"] .faab-track{flex:1;height:8px;background:var(--black-soft);border-radius:4px;overflow:hidden;border:1px solid var(--gray-border);}
  html[data-route="/waivers"] .faab-fill{height:100%;background:linear-gradient(90deg,var(--blue),var(--accent, #FF2D2D));border-radius:4px;transition:width .4s ease;}
  html[data-route="/waivers"] .faab-amount{font-family:var(--f-mono);font-size:16px;color:var(--white-bright);flex-shrink:0;}
  html[data-route="/waivers"] .faab-amount span{color:var(--gray-light);font-size:16px;}
  html[data-route="/waivers"] .wt-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-family:var(--f-body);}
  html[data-route="/waivers"] .wt-standard{background:rgba(255,45,45,.1);color:#FFFFFF;border:1px solid rgba(255,45,45,.2);}
  html[data-route="/waivers"] .wt-faab{background:rgba(90,140,255,.1);color:var(--blue);border:1px solid rgba(90,140,255,.2);}
  html[data-route="/waivers"] .wt-rolling{background:rgba(61,186,110,.1);color:var(--green);border:1px solid rgba(61,186,110,.2);}
  html[data-route="/waivers"] .waivers-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:18px;align-items:start;}
  html[data-route="/waivers"] .pos-filters{display:flex;gap:4px;flex-wrap:wrap;}
  html[data-route="/waivers"] .filter-search{flex:1 1 200px;min-width:0;background:var(--bg-surface-2);border:1px solid var(--gray-border);border-radius:8px;padding:10px 14px;font-size:16px;color:var(--white-bright);outline:none;font-family:var(--f-body);min-height:44px;}
  html[data-route="/waivers"] .filter-search::placeholder{color:var(--gray-light);}
  html[data-route="/waivers"] .filter-search:focus{border-color:var(--red-primary);box-shadow:0 0 0 2px rgba(255,26,26,.15);}
  html[data-route="/waivers"] .pos-btn{padding:6px 12px;border-radius:6px;font-size:16px;font-weight:700;letter-spacing:.08em;background:var(--bg-surface-2);border:1px solid var(--gray-border);color:var(--gray-light);cursor:pointer;transition:all .12s;min-height:44px;min-width:44px;font-family:var(--f-body);display:inline-flex;align-items:center;justify-content:center;}
  html[data-route="/waivers"] .pos-btn.active{background:rgba(255,26,26,.15);border-color:var(--red-primary);color:var(--white-bright);}
  html[data-route="/waivers"] .pos-btn:hover{color:var(--white-bright);}
  html[data-route="/waivers"] .sort-select{padding:8px 12px;border-radius:8px;font-size:16px;background:var(--bg-surface-2);border:1px solid var(--gray-border);color:var(--white-bright);outline:none;cursor:pointer;font-family:var(--f-body);min-height:44px;}
  html[data-route="/waivers"] .sort-select:focus{border-color:var(--red-primary);}
  html[data-route="/waivers"] .fa-count{font-size:16px;color:var(--gray-light);white-space:nowrap;margin-left:auto;}
  html[data-route="/waivers"] .player-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:12px;}
  html[data-route="/waivers"] .pc-waiver-badge{font-size:16px;font-weight:700;padding:2px 6px;border-radius:3px;background:rgba(255,45,45,.1);color:#FFFFFF;border:1px solid rgba(255,45,45,.2);}
  html[data-route="/waivers"] .claim-list{display:flex;flex-direction:column;}
  html[data-route="/waivers"] .claim-row{display:grid;grid-template-columns:28px 32px 1fr 22px 1fr auto;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--hairline);transition:background .15s;}
  html[data-route="/waivers"] .claim-row:last-child{border-bottom:none;}
  html[data-route="/waivers"] .claim-row:hover{background:rgba(255,255,255,.02);}
  html[data-route="/waivers"] .cr-handle{cursor:grab;color:var(--gray-light);display:flex;align-items:center;justify-content:center;touch-action:none;}
  html[data-route="/waivers"] .cr-handle:active{cursor:grabbing;}
  html[data-route="/waivers"] .cr-handle svg{width:14px;height:14px;}
  html[data-route="/waivers"] .cr-pri{font-family:var(--f-display);font-size:22px;color:#FFFFFF;text-align:center;}
  html[data-route="/waivers"] .cr-side{display:flex;flex-direction:column;gap:2px;min-width:0;}
  html[data-route="/waivers"] .cr-eyebrow{font-size:16px;font-family:var(--f-display);letter-spacing:.14em;color:var(--gray-light);}
  html[data-route="/waivers"] .cr-pos{display:inline-block;padding:1px 6px;border-radius:3px;font-size:16px;font-weight:700;background:rgba(255,45,45,.1);color:#FFFFFF;border:1px solid rgba(255,45,45,.2);width:fit-content;}
  html[data-route="/waivers"] .cr-name{font-weight:600;font-size:16px;color:var(--white-bright);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  html[data-route="/waivers"] .cr-school{font-size:16px;color:var(--gray-light);}
  html[data-route="/waivers"] .cr-arrow{font-size:18px;color:var(--gray-light);text-align:center;}
  html[data-route="/waivers"] .cr-actions{display:flex;flex-direction:column;align-items:flex-end;gap:6px;}
  html[data-route="/waivers"] .cr-status{display:inline-flex;padding:2px 8px;border-radius:4px;font-size:16px;font-weight:700;letter-spacing:.08em;}
  html[data-route="/waivers"] .cr-status.queued{background:rgba(255,45,45,.12);color:#FFFFFF;border:1px solid rgba(255,45,45,.25);}
  html[data-route="/waivers"] .cr-status.awarded{background:rgba(61,186,110,.12);color:var(--green);border:1px solid rgba(61,186,110,.25);}
  html[data-route="/waivers"] .cr-status.denied,html[data-route="/waivers"] .cr-status.cancelled,html[data-route="/waivers"] .cr-status.expired{background:rgba(138,138,138,.12);color:var(--gray-light);border:1px solid rgba(138,138,138,.25);}
  html[data-route="/waivers"] .cr-bid{font-family:var(--f-mono);font-size:16px;color:#FFFFFF;}
  html[data-route="/waivers"] .claim-row.dragging{opacity:.4;background:rgba(255,26,26,.05);}
  html[data-route="/waivers"] .result-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--hairline);}
  html[data-route="/waivers"] .result-row:last-child{border-bottom:none;}
  html[data-route="/waivers"] .rr-icon{flex:0 0 30px;width:30px;height:30px;border-radius:7px;background:var(--black-soft);border:1px solid var(--gray-border);display:flex;align-items:center;justify-content:center;font-size:16px;}
  html[data-route="/waivers"] .rr-body{flex:1;min-width:0;}
  html[data-route="/waivers"] .rr-title{font-size:16px;color:var(--white-bright);}
  html[data-route="/waivers"] .rr-sub{font-size:16px;color:var(--gray-light);margin-top:2px;}
  html[data-route="/waivers"] .rr-pri{font-family:var(--f-mono);font-size:16px;color:var(--gray-light);white-space:nowrap;flex-shrink:0;}
  html[data-route="/waivers"] .txn-row{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;border-bottom:1px solid var(--hairline);}
  html[data-route="/waivers"] .txn-row:last-child{border-bottom:none;}
  html[data-route="/waivers"] .txn-dot{flex:0 0 8px;width:8px;height:8px;border-radius:50%;margin-top:5px;}
  html[data-route="/waivers"] .txn-dot.add{background:var(--green);}
  html[data-route="/waivers"] .txn-dot.drop{background:var(--red-primary);}
  html[data-route="/waivers"] .txn-dot.claim{background:var(--accent, #FF2D2D);}
  html[data-route="/waivers"] .txn-body{flex:1;min-width:0;}
  html[data-route="/waivers"] .txn-headline{font-size:16px;color:var(--white-bright);line-height:1.3;}
  html[data-route="/waivers"] .txn-meta{font-size:16px;color:var(--gray-light);margin-top:2px;}
  html[data-route="/waivers"] .pri-table{width:100%;border-collapse:collapse;font-size:16px;}
  html[data-route="/waivers"] .pri-table th{font-family:var(--f-display);font-size:16px;letter-spacing:.12em;color:var(--gray-light);text-align:left;padding:8px 14px;border-bottom:1px solid var(--gray-border);}
  html[data-route="/waivers"] .pri-table td{padding:10px 14px;border-bottom:1px solid var(--hairline);}
  html[data-route="/waivers"] .pri-table tr:last-child td{border-bottom:none;}
  html[data-route="/waivers"] .pri-num{font-family:var(--f-display);font-size:18px;color:#FFFFFF;width:28px;}
  html[data-route="/waivers"] .pri-mine{background:rgba(255,26,26,.04);}
  html[data-route="/waivers"] .btn-ghost{background:transparent;border-color:var(--gray-border);color:var(--gray-light);}
  html[data-route="/waivers"] .btn-ghost:hover{border-color:var(--red-primary);color:var(--white-bright);}
  html[data-route="/waivers"] .btn-waiver{background:rgba(255,45,45,.1);border-color:rgba(255,255,255,.25);color:#FFFFFF;}
  html[data-route="/waivers"] .btn-waiver:hover{background:rgba(255,45,45,.2);}
  html[data-route="/waivers"] .btn[disabled]{opacity:.55;cursor:not-allowed;}
  html[data-route="/waivers"] .btn-sm{min-height:44px;padding:10px 16px;font-size:16px;}
  html[data-route="/waivers"] .pl-act-btn{min-height:44px;padding:11px 12px;display:inline-flex;align-items:center;justify-content:center;}
  html[data-route="/waivers"] .modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:300;display:none;align-items:center;justify-content:center;padding:24px;}
  html[data-route="/waivers"] .modal-backdrop.open{display:flex;}
  html[data-route="/waivers"] .modal{background:var(--black-card);border:1px solid var(--gray-border);border-radius:14px;width:100%;max-width:560px;max-height:90vh;overflow:auto;}
  html[data-route="/waivers"] .modal-head{padding:18px 22px;border-bottom:1px solid var(--gray-border);display:flex;align-items:center;justify-content:space-between;gap:12px;}
  html[data-route="/waivers"] .modal-head h2{font-family:var(--f-display);font-size:20px;letter-spacing:.06em;margin:0;}
  html[data-route="/waivers"] .modal-close{background:transparent;border:1px solid var(--gray-border);color:var(--gray-light);width:44px;height:44px;border-radius:8px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;}
  html[data-route="/waivers"] .modal-close:hover{border-color:var(--red-primary);color:var(--white-bright);}
  html[data-route="/waivers"] .modal-body{padding:22px;display:flex;flex-direction:column;gap:16px;}
  html[data-route="/waivers"] .player-summary{background:var(--black-soft);border:1px solid var(--gray-border);border-radius:10px;padding:14px 16px;}
  html[data-route="/waivers"] .form-row{display:flex;flex-direction:column;gap:6px;}
  html[data-route="/waivers"] .form-row label{font-family:var(--f-display);font-size:16px;letter-spacing:.14em;color:var(--gray-light);}
  html[data-route="/waivers"] .form-row input,html[data-route="/waivers"] .form-row select{background:var(--black-soft);border:1px solid var(--gray-border);border-radius:8px;padding:10px 12px;font-size:16px;color:var(--white-bright);outline:none;font-family:var(--f-body);min-height:44px;}
  html[data-route="/waivers"] .form-row input:focus,html[data-route="/waivers"] .form-row select:focus{border-color:var(--red-primary);}
  html[data-route="/waivers"] .form-hint{font-size:16px;color:var(--gray-light);}
  html[data-route="/waivers"] .form-error{font-size:16px;color:var(--red-primary);}
  html[data-route="/waivers"] .modal-foot{padding:14px 22px;border-top:1px solid var(--gray-border);display:flex;justify-content:flex-end;gap:10px;}
  html[data-route="/waivers"] .save-msg{font-size:16px;color:var(--green);align-self:center;margin-right:auto;}
  html[data-route="/waivers"] .save-msg.err{color:var(--red-primary);}
  html[data-route="/waivers"] .drop-list{max-height:200px;overflow-y:auto;display:flex;flex-direction:column;gap:4px;}
  html[data-route="/waivers"] .drop-option{display:flex;align-items:center;gap:10px;padding:12px 10px;min-height:44px;border-radius:6px;border:1px solid var(--gray-border);background:var(--black-soft);cursor:pointer;transition:all .12s;}
  html[data-route="/waivers"] .drop-option:hover{border-color:var(--red-primary);background:rgba(255,26,26,.04);}
  html[data-route="/waivers"] .drop-option.selected{border-color:var(--red-primary);background:rgba(255,26,26,.08);}
  html[data-route="/waivers"] .drop-option .do-pos{font-size:16px;font-weight:700;padding:1px 5px;border-radius:3px;background:rgba(138,138,138,.1);color:var(--gray-light);border:1px solid rgba(138,138,138,.2);}
  html[data-route="/waivers"] .drop-option .do-name{font-size:16px;font-weight:600;flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  html[data-route="/waivers"] .drop-option .do-pts{font-family:var(--f-mono);font-size:16px;color:var(--gray-light);}
  html[data-route="/waivers"] .skeleton-block{background:linear-gradient(90deg,var(--black-soft) 25%,#1c1c1c 50%,var(--black-soft) 75%);background-size:200% 100%;border-radius:8px;animation:shimmer 1.4s infinite;}
  html[data-route="/waivers"] .empty-msg{font-family:var(--f-display);font-size:20px;letter-spacing:.06em;margin:0 0 8px;}
  html[data-route="/waivers"] .empty-sub{font-size:16px;margin:0;}
  @media(prefers-reduced-motion:reduce){html[data-route="/waivers"] .skeleton-block{animation:none;background:var(--black-soft);}}
  @media(max-width:1024px){html[data-route="/waivers"] .waivers-layout{grid-template-columns:1fr;}}
  @media(max-width:767px){
    html[data-route="/waivers"] .claim-row{grid-template-columns:28px 32px 1fr auto;gap:8px;}
    html[data-route="/waivers"] .claim-row .cr-arrow,html[data-route="/waivers"] .claim-row .cr-side[data-side="drop"]{display:none;}
    html[data-route="/waivers"] .player-grid{grid-template-columns:1fr 1fr;}
    html[data-route="/waivers"] .section-tabs{padding:0 6px;gap:0;}
    html[data-route="/waivers"] .section-tab{padding:10px 8px;font-size:16px;}
    html[data-route="/waivers"] .filter-bar{gap:6px;}
    html[data-route="/waivers"] .schedule-strip,html[data-route="/waivers"] .faab-bar{flex-wrap:wrap;gap:10px;}
  }
  @media(max-width:480px){html[data-route="/waivers"] .player-grid{grid-template-columns:1fr;}html[data-route="/waivers"] .fa-count{display:none;}}
  @media(max-width:359px){html[data-route="/waivers"] .page-title{font-size:22px !important;}html[data-route="/waivers"] .hide-320{display:none !important;}}
}