:root{--sky-100: #e0f4ff;--sky-300: #87ceeb;--sky-500: #38bdf8;--sky-700: #0369a1;--panel-bg: #f9fdff;--text-primary: #0f172a;--text-subtle: #4b5563}*{box-sizing:border-box}body{margin:0;font-family:Pretendard,Noto Sans KR,system-ui,-apple-system,sans-serif;color:var(--text-primary);background:#f4fbff}.login-message,.login-error{margin-top:10px;margin-bottom:0;font-size:13px}.login-message{color:#0369a1}.login-error{color:#b91c1c}.admin-primary-button{border:none;border-radius:10px;height:42px;padding:0 18px;font-weight:700;color:#fff;background:linear-gradient(90deg,var(--sky-500),#0ea5e9);cursor:pointer}.admin-primary-button:disabled{background:#e5e7eb;color:#94a3b8;cursor:not-allowed}.admin-link-button{border:none;background:transparent;color:var(--sky-700);font-weight:700;cursor:pointer}.admin-secondary-button{border:1px solid #cbd5e1;border-radius:10px;height:42px;padding:0 18px;font-weight:700;color:#0f172a;background:#fff;cursor:pointer}.admin-danger-button{height:28px;border:1px solid #fecaca;border-radius:8px;background:#fee2e2;color:#b91c1c;font-size:12px;font-weight:700;padding:0 8px;cursor:pointer}.pretty-checkbox{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.pretty-checkbox input{position:absolute;opacity:0;pointer-events:none}.pretty-checkbox .checkmark{width:20px;height:20px;border-radius:6px;border:1.5px solid #7dd3fc;background:#f0f9ff;position:relative;transition:all .12s ease}.pretty-checkbox .checkmark:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) scale(0);transform-origin:center;transition:transform .12s ease}.pretty-checkbox input:checked+.checkmark{background:linear-gradient(180deg,#38bdf8,#0ea5e9);border-color:#0ea5e9}.pretty-checkbox input:checked+.checkmark:after{transform:rotate(45deg) scale(1)}.pretty-checkbox input:disabled+.checkmark{background:#e5e7eb;border-color:#cbd5e1}.status-badge{display:inline-block;min-width:54px;text-align:center;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;color:#075985;background:#e0f2fe}.app-alert-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a8f}.app-alert-dialog{width:min(560px,100%);overflow:hidden;border:1px solid #dbeafe;border-radius:20px;background:#fff;box-shadow:0 24px 60px #0f172a2e}.app-alert-content{padding:28px;background:radial-gradient(circle at top right,rgba(56,189,248,.16),transparent 36%),linear-gradient(180deg,#f8fdff,#fff)}.app-alert-dialog.is-danger .app-alert-content{background:radial-gradient(circle at top right,rgba(251,113,133,.16),transparent 36%),linear-gradient(180deg,#fff7f8,#fff)}.app-alert-badge{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:700}.app-alert-dialog.is-danger .app-alert-badge{background:#ffe4e6;color:#be123c}.app-alert-content h2{margin:14px 0 0;font-size:24px}.app-alert-content p{margin:10px 0 0;color:var(--text-subtle);font-size:14px;line-height:1.6}.app-alert-content strong{color:#0f172a}.app-alert-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:24px}.app-alert-actions .admin-secondary-button,.app-alert-actions .admin-primary-button,.app-alert-actions .admin-danger-button{min-width:92px;min-height:44px;justify-content:center}.dashboard-kpi-section{margin-bottom:18px}.dashboard-kpi-section,.dashboard-alerts,.dashboard-trend-panel,.dashboard-activity-section,.dashboard-company-panel{min-width:0}.dashboard-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-bottom:12px}.dashboard-section-heading h2{margin:0;font-size:18px;color:#0f172a}.dashboard-section-heading p{margin:6px 0 0;font-size:13px;color:#0369a1}.dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-card{background:#fff;border:1px solid #dbeafe;border-radius:14px;min-height:150px;padding:18px;box-shadow:0 10px 24px #0e749012}.dashboard-card.is-warning{border-color:#fde68a;background:linear-gradient(180deg,#fff,#fffbeb)}.dashboard-card.is-success{border-color:#bbf7d0;background:linear-gradient(180deg,#fff,#f0fdf4)}.dashboard-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.dashboard-card h2{margin:0;font-size:14px;color:var(--text-subtle)}.dashboard-card-badge{display:inline-flex;align-items:center;border-radius:999px;padding:3px 8px;background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:800;white-space:nowrap}.dashboard-card strong{display:block;margin-top:10px;font-size:30px;line-height:1.15;color:#0c4a6e;overflow-wrap:anywhere}.dashboard-card p{margin:8px 0 0;color:#0369a1;font-size:13px}.dashboard-card small{display:block;margin-top:8px;color:#92400e;font-size:12px;line-height:1.45}.dashboard-alerts{margin-bottom:18px}.dashboard-alert-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-alert-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:120px;border:1px solid #fde68a;border-radius:14px;padding:16px;background:linear-gradient(180deg,#fff,#fffbeb);color:#0f172a;text-decoration:none;box-shadow:0 10px 24px #92400e14}.dashboard-alert-card:hover,.dashboard-alert-card:focus-visible{border-color:#facc15;outline:none;box-shadow:0 0 0 3px #facc1538,0 10px 24px #92400e1a}.dashboard-alert-card strong{display:block;font-size:15px;color:#78350f}.dashboard-alert-card p{margin:8px 0 0;color:#92400e;font-size:13px;line-height:1.45}.dashboard-alert-card span{flex:0 0 auto;display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:#fef3c7;color:#92400e;font-size:12px;font-weight:800;white-space:nowrap}.dashboard-trend-panel{margin-bottom:18px;border:1px solid #dbeafe;border-radius:14px;padding:18px;background:#fff;box-shadow:0 10px 24px #0e749012}.dashboard-segmented-control{display:inline-flex;gap:4px;border:1px solid #bae6fd;border-radius:999px;padding:4px;background:#f0f9ff}.dashboard-segmented-control button{border:0;border-radius:999px;padding:7px 12px;background:transparent;color:#0369a1;font-size:13px;font-weight:800;cursor:pointer}.dashboard-segmented-control button.active{background:#0ea5e9;color:#fff}.dashboard-segmented-control button:focus{outline:none;box-shadow:0 0 0 3px #38bdf838}.dashboard-trend-legend{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:16px;color:#475569;font-size:12px;font-weight:800}.dashboard-trend-legend span{display:inline-flex;align-items:center;gap:6px}.dashboard-trend-legend span:before{width:9px;height:9px;border-radius:999px;content:""}.dashboard-trend-legend .is-products:before{background:#38bdf8}.dashboard-trend-legend .is-submissions:before{background:#0ea5e9}.dashboard-trend-legend .is-deposits:before{background:#22c55e}.dashboard-trend-scroll{overflow-x:auto;padding-bottom:4px;scrollbar-gutter:stable}.dashboard-trend-chart{position:relative;display:grid;grid-auto-columns:minmax(42px,1fr);grid-auto-flow:column;align-items:end;min-width:720px;min-height:320px;gap:8px;border-radius:12px;padding:110px 12px 10px;background:linear-gradient(180deg,#f8fcff,#f0f9ff)}.dashboard-trend-lines{position:absolute;left:12px;right:12px;bottom:38px;z-index:3;width:calc(100% - 24px);height:150px;overflow:visible;pointer-events:none}.dashboard-trend-lines polyline{fill:none;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.dashboard-trend-lines .is-products polyline{stroke:#0284c7}.dashboard-trend-lines .is-submissions polyline{stroke:#0c4a6e}.dashboard-trend-lines .is-deposits polyline{stroke:#15803d}.dashboard-trend-day{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:190px;border-left:1px solid rgba(186,230,253,.85);border-radius:8px;padding:0 4px 4px}.dashboard-trend-day:last-child{border-right:1px solid rgba(186,230,253,.85)}.dashboard-trend-day:hover,.dashboard-trend-day:focus-visible{outline:none;background:#e0f2feb8;box-shadow:inset 0 0 0 1px #38bdf86b;z-index:2}.dashboard-trend-bars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:end;height:150px;gap:3px}.dashboard-trend-bars span{display:block;height:var(--bar-height);min-height:2px;border-radius:999px 999px 4px 4px}.dashboard-trend-bars span[style*="0%"]{opacity:.25}.dashboard-trend-bars .is-products{background:#38bdf8}.dashboard-trend-bars .is-submissions{background:#0ea5e9}.dashboard-trend-bars .is-deposits{background:#22c55e}.dashboard-trend-label{margin-top:8px;color:#64748b;font-size:11px;font-weight:700;text-align:center;white-space:nowrap}.dashboard-trend-tooltip{position:absolute;left:50%;bottom:calc(100% - 22px);z-index:6;display:none;min-width:148px;transform:translate(-50%);border:1px solid #bae6fd;border-radius:12px;padding:10px 12px;background:#fff;color:#0f172a;box-shadow:0 14px 30px #0e74902e;pointer-events:none}.dashboard-trend-tooltip:after{position:absolute;left:50%;bottom:-6px;width:10px;height:10px;transform:translate(-50%) rotate(45deg);border-right:1px solid #bae6fd;border-bottom:1px solid #bae6fd;background:#fff;content:""}.dashboard-trend-day:hover .dashboard-trend-tooltip,.dashboard-trend-day:focus-visible .dashboard-trend-tooltip{display:grid;gap:4px}.dashboard-trend-tooltip strong{color:#0369a1;font-size:13px}.dashboard-trend-tooltip span{display:inline-flex;align-items:center;gap:6px;color:#475569;font-size:12px;font-weight:700}.dashboard-trend-tooltip span:before{width:8px;height:8px;border-radius:999px;content:""}.dashboard-trend-tooltip span.is-products:before{background:#38bdf8}.dashboard-trend-tooltip span.is-submissions:before{background:#0ea5e9}.dashboard-trend-tooltip span.is-deposits:before{background:#22c55e}.dashboard-trend-empty{border:1px dashed #bae6fd;border-radius:12px;padding:28px;background:#f8fcff;color:#0369a1;font-size:14px;font-weight:700;text-align:center}.dashboard-activity-section{margin-bottom:18px}.dashboard-activity-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dashboard-activity-card{border:1px solid #dbeafe;border-radius:14px;padding:16px;background:#fff;box-shadow:0 10px 24px #0e749012}.dashboard-activity-card h3{margin:0 0 12px;color:#0f172a;font-size:16px}.dashboard-top-product-list,.dashboard-recent-list{display:flex;flex-direction:column;gap:10px}.dashboard-top-product-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;border:1px solid #e0f2fe;border-radius:12px;padding:12px;background:#f8fcff;min-width:0}.dashboard-top-product-item strong,.dashboard-recent-item strong{display:block;overflow:hidden;color:#0f172a;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.dashboard-top-product-item p,.dashboard-recent-item p{margin:6px 0 0;color:#0369a1;font-size:12px}.dashboard-product-progress{display:flex;overflow:hidden;height:8px;margin-top:10px;border-radius:999px;background:#e2e8f0}.dashboard-product-progress span{min-width:0}.dashboard-product-progress .is-purchase{background:#38bdf8}.dashboard-product-progress .is-review{background:#facc15}.dashboard-product-progress .is-complete{background:#22c55e}.dashboard-top-product-links{display:flex;flex-direction:column;gap:6px}.dashboard-top-product-links a{border:1px solid #bae6fd;border-radius:999px;padding:6px 10px;background:#fff;color:#0369a1;font-size:12px;font-weight:800;text-align:center;text-decoration:none;white-space:nowrap}.dashboard-top-product-links a:hover,.dashboard-top-product-links a:focus-visible{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px #38bdf829}.dashboard-recent-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid #e0f2fe;border-radius:12px;padding:12px;background:#f8fcff;color:#0f172a;text-decoration:none;min-width:0}.dashboard-recent-item:hover,.dashboard-recent-item:focus-visible{border-color:#38bdf8;outline:none;box-shadow:0 0 0 3px #38bdf829}.dashboard-recent-item time{color:#64748b;font-size:12px;font-weight:800;white-space:nowrap}.dashboard-activity-empty{margin:0;border:1px dashed #bae6fd;border-radius:12px;padding:20px;background:#f8fcff;color:#0369a1;font-size:13px;font-weight:700;text-align:center}.dashboard-company-panel{margin-bottom:18px;border:1px solid #dbeafe;border-radius:14px;padding:18px;background:#fff;box-shadow:0 10px 24px #0e749012}.dashboard-company-table-wrap{overflow-x:auto;scrollbar-gutter:stable}.dashboard-company-table{width:100%;min-width:680px;border-collapse:collapse}.dashboard-company-table th,.dashboard-company-table td{border-bottom:1px solid #e0f2fe;padding:12px;text-align:left;vertical-align:middle}.dashboard-company-table th{background:#f0f9ff;color:#0369a1;font-size:12px;font-weight:800}.dashboard-company-table td{color:#0f172a;font-size:13px;font-weight:700}.dashboard-company-table td:first-child strong{display:block;color:#0f172a;font-size:14px}.dashboard-company-table td:first-child span{display:block;margin-top:4px;color:#64748b;font-size:12px;font-weight:700}.dashboard-company-table tr.is-current-admin td{background:#f0f9ff}.dashboard-company-table tr.is-current-admin td:first-child strong{color:#0369a1}.dashboard-panel-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.dashboard-panel-title h2{margin:0;font-size:18px}@media (max-width: 1080px){.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-alert-list{grid-template-columns:1fr}.dashboard-trend-chart{min-width:640px}.dashboard-activity-grid{grid-template-columns:1fr}}@media (max-width: 680px){.dashboard-section-heading{align-items:flex-start;flex-direction:column}.dashboard-card{min-height:0;padding:16px}.dashboard-card strong{font-size:26px}.dashboard-grid{grid-template-columns:1fr}.dashboard-alert-card{flex-direction:column}.dashboard-trend-panel{padding:14px}.dashboard-segmented-control{width:100%}.dashboard-segmented-control button{flex:1}.dashboard-trend-chart{min-width:560px}.dashboard-top-product-item,.dashboard-recent-item{grid-template-columns:1fr}.dashboard-top-product-links{flex-direction:row;flex-wrap:wrap}.dashboard-company-panel{padding:14px}}.admin-export-page{display:flex;flex-direction:column;gap:18px;min-height:calc(100vh - 40px);min-height:calc(100dvh - 40px);max-height:calc(100vh - 40px);max-height:calc(100dvh - 40px);min-width:0;overflow:hidden}.admin-export-scroll{display:flex;flex-direction:column;gap:18px;min-height:0;padding-right:6px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.export-page-header{display:flex;justify-content:space-between;gap:18px;flex:0 0 auto}.dashboard-eyebrow,.dashboard-meta{margin:0 0 8px;color:var(--text-subtle);font-size:13px}.export-header-actions,.export-column-actions,.export-download-area{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.export-company-toggle-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:6px;max-width:280px;text-align:right}.export-company-toggle-hint{margin:0;font-size:12px;line-height:1.4;color:var(--text-subtle)}.dashboard-scope-toggle{display:inline-flex;align-items:center;gap:8px;color:var(--text-strong);font-size:14px}.dashboard-scope-toggle input:focus-visible+span{outline:2px solid #38bdf8;outline-offset:2px;border-radius:4px}.export-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;background:#fff;border:1px solid #dbeafe;border-radius:14px;box-shadow:0 8px 20px #0e74900f}.export-toolbar-stats{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;color:var(--text-strong)}.export-toolbar-dot,.export-toolbar-loading{color:var(--text-subtle)}.export-toolbar-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.export-empty-hint{margin:0;padding:14px 16px;background:#f8fcff;border:1px dashed #bae6fd;border-radius:12px;color:var(--text-subtle);font-size:14px}.export-column-option input:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.export-panel{flex:0 0 auto;background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:18px;box-shadow:0 10px 24px #0e74900f}.export-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px}.export-panel-header h2{margin:0 0 6px;font-size:18px;color:var(--text-strong)}.export-panel-header p{margin:0;color:var(--text-subtle)}.export-selection-meta{margin-top:8px}.export-date-filter-layout{display:flex;flex-direction:column;gap:16px}.export-date-field-group{display:flex;flex-wrap:wrap;gap:10px}.export-date-radio{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #bae6fd;border-radius:999px;background:#f0f9ff;color:#075985;font-weight:600}.export-date-radio input{margin:0}.export-date-input-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.export-date-input{display:flex;flex-direction:column;gap:6px;color:var(--text-strong);font-size:14px}.export-date-input input{min-height:42px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:var(--text-strong)}.export-date-input input:focus-visible,.export-date-radio input:focus-visible,.export-quick-range-button:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.export-quick-range-list{display:flex;flex-wrap:wrap;gap:8px}.export-quick-range-button{border:1px solid #bae6fd;border-radius:999px;padding:8px 12px;background:#f8fcff;color:#0369a1;cursor:pointer;font-weight:700}.export-quick-range-button.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.export-date-filter-actions{display:flex;flex-wrap:wrap;gap:10px}.export-date-filter-status{display:flex;flex-direction:column;gap:6px}.export-date-filter-status .dashboard-meta,.export-date-filter-status .login-message,.export-date-filter-status .login-error{margin:0}.export-chip-list{display:flex;flex-wrap:wrap;gap:10px}.export-chip-option{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid #bae6fd;border-radius:999px;background:#f8fcff;color:#075985;font-weight:600}.export-chip-option input{margin:0}.export-select-row{display:flex;flex-direction:column;gap:12px}.export-select-field{display:flex;flex-direction:column;gap:6px;color:var(--text-strong);font-size:14px}.export-select-input{min-height:42px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:var(--text-strong)}.export-select-input:focus-visible,.export-chip-option input:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.export-section-stack{display:flex;flex-direction:column;gap:18px}.export-preset-list{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.export-preset-button{border:1px solid #bae6fd;border-radius:999px;padding:8px 12px;background:#f0f9ff;color:#0369a1;cursor:pointer;font-weight:700}.export-preset-button.active{background:#0ea5e9;color:#fff;border-color:#0ea5e9}.export-preset-button:focus-visible,.export-column-actions .admin-secondary-button:focus-visible,.export-download-area .admin-primary-button:focus-visible,.export-download-area .admin-secondary-button:focus-visible,.export-toolbar-actions .admin-primary-button:focus-visible,.export-toolbar-actions .admin-secondary-button:focus-visible{outline:2px solid #38bdf8;outline-offset:2px}.export-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}.export-column-option{display:inline-flex;align-items:center;gap:8px;padding:10px;border:1px solid #e0f2fe;border-radius:10px;background:#f8fcff;color:var(--text-strong)}.export-row-count{flex:0 0 auto;color:#0369a1;font-weight:700}.export-preview-table-wrap{max-height:min(420px,58dvh);overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;border:1px solid #e0f2fe;border-radius:12px}.export-preview-table{width:100%;border-collapse:collapse;min-width:760px}.export-preview-table th,.export-preview-table td{padding:10px 12px;border-bottom:1px solid #e0f2fe;text-align:left;white-space:nowrap}.export-preview-table th{background:#f0f9ff;color:#075985;font-size:13px;position:sticky;top:0;z-index:1}.export-preview-table tbody tr:nth-child(2n) td{background:#fbfdff}@media (max-width: 720px){.admin-export-page{min-height:auto;max-height:none;overflow:visible}.admin-export-scroll{padding-right:0;overflow:visible}.export-page-header,.export-panel-header{flex-direction:column}.export-date-input-row{grid-template-columns:1fr}.export-header-actions,.export-column-actions,.export-download-area{align-items:stretch;width:100%}.export-header-actions .admin-secondary-button,.export-column-actions .admin-secondary-button,.export-download-area .admin-primary-button{width:100%;justify-content:center}.export-company-toggle-wrap{align-items:flex-start;max-width:none;text-align:left}.export-toolbar{flex-direction:column;align-items:stretch}.export-toolbar-actions,.export-toolbar-actions .export-download-area{width:100%}.export-chip-list,.export-date-field-group,.export-quick-range-list,.export-preset-list{display:grid;grid-template-columns:1fr 1fr}.export-chip-option,.export-date-radio,.export-quick-range-button,.export-preset-button{width:100%;justify-content:center}}@media (max-width: 520px){.export-chip-list,.export-date-field-group,.export-quick-range-list,.export-preset-list,.export-column-grid{grid-template-columns:1fr}.export-panel{padding:16px}.export-preview-table-wrap{max-height:360px}}.file-upload-page{display:flex;flex-direction:column;gap:18px}.file-upload-drop-panel{padding:0;overflow:hidden}.file-upload-drop-zone{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:172px;padding:24px;border:2px dashed #7dd3fc;background:#f8fcff;transition:border-color .16s ease,background .16s ease}.file-upload-drop-zone.is-dragging{border-color:#0ea5e9;background:#e0f2fe}.file-upload-drop-zone h2,.file-upload-panel-header h2{margin:0 0 8px;color:#0f172a;font-size:20px}.file-upload-drop-zone p,.file-upload-panel-header p{margin:0;color:var(--text-subtle)}.file-upload-selected-file{margin-top:12px!important;color:#0369a1!important;font-weight:700}.file-upload-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.file-upload-input{display:none}.file-upload-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(148px,1fr));gap:12px}.file-upload-result-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.file-upload-panel{display:flex;flex-direction:column;gap:14px}.file-upload-panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:14px}.file-upload-count-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:800;white-space:nowrap}.file-upload-table-wrap{overflow-x:auto}.file-upload-table{min-width:980px}.file-upload-table td{vertical-align:top;word-break:break-word}.file-upload-issue-detail-row td{padding-top:0;background:#f8fcff}.file-upload-issue-row-data{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:8px;padding:10px;border:1px solid #e0f2fe;border-radius:8px;background:#fff}.file-upload-issue-cell{display:flex;flex-direction:column;gap:4px;min-width:0}.file-upload-issue-cell span{color:var(--text-subtle);font-size:11px;font-weight:800}.file-upload-issue-cell strong{color:#0f172a;font-size:12px;font-weight:700;overflow-wrap:anywhere}.file-upload-skip-list{display:flex;flex-wrap:wrap;gap:8px}.file-upload-skip-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border:1px solid #bae6fd;border-radius:999px;background:#f0f9ff;color:#075985;font-size:13px;font-weight:700}.file-upload-confirm-summary{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.file-upload-confirm-summary strong{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;background:#e0f2fe;color:#075985;font-size:13px}@media (max-width: 960px){.file-upload-drop-zone{align-items:stretch;flex-direction:column}.file-upload-actions{justify-content:flex-start}.file-upload-summary-grid,.file-upload-result-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.file-upload-summary-grid,.file-upload-result-grid{grid-template-columns:1fr}.file-upload-panel-header{flex-direction:column}}.submission-input-box{width:100%;display:flex;align-items:center;gap:8px}.submission-input-box textarea{flex:1;min-width:0;min-height:84px;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:13px;background:#fff;resize:vertical;line-height:1.45}.submission-input-message{margin:0;font-size:12px;color:#0369a1}.submission-input-message.error{color:#b91c1c}.product-summary{margin-top:8px}.product-summary p{margin:8px 0;font-size:15px}.product-meta-label{color:#0c4a6e}.product-title-text{font-size:18px;font-weight:700}.product-product-name-text{font-size:16px;font-weight:600}.product-note-box{margin-top:10px;border:1px solid #cbd5e1;background:#f8fafc;border-radius:10px;padding:10px 12px}.product-note-box p{margin:6px 0 0;color:#334155}.split-panel+.split-panel{margin-top:14px}.split-panel{overflow-x:auto}.applications-table-wrap{display:flex;justify-content:flex-start}.dashboard-panel .applications-table{width:min(420px,100%);table-layout:fixed}.dashboard-panel .applications-table th:first-child,.dashboard-panel .applications-table td:first-child{width:20%}.dashboard-panel .applications-table th:nth-child(2),.dashboard-panel .applications-table td:nth-child(2){width:50%}.dashboard-panel .applications-table th:last-child,.dashboard-panel .applications-table td:last-child{width:30%;text-align:center}.step-tab-list{display:flex;width:100%;gap:16px;grid-column:1 / 4}.step-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:12px;row-gap:10px;margin-bottom:14px}.step-info-slot{grid-column:1 / 2}.submission-inline-slot{grid-column:2 / 3;display:flex;flex-direction:column;gap:6px}.inline-step-toggle{grid-column:3 / 4;justify-self:end;align-self:start}.step-tab-button{flex:1;height:54px;border-radius:12px;font-weight:700;border:1px solid transparent;display:flex;justify-content:space-between;align-items:center;padding:0 18px;font-size:20px}.step-tab-button:nth-child(2){margin:0 4px}.step-tab-button.enabled{background:#e0f2fe;border-color:#bae6fd;color:#0c4a6e;cursor:pointer}.step-tab-button.enabled.active{background:linear-gradient(90deg,var(--sky-500),#0ea5e9);color:#fff}.step-tab-button.disabled{background:#e5e7eb;color:#6b7280;cursor:pointer}.step-arrow{font-style:normal;font-size:28px;line-height:1;opacity:.7}.photo-link-list{display:flex;flex-wrap:wrap;gap:4px}.photo-thumb-button{width:44px;height:44px;border:1px solid #bae6fd;border-radius:8px;padding:0;overflow:hidden;background:#fff;cursor:pointer}.photo-thumb-image{width:100%;height:100%;object-fit:cover}.photo-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#020617b3;display:flex;align-items:center;justify-content:center;z-index:1000}.photo-modal-content{position:relative;width:min(90vw,980px);height:min(86vh,760px);background:#0f172a;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:16px 56px}.photo-modal-image{max-width:100%;max-height:100%;object-fit:contain}.photo-modal-close{position:absolute;top:10px;right:10px;border:none;border-radius:8px;background:#fff3;color:#fff;font-size:12px;font-weight:700;padding:6px 10px;cursor:pointer}.photo-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);border:none;width:36px;height:36px;border-radius:999px;background:#fff3;color:#fff;font-size:24px;cursor:pointer}.photo-modal-arrow.left{left:12px}.photo-modal-arrow.right{right:12px}.subsection-title{margin:0 0 10px;font-size:15px;color:#0c4a6e}.submission-table{min-width:820px;table-layout:fixed}.submission-table .col-id{width:8%}.submission-table .col-order{width:18%}.submission-table .col-buyer,.submission-table .col-recipient{width:14%}.submission-table .col-amount{width:12%}.submission-table .col-photo{width:24%}.submission-table .col-check{width:10%}.submission-table th,.submission-table td{white-space:normal;word-break:break-all}.admin-small-button{height:30px;padding:0 10px;border:none;border-radius:8px;background:#38bdf8;color:#fff;font-size:12px;font-weight:700;cursor:pointer}.submission-actions{display:inline-flex;align-items:center;gap:8px}.step-toggle-box{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#0f172a;background:#fff;border:1px solid #dbeafe;border-radius:10px;padding:8px 12px}.step-toggle-box input{accent-color:#0ea5e9}@media (max-width: 1080px){.submission-input-box{width:100%;max-width:100%;flex-wrap:wrap}.step-controls{display:block}.step-info-slot,.inline-step-toggle{margin-bottom:10px}.step-tab-list{gap:8px}.step-tab-button{height:46px;font-size:16px;padding:0 12px}}.blank-page{min-height:100vh;background:#f8fcff}.admin-page{min-height:100vh;display:grid;grid-template-columns:240px 1fr;gap:20px;padding:20px;background:linear-gradient(180deg,#f5fcff,#edf8ff)}.admin-page.is-sidebar-collapsed{grid-template-columns:72px 1fr}.admin-sidebar{position:sticky;top:20px;align-self:start;height:calc(100vh - 40px);display:flex;flex-direction:column;overflow-y:auto;background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:20px 14px;box-shadow:0 10px 24px #0e749012}.admin-sidebar.is-collapsed{padding:16px 10px}.admin-sidebar-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 6px 14px}.admin-sidebar h2{margin:0;font-size:14px;color:var(--text-subtle)}.sidebar-collapse-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #bae6fd;border-radius:10px;background:#f0f9ff;color:#0369a1;cursor:pointer;flex:0 0 auto}.sidebar-collapse-button:focus,.sidebar-menu-toggle:focus{outline:none;box-shadow:0 0 0 3px #38bdf82e}.admin-sidebar nav{display:flex;flex-direction:column;gap:8px}.sidebar-collapsed-hint{margin:4px 0 0;text-align:center;font-size:12px;font-weight:700;color:var(--text-subtle)}.sidebar-menu-item{display:flex;align-items:center;justify-content:space-between;border:1px solid transparent;background:transparent;border-radius:10px;min-height:40px;text-align:left;padding:0 12px;font-size:14px;font-weight:700;color:#0f172a;text-decoration:none;cursor:pointer}.sidebar-menu-item.active{background:#e0f2fe;border-color:#bae6fd;color:#0c4a6e}.sidebar-menu-group{display:flex;flex-direction:column;gap:6px}.sidebar-menu-toggle{width:100%;justify-content:space-between}.admin-sidebar.is-collapsed .sidebar-menu-toggle{justify-content:center;padding:0}.admin-sidebar.is-collapsed .login-message,.admin-sidebar.is-collapsed .login-error{display:none}.sidebar-submenu{display:flex;flex-direction:column;gap:6px;padding-left:14px}.sidebar-submenu-item{display:flex;align-items:center;min-height:34px;padding:0 12px;border-radius:10px;color:#334155;text-decoration:none;font-size:13px;font-weight:700}.sidebar-submenu-item.active{background:#f0f9ff;color:#0369a1}.sidebar-menu-caret{display:inline-flex;align-items:center;justify-content:center;min-width:18px;color:#64748b;transition:transform .18s ease}.sidebar-menu-caret.is-open{transform:rotate(180deg)}.admin-sidebar-footer{display:flex;gap:8px;margin-top:auto;padding-top:16px;border-top:1px solid #dbeafe;align-items:center;justify-content:space-between}.admin-sidebar.is-collapsed .admin-sidebar-footer{justify-content:center;flex-direction:column}.sidebar-footer-button{display:flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 12px;border:1px solid transparent;border-radius:10px;background:transparent;cursor:pointer;font-size:14px;font-weight:700;transition:all .2s ease}.admin-sidebar.is-collapsed .sidebar-footer-button{width:40px;padding:0}.sidebar-footer-button:focus{outline:none;box-shadow:0 0 0 3px #38bdf82e}.sidebar-settings-button{color:#0369a1;border-color:#bae6fd;background:#f0f9ff}.sidebar-settings-button:hover{background:#e0f2fe;border-color:#7dd3fc}.sidebar-logout-button{color:#dc2626;border-color:#fca5a5;background:#fef2f2}.sidebar-logout-button:hover{background:#fee2e2;border-color:#f87171}.sidebar-footer-icon{font-size:18px;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.sidebar-footer-label{white-space:nowrap;flex:0 1 auto}.admin-sidebar.is-collapsed .sidebar-footer-label{display:none}.admin-content{display:flex;flex-direction:column;min-width:0;min-height:0}.admin-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.admin-header-actions,.product-overview-toolbar-actions{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.admin-header h1{margin:0;font-size:36px}.admin-header p{margin:8px 0 0;color:var(--text-subtle)}.admin-scope-toggle{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:#0c4a6e}.admin-scope-toggle-label{line-height:1.4}.admin-scope-toggle-hint{margin:10px 0 0;font-size:13px;color:#0369a1}.dashboard-panel{background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:18px;box-shadow:0 10px 24px #0e749012}.dashboard-panel.no-panel{background:transparent;border:none;box-shadow:none;padding:0}.dashboard-panel table{width:100%;border-collapse:collapse}.dashboard-panel th,.dashboard-panel td{text-align:left;padding:12px 8px;border-bottom:1px solid #e2e8f0;font-size:14px}.dashboard-panel td[colspan]{text-align:center;color:var(--text-subtle)}.dashboard-panel th{color:#0369a1;font-weight:700}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f0f9ff}.detail-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.detail-summary-item{display:flex;flex-direction:column;gap:6px;padding:14px;border:1px solid #dbeafe;border-radius:12px;background:#f8fcff}.detail-summary-label{font-size:12px;font-weight:700;color:#0369a1}.required-indicator{color:#b91c1c}.detail-summary-item strong{font-size:15px;color:#0f172a;word-break:break-word}.table-scroll-wrap{overflow-x:clip}.review-receive-table{width:100%;table-layout:auto}.review-receive-table th{padding:10px 6px;font-size:13px;line-height:1.3;word-break:keep-all}.review-receive-table td{vertical-align:middle;padding:12px 6px;font-size:13px;word-break:keep-all;overflow-wrap:anywhere}.product-overview-table-wrap{overflow-x:auto}.product-overview-table-wrap.is-viewport-scroll{height:calc(100vh - 320px);min-height:420px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.product-overview-table{--product-overview-header-height: 42px;border:1px solid #dbeafe}.product-overview-table th,.product-overview-table td{min-width:136px;vertical-align:top;text-align:left;border-right:1px solid #dbeafe;border-bottom:1px solid #dbeafe}.product-overview-table th{white-space:nowrap;background:#f0f9ff;vertical-align:middle}.product-overview-table td{word-break:break-word;background:#fff;vertical-align:middle}.product-overview-table th:last-child,.product-overview-table td:last-child{border-right:none}.product-overview-table tbody tr:last-child td{border-bottom:none}.product-overview-table thead tr:first-child th{position:sticky;top:0;z-index:3;box-shadow:inset 0 -1px #dbeafe}.product-overview-filter-row th{position:sticky;top:var(--product-overview-header-height);z-index:2;box-shadow:inset 0 -1px #dbeafe}.product-overview-toolbar-panel,.product-overview-feedback-panel{margin-bottom:14px}.product-overview-feedback-panel .review-receive-bulk-message{margin:0}.product-overview-status-tab-list{margin-top:14px}.review-receive-product-list-panel{display:flex;flex-direction:column;max-height:calc(100vh - 132px);max-height:calc(100dvh - 132px);min-height:0}.review-receive-product-list-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.review-receive-product-list-scroll th{position:sticky;top:0;z-index:1;background:#fff}.review-receive-actions-column,.review-receive-actions-cell{width:64px;text-align:center}.review-receive-summary-column,.review-receive-summary-cell{min-width:150px;white-space:nowrap}.review-receive-summary-cell{color:var(--sky-700);font-weight:700}.review-receive-actions-cell{position:relative}.review-receive-row-actions{position:relative;display:inline-flex;justify-content:center}.review-receive-kebab-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid transparent;border-radius:10px;background:transparent;color:#0369a1;font-size:22px;line-height:1;cursor:pointer}.review-receive-kebab-button:hover,.review-receive-kebab-button:focus{border-color:#bae6fd;background:#f0f9ff;outline:none}.review-receive-kebab-button:disabled{color:#94a3b8;cursor:not-allowed}.review-receive-row-action-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:5;display:flex;min-width:120px;flex-direction:column;gap:4px;border:1px solid #bae6fd;border-radius:12px;padding:6px;background:#fff;box-shadow:0 14px 32px #0e749029}.review-receive-row-action-menu button{border:0;border-radius:9px;padding:9px 10px;background:transparent;color:#0f172a;text-align:left;font-size:13px;font-weight:700;cursor:pointer}.review-receive-row-action-menu button:hover,.review-receive-row-action-menu button:focus{background:#f0f9ff;outline:none}.review-receive-row-action-menu button.is-danger{color:#be123c}.review-receive-row-action-menu button.is-danger:hover,.review-receive-row-action-menu button.is-danger:focus{background:#fff1f2}.app-toast{position:fixed;top:50%;left:50%;z-index:40;max-width:min(360px,calc(100vw - 32px));border:1px solid #bae6fd;border-radius:14px;padding:13px 16px;background:#f0f9ff;box-shadow:0 18px 42px #0e749033;color:#075985;font-size:14px;font-weight:800;animation:app-toast-lifecycle 2s ease forwards}.app-toast.is-error{border-color:#fecdd3;background:#fff1f2;color:#be123c;box-shadow:0 18px 42px #be123c29}.app-toast.is-info{border-color:#cbd5f5;background:#eef2ff;color:#1e3a8a}@keyframes app-toast-lifecycle{0%{opacity:0;transform:translate(-50%,calc(-50% + 10px))}12%,82%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,calc(-50% + 8px))}}.product-overview-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:12px}.review-receive-toolbar-actions.product-overview-reset-actions{flex:0 0 auto;flex-direction:row;align-items:center;gap:10px;margin-left:auto;width:auto}.product-overview-delete-selected-button{height:42px;min-width:132px;border-radius:10px;padding:0 14px;font-size:13px}.product-overview-delete-selected-button:disabled{border-color:#cbd5e1;background:#e5e7eb;color:#94a3b8;cursor:not-allowed}.product-overview-delete-selected-button:not(:disabled){border-color:#fecaca;background:#fee2e2;color:#b91c1c}.product-overview-export-button{min-width:132px}.product-overview-section-toolbar{justify-content:flex-start}.product-overview-section-toolbar .review-receive-toolbar-actions{flex:0 0 auto}.product-overview-empty-actions{display:flex;justify-content:flex-end;margin-top:14px}.product-overview-filter-row th{padding-top:4px;padding-bottom:10px;background:#f8fbff;overflow:visible}.product-overview-filter-input{min-width:116px;height:34px;padding:6px 8px;font-size:12px}.product-overview-filter-dropdown{position:relative}.product-overview-filter-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;border-color:#93c5fd;background:linear-gradient(180deg,#fff,#f0f9ff);color:#075985;font-weight:700;padding-right:10px;box-shadow:inset 0 1px #ffffffb3}.product-overview-filter-trigger:hover,.product-overview-filter-trigger.is-open{border-color:#38bdf8;background:linear-gradient(180deg,#fff,#e0f2fe)}.product-overview-filter-trigger:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf829,inset 0 1px #ffffffbf}.product-overview-filter-trigger-arrow{color:#0369a1;font-size:11px;line-height:1;transition:transform .12s ease}.product-overview-filter-trigger.is-open .product-overview-filter-trigger-arrow{transform:rotate(180deg)}.product-overview-filter-menu{position:absolute;top:calc(100% + 6px);left:0;z-index:8;width:100%;min-width:124px;padding:6px;border:1px solid #bae6fd;border-radius:12px;background:#fffffffa;box-shadow:0 18px 36px #0e749029;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:normal}.product-overview-filter-option{display:block;width:100%;border:none;border-radius:9px;background:transparent;color:#0f172a;text-align:left;font-size:12px;font-weight:600;padding:9px 10px;cursor:pointer;transition:background .12s ease,color .12s ease}.product-overview-filter-option:hover{background:#eff6ff;color:#075985}.product-overview-filter-option.is-selected{background:linear-gradient(90deg,#60a5fa,#3b82f6);color:#fff}.product-overview-selection-column{width:20px;min-width:20px;text-align:center}.product-overview-selection-control{display:inline-flex;align-items:center;justify-content:center}.product-overview-photo-cell{text-align:center}.product-overview-photo-cell .photo-link-list{justify-content:center}.product-overview-table .review-receive-row.is-selected td{background:#e0f2fe}.product-overview-table .review-receive-row.is-selected:hover td{background:#bae6fd}.review-receive-table .review-col-index{width:3%}.review-receive-table .review-col-assign{width:4%}.review-receive-table .review-col-order{width:5.5%}.review-receive-table .review-col-name{width:4%}.review-receive-table .review-col-purchase-account{width:8%}.review-receive-table .review-col-contact{width:5.5%}.review-receive-table .review-col-address{width:15.5%}.review-receive-table .review-col-account{width:13%}.review-receive-table .review-col-amount{width:4.5%}.review-receive-table .review-col-photo{width:6%}.review-receive-table .review-col-planned-depositor{width:6.5%}.review-receive-table .review-col-check{width:1%}.review-receive-table .review-col-date{width:8%}.review-receive-table .review-col-actual-depositor{width:8.5%}.review-receive-table .review-col-actions{width:132px}.review-receive-table:not(.product-overview-table) th:nth-child(13),.review-receive-table:not(.product-overview-table) th:nth-child(14),.review-receive-table:not(.product-overview-table) td:nth-child(13),.review-receive-table:not(.product-overview-table) td:nth-child(14){text-align:center;white-space:nowrap;width:1%;padding-left:2px;padding-right:2px}.review-receive-table-purchase th:last-child,.review-receive-table-purchase td:last-child{width:132px;min-width:132px;padding-left:6px;padding-right:6px;text-align:center;white-space:nowrap}.review-receive-table:not(.product-overview-table) th:nth-child(10),.review-receive-table:not(.product-overview-table) td:nth-child(10){text-align:right}.review-receive-row.is-new{background:#f0f9ff}.review-receive-row.is-dirty{background:#f8fdff}.review-receive-inline-fill-row td{background:#e0f2fe73;padding:0 10px 12px}.review-receive-inline-fill-box{border:1px dashed #bae6fd;border-radius:12px;background:#f8fdff;padding:12px}.review-receive-inline-fill-label{display:block;margin-bottom:8px;font-size:12px;font-weight:700;color:#0369a1}.review-receive-inline-fill-input{width:100%;border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:10px 12px;font-size:13px;color:#0f172a}.review-receive-inline-fill-input:focus{outline:none;border-color:var(--sky-500);box-shadow:0 0 0 3px #38bdf82e}.review-receive-row-purchase-info-controls{display:flex;align-items:center;gap:10px}.review-receive-row-purchase-info-controls .admin-small-button{min-width:60px}.review-receive-add-row td{padding:14px 10px 6px;background:#fff;text-align:center}.review-receive-add-row-button{width:38px;height:38px;border:1px solid #7dd3fc;border-radius:999px;background:linear-gradient(180deg,#f0f9ff,#e0f2fe);color:#0369a1;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 10px 24px #38bdf824}.review-receive-add-row-button:focus{outline:none;box-shadow:0 10px 24px #38bdf824,0 0 0 3px #38bdf82e}.table-cell-input{width:100%;min-width:0;max-width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:7px 8px;font-size:12px;color:#0f172a;box-sizing:border-box}.table-cell-input-number{min-width:0}.table-cell-actions{display:inline-flex;flex-direction:row;align-items:center;gap:4px;flex-wrap:nowrap;justify-content:center;margin:0 auto}.table-cell-actions button{white-space:nowrap;padding-left:0;padding-right:0}.review-receive-table .admin-small-button,.review-receive-table .admin-danger-button{width:60px;min-width:60px}.review-receive-table .pretty-checkbox{width:20px;height:20px}.review-receive-table .photo-link-list{justify-content:center}.review-receive-table .photo-thumb-button{width:38px;height:38px}.review-row-index{color:#64748b;text-align:center;white-space:nowrap}.review-receive-section{margin-top:18px}.review-receive-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px}.review-receive-section-header h2{margin:0;font-size:22px}.review-receive-section-header p{margin:6px 0 0;color:var(--text-subtle)}.review-receive-section-toolbar{display:flex;align-items:flex-start;gap:16px;justify-content:flex-end;margin-bottom:14px}.review-receive-toolbar-actions{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px}.review-receive-bulk-fields{display:flex;flex-direction:column;gap:8px}.review-receive-bulk-assign-input,.review-receive-search-input{border:1px solid #cbd5e1;border-radius:10px;background:#fff;padding:10px 12px;font-size:13px;color:#0f172a}.review-receive-bulk-assign-input{width:min(220px,100%)}.review-receive-search-input{width:min(320px,100%)}.review-receive-bulk-textarea{width:100%;min-height:120px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;padding:12px;font-size:13px;line-height:1.5;color:#0f172a;resize:vertical}.review-receive-bulk-message{margin:0;font-size:12px;line-height:1.5}.review-receive-bulk-message.is-info{color:#0369a1}.review-receive-bulk-message.is-success{color:#0f766e}.review-receive-bulk-message.is-error{color:#b91c1c}.review-receive-bulk-assign-input:focus,.review-receive-search-input:focus{outline:none;border-color:var(--sky-500);box-shadow:0 0 0 3px #38bdf82e}.review-receive-bulk-textarea:focus{outline:none;border-color:var(--sky-500);box-shadow:0 0 0 3px #38bdf82e}.review-receive-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8f;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1100}.review-receive-modal{width:min(980px,100%);max-height:min(88vh,920px);overflow:auto;background:#fff;border:1px solid #dbeafe;border-radius:20px;box-shadow:0 24px 60px #0f172a2e;padding:24px}.review-receive-modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.review-receive-modal-header h2{margin:0;font-size:24px}.review-receive-modal-header p{margin:6px 0 0;color:var(--text-subtle)}.review-receive-modal-close{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font-size:12px;font-weight:700;padding:8px 12px;cursor:pointer}.review-receive-modal-body{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px}.review-receive-modal-body-single{grid-template-columns:1fr}.product-overview-export-modal{width:min(760px,100%)}.product-overview-export-column-panel{border:1px solid #dbeafe;border-radius:16px;background:#f8fdff;padding:16px}.product-overview-export-select-all{justify-content:flex-start;gap:10px;width:100%;border-bottom:1px solid #dbeafe;padding-bottom:14px;color:#075985;font-size:14px;font-weight:800}.product-overview-export-column-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.product-overview-export-column-option{justify-content:flex-start;gap:10px;min-height:42px;border:1px solid #dbeafe;border-radius:10px;background:#fff;padding:10px;color:#0f172a;font-size:13px;font-weight:700}.product-overview-export-column-option span:last-child,.product-overview-export-select-all span:last-child{overflow-wrap:anywhere}.review-receive-create-product-modal{width:min(760px,100%)}.review-receive-create-product-grid .is-full-width{grid-column:1 / -1}.review-receive-create-product-field{gap:8px}.review-receive-create-product-field .table-cell-input{min-height:40px;font-size:14px;border-radius:10px;padding:10px 12px}.review-receive-create-product-textarea{min-height:120px;font-size:14px}.review-receive-create-product-message{margin-top:14px}.review-receive-review-batch-fields{display:flex;flex-direction:column;gap:18px}.review-fee-batch-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.review-fee-batch-field{display:flex;flex-direction:column;gap:6px}.review-fee-batch-field span{font-size:13px;font-weight:700;color:#0c4a6e}.review-fee-batch-field input{width:100%;height:42px;border:1px solid #cbd5e1;border-radius:10px;padding:0 12px;font-size:14px;background:#fff}.review-fee-batch-hint{margin:14px 0 0;font-size:13px;color:#475569}.review-fee-batch-message{margin:10px 0 0;font-size:13px;color:#b91c1c}.review-receive-review-batch-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.review-receive-review-batch-grid .detail-summary-item{gap:8px}.review-receive-review-list-panel,.review-receive-preview-panel{border:1px solid #dbeafe;border-radius:16px;background:#f8fdff;padding:16px}.review-receive-preview-header h3{margin:0;font-size:18px}.review-receive-preview-header p{margin:6px 0 0;font-size:13px;color:var(--text-subtle)}.review-receive-preview-list{margin-top:14px;display:flex;flex-direction:column;gap:10px}.review-receive-preview-item{border:1px solid #dbeafe;border-radius:12px;background:#fff;padding:12px}.review-receive-preview-item-title{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:12px;color:#0369a1}.review-receive-preview-item p{margin:4px 0 0;font-size:13px;color:#0f172a;overflow-wrap:anywhere}.review-receive-preview-empty{margin-top:14px;border:1px dashed #cbd5e1;border-radius:12px;background:#fff;padding:16px}.review-receive-preview-empty p{margin:0;font-size:13px;color:var(--text-subtle)}.review-receive-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.review-receive-dialog-backdrop{z-index:1200}.review-receive-dialog{width:min(560px,100%);max-height:none;padding:0;overflow:hidden}.review-receive-dialog-content{padding:28px;background:radial-gradient(circle at top right,rgba(56,189,248,.16),transparent 36%),linear-gradient(180deg,#f8fdff,#fff)}.review-receive-dialog-badge{display:inline-flex;align-items:center;border-radius:999px;background:#e0f2fe;color:#0369a1;font-size:12px;font-weight:700;padding:7px 12px}.review-receive-dialog-content h2{margin:14px 0 0;font-size:24px}.review-receive-dialog-content p{margin:10px 0 0;font-size:14px;line-height:1.6;color:var(--text-subtle)}.review-receive-dialog-actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px;margin-top:24px}@media (max-width: 1080px){.admin-page,.admin-page.is-sidebar-collapsed{grid-template-columns:1fr}.admin-sidebar{position:static;max-height:none}.admin-header{flex-direction:column;align-items:flex-start}.admin-header-actions,.product-overview-toolbar-actions{width:100%;align-items:flex-start}.detail-summary-grid{grid-template-columns:1fr}.review-receive-section-header{flex-direction:column;align-items:flex-start}.review-receive-section-toolbar{flex-direction:column;justify-content:stretch;align-items:stretch}.product-overview-toolbar{flex-direction:column;align-items:stretch}.product-overview-table-wrap.is-viewport-scroll{height:calc(100vh - 280px);min-height:360px}.review-receive-product-list-panel{max-height:none}.review-receive-product-list-scroll{max-height:calc(100vh - 260px);max-height:calc(100dvh - 260px)}.review-receive-toolbar-actions.product-overview-reset-actions{flex-direction:row;align-items:center;margin-left:0;width:auto}.review-receive-toolbar-actions{width:100%}.review-fee-batch-form{grid-template-columns:1fr}.review-receive-modal,.review-receive-dialog{width:100%}.review-receive-modal-body,.product-overview-export-column-grid,.review-receive-review-batch-grid{grid-template-columns:1fr}.review-receive-bulk-assign-input,.review-receive-search-input{width:100%}.review-receive-preview-item-title{flex-direction:column;align-items:flex-start}.review-receive-row-purchase-info-controls{flex-direction:column;align-items:stretch}.review-receive-dialog-actions{justify-content:stretch}}.admin-setting-page{display:flex;justify-content:center;align-items:flex-start;min-height:100%;padding:40px 20px}.admin-setting-container{width:100%;max-width:500px;background:#fff;border:1px solid #dbeafe;border-radius:14px;padding:32px 28px;box-shadow:0 10px 24px #0e749012}.admin-setting-container h1{margin:0 0 28px;font-size:28px;color:#0c4a6e}.admin-setting-section{margin-bottom:28px}.admin-setting-section h2{margin:0 0 18px;font-size:16px;color:#334155;font-weight:700}.admin-setting-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px}.admin-setting-section-header h2{margin:0}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.form-group label{font-size:14px;font-weight:700;color:#334155}.form-input{padding:10px 14px;border:1px solid #dbeafe;border-radius:10px;font-size:14px;background:#f8fcff;color:#0f172a;font-family:inherit}.form-input:focus{outline:none;border-color:#7dd3fc;box-shadow:0 0 0 3px #38bdf82e}.form-input:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.admin-password-change-button{height:36px;padding:0 14px;white-space:nowrap}.admin-password-change-panel{padding:16px;border:1px solid #dbeafe;border-radius:12px;background:#f8fcff}.password-input-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:8px;align-items:center}.password-form-input{width:100%}.password-visibility-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid #bae6fd;border-radius:10px;color:#0369a1;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.password-visibility-button:hover:not(:disabled),.password-visibility-button.is-active{border-color:#38bdf8;background:#e0f4ff}.password-visibility-button:focus-visible{outline:none;box-shadow:0 0 0 3px #38bdf82e}.password-visibility-button:disabled{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed}.admin-setting-muted{margin:0;font-size:13px;color:#64748b}.admin-password-cancel-button{padding:0}.admin-setting-error{padding:12px 14px;margin-bottom:16px;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;color:#991b1b;font-size:13px;font-weight:600}.admin-setting-success{padding:12px 14px;margin-bottom:16px;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;color:#166534;font-size:13px;font-weight:600}.admin-setting-buttons{display:flex;gap:12px;margin-top:28px}.admin-setting-save-button,.admin-setting-cancel-button{flex:1;height:44px;padding:0;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease}.admin-setting-save-button{background:#0369a1;color:#fff;border-color:#0369a1}.admin-setting-save-button:hover:not(:disabled){background:#0284c7;border-color:#0284c7}.admin-setting-save-button:focus:not(:disabled){outline:none;box-shadow:0 0 0 3px #38bdf82e}.admin-setting-save-button:disabled{opacity:.6;cursor:not-allowed}.admin-setting-cancel-button{background:transparent;color:#334155;border-color:#cbd5e1}.admin-setting-cancel-button:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.admin-setting-cancel-button:focus:not(:disabled){outline:none;box-shadow:0 0 0 3px #38bdf82e}.admin-setting-cancel-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.admin-setting-container{padding:24px 20px}.admin-setting-container h1{font-size:24px;margin-bottom:24px}.form-group{margin-bottom:16px}.admin-setting-section-header{align-items:stretch;flex-direction:column}.admin-password-change-button{width:100%}.admin-setting-buttons{flex-direction:column}}.login-layout{min-height:100vh;display:grid;grid-template-columns:2fr 1fr}.login-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#0ea5e9,#38bdf8 42%,#7dd3fc)}.hero-content{position:relative;z-index:2;padding:72px;color:#fff}.hero-content h1{margin:0;font-size:48px;line-height:1.1}.hero-content p{margin-top:14px;font-size:18px;opacity:.92}.bubble-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.water-bubble{position:absolute;border-radius:999px;background:radial-gradient(circle at 32% 28%,#ffffffe6,#ffffff40 58%,#7dd3fc40);border:1px solid rgba(255,255,255,.45);box-shadow:inset 0 4px 12px #ffffff59,0 12px 20px #07598538;transition:transform .12s linear;animation:bubbleFloat 7s ease-in-out infinite}.water-bubble:nth-child(2n){animation-duration:8.2s}.water-bubble:nth-child(3n){animation-duration:6.1s}.gradient-orb{position:absolute;border-radius:999px;filter:blur(2px);opacity:.55;animation:float 10s ease-in-out infinite}.orb-a{width:420px;height:420px;background:radial-gradient(circle at 30% 30%,#dbeafe 0%,transparent 65%);top:-80px;left:-80px}.orb-b{width:360px;height:360px;background:radial-gradient(circle at 40% 40%,#bfdbfe 0%,transparent 68%);right:-70px;top:25%;animation-delay:1.4s}.orb-c{width:300px;height:300px;background:radial-gradient(circle at 50% 50%,#e0f2fe 0%,transparent 70%);left:24%;bottom:-110px;animation-delay:2.2s}@keyframes float{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-14px) scale(1.04)}to{transform:translateY(0) scale(1)}}@keyframes bubbleFloat{0%{margin-top:0}50%{margin-top:-12px}to{margin-top:0}}.login-panel{display:flex;align-items:center;justify-content:center;padding:28px;background:var(--panel-bg)}.login-card{width:100%;max-width:360px;background:#fff;border:1px solid #dbeafe;border-radius:16px;padding:28px;box-shadow:0 16px 35px #0e74901f}.login-card h2{margin:0;font-size:26px}.login-card p{margin-top:8px;margin-bottom:20px;color:var(--text-subtle);font-size:14px}.login-card label{display:block;margin-bottom:8px;font-weight:600;font-size:14px}.login-card input{width:100%;height:44px;border:1px solid #cbd5e1;border-radius:10px;padding:0 12px;font-size:14px;margin-bottom:14px}.login-card input:focus{outline:none;border-color:var(--sky-500);box-shadow:0 0 0 3px #38bdf838}.login-card button{width:100%;height:44px;border:none;border-radius:10px;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(90deg,var(--sky-500),#0ea5e9);cursor:pointer}.login-card button:hover{filter:brightness(.97)}@media (max-width: 1080px){.login-layout{grid-template-columns:1fr}.login-hero{min-height:260px}.hero-content{padding:36px 28px}.hero-content h1{font-size:36px}}.public-review-page{min-height:100vh;padding:32px 20px 48px;background:radial-gradient(circle at top left,rgba(125,211,252,.32),transparent 28%),linear-gradient(180deg,#f5fcff,#edf8ff 52%,#f8fdff)}.public-review-shell{width:min(1280px,100%);margin:0 auto;display:flex;flex-direction:column;gap:20px}.public-review-header{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.public-review-header-actions{display:inline-flex;gap:10px;flex-wrap:wrap}.public-review-header h1{margin:6px 0 0;font-size:40px;line-height:1.1}.public-review-eyebrow{margin:0;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0284c7}.public-review-description{margin:10px 0 0;max-width:700px;color:var(--text-subtle)}.public-review-lookup-panel{display:flex;flex-direction:column;gap:16px}.public-review-product-heading{display:flex;justify-content:space-between;align-items:end;gap:16px}.public-review-product-heading strong{display:block;margin-top:8px;font-size:20px}.public-review-product-heading p{margin:0;max-width:420px;color:var(--text-subtle);text-align:right}.public-review-lookup-form{display:flex;gap:12px;align-items:end}.public-review-field{display:flex;flex:1;flex-direction:column;gap:8px;font-size:14px;font-weight:700}.public-review-input-combo{display:flex;align-items:stretch;min-height:48px;border:1px solid #bae6fd;border-radius:14px;background:#f8fcff;overflow:hidden}.public-review-input-combo:focus-within{outline:2px solid rgba(56,189,248,.3);outline-offset:1px;border-color:#38bdf8}.public-review-lookup-type-select{min-width:120px;border:0;border-right:1px solid #bae6fd;padding:0 16px;background:linear-gradient(180deg,#f0f9ff,#e0f2fe);color:#0369a1;font-size:14px;font-weight:800;cursor:pointer}.public-review-lookup-type-select:focus{outline:none}.public-review-input{width:100%;height:48px;border:1px solid #bae6fd;border-radius:14px;padding:0 16px;font-size:16px;background:#f8fcff}.public-review-input:focus{outline:2px solid rgba(56,189,248,.3);outline-offset:1px;border-color:#38bdf8}.public-review-input-combo-field{border:0;border-radius:0;background:transparent}.public-review-input-combo-field:focus{outline:none;border-color:transparent}.public-review-active-name{margin:0;color:#075985;font-size:14px;font-weight:700}.public-review-section-stack{display:flex;flex-direction:column;gap:20px}.public-review-access-note{display:flex;align-items:center;gap:12px;color:var(--text-subtle)}.public-review-access-note p{margin:0}.public-review-empty-state{text-align:center}.public-review-empty-state h2{margin:0 0 8px;font-size:22px}.public-review-empty-state p{margin:0;color:var(--text-subtle)}.public-review-section .review-receive-section-header{margin-bottom:16px}.public-review-section .table-scroll-wrap{overflow-x:auto}.public-review-mobile-list{display:none}.public-review-table th,.public-review-table td{word-break:keep-all}.public-review-table-purchase{table-layout:fixed}.public-review-col-assign{width:4.5%}.public-review-col-actions{width:7%}.public-review-table-purchase th:last-child,.public-review-table-purchase td:last-child{width:7%;min-width:7%;max-width:84px;text-align:center;white-space:nowrap;padding-left:0;padding-right:0}.public-review-photo-list{justify-content:flex-start}.public-photo-action-cell{display:flex;flex-direction:column;align-items:center;gap:6px}.public-photo-action-column{width:7%;padding-left:0;padding-right:0;white-space:nowrap}.public-photo-action-button{min-width:76px;width:76px;height:auto;min-height:30px;padding:6px 4px;line-height:1.15;white-space:nowrap}.public-photo-action-hint{font-size:11px;font-weight:700;color:#0284c7}.public-photo-modal{max-width:min(960px,calc(100vw - 32px))}.public-photo-modal-body{display:flex;flex-direction:column;gap:18px}.public-photo-modal-note{border:1px solid #bae6fd;border-radius:14px;padding:14px 16px;background:#f0f9ff}.public-photo-modal-note.is-locked{border-color:#fecaca;background:#fff1f2}.public-photo-modal-note strong,.public-photo-modal-note p{display:block;margin:0}.public-photo-modal-note p{margin-top:6px;color:var(--text-subtle)}.public-photo-upload-controls{display:flex;justify-content:space-between;align-items:center;gap:16px}.public-photo-upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:12px;background:linear-gradient(90deg,#38bdf8,#0ea5e9);color:#fff;font-size:14px;font-weight:700;cursor:pointer}.public-photo-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.public-photo-upload-button.is-disabled{background:#cbd5e1;cursor:not-allowed}.public-photo-upload-button.is-disabled input{cursor:not-allowed}.public-photo-upload-summary{color:var(--text-subtle);font-size:13px;font-weight:700}.public-photo-dropzone{display:none}.public-photo-modal-section{display:flex;flex-direction:column;gap:12px}.public-photo-modal-section-header h3,.public-photo-modal-section-header p{margin:0}.public-photo-modal-section-header p{margin-top:4px;color:var(--text-subtle)}.public-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}.public-photo-card,.public-photo-empty-card{display:flex;flex-direction:column;gap:10px;border:1px solid #dbeafe;border-radius:14px;padding:12px;background:#fff}.public-photo-card.is-removed{opacity:.7;border-color:#fecaca;background:#fff1f2}.public-photo-card.is-new{border-color:#bae6fd;background:#f8fcff}.public-photo-card-image{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:10px;background:#e2e8f0}.public-photo-card-body{display:flex;flex-direction:column;gap:4px}.public-photo-card-body strong,.public-photo-card-body p,.public-photo-empty-card p{margin:0}.public-photo-card-body p,.public-photo-empty-card p{color:var(--text-subtle);font-size:13px}@media (min-width: 769px) and (pointer: fine){.public-photo-dropzone{display:block;border:2px dashed #7dd3fc;border-radius:18px;padding:18px 20px;background:linear-gradient(180deg,#f0f9fff5,#f8fcfff5);text-align:center;transition:border-color .16s ease,background-color .16s ease,transform .16s ease,box-shadow .16s ease}.public-photo-dropzone strong,.public-photo-dropzone p{margin:0;display:block}.public-photo-dropzone strong{color:#0369a1;font-size:15px}.public-photo-dropzone p{margin-top:6px;color:var(--text-subtle);font-size:13px}.public-photo-dropzone.is-active{border-color:#0ea5e9;background:linear-gradient(180deg,#e0f2fefa,#f0f9fffa);box-shadow:0 14px 28px #0ea5e924;transform:translateY(-1px)}.public-photo-dropzone.is-disabled{border-color:#cbd5e1;background:#f8fafc}.public-photo-dropzone.is-disabled strong,.public-photo-dropzone.is-disabled p{color:#94a3b8}}@media (max-width: 960px){.public-review-header,.public-review-product-heading,.public-review-lookup-form,.public-review-access-note{flex-direction:column;align-items:stretch}.public-review-product-heading p{max-width:none;text-align:left}.public-review-header h1{font-size:32px}.public-photo-upload-controls{flex-direction:column;align-items:stretch}}@media (max-width: 768px){.public-review-page{padding:24px 14px 40px}.public-review-shell{gap:16px}.public-review-header h1{font-size:28px}.public-review-input{font-size:16px}.public-review-lookup-type-select{min-width:110px;padding:0 14px}.public-review-section{padding:20px 16px}.public-review-section .review-receive-section-header{margin-bottom:14px}.public-review-section .table-scroll-wrap{display:none}.public-review-mobile-list{display:flex;flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:6px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.public-review-mobile-empty{flex:0 0 100%;border:1px dashed #bae6fd;border-radius:16px;padding:18px 16px;background:#f8fcff;color:var(--text-subtle);text-align:center;font-weight:700}.public-review-mobile-card{flex:0 0 min(88%,360px);display:flex;flex-direction:column;gap:10px;border:1px solid #dbeafe;border-radius:18px;padding:14px;background:linear-gradient(180deg,#fff,#f8fcff);box-shadow:0 10px 24px #0e749014;scroll-snap-align:start}.public-review-mobile-card-header{display:flex;flex-direction:column;gap:8px}.public-review-mobile-card-eyebrow{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0284c7}.public-review-mobile-card-header h3{margin:4px 0 0;font-size:18px;line-height:1.2;color:#0f172a;word-break:keep-all}.public-review-mobile-card-badge{display:inline-flex;align-self:flex-start;padding:6px 10px;border-radius:999px;background:#e0f2fe;color:#075985;font-size:11px;font-weight:800}.public-review-mobile-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.public-review-mobile-meta-item{display:grid;grid-template-columns:56px minmax(0,1fr);align-items:start;column-gap:8px;min-width:0;border:1px solid #e0f2fe;border-radius:14px;padding:10px 11px;background:#fff}.public-review-mobile-meta-item span,.public-review-mobile-block-label{font-size:11px;font-weight:800;letter-spacing:.04em;color:#0369a1}.public-review-mobile-meta-item strong{color:#0f172a;font-size:13px;line-height:1.35;word-break:break-word;overflow-wrap:anywhere}.public-review-mobile-photo-block{display:flex;flex-direction:column;gap:8px;padding-top:0}.public-review-mobile-photo-block .public-review-photo-list{gap:6px}.public-review-mobile-action-row{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap;padding-top:0}.public-review-mobile-action-row .public-photo-action-button{width:auto;min-width:108px;min-height:32px;padding-left:12px;padding-right:12px}.public-review-mobile-action-row .public-photo-action-hint{font-size:10px}}@media (max-width: 520px){.public-review-mobile-card{flex-basis:92%}}
