:root { color-scheme: dark; font-family: Inter, ui-sans-serif, system-ui, sans-serif; background: #0c0c0d; color: #f6f4f1; }
* { box-sizing: border-box; } body { margin: 0; min-width: 320px; background: #0c0c0d; } .site-shell { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: clamp(42px, 9vw, 100px) 0 64px; }
header { max-width: 760px; margin-bottom: 40px; } .eyebrow { margin: 0 0 10px; color: #aca8a1; text-transform: uppercase; letter-spacing: .15em; font-size: .72rem; font-weight: 700; } h1 { font-size: clamp(2.2rem, 6vw, 5.6rem); line-height: .96; letter-spacing: -.055em; margin: 0; }
.gallery { columns: 1; column-gap: 14px; } .gallery figure { display: inline-block; width: 100%; margin: 0 0 14px; overflow: hidden; background: #1a1a1d; } .gallery img { display: block; width: 100%; height: auto; transition: transform .35s ease; } .gallery img:hover { transform: scale(1.015); } .state, .message, .hint { color: #b9b5ae; } footer { margin-top: 44px; color: #77746f; font-size: .68rem; letter-spacing: .08em; }
.admin-shell { width: min(680px, calc(100% - 28px)); margin: 0 auto; padding: 36px 0 56px; } .admin-shell header { margin-bottom: 28px; } .card { padding: 22px; background: #171719; border: 1px solid #303033; border-radius: 16px; } label { display: block; font-weight: 650; } input[type="password"] { margin: 10px 0 14px; width: 100%; padding: 15px; min-height: 52px; border-radius: 10px; border: 1px solid #454549; font: inherit; background: #09090a; color: inherit; }
button { min-height: 52px; padding: 0 20px; border: 0; border-radius: 10px; background: #f5f1e9; color: #111113; font: inherit; font-weight: 750; cursor: pointer; } button:disabled { opacity: .5; } .upload-zone { display: grid; place-items: center; gap: 7px; min-height: 150px; padding: 22px; border: 2px dashed #4e4e53; border-radius: 16px; text-align: center; cursor: pointer; background: #171719; } .upload-zone span { color: #bab6af; font-size: .92rem; } .upload-zone input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.toolbar { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin: 24px 0 8px; } .hint { font-size: .87rem; margin: 0 0 16px; } .admin-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; } .admin-list li { display: grid; grid-template-columns: 78px 1fr auto; gap: 12px; align-items: center; padding: 8px; background: #171719; border-radius: 12px; } .admin-list img { width: 78px; height: 78px; object-fit: cover; border-radius: 8px; } .image-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #d6d1c9; } .move-buttons { display: grid; gap: 4px; } .move-buttons button { min-height: 36px; padding: 0 12px; background: #333337; color: #fff; font-size: 1.1rem; }
@media (min-width: 600px) { .gallery { columns: 2; } } @media (min-width: 950px) { .gallery { columns: 3; } }
