:root{--ex-red:#d60000;--ex-dark:#15191e;--ex-muted:#687386;--ex-border:#e1e5ea;--ex-bg:#f5f6f8}
body{background:var(--ex-bg);color:#111}.exposure-site-header{background:#fff;border-bottom:1px solid var(--ex-border);position:sticky;top:0;z-index:30}.exposure-site-header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px}.exposure-brand{display:flex;align-items:center;gap:12px;color:#111;text-decoration:none;font-weight:800;font-size:24px}.exposure-brand img{width:118px;height:46px;object-fit:contain}.exposure-site-header nav{display:flex;gap:8px}.exposure-site-header nav a{padding:10px 15px;border-radius:8px;color:#333;text-decoration:none}.exposure-site-header nav a.active{background:var(--ex-red);color:#fff}.exposure-page,.exposure-detail-page{padding-top:30px;padding-bottom:60px}.exposure-hero{background:linear-gradient(135deg,#830000,#d60000);color:#fff;border-radius:16px;padding:34px 38px;display:flex;justify-content:space-between;align-items:center;gap:28px;box-shadow:0 10px 30px rgba(120,0,0,.16)}.exposure-hero h1{font-size:42px;margin:5px 0 8px}.exposure-hero p{max-width:760px;font-size:17px;line-height:1.8;margin:0}.exposure-kicker{font-weight:800;letter-spacing:.08em}.exposure-primary{border:0;border-radius:9px;background:var(--ex-red);color:#fff;font-weight:800;padding:13px 22px;cursor:pointer;font-size:16px}.exposure-hero .exposure-primary{background:#fff;color:var(--ex-red);white-space:nowrap}.exposure-toolbar{margin:22px 0;display:flex;align-items:center;justify-content:space-between;gap:18px}.exposure-toolbar form{display:flex;max-width:560px;flex:1}.exposure-toolbar input{flex:1;border:1px solid var(--ex-border);border-radius:9px 0 0 9px;padding:12px 14px;font-size:16px}.exposure-toolbar button{border:0;border-radius:0 9px 9px 0;background:var(--ex-dark);color:#fff;padding:0 22px;font-weight:700}.exposure-toolbar span{color:var(--ex-muted)}.exposure-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.exposure-card{background:#fff;border:1px solid var(--ex-border);border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.04)}.exposure-card-media{display:block;height:220px;background:#eee;overflow:hidden}.exposure-card-media>img,.exposure-video-cover video{width:100%;height:100%;object-fit:cover}.exposure-video-cover{height:100%;position:relative}.exposure-video-cover span{position:absolute;left:12px;bottom:12px;background:rgba(0,0,0,.72);color:#fff;padding:6px 10px;border-radius:6px}.exposure-placeholder{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#9e0000,#ed1111);color:#fff}.exposure-placeholder b{font-size:34px}.exposure-placeholder span{margin-top:8px}.exposure-card-body{padding:16px}.exposure-card-body h2{font-size:20px;line-height:1.45;margin:9px 0}.exposure-card-body h2 a{color:#111;text-decoration:none}.exposure-card-body p{color:#545d6b;line-height:1.7;margin:0 0 15px}.exposure-card-body>div:last-child{border-top:1px solid #eee;padding-top:12px;display:flex;justify-content:space-between;color:var(--ex-muted);font-size:13px}.exposure-status{display:inline-block;border-radius:5px;background:#d60000;color:#fff;font-size:12px;font-weight:800;padding:4px 8px}.status-disputed{background:#a45b00}.status-resolved{background:#177447}.exposure-load-more{display:block;margin:24px auto 0;border:1px solid var(--ex-border);background:#fff;padding:12px 36px;border-radius:8px;cursor:pointer}.exposure-empty{grid-column:1/-1;background:#fff;border:1px solid var(--ex-border);border-radius:10px;padding:38px;text-align:center;color:var(--ex-muted)}
.exposure-dialog{width:min(820px,calc(100% - 28px));max-height:90dvh;border:0;border-radius:14px;padding:0;box-shadow:0 25px 80px rgba(0,0,0,.35)}.exposure-dialog::backdrop{background:rgba(0,0,0,.58)}.exposure-dialog-head{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid var(--ex-border);display:flex;justify-content:space-between;padding:20px 24px}.exposure-dialog-head span{color:var(--ex-red);font-weight:800}.exposure-dialog-head h2{margin:3px 0 0}.exposure-dialog-head button{width:42px;height:42px;border:0;border-radius:50%;font-size:26px;cursor:pointer}.exposure-form{padding:24px;display:grid;gap:16px}.exposure-form label,.comment-form label{display:grid;gap:7px;font-weight:700}.exposure-form label>span:first-child{color:var(--ex-red)}.exposure-form input,.exposure-form textarea,.comment-form input,.comment-form textarea{width:100%;box-sizing:border-box;border:1px solid #ccd2da;border-radius:8px;padding:12px 13px;font:inherit}.exposure-form textarea,.comment-form textarea{resize:vertical}.exposure-form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.exposure-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:10px!important;font-weight:500!important}.exposure-check input{width:20px!important;height:20px;flex:none}.exposure-file-box{border:2px dashed #ccd2da;border-radius:10px;padding:18px}.exposure-file-box span{color:var(--ex-muted);font-weight:400;line-height:1.6}.exposure-file-list{display:grid;gap:6px}.exposure-file-list div{display:flex;justify-content:space-between;background:#f3f5f7;padding:9px 12px;border-radius:6px}.exposure-progress{background:#fff3cd;color:#6c5100;padding:12px;border-radius:7px}.hidden{display:none!important}.exposure-disclaimer{border-top:1px solid var(--ex-border);padding-top:16px;line-height:1.7}.exposure-public-note{margin:0;background:#fff2f2;color:#720000;padding:11px 13px;border-radius:7px}.exposure-submit{width:100%;min-height:50px}.exposure-message{min-height:22px}.exposure-message.error,.error{color:#b00020}.exposure-message.success{color:#087a43}.exposure-footer{background:#1c2329;color:#dce1e5;padding:28px 0}.exposure-footer a{color:#fff}
.exposure-back{display:inline-block;margin-bottom:18px;color:var(--ex-red);font-weight:800;text-decoration:none}.exposure-detail,.exposure-comments{background:#fff;border:1px solid var(--ex-border);border-radius:13px;padding:32px;box-shadow:0 3px 12px rgba(0,0,0,.04)}.exposure-detail-head h1{font-size:38px;line-height:1.35;margin:14px 0}.exposure-detail-head>div{display:flex;gap:20px;color:var(--ex-muted)}.exposure-responsibility{margin:24px 0;background:#fff3dc;border-left:5px solid #d78400;padding:14px 16px;line-height:1.75}.exposure-facts{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}.exposure-facts div{background:#f4f5f7;padding:12px;border-radius:7px}.exposure-facts dt{font-size:13px;color:var(--ex-muted)}.exposure-facts dd{margin:5px 0 0;font-weight:700}.exposure-body{font-size:19px;line-height:1.95;margin:28px 0}.exposure-media-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.exposure-media-gallery figure{margin:0}.exposure-media-gallery img,.exposure-media-gallery video{width:100%;max-height:680px;object-fit:contain;background:#111;border-radius:8px}.exposure-media-gallery figcaption{color:var(--ex-muted);font-size:13px;padding:5px}.exposure-contact-note{margin-top:26px;border-top:1px solid var(--ex-border);padding-top:18px}.exposure-comments{margin-top:22px}.exposure-comments>header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--ex-border);margin-bottom:20px}.comment-form{display:grid;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--ex-border)}.comment-list{display:grid;gap:12px;margin-top:18px}.comment-item{border:1px solid var(--ex-border);border-radius:9px;padding:14px 16px}.comment-item header{display:flex;align-items:center;gap:10px}.comment-item time{margin-left:auto;color:var(--ex-muted);font-size:13px}.comment-item p{line-height:1.75;margin:10px 0 0}.comment-role{font-size:11px;background:#eef1f4;padding:3px 7px;border-radius:4px}.role-subject{background:#fff0d8;color:#8a4d00}.role-author{background:#e9f5ff;color:#075e9c}.role-admin{background:#ffe6e6;color:#a00000}.exposure-loading{text-align:center;padding:60px;color:var(--ex-muted)}
@media(max-width:900px){.exposure-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.exposure-hero{align-items:flex-start}.exposure-facts{grid-template-columns:1fr}.exposure-media-gallery{grid-template-columns:1fr}}
@media(max-width:640px){.exposure-site-header-inner{min-height:64px}.exposure-brand{font-size:18px}.exposure-brand img{width:92px}.exposure-site-header nav a{padding:8px}.exposure-page,.exposure-detail-page{padding:16px 12px 40px}.exposure-hero{padding:24px 20px;display:block}.exposure-hero h1{font-size:34px}.exposure-hero .exposure-primary{margin-top:20px;width:100%}.exposure-toolbar{display:block}.exposure-toolbar form{margin-bottom:10px}.exposure-grid{grid-template-columns:1fr}.exposure-card-media{height:210px}.exposure-form-two{grid-template-columns:1fr}.exposure-dialog{width:calc(100% - 16px)}.exposure-dialog-head,.exposure-form{padding:17px}.exposure-detail,.exposure-comments{padding:20px 16px}.exposure-detail-head h1{font-size:30px}.exposure-body{font-size:18px}.comment-item header{flex-wrap:wrap}.comment-item time{width:100%;margin-left:0}}
