/* Viewport centering */
.index_endpoint #main_index{min-height:100vh!important;margin:0!important;padding:0!important;display:flex!important;align-items:stretch!important}
.index_endpoint .index{width:100%!important;min-height:100vh!important;height:auto!important;margin:0!important;padding:40px 24px!important;display:flex!important;align-items:center!important;justify-content:center!important;transform:none!important}
.index_endpoint footer{position:fixed;left:0;right:0;bottom:0;z-index:5;background:linear-gradient(transparent,#050508 35%)!important;border:0!important;pointer-events:none}

/* Theme toggle */
#dvx3-theme-toggle{display:flex!important;align-items:center;justify-content:center;width:34px!important;height:34px!important;padding:0!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--muted)!important;box-shadow:none!important;cursor:pointer}
#dvx3-theme-toggle:hover{color:var(--text)!important;background:#1a1820!important}#dvx3-theme-toggle svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8}

/* Deterministic search controls */
.search_box,#search_header #search_view .search_box{display:grid!important;grid-template-columns:minmax(0,1fr) 52px 64px!important;align-items:stretch!important;overflow:hidden!important;padding:0!important}
#q{grid-column:1!important;width:100%!important;min-width:0!important;margin:0!important;border:0!important;border-radius:0!important}
#clear_search{grid-column:2!important;width:52px!important;min-width:52px!important;margin:0!important;border:0!important;border-left:1px solid var(--edge)!important;border-radius:0!important;background:transparent!important;clip-path:none!important;color:#817b87!important}
#send_search{grid-column:3!important;width:64px!important;min-width:64px!important;margin:0!important;border:0!important;border-left:1px solid rgba(255,255,255,.08)!important;border-radius:0!important;background:var(--red)!important;clip-path:none!important;color:#fff!important}
#clear_search:hover{background:#19171e!important;color:#fff!important}#send_search:hover{background:#ff4568!important}.search_box>button svg{width:20px!important;height:20px!important}

/* Graphite-light mode: warm paper, never pure white */
html.dvx3-light{--bg:#d8d4cc;--surface:#e5e1d9;--surface2:#cfcbc4;--edge:#b7b1aa;--text:#1b1a1e;--muted:#68636b;--red:#c61f47;--cyan:#087f82;color-scheme:light}
html.dvx3-light body{color:var(--text)!important;background:#d8d4cc!important}html.dvx3-light .dvx3-atmosphere{background:linear-gradient(180deg,#dfdbd3,#d2cec6)!important}html.dvx3-light .dvx3-atmosphere:before{background-image:linear-gradient(rgba(25,22,28,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(25,22,28,.045) 1px,transparent 1px)!important}html.dvx3-light #links_on_top{background:rgba(229,225,217,.88)!important;border-color:#bbb5ad!important}html.dvx3-light #links_on_top a,html.dvx3-light #dvx3-theme-toggle{color:#5e5961!important}html.dvx3-light #links_on_top a:hover,html.dvx3-light #dvx3-theme-toggle:hover{color:#18171b!important;background:#cbc6be!important}
html.dvx3-light .dvx3-brand h1{color:#17161a!important}html.dvx3-light .dvx3-brand h1 em{color:#68626b!important}html.dvx3-light .dvx3-subtitle{color:#67616a!important}html.dvx3-light .search_box{background:#e9e5de!important;border-color:#aaa39c!important;box-shadow:0 18px 44px rgba(47,40,48,.13)!important}html.dvx3-light #q{color:#1b1a1e!important;background:transparent!important}html.dvx3-light #q::placeholder{color:#837d84!important}html.dvx3-light #clear_search{border-left-color:#c4beb6!important;color:#6f6971!important}html.dvx3-light #clear_search:hover{background:#d3cec6!important;color:#17161a!important}
html.dvx3-light .results_endpoint #search_header{background:rgba(216,212,204,.92)!important;border-color:#bbb5ae!important}html.dvx3-light .results_endpoint #categories_container{border-color:#b8b2ab!important}html.dvx3-light .results_endpoint .category_button{color:#706a72!important}html.dvx3-light .results_endpoint .category_button.selected{color:#17161a!important}html.dvx3-light .results_endpoint .result{color:#242127!important;background:rgba(231,227,220,.65)!important;border-color:#bdb7b0!important}html.dvx3-light .results_endpoint .result:hover{background:#e9e5de!important}html.dvx3-light .results_endpoint .result h3 a{color:#252129!important}html.dvx3-light .results_endpoint .result p,html.dvx3-light .results_endpoint .result-content{color:#5c565f!important}html.dvx3-light .results_endpoint #sidebar>div{border-color:#b7b1aa!important}html.dvx3-light footer{color:#716b72!important;background:linear-gradient(transparent,#d8d4cc 35%)!important}
@media(max-height:700px){.index_endpoint .index{padding-block:70px!important}.dvx3-sigil{margin-bottom:16px!important}.dvx3-brand{margin-bottom:28px!important}.dvx3-brand h1{font-size:clamp(44px,8vw,74px)!important}}
.results_endpoint #links_on_top{position:fixed!important;top:auto!important;right:18px!important;bottom:18px!important}.results_endpoint #links_on_top span{display:none!important}
html.dvx3-light .results_endpoint #categories,html.dvx3-light .results_endpoint #categories_container{background:transparent!important}html.dvx3-light select,html.dvx3-light textarea,html.dvx3-light input[type=text]:not(#q),html.dvx3-light input[type=url],html.dvx3-light input[type=number]{color:#242127!important;background:#e6e2da!important;border-color:#b7b1aa!important}
