:root{--wine:#7c292c;--wine-dark:#542021;--cream:#f7efe5;--paper:#fffaf5;--line:#e8d2bd;--gold:#bd7836;--green:#426f49;--red:#bb3d3b;--ink:#321e1b;--muted:#7b6b65}*{box-sizing:border-box}body{margin:0;background:var(--cream);color:var(--ink);font-family:Manrope,Arial,sans-serif}.photo-header{height:86px;padding:0 max(28px,calc((100vw - 1500px)/2));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:var(--paper);border-top:10px solid var(--wine-dark);border-bottom:1px solid var(--line)}.photo-brand{display:flex;align-items:center;gap:10px;color:var(--wine);text-decoration:none;letter-spacing:.06em}.photo-brand span{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--wine);border-radius:50%}.photo-header>div{text-align:center;color:var(--wine);letter-spacing:.14em}.photo-header>div small{display:block;color:var(--muted);font-size:10px;letter-spacing:0}.photo-header nav{display:flex;justify-content:flex-end;align-items:center;gap:18px}.photo-header nav a,.photo-header nav button{border:0;background:none;color:var(--wine);font:700 12px Manrope;text-decoration:none;cursor:pointer}.photo-shell{width:min(1500px,calc(100% - 40px));margin:0 auto;padding:40px 0 80px}.photo-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:28px}.photo-eyebrow{font-size:11px;font-weight:800;letter-spacing:.15em;color:var(--wine);margin:0 0 9px}.photo-intro h1,.photo-login-card h1{font:700 clamp(38px,4vw,64px)/.98 'Playfair Display',serif;margin:0 0 15px}.photo-intro p{color:var(--muted);max-width:760px}.photo-primary{border:0;border-radius:5px;background:var(--wine);color:white;padding:15px 20px;font:800 12px Manrope;cursor:pointer}.photo-primary:disabled{opacity:.55;cursor:wait}.photo-status-grid{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:var(--paper);border-radius:8px;overflow:hidden;margin-bottom:18px}.photo-status-grid article{padding:20px 24px;border-right:1px solid var(--line)}.photo-status-grid article:last-child{border:0}.photo-status-grid small{display:block;color:var(--muted);font-size:10px;font-weight:800}.photo-status-grid strong{display:block;font:700 32px 'Playfair Display';margin-top:8px}.photo-control-panel{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:12px;margin-bottom:18px}.photo-control-panel>div{padding:17px 18px;border:1px solid var(--line);background:var(--paper);border-radius:7px;display:flex;flex-direction:column;gap:5px;font-size:12px}.photo-control-panel span,.photo-control-panel small{color:var(--muted)}.photo-run div,.photo-storage div{height:8px;background:#eddfd2;border-radius:20px;overflow:hidden}.photo-run i,.photo-storage i{display:block;height:100%;width:0;background:var(--gold);transition:width .3s}.photo-storage i{background:var(--green)}.photo-toolbar{display:grid;grid-template-columns:1fr 260px 260px;gap:10px;margin:24px 0 14px}.photo-toolbar input,.photo-toolbar select{height:46px;border:1px solid var(--line);background:var(--paper);border-radius:5px;padding:0 14px;font:600 12px Manrope;color:var(--ink)}.photo-message{padding:14px 16px;background:#f5ddb7;border-left:3px solid var(--gold);margin-bottom:14px}.photo-products{display:grid;gap:13px}.photo-product{background:var(--paper);border:1px solid var(--line);border-radius:8px;overflow:hidden}.photo-product-head{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border-bottom:1px solid var(--line)}.photo-product-title{display:flex;gap:14px;align-items:center}.photo-product-title>span{display:grid;place-items:center;width:52px;height:52px;background:#efe0cf;border-radius:6px;font-size:22px;overflow:hidden}.photo-product-title img{width:100%;height:100%;object-fit:cover}.photo-product h2{font-size:15px;margin:0 0 4px}.photo-product p{margin:0;color:var(--muted);font-size:11px}.photo-product-actions{display:flex;gap:8px;align-items:center}.photo-button{border:1px solid var(--wine);background:transparent;color:var(--wine);border-radius:4px;padding:10px 13px;font:800 11px Manrope;cursor:pointer}.photo-button.danger{border-color:#b95b54;color:#a33b35}.photo-button:disabled{opacity:.5;cursor:wait}.photo-upload{position:relative;overflow:hidden}.photo-upload input{position:absolute;inset:0;opacity:0;cursor:pointer}.photo-state{display:inline-flex;border-radius:20px;padding:6px 9px;background:#efe3d4;color:var(--muted);font-size:10px;font-weight:800}.photo-state.review{background:#f7dfb9;color:#895317}.photo-state.approved{background:#dcead9;color:#38653d}.photo-state.error{background:#f4d6d1;color:#9b3934}.photo-candidates{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px 20px 20px}.photo-candidate{border:1px solid var(--line);border-radius:7px;padding:10px;display:grid;grid-template-columns:160px 1fr;gap:13px;min-height:180px}.photo-candidate img{width:160px;height:160px;object-fit:contain;background:white;border-radius:5px}.photo-candidate-body{display:flex;flex-direction:column;align-items:flex-start;gap:7px;min-width:0}.photo-candidate-body b{font-size:12px}.photo-candidate-body p{font-size:10px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.photo-candidate-body a{color:var(--wine);font-size:10px;font-weight:800}.photo-candidate-buttons{display:flex;gap:6px;margin-top:auto}.photo-candidate-buttons .approve{background:var(--green);border-color:var(--green);color:white}.photo-search-note{padding:16px 20px;color:var(--muted);font-size:12px}.photo-empty{padding:55px;text-align:center;background:var(--paper);border:1px solid var(--line);display:grid;gap:6px}.photo-version{position:fixed;left:8px;bottom:7px;padding:5px 8px;background:var(--wine-dark);color:white;border-radius:4px;font-size:10px}.photo-login-page{min-height:100vh;display:grid;place-items:center;background:linear-gradient(145deg,#f8efe5,#ead3bc)}.photo-login-card{width:min(460px,calc(100% - 30px));padding:42px;background:var(--paper);border:1px solid var(--line);border-radius:10px;box-shadow:0 24px 70px #5b35201f}.photo-login-card>p{color:var(--muted);font-size:13px}.photo-login-card form{display:grid;gap:14px;margin:25px 0}.photo-login-card label{display:grid;gap:6px;font-size:11px;font-weight:800}.photo-login-card input{height:46px;border:1px solid var(--line);padding:0 12px;background:white;border-radius:4px}.photo-form-error{min-height:18px;color:var(--red);font-size:11px}.photo-login-card small{color:var(--muted)}@media(max-width:1100px){.photo-candidates{grid-template-columns:1fr}.photo-candidate{grid-template-columns:120px 1fr}.photo-candidate img{width:120px;height:120px}.photo-control-panel{grid-template-columns:1fr}.photo-header{grid-template-columns:1fr auto}.photo-header>div{display:none}}@media(max-width:720px){.photo-header{height:auto;padding:18px;display:flex;flex-wrap:wrap;justify-content:space-between}.photo-header nav{width:100%;justify-content:flex-start;margin-top:12px}.photo-shell{width:calc(100% - 22px);padding-top:25px}.photo-intro{display:block}.photo-intro .photo-primary{width:100%;margin-top:14px}.photo-status-grid{grid-template-columns:1fr 1fr}.photo-status-grid article:nth-child(2){border-right:0}.photo-status-grid article:nth-child(-n+2){border-bottom:1px solid var(--line)}.photo-toolbar{grid-template-columns:1fr}.photo-product-head{grid-template-columns:1fr}.photo-product-actions{flex-wrap:wrap}.photo-candidate{grid-template-columns:1fr}.photo-candidate img{width:100%;height:240px}}
