:root{--ink:#1c2422;--muted:#707873;--line:#e1e5df;--paper:#f7f8f5;--white:#fff;--lime:#d6fa52;--green:#365b33;--radius:12px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-size:16px;font-synthesis:none}
*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit}a{color:inherit;text-decoration:none}button:disabled{cursor:wait;opacity:.5}input,select{max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #668a1d;outline-offset:4px}::selection{background:var(--lime)}[hidden]{display:none!important}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.muted{color:var(--muted)}p{line-height:1.6}h1,h2,h3,p{margin-top:0}.site-header{height:112px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:850;letter-spacing:-.6px}.brand-small{display:block;font-size:10px;letter-spacing:2.05px;margin-top:5px;font-weight:600}.brand-mark{display:block;position:relative;width:45px;height:45px;background:var(--lime);border-radius:50%;font-size:40px;line-height:43px;text-align:center;font-weight:900;letter-spacing:-5px;padding-right:7px}.brand-mark>span{position:absolute;font-size:20px;right:0;top:-9px}.site-header nav{display:flex;align-items:center;gap:34px;font-size:14px}.site-header nav a{padding:12px 0}.nav-active{font-weight:700;position:relative}.nav-active:after{content:'';height:3px;background:var(--ink);position:absolute;bottom:-33px;left:0;right:0}.gallery-intro{display:flex;align-items:center;justify-content:space-between;padding:58px 0 42px}.eyebrow{font-size:12px;font-weight:700;letter-spacing:1.8px;line-height:1.6}.live-dot{display:inline-block;width:7px;height:7px;background:#659138;border-radius:50%;margin-right:7px;vertical-align:1px}h1{font-size:clamp(46px,5.3vw,72px);letter-spacing:-3.8px;line-height:1.04;font-weight:800;margin:20px 0}h1 em{font-family:Georgia,'Times New Roman',serif;font-weight:500;letter-spacing:-3px}.gallery-intro p{color:var(--muted);margin:20px 0 0;font-size:15px}.intro-aside{padding:0 22px 0 35px;border-left:1px solid var(--line);align-self:center}.edition-mark{font-size:18px;font-weight:700;line-height:1.25;letter-spacing:-.6px}.edition-mark strong{display:block;font-style:italic}.intro-aside p{font-size:14px;line-height:1.65}.search-panel{background:var(--ink);color:var(--white);border-radius:16px;padding:30px 34px;display:grid;grid-template-columns:1fr 1.18fr;align-items:center;column-gap:28px}.search-title{display:flex;align-items:center;gap:20px}.number-icon{width:56px;height:56px;border:1px solid #556044;border-radius:14px;display:grid;place-items:center;color:var(--lime);font-size:35px;transform:rotate(-7deg);flex-shrink:0}.search-title h2{font-size:23px;letter-spacing:-.5px;margin:0 0 8px}.search-title p{font-size:14px;color:#bbc2bb;margin:0}.search-input{display:flex;background:white;border-radius:9px;padding:6px;align-items:center;min-width:0}.search-input>span{font-size:24px;color:#8a918c;margin:0 12px}.search-input input{border:0;padding:12px 0;width:100%;min-width:60px;background:transparent;border-radius:0;height:46px}.search-input input:focus-visible{outline-offset:0;outline-width:2px}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;padding:15px 21px;border:1px solid transparent;border-radius:7px;font-size:14px;line-height:1.3;font-weight:700;white-space:nowrap;transition:background .15s,transform .15s}.button:hover:not(:disabled){transform:translateY(-1px)}.lime{background:var(--lime);color:var(--ink)}.lime:hover{background:#e1ff76}.dark{background:var(--ink);color:white}.dark:hover{background:#35413b}.secondary{background:transparent;border-color:#cfd5cb}.secondary:hover{background:#edf0e9}.danger{background:#a12828;color:#fff}.small{padding:10px 14px;font-size:14px}.full-width{width:100%}.search-note{grid-column:2;font-size:12px;color:#b6bfb5;margin:12px 0 0;line-height:1.5}.search-note span{color:var(--lime);margin-right:6px}.gallery-section{padding-top:42px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:15px}.section-heading h2{font-size:26px;letter-spacing:-.85px;margin:0}.heading-line{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.count-badge{padding:6px 9px;border-radius:5px;font-size:12px;background:#e9ede5;color:#63705e;white-space:nowrap}.filter-tools{display:flex;align-items:center;gap:12px}.filter-tools select,select{padding:12px 34px 12px 15px;border:1px solid var(--line);border-radius:7px;background:white;font-size:14px;color:var(--ink);height:43px}.gallery-subline{display:flex;justify-content:space-between;gap:20px;align-items:center;margin:16px 0 25px;font-size:13px;color:var(--muted)}.gallery-subline p{margin:0;font-size:14px}.gallery-subline>span{font-size:12px}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px}.photo-card{display:block;text-align:left;border:0;padding:0;background:transparent;min-width:0}.photo-image{display:block;position:relative;aspect-ratio:4/3;overflow:hidden;border-radius:10px;background:#e3e7df}.photo-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s}.photo-card:hover .photo-image img{transform:scale(1.035)}.photo-card:nth-child(3n+2) .photo-image{aspect-ratio:4/3}.photo-bib{position:absolute;left:14px;bottom:14px;background:#fffef5;box-shadow:0 1px 8px #0001;color:var(--ink);font-size:12px;font-weight:700;border-radius:5px;padding:8px 10px;letter-spacing:.3px}.photo-expand{position:absolute;right:14px;top:14px;width:30px;height:30px;border-radius:50%;background:#fff9;display:grid;place-items:center;font-size:21px}.photo-caption{display:flex;justify-content:space-between;align-items:center;padding:14px 2px 0;gap:10px;font-size:13px}.photo-caption>span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{grid-column:1/-1;background:#eef1e9;border:1px dashed #cbd3c4;border-radius:12px;padding:52px 24px;text-align:center}.empty-symbol{display:grid;place-items:center;width:50px;height:50px;margin:0 auto 20px;border:1px solid #c8d1bb;border-radius:50%;font-size:25px}.empty-state h3{font-size:24px;letter-spacing:-.5px;margin-bottom:12px}.empty-state p{max-width:520px;margin:0 auto 24px;color:var(--muted);font-size:15px}.pagination{display:flex;justify-content:center;align-items:center;gap:24px;margin:30px 0;font-size:14px}.pagination:empty{display:none}.gallery-bottom{display:flex;align-items:center;gap:20px;margin-top:60px;padding:30px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.gallery-bottom p{font-size:14px;margin:0;color:var(--muted)}.gallery-bottom strong{font-weight:400;color:var(--ink)}.tiny-cross{font-size:38px;line-height:1;color:#7e8a70}.bottom-wordmark{margin-left:auto;font-weight:800;letter-spacing:-1.5px;font-size:25px;font-style:italic;color:#a9b49e}.site-footer{padding:28px 0;display:flex;justify-content:space-between;font-size:12px;gap:20px;line-height:1.6}.site-footer>span:first-child{font-weight:700}.site-footer .muted{font-weight:400;margin-left:5px}.notice{display:flex;gap:20px;align-items:center;justify-content:space-between;background:#edf2e5;color:#43513e;padding:17px 20px;border:1px solid #dce4d1;border-radius:8px;font-size:14px;line-height:1.6;margin-bottom:22px}.text-button{padding:0;background:none;border:0;text-decoration:underline;text-underline-offset:4px;font-size:14px}.text-button:disabled{text-decoration:none}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.toast{position:fixed;bottom:25px;left:50%;transform:translateX(-50%);background:var(--ink);color:white;box-shadow:0 10px 40px #0002;border:1px solid #56624a;max-width:min(550px,calc(100% - 32px));padding:16px 22px;border-radius:9px;z-index:100;font-size:14px;line-height:1.5}.error-message{color:#a33228;font-size:14px;line-height:1.6}.error-message:empty{display:none}.image-failed{object-fit:contain!important;color:var(--muted);font-size:14px;padding:25px}dialog{border:none;padding:0;color:var(--ink);background:var(--paper);border-radius:14px;box-shadow:0 25px 120px #0005;max-height:90vh;max-width:calc(100% - 32px)}dialog::backdrop{background:#102017b8;backdrop-filter:blur(6px)}.modal-close{position:absolute;right:14px;top:14px;z-index:2;border:1px solid #fff5;background:#fff;color:var(--ink);border-radius:50%;width:40px;height:40px;font-size:28px;display:grid;place-items:center;line-height:1}.lightbox{width:1150px}.lightbox-image{background:#151b18;min-height:200px;display:flex;justify-content:center}.lightbox-image img{display:block;max-width:100%;max-height:66vh;object-fit:contain}.lightbox-meta{padding:28px 32px;display:flex;align-items:center;justify-content:space-between;gap:25px}.lightbox-meta h2{font-size:24px;margin:10px 0;overflow-wrap:anywhere}.lightbox-meta p{font-size:14px;margin:8px 0}.lightbox-controls{display:flex;gap:15px;align-items:center;white-space:nowrap;font-size:14px}.bib-list{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.bib-pill{font-size:14px;font-weight:700;background:var(--lime);padding:6px 10px;border-radius:5px}
/* Public gallery */
#lightbox-status{max-width:300px;color:#a33228}#lightbox-status:empty{display:none}
.search-panel{background:#2450A3;color:#fff}
.search-panel .search-title p,.search-panel .search-note{color:#e1ebff}
.search-panel .number-icon{color:#fff;background:#ffffff14;border-color:#a9c5f5}
.search-panel .search-note span{color:#fff}
.search-panel .search-input>span{color:#2450A3}
.search-panel .search-input input{color:#17356b}
.search-panel .search-input input::placeholder{color:#596b86;opacity:1}
.search-panel .button{background:#e1ebff;color:#17356b;border-color:#a9c5f5}
.search-panel .button:hover{background:#cbdcff}
.search-panel .button:focus-visible{outline-color:#fff;outline-offset:3px;box-shadow:0 0 0 2px #17356b}
.search-panel .search-input input:focus-visible{outline-color:#2450A3}
.gallery-body .brand{max-width:100%}.brand-logo{display:block;width:175px;max-width:100%;height:auto}.gallery-body main{padding-top:32px}.gallery-body .site-footer{justify-content:center;text-align:center;color:var(--muted);font-size:12px;border-top:1px solid var(--line);margin-top:36px}
@media(max-width:700px){.brand-logo{width:175px}.gallery-body main{padding-top:24px}}
/* Management */
.admin-main{min-height:calc(100vh - 210px)}.admin-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:42px 0 32px}.admin-heading h1{font-size:43px;letter-spacing:-1.7px;margin:11px 0}.admin-heading p{font-size:15px;color:var(--muted);margin-bottom:0}.lime-text{color:#81a32a}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:34px}.stat{border:1px solid var(--line);border-radius:10px;background:white;padding:24px 26px;display:flex;flex-direction:column;gap:9px}.stat>span{font-size:11px;letter-spacing:1.5px;font-weight:700;color:var(--muted)}.stat strong{font-size:44px;letter-spacing:-2px;font-weight:600;line-height:1.25}.stat small{color:var(--muted);font-size:13px}.stat.highlight{background:var(--lime);border-color:var(--lime)}.stat.highlight>span,.stat.highlight small{color:#445324}.admin-tabs{display:flex;gap:30px;border-bottom:1px solid var(--line);margin-bottom:30px}.admin-tabs button{padding:0 0 20px;border:0;border-bottom:3px solid transparent;margin-bottom:-1px;font-size:15px;background:none;color:var(--muted)}.admin-tabs button[aria-selected=true]{border-bottom-color:var(--ink);font-weight:700;color:var(--ink)}.admin-tabs span{display:inline-block;margin-left:7px;background:#e8ece1;padding:3px 7px;border-radius:5px;font-size:12px}.admin-main .section-heading{margin-bottom:25px}.admin-main .section-heading p{font-size:14px;margin:9px 0 0}.source-list{display:grid;gap:14px}.source-card{display:flex;align-items:center;gap:20px;padding:24px;background:white;border:1px solid var(--line);border-radius:10px;min-width:0}.source-avatar{width:50px;height:50px;flex-shrink:0;display:grid;place-items:center;background:#eef1e9;font-family:Georgia,serif;font-style:italic;font-size:25px;border-radius:50%}.source-main{flex:1;min-width:0}.source-title{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.source-title h3{font-size:17px;margin:0;overflow-wrap:anywhere}.status-chip{font-size:11px;line-height:1.5;border-radius:4px;padding:4px 8px;background:#eef0e9;color:#666e5a;font-weight:500;white-space:nowrap}.status-chip.green{background:#edf5e7;color:#466134}.folder-link{display:inline-block;color:#66745d;font-size:13px;margin:8px 0;text-decoration:underline;text-underline-offset:3px}.source-meta{font-size:12px;color:var(--muted);margin:0}.source-meta span{padding:0 5px}.source-actions{display:flex;align-items:center;gap:18px}.icon-button{display:grid;place-items:center;width:32px;height:32px;background:none;border:1px solid var(--line);border-radius:6px;font-size:22px;color:var(--muted)}.sync-status{font-size:13px;color:var(--green);margin:6px 0 0}.sync-status:empty{display:none}.info-card{display:flex;align-items:flex-start;gap:18px;max-width:870px;margin:30px 0 42px;padding:22px 0}.info-icon{flex-shrink:0;display:grid;place-items:center;border:1px solid #a9b79c;border-radius:50%;width:24px;height:24px;font-size:14px;font-family:Georgia,serif}.info-card h3{font-size:15px;margin:2px 0 8px}.info-card p{font-size:13px;color:var(--muted);margin:0 0 7px}.compact{padding:38px 24px}.auth-screen{max-width:530px;margin:65px auto 80px}.auth-screen h1{font-size:53px;letter-spacing:-2.5px}.auth-screen h1 em{letter-spacing:-1.8px}.auth-screen>p{color:var(--muted)}.auth-form{display:grid;gap:14px;margin-top:28px}.auth-form .button{margin-top:5px}label{font-size:14px;font-weight:600}input:not([type=checkbox]){border:1px solid #d5dbd0;border-radius:7px;padding:14px;background:white;font-size:16px;color:var(--ink);height:50px;min-width:0}.search-input input:not([type=checkbox]){border:none;background:transparent;padding:12px 0;height:46px}input::placeholder{color:#939c8e}.form-dialog{width:510px;padding:34px}.form-dialog h2{font-size:30px;letter-spacing:-1px;margin:18px 0 12px}.form-dialog p{font-size:14px}.form-dialog form>label{display:block;margin:23px 0 9px}.form-dialog input{width:100%}.dialog-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.close-inline{background:none;border:0;font-size:28px;line-height:1;padding:0 5px}.field-help{font-size:13px;line-height:1.6;color:var(--muted);margin:9px 0 22px}.form-dialog .field-help{font-size:13px}.dialog-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:25px}.settings-layout{display:grid;grid-template-columns:1fr 1fr;gap:80px;margin:30px 0 50px}.settings-form{display:flex;flex-direction:column}.settings-form>label{margin-bottom:10px}.settings-form>input{width:100%}.field-heading{display:flex;justify-content:space-between;align-items:center;margin:28px 0 10px;gap:15px}.settings-form .field-help{margin-bottom:0}.settings-form .button{align-self:flex-start;margin-top:30px}.settings-form #settings-result{font-size:14px;color:var(--green);margin-top:15px}.setup-guide{background:#edf0e7;border:1px solid #e0e5d8;padding:30px;border-radius:10px}.setup-guide h3{font-size:27px;letter-spacing:-.7px;margin:14px 0 25px}.setup-guide ol{margin:0;padding-left:23px}.setup-guide li{padding-left:8px;margin-bottom:24px;font-size:14px}.setup-guide li::marker{font-weight:700;color:#718362}.setup-guide li p{font-size:13px;color:var(--muted);margin:8px 0 0}.setup-guide>a{display:block;margin:8px 0 18px;font-size:14px;text-decoration:underline;text-underline-offset:4px}.setup-guide .field-help{margin-bottom:0}.review-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:22px 0}.review-toolbar label{display:flex;align-items:center;gap:12px}.review-toolbar p{font-size:13px;color:var(--muted);margin:0;flex:1}.review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.review-card{padding:0;border:1px solid var(--line);background:white;border-radius:9px;overflow:hidden;text-align:left;min-width:0}.review-thumb{display:block;position:relative;aspect-ratio:4/3;background:#e7eadf}.review-thumb img{width:100%;height:100%;object-fit:cover}.review-thumb .status-chip{position:absolute;bottom:12px;left:12px;box-shadow:0 2px 10px #0001}.review-card-body{display:flex;flex-direction:column;gap:8px;padding:17px;font-size:13px}.review-card-body strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-card-bibs{color:#536447;font-size:13px;margin-top:3px}.review-dialog{width:1180px}.review-workspace{display:grid;grid-template-columns:1.35fr 1fr;min-height:580px}.review-photo{background:#18211b;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.review-photo img{width:100%;max-height:68vh;object-fit:contain}.review-photo a{color:white;font-size:13px;margin-top:18px;text-decoration:underline;text-underline-offset:4px}.review-workspace form{padding:45px 32px 25px;min-width:0}.review-workspace h2{font-size:28px;letter-spacing:-1px;margin:18px 0 12px}.review-workspace p{font-size:14px}.review-workspace #review-photo-name{font-size:12px;overflow-wrap:anywhere}.review-workspace form>label:not(.checkbox-label){display:block;margin-bottom:10px}.review-workspace input:not([type=checkbox]){width:100%}.candidate-box{padding:17px;background:#ebefe2;border-radius:7px;font-size:13px;line-height:1.5;margin:20px 0}.candidate-box p{font-size:12px;margin:6px 0}.candidate-pill{font-size:14px;font-weight:600;border:1px solid #becdad;background:white;padding:6px 11px;border-radius:5px}.candidate-pill:hover{background:var(--lime)}.checkbox-label{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:400;margin:16px 0 22px;line-height:1.6}.checkbox-label input{width:18px;height:18px;accent-color:#365b33;flex-shrink:0}.review-workspace .field-help{font-size:12px}.review-workspace .text-button{margin-top:20px}.admin-body .site-footer{border-top:1px solid var(--line);margin-top:40px}
@media(min-width:1550px){.gallery-intro{padding-top:65px;padding-bottom:50px}.gallery-grid{gap:30px}.gallery-section{padding-top:45px}}
@media(max-width:1050px){.wrap{width:calc(100% - 56px)}.search-panel{grid-template-columns:1fr;padding:28px}.search-panel form{margin-top:24px}.search-note{grid-column:1}.search-title p{font-size:15px}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-layout{gap:35px}.source-card{flex-wrap:wrap}.source-actions{margin-left:70px}.review-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-workspace{grid-template-columns:1fr 1fr}.review-workspace form{padding:45px 24px 20px}.admin-heading h1{font-size:36px}.review-toolbar{flex-wrap:wrap}}
@media(max-width:700px){.wrap{width:calc(100% - 36px)}.site-header{height:90px}.brand{font-size:16px;gap:9px}.brand-small{font-size:8px;letter-spacing:1.5px}.brand-mark{width:37px;height:37px;font-size:34px;line-height:36px}.brand-mark>span{font-size:16px;top:-7px}.site-header nav{gap:18px;font-size:12px}.site-header nav .nav-active{display:none}.site-header nav .text-button{font-size:12px}.gallery-intro{padding:38px 0 30px;align-items:flex-start}.gallery-intro h1{font-size:51px;letter-spacing:-2.8px}.gallery-intro h1 em{letter-spacing:-2.6px}.eyebrow{font-size:10px;letter-spacing:1.4px}.intro-aside{display:none}.gallery-intro p{font-size:14px;margin-top:18px}.search-panel{padding:24px 20px;border-radius:11px}.search-title{gap:15px}.search-title h2{font-size:21px}.search-title p{font-size:13px}.number-icon{width:44px;height:44px;font-size:27px;border-radius:10px}.search-input{flex-wrap:wrap;background:transparent;padding:0;gap:0}.search-input>span{display:none}.search-input input:not([type=checkbox]){background:white;border-radius:7px;padding:14px;width:100%;height:50px}.search-input .button{width:100%;margin-top:10px;justify-content:space-between;padding:14px 16px}.search-panel form{margin-top:21px}.search-note{font-size:11px;margin-top:13px;line-height:1.6}.section-heading{align-items:flex-start;flex-direction:column;gap:17px}.section-heading h2{font-size:23px}.gallery-section{padding-top:32px}.heading-line{gap:10px}.filter-tools{width:100%;flex-wrap:wrap}.filter-tools select{flex:1}.gallery-subline{align-items:flex-start;flex-direction:column;gap:6px;margin-top:18px}.gallery-grid{gap:24px 12px}.photo-image{aspect-ratio:3/4}.photo-card:nth-child(3n+2) .photo-image{aspect-ratio:3/4}.photo-bib{font-size:10px;left:9px;bottom:9px;padding:6px 7px}.photo-expand{width:25px;height:25px;right:9px;top:9px;font-size:18px}.photo-caption{font-size:11px;gap:5px;padding-top:10px}.photo-caption>.muted{display:none}.gallery-bottom{margin-top:36px;gap:14px;padding:25px 0}.gallery-bottom p{font-size:12px}.tiny-cross{font-size:29px}.bottom-wordmark{display:none}.site-footer{font-size:10px;flex-wrap:wrap;gap:10px;padding:22px 0}.site-footer a{font-size:11px}.empty-state{padding:35px 20px}.empty-state h3{font-size:22px}.empty-state p{font-size:14px}.notice{flex-direction:column;align-items:flex-start;gap:8px;font-size:13px;padding:15px}.lightbox-meta{padding:22px;flex-direction:column;align-items:flex-start}.lightbox-meta h2{font-size:20px}.lightbox-image img{max-height:58vh}.lightbox-controls{width:100%;justify-content:space-between}.admin-heading{margin:32px 0 25px;flex-direction:column;align-items:flex-start}.admin-heading h1{font-size:34px;letter-spacing:-1.5px}.admin-heading p{font-size:14px}.admin-heading>.button{font-size:12px;padding:10px 14px}.stats-grid{gap:8px;margin-bottom:28px}.stat{padding:16px 10px;gap:9px}.stat>span{font-size:9px;letter-spacing:.5px;line-height:1.6}.stat strong{font-size:32px;letter-spacing:-1px}.stat small{font-size:10px;line-height:1.5}.admin-tabs{gap:23px;justify-content:space-between}.admin-tabs button{font-size:13px;padding-bottom:16px}.admin-tabs span{font-size:10px;margin-left:3px;padding:2px 5px}.source-card{padding:20px 17px;gap:13px}.source-avatar{width:40px;height:40px;font-size:22px}.source-main{width:calc(100% - 55px);flex:auto}.source-title h3{font-size:16px}.source-title{gap:8px}.source-meta{font-size:11px}.source-actions{margin-left:53px;gap:16px}.source-actions .text-button{font-size:12px}.source-actions .button{font-size:12px;padding:10px 14px}.source-title .status-chip{font-size:10px}.info-card{margin-top:20px;gap:12px}.info-card p{font-size:12px}.settings-layout{grid-template-columns:1fr;gap:30px}.setup-guide{padding:24px}.settings-form .button{width:100%}.review-grid{gap:12px}.review-card-body{padding:12px;font-size:12px}.review-card-body strong{font-size:12px}.review-card-bibs{font-size:11px;line-height:1.5}.review-thumb .status-chip{font-size:9px;left:8px;bottom:8px}.review-toolbar label{font-size:13px}.review-toolbar p{flex:auto;width:100%}.review-workspace{grid-template-columns:1fr}.review-photo{padding:15px}.review-photo img{max-height:45vh}.review-workspace form{padding:28px 22px 16px}.review-dialog{max-height:94vh}.form-dialog{padding:25px}.form-dialog h2{font-size:28px}.auth-screen{margin:45px auto}.auth-screen h1{font-size:43px;letter-spacing:-2px}.auth-screen h1 em{letter-spacing:-1.5px}.dialog-actions{flex-wrap:wrap}.dialog-actions .button{flex:1}.admin-body .site-footer{margin-top:30px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}
.source-cache{font-size:12px;color:var(--green);margin:8px 0 0;line-height:1.6}.source-actions{flex-wrap:wrap}.source-actions [data-cache]{font-size:12px}.source-cache-error{color:#a33228}
.lightbox-actions{display:flex;flex-direction:column;align-items:flex-end;gap:16px;flex-shrink:0}.lightbox-meta>div:first-child{min-width:0}
@media(max-width:700px){.lightbox-actions{width:100%;align-items:stretch}.lightbox-actions .button{white-space:normal}}
