:root { color-scheme: dark; --acid: #dfff00; --ink: #090909; --paper: #f7f6f0; }
* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }
body { min-height: 100vh; margin: 0; display: flex; flex-direction: column; color: var(--ink); background: var(--paper); font-family: "Space Grotesk", Arial, sans-serif; line-height: 1.6; }
.legal-nav-shell { min-height: 80px; padding: 0; background: var(--acid); color: var(--ink); }
main { flex: 1; }
.legal-content { padding: clamp(46px, 7vw, 96px) 20px; }
.legal-container { max-width: 890px; margin: 0 auto; }
.legal-content h1 { margin: 0 0 26px; font-size: clamp(38px, 6vw, 72px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.legal-content h2 { margin: 42px 0 10px; font-size: 20px; line-height: 1.15; }
.legal-content h3 { margin: 26px 0 6px; font-size: 16px; }
.legal-content p, .legal-content li { font-size: 16px; }
.legal-content a { color: inherit; text-decoration-color: var(--acid); text-decoration-thickness: 3px; }
.legal-content table { width: 100%; border-collapse: collapse; margin: 20px 0; overflow: auto; display: block; }
.legal-content th, .legal-content td { padding: 10px; border: 1px solid #bebdb7; text-align: left; }
.shipping-search { margin: 34px 0 18px !important; }
.shipping-search input { border: 1px solid var(--ink) !important; border-radius: 0 !important; background: transparent; color: var(--ink); font-family: "DM Mono", monospace !important; font-size: 12px !important; }
.shipping-search input:focus { border-color: var(--ink) !important; box-shadow: none; }
.shipping-search input::placeholder { color: #686860; }
.shipping-search button { font-family: "DM Mono", monospace; }
.table-responsive { border: 1px solid var(--ink) !important; border-radius: 0 !important; overflow-x: auto !important; background: #fffef8; }
.shipping-table { display: table !important; width: 100% !important; min-width: 560px; margin: 0 !important; border-collapse: collapse !important; font-family: "DM Mono", monospace; font-size: 11px; }
.shipping-table thead { background: var(--ink); color: var(--paper); }
.shipping-table th { padding: 14px 16px !important; border: 0 !important; font-weight: 500; text-transform: uppercase; letter-spacing: .06em; white-space: nowrap; }
.shipping-table td { padding: 14px 16px !important; border: 0 !important; border-top: 1px solid #d8d6cf !important; white-space: nowrap; }
.shipping-table tbody tr:hover { background: var(--acid); }
#shipping-hint { color: #686860 !important; font-family: "DM Mono", monospace; font-size: 10px !important; }
@media (max-width: 720px) { .legal-nav-shell { padding: 18px; } .legal-content p, .legal-content li { font-size: 15px; } }
