@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Sora:wght@600;700&display=swap";:root{--background:#fcfcf9;--surface:#fff;--surface-muted:#f3f1eb;--foreground:#162033;--muted-foreground:#4b5668;--primary:#327874;--primary-hover:#245c58;--border:#d8d9d5;--focus:#327874;--danger:#a33232;--success:#245c58;color:var(--foreground);background:var(--background);font-synthesis:none;text-rendering:optimizelegibility;font-family:Poppins,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100svh;margin:0}button,input,textarea{font:inherit}.page-shell{flex-direction:column;width:min(1040px,100% - 40px);min-height:100svh;margin:auto;display:flex}.site-header,footer{justify-content:space-between;align-items:center;gap:20px;display:flex}.site-header{border-bottom:1px solid var(--border);min-height:78px}.header-actions{align-items:center;gap:14px;display:flex}.brand{color:inherit;align-items:center;gap:11px;text-decoration:none;display:flex}.brand strong{color:var(--primary);font-weight:600}.brand-mark{color:#fff;background:var(--primary);border-radius:9px;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.identity{color:var(--muted-foreground);font-size:.82rem}.text-button{color:var(--primary);cursor:pointer;background:0 0;border:0;font-weight:600}main{flex:1;padding:66px 0 80px}.intro{max-width:680px;margin-bottom:34px}.eyebrow{color:var(--primary);letter-spacing:.11em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:700}h1,h2{letter-spacing:-.035em;font-family:Sora,Poppins,sans-serif}h1{margin:0 0 15px;font-size:clamp(2.2rem,6vw,4.1rem);line-height:1.05}.intro>p:last-child{color:var(--muted-foreground);font-size:1.05rem}.report-card,.login-panel{border:1px solid var(--border);background:var(--surface);border-radius:20px;box-shadow:0 18px 55px #16203312}.report-card{padding:clamp(22px,5vw,48px)}.login-panel{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:14px;margin-bottom:20px;padding:20px;display:grid}.solution-context{background:var(--surface-muted);border-radius:13px;grid-template-columns:auto 1fr auto;align-items:center;gap:7px 12px;margin-bottom:34px;padding:17px 19px;display:grid}.solution-context>span:first-child{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.08em;font-size:.75rem}.solution-context small{color:var(--muted-foreground);text-overflow:ellipsis;white-space:nowrap;grid-column:1/-1;overflow:hidden}.environment{color:var(--primary-hover);background:#dceae7;border-radius:999px;padding:4px 8px;font-size:.72rem;font-weight:700}form>label,.login-panel label,.field label{margin-bottom:8px;font-weight:600;display:block}form>input,form>textarea,.field{margin-bottom:22px}.field{gap:8px;display:grid}label small,.field small{color:var(--muted-foreground);font-weight:400}input,textarea{border:1px solid var(--border);width:100%;color:inherit;background:#fff;border-radius:10px;padding:12px 14px}textarea{resize:vertical}input:focus,textarea:focus,button:focus-visible,a:focus-visible{outline:3px solid color-mix(in srgb, var(--focus) 38%, transparent);outline-offset:2px;border-color:var(--focus)}fieldset{border:0;margin:0 0 25px;padding:0}legend{margin-bottom:10px;font-weight:600}.category-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.category{border:1px solid var(--border);cursor:pointer;border-radius:10px;padding:14px;font-weight:500;position:relative}.category.selected{border-color:var(--primary);color:var(--primary-hover);background:#eff7f5}.category input{opacity:0;width:1px;height:1px;position:absolute}.primary-button,.secondary-button{color:#fff;background:var(--primary);cursor:pointer;border:0;border-radius:10px;padding:12px 18px;font-weight:600}.primary-button:hover,.secondary-button:hover{background:var(--primary-hover)}.primary-button:disabled,.secondary-button:disabled{opacity:.65;cursor:wait}.identity-note{background:var(--surface-muted);border-radius:10px;padding:12px 14px}.error{color:var(--danger)}.state-message{text-align:center;padding:45px 15px}.state-message h2{margin-bottom:8px}.success>span{color:#fff;background:var(--success);border-radius:50%;place-items:center;width:48px;height:48px;font-size:1.5rem;display:inline-grid}footer{border-top:1px solid var(--border);color:var(--muted-foreground);padding:25px 0 32px;font-size:.78rem}.capture-field{border:1px solid var(--border);border-radius:12px;padding:18px}.capture-field legend small{color:var(--muted-foreground);font-weight:400}.capture-actions{align-items:center;gap:14px;display:flex}.capture-actions>span{color:var(--muted-foreground);font-size:.85rem}.capture-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;margin-top:16px;display:grid}.capture-grid figure{border:1px solid var(--border);border-radius:10px;margin:0;padding:8px}.capture-grid img{aspect-ratio:16/10;object-fit:cover;border-radius:6px;width:100%}.admin-surface{padding-top:20px}.admin-surface h1{overflow-wrap:anywhere;font-size:clamp(2rem,5vw,3.2rem)}.report-list{gap:10px;display:grid}.report-list article{border:1px solid var(--border);background:var(--surface);border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;display:grid}.report-link{min-width:0;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:2fr 1.2fr 1fr .7fr;align-items:center;gap:18px;padding:0;display:grid}.report-primary{min-width:0;display:grid}.report-primary strong,.report-primary small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.report-primary small{color:var(--muted-foreground)}.status-control select{border:1px solid var(--border);color:var(--primary-hover);font:inherit;background:#eff7f5;border-radius:999px;padding:8px 30px 8px 12px;font-size:.82rem;font-weight:600}.detail-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.back{margin-bottom:28px}.report-meta,.capture-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px;display:grid}.report-meta>div,.capture-meta>div{min-width:0}dt{color:var(--muted-foreground);text-transform:uppercase;font-size:.75rem;font-weight:600}dd{overflow-wrap:anywhere;margin:3px 0 0}.detail-section{border-top:1px solid var(--border);margin-top:34px;padding-top:24px}.preserve-lines{white-space:pre-wrap}.detail-captures{gap:28px;display:grid}.detail-captures article{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:16px}.detail-captures img{object-fit:contain;background:var(--surface-muted);border-radius:8px;width:100%;max-height:650px;display:block}.media-unavailable{min-height:180px;color:var(--muted-foreground);background:var(--surface-muted);border-radius:8px;place-items:center;display:grid}.capture-meta{margin:18px 0}.empty-state{border:1px dashed var(--border);text-align:center;border-radius:14px;padding:48px}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=800px){.report-link{grid-template-columns:1fr;gap:4px}.report-list article{align-items:end}}@media (width<=700px){.page-shell{width:min(100% - 28px,1040px)}main{padding-top:42px}.login-panel,.category-grid,.report-meta,.capture-meta{grid-template-columns:1fr}.site-header{align-items:flex-start;padding:18px 0}.header-actions{flex-direction:column;align-items:flex-end;gap:5px}.identity{text-align:right;max-width:180px}.detail-heading,.capture-actions{flex-direction:column;align-items:flex-start}footer{flex-direction:column;align-items:flex-start;gap:5px}}
