.gallery-admin,.public-gallery{--w:#681a29;--l:#eadde0;--m:#786b6e}.gallery-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px;padding:28px;border:1px solid var(--l);border-radius:22px;background:linear-gradient(125deg,#fff 65%,#f8edef);box-shadow:0 14px 38px #4510190d}.gallery-heading small,.public-gallery-hero small{color:#c9a35f;font-size:9px;font-weight:900;letter-spacing:.14em}.gallery-heading h1{margin:7px 0 4px;font-size:36px}.gallery-heading p{margin:0;color:var(--m)}.gallery-form,.saved-gallery{margin-bottom:20px;border:1px solid var(--l);border-radius:20px;background:#fff;box-shadow:0 12px 34px #4510190b;overflow:hidden}.form-title{display:flex;align-items:center;justify-content:space-between;padding:23px 25px;border-bottom:1px solid var(--l);background:#fcf8f6}.form-title h2,.form-title p{margin:0}.form-title p{margin-top:4px;color:var(--m);font-size:11px}.gallery-fields{display:grid;grid-template-columns:1fr 1fr;gap:17px;padding:25px}.gallery-fields label{display:flex;flex-direction:column;gap:7px;font-size:11px;font-weight:800}.gallery-fields input,.gallery-fields textarea{width:100%;padding:12px;border:1px solid #dfd1d4;border-radius:11px}.gallery-fields .full{grid-column:1/-1}.upload-field{padding:18px;border:1.5px dashed #d5c2c6;border-radius:14px;background:#fdfaf9}.upload-field img{width:230px;aspect-ratio:4/3;margin-top:12px;border-radius:11px;object-fit:cover}.sender{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--l);border-radius:12px;background:#fbf8f6}.sender>span{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:var(--w);color:#fff;font-weight:900}.sender b,.sender small{display:block}.sender small,.gallery-fields label small{color:var(--m);font-size:9px}.publish{flex-direction:row!important;align-items:center}.publish input{width:20px}.saved-gallery{padding:23px}.admin-gallery-grid,.public-gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.admin-gallery-grid article,.public-gallery-grid>a{overflow:hidden;border:1px solid var(--l);border-radius:17px;background:#fff}.admin-gallery-grid img,.public-gallery-grid img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}.admin-gallery-grid article>div,.public-gallery-grid>a>div{display:flex;min-height:170px;flex-direction:column;padding:15px}.admin-gallery-grid small,.public-gallery-grid small,.gallery-detail>div>small{color:var(--w);font-size:8px;font-weight:900}.admin-gallery-grid h3,.public-gallery-grid h2{margin:6px 0;font-size:15px}.admin-gallery-grid p,.public-gallery-grid p{margin:0;color:var(--m);font-size:10px;line-height:1.6}.admin-gallery-grid footer,.public-gallery-grid footer{display:flex;justify-content:space-between;margin-top:auto;padding-top:12px;border-top:1px solid #eee;color:var(--m);font-size:8px}.public-gallery-hero{padding:50px clamp(20px,7vw,90px);background:linear-gradient(120deg,#451019,#741f30);color:#fff}.public-gallery-hero p{max-width:700px;margin:12px 0 0;color:#e1d2d5;font-size:12px}.public-gallery{max-width:1240px;margin:auto;padding:48px 25px 80px}.public-gallery>header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.public-gallery>header h1,.public-gallery>header p{margin:0}.public-gallery>header p{margin-top:5px;color:var(--m);font-size:10px}.public-gallery>header nav{display:flex;gap:6px;overflow:auto}.public-gallery>header nav a{padding:8px 11px;border:1px solid var(--l);border-radius:18px;color:var(--w);font-size:9px;white-space:nowrap}.public-gallery>header nav a.active{background:var(--w);color:#fff}.gallery-detail{max-width:980px;margin:45px auto 80px;padding:0 18px}.gallery-detail>a{color:#681a29;font-weight:800}.gallery-detail figure{overflow:hidden;margin:20px 0;border-radius:22px;background:#241719}.gallery-detail figure img{display:block;width:100%;max-height:650px;aspect-ratio:16/9;object-fit:contain}.gallery-detail>div{padding:10px}.gallery-detail h1{margin:8px 0;font-size:clamp(27px,5vw,43px)}.gallery-detail>div>p{line-height:1.8}.gallery-detail>div>section{display:flex;flex-wrap:wrap;gap:15px;padding:14px 0;border-top:1px solid #eadde0;border-bottom:1px solid #eadde0;color:#786b6e;font-size:10px}.gallery-detail h2{font-size:13px}.gallery-share{display:flex!important;gap:8px}.gallery-share a,.gallery-share button{display:grid;width:43px;height:43px;place-items:center;border:1px solid #eadde0;border-radius:50%;background:#fff;font-size:17px;font-weight:800;cursor:pointer}.gallery-share .fb{color:#1765c1}.gallery-share .wa{color:#128c5c}.gallery-share .ig{color:#b02e74}.gallery-top{position:fixed;right:20px;bottom:20px;z-index:50;display:grid;width:46px;height:46px;place-items:center;border:0;border-radius:50%;background:#681a29;color:#fff;font-size:20px;box-shadow:0 12px 27px #45101942;opacity:0;pointer-events:none;transform:translateY(10px);transition:.2s}.gallery-top.show{opacity:1;pointer-events:auto;transform:none}@media(max-width:800px){.admin-gallery-grid,.public-gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.gallery-heading,.form-title,.public-gallery>header{align-items:stretch;flex-direction:column}.gallery-heading .btn,.form-title .btn{width:100%;text-align:center}.gallery-fields{grid-template-columns:1fr;padding:17px 14px}.gallery-fields .full{grid-column:auto}.admin-gallery-grid,.public-gallery-grid{grid-template-columns:1fr}.public-gallery{padding:35px 14px 75px}.public-gallery>header nav{display:flex}.gallery-detail figure img{aspect-ratio:4/3}.gallery-top{right:14px;bottom:14px}}
