.photo-page main { padding: 44px 0 80px; }
.photo-layout { display: grid; grid-template-columns: minmax(280px, .78fr) minmax(0, 1.5fr); gap: 28px; align-items: start; }
.photo-panel { padding: clamp(22px, 4vw, 38px); color: #fff2cf; background: rgba(18, 13, 8, .92); border: 1px solid rgba(233, 181, 62, .65); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.3); }
.photo-panel h1, .photo-panel h2 { margin-top: 0; color: #ffd978; font-family: Georgia, serif; }
.photo-panel p { line-height: 1.65; }
.review-time-notice { padding: 12px 14px; color: #ffd978; background: rgba(233, 181, 62, .1); border-left: 4px solid #e9b53e; border-radius: 6px; }
.photo-form { display: grid; gap: 16px; margin-top: 24px; }
.photo-form label { display: grid; gap: 7px; font-weight: 700; }
.photo-form input, .photo-form textarea { width: 100%; padding: 12px 13px; color: #17120c; background: #fff8e6; border: 2px solid transparent; border-radius: 8px; }
.photo-form input:focus, .photo-form textarea:focus { border-color: #e9b53e; outline: 0; }
.photo-form small { color: #f8e4b2; font-weight: 400; }
.photo-form button:disabled { cursor: wait; opacity: .65; }
.photo-status { min-height: 1.5em; margin: 0; font-weight: 700; }
.photo-status[data-kind="error"] { color: #ffb7a8; }
.photo-status[data-kind="success"] { color: #bdeca9; }
.community-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gallery-card { overflow: hidden; color: #17120c; background: #fff2cf; border: 1px solid #e9b53e; border-radius: 12px; box-shadow: 0 14px 34px rgba(0,0,0,.25); }
.gallery-card img { width: 100%; aspect-ratio: 4 / 3; display: block; object-fit: cover; background: #17120c; }
.gallery-card div { padding: 16px; }
.gallery-card h3 { margin: 0 0 7px; font-size: 1.1rem; }
.gallery-card p { margin: 0; font-size: .92rem; line-height: 1.5; }
.gallery-empty { grid-column: 1 / -1; padding: 28px; text-align: center; color: #f8e4b2; border: 1px dashed rgba(233,181,62,.65); border-radius: 12px; }
.review-shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.review-login { width: min(560px, 100%); margin: 0 auto; }
.review-heading { display: flex; justify-content: space-between; gap: 20px; align-items: start; }
.review-heading h1 { margin-bottom: 0; }
.review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 22px; }
.review-card small { display: block; margin-top: 12px; color: #5e4b2a; }
.review-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; padding: 16px 0 0 !important; }
.review-actions button, .review-secondary { min-height: 44px; padding: 10px 15px; border-radius: 999px; font-weight: 800; cursor: pointer; }
.review-delete { color: #fff; background: #842c22; border: 1px solid #b74b3e; }
.review-secondary { color: #fff2cf; background: transparent; border: 1px solid rgba(233,181,62,.65); }
.review-actions button:disabled { cursor: wait; opacity: .6; }
@media (max-width: 820px) { .photo-layout { grid-template-columns: 1fr; } }
@media (max-width: 900px) { .review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 540px) { .community-gallery { grid-template-columns: 1fr; } }
@media (max-width: 620px) { .review-grid { grid-template-columns: 1fr; } .review-heading { display: grid; } }
