:root{color-scheme:light;--blue: #1a73e8;--blue-dark: #1558b0;--text: #202124;--muted: #5f6368;--line: #dadce0;--surface: #f8fafd;--good: #188038;--bad: #d93025;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#fff;color:var(--text)}body[data-consent-state=pending]{overflow:hidden}a{color:var(--blue);text-decoration:none}a:hover,a:focus{text-decoration:underline}button,input,select{font:inherit}.dq-page{min-height:100vh;width:min(1180px,calc(100vw - 32px));margin:0 auto;padding:20px 0 48px}.site-head{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-brand{display:inline-flex;align-items:center;color:var(--text);font-weight:700}.site-brand img{width:34px;height:34px;object-fit:contain;image-rendering:pixelated}.dq-mark{width:32px;height:32px;display:inline-grid;place-items:center;border-radius:8px;background:var(--blue);color:#fff;font-weight:800}.home-hero{display:grid;grid-template-columns:minmax(260px,420px) minmax(0,560px);gap:clamp(24px,5vw,72px);align-items:start;justify-content:space-between;padding:clamp(42px,9vh,96px) 0 36px}.hero-copy{padding-top:8px}.hero-title-row{display:flex;align-items:center;gap:clamp(14px,3vw,28px)}h1,h2,p,dl,dd{margin:0}h1{font-size:clamp(3rem,7vw,5.5rem);line-height:1;letter-spacing:0;font-weight:500}.hero-icon{width:clamp(82px,14vw,150px);height:auto;flex:0 0 auto;image-rendering:pixelated}.hero-copy>p{max-width:560px;margin-top:18px;color:var(--muted);font-size:20px;line-height:1.5}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.dq-card,.dq-result-card{border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 1px 2px #3c40432e}.dq-card{padding:22px}.query-panel{width:100%;container-type:inline-size}.dq-form{display:grid;grid-template-columns:minmax(180px,1fr) minmax(110px,140px) minmax(104px,112px) minmax(96px,104px);gap:12px;align-items:end}.dq-field{display:grid;gap:8px;min-width:0}.dq-field span{color:var(--muted);font-size:13px;font-weight:700}input,select{width:100%;height:46px;border:1px solid var(--line);border-radius:4px;background:#fff;color:var(--text);padding:0 12px;font-size:16px}.dq-toggle{height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:4px;color:var(--text);cursor:pointer;user-select:none}.dq-toggle input{width:16px;height:16px;accent-color:var(--blue)}.dq-toggle span{color:var(--muted);font-size:13px;font-weight:700}input:focus,select:focus{border-color:var(--blue);outline:3px solid rgba(26,115,232,.16)}button{height:46px;border:0;border-radius:4px;background:var(--blue);color:#fff;font-weight:700;cursor:pointer}button:hover{background:var(--blue-dark)}button:disabled{opacity:.65;cursor:not-allowed}button[aria-busy=true]{opacity:.75;cursor:progress}.dq-example{width:auto;height:auto;margin-top:14px;padding:0;background:transparent;color:var(--blue);font-weight:700}.dq-results{display:grid;gap:16px;padding-bottom:36px}.dq-result-card{overflow:hidden}.dq-result-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid var(--line);background:var(--surface)}.dq-result-head h2{font-size:18px;font-weight:500}.dq-result-head p{color:var(--muted);font-size:14px}.dq-status-line{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.dq-table-wrap{overflow:auto}.dq-table{width:100%;border-collapse:collapse;table-layout:fixed}.dq-table th,.dq-table td{padding:12px 14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;overflow-wrap:anywhere}.dq-table th{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase}.dq-table td{font-size:14px}.dq-table td:nth-child(2),.dq-table td:nth-child(3){width:88px;color:var(--muted)}.dq-not-found{display:grid;align-content:start;gap:48px}.site-footer{width:min(1180px,calc(100vw - 32px));margin:0 auto;padding:24px 0 40px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:14px}.site-footer nav{display:flex;align-items:center;gap:14px}.footer-link{width:auto;height:auto;padding:0;border:0;border-radius:0;background:transparent;color:var(--blue);font:inherit;font-weight:400}.footer-link:hover,.footer-link:focus{background:transparent;text-decoration:underline}.text-page{display:grid;gap:42px}.text-content{max-width:760px;padding-bottom:48px}.text-content h1{font-size:clamp(2.3rem,6vw,4.2rem);margin-bottom:20px}.text-content h2{margin-top:30px;margin-bottom:10px}.text-content p{color:var(--muted);font-size:18px;line-height:1.7}.text-content ul{margin:0;padding-left:22px;color:var(--muted);font-size:18px;line-height:1.7}.text-content li+li{margin-top:6px}.dq-consent{position:fixed;inset:0;z-index:50;display:flex;align-items:flex-end;justify-content:flex-end;padding:18px;background:#f8fafdc7;backdrop-filter:blur(3px)}.dq-consent:before{content:"";position:fixed;inset:0;pointer-events:none;background:#ffffff47}.dq-consent-box{position:relative;z-index:1;width:min(460px,calc(100vw - 36px));border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 36px #3c404338}.dq-consent-panel{padding:18px 18px 0}.dq-consent h2{margin:0 0 10px;color:var(--text);font-size:20px;font-weight:600}.dq-consent p{color:var(--muted);font-size:14px;line-height:1.45}.dq-consent-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 18px 18px}.dq-consent-actions button{width:auto;height:38px;padding:0 12px}.dq-consent-actions button[data-consent=necessary]{border:1px solid var(--line);background:#fff;color:var(--blue)}body[data-consent-state=pending] .home-main,body[data-consent-state=pending] .site-footer{filter:grayscale(.2);opacity:.48;pointer-events:none;user-select:none}@container (max-width: 620px){.dq-form{grid-template-columns:minmax(0,1fr) minmax(112px,.45fr)}.dq-domain{grid-column:1 / -1}.dq-toggle,.dq-form button{width:100%}}@media(max-width:820px){.dq-page{width:min(100% - 24px,620px)}.home-hero{grid-template-columns:1fr;padding-top:28px}.hero-title-row{align-items:flex-start}.hero-icon{width:clamp(70px,22vw,104px)}h1{font-size:clamp(2.7rem,14vw,4rem)}.dq-result-head{align-items:flex-start;flex-direction:column}.dq-status-line{justify-content:flex-start}.dq-consent{padding:12px}.dq-consent-box{width:100%}.site-footer{width:min(100% - 24px,620px);flex-direction:column}}@media(max-width:520px){.dq-card{padding:16px}.dq-form{grid-template-columns:1fr}}
