[hidden] { display: none !important; }
:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#182033;background:#f6f8fc}*{box-sizing:border-box}body{margin:0}.dashboard-shell{max-width:1280px;margin:auto;padding:38px 28px}header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:30px}.eyebrow{color:#4667d1;letter-spacing:.12em;font-size:.75rem;font-weight:800;margin:0 0 5px}h1{font-size:2rem;margin:0}header p:not(.eyebrow){margin:8px 0 0;color:#657087}.header-actions{display:flex;gap:10px;align-items:center}.primary-button,.outline-button,.danger-button,.pagination button{border-radius:10px;padding:10px 15px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}.primary-button{border:0;background:#315bd6;color:white}.outline-button,.pagination button{border:1px solid #d9dfeb;background:white;color:#263d80}.danger-button{border:0;background:#c83232;color:#fff}.message{color:#657087;min-height:24px}.message.error{color:#b42318}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(225px,1fr));gap:18px}.photo-card{overflow:hidden;background:#fff;border:1px solid #e2e7f0;border-radius:14px;box-shadow:0 4px 12px #1e31540b}.photo-card img{width:100%;height:180px;object-fit:cover;display:block;background:#edf0f5;cursor:zoom-in}.details{padding:14px}.details h2{font-size:.93rem;margin:0 0 7px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.details p{font-size:.78rem;color:#68748a;margin:4px 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-actions{display:flex;gap:7px;margin-top:13px}.card-actions button,.card-actions a{font:inherit;font-size:.8rem;font-weight:700;padding:7px 8px;border-radius:7px;border:1px solid #d9dfeb;background:#fff;color:#2f4fae;text-decoration:none;cursor:pointer}.card-actions .delete{color:#b42318}.pagination{display:flex;justify-content:center;align-items:center;gap:15px;margin:32px 0}.pagination button:disabled{opacity:.45;cursor:default}.empty{grid-column:1/-1;text-align:center;background:#fff;border:1px dashed #cfd7e5;border-radius:14px;padding:50px;color:#657087}.modal{position:fixed;inset:0;background:#10182ccc;display:grid;place-items:center;padding:22px;z-index:10}.modal-content,.confirm-content{position:relative;width:min(100%,850px);max-height:92vh;overflow:auto;background:#fff;border-radius:16px;padding:20px}.modal-content img{display:block;max-width:100%;max-height:62vh;margin:auto;object-fit:contain}.modal-details{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:16px}.modal-details h2{margin:0;font-size:1rem}.modal-details p{color:#657087;margin:5px 0 0}.close{position:absolute;right:8px;top:5px;border:0;background:transparent;font-size:32px;cursor:pointer}.confirm-content{width:min(100%,400px)}.confirm-content h2{margin-top:0}.confirm-content p{color:#657087}.confirm-content div{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}@media(max-width:600px){.dashboard-shell{padding:24px 15px}header{align-items:flex-start;flex-direction:column}.modal-details{align-items:flex-start;flex-direction:column}.gallery{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}
