#page-documents.dcx-page{--dcx-navy:#102f3e;--dcx-green:#078a76;--dcx-mint:#e8f6f2;--dcx-line:#d8e5e3;--dcx-bg:#f5f8f8;--dcx-muted:#637b84;background:var(--dcx-bg);padding-bottom:48px}
.dcx-shell{max-width:1700px;margin:0 auto}.dcx-module-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:#fff;border:1px solid var(--dcx-line);border-radius:14px;padding:18px 20px;margin-bottom:12px}.dcx-module-head h1{font-size:27px;line-height:1.1;color:var(--dcx-navy);letter-spacing:-.025em;margin:0}.dcx-module-head p{font-size:12px;color:var(--dcx-muted);margin:6px 0 0;max-width:760px}.dcx-kicker{font-size:9px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:var(--dcx-green);margin-bottom:5px}.dcx-actions{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap}
.dcx-btn{border:1px solid #c8d8d6;background:#fff;color:#173d4b;border-radius:8px;padding:8px 12px;min-height:36px;font-weight:800;font-size:11px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:6px}.dcx-btn:hover{border-color:#72b9ac}.dcx-btn.primary{background:var(--dcx-green);color:#fff;border-color:var(--dcx-green)}.dcx-btn.dark{background:#123b35;color:#fff;border-color:#123b35}.dcx-btn.danger{color:#b42318;border-color:#efbbb7}.dcx-btn.compact{padding:5px 8px;min-height:28px;font-size:10px}
.dcx-top-tabs,.dcx-doc-tabs{display:flex;gap:2px;overflow:auto;background:#fff;border:1px solid var(--dcx-line);border-radius:12px;padding:5px;margin-bottom:12px;scrollbar-width:thin}.dcx-top-tabs button,.dcx-doc-tabs button{border:0;background:transparent;border-radius:8px;padding:10px 12px;white-space:nowrap;color:#536b74;font-size:10px;font-weight:850;cursor:pointer}.dcx-top-tabs button.active,.dcx-doc-tabs button.active{background:var(--dcx-mint);color:#007562;box-shadow:inset 0 0 0 1px #bce5db}.dcx-top-tabs button.active{font-size:12px}.dcx-view{display:none}.dcx-view.active{display:block}
.dcx-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin:0 0 12px}.dcx-head h2{margin:0;color:var(--dcx-navy);font-size:21px}.dcx-head p{margin:4px 0 0;color:var(--dcx-muted);font-size:11px;max-width:800px}.dcx-card{background:#fff;border:1px solid var(--dcx-line);border-radius:12px;padding:14px;min-width:0}.dcx-card-title{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:13px;font-weight:900;color:#153847;margin-bottom:4px}.dcx-card-sub{font-size:10px;color:var(--dcx-muted);margin-bottom:11px}.dcx-grid{display:grid;gap:12px}.dcx-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.dcx-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.dcx-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.dcx-grid.six{grid-template-columns:repeat(6,minmax(0,1fr))}
.dcx-metric{position:relative;overflow:hidden;min-height:100px;cursor:pointer}.dcx-metric:after{content:"";position:absolute;width:68px;height:68px;border-radius:50%;right:-18px;bottom:-25px;background:#e5f5f0}.dcx-metric.red:after{background:#fdebea}.dcx-metric.amber:after{background:#fff1d8}.dcx-metric.blue:after{background:#e8f1fc}.dcx-metric i{font-size:18px;color:var(--dcx-green)}.dcx-metric.red i{color:#d13c34}.dcx-metric.amber i{color:#d48700}.dcx-metric.blue i{color:#276cc8}.dcx-metric .label{font-size:9px;color:#617782;font-weight:900;text-transform:uppercase;margin-top:8px}.dcx-metric .value{font-size:26px;font-weight:950;color:var(--dcx-navy)}.dcx-metric .note{font-size:10px;color:#71848b}
.dcx-toolbar{display:grid;grid-template-columns:minmax(180px,1.5fr) repeat(4,minmax(130px,1fr)) auto;gap:8px;background:#fff;border:1px solid var(--dcx-line);border-radius:12px;padding:11px;margin-bottom:12px}.dcx-field label{display:block;font-size:9px;font-weight:900;color:#617782;text-transform:uppercase;letter-spacing:.04em;margin:0 0 4px}.dcx-field input,.dcx-field select,.dcx-field textarea{width:100%;border:1px solid #cfdddc;border-radius:8px;background:#fff;color:#163542;padding:8px 9px;font-size:12px;min-height:36px}.dcx-field textarea{min-height:82px;resize:vertical}.dcx-field.full{grid-column:1/-1}.dcx-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.dcx-form .full{grid-column:1/-1}
.dcx-table-wrap{overflow:auto;background:#fff;border:1px solid var(--dcx-line);border-radius:12px}.dcx-table{width:100%;border-collapse:collapse;min-width:900px}.dcx-table th{background:#eef7f4;color:#385c66;font-size:9px;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:10px;border-bottom:1px solid var(--dcx-line)}.dcx-table td{padding:10px;border-bottom:1px solid #edf2f1;font-size:11px;color:#294953;vertical-align:middle}.dcx-table tr:last-child td{border-bottom:0}.dcx-table tbody tr:hover{background:#fbfdfc}.dcx-table b{display:block;color:#153847}.dcx-table small{display:block;color:#72868e;margin-top:2px}.dcx-link{border:0;background:transparent;color:#007c69;font-weight:850;cursor:pointer;padding:0;text-align:left}
.dcx-badge{display:inline-flex;align-items:center;gap:4px;border-radius:99px;padding:3px 8px;background:#edf2f1;color:#526b73;font-size:9px;font-weight:900;text-transform:capitalize;white-space:nowrap}.dcx-badge.effective,.dcx-badge.approved,.dcx-badge.active,.dcx-badge.published,.dcx-badge.acknowledged,.dcx-badge.completed{background:#e5f5ec;color:#227448}.dcx-badge.draft,.dcx-badge.review,.dcx-badge.pending,.dcx-badge.pending_review,.dcx-badge.pending_approval,.dcx-badge.future_effective{background:#fff0d8;color:#9a6200}.dcx-badge.overdue,.dcx-badge.rejected,.dcx-badge.expired,.dcx-badge.failed{background:#fde8e7;color:#b3261e}.dcx-badge.archived,.dcx-badge.superseded,.dcx-badge.obsolete,.dcx-badge.cancelled{background:#eceff1;color:#52636b}.dcx-badge.restricted,.dcx-badge.confidential{background:#eee8ff;color:#6444a5}
.dcx-banner{padding:10px 13px;border-radius:9px;border-left:4px solid var(--dcx-green);background:#e9f7f3;color:#315d61;font-size:11px;margin-bottom:12px}.dcx-banner.warn{background:#fff6e6;border-left-color:#d78b00;color:#76520d}.dcx-banner.danger{background:#fff0ef;border-left-color:#d13c34;color:#843530}.dcx-banner.info{background:#edf4fc;border-left-color:#276cc8;color:#385d83}.dcx-empty{text-align:center;padding:44px 20px;background:#fff;border:1px dashed #b8cfcb;border-radius:12px;color:#6b8188}.dcx-empty i{font-size:34px;color:#79bbae;display:block;margin-bottom:8px}.dcx-empty strong{display:block;color:#264955;font-size:14px;margin-bottom:4px}.dcx-list{display:flex;flex-direction:column}.dcx-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 0;border-bottom:1px solid #edf2f1;font-size:11px}.dcx-row:last-child{border-bottom:0}.dcx-row b{color:#193b49}.dcx-row small{display:block;color:#72868e;margin-top:2px}
.dcx-doc-head{background:linear-gradient(120deg,#123d3a,#087a6b);color:#fff;border-radius:14px;padding:17px 19px;margin-bottom:10px;display:flex;justify-content:space-between;gap:16px}.dcx-doc-head h2{font-size:20px;margin:2px 0}.dcx-doc-head p{font-size:10px;color:#c9eee6;margin:4px 0 0}.dcx-doc-head .dcx-badge{background:rgba(255,255,255,.16);color:#fff}.dcx-kv{display:grid;grid-template-columns:170px minmax(0,1fr);gap:0}.dcx-kv div{padding:8px;border-bottom:1px solid #edf2f1;font-size:11px}.dcx-kv div:nth-child(odd){font-weight:850;color:#365662}.dcx-progress{height:7px;border-radius:99px;background:#e6efed;overflow:hidden}.dcx-progress span{display:block;height:100%;background:var(--dcx-green)}
.dcx-config-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:12px}.dcx-config-nav{background:#fff;border:1px solid var(--dcx-line);border-radius:12px;padding:7px;max-height:680px;overflow:auto}.dcx-config-nav button{display:flex;width:100%;align-items:center;gap:7px;border:0;background:transparent;color:#506a73;border-radius:7px;padding:9px;text-align:left;font-size:10px;font-weight:800;cursor:pointer}.dcx-config-nav button.active{background:#e5f6f1;color:#007562}.dcx-config-scope{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--dcx-line);border-radius:12px;padding:10px 13px;margin-bottom:12px;font-size:11px}
.dcx-config-nav button span{flex:1}.dcx-config-nav button .ti-circle-check-filled{color:#20a17e;font-size:12px}.dcx-config-hero{display:grid;grid-template-columns:46px minmax(0,1fr) auto;gap:12px;align-items:center;background:#fff;border:1px solid var(--dcx-line);border-radius:12px;padding:14px;margin-bottom:12px}.dcx-config-icon{width:42px;height:42px;border-radius:11px;background:#e4f5f0;color:#007b68;display:flex;align-items:center;justify-content:center;font-size:21px}.dcx-config-hero h3{font-size:16px;color:#123847;margin:0}.dcx-config-hero p{font-size:11px;color:#647b84;margin:4px 0 0;line-height:1.45}.dcx-config-state{text-align:right}.dcx-config-state small{display:block;color:#70858c;font-size:9px;margin-top:4px}.dcx-setting-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.dcx-setting{display:flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid var(--dcx-line);border-radius:10px;padding:11px 12px;min-height:62px}.dcx-setting b{display:block;color:#173e4b;font-size:11px}.dcx-setting small{display:block;color:#6a8088;font-size:10px;margin-top:3px;overflow-wrap:anywhere}.dcx-setting>i{font-size:20px;color:#078a76;flex:0 0 auto}.dcx-setting .ti-toggle-left{color:#8a9ca2}.dcx-config-note{display:flex;gap:8px;align-items:flex-start;background:#edf5fb;border:1px solid #cfe0f0;color:#45697e;border-radius:9px;padding:10px 12px;font-size:10px;line-height:1.45}.dcx-config-note i{color:#276cc8;font-size:15px}
.dcx-drawer-bg{display:none;position:fixed;inset:0;background:rgba(4,28,37,.52);z-index:1500;align-items:stretch;justify-content:flex-end}.dcx-drawer-bg.open{display:flex}.dcx-drawer{width:min(660px,100%);background:#f8fbfa;height:100%;display:flex;flex-direction:column;box-shadow:-12px 0 30px rgba(0,0,0,.18)}.dcx-drawer-head{background:#0e705f;color:#fff;padding:16px 18px;display:flex;align-items:flex-start;justify-content:space-between}.dcx-drawer-head h2{font-size:18px;margin:2px 0}.dcx-drawer-head span{font-size:9px;text-transform:uppercase;letter-spacing:.1em;font-weight:900;color:#bee7dc}.dcx-drawer-body{padding:16px 18px;overflow:auto;flex:1}.dcx-drawer-foot{padding:12px 18px;border-top:1px solid var(--dcx-line);background:#fff;display:flex;justify-content:flex-end;gap:8px}.dcx-wizard{display:flex;gap:4px;overflow:auto;margin-bottom:14px}.dcx-wizard span{font-size:9px;font-weight:850;border-radius:99px;background:#e9efee;color:#5a7178;padding:5px 9px;white-space:nowrap}.dcx-wizard span.active{background:var(--dcx-green);color:#fff}.dcx-wizard span.done{background:#dcefe9;color:#16705c}
@media(max-width:1150px){.dcx-grid.six{grid-template-columns:repeat(3,1fr)}.dcx-grid.four{grid-template-columns:repeat(2,1fr)}.dcx-toolbar{grid-template-columns:repeat(3,1fr)}.dcx-config-layout{grid-template-columns:190px minmax(0,1fr)}}
@media(max-width:720px){#page-documents.dcx-page{padding:8px}.dcx-module-head,.dcx-head,.dcx-doc-head{flex-direction:column}.dcx-actions{justify-content:flex-start}.dcx-grid.two,.dcx-grid.three,.dcx-grid.four,.dcx-grid.six{grid-template-columns:1fr}.dcx-toolbar,.dcx-form{grid-template-columns:1fr}.dcx-field.full,.dcx-form .full{grid-column:auto}.dcx-config-layout{grid-template-columns:1fr}.dcx-config-nav{display:flex;overflow:auto}.dcx-config-nav button{width:auto;white-space:nowrap}.dcx-config-nav button .ti-circle-check-filled{display:none}.dcx-config-hero{grid-template-columns:42px minmax(0,1fr)}.dcx-config-state{grid-column:1/-1;text-align:left}.dcx-setting-grid{grid-template-columns:1fr}.dcx-table{min-width:740px}.dcx-kv{grid-template-columns:120px 1fr}.dcx-drawer{width:100%}}
