.gallery-site-shell,.gallery-modal-overlay,.gallery-lightbox,.gallery-receipt-overlay,.gallery-lookup-overlay{--primary: #62b7ff;--primary-hover: #7cc3ff;--primary-light: #16314a;--primary-soft: #132536;--bg-color: #09090B;--surface: #111419;--surface-raised: #171b21;--surface-hover: #1b2027;--border-color: #29313b;--border: #29313b;--text-color: #eef2f7;--text: #eef2f7;--sub-text-color: #98a2ae;--text-light: #98a2ae;--text-muted: #737e8b;--main-color: #62b7ff;--sub-color: #2f83c9;--muted-color: #737e8b;--shadow-card: none;--shadow-xs: none;--shadow-button: none}.gallery-modal,.gallery-modal-header,.gallery-lightbox-sidebar,.gallery-lightbox-info,.gallery-receipt-card,.gallery-receipt-modal{background:#111419;border-color:#2a323d;color:#eef2f7;box-shadow:0 24px 70px #00000073}.gallery-modal input,.gallery-modal textarea{background:#0c0f13;border-color:#2a323d;color:#eef2f7}.gallery-modal input::placeholder,.gallery-modal textarea::placeholder{color:#687381}.gallery-form-notice,.gallery-upload-preview-item{background:#171b21;border-color:#2d3540;color:#aeb7c2}body.gallery-modal-open{overflow:hidden}.gallery-kicker{color:#2b7dd3}.gallery-register-button:active{transform:translateY(-1px)}.gallery-main{display:flex;flex-direction:column;gap:20px}.gallery-filter-header:focus-visible{outline:2px solid var(--primary);outline-offset:-2px}.gallery-filter-section:has(.gallery-filter-body.collapsed) .gallery-filter-header{border-bottom-color:transparent}.gallery-filter-title h2{font-size:.94rem;line-height:1}.gallery-filter-toggle:hover{background:#f1f5f9;color:var(--main-color)}.gallery-filter-toggle:active{transform:scale(.95)}.gallery-filter-body.collapsed{display:none}.gallery-filter-group{display:grid;grid-template-columns:90px 1fr;align-items:start;gap:12px}.gallery-filter-options{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.gallery-member-filter{padding:6px 12px}.gallery-member-filter[data-member-id=all]{padding:6px 14px}.gallery-member-filter.active .gallery-member-filter-profile{border-color:#ffffffbf}.gallery-filter-error{display:inline-flex;align-items:center;padding:9px 4px;color:var(--muted-color);font-size:.78rem;font-weight:700}.gallery-grid{display:flex;align-items:flex-start;gap:12px}.gallery-column{flex:1;display:flex;flex-direction:column;gap:12px}.gallery-card:hover:after{opacity:1}.gallery-card-image-wrap{position:relative;overflow:hidden}.gallery-card-type-badge{position:absolute;top:10px;left:10px;min-height:26px;padding:6px 9px;display:inline-flex;align-items:center;justify-content:center;gap:5px;background:#0f172ac2;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff;font-size:.62rem;font-weight:700;line-height:1;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);pointer-events:none;z-index:3}.gallery-card-type-badge i{font-size:.58rem}.gallery-card-type-badge-ai{background:#6d28d9d1}.gallery-card-type-badge-gif{background:#0369a1d1}.gallery-card-type-badge-unit{background:#15803dd1}.gallery-card:hover .gallery-card-image{transform:scale(1.05);filter:brightness(.96)}.gallery-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:#00000014;opacity:0;transition:.25s;pointer-events:none}.gallery-card-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.18),transparent 45%);opacity:0;transition:.3s}.gallery-card:hover .gallery-card-image-wrap:after{opacity:1}.gallery-card-meta{display:flex;flex-direction:column;gap:8px;color:var(--sub-text-color);font-size:.72rem}.gallery-card-meta>div{min-width:0;display:flex;align-items:center;gap:8px}.gallery-card-meta i{width:16px;flex:0 0 16px;color:var(--sub-color);text-align:center}.gallery-card-meta span{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-grid.is-loading{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:start;gap:12px}.gallery-loading-card{width:100%;padding-top:var(--gallery-loading-ratio, 100%);position:relative;overflow:hidden;background:#292929;border:1px solid #292929;border-radius:18px}.gallery-loading-card:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:gallerySkeletonMove 1.15s infinite}@keyframes gallerySkeletonMove{to{transform:translate(100%)}}.gallery-grid:not(.is-loading) .gallery-card{animation:galleryCardReveal .22s ease both}@keyframes galleryCardReveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px){.gallery-grid.is-loading{grid-template-columns:repeat(3,minmax(0,1fr))}}.gallery-empty-state i{margin-bottom:4px;color:#9db8d6;font-size:2.3rem}.gallery-empty-state h3{color:#64748b;font-size:.9rem}.gallery-empty-state p{color:var(--muted-color);font-size:.75rem;line-height:1.6}.gallery-lightbox.show{display:flex}.gallery-lightbox-backdrop{position:absolute;inset:0;background:#0f172ae0;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.gallery-lightbox-image{display:block;touch-action:pan-y;max-width:100%;max-height:calc(100vh - 108px);object-fit:contain;border-radius:14px;box-shadow:0 20px 60px #00000057}.gallery-lightbox-nav{position:absolute;top:50%;width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;color:#1e293b;font-size:1rem;cursor:pointer;box-shadow:0 10px 28px #0000004d;transition:background .2s,color .2s,transform .2s,opacity .2s;z-index:2}.gallery-lightbox-nav.prev{left:18px}.gallery-lightbox-nav.next{right:18px}.gallery-lightbox-nav:hover{transform:translateY(-50%) scale(1.06);background:#fff;color:var(--main-color)}.gallery-lightbox-nav:disabled{opacity:.3;cursor:default}.gallery-lightbox-index{position:absolute;left:50%;bottom:18px;padding:7px 12px;transform:translate(-50%);background:#0f172abd;border-radius:999px;color:#fff;font-size:.72rem;font-weight:700;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:none}.gallery-lightbox-thumbnails{position:absolute;left:50%;bottom:58px;max-width:calc(100% - 140px);padding:6px;display:flex;align-items:center;gap:7px;transform:translate(-50%);overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;background:#0f172aad;border-radius:12px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2}.gallery-lightbox-thumbnails::-webkit-scrollbar{display:none}.gallery-lightbox-thumbnails:empty{display:none}.gallery-lightbox-thumbnail{width:48px;height:48px;flex:0 0 48px;padding:0;overflow:hidden;background:#0f172a;border:2px solid transparent;border-radius:8px;opacity:.62;cursor:pointer;transition:opacity .2s,border-color .2s,transform .2s}.gallery-lightbox-thumbnail:hover{opacity:.9;transform:translateY(-1px)}.gallery-lightbox-thumbnail.active{border-color:#fff;opacity:1}.gallery-lightbox-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.gallery-lightbox-sidebar{min-width:0;padding:34px 28px 28px;display:flex;flex-direction:column;gap:18px;overflow-y:auto;background:#fff;border-left:1px solid #e2e8f0}.gallery-lightbox-title{color:#173b63;font-size:1.35rem;line-height:1.45;word-break:keep-all}.gallery-lightbox-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gallery-lightbox-stat{min-width:0;min-height:48px;padding:9px 8px;display:flex;align-items:center;justify-content:center;gap:7px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:11px;color:#64748b;font-size:.75rem;font-weight:700}.gallery-lightbox-stat i{color:var(--sub-color);font-size:.8rem}.gallery-lightbox-stat span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-lightbox-meta{min-width:0;display:flex;align-items:center;gap:9px;color:#64748b;font-size:.78rem;line-height:1.5}.gallery-lightbox-meta i{width:17px;flex:0 0 17px;color:var(--sub-color);text-align:center}.gallery-lightbox-description-wrap{padding-top:4px;display:flex;flex-direction:column;gap:9px}.gallery-lightbox-description-wrap h3{color:#334155;font-size:.78rem}.gallery-lightbox-description-wrap p{color:#64748b;font-size:.76rem;line-height:1.75;white-space:pre-wrap;word-break:break-word}.gallery-lightbox-like{min-height:46px;display:flex;align-items:center;justify-content:center;gap:10px;background:#f8fafc;border:1px solid #dbe7f3;border-radius:12px;color:#475569;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s}.gallery-lightbox-like.active{background:#e11d48;border-color:#e11d48;color:#fff}.gallery-lightbox-like strong{min-width:20px;text-align:center}.gallery-lightbox-download:hover{transform:translateY(-2px);box-shadow:0 14px 28px #1549734d}.gallery-lightbox-download:active{transform:translateY(0)}.gallery-lightbox-close{position:absolute;top:16px;right:16px;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;background:#fffffff0;border:none;border-radius:50%;color:#1e293b;font-size:1rem;cursor:pointer;box-shadow:0 10px 26px #00000038;transition:background .2s,color .2s,transform .2s;z-index:3}.gallery-lightbox-close:hover{transform:scale(1.06);background:#edf6ff;color:var(--main-color)}.gallery-lightbox-close:active{transform:scale(.96)}.gallery-modal-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:30px;background:#0f172a8c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:9999}.gallery-modal-overlay.show{display:flex}.gallery-modal{width:min(760px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:22px;box-shadow:0 30px 70px #00000040;animation:galleryModalShow .18s ease}@keyframes galleryModalShow{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-modal-header{position:sticky;top:0;height:68px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-bottom:1px solid #edf2f7;z-index:10}.gallery-modal-header h2{color:#1e293b;font-size:1.2rem}.gallery-modal-close:hover{background:#eef6ff;color:var(--main-color)}.gallery-modal-close:active{transform:scale(.95)}.gallery-modal-body{padding:28px}.gallery-register-form{display:flex;flex-direction:column;gap:22px}.gallery-form-heading{margin-bottom:15px;display:flex;align-items:flex-start;gap:12px}.gallery-form-step{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;background:#eaf4ff;border:1px solid #cae5ff;border-radius:10px;color:var(--main-color);font-size:.72rem;font-weight:700}.gallery-form-heading h3{margin-bottom:4px;color:#1e293b;font-size:.94rem;line-height:1.3}.gallery-form-heading p{color:var(--muted-color);font-size:.72rem;line-height:1.5}.gallery-modal-member-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gallery-modal-member-profile{width:30px;height:30px;flex:0 0 30px;object-fit:cover;background:#fff;border:2px solid #ffffff;border-radius:50%}.gallery-modal-member-name{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-modal-loading{grid-column:1 / -1;min-height:70px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted-color);font-size:.74rem}.gallery-type-options{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.gallery-form-label{margin-bottom:7px;display:block;color:#edf2f7;font-size:.72rem;font-weight:700}.gallery-required,.gallery-optional{margin-left:5px;font-size:.62rem;font-weight:700}.gallery-required{color:#ef4444}.gallery-optional{color:var(--muted-color)}.gallery-form-input{width:100%;height:46px;padding:0 14px;background:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#1e293b;font-size:.8rem;outline:none;transition:border-color .2s,box-shadow .2s}.gallery-form-textarea{width:100%;min-height:120px;padding:13px 14px;resize:vertical;background:#fff;border:1px solid #cbd5e1;border-radius:12px;color:#1e293b;font-size:.8rem;line-height:1.6;outline:none;transition:border-color .2s,box-shadow .2s}.gallery-form-input:focus,.gallery-form-textarea:focus{border-color:#60a5fa;box-shadow:0 0 0 4px #60a5fa24}.gallery-form-input::placeholder,.gallery-form-textarea::placeholder{color:var(--muted-color)}.gallery-input-counter{margin-top:6px;color:var(--muted-color);font-size:.64rem;text-align:right}.gallery-upload-icon{width:48px;height:48px;margin-bottom:3px;display:inline-flex;align-items:center;justify-content:center;background:#e0f2fe;border-radius:14px;color:var(--main-color);font-size:1.2rem}.gallery-upload-preview{margin-top:12px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.gallery-preview-item{position:relative;min-width:0;overflow:hidden;background:#fff;border:1px solid #dbe7f3;border-radius:12px;box-shadow:0 5px 14px #94a3b81f}.gallery-preview-image{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#f1f5f9}.gallery-preview-overlay{position:absolute;top:7px;left:7px;right:7px;display:flex;align-items:center;justify-content:space-between;gap:8px}.gallery-preview-badges{display:flex;align-items:center;gap:5px}.gallery-preview-order{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;background:#0f172ab8;border-radius:50%;color:#fff;font-size:.65rem;font-weight:700;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-preview-cover{min-height:24px;padding:0 8px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--main-color),var(--sub-color));border-radius:999px;color:#fff;font-size:.6rem;font-weight:700;box-shadow:0 4px 10px #1549733d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-preview-remove{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;background:#0f172ab8;border:none;border-radius:50%;color:#fff;font-size:.7rem;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:background .2s,transform .2s}.gallery-preview-remove:hover{transform:scale(1.06);background:#ef4444}.gallery-preview-info{padding:8px;display:flex;flex-direction:column;gap:3px}.gallery-preview-name{min-width:0;color:#475569;font-size:.64rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gallery-preview-size{color:var(--muted-color);font-size:.58rem}.gallery-form-notice i{margin-top:2px;flex-shrink:0;color:#2563eb;font-size:.78rem}.gallery-form-notice p{font-size:.7rem;line-height:1.6}.gallery-upload-progress[hidden]{display:none}.gallery-upload-progress{padding:16px;background:#f8fafc;border:1px solid #dbe7f3;border-radius:14px}.gallery-upload-progress-header{margin-bottom:12px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.gallery-upload-progress-header>div{min-width:0;display:flex;flex-direction:column;gap:4px}.gallery-upload-progress-header strong{color:#1e293b;font-size:.78rem}.gallery-upload-progress-track{height:10px;overflow:hidden;background:#e2e8f0;border-radius:999px}.gallery-upload-progress-bar{width:0%;height:100%;background:linear-gradient(90deg,var(--main-color),var(--sub-color));border-radius:inherit;transition:width .18s ease}.gallery-upload-progress-footer{margin-top:9px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted-color);font-size:.62rem}.gallery-form-actions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px}.gallery-form-cancel,.gallery-form-submit{min-height:46px;border:none;border-radius:12px;font-size:.8rem;font-weight:700;cursor:pointer;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.gallery-form-cancel{background:#f1f5f9;color:var(--sub-text-color)}.gallery-form-cancel:hover{background:#e2e8f0;color:#334155}.gallery-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,var(--main-color),var(--sub-color));color:#fff;box-shadow:0 8px 18px #15497333}.gallery-form-submit:hover{transform:translateY(-2px);box-shadow:0 12px 24px #15497347}.gallery-form-submit:disabled,.gallery-form-cancel:disabled,.gallery-modal-close:disabled{cursor:not-allowed;opacity:.55;transform:none}.gallery-lookup-button:active{transform:translateY(0)}.gallery-lookup-overlay,.gallery-receipt-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;z-index:12000}.gallery-lookup-backdrop,.gallery-receipt-backdrop{position:absolute;inset:0;background:#0f172ac7;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.gallery-receipt-modal{position:relative;width:min(520px,100%);background:#fff;border:1px solid #dbe7f3;border-radius:22px;box-shadow:0 30px 90px #00000057;z-index:1}.gallery-lookup-close,.gallery-receipt-close{position:absolute;top:14px;right:14px;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:50%;color:#475569;cursor:pointer;transition:background .2s,color .2s,transform .2s}.gallery-lookup-close:hover,.gallery-receipt-close:hover{transform:scale(1.05);background:#edf6ff;color:var(--main-color)}.gallery-lookup-header{padding-right:44px;display:flex;align-items:flex-start;gap:14px}.gallery-lookup-icon{width:48px;height:48px;flex:0 0 48px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e0f2fe,#dbeafe);border-radius:15px;color:var(--main-color);font-size:1.15rem}.gallery-lookup-kicker{display:block;margin-bottom:5px;color:var(--sub-color);font-size:.68rem;font-weight:700;letter-spacing:.08em}.gallery-lookup-header h2{color:#edf2f7;font-size:1.35rem;line-height:1.35}.gallery-lookup-header p{margin-top:7px;color:var(--sub-text-color);font-size:.78rem;line-height:1.6}.gallery-lookup-form{margin-top:24px}.gallery-lookup-label{display:block;margin-bottom:8px;color:#edf2f7;font-size:.78rem;font-weight:700}.gallery-lookup-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.gallery-lookup-input{width:100%;height:48px;padding:0 15px;background:#fbfdff;border:1px solid #cbdceb;border-radius:11px;color:#173b63;font-size:.9rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.gallery-lookup-input:focus{outline:3px solid rgba(45,134,201,.16);border-color:var(--sub-color)}.gallery-lookup-submit{min-width:100px;height:48px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(135deg,var(--main-color),var(--sub-color));border:none;border-radius:11px;color:#fff;font-size:.78rem;font-weight:700;cursor:pointer}.gallery-lookup-submit:disabled{opacity:.55;cursor:not-allowed}.gallery-lookup-help{margin-top:8px;color:var(--muted-color);font-size:.7rem}.gallery-lookup-result{margin-top:22px}.gallery-lookup-loading{min-height:110px;display:flex;align-items:center;justify-content:center;gap:9px;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;color:#64748b;font-size:.78rem}.gallery-lookup-empty{min-height:110px;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;color:#9a3412;text-align:center}.gallery-lookup-empty i{font-size:1.3rem}.gallery-lookup-empty strong{font-size:.86rem}.gallery-lookup-empty p{font-size:.72rem;line-height:1.55}.gallery-lookup-status{flex:0 0 auto;padding:7px 10px;display:inline-flex;align-items:center;gap:6px;border-radius:999px;color:#fff;font-size:.68rem;font-weight:700}.gallery-lookup-status.pending{background:#d97706}.gallery-lookup-status.approved{background:#15803d}.gallery-lookup-status.rejected{background:#dc2626}.gallery-lookup-meta{display:grid;grid-template-columns:70px 1fr;gap:9px;color:#64748b;font-size:.74rem;line-height:1.55}.gallery-lookup-meta strong{color:#475569;font-weight:700}.gallery-lookup-reason{margin-top:4px;padding:12px;background:#fff1f2;border:1px solid #fecdd3;border-radius:11px;color:#9f1239;font-size:.74rem;line-height:1.65}.gallery-lookup-reason strong{display:block;margin-bottom:5px}.gallery-receipt-modal{padding:34px 30px 30px;text-align:center}.gallery-receipt-icon{width:64px;height:64px;margin:0 auto 16px;display:inline-flex;align-items:center;justify-content:center;background:#dcfce7;border-radius:50%;color:#15803d;font-size:1.65rem}.gallery-receipt-modal h2{color:#173b63;font-size:1.4rem}.gallery-receipt-modal>p{margin-top:8px;color:#64748b;font-size:.78rem;line-height:1.6}.gallery-receipt-code-wrap{margin-top:22px;padding:17px;background:linear-gradient(135deg,#edf7ff,#f8fbff);border:1px solid #bfdbfe;border-radius:15px}.gallery-receipt-code-wrap span{display:block;margin-bottom:7px;color:#64748b;font-size:.7rem;font-weight:700}.gallery-receipt-code-wrap strong{display:block;color:var(--main-color);font-size:1.45rem;letter-spacing:.08em}.gallery-receipt-warning{padding:12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:11px;color:#9a3412!important;font-size:.72rem!important}.gallery-receipt-actions{margin-top:18px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery-receipt-actions button{min-height:44px;border-radius:11px;font-size:.76rem;font-weight:700;cursor:pointer}.gallery-receipt-copy{background:#edf6ff;border:1px solid #bfdbfe;color:var(--main-color)}.gallery-receipt-confirm{background:linear-gradient(135deg,var(--main-color),var(--sub-color));border:none;color:#fff}@media(max-width:700px){.gallery-lookup-button,.gallery-register-button{width:100%;min-width:0}.gallery-lookup-overlay,.gallery-receipt-overlay{padding:12px}.gallery-receipt-modal{border-radius:17px}}@media(max-width:480px){.gallery-register-button{min-height:42px;padding:11px 14px;font-size:.72rem}.gallery-filter-header{padding:0 16px}.gallery-filter-body{padding:16px}.gallery-filter-group{grid-template-columns:1fr;gap:7px}.gallery-filter-label{padding-top:0}.gallery-grid{gap:8px}.gallery-column{min-width:0;gap:8px}.gallery-card{border-radius:13px}.gallery-card-type-badge{top:7px;left:7px;min-height:22px;padding:5px 7px;gap:4px;font-size:.54rem}.gallery-card-type-badge i{font-size:.5rem}.gallery-card-image-wrap{border-radius:inherit}.gallery-content-section{padding:14px 10px}.gallery-empty-state{min-height:210px;padding:36px 18px}.gallery-modal-member-profile{width:27px;height:27px;flex-basis:27px}.gallery-upload-preview{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-form-actions{grid-template-columns:1fr}.gallery-form-cancel{order:2}.gallery-form-submit{order:1}.gallery-receipt-modal{padding:30px 19px 20px}.gallery-lookup-header{gap:11px}.gallery-lookup-icon{width:42px;height:42px;flex-basis:42px}.gallery-lookup-input-row{grid-template-columns:1fr}.gallery-lookup-submit{width:100%}.gallery-receipt-actions{grid-template-columns:1fr}.gallery-lookup-status{align-self:flex-start}}@keyframes darkGalleryModalEnter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-overview-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:13px;color:var(--theme-primary);font-size:.7rem;font-weight:700;letter-spacing:.13em}.gallery-overview h1{margin:0;color:var(--theme-text);font-size:clamp(2.05rem,3.35vw,3.35rem);line-height:1.07;letter-spacing:-.055em}.gallery-overview h1 em{color:var(--theme-primary);font-style:normal}.gallery-overview-copy>p{max-width:610px;margin:16px 0 0;color:var(--theme-text-sub);font-size:.86rem;line-height:1.75;word-break:keep-all}.gallery-overview-actions{display:flex;flex-direction:column;gap:10px}.gallery-action-note span{color:var(--theme-primary);font-size:.63rem;font-weight:700;letter-spacing:.14em}.gallery-action-note strong{color:var(--theme-text);font-size:.86rem}.gallery-action-note small{color:var(--theme-text-muted);font-size:.68rem}.gallery-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gallery-lookup-button,.gallery-register-button{width:100%;min-height:42px;padding:0 13px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:11px;font-size:.72rem;font-weight:700;box-shadow:none}.gallery-lookup-button:hover{transform:translateY(-2px);background:var(--theme-primary-soft);border-color:var(--theme-primary);box-shadow:0 12px 24px #15497324;color:var(--theme-primary)}.gallery-register-button:hover{transform:translateY(-1px);box-shadow:0 15px 30px #15497340}.gallery-functional-area>.gallery-main{gap:14px}.gallery-filter-section,.gallery-content-section{background:var(--theme-surface);border-color:var(--theme-border);box-shadow:var(--theme-shadow)}.gallery-filter-section{overflow:hidden;padding:0;background:#09090b;border:0;border-radius:16px;box-shadow:none}.gallery-filter-header{width:100%;min-height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#09090b;border:0;border-bottom:1px solid #e2e8f0;color:inherit;text-align:left;cursor:pointer;transition:background .2s,border-color .2s;border-bottom-color:var(--theme-border);box-shadow:none}.gallery-filter-title{display:flex;align-items:center;gap:8px;color:var(--theme-text)}.gallery-filter-title i{width:16px;color:var(--theme-text-muted);font-size:.82rem;text-align:center}.gallery-filter-toggle{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:9px;color:var(--theme-text-muted);font-size:.82rem;cursor:pointer;transition:background .2s,color .2s,transform .2s}.gallery-filter-body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:12px;background:#09090b;border:0;box-shadow:none}.gallery-filter-label{padding-top:10px;color:var(--theme-text-muted);font-size:.74rem;font-weight:700}.gallery-option-button,.gallery-member-filter{min-height:32px;padding:5px 10px;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:var(--theme-surface-soft);border:1px solid transparent;border-radius:999px;color:var(--theme-text-sub);font-size:.7rem;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;border-color:var(--theme-border)}.gallery-section-heading{margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;gap:18px}.gallery-section-eyebrow{display:block;margin-bottom:5px;color:var(--theme-primary);font-size:.66rem;font-weight:700;letter-spacing:.12em}.gallery-section-heading h2{color:var(--theme-text);font-size:1.25rem;line-height:1.3}.gallery-count{flex-shrink:0;padding:6px 10px;background:var(--theme-surface-soft);border:1px solid #e2e8f0;border-radius:999px;color:var(--theme-text-sub);font-size:.68rem;font-weight:700;border-color:var(--theme-border)}.gallery-grid,.gallery-column{gap:10px}.gallery-card{display:inline-block;width:100%;margin:0;break-inside:avoid;position:relative;overflow:hidden;background:var(--theme-surface-soft);border:0;border-radius:14px;cursor:pointer;box-shadow:none;transition:transform .25s,box-shadow .25s}.gallery-card:hover{transform:translateY(-2px);box-shadow:var(--theme-shadow-hover)}.gallery-card-image{display:block;width:100%;height:auto;transition:transform .28s ease,filter .28s ease}.gallery-card-body{display:none;border:0;box-shadow:none}.gallery-empty-state,.gallery-loading-card{border-color:var(--theme-border)}.gallery-empty-state{width:100%;min-height:260px;padding:50px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:var(--theme-surface-soft);border:1px dashed #475569;border-radius:18px;color:var(--theme-text-muted);text-align:center}.gallery-modal,.gallery-receipt-modal{border-color:var(--theme-border)}.gallery-modal,.gallery-receipt-modal,.gallery-lightbox-info{background:var(--theme-surface);color:var(--theme-text)}.gallery-form-notice,.gallery-upload-progress{border-color:var(--theme-border)}.gallery-form-input:focus,.gallery-form-textarea:focus,.gallery-lookup-input:focus{border-color:var(--theme-primary);box-shadow:0 0 0 3px var(--theme-primary-ring)}@media(max-width:900px){.gallery-site-shell{padding:18px 15px 6px}.gallery-overview{grid-template-columns:1fr;padding:26px 23px;gap:18px}}.gallery-modal,.gallery-modal-header,.gallery-modal-body{background:#111419!important;border-color:#29313b!important;color:#eef2f7!important}.gallery-modal-header h2,.gallery-form-heading h3,.gallery-form-label{color:#f2f5f8!important}.gallery-form-heading p,.gallery-input-counter,.gallery-form-help,.gallery-form-guide{color:#87929f!important}.gallery-modal input,.gallery-modal textarea,.gallery-modal select{background:#0c0f13!important;border-color:#303844!important;color:#eef2f7!important}.gallery-modal input::placeholder,.gallery-modal textarea::placeholder{color:#626d79!important}.gallery-modal-close{width:40px;height:40px;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center;background:#171b21!important;border:none;border-radius:12px;color:#cbd4de!important;cursor:pointer;transition:background .2s,color .2s,transform .2s;border-color:#303844!important}.gallery-form-notice{padding:13px 15px;display:flex;align-items:flex-start;gap:9px;background:#132131!important;border:1px solid #bfdbfe;border-radius:12px;color:#b6d8f3!important;border-color:#28435d!important}.gallery-register-cancel,.gallery-modal-cancel{background:#171b21!important;border-color:#303844!important;color:#aeb7c2!important}.gallery-lookup-content{background:#111419!important;border-color:#29313b!important;color:#eef2f7!important;box-shadow:0 24px 70px #0000007a!important}.gallery-lookup-meta,.gallery-lookup-help,.gallery-lookup-description{color:#87929f!important}.gallery-lookup-title{color:#f2f5f8!important}.gallery-lookup-input{background:#0c0f13!important;border-color:#303844!important;color:#eef2f7!important}.gallery-lookup-result{background:#111419!important;color:#dce3ea!important}.gallery-lookup-message{background:#2a161a!important;border-color:#60313b!important;color:#ff9baa!important}.gallery-receipt-card,.gallery-receipt-modal,.gallery-receipt-content{background:#111419!important;border-color:#29313b!important;color:#eef2f7!important;box-shadow:0 24px 70px #0000007a!important}.gallery-receipt-card h2,.gallery-receipt-title{color:#f2f5f8!important}.gallery-receipt-card p,.gallery-receipt-description,.gallery-receipt-guide{color:#87929f!important}.gallery-receipt-code{background:#0c0f13!important;border-color:#303844!important;color:#dcefff!important}.gallery-lightbox{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:30px;z-index:10000;background:#030508ed!important}.gallery-lightbox-content{position:relative;width:min(1280px,100%);max-height:calc(100vh - 60px);display:grid;grid-template-columns:minmax(0,1fr) 360px;overflow:hidden;background:#0d1014!important;border-radius:22px;box-shadow:0 34px 100px #000000b3!important;z-index:1;border:1px solid #29313b!important}.gallery-lightbox-sidebar,.gallery-lightbox-info{background:#111419!important;border-color:#29313b!important;color:#eef2f7!important}.gallery-lightbox-meta,.gallery-lightbox-description-wrap p,.gallery-lightbox-source,.gallery-lightbox-date{color:#8f99a6!important}.gallery-lightbox-divider{width:100%;height:1px;margin:0;background:#e2e8f0;border:none;border-color:#29313b!important}.gallery-lightbox-stat,.gallery-lightbox-like{background:#171b21!important;border-color:#303844!important;color:#b8c1cb!important}.gallery-lightbox-like:hover{transform:translateY(-2px);background:#202630!important;border-color:#fecdd3;color:#f1f5f8!important}.gallery-lightbox-download{min-height:46px;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:#257cc0!important;border:none;border-radius:12px;color:#fff!important;font-size:.8rem;font-weight:700;cursor:pointer;box-shadow:0 10px 22px #15497338;transition:transform .2s,box-shadow .2s;border-color:#4b9ed9!important}@media(max-width:768px){.gallery-grid.is-loading{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-filter-section,.gallery-content-section{border-radius:18px}.gallery-content-section{padding:18px 14px}.gallery-filter-header{min-height:58px;padding-inline:16px}.gallery-filter-body{padding:16px}.gallery-filter-group{grid-template-columns:1fr;gap:8px}.gallery-filter-label{padding-top:0}.gallery-option-button,.gallery-member-filter{min-height:34px}.gallery-modal-overlay,.gallery-lightbox{padding:10px}.gallery-modal,.gallery-lightbox-content{border-radius:18px}.gallery-lightbox-sidebar{padding:20px 16px}.gallery-modal,.gallery-modal-header,.gallery-modal-body,.gallery-receipt-card,.gallery-lightbox-sidebar{background:#111419!important;border-color:#29313b!important;color:#eef2f7!important}}.gallery-site-shell,.gallery-site-shell button,.gallery-site-shell input,.gallery-site-shell textarea,.gallery-site-shell select{font-family:Paperozi,sans-serif}.gallery-site-shell{background:transparent;padding:30px 32px 10px;display:flex;flex-direction:column;gap:18px}.gallery-action-note,.gallery-filter-section,.gallery-filter-header,.gallery-filter-body,.gallery-content-section{background:#111419!important;border-color:#29313b!important;box-shadow:none!important}.gallery-overview h1,.gallery-section-heading h2,.gallery-filter-title,.gallery-filter-title h2,.gallery-action-note strong{color:#f3f6f9!important}.gallery-overview-copy>p,.gallery-action-note small,.gallery-filter-label{color:#98a2ae!important}.gallery-overview-kicker,.gallery-section-eyebrow,.gallery-action-note span{color:#62b7ff!important}.gallery-option-button,.gallery-member-filter,.gallery-count,.gallery-lightbox-stat,.gallery-lightbox-like{background:#171b21!important;border-color:#303844!important;color:#aeb7c2!important;box-shadow:none!important}.gallery-option-button:hover,.gallery-member-filter:hover{background:#202630!important;border-color:#394451!important;color:#e7edf3!important}.gallery-option-button.active,.gallery-member-filter.active{background:#205f91!important;border-color:#62b7ff!important;color:#fff!important}.gallery-member-filter-profile{width:24px;height:24px;flex:0 0 24px;object-fit:cover;background:#0d1014!important;border:1px solid #dbe7f3;border-radius:50%;border-color:#303844!important}.gallery-card,.gallery-card-info,.gallery-card-body,.gallery-empty-state{background:#14181e!important;border-color:#262e38!important;color:#eef2f7!important;box-shadow:none!important}.gallery-card-title{color:#f1f4f7!important;margin-bottom:13px;display:-webkit-box;overflow:hidden;font-size:.95rem;font-weight:700;line-height:1.5;-webkit-line-clamp:2;-webkit-box-orient:vertical}.gallery-card-meta,.gallery-card-source,.gallery-card-description{color:#8994a1!important}.gallery-modal-overlay,.gallery-lightbox,.gallery-receipt-overlay,.gallery-lookup-overlay{background:#030508d6!important}.gallery-form-input,.gallery-form-textarea,.gallery-lookup-input{background:#0c0f13!important;border-color:#303844!important;color:#eef2f7!important}.gallery-form-input::placeholder,.gallery-form-textarea::placeholder,.gallery-lookup-input::placeholder{color:#687381!important}.gallery-modal-close,.gallery-lookup-close,.gallery-receipt-close,.gallery-form-cancel{background:#171b21!important;border-color:#303844!important;color:#d2dae3!important}.gallery-lightbox-viewer{position:relative;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#09090b!important}.gallery-lightbox-close,.gallery-lightbox-nav{background:#171b21f5!important;border-color:#303844!important;color:#eef2f7!important}.gallery-lightbox-title,.gallery-lightbox-description-wrap h3{color:#f2f5f8!important}.gallery-lightbox-meta,.gallery-lightbox-description-wrap p{color:#8f99a6!important}.gallery-overview{background:#09090b;border-color:#29313b!important;box-shadow:none;min-height:235px;padding:30px 36px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(330px,.75fr);align-items:center;gap:32px;border:0;border-radius:22px}.gallery-action-note{padding:18px 20px;display:flex;flex-direction:column;gap:5px;background:#09090b;border:0;border-radius:16px;box-shadow:none}.gallery-filter-section,.gallery-filter-header,.gallery-filter-body{background:#09090b!important;border:0!important;box-shadow:none!important}.gallery-filter-header:hover{background:#0d1014!important}.gallery-content-section{padding:20px;background:#09090b;border:0;border-radius:20px;box-shadow:none}.gallery-option-button,.gallery-member-filter,.gallery-count{background:transparent!important;border:0!important;box-shadow:none!important}.gallery-option-button:hover,.gallery-member-filter:hover{transform:translateY(-1px);background:#0d1014!important;border-color:var(--theme-border-strong);color:var(--theme-primary)}.gallery-option-button.active,.gallery-member-filter.active{background:#101a23!important;border-color:var(--theme-primary);color:#dff1ff!important;box-shadow:var(--shadow-button);border:0!important}.gallery-lookup-button{background:#0d1014!important;border-color:#303843;color:var(--theme-text-sub);padding:15px 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0!important;border-radius:12px;font-weight:700;cursor:pointer;box-shadow:none!important;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s}.gallery-register-button{background:#176b9f!important;border-color:#4b9ed9;color:#fff;box-shadow:none!important;flex-shrink:0;min-height:48px;padding:16px 28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0!important;border-radius:12px;font-weight:700;cursor:pointer;transition:transform .25s,box-shadow .25s}.gallery-modal,.gallery-modal-header,.gallery-modal-body,.gallery-lookup-result,.gallery-receipt-modal,.gallery-lightbox-content,.gallery-lightbox-sidebar,.gallery-lightbox-info{background:#0c0f13!important;border-color:#ffffff0e!important;color:#eef2f7!important;box-shadow:none!important}.gallery-form-notice,.gallery-preview-item{background:#0d1014!important;border-color:#ffffff0f!important;color:#aeb7c2!important}.gallery-modal-close,.gallery-lookup-close,.gallery-receipt-close,.gallery-form-cancel,.gallery-lightbox-close,.gallery-lightbox-nav{background:#0d1014!important;border:0!important;box-shadow:none!important}.gallery-lookup-overlay[hidden],.gallery-receipt-overlay[hidden],.gallery-lookup-result[hidden],.gallery-upload-progress[hidden]{display:none!important}.gallery-overview,.gallery-action-note,.gallery-filter-section,.gallery-filter-header,.gallery-filter-body,.gallery-content-section{background:#09090b!important;border:0!important;box-shadow:none!important}.gallery-card,.gallery-card-info,.gallery-card-body{background:transparent!important;border:0!important;box-shadow:none!important}@media(max-width:640px){.gallery-kicker{margin-bottom:8px;font-size:.7rem}.gallery-option-button,.gallery-member-filter{font-size:.69rem}.gallery-grid{gap:12px}.gallery-card-body{padding:13px}.gallery-card-title{margin-bottom:11px;font-size:.82rem}.gallery-card-meta{gap:7px;font-size:.64rem}.gallery-modal-overlay{padding:10px}.gallery-modal{max-height:calc(100vh - 20px);border-radius:18px}.gallery-modal-header{height:60px;padding:0 17px}.gallery-modal-header h2{font-size:1.05rem}.gallery-modal-body{padding:20px 16px}.gallery-modal-member-list,.gallery-type-options{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-upload-preview{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-upload-progress-footer{align-items:flex-start;flex-direction:column;gap:5px}.gallery-lightbox{align-items:flex-start;padding:max(10px,env(safe-area-inset-top)) 10px max(10px,env(safe-area-inset-bottom));overflow-y:auto;overscroll-behavior:contain}.gallery-lightbox-content{width:100%;min-height:0;max-height:none;display:flex;flex-direction:column;overflow:visible;border-radius:18px}.gallery-lightbox-viewer{flex:0 0 auto;min-height:0;padding:14px}.gallery-lightbox-image{width:100%;height:auto;max-width:100%;max-height:none;object-fit:contain;border-radius:12px}.gallery-lightbox-sidebar{flex:0 0 auto;max-height:none;padding:22px 18px calc(24px + env(safe-area-inset-bottom));overflow:visible;border-top:1px solid #e2e8f0;border-left:none}.gallery-lightbox-title{font-size:1.05rem}.gallery-lightbox-stats{gap:6px}.gallery-lightbox-stat{min-height:42px;padding:7px 5px;font-size:.68rem}.gallery-lightbox-stat i{font-size:.72rem}.gallery-lightbox-close{top:12px;right:12px;width:40px;height:40px}.gallery-lightbox-nav{width:38px;height:38px;font-size:.85rem}.gallery-lightbox-nav.prev{left:8px}.gallery-lightbox-nav.next{right:8px}.gallery-lightbox-index{bottom:10px;padding:6px 10px;font-size:.65rem}.gallery-lightbox-thumbnails{bottom:48px;max-width:calc(100% - 70px);padding:5px;gap:5px}.gallery-lightbox-thumbnail{width:40px;height:40px;flex-basis:40px;border-radius:7px}.gallery-lightbox-like,.gallery-lightbox-download{min-height:42px;font-size:.72rem}.gallery-overview{width:100%;min-width:0;min-height:0;padding:21px 17px;display:flex;flex-direction:column;align-items:stretch;grid-template-columns:none;gap:16px;border-radius:0}.gallery-overview-copy{width:100%;min-width:0;max-width:none}.gallery-overview-kicker{margin-bottom:9px;font-size:.61rem}.gallery-overview h1{width:100%;min-width:0;max-width:none;font-size:2rem;line-height:1.08;white-space:normal;word-break:keep-all;overflow-wrap:normal}.gallery-overview-copy>p{width:100%;min-width:0;max-width:none;margin-top:12px;font-size:.72rem;line-height:1.6;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.gallery-overview-actions{width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch;gap:10px}.gallery-action-note{width:100%;min-width:0;padding:13px 0 4px;border-radius:0}.gallery-action-note strong{font-size:.76rem}.gallery-action-note small{font-size:.62rem}.gallery-lookup-button,.gallery-register-button{width:100%;min-width:0;min-height:37px;padding:12px 8px;white-space:nowrap;font-size:.65rem}.gallery-filter-section{border-radius:13px}.gallery-filter-header{min-height:47px;padding:0 13px}.gallery-filter-body{padding:12px}.gallery-filter-group{grid-template-columns:1fr;gap:6px}.gallery-filter-label{font-size:.68rem;padding-top:0}.gallery-content-section{padding:13px 11px;border-radius:16px}.gallery-section-heading{margin-bottom:11px}.gallery-grid,.gallery-column{gap:7px}.gallery-card{border-radius:10px}.gallery-site-shell{padding:20px 14px 8px;gap:13px}}.gallery-photo-card{position:relative;overflow:hidden;border-radius:14px}.gallery-photo-card .gallery-card-body,.gallery-photo-card .gallery-card-type-badge{display:none!important}.gallery-photo-card .gallery-card-image-wrap{position:relative;overflow:hidden;border-radius:inherit;background:transparent}.gallery-photo-card .gallery-card-image{display:block;width:100%;height:auto;transition:transform .22s ease}.gallery-card-heart{position:absolute;top:10px;right:10px;z-index:4;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#00000075;color:#fff;opacity:0;pointer-events:none;transform:translateY(-3px);transition:opacity .16s ease,transform .16s ease,background .16s ease}.gallery-card-heart.active{color:#ff7087}.gallery-card-hover-info{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:54px 14px 13px;background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.26) 56%,transparent);color:#fff;opacity:0;pointer-events:none;transition:opacity .16s ease}.gallery-card-hover-member{display:flex;align-items:center;gap:9px;min-width:0}.gallery-card-hover-member img,.gallery-card-hover-member>span{width:30px;height:30px;flex:0 0 30px;border-radius:50%;object-fit:cover;display:grid;place-items:center;background:#ffffff1f}.gallery-card-hover-member div{min-width:0}.gallery-card-hover-member strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem}.gallery-card-hover-member small{display:block;margin-top:1px;color:#ffffffb8;font-size:.62rem}@media(hover:hover)and (pointer:fine){.gallery-photo-card:hover .gallery-card-heart,.gallery-photo-card:focus-within .gallery-card-heart{opacity:1;transform:none;pointer-events:auto}.gallery-photo-card:hover .gallery-card-hover-info,.gallery-photo-card:focus-within .gallery-card-hover-info{opacity:1}.gallery-photo-card:hover .gallery-card-image{transform:scale(1.008)}}.gallery-submit-overlay{position:fixed;inset:0;z-index:11000;display:none;place-items:center;padding:24px}.gallery-submit-overlay.show{display:grid}.gallery-submit-backdrop{position:absolute;inset:0;background:#040609ad}.gallery-submit-shell{position:relative;z-index:1;width:min(1040px,100%);max-height:calc(100dvh - 48px);display:grid;grid-template-columns:240px minmax(0,1fr);overflow:hidden;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:18px;background:var(--bg-color,#0b0d10);box-shadow:0 24px 70px #00000057}.gallery-submit-rail{position:relative;display:flex;flex-direction:column;min-height:620px;padding:30px 25px;overflow:hidden;background:linear-gradient(155deg,#071522,#0b2236 52%,#0a1119);color:#fff}.gallery-submit-rail:after{content:"";position:absolute;width:220px;height:220px;right:-105px;bottom:-90px;border:1px solid rgba(98,183,255,.22);border-radius:50%;box-shadow:0 0 70px #3491dc1a inset}.gallery-submit-eyebrow{color:#62b7ff;font-size:.6rem;font-weight:900;letter-spacing:.14em}.gallery-submit-rail h2{margin:9px 0 7px;font-size:1.65rem;letter-spacing:-.04em}.gallery-submit-rail p{margin:0;color:#ffffff9e;font-size:.72rem;line-height:1.65}.gallery-submit-visual{position:relative;height:220px;margin:42px 0 25px}.gallery-submit-card{position:absolute;left:50%;top:50%;width:120px;height:160px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#fff1;box-shadow:0 18px 40px #00000038}.gallery-submit-card.card-a{transform:translate(-63%,-49%) rotate(-9deg)}.gallery-submit-card.card-b{transform:translate(-37%,-49%) rotate(8deg)}.gallery-submit-card.card-c{display:grid;place-items:center;transform:translate(-50%,-54%);background:linear-gradient(160deg,#62b7ff2e,#ffffff0f);color:#62b7ff;font-size:1.5rem}.gallery-submit-summary{margin-top:auto;display:grid;gap:2px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.gallery-submit-summary strong{font-size:.9rem}.gallery-submit-summary span{color:#ffffff80;font-size:.64rem}.gallery-submit-main{position:relative;min-width:0;overflow-y:auto;background:var(--surface-color,#111419);color:var(--text-color,#eef2f7)}.gallery-submit-close{position:absolute;right:18px;top:18px;z-index:3;width:34px;height:34px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted-color,#8d96a1);font-size:1rem}.gallery-submit-form{display:grid;gap:24px;padding:34px 34px 26px}.gallery-submit-section{display:grid;gap:12px}.gallery-submit-section-head{display:grid;grid-template-columns:auto 1fr;column-gap:9px;align-items:center}.gallery-submit-section-head>span{grid-row:1/3;padding:5px 7px;border-radius:6px;background:#62b7ff1c;color:#4ba9f5;font-size:.55rem;font-weight:900;letter-spacing:.08em}.gallery-submit-section-head strong{font-size:.78rem}.gallery-submit-section-head small{color:var(--muted-color,#8d96a1);font-size:.62rem}.gallery-submit-members{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.gallery-submit-member{min-width:0;min-height:54px;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:8px;padding:8px 10px;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:10px;background:transparent;color:inherit;text-align:left}.gallery-submit-member:hover{background:#7f7f7f14}.gallery-submit-member.selected{border-color:#41a4eb9e;background:#41a4eb1a;box-shadow:inset 0 0 0 1px #41a4eb1a}.gallery-submit-member-profile{width:32px;height:32px;border-radius:50%;object-fit:cover}.gallery-submit-member-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;font-weight:800}.gallery-submit-loading{grid-column:1/-1;padding:18px;color:var(--muted-color,#8d96a1);text-align:center;font-size:.68rem}.gallery-submit-split{display:grid;grid-template-columns:1fr 1fr;gap:18px}.gallery-submit-types{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.gallery-submit-type{min-height:62px;display:grid;place-items:center;align-content:center;gap:5px;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:10px;background:transparent;color:var(--muted-color,#8d96a1);font-size:.63rem;font-weight:800}.gallery-submit-type i{font-size:.84rem}.gallery-submit-type.active{border-color:#3f9ee3;background:#3f9ee31c;color:#3696dc}.gallery-submit-source{min-height:62px;display:flex;align-items:center;gap:9px;padding:0 13px;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:10px;background:transparent}.gallery-submit-source i{color:#3f9ee3;font-size:.72rem}.gallery-submit-source input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:inherit;font:inherit;font-size:.68rem}.gallery-submit-source input::placeholder{color:var(--muted-color,#8d96a1)}.gallery-submit-dropzone{min-height:105px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:13px;padding:16px;border:1px dashed color-mix(in srgb,var(--muted-color,#8d96a1) 38%,transparent);border-radius:12px;background:#7f7f7f09;cursor:pointer}.gallery-submit-upload-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:#3f9ee31f;color:#3f9ee3}.gallery-submit-dropzone div{display:grid;gap:3px}.gallery-submit-dropzone strong{font-size:.72rem}.gallery-submit-dropzone small{color:var(--muted-color,#8d96a1);font-size:.61rem}.gallery-submit-dropzone>b{padding:8px 10px;border-radius:8px;background:#7f7f7f14;font-size:.62rem}.gallery-submit-preview{margin-top:3px}.gallery-submit-progress{border-radius:10px}.gallery-submit-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:5px;border-top:1px solid var(--border-color,rgba(255,255,255,.1))}.gallery-submit-footer p{margin:0;color:var(--muted-color,#8d96a1);font-size:.61rem}.gallery-submit-footer p i{margin-right:5px;color:#3f9ee3}.gallery-submit-footer>div{display:flex;gap:7px}.gallery-submit-cancel,.gallery-submit-send{min-height:38px;padding:0 14px;border-radius:8px;font-size:.67rem;font-weight:800}.gallery-submit-cancel{border:1px solid var(--border-color,rgba(255,255,255,.1));background:transparent;color:inherit}.gallery-submit-send{border:1px solid #2383d0;background:#2383d0;color:#fff}.gallery-request-overlay{position:fixed;inset:0;z-index:11100;display:grid;place-items:center;padding:24px}.gallery-request-overlay[hidden]{display:none!important}.gallery-request-backdrop{position:absolute;inset:0;background:#05070ab8}.gallery-request-shell{position:relative;z-index:1;width:min(760px,100%);max-height:calc(100dvh - 48px);display:grid;grid-template-columns:220px minmax(0,1fr);overflow:hidden;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:18px;background:var(--surface-color,#111419);box-shadow:0 24px 70px #00000057;color:var(--text-color,#eef2f7)}.gallery-request-close{position:absolute;right:15px;top:15px;z-index:4;width:32px;height:32px;display:grid;place-items:center;border:0;background:transparent;color:var(--muted-color,#8d96a1)}.gallery-request-ticket{position:relative;display:flex;flex-direction:column;padding:28px 24px;overflow:hidden;background:linear-gradient(150deg,#0a2940,#0c1722 72%);color:#fff}.gallery-request-ticket-mark{width:42px;height:42px;display:grid;place-items:center;margin-bottom:28px;border:1px solid rgba(255,255,255,.13);border-radius:11px;background:#ffffff12;color:#62b7ff}.gallery-request-eyebrow{color:#62b7ff;font-size:.55rem;font-weight:900;letter-spacing:.13em}.gallery-request-ticket h2{margin:7px 0 8px;font-size:1.25rem}.gallery-request-ticket p{margin:0;color:#ffffff9e;font-size:.66rem;line-height:1.6}.gallery-request-ticket small{margin-top:auto;color:#ffffff61;font-size:.52rem;letter-spacing:.09em}.gallery-request-cut{position:absolute;right:-10px;top:50%;width:20px;height:20px;border-radius:50%;background:var(--surface-color,#111419);box-shadow:0 -42px 0 var(--surface-color,#111419),0 42px 0 var(--surface-color,#111419),0 -84px 0 var(--surface-color,#111419),0 84px 0 var(--surface-color,#111419)}.gallery-request-main{min-width:0;min-height:0;padding:58px 28px 28px;display:flex;flex-direction:column;overflow:hidden}.gallery-request-form{display:grid;gap:8px}.gallery-request-form label{font-size:.7rem;font-weight:850}.gallery-request-input-row{display:grid;grid-template-columns:1fr auto;gap:8px}.gallery-request-input-row input{min-width:0;min-height:48px;padding:0 13px;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:9px;background:transparent;color:inherit;outline:0;font:inherit;font-size:.8rem;font-weight:750}.gallery-request-input-row input:focus{border-color:#3f9ee3;box-shadow:0 0 0 3px #3f9ee31a}.gallery-request-input-row button{min-width:92px;border:0;border-radius:9px;background:#2383d0;color:#fff;font-weight:850}.gallery-request-form>p{margin:0;color:var(--muted-color,#8d96a1);font-size:.58rem}.gallery-request-result{min-height:0;margin-top:22px;overflow-y:auto;overscroll-behavior:contain;padding-right:4px}.gallery-request-result[hidden]{display:none!important}.gallery-request-state{padding:24px;border:1px dashed var(--border-color,rgba(255,255,255,.1));border-radius:10px;color:var(--muted-color,#8d96a1);text-align:center;font-size:.67rem}.gallery-request-result-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.gallery-request-result-head>div{display:grid;gap:2px}.gallery-request-result-head span{color:var(--muted-color,#8d96a1);font-size:.55rem}.gallery-request-result-head strong{font-size:.78rem}.gallery-request-result-head>b{color:#3f9ee3;font-size:.62rem}.gallery-request-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.gallery-request-card{overflow:hidden;border:1px solid var(--border-color,rgba(255,255,255,.1));border-radius:11px;background:#7f7f7f09}.gallery-request-card-media{position:relative;aspect-ratio:16/10;overflow:hidden;background:#090b0e}.gallery-request-card-media img{width:100%;height:100%;display:block;object-fit:cover}.gallery-request-card-media>span{height:100%;display:grid;place-items:center;color:var(--muted-color,#8d96a1)}.gallery-request-card-media>b{position:absolute;left:7px;top:7px;width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#0000009e;color:#fff;font-size:.55rem}.gallery-request-card-copy{padding:10px}.gallery-request-card-title{display:flex;align-items:center;justify-content:space-between;gap:7px;margin-bottom:8px}.gallery-request-card-title>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem}.gallery-request-card-title>span{flex:0 0 auto;padding:4px 6px;border-radius:6px;font-size:.52rem;font-weight:850}.gallery-request-card-title>span.pending{background:#f59e0b1f;color:#d89416}.gallery-request-card-title>span.approved{background:#22c55e1f;color:#39a45f}.gallery-request-card-title>span.rejected{background:#ef44441f;color:#e05c5c}.gallery-request-card-title i{margin-right:3px}.gallery-request-card dl{display:grid;gap:5px;margin:0}.gallery-request-card dl>div{display:grid;grid-template-columns:42px minmax(0,1fr);gap:6px;font-size:.57rem}.gallery-request-card dt{color:var(--muted-color,#8d96a1)}.gallery-request-card dd{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-request-reject{margin:8px 0 0;padding:8px;border-radius:7px;background:#ef444412;color:#d95b5b;font-size:.56rem;line-height:1.45}.gallery-request-reject strong{display:block;margin-bottom:2px}.gallery-focus{position:fixed;inset:0;z-index:12000;display:none;overflow:hidden;background:transparent}.gallery-focus.show{display:block}.gallery-focus-backdrop{position:absolute;inset:0;background:#000000c7;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.gallery-focus-stage{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:78px 68px 26px}.gallery-focus-media{position:relative;max-width:calc(100vw - 136px);max-height:calc(100dvh - 104px);display:flex;align-items:center;justify-content:center;background:transparent}.gallery-focus-image{display:block;width:auto;height:auto;max-width:100%;max-height:calc(100dvh - 104px);object-fit:contain;border:0;border-radius:0;background:transparent;box-shadow:none}.gallery-focus-toolbar{position:absolute;top:15px;left:50%;z-index:5;transform:translate(-50%);width:max-content;max-width:calc(100vw - 190px);min-height:46px;display:flex;align-items:center;gap:8px;padding:0;border:0;border-radius:0;background:transparent;color:#fff;box-shadow:none;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;text-shadow:0 1px 5px rgba(0,0,0,.82)}.gallery-focus-index{flex:0 0 auto;padding:0;border:0;border-radius:0;background:transparent;color:#fff;font-size:.58rem;font-weight:900;white-space:nowrap;text-shadow:0 1px 5px rgba(0,0,0,.82)}.gallery-focus-identity{min-width:0;display:flex;align-items:center;gap:6px}.gallery-focus-identity.is-unit .gallery-focus-profile{display:none!important;width:0!important;height:0!important;flex-basis:0!important;margin:0!important}.gallery-focus-profile{width:30px;height:30px;flex:0 0 30px;border-radius:50%;object-fit:cover;box-shadow:0 1px 5px #00000061}.gallery-focus-person{min-width:0}.gallery-focus-person strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;font-size:.69rem}.gallery-focus-person span{display:flex;align-items:center;gap:4px;margin-top:1px;color:#ffffffad;font-size:.55rem;white-space:nowrap}.gallery-focus-person b{color:#ffffffe6;font-weight:800}.gallery-focus-person i{font-style:normal;opacity:.55}.gallery-focus-source{min-width:0;margin-left:6px}.gallery-focus-source span{display:block;color:#ffffff8c;font-size:.49rem}.gallery-focus-source strong{display:block;max-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#ffffffeb;font-size:.58rem}.gallery-focus-actions{display:flex;align-items:center;gap:12px;flex:0 0 auto;margin-left:4px}.gallery-focus-actions button{min-width:22px;min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:2px 0;border:0;border-radius:0;background:transparent;color:#ffffffe6;font-size:.72rem;font-weight:850;text-shadow:0 1px 5px rgba(0,0,0,.82)}.gallery-focus-actions button i{font-size:1rem;line-height:1}.gallery-focus-actions button:hover{color:#fff;background:transparent;transform:scale(1.05)}.gallery-focus-like.active i{color:#ff7188}.gallery-focus-download{padding:2px 0!important}.gallery-focus-download span{font-size:.68rem}.gallery-focus-flag{padding:2px 0!important}.gallery-focus-close{position:absolute;top:18px;right:22px;z-index:6;width:34px;height:34px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#ffffffb8;font-size:1.05rem}.gallery-focus-close:hover{color:#fff}.gallery-focus-nav{position:absolute;top:50%;z-index:6;width:46px;height:46px;display:grid;place-items:center;transform:translateY(-50%);border:0;border-radius:50%;background:#00000094;color:#fff}.gallery-focus-nav.prev{left:16px}.gallery-focus-nav.next{right:16px}.gallery-focus-nav:disabled{opacity:.22;pointer-events:none}.gallery-focus-hidden-meta{display:none!important}html[data-theme=light] .gallery-submit-shell,html[data-theme=light] .gallery-request-shell{--surface-color:#f8f9fb;--bg-color:#f8f9fb;--text-color:#202124;--muted-color:#777d86;--border-color:rgba(31,35,40,.13)}html[data-theme=light] .gallery-submit-main{background:#f8f9fb;color:#202124}html[data-theme=light] .gallery-submit-member,html[data-theme=light] .gallery-submit-type,html[data-theme=light] .gallery-submit-source,html[data-theme=light] .gallery-submit-dropzone,html[data-theme=light] .gallery-request-input-row input,html[data-theme=light] .gallery-request-card{background:#fff}html[data-theme=light] .gallery-request-cut{background:#f8f9fb;box-shadow:0 -42px #f8f9fb,0 42px #f8f9fb,0 -84px #f8f9fb,0 84px #f8f9fb}@media(max-width:820px){.gallery-submit-shell{grid-template-columns:180px minmax(0,1fr)}.gallery-submit-rail{padding:24px 18px}.gallery-submit-members{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-submit-split{grid-template-columns:1fr}.gallery-request-shell{grid-template-columns:180px minmax(0,1fr)}}@media(max-width:640px){.gallery-submit-overlay,.gallery-request-overlay{padding:0;align-items:end}.gallery-submit-shell,.gallery-request-shell{width:100%;max-height:92dvh;grid-template-columns:1fr;border-radius:16px 16px 0 0;border-width:1px 0 0}.gallery-submit-rail{display:none}.gallery-submit-main{max-height:92dvh}.gallery-submit-form{padding:54px 16px 18px;gap:20px}.gallery-submit-members{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-submit-split{grid-template-columns:1fr}.gallery-submit-types{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-submit-type{min-height:54px}.gallery-submit-dropzone{grid-template-columns:38px 1fr}.gallery-submit-dropzone>b{display:none}.gallery-submit-footer{align-items:flex-end}.gallery-submit-footer p{max-width:44%}.gallery-submit-footer>div{flex:1;justify-content:flex-end}.gallery-request-ticket{display:none}.gallery-request-main{padding:58px 16px 18px;max-height:92dvh}.gallery-request-card-grid{grid-template-columns:1fr}.gallery-request-close{right:12px;top:12px}.gallery-focus-stage{padding:66px 0 14px}.gallery-focus-media,.gallery-focus-image{max-width:100vw;max-height:calc(100dvh - 78px)}.gallery-focus-toolbar{top:10px;left:12px;right:48px;width:auto;transform:none;gap:8px;padding:0;border-radius:0;background:transparent}.gallery-focus-source{display:none}.gallery-focus-actions button{min-width:29px;width:29px;padding:0}.gallery-focus-download span{display:none}.gallery-focus-close{top:9px;right:6px}.gallery-focus-nav{width:40px;height:40px}.gallery-focus-nav.prev{left:6px}.gallery-focus-nav.next{right:6px}.gallery-focus-person span{display:none}}
