.channel-page{display:grid;gap:16px}.channel-page button.primary-btn,.channel-page button.secondary-btn,.channel-detail button.primary-btn,.channel-detail button.secondary-btn{box-sizing:border-box;width:auto;height:40px;min-height:40px;max-height:40px;padding:0 16px;align-self:start;justify-self:start;white-space:nowrap}.channel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px;border:1px solid #e1e7ef;border-radius:16px;background:#fff}.channel-head h2{margin:5px 0;color:#202a3b}.channel-head p{margin:0;color:#69758a}.channel-filters{display:grid;grid-template-columns:minmax(220px,2fr) repeat(3,minmax(140px,1fr)) auto auto;gap:10px;align-items:end;padding:15px;border:1px solid #e1e7ef;border-radius:14px;background:#fff}.channel-filters label,.channel-operation label,.channel-create form label{display:grid;gap:6px}.channel-filters label>span,.channel-operation label>span,.channel-create label>span{font-size:11px;font-weight:700;color:#59667b}.channel-filters input,.channel-filters select,.channel-operation input,.channel-operation select,.channel-operation textarea,.channel-create input,.channel-create select{box-sizing:border-box;width:100%;padding:9px 10px;border:1px solid #cfd8e5;border-radius:9px;background:#fff;color:#273449;font:inherit}.channel-table-card{overflow:hidden;border:1px solid #e1e7ef;border-radius:14px;background:#fff}.channel-table-card>header{display:flex;justify-content:space-between;padding:15px 17px;border-bottom:1px solid #e6eaf1}.channel-table-card h3{margin:0}.channel-table-scroll{overflow:auto}.channel-table-card table{width:100%;min-width:980px;border-collapse:collapse}.channel-table-card th,.channel-table-card td{padding:13px 15px;border-bottom:1px solid #edf0f4;text-align:left;font-size:12px}.channel-table-card th{background:#fafbfc;color:#707b8d;font-size:11px}.channel-table-card td strong,.channel-table-card td small{display:block}.channel-table-card td small{margin-top:4px;color:#8992a2}.channel-status{display:inline-flex;padding:4px 8px;border-radius:999px;background:#edf1f6;color:#59667b;font-size:10px;font-weight:750}.channel-status.status-confirmed{background:#e8f7ef;color:#187744}.channel-status.status-conflict{background:#fff1e6;color:#a3540b}.channel-status.status-submitted{background:#eaf0ff;color:#3452b5}.channel-status.status-rejected,.channel-status.status-cancelled{background:#fdeeed;color:#a63127}.channel-pages{display:flex;align-items:center;justify-content:space-between;padding:13px 16px}.channel-pages div{display:flex;gap:8px}.channel-empty{display:grid;min-height:150px;place-items:center;padding:20px;color:#7d8798;text-align:center}.channel-mask{align-items:center;justify-content:center}.channel-detail{position:relative;display:flex;flex-direction:column;width:min(1000px,calc(100vw - 32px));max-height:calc(100dvh - 32px);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 28px 90px rgba(20,31,50,.24)}.channel-detail>.modal-corner-close{z-index:4;top:18px;right:20px}.channel-detail>header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:22px 68px 16px 24px;border-bottom:1px solid #e3e8ef}.channel-detail h2{margin:5px 0}.channel-detail header p{margin:0;color:#748096}.channel-tabs{display:flex;gap:4px;padding:8px 23px;overflow-x:auto;border-bottom:1px solid #e3e8ef;background:#fafbfc}.channel-tabs button{display:flex;gap:6px;padding:8px 11px;border:0;border-radius:8px;background:transparent;color:#69758a;cursor:pointer}.channel-tabs button.active{background:#e9edff;color:#354db8;font-weight:750}.channel-tabs span{font-size:9px}.channel-body{min-height:320px;padding:22px 24px;overflow:auto}.channel-body>[hidden]{display:none!important}.channel-facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.channel-facts article{display:grid;gap:6px;padding:13px;border:1px solid #e1e7ef;border-radius:10px;background:#fafbfe}.channel-facts span{color:#7b8698;font-size:11px}.channel-facts strong{overflow-wrap:anywhere}.channel-policy{margin-top:14px;padding:13px;border-left:3px solid #6578df;background:#f5f7ff;color:#657187}.channel-timeline{display:grid;gap:9px}.channel-timeline article{padding:13px;border:1px solid #e1e7ef;border-radius:10px;background:#fbfcfe}.channel-timeline article>strong,.channel-timeline article>span{display:block}.channel-timeline article>span{margin-top:3px;color:#7c8799;font-size:11px}.channel-timeline p{margin:7px 0 0;color:#5e6b80;font-size:12px;line-height:1.55}.channel-operation{margin-top:14px;border:1px dashed #c9d2e0;border-radius:11px;background:#fbfcfe}.channel-operation>summary{padding:12px 14px;color:#3c52bb;font-weight:750;cursor:pointer}.channel-operation>form,.channel-create form{display:grid;gap:12px;padding:14px;border-top:1px solid #e3e8ef}.channel-operation small[data-error-for],.channel-create small[data-error-for]{min-height:14px;color:#b42318;font-size:10px}.channel-operation [aria-invalid=true],.channel-create [aria-invalid=true]{border-color:#d92d20;background:#fff8f7}.channel-check{display:flex!important;align-items:center;gap:8px}.channel-check input{width:auto}.channel-error{margin-bottom:14px;padding:11px 13px;border:1px solid #f0b7b2;border-radius:10px;background:#fff4f2;color:#a5271d}.channel-create{width:min(680px,calc(100vw - 32px))}
@media(max-width:900px){.channel-head{display:grid}.channel-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.channel-page button.primary-btn,.channel-page button.secondary-btn,.channel-detail button.primary-btn,.channel-detail button.secondary-btn{height:44px;min-height:44px;max-height:44px}.channel-head{padding:17px}.channel-filters{grid-template-columns:1fr}.channel-detail{width:calc(100vw - 16px);max-height:calc(100dvh - 16px)}.channel-detail>header{padding:19px 58px 15px 17px}.channel-tabs{padding-inline:16px}.channel-body{padding:17px}.channel-facts{grid-template-columns:1fr}.channel-pages{align-items:flex-start;gap:10px;flex-direction:column}}
