.documentary-watch-page{display:grid;gap:12px;min-width:0}
.documentary-watch-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}
.documentary-watch-summary article{display:grid;grid-template-columns:34px 1fr;align-items:center;min-height:72px;padding:10px 12px;border:1px solid #dbe4eb;border-radius:12px;background:#fff;box-shadow:0 5px 16px rgba(25,53,78,.04)}
.documentary-watch-summary article>span{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:#edf3f7;color:#176493}
.documentary-watch-summary article.is-green>span{background:#e2f4e9;color:#23734b}
.documentary-watch-summary article.is-yellow>span{background:#fff5cb;color:#82640d}
.documentary-watch-summary article.is-orange>span{background:#ffead7;color:#a75413}
.documentary-watch-summary article.is-red>span{background:#fde3e3;color:#a93737}
.documentary-watch-summary svg{width:16px}
.documentary-watch-summary strong{font-size:1.25rem;line-height:1;color:#17334d}
.documentary-watch-summary small{color:#68798a;font-size:.75rem}
.documentary-watch-register{overflow:hidden}
.documentary-watch-register>header{display:flex;justify-content:space-between;align-items:center;padding:12px 15px 6px}
.documentary-watch-register h2{margin:1px 0 0;font-size:1.05rem}
.documentary-watch-filters{display:grid;grid-template-columns:repeat(4,minmax(140px,1fr));gap:7px;padding:7px 15px 11px;border-bottom:1px solid #e0e7ec}
.documentary-watch-filters select,.documentary-watch-filters input{width:100%;min-width:0;padding:8px;border:1px solid #cbd6df;border-radius:8px;background:#fff;color:#263d52}
.documentary-watch-search{position:relative}
.documentary-watch-search svg{position:absolute;left:9px;top:9px;width:15px;color:#758495}
.documentary-watch-search input{padding-left:31px}
.documentary-watch-table{overflow-x:auto;overflow-y:visible}
.documentary-watch-table table{width:100%;min-width:1900px;border-collapse:collapse}
.documentary-watch-table th{position:sticky;top:0;padding:9px 10px;background:#123b61;color:#fff;text-align:left;font-size:.72rem;white-space:nowrap}
.documentary-watch-table td{padding:9px 10px;border-bottom:1px solid #e3e9ee;vertical-align:top;font-size:.78rem}
.documentary-watch-table tr:hover td{background:#f8fbfd}
.documentary-watch-table td:nth-child(3){min-width:280px}
.documentary-watch-table td:nth-child(3) small{display:block;color:#718092;margin-top:3px}
.documentary-watch-table td:nth-child(3) a{color:#176493;text-decoration:none}
.documentary-watch-table td:nth-child(3) a:hover{text-decoration:underline}
.watch-status{display:inline-flex;max-width:200px;padding:4px 8px;border-radius:999px;font-size:.69rem;font-weight:800}
.watch-status.is-green{background:#e2f4e9;color:#226b48}
.watch-status.is-yellow{background:#fff3c4;color:#785d0c}
.watch-status.is-orange{background:#ffe6cf;color:#9a4c0f}
.watch-status.is-red{background:#fde1e1;color:#a33030}
.watch-status.is-gray{background:#e9edf0;color:#566471}
.watch-yes{font-weight:800;color:#ad520f}
.watch-empty{text-align:center;padding:30px!important;color:#68798a}
.documentary-watch-modal{width:min(920px,calc(100vw - 30px))}
.documentary-watch-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 14px}
.documentary-watch-form .field{display:grid;align-content:start;gap:5px}
.documentary-watch-form .field.full{grid-column:1/-1}
.documentary-watch-form label{font-size:.76rem;font-weight:800;color:#314c63}
.documentary-watch-form input,.documentary-watch-form select,.documentary-watch-form textarea{width:100%;min-width:0;padding:9px;border:1px solid #cbd6df;border-radius:8px;background:#fff}
.documentary-watch-form select[multiple]{min-height:92px}
.documentary-watch-form textarea{min-height:72px;resize:vertical}
.documentary-watch-form small{color:#6d7e8d}
.watch-archive-path{overflow-wrap:anywhere}
.watch-divider{padding-top:10px;border-top:1px solid #e2e8ed}
.watch-divider h3{margin:0;font-size:.95rem}
.watch-checks{display:flex;flex-wrap:wrap;gap:8px 14px}
.watch-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center!important;gap:7px!important;font-weight:600!important}
.watch-check input{width:auto!important}
.watch-linked-action{padding:10px;border-radius:9px;background:#eef5fa;color:#264b69}
.link-button{border:0;background:none;color:#176493;font-weight:800;text-decoration:underline;cursor:pointer}
@media(max-width:1050px){.documentary-watch-filters{grid-template-columns:repeat(3,minmax(130px,1fr))}.documentary-watch-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.documentary-watch-summary,.documentary-watch-filters,.documentary-watch-form{grid-template-columns:1fr}.documentary-watch-form .field.full{grid-column:auto}.documentary-watch-filters .ghost-button{width:100%}}
