:root{font-family:Inter,system-ui,sans-serif;color:#233d36;background:#f6f5f0;font-size:16px}*{box-sizing:border-box}body{margin:0}a{color:#286451;text-underline-offset:4px}header{display:flex;align-items:center;gap:30px;padding:22px 5%;border-bottom:1px solid #dedfd7;background:#fff}header .brand{margin-right:auto;text-decoration:none;font-size:19px;letter-spacing:2px;font-weight:750}small{display:block;color:#68766f;font-size:13px}.brand small{font-size:11px;letter-spacing:1px;margin-top:5px}nav{display:flex;gap:20px}nav a{text-decoration:none;font-size:14px}main{max-width:1180px;margin:50px auto;padding:0 24px;min-height:70vh}h1{font-size:clamp(28px,4vw,42px);letter-spacing:-1px;line-height:1.15;margin:10px 0 24px}h2{font-size:22px}h3{font-size:17px}p{line-height:1.65}footer{text-align:center;padding:24px;color:#6c7973;font-size:12px}.eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#65766a}.card{background:#fff;border:1px solid #e0e4dc;border-radius:14px;padding:26px;margin:20px 0}.stack{display:grid;gap:18px}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.grid .card{margin:0}.wide{grid-column:1/-1}label{display:block;font-size:14px;font-weight:550}input,textarea,select{display:block;width:100%;border:1px solid #cbd4cb;border-radius:7px;padding:12px;font:inherit;color:inherit;background:#fff;margin-top:7px}input[type=hidden]{display:none}textarea{resize:vertical}button,.button{display:inline-block;background:#285442;color:white;padding:13px 20px;border:1px solid #285442;border-radius:7px;font:inherit;font-size:14px;cursor:pointer;text-decoration:none}button:hover,.button:hover{background:#193e30}.secondary{background:#fff;color:#285442;border-color:#c6d3c7}.secondary:hover{background:#eaf0e9}button:disabled{opacity:.5;cursor:wait}.notice{border-radius:8px;background:#e9efdf;color:#405432;padding:16px;line-height:1.5}.error{background:#f9e7e2;color:#803c28}.table-wrap{overflow-x:auto;background:white;border-radius:12px;margin-top:24px}table{border-collapse:collapse;width:100%;text-align:left}td,th{padding:18px;border-bottom:1px solid #e5e8e1;font-size:14px}th{background:#eff2eb;font-weight:600}.badge{padding:6px 10px;background:#edf1e9;border-radius:20px;display:inline-block;font-size:12px}.heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.empty{text-align:center;padding:55px}.login{max-width:560px;margin:auto}.narrow{max-width:620px}.check{display:flex;align-items:center;gap:8px}.check input{width:auto;margin:0}.catalog{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.product{display:flex;flex-direction:column;gap:12px;padding:18px}.product img,.placeholder{width:100%;height:210px;object-fit:contain;background:#f0f1eb;border-radius:8px}.placeholder{display:grid;place-items:center;color:#799283;font-size:45px;font-family:serif}.product h2,.product p{margin:0}.product button{margin-top:auto}.group{padding:18px 0;border-bottom:1px solid #e1e5de}.group textarea{min-height:110px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:14px;line-height:1.6;background:#f5f6f1;padding:16px;border-radius:6px}.muted{color:#748077;font-size:14px}.package{padding:15px;border:1px solid #dfe6dc;border-radius:8px;margin-bottom:12px}:focus-visible{outline:3px solid #9ea951;outline-offset:3px}@media(max-width:760px){header{flex-wrap:wrap;gap:15px}nav{order:3;flex-wrap:wrap;width:100%;gap:16px}main{margin:30px auto;padding:0 16px}.grid,.catalog{grid-template-columns:1fr}.heading{align-items:flex-start}.card{padding:20px}h1{font-size:30px}}
.photo-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px;margin-top:20px}.photo-gallery img{width:100%;height:160px;object-fit:contain;border-radius:8px;background:#f0f1eb}.photo-gallery figure{margin:0;min-width:0}.photo-gallery figcaption{font-size:12px;overflow-wrap:anywhere}.photo-tile{max-width:300px}.photo-tile form{display:flex;gap:8px;flex-wrap:wrap}.photo-tile button{padding:8px 12px}input[type=file]::file-selector-button{background:#285442;color:white;border:0;border-radius:5px;padding:10px;margin-right:12px;cursor:pointer}
