@import "https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Sans:wght@400;500&family=Newsreader:opsz,ital,wght@6..72,300;6..72,400&family=Playfair+Display:ital,wght@0,500;1,500&family=Space+Grotesk:wght@400;500&display=swap";:root{--ink:#1d211e;--muted:#757872;--line:#d8dbd4;--paper:#f3f4ef;--wash:#e7ebe3;--accent:#586c59;--danger:#a34535;--scroll-track:#e3e5df;--scroll-thumb:#8b9088;--scroll-hover:#5f665e}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track);scroll-padding-top:78px}html[data-theme=still]{--scroll-track:#101412;--scroll-thumb:#657069;--scroll-hover:#9aa69e}html::-webkit-scrollbar{width:10px;height:10px}.modal::-webkit-scrollbar{width:10px;height:10px}.download-grid::-webkit-scrollbar{width:10px;height:10px}html::-webkit-scrollbar-track{background:var(--scroll-track)}.modal::-webkit-scrollbar-track{background:var(--scroll-track)}.download-grid::-webkit-scrollbar-track{background:var(--scroll-track)}html::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:2px solid var(--scroll-track);border-radius:10px}.modal::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:2px solid var(--scroll-track);border-radius:10px}.download-grid::-webkit-scrollbar-thumb{background:var(--scroll-thumb);border:2px solid var(--scroll-track);border-radius:10px}html::-webkit-scrollbar-thumb:hover{background:var(--scroll-hover)}.modal::-webkit-scrollbar-thumb:hover{background:var(--scroll-hover)}.download-grid::-webkit-scrollbar-thumb:hover{background:var(--scroll-hover)}body{background:var(--paper);color:var(--ink);margin:0;font-family:DM Sans,sans-serif;font-size:15px;line-height:1.4}body.menu-is-open{overflow:hidden}button,input,textarea,select{font:inherit}button{color:inherit;cursor:pointer;background:0 0;border:0}button:disabled{cursor:not-allowed;opacity:.45}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:3px}a{color:inherit}.app-shell{min-height:100vh}.topbar{z-index:20;border-bottom:1px solid var(--line);background:var(--paper);justify-content:space-between;align-items:center;height:64px;padding:0 clamp(22px,5vw,72px);display:flex;position:relative}.wordmark,.login-brand{letter-spacing:.16em;font-size:12px;font-weight:500;text-decoration:none}.wordmark{align-items:center;gap:9px;display:flex}.wordmark img{flex:none;width:45px;height:45px}.topbar-right{align-items:center;gap:18px;display:flex}.photo-site-link{letter-spacing:.05em;text-transform:uppercase;color:var(--muted);white-space:nowrap;align-items:center;gap:7px;font-family:DM Mono,monospace;font-size:9px;text-decoration:none;display:inline-flex}.photo-site-link img{border-radius:50%;flex:none;width:18px;height:18px}.photo-site-link:hover{color:var(--ink)}.username,.role,.eyebrow,.stats,small,.gallery-heading>span,.file-label{letter-spacing:.07em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.username{color:var(--ink)}.role,.eyebrow,.storage-status,.file-label{color:var(--muted)}.logout,.text-button{text-underline-offset:4px;font-size:12px;text-decoration:underline}.button{letter-spacing:.02em;min-height:44px;padding:11px 15px}.button.dark{background:var(--ink);color:#fff}.button.wide{justify-content:space-between;align-items:center;width:100%;display:flex}.menu-toggle,.mobile-menu,.mobile-collection-nav,.home-hero-media{display:none}.theme-selector{flex:none;align-items:center;display:flex}.theme-toggle{min-width:62px;min-height:34px;color:var(--muted);border-radius:18px;justify-content:center;align-items:center;gap:5px;padding:4px 6px;transition:color .2s,background .2s;display:flex}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--ink);background:var(--wash)}.theme-symbol{text-align:center;width:12px;font-size:12px;line-height:1}.theme-toggle-track{opacity:.8;border:1px solid;border-radius:10px;width:24px;height:12px;position:relative}.theme-toggle-track i{background:currentColor;border-radius:50%;width:6px;height:6px;transition:transform .28s cubic-bezier(.16,1,.3,1);position:absolute;top:2px;left:2px}.theme-toggle[data-theme=still] .theme-toggle-track i{transform:translate(12px)}.theme-toggle[data-theme=archive] .sun,.theme-toggle[data-theme=still] .moon{color:var(--ink)}.mobile-theme-selector{display:none}.home-hero{grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);align-items:end;gap:56px;max-width:1280px;margin:0 auto;padding:92px clamp(22px,6vw,88px) 72px;display:grid}.home-hero>.eyebrow{grid-column:1/-1;margin:0 0 -8px}.home-hero h1{letter-spacing:-.065em;margin:0;font-size:clamp(58px,8vw,112px);font-weight:400;line-height:.88}.home-hero h1 em{font-family:Playfair Display,serif;font-weight:500}.intro-copy{max-width:350px;color:var(--muted);margin:0 0 6px;font-size:16px;line-height:1.55}.home-menu{max-width:920px;margin:0 auto;padding:0 clamp(22px,6vw,88px) 100px}.home-menu>.eyebrow{border-top:1px solid var(--line);margin:0;padding:20px 0 9px}.home-menu-link{border-bottom:1px solid var(--line);text-align:left;letter-spacing:-.025em;justify-content:space-between;align-items:center;width:100%;min-height:70px;padding:16px 0;font-size:20px;transition:color .2s;display:flex}.home-menu-link:hover{color:var(--accent)}.home-menu-link.primary{font-size:28px}.home-menu-link small{color:var(--muted);align-items:center;gap:16px;display:flex}.home-menu-link b{color:var(--ink);font-size:22px;font-weight:400}.archive-screen{min-height:calc(100vh - 64px)}.library-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;max-width:1280px;margin:0 auto;padding:34px clamp(22px,5vw,72px) 22px;display:flex}.library-head .eyebrow{margin:0 0 8px}.stats{color:var(--ink);margin:0}.storage-status{font-size:10px}.storage-status.warning,.error,.archive-error{color:var(--danger)}.archive-error{max-width:1280px;margin:18px auto 0;padding:0 clamp(22px,5vw,72px);font-size:13px}.content-grid{grid-template-columns:170px minmax(0,1fr);gap:56px;max-width:1280px;margin:0 auto;padding:26px clamp(22px,5vw,72px) 110px;display:grid}.filters{padding-top:5px}.filters .eyebrow{margin-bottom:14px}.filter{text-align:left;width:100%;min-height:36px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:3px 0;font-family:DM Mono,monospace;font-size:10px;display:flex}.filter.active{color:var(--ink)}.filter.active:before{content:"—";margin-right:6px}.filter span{font-size:9px}.gallery-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;margin:0 0 22px;padding-bottom:12px;display:flex}.gallery-heading>div{align-items:baseline;gap:10px;display:flex}.gallery-heading h2{letter-spacing:-.04em;margin:0;font-size:28px;font-weight:400}.gallery-heading span{letter-spacing:.07em;text-transform:uppercase;color:var(--muted);font-family:DM Mono,monospace;font-size:10px}.download-trigger{flex:none;min-height:44px}.photo-grid{columns:3 220px;column-gap:26px}.photo-card{vertical-align:top;break-inside:avoid;width:100%;margin:0 0 48px;display:inline-block}.photo-open{text-align:left;width:100%;padding:0;display:block}.photo-frame{background:var(--wash);width:100%;position:relative;overflow:hidden}.photo-frame.is-loading,.photo-frame.has-error{min-height:clamp(150px,24vw,260px)}.photo-frame picture{width:100%;height:auto;display:block}.photo-frame img{opacity:0;object-fit:contain;width:100%;height:auto;transition:opacity .35s,transform .5s;display:block}.photo-frame img.loaded{opacity:1}.photo-load-status{z-index:1;color:var(--muted);letter-spacing:.07em;text-transform:uppercase;justify-content:center;align-items:center;gap:9px;font-family:DM Mono,monospace;font-size:9px;display:flex;position:absolute;inset:0}.photo-load-status.failed{color:var(--danger)}.photo-spinner{border:1.5px solid #b5bbb1;border-top-color:var(--accent);border-radius:50%;width:16px;height:16px;animation:.75s linear infinite photo-spin}@keyframes photo-spin{to{transform:rotate(360deg)}}.photo-open:hover img{transform:scale(1.012)}.photo-meta{justify-content:space-between;align-items:flex-start;gap:12px;margin-top:11px;display:flex}.photo-meta small{max-width:100%;color:var(--muted);font-size:9px;line-height:1.45;display:block}.food-card-title{letter-spacing:-.025em;margin:5px 0 0;font-size:18px;font-weight:400;line-height:1.15}.food-card-description{max-width:480px;color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:7px 0 0;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.shot-info{color:var(--muted);letter-spacing:.03em;text-transform:uppercase;flex-wrap:wrap;gap:5px 10px;margin-top:7px;font-family:DM Mono,monospace;font-size:9px;display:flex}.shot-info span+span:before{content:"·";color:#a7aca4;margin-right:10px}.shot-info.muted{color:#9a9e97;display:block}.card-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;gap:2px;display:flex}.card-action,.edit-lightbox,.delete{letter-spacing:.05em;text-transform:uppercase;text-underline-offset:4px;justify-content:center;align-items:center;min-width:44px;min-height:44px;font-family:DM Mono,monospace;font-size:9px;text-decoration:underline;display:inline-flex}.card-action.remove,.delete{color:var(--danger)}.card-action.feature{min-width:auto;padding-inline:9px}.card-action.feature.active{color:var(--accent);opacity:1;text-decoration:none}.empty-state{text-align:center;border-top:1px solid var(--line);padding:90px 0}.empty-state h3{letter-spacing:-.04em;margin:0 0 10px;font-size:32px;font-weight:400}.empty-help{color:var(--muted);margin:0 0 20px}.mobile-collection-nav{z-index:8;border-top:1px solid var(--line);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);isolation:isolate;background:#f3f4eff5;align-items:center;gap:16px;min-height:56px;padding:6px 22px;position:sticky;top:56px}.mobile-collection-label{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex:none;font-family:DM Mono,monospace;font-size:10px}.mobile-collection-nav>div{scrollbar-width:none;gap:20px;min-width:0;display:flex;overflow-x:auto}.mobile-collection-nav>div::-webkit-scrollbar{display:none}.mobile-collection-filter{white-space:nowrap;min-height:44px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;padding:0;font-family:DM Mono,monospace;font-size:10px;display:flex;position:relative}.mobile-collection-filter small{color:inherit;font-size:9px}.mobile-collection-filter.active{color:var(--ink)}.mobile-collection-filter.active:after{content:"";background:var(--ink);height:1px;position:absolute;bottom:2px;left:0;right:0}.mobile-menu{z-index:19;background:var(--paper);border-bottom:1px solid var(--line);max-height:calc(100svh - 56px);padding:24px 22px 22px;transition:transform .25s;position:fixed;inset:56px 0 auto;overflow-y:auto;transform:translateY(-110%);box-shadow:0 14px 30px #1d211e14}.mobile-menu.open{transform:translateY(0)}.mobile-menu .eyebrow{margin:0 0 10px}.mobile-menu nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 22px;display:grid}.mobile-filter{border-bottom:1px solid var(--line);text-align:left;min-height:44px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;justify-content:space-between;align-items:center;padding:7px 0;font-family:DM Mono,monospace;font-size:10px;display:flex}.mobile-filter.active{color:var(--ink)}.mobile-menu-footer{border-top:1px solid var(--line);letter-spacing:.05em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:14px;margin-top:20px;padding-top:14px;font-family:DM Mono,monospace;font-size:10px;display:flex}.mobile-menu-footer>span{color:var(--muted);margin-right:auto}.mobile-menu-footer button,.mobile-menu-footer a{text-underline-offset:4px;align-items:center;min-height:44px;text-decoration:underline;display:flex}.mobile-menu-footer .mobile-add-food{background:var(--ink);color:var(--paper);flex:1 0 100%;justify-content:space-between;padding:0 15px;text-decoration:none}.mobile-menu-footer .mobile-add-food:after{content:"→";font-size:16px}.login-page{grid-template-columns:1.1fr 1fr;min-height:100vh;display:grid}.login-image{background:linear-gradient(135deg,#d7dfd2,#aeb9aa 48%,#6f7d70)}.login-panel{flex-direction:column;justify-content:center;padding:10vh 10vw;display:flex}.login-panel h1{letter-spacing:-.055em;margin:47px 0 55px;font-size:clamp(45px,5vw,70px);font-weight:400;line-height:.93}.login-panel h1 em{font-family:Playfair Display,serif;font-weight:500}.login-panel form{max-width:360px}.login-panel label,.modal label{margin:0 0 20px;font-size:13px;display:block}.login-panel input,.modal input,.modal textarea{width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #b8bcb3;outline:none;padding:11px 0;display:block}.modal textarea{resize:vertical;margin-top:7px;line-height:1.5}.login-panel input:focus,.modal input:focus,.modal textarea:focus{border-color:var(--ink)}.modal select{width:100%;color:var(--ink);background:0 0;border:0;border-bottom:1px solid #b8bcb3;outline:none;margin-top:8px;padding:10px 0;display:block}.modal select:focus{border-color:var(--ink)}.manage-users,.manage-categories{white-space:nowrap}.user-modal{width:min(760px,100%)}.user-modal h3{margin:0;font-size:16px;font-weight:400}.user-create{border:1px solid var(--line);margin:0 0 30px;padding:18px}.user-create h3{margin-bottom:16px}.user-create-fields{grid-template-columns:1.1fr 1.3fr minmax(135px,.8fr);align-items:end;gap:14px;margin-bottom:16px;display:grid}.user-create-fields label,.user-row-fields label{margin:0;font-size:11px}.user-create-fields select,.user-row-fields select{margin-top:5px}.user-create .button{min-height:42px;padding:10px 14px}.user-list{border-top:1px solid var(--line);padding-top:17px}.user-list-heading{justify-content:space-between;align-items:baseline;margin-bottom:6px;display:flex}.user-list-heading span,.user-row-heading span{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:9px}.user-row{border-top:1px solid var(--line);padding:16px 0}.user-row-heading{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.user-row-heading strong{letter-spacing:.04em;font-family:DM Mono,monospace;font-size:11px;font-weight:400}.user-row-fields{grid-template-columns:minmax(150px,.7fr) minmax(0,1.5fr);gap:14px;margin-top:12px;display:grid}.user-row-actions{gap:18px;margin-top:13px;display:flex}.user-row-actions button{font-size:10px}.user-row-actions button:disabled{opacity:.45;cursor:not-allowed}.category-modal{width:min(720px,100%)}.category-list{border-top:1px solid var(--line)}.category-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;min-height:62px;padding:9px 0;display:flex}.category-row>div{align-items:baseline;gap:12px;min-width:0;display:flex}.category-row strong{text-overflow:ellipsis;letter-spacing:.04em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:11px;font-weight:500;overflow:hidden}.category-row span{color:var(--muted);text-transform:uppercase;flex:none;font-family:DM Mono,monospace;font-size:9px}.category-empty{color:var(--muted);padding:28px 0}.category-notice{border-left:3px solid var(--accent);background:var(--wash);color:var(--ink);margin:0 0 18px;padding:12px 14px;font-size:13px}.category-removal{border:1px solid var(--line);background:var(--wash);margin-top:28px;padding:22px}.category-removal-heading{justify-content:space-between;align-items:start;gap:18px;display:flex}.category-removal-heading .eyebrow{margin:0 0 5px}.category-removal h3{letter-spacing:-.035em;margin:0;font:300 28px/1 Newsreader,serif}.category-removal>p{color:var(--muted);margin:16px 0;font-size:13px}.category-choices{grid-template-columns:1fr 1fr;gap:10px;display:grid}.category-choice{border:1px solid var(--line);text-align:left;flex-direction:column;align-items:flex-start;gap:5px;min-height:94px;padding:14px;display:flex}.category-choice strong{font-size:13px;font-weight:500}.category-choice span{color:var(--muted);font-size:11px;line-height:1.45}.category-choice.selected{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent)}.category-choice.danger.selected{border-color:var(--danger);box-shadow:inset 3px 0 0 var(--danger)}.category-destination{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:end;gap:14px;margin-top:18px;display:grid}.category-destination label{margin:0}.category-destination>span{color:var(--muted);text-transform:uppercase;padding-bottom:12px;font-family:DM Mono,monospace;font-size:9px}.danger-button{color:#fff;background:#943f32}.login-note{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;flex-direction:column;align-items:flex-start;gap:10px;margin-top:22px;font-family:DM Mono,monospace;font-size:10px;display:flex}.modal-backdrop{z-index:40;background:#1d211e6b;place-items:center;padding:20px;display:grid;position:fixed;inset:0;overflow-y:auto}.modal{background:var(--paper);width:min(560px,100%);max-height:calc(100vh - 40px);padding:42px;position:relative;overflow-y:auto}.modal,.download-grid{scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track)}.modal h2{letter-spacing:-.04em;margin:0 0 12px;font-size:36px;font-weight:400}.modal-copy{color:var(--muted);margin:0 0 30px;line-height:1.5}.download-modal{width:min(920px,100%)}.download-controls{color:var(--muted);letter-spacing:.07em;text-transform:uppercase;justify-content:space-between;align-items:center;margin:-8px 0 18px;font-family:DM Mono,monospace;font-size:10px;display:flex}.download-grid{grid-template-columns:repeat(auto-fill,minmax(128px,1fr));gap:12px;max-height:min(54vh,520px);margin:0 0 24px;padding:2px;display:grid;overflow-y:auto}.download-photo{border:1px solid var(--line);text-align:left;min-width:0;padding:0;position:relative;overflow:hidden}.download-photo img{aspect-ratio:1.2;object-fit:cover;background:var(--wash);width:100%;display:block}.download-photo>span:last-child{white-space:nowrap;text-overflow:ellipsis;letter-spacing:.04em;text-transform:uppercase;padding:8px 9px;font-family:DM Mono,monospace;font-size:9px;display:block;overflow:hidden}.download-photo.selected{border-color:var(--ink);box-shadow:inset 0 0 0 1px var(--ink)}.download-check{color:#fff;background:#1d211ec7;border:1px solid #ffffffd9;place-items:center;width:24px;height:24px;font-size:14px;display:grid;position:absolute;top:7px;right:7px}.close{min-width:44px;min-height:44px;font-size:22px;position:absolute;top:17px;right:17px}.hint{color:var(--muted);text-transform:uppercase;font-family:DM Mono,monospace;font-size:10px}.required{color:var(--danger);letter-spacing:.04em;text-transform:uppercase;font-family:DM Mono,monospace;font-size:9px}.food-modal{width:min(650px,100%)}.selected-category{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;margin:11px 0 0;font-family:DM Mono,monospace;font-size:9px}.selected-category.new-category{border-left:3px solid var(--accent);background:var(--wash);color:var(--ink);justify-content:space-between;align-items:center;gap:16px;margin-top:14px;padding:12px 13px;display:flex}.selected-category.new-category strong{font-weight:500}.selected-category.new-category span{border:1px solid var(--accent);color:var(--ink);padding:4px 7px}.modal-save{margin-top:24px}.recipe-toggle-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;margin:4px 0 20px;padding:15px 0;display:flex}.recipe-toggle-row>div{flex-direction:column;gap:3px;display:flex}.recipe-toggle-row strong{font-size:13px;font-weight:500}.recipe-toggle-row>div span{color:var(--muted);font-size:11px}.switch{cursor:pointer;flex:none;width:46px;height:26px;position:relative;margin:0!important;display:block!important}.switch input{clip:rect(0,0,0,0);white-space:nowrap;border:0;overflow:hidden;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important}.switch>span{border:1px solid var(--line);background:var(--wash);border-radius:20px;transition:background .2s,border-color .2s;position:absolute;inset:0}.switch>span:after{content:"";background:var(--muted);border-radius:50%;width:16px;height:16px;transition:transform .25s cubic-bezier(.16,1,.3,1),background .2s;position:absolute;top:4px;left:4px}.switch input:checked+span{border-color:var(--accent);background:var(--accent)}.switch input:checked+span:after{background:var(--paper);transform:translate(20px)}.switch input:focus-visible+span{outline:2px solid var(--accent);outline-offset:3px}.recipe-fields{border:1px solid var(--line);background:var(--wash);border-top:0;margin:-20px 0 24px;padding:20px 18px 2px}.recipe-facts-fields{grid-template-columns:1fr 1fr;gap:18px;display:grid}.tag-picker{border:1px solid var(--line);margin:-8px 0 25px;padding:12px}.tag-chips,.tag-options{flex-wrap:wrap;gap:7px;display:flex}.tag-options{margin-top:10px}.tag-chip{border:1px solid var(--line);letter-spacing:.04em;text-transform:uppercase;min-height:44px;padding:7px 9px;font-family:DM Mono,monospace;font-size:10px}.tag-chip span{margin-left:7px;font-size:12px}.tag-chip.selected{background:var(--ink);border-color:var(--ink);color:#fff}.tag-chip.newly-created{border-width:2px;border-color:var(--accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 18%,transparent)}.tag-create{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:12px;padding-top:10px;display:flex}.tag-create input{padding:7px 0;border:0!important}.file-row{grid-template-columns:1fr 1fr;gap:12px;margin:29px 0;display:grid}.file-label{margin-bottom:9px;display:block}.file-button{border:1px solid var(--line);text-align:left;white-space:nowrap;text-overflow:ellipsis;width:100%;min-height:48px;padding:14px 11px;font-size:12px;display:block;overflow:hidden}.file-picker{cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;margin:0!important}.modal input[type=file],.file-picker input[type=file]{display:none!important}.file-picker.has-file{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent);background:#e2e9df}.image-manager{border:1px solid var(--line);background:var(--wash);margin:2px 0 18px;padding:14px}.image-manager>.file-label{margin:0 0 10px}.existing-image-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:8px;display:grid}.existing-image{aspect-ratio:1.25;background:#171c18;position:relative;overflow:hidden}.existing-image img{object-fit:cover;width:100%;height:100%;display:block}.existing-image button{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#080b09b8;border:1px solid #ffffff8c;border-radius:50%;place-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:grid;position:absolute;top:5px;right:5px}.image-manager-empty{color:var(--muted);margin:11px 0 0;font-size:11px;line-height:1.45}.new-image-list{border:1px solid var(--line);background:var(--wash);border-top:0;gap:4px;margin:-12px 0 18px;padding:9px 12px;display:grid}.new-image-list>div{color:var(--muted);justify-content:space-between;align-items:center;gap:10px;font-family:DM Mono,monospace;font-size:9px;line-height:1.3;display:flex}.new-image-list span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.new-image-list button{color:var(--muted);background:0 0;border:0;flex:none;padding:0 3px;font-size:16px;line-height:1}.new-image-list button:hover{color:var(--danger)}.batch-file-list{flex-direction:column;gap:12px;margin-bottom:28px;display:flex}.batch-file-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) 44px;align-items:end;gap:12px;display:grid}.batch-row-actions{justify-content:center;align-items:stretch;gap:6px;height:48px;display:flex}.batch-row-add,.batch-row-remove{width:44px;height:44px}.batch-row-add{border:2px solid var(--ink);background:var(--ink);color:#fff;font-size:30px;line-height:1}.batch-row-remove{color:var(--muted);font-size:12px}.batch-summary{border-top:1px solid var(--line);margin:0 0 25px;padding-top:12px}.batch-summary p{color:var(--muted);margin:0;font-size:12px;line-height:1.5}.food-detail-backdrop{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#040705d1;place-items:center;padding:clamp(12px,3vw,34px);display:grid;position:fixed;inset:0;overflow:hidden}.food-detail-card{background:var(--paper);width:min(980px,100%);max-height:100%;color:var(--ink);scrollbar-width:thin;scrollbar-color:var(--scroll-thumb) var(--scroll-track);animation:.42s cubic-bezier(.16,1,.3,1) both food-card-open;position:relative;overflow-y:auto;box-shadow:0 30px 90px #0000006b}@keyframes food-card-open{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:none}}.food-detail-close{z-index:3;color:#fff;letter-spacing:.06em;text-transform:uppercase;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070a08a8;border:1px solid #ffffff57;align-items:center;gap:8px;min-height:44px;padding:0 13px;font-family:DM Mono,monospace;font-size:10px;display:flex;position:absolute;top:12px;right:12px}.food-detail-close span{font-size:9px}.food-detail-media{touch-action:pan-y;background:#080b09;place-items:center;min-height:360px;max-height:64vh;display:grid;position:relative;overflow:hidden}.food-detail-media>img{object-fit:contain;opacity:0;width:100%;height:100%;min-height:360px;max-height:64vh;transition:opacity .4s;display:block}.food-detail-media>img.loaded{opacity:1}.food-detail-nav{gap:5px;display:flex;position:absolute;bottom:14px;right:14px}.food-detail-nav button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#070a08a8;border:1px solid #ffffff57;place-items:center;width:46px;height:46px;font-size:20px;display:grid}.food-detail-nav button:disabled{opacity:.35;cursor:not-allowed}.food-photo-strip{scrollbar-width:thin;scrollbar-color:#69736b #111612;background:#111612;gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.food-photo-thumb{opacity:.62;background:#202721;border:1px solid #ffffff38;flex:0 0 68px;width:68px;height:52px;padding:0;transition:opacity .2s,border-color .2s,transform .2s;overflow:hidden}.food-photo-thumb:hover,.food-photo-thumb.active{opacity:1;border-color:#f3f5ef}.food-photo-thumb.active{transform:translateY(-1px);box-shadow:0 0 0 1px #f3f5ef}.food-photo-thumb img{object-fit:cover;width:100%;height:100%;display:block}.food-detail-content{padding:clamp(24px,5vw,58px)}.food-detail-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:24px;padding-bottom:22px;display:flex}.food-detail-heading .eyebrow{margin:0 0 8px}.food-detail-heading h2{letter-spacing:-.05em;margin:0;font:300 clamp(38px,6vw,66px)/.94 Newsreader,serif}.food-detail-heading>span{color:var(--muted);letter-spacing:.08em;padding-bottom:5px;font-family:DM Mono,monospace;font-size:9px}.food-detail-description{max-width:760px;color:var(--muted);margin:26px 0 0;font-size:clamp(15px,2vw,18px);line-height:1.65}.recipe-sheet{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--wash);margin-top:42px}.recipe-sheet-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;gap:18px;padding:24px 26px;display:flex}.recipe-sheet-heading .eyebrow{margin:0}.recipe-sheet-heading h3{letter-spacing:-.035em;margin:6px 0 0;font:300 32px/1 Newsreader,serif}.recipe-meta{max-width:60%;color:var(--muted);letter-spacing:.04em;text-transform:uppercase;text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:6px 14px;font-family:DM Mono,monospace;font-size:9px;display:flex}.recipe-layout{grid-template-columns:minmax(180px,.72fr) minmax(0,1.28fr);display:grid}.recipe-layout h4{letter-spacing:.08em;text-transform:uppercase;margin:0 0 18px;font-family:DM Mono,monospace;font-size:10px;font-weight:500}.recipe-ingredients,.recipe-method{padding:28px 26px}.recipe-ingredients{border-right:1px solid var(--line)}.recipe-ingredients:only-child,.recipe-method:only-child{border-right:0;grid-column:1/-1}.recipe-ingredients ul,.recipe-method ol{margin:0;padding:0;list-style:none}.recipe-ingredients li{border-top:1px solid var(--line);padding:9px 0 9px 17px;font-size:13px;line-height:1.45;position:relative}.recipe-ingredients li:before{content:"·";color:var(--accent);font-weight:500;position:absolute;left:1px}.recipe-method li{border-top:1px solid var(--line);grid-template-columns:32px minmax(0,1fr);gap:14px;padding:12px 0;display:grid}.recipe-method li>span{color:var(--muted);letter-spacing:.06em;padding-top:3px;font-family:DM Mono,monospace;font-size:9px}.recipe-method p{white-space:pre-wrap;margin:0;font-size:14px;line-height:1.55}.food-detail-actions{align-items:center;gap:18px;min-height:48px;margin-top:24px;display:flex}.edit-lightbox,.delete{letter-spacing:.05em;text-transform:uppercase;text-underline-offset:4px;min-height:44px;font-family:DM Mono,monospace;font-size:9px;text-decoration:underline}.edit-lightbox{color:var(--accent)}.delete{color:var(--danger)}.boot-screen{min-height:100vh;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;place-items:center;font-family:DM Mono,monospace;font-size:11px;display:grid}.back-to-top{z-index:60;color:#29342a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;pointer-events:none;background:#f4f6f1f0;border:1px solid #c5cec3;border-radius:50%;place-items:center;width:42px;height:42px;min-height:42px;padding:0;font-size:18px;line-height:1;transition:opacity .25s,transform .3s cubic-bezier(.16,1,.3,1),background .2s;display:grid;position:fixed;bottom:clamp(14px,3vw,30px);right:clamp(14px,3vw,30px);transform:translateY(10px);box-shadow:0 8px 24px #0000003d}.back-to-top.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.back-to-top:hover{background:var(--ink);color:var(--paper)}@media (width<=1024px){html{scroll-padding-top:60px}body{font-size:16px}.topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f3f4eff2;height:60px;padding:0 20px;position:fixed;inset:0 0 auto}.topbar-right{display:none}.wordmark{font-size:12px}.menu-toggle{z-index:22;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:48px;height:48px;display:flex;position:relative}.menu-toggle span{background:var(--ink);width:23px;height:2px;transition:transform .2s,opacity .2s;display:block}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{display:block;inset:60px 0 auto}main{padding-top:60px}.home-hero{grid-template-columns:minmax(0,1.4fr) minmax(210px,.6fr);gap:28px;padding:54px 22px 46px}.home-hero h1{font-size:clamp(48px,8vw,76px)}.home-menu{padding:0 22px 70px}.content-grid{width:100%;padding:24px 20px 80px;display:block}.filters{display:none}.gallery{width:100%;min-width:0}.mobile-collection-nav{min-height:60px;padding:8px 20px;display:flex;top:60px}.mobile-collection-label{font-size:11px}.mobile-collection-filter{min-height:46px;font-size:12px}.mobile-collection-filter small{font-size:10px}.photo-grid{columns:2 160px;column-gap:16px}.photo-card{margin-bottom:38px}.photo-meta small,.shot-info{font-size:10px}}@media (width<=600px){html{scroll-padding-top:64px}main{padding-top:64px}.topbar{height:64px;padding:0 18px}.wordmark{letter-spacing:.12em;font-size:13px}.menu-toggle{width:48px;height:48px}.menu-toggle span{width:24px}.mobile-menu{max-height:calc(100svh - 64px);padding:22px 18px;inset:64px 0 auto}.mobile-menu .eyebrow{font-size:11px}.mobile-menu nav{gap:2px 18px}.mobile-filter{letter-spacing:0;min-height:50px;font-family:DM Sans,sans-serif;font-size:14px}.mobile-menu-footer{font-size:11px}.mobile-collection-nav{gap:14px;min-height:62px;padding:6px 18px;top:64px}.mobile-collection-label{font-size:11px}.mobile-collection-nav>div{gap:20px}.mobile-collection-filter{letter-spacing:0;min-height:50px;font-family:DM Sans,sans-serif;font-size:14px}.mobile-collection-filter small{font-family:DM Mono,monospace;font-size:10px}.home-hero{padding:30px 18px 34px;display:block}.home-hero>.eyebrow{margin-bottom:14px}.home-hero h1{font-size:clamp(44px,14vw,62px)}.intro-copy{max-width:300px;margin:18px 0 0;font-size:16px;line-height:1.45}.home-menu{padding:0 18px 60px}.home-menu-link{min-height:64px;font-size:18px}.home-menu-link.primary{font-size:22px}.library-head{align-items:flex-start;gap:14px;padding:28px 20px 20px}.library-head .eyebrow,.library-head .stats,.storage-status{font-size:11px}.storage-status{text-align:right}.content-grid{padding:22px 18px 64px}.gallery-heading{margin-bottom:18px;padding:0 2px 12px}.gallery-heading h2{font-size:28px}.gallery-heading span{font-size:11px}.download-trigger{font-size:13px}.photo-grid{columns:1;column-gap:0}.photo-card{margin-bottom:34px}.photo-meta{margin-top:8px;display:block}.photo-meta small,.shot-info{font-size:10px;line-height:1.4}.card-actions{justify-content:flex-start;margin-top:3px}.card-action{font-size:9px}.file-row{grid-template-columns:1fr;gap:16px}.modal{max-height:calc(100vh - 24px);padding:34px 22px}.food-detail-backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;background:#040705e6;padding:0;display:block;overflow:hidden}.food-detail-card{width:100%;height:100svh;min-height:100svh;max-height:100svh;box-shadow:none;overflow-y:auto}.food-detail-media,.food-detail-media>img{min-height:280px;max-height:50svh}.food-photo-strip{padding:10px 20px}.food-detail-close span{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.food-detail-content{padding:28px 20px 38px}.food-detail-heading{align-items:end;padding-bottom:18px}.food-detail-heading h2{font-size:clamp(38px,12vw,52px)}.food-detail-description{margin-top:21px;font-size:16px;line-height:1.58}.recipe-sheet{margin-top:32px}.recipe-sheet-heading{flex-direction:column;align-items:start;gap:7px;padding:20px}.recipe-sheet-heading h3{font-size:30px}.recipe-meta{text-align:left;justify-content:flex-start;max-width:none}.recipe-layout{grid-template-columns:1fr}.recipe-ingredients,.recipe-method{padding:24px 20px}.recipe-ingredients{border-right:0;border-bottom:1px solid var(--line)}.recipe-method li{grid-template-columns:28px minmax(0,1fr);gap:10px}.recipe-toggle-row{margin-top:0}.recipe-fields{padding-inline:14px}.recipe-facts-fields{grid-template-columns:1fr;gap:0}.user-create-fields,.user-row-fields{grid-template-columns:1fr;gap:14px}.category-removal{padding:18px 14px}.category-choices,.category-destination{grid-template-columns:1fr}.category-choice{min-height:82px}.category-destination>span{text-align:center;padding:0}.user-row-actions{justify-content:space-between;gap:12px}.download-modal{padding:32px 18px}.download-modal h2{font-size:30px}.download-modal .modal-copy{margin-bottom:24px;font-size:14px}.download-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:50vh;margin-bottom:18px}.download-photo>span:last-child{padding:7px;font-size:8px}.login-page{grid-template-columns:24px minmax(0,1fr);min-height:100svh}.login-image{background:linear-gradient(#d7dfd2,#9eaa9f);min-height:100%}.login-panel{justify-content:flex-start;min-width:0;padding:34px 22px 38px}.login-panel .eyebrow{margin-bottom:5px;font-size:11px;line-height:1.45}.login-brand{font-size:13px}.login-panel h1{margin:22px 0 26px;font-size:clamp(40px,11vw,52px);line-height:.91}.login-panel form{max-width:none}.login-panel label{margin-bottom:16px;font-size:14px}.login-panel input{padding:10px 0;font-size:16px}.login-panel .button{min-height:50px;font-size:14px}.login-note{margin-top:16px;font-size:10px;line-height:1.5}}@media (width<=340px){.photo-grid{columns:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}html[data-theme=still] body{color:#eeeae2;background:#101312}.theme-still{--ink:#eceee9;--muted:#9ba19d;--line:#353b38;--paper:#101312;--wash:#1a1f1c;--accent:#c8d4c3;--danger:#d69b8d;background:var(--paper);color:var(--ink);font-family:Space Grotesk,sans-serif}.theme-still .topbar{color:#f2f3ef;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#101312f0;border-color:#fff3;height:58px;padding:0 clamp(18px,4vw,58px)}.theme-still:has(.home-screen) .topbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#080b09ad,#0000);border-color:#ffffff42;position:absolute;inset:0 0 auto}.theme-still .wordmark{letter-spacing:.13em;font-size:11px}.theme-still .wordmark img{border-radius:50%;width:38px;height:38px;box-shadow:0 0 0 1px #ffffff29}.theme-still .topbar-right{gap:14px}.theme-still .theme-toggle{color:#929a94}.theme-still .theme-toggle:hover,.theme-still .theme-toggle:focus-visible{color:#f0f2ee;background:#202622}.theme-still .theme-toggle[data-theme=still] .moon{color:#eef1ed}.theme-still .button.dark{color:#111411;background:#eceee9}.theme-still .text-button,.theme-still .logout{text-decoration-color:#707772}.theme-still .home-hero{isolation:isolate;color:#fff;max-width:none;min-height:min(72vh,720px);padding:clamp(115px,15vh,155px) clamp(22px,6vw,88px) clamp(45px,7vh,72px);position:relative;overflow:hidden}.theme-still .home-hero-media{z-index:-2;background:#151a17;display:block;position:absolute;inset:0;overflow:hidden}.theme-still .home-hero-media:after{content:"";background:linear-gradient(#0000 32%,#040806d1),linear-gradient(90deg,#0408066b,#0000 60%);position:absolute;inset:0}.theme-still .home-hero-media img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .7s,transform 1.6s cubic-bezier(.16,1,.3,1);transform:scale(1.07)}.theme-still .home-hero-media.loaded img{opacity:1;transform:scale(1)}.theme-still .home-hero-media .photo-load-status{z-index:2;color:#c8ceca}.theme-still .home-hero>.eyebrow,.theme-still .home-hero h1,.theme-still .intro-copy{z-index:1;position:relative}.theme-still .home-hero>.eyebrow{color:#d6dbd7;align-self:start}.theme-still .home-hero h1{letter-spacing:-.058em;text-shadow:0 2px 24px #0000003d;font:300 clamp(64px,9vw,128px)/.82 Newsreader,serif}.theme-still .home-hero h1 em{font-family:Newsreader,serif;font-weight:300}.theme-still .intro-copy{color:#e0e3df;text-shadow:0 1px 12px #0006;align-self:end;font-size:14px}.theme-still .home-menu{max-width:1100px;padding-top:34px}.theme-still .home-menu>.eyebrow{border-color:var(--line)}.theme-still .home-menu-link{border-color:var(--line);color:#b7bdb9;transition:color .25s,padding-left .35s cubic-bezier(.16,1,.3,1)}.theme-still .home-menu-link:hover,.theme-still .home-menu-link:focus-visible{color:#fff;padding-left:10px}.theme-still .home-menu-link b{color:#e9ece8}.theme-still .archive-screen{background:#101312}.theme-still .library-head{border-color:var(--line);max-width:none;padding:25px clamp(20px,4vw,58px) 18px}.theme-still .content-grid{max-width:none;padding:22px clamp(20px,4vw,58px) 80px;display:block}.theme-still .filters{border-bottom:1px solid var(--line);scrollbar-width:none;align-items:center;gap:22px;margin-bottom:28px;padding:0 0 22px;display:flex;overflow-x:auto}.theme-still .filters::-webkit-scrollbar{display:none}.theme-still .filters .eyebrow{flex:none;margin:0 8px 0 0}.theme-still .filter{color:#858d88;flex:none;gap:7px;width:auto;min-height:44px}.theme-still .filter.active{color:#f0f2ed}.theme-still .filter.active:before{display:none}.theme-still .gallery{max-width:1380px;margin:auto}.theme-still .gallery-heading{border-color:var(--line);margin-bottom:42px}.theme-still .gallery-heading h2{letter-spacing:-.045em;font:300 clamp(31px,4vw,54px) Newsreader,serif}.theme-still .photo-grid{columns:unset;gap:clamp(34px,6vw,78px);column-gap:unset;grid-template-columns:minmax(0,1fr);display:grid}.theme-still .photo-card,.theme-still .photo-card:nth-child(2n),.theme-still .photo-card:nth-child(3n){opacity:0;filter:blur(5px);width:100%;transition:opacity .85s,filter .95s,transform 1.15s cubic-bezier(.16,1,.3,1);transition-delay:var(--reveal-delay,0s);margin:0;display:block;position:relative;transform:translateY(45px)scale(.97)}.theme-still .photo-card.in-view{opacity:1;filter:blur();transform:translateY(0)scale(1)}.theme-still .photo-open{cursor:zoom-in}.theme-still .photo-frame{background:#181d1a;height:min(73vh,760px);min-height:520px}.theme-still .photo-frame:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000,#050806b8);position:absolute;inset:42% 0 0}.theme-still .photo-frame picture{height:100%}.theme-still .photo-frame img{object-fit:cover;width:100%;height:100%;transition:opacity .5s,transform 1.5s cubic-bezier(.16,1,.3,1),filter .65s;transform:scale(1.045)}.theme-still .photo-frame img.loaded{opacity:1;transform:scale(1.01)}.theme-still .photo-open:hover img,.theme-still .photo-open:focus-visible img{filter:brightness(.91);transform:scale(1.035)}.theme-still .photo-meta{z-index:2;color:#fff;text-shadow:0 2px 15px #000000a6;pointer-events:none;border-top:1px solid #ffffff94;margin:0;padding-top:14px;position:absolute;bottom:clamp(18px,3vw,36px);left:clamp(18px,3vw,42px);right:clamp(18px,3vw,42px)}.theme-still .photo-meta>div{pointer-events:auto}.theme-still .photo-meta small,.theme-still .photo-meta .shot-info{color:#e6e9e5}.theme-still .food-card-title{letter-spacing:-.035em;font:300 clamp(24px,2.5vw,36px) Newsreader,serif}.theme-still .food-card-description{color:#e2e5e1;text-shadow:0 2px 15px #000000a6}.theme-still .photo-meta .card-actions{pointer-events:auto}.theme-still .card-action{color:#fff}.theme-still .card-action.remove{color:#f0b1a2}.theme-still .photo-load-status{color:#aab1ac}.theme-still .photo-spinner{border-color:#dce1dd #4a514d #4a514d}.theme-still .mobile-collection-nav{border-color:var(--line);background:#101312f0}.theme-still .mobile-collection-filter{color:#858d88}.theme-still .mobile-collection-filter.active{color:#f0f2ed}.theme-still .mobile-menu{border-color:var(--line);background:#101312;box-shadow:0 18px 35px #0000004d}.theme-still .modal{background:#151916}.theme-still .modal input,.theme-still .modal textarea,.theme-still .modal select{color:#f0f2ed;border-color:#555b57}.theme-still .modal select option{background:#151916}.theme-still .tag-chip.selected{color:#111411;background:#eceee9;border-color:#eceee9}.theme-still .file-picker.has-file{color:#f4f7f3;background:#263129;border-color:#9caf9d;box-shadow:inset 3px 0 #9caf9d}.theme-still .batch-row-add{color:#101411;background:#dfe5df;border-color:#dfe5df;box-shadow:0 7px 18px #00000038}.theme-still .batch-row-add:hover,.theme-still .batch-row-add:focus-visible{background:#bfcdbf;border-color:#bfcdbf}.theme-still .download-photo{border-color:#414743}.theme-still .download-photo.selected{border-color:#edf0eb;box-shadow:inset 0 0 0 1px #edf0eb}html[data-theme=still] .back-to-top{color:#f0f3ef;background:#111512eb;border-color:#59635d;box-shadow:0 8px 26px #00000052}html[data-theme=still] .back-to-top:hover{color:#111411;background:#e8ece8}.theme-still .login-page{color:#eceee9;background:#101312}.theme-still .login-image{background:radial-gradient(circle at 30% 28%,#647169,#0000 25%),linear-gradient(145deg,#29312c,#0d100e 70%)}.theme-still .login-panel input{color:#eceee9;border-color:#555b57}.theme-still .login-panel .button.dark{color:#111411;background:#eceee9}.theme-still.theme-archive{--ink:#20251f;--muted:#5f695f;--line:#cbd3c9;--paper:#f4f5f0;--wash:#e7ece4;--accent:#5f765f;--danger:#a34535;background:var(--paper);color:var(--ink)}.theme-still.theme-archive .topbar{color:#f2f3ef;background:#101312f0;border-color:#fff3}.theme-still.theme-archive:has(.home-screen) .topbar{background:linear-gradient(#080b09b8,#0000);border-color:#ffffff42}.theme-still.theme-archive .wordmark img{box-shadow:0 0 0 1px #2a372b2e}.theme-still.theme-archive .topbar .username,.theme-still.theme-archive .topbar .logout,.theme-still.theme-archive .topbar .text-button{color:#f0f2ee}.theme-still.theme-archive .topbar .role,.theme-still.theme-archive .topbar .photo-site-link{color:#aeb8ad}.theme-still.theme-archive .theme-toggle{color:#5f695f}.theme-still.theme-archive .theme-toggle:hover,.theme-still.theme-archive .theme-toggle:focus-visible{color:#263027;background:#e4e9e1}.theme-still.theme-archive .theme-toggle[data-theme=archive] .sun{color:#263027}.theme-still.theme-archive .topbar .theme-toggle{color:#929a94}.theme-still.theme-archive .topbar .theme-toggle:hover,.theme-still.theme-archive .topbar .theme-toggle:focus-visible{color:#f0f2ee;background:#202622}.theme-still.theme-archive .topbar .theme-toggle[data-theme=archive] .sun{color:#eef1ed}.theme-still.theme-archive .button.dark{color:#f7f8f4;background:#29342a}.theme-still.theme-archive .topbar .button.dark{color:#111411;background:#eef1ed}.theme-still.theme-archive .text-button,.theme-still.theme-archive .logout{text-decoration-color:#929b91}.theme-still.theme-archive .home-hero{color:#1d241e}.theme-still.theme-archive .home-hero-media{background:#dce3da}.theme-still.theme-archive .home-hero-media:after{background:linear-gradient(#ebf0e91f 30%,#ebf0e9e0),linear-gradient(90deg,#eff3edb3,#eff3ed14 68%)}.theme-still.theme-archive .home-hero-media .photo-load-status{color:#566456}.theme-still.theme-archive .home-hero>.eyebrow{color:#354136}.theme-still.theme-archive .home-hero h1{text-shadow:0 2px 24px #f4f7f280}.theme-still.theme-archive .intro-copy{color:#354136;text-shadow:0 1px 12px #f4f7f2b3}.theme-still.theme-archive .home-menu-link{color:#5f695f}.theme-still.theme-archive .home-menu-link:hover,.theme-still.theme-archive .home-menu-link:focus-visible{color:#3f5e43}.theme-still.theme-archive .home-menu-link b{color:#354136}.theme-still.theme-archive .archive-screen{background:var(--paper)}.theme-still.theme-archive .filter{color:#5f695f}.theme-still.theme-archive .filter.active{color:#273128}.theme-still.theme-archive .photo-frame{background:#e1e7de}.theme-still.theme-archive .photo-load-status{color:#596459}.theme-still.theme-archive .photo-spinner{border-color:#526a55 #b8c1b6 #b8c1b6}.theme-still.theme-archive .mobile-collection-nav{background:#f4f5f0f0}.theme-still.theme-archive .mobile-collection-filter{color:#5f695f}.theme-still.theme-archive .mobile-collection-filter.active{color:#273128}.theme-still.theme-archive .mobile-menu{background:#f4f5f0;box-shadow:0 18px 35px #2b362b1f}.theme-still.theme-archive .modal{background:#f7f8f4}.theme-still.theme-archive .modal input,.theme-still.theme-archive .modal textarea,.theme-still.theme-archive .modal select{color:#20251f;border-color:#aeb7ac}.theme-still.theme-archive .modal select option{background:#f7f8f4}.theme-still.theme-archive .tag-chip.selected{color:#f7f8f4;background:#334535;border-color:#334535}.theme-still.theme-archive .file-picker.has-file{color:#263228;background:#e0e8dd;border-color:#718a72;box-shadow:inset 3px 0 #718a72}.theme-still.theme-archive .batch-row-add{color:#f7f8f4;background:#334535;border-color:#334535;box-shadow:0 7px 18px #2d3b2e29}.theme-still.theme-archive .batch-row-add:hover,.theme-still.theme-archive .batch-row-add:focus-visible{background:#536b55;border-color:#536b55}.theme-still.theme-archive .download-photo{border-color:#c8d0c6}.theme-still.theme-archive .download-photo.selected{border-color:#334535;box-shadow:inset 0 0 0 1px #334535}html[data-theme=archive] .back-to-top{color:#29342a;background:#f4f6f1f0;border-color:#aeb9ac;box-shadow:0 8px 26px #2b362b33}html[data-theme=archive] .back-to-top:hover{color:#f7f8f4;background:#334535}.theme-still.theme-archive .edit-lightbox{color:#405d43}.theme-still.theme-archive .login-page{color:#20251f;background:#f4f5f0}.theme-still.theme-archive .login-image{background:radial-gradient(circle at 30% 28%,#f0f4ed,#0000 26%),linear-gradient(145deg,#dbe4d8,#9ead9c 72%)}.theme-still.theme-archive .login-panel input{color:#20251f;border-color:#aeb7ac}.theme-still.theme-archive .login-panel .button.dark{color:#f7f8f4;background:#334535}@media (width<=1200px){.theme-still .topbar-right{gap:9px}.theme-still .role{display:none}}@media (width<=1024px){:is(.theme-still .topbar,.theme-still:has(.home-screen) .topbar){border-color:var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#101312f0;height:60px;padding:0 18px;position:fixed;inset:0 0 auto}.theme-still .menu-toggle span{background:#eef0ec}.theme-still.theme-archive .menu-toggle span{background:#eef0ee}.theme-still .mobile-menu{inset:60px 0 auto}.theme-still main{padding-top:60px}.theme-still .home-screen{padding-top:0}.theme-still .archive-screen{padding-top:60px}.theme-still .home-hero{min-height:min(68vh,640px);padding:105px 22px 48px}.theme-still .home-hero h1{font-size:clamp(58px,10vw,90px)}.theme-still .content-grid{padding:20px 18px 70px}.theme-still .filters{display:none}.theme-still .gallery-heading{margin-bottom:28px}.theme-still .photo-frame{height:min(68vh,680px);min-height:440px}.mobile-theme-selector{border-top:1px solid var(--line);justify-content:flex-start;align-items:center;width:100%;height:53px;display:flex;margin:18px 0 0!important;padding:4px 0!important}.mobile-theme-selector .theme-toggle{min-width:72px;min-height:44px;padding-inline:5px}}@media (width<=600px){:is(.theme-still .topbar,.theme-still:has(.home-screen) .topbar){height:64px}.theme-still .mobile-menu{inset:64px 0 auto}.theme-still main{padding-top:64px}.theme-still .home-screen{padding-top:0}.theme-still .archive-screen{padding-top:64px}.theme-still .wordmark img{width:36px;height:36px}.theme-still .home-hero{min-height:min(58svh,530px);padding:96px 18px 34px}.theme-still .home-hero h1{font-size:clamp(50px,14vw,70px)}.theme-still .intro-copy{max-width:280px;font-size:13px}.theme-still .home-menu{padding:26px 18px 55px}.theme-still .library-head{padding:24px 18px 17px}.theme-still .content-grid{padding:20px 12px 55px}.theme-still .photo-frame{height:56svh;min-height:390px}.theme-still .photo-meta{padding-top:10px;bottom:15px;left:16px;right:16px}.theme-still .photo-meta .shot-info{font-size:9px}}@media (width>=1280px){.theme-still .photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(24px,3vw,46px)}.theme-still .photo-frame{aspect-ratio:3/2;height:auto;min-height:0}}@media (prefers-reduced-motion:reduce){.theme-still .photo-card,.theme-still .photo-frame img,.theme-still .home-hero-media img{opacity:1!important;filter:none!important;transform:none!important}}
