:root { font-family: Inter, Arial, sans-serif; color: #242b2a; background: #f6f8f7; font-size: 16px; }
* { box-sizing: border-box; letter-spacing: 0; } body { margin: 0; }
a { color: #17695e; text-underline-offset: 3px; } button, input { font: inherit; }
button, .button { cursor: pointer; background: #17695e; color: white; border: 1px solid #17695e; border-radius: 5px; padding: 10px 16px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; }
button:disabled { opacity: .55; cursor: wait; } button.secondary, .secondary { color: #242b2a; background: white; border-color: #cdd7d2; }
button img { width: 20px; height: 20px; } button:focus-visible, a:focus-visible, input:focus-visible { outline: 3px solid #dfab38; outline-offset: 3px; }
.site-bar { background: white; border-bottom: 1px solid #dce3df; padding: 16px 24px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 700; color: #242b2a; text-decoration: none; font-size: 20px; } .brand img { width: 36px; height: 36px; }
nav { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; } main { max-width: 1100px; margin: auto; padding: 32px 24px 64px; }
h1 { font-size: 30px; line-height: 1.25; margin: 16px 0; overflow-wrap: anywhere; } h2 { font-size: 21px; margin: 0 0 16px; } h3 { font-size: 18px; } p { line-height: 1.6; }
.muted, small { color: #65716a; } .notice { border-left: 4px solid #c99b26; background: #fff6d9; color: #5e4910; padding: 12px 16px; margin: 16px 0; line-height: 1.5; }
.error { color: #a32634; } .toolbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin: 20px 0; }
.status { display: inline-block; font-size: 13px; font-weight: 600; color: #72520c; background: #fff0bf; padding: 5px 8px; border-radius: 4px; }
.status.ready, .status.collected { background: #dff1e9; color: #17624d; } .status.error, .status.unavailable { background: #f8e8e9; color: #8c2d39; }
progress { width: 100%; height: 12px; accent-color: #218575; } .report-section { padding: 28px 0; border-top: 1px solid #dce3df; }
.fact { display: grid; grid-template-columns: minmax(150px, 1fr) minmax(0, 2fr); gap: 24px; padding: 18px 0; border-top: 1px solid #e4e9e6; }
.fact dt { font-weight: 600; } .fact dd { margin: 0; min-width: 0; overflow-wrap: anywhere; } .fact ul { margin: 0; padding-left: 20px; } .fact li { margin: 0 0 10px; }
.source { display: block; margin-top: 8px; font-size: 13px; line-height: 1.5; overflow-wrap: anywhere; }
.demo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin: 28px 0; } .demo-item { border: 1px solid #dce3df; border-radius: 6px; padding: 24px; background: white; } .demo-item img { width: 64px; height: 64px; object-fit: contain; }
.report-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 16px; padding: 20px 0; border-bottom: 1px solid #dce3df; align-items: center; } .report-row a { font-weight: 600; overflow-wrap: anywhere; } .report-row small { display: block; margin-top: 8px; }
.auth { max-width: 480px; margin: 36px auto; } label { display: block; margin: 14px 0 8px; font-weight: 600; } input { width: 100%; min-width: 0; border: 1px solid #aebdb4; border-radius: 5px; padding: 12px; background: white; }
.request-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 12px; align-items: end; } .stats { display: flex; flex-wrap: wrap; gap: 32px; margin: 24px 0; } .stats strong { display: block; font-size: 28px; margin-bottom: 4px; }
[hidden] { display: none !important; }
select { font: inherit; width: 100%; max-width: 360px; padding: 12px; border: 1px solid #aebdb4; border-radius: 5px; background: white; color: #242b2a; margin-bottom: 24px; }
select:focus-visible { outline: 3px solid #dfab38; outline-offset: 3px; }
@media print { #report-group, label[for="report-group"] { display: none; } .report-section[hidden] { display: block !important; } }
.address-card { padding: 18px 0; border-top: 1px solid #dce3df; }
.address-info { font-weight: 600; overflow-wrap: anywhere; }
.address-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 12px; }
#address_results { margin-bottom: 24px; }
@media(max-width: 600px) { main { padding: 24px 16px 48px; } .site-bar { padding: 14px 16px; } h1 { font-size: 25px; } .demo-grid, .fact, .request-form { grid-template-columns: 1fr; } .fact { gap: 10px; } .report-row { grid-template-columns: 1fr; } nav { gap: 12px; } }
@media print { body { background: white; } .site-bar nav, .toolbar, .no-print { display: none !important; } main { max-width: none; padding: 16px; } .fact { break-inside: avoid; } .notice { border: 2px solid #72520c; } a { color: black; } }
