:root{--primary:#2563eb;--primary-hover:#1d4ed8;--bg-main:#f8fafc;--bg-card:#fff;--border:#e2e8f0;--text-main:#1e293b;--text-muted:#64748b;--success:#10b981;--error:#ef4444;--warning:#f59e0b}body{background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,sans-serif}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.min-h-screen{min-height:100vh}.bg-slate-50{background-color:#f8fafc}.bg-white{background-color:#fff}.border-r{border-right:1px solid #e2e8f0}.border-slate-200{border-color:#e2e8f0}.fixed{position:fixed}.h-full{height:100%}.z-10{z-index:10}.p-6{padding:1.5rem}.p-8{padding:2rem}.mb-8{margin-bottom:2rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.text-xl{font-size:1.25rem}.text-slate-800{color:#1e293b}.text-slate-600{color:#475569}.text-slate-500{color:#64748b}.text-blue-600{color:#2563eb}.bg-blue-600{background-color:#2563eb}.text-white{color:#fff}.ml-auto{margin-left:auto}.ml-64{margin-left:16rem}.w-64{width:16rem}.flex-1{flex:1}.max-w-6xl{max-w:72rem}.mx-auto{margin-left:auto;margin-right:auto}.transition-all{transition-property:all}.duration-200{transition-duration:.2s}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a}.shadow-blue-200{box-shadow:0 10px 15px -3px #2563eb33}.hover\:bg-slate-100:hover{background-color:#f1f5f9}.mt-auto{margin-top:auto}.border-t{border-top:1px solid #e2e8f0}.border-slate-100{border-color:#f1f5f9}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gap-6{gap:1.5rem}.card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.badge{border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.badge-success{color:#065f46;background:#d1fae5}.badge-error{color:#991b1b;background:#fee2e2}.badge-warning{color:#92400e;background:#fef3c7}.badge-info{color:#075985;background:#e0f2fe}button.primary{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:background .2s}button.primary:hover{background:var(--primary-hover)}table{border-collapse:collapse;width:100%}th{text-align:left;color:#64748b;border-bottom:2px solid #f1f5f9;padding:1rem;font-size:.875rem;font-weight:600}td{border-bottom:1px solid #f1f5f9;padding:1rem;font-size:.875rem}.btn-secondary{justify-content:center;align-items:center;height:32px;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.sidebar{background:#fff;border-right:1px solid #e2e8f0;box-shadow:2px 0 10px #0f172a0a}.sidebar-logo-wrap{background:linear-gradient(#fff,#f8fafc)}.sidebar-logo-mark{box-shadow:0 4px 12px #2563eb38}.sidebar-new-btn{color:#fff;background:linear-gradient(#2563eb,#1d4ed8);border-radius:12px;justify-content:center;align-items:center;gap:6px;height:36px;margin:12px;font-size:13px;font-weight:800;text-decoration:none;display:flex;box-shadow:0 4px 10px #2563eb38}.sidebar-new-btn:hover{filter:brightness(1.03)}.sidebar-nav-item{color:#334155;border-radius:10px;align-items:center;gap:8px;height:34px;margin:3px 8px;padding:0 12px;font-size:13px;font-weight:700;text-decoration:none;transition:background-color .15s,color .15s;display:flex}.sidebar-nav-item:hover{color:#1d4ed8;background:#eff6ff}.sidebar-nav-item.active{color:#1d4ed8;background:#dbeafe}.unit-field{grid-template-columns:minmax(80px,130px) auto;align-items:center;column-gap:6px;width:max-content;max-width:min(180px,100%);display:inline-grid}.unit-field input,.unit-field select{width:100%;min-width:0}.unit-label{white-space:nowrap;color:#475569;font-size:12px}.unit-field.money-field{grid-template-columns:minmax(100px,120px) auto;max-width:190px}.unit-field.yen-field{grid-template-columns:minmax(110px,130px) auto;max-width:190px}.unit-field.month-field{grid-template-columns:minmax(72px,88px) auto;max-width:140px}.unit-field.area-field{grid-template-columns:minmax(90px,110px) auto;max-width:150px}.unit-field.parking-field{grid-template-columns:minmax(110px,130px) auto;max-width:190px}.unit-field.parking-field:has(input:placeholder-shown) .unit-label--parking-suffix{opacity:.38;color:#94a3b8}.unit-field.minute-field{grid-template-columns:minmax(56px,72px) auto;max-width:120px}.floor-stage-select-wrap{width:100%;max-width:10rem;display:inline-block}.floor-stage-select-wrap select{box-sizing:border-box;width:100%;min-width:0}.basic-info-grid{grid-template-columns:170px 150px 190px 170px 170px;align-items:end;gap:10px 12px;width:fit-content;max-width:100%;display:grid}@media (width<=1100px){.basic-info-grid{grid-template-columns:repeat(2,minmax(0,1fr));width:auto}}@media (width<=520px){.basic-info-grid{grid-template-columns:1fr}}.property-detail-page{gap:14px;display:grid;overflow:visible}.property-detail-header{background:#f8fafcf2;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:8px 4px;display:flex}.property-detail-header h1{color:#0f172a;margin:0;font-size:22px;font-weight:800}.property-detail-header .actions{gap:8px;display:flex}.property-detail-header.property-edit-header{box-sizing:border-box;border-bottom:none}.btn-save:disabled,.btn-publish:disabled,.btn-cancel:disabled{opacity:.55;cursor:not-allowed}.publication-settings-card h3{color:#0f172a;margin:0 0 8px;font-size:16px;font-weight:800}.publication-settings-hint{color:#64748b;margin:0 0 14px;font-size:13px;line-height:1.55}.publication-settings-queue-link{color:#2563eb;margin:0 4px;font-weight:700;text-decoration:underline}.publication-checkboxes{flex-direction:column;gap:10px;margin-bottom:14px;display:flex}.publication-row{color:#334155;cursor:pointer;align-items:center;gap:10px;font-weight:600;display:flex}.publication-row input{accent-color:#2563eb;width:16px;height:16px}.publication-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.publication-settings-note{color:#64748b;margin:10px 0 0;font-size:12px}.btn-edit,.btn-save,.btn-cancel{border:1px solid #0000;border-radius:10px;height:34px;padding:0 14px;font-weight:700}.btn-edit{color:#fff;background:#2563eb}.btn-save{color:#fff;background:#16a34a}.btn-publish{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:10px;height:34px;padding:0 18px;font-weight:800}.btn-publish:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{color:#475569;background:#fff;border-color:#cbd5e1}.btn-atbb{color:#1d4ed8;background:#fff;border:1px solid #bfdbfe;border-radius:10px;height:34px;padding:0 12px;font-weight:700}.catch-copy-card{box-sizing:border-box;background:linear-gradient(90deg,#f0fdf4 0%,#ecfdf5 55%,#f7fee7 100%);border:1px solid #d1fae5;border-left:4px solid #22c55e;border-radius:10px;margin-bottom:14px;padding:14px 16px;box-shadow:0 1px 2px #0f172a0d}.catch-copy-card-top{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:8px;display:flex}.catch-copy-property-type-badge{color:#1e3a8a;background:#dbeafe;border:1px solid #bfdbfe;border-radius:999px;padding:5px 10px;font-size:14px;font-weight:700;line-height:1.3;display:inline-block}.catch-copy-kicker-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.catch-copy-kicker{color:#15803d;letter-spacing:.06em;text-transform:uppercase;font-size:11px;font-weight:800}.catch-copy-input{box-sizing:border-box;color:#166534;background:0 0;border:none;outline:none;width:100%;padding:4px 0 2px;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:700;line-height:1.5}.catch-copy-input::placeholder{color:#cbd5e1;font-weight:700}.catch-copy-input:focus{box-shadow:none}.catch-copy-view{color:#166534;word-break:break-word;font-size:clamp(1rem,2.2vw,1.15rem);font-weight:700;line-height:1.5}.catch-copy-view--empty{color:#94a3b8;font-size:1rem;font-weight:600;line-height:1.5}.deposit-keymoney-stack{flex-direction:column;gap:6px;display:flex}.deposit-keymoney-amount{color:#64748b;margin:0;font-size:12px;line-height:1.45}.deposit-keymoney-view{flex-direction:column;gap:4px;display:flex}.deposit-keymoney-none-wrap{align-items:center;gap:8px;min-height:36px;display:flex}.deposit-keymoney-none-label{color:#334155;font-size:1rem;font-weight:600}.deposit-keymoney-edit-link{color:#2563eb;cursor:pointer;background:0 0;border:0;padding:0;font-size:12px;font-weight:600;text-decoration:underline}.deposit-keymoney-edit-link:hover{color:#1d4ed8}.unit-field.amount-field{align-items:center;gap:6px;display:inline-flex}.hero-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:14px;display:grid;overflow:visible}@media (width<=1100px){.hero-layout{grid-template-columns:1fr}}.hero-image-panel,.hero-info-panel{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.hero-info-card{box-sizing:border-box;flex-direction:column;gap:10px;min-width:0;display:flex;overflow:hidden}.hero-info-panel.hero-info-card{padding:16px}.hero-info-card .inline-field{margin-bottom:0}.hero-info-card input.detail-input,.hero-info-card select,.hero-info-card .inline-value{min-width:0;max-width:100%}.hero-image-card{box-sizing:border-box;min-width:0}.hero-image-panel{overflow:visible}.hero-image-placeholder,.hero-image-empty{color:#64748b;z-index:1;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative;overflow:hidden}.hero-image-placeholder.hero-image-placeholder--slider{overflow:visible}.hero-main-click-area{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;width:100%;min-height:300px;display:flex}.hero-slider-btn{z-index:8;color:#0f172a;cursor:pointer;background:#ffffff8c;border:1px solid #ffffff8c;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin:0;padding:0;font-size:26px;font-weight:700;line-height:1;transition:background .15s,border-color .15s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 8px #0f172a1f}.hero-slider-btn:hover{background:#ffffffe0;border-color:#94a3b8cc}.hero-slider-btn--prev{left:12px}.hero-slider-btn--next{right:12px}.gallery-thumb-zoom-trigger{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:12px;width:100%;margin:0;padding:0;display:block}.gallery-thumb-zoom-trigger:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.image-zoom-modal{z-index:9999;box-sizing:border-box;background:#0f172aa6;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.image-zoom-modal-close{z-index:10001;color:#0f172a;cursor:pointer;background:#ffffffeb;border:none;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;margin:0;padding:0;font-size:22px;line-height:1;display:flex;position:absolute;top:16px;right:20px;box-shadow:0 2px 12px #0f172a33}.image-zoom-modal-close:hover{background:#fff}.image-zoom-modal-inner{justify-content:center;align-items:center;max-width:88vw;max-height:88vh;display:flex}.image-zoom-modal-img{object-fit:contain;background:#fff;border-radius:12px;width:auto;max-width:88vw;height:auto;max-height:88vh;display:block;box-shadow:0 25px 50px -12px #00000080}.hero-main-msg{color:#64748b;padding:12px;font-size:14px}.hero-main-img-wrap{justify-content:center;align-items:center;width:100%;min-height:300px;display:flex;overflow:hidden}.hero-main-img{border-radius:10px;transition:transform .18s,box-shadow .18s}.hero-main-image.hero-main-img{object-fit:contain;background:#f8fafc;width:100%;max-width:100%;height:300px}.hero-main-img-wrap:hover .hero-main-image{z-index:4;position:relative;transform:scale(1.06);box-shadow:0 8px 20px #0f172a1f}.hero-image-controls{grid-template-columns:1fr 120px;gap:6px;margin-top:8px;display:grid}.hero-image-controls--stack{flex-direction:column;gap:10px;margin-top:10px;display:flex}.hero-image-field{flex-direction:column;gap:6px;display:flex}.hero-filename-input{text-overflow:ellipsis;white-space:nowrap;max-width:30ch;overflow:hidden}.gallery-card-section{z-index:0;position:relative;overflow:visible}.inline-field{margin-bottom:12px}.inline-label{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px;font-weight:700;display:flex}.inline-label.label-row{margin-bottom:5px}.label-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.atbb-draft-badge{color:#94a3b8;letter-spacing:.02em;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700;line-height:1.3}.inline-value{color:#0f172a;align-items:center;min-height:30px;font-size:14px;font-weight:600;display:flex}.inline-value.big{font-size:22px;font-weight:800}.field-big{font-size:18px;font-weight:700}.hero-price-grid{grid-template-columns:repeat(2,minmax(0,max-content));justify-content:start;gap:12px 20px;display:grid}.hero-price-grid.hero-price-grid--2x2{row-gap:14px}.hero-price-grid .inline-field{justify-items:start}.hero-address-inputs.address-stack{gap:8px;display:grid}.hero-address-line-input{box-sizing:border-box;width:100%}.address-detail-settings-card{margin-top:12px}.address-detail-settings-summary{cursor:pointer;color:#475569;-webkit-user-select:none;user-select:none;font-weight:600}.address-detail-settings-summary::-webkit-details-marker{display:none}.address-detail-settings-grid{max-width:520px}.hero-chip-row{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.chip{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.api-key-note{color:#475569;margin-top:6px}.api-key-links-details,.api-key-chip-row{margin-top:8px}.api-key-chip-row .chip{text-decoration:none}.api-key-chip-row .chip:hover{filter:brightness(.98);text-decoration:underline}.dense-grid-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}.dense-grid-card h3{color:#334155;margin:0 0 10px;font-size:14px;font-weight:800}.dense-grid{gap:14px;display:grid}.dense-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.dense-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.dense-grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.dense-grid.cols-1{grid-template-columns:minmax(0,1fr)}.price-basic-compact{max-width:920px}.hero-info-card--compact{max-width:520px}.compact-field{width:auto;min-width:0;max-width:100%}.compact-field--year{max-width:7.5rem}.compact-field--month{max-width:5.5rem}.compact-field--floors{max-width:8.5rem}.built-ym-compact{align-items:center}.atbb-meta-summary{cursor:pointer;color:#475569;-webkit-user-select:none;user-select:none;font-weight:600}.atbb-meta-summary::-webkit-details-marker{display:none}.atbb-meta-grid{max-width:720px}.atbb-meta-grid .grid-field--span2,.atbb-meta-grid .grid-field--span3{grid-column:1/-1}.location-address-map-card h3{color:#334155;margin:0 0 12px;font-size:14px;font-weight:800}.location-address-map-layout{grid-template-columns:1fr;align-items:start;gap:18px;display:grid}@media (width>=900px){.location-address-map-layout{grid-template-columns:1fr 1fr}}.location-map-column,.location-map-coords-stack{flex-direction:column;gap:10px;display:flex}.atbb-movein-pair-row{grid-column:1/-1;grid-template-columns:1fr;gap:12px;display:grid}@media (width>=720px){.atbb-movein-pair-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.property-edit-section--public-status-compact .property-edit-section__head--compact{border-bottom:1px solid #e2e8f0;margin-bottom:4px;padding-bottom:6px}.property-edit-section--public-status-compact .property-edit-section__title{margin:0;font-size:16px}.public-status-compact-card{padding:10px 12px}.public-status-compact-card .atbb-meta-grid{max-width:none}.public-status-compact-card .grid-label{margin-bottom:2px}.public-status-compact-card .property-field{gap:4px}.dense-grid.public-status-compact-grid{grid-template-columns:1fr;gap:10px}@media (width>=640px){.dense-grid.public-status-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.geocode-notice-pre{white-space:pre-wrap;word-break:break-word;max-height:12rem;overflow-y:auto}textarea.textarea-memo-short{resize:none;min-height:2.25rem;max-height:3.5rem;padding-top:6px;padding-bottom:6px;line-height:1.35}.school-district-body{flex-direction:column;gap:14px;display:flex}.school-district-fields{grid-template-columns:1fr;gap:12px;display:grid}@media (width>=640px){.school-district-fields{grid-template-columns:repeat(2,minmax(0,1fr))}}.school-district-fields .grid-field--memo{grid-column:1/-1}.atbb-section-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.atbb-section-grid.atbb-section-grid--contract-first{grid-template-columns:1fr}.atbb-subcard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px}.atbb-subcard-title{color:#334155;margin:0 0 8px;font-size:12px;font-weight:800}.atbb-subcard .atbb-meta-grid{max-width:none}@media (width<=900px){.atbb-section-grid{grid-template-columns:1fr}}.property-form-grid{gap:14px;display:grid}.property-field{flex-direction:column;gap:5px;display:flex}.property-field input,.property-field select,.property-field textarea{box-sizing:border-box;width:100%;min-height:40px;line-height:1.35}.grid-field{display:block}.grid-label{color:#64748b;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:4px;font-size:12px;font-weight:700;display:flex}.field-text{color:#1e293b;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;align-items:center;min-height:40px;padding:8px 10px;font-size:13px;line-height:1.35;display:flex}.field-text.area{white-space:pre-wrap;align-items:flex-start;min-height:74px}.detail-input{box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;max-width:100%;height:auto;min-height:40px;padding:8px 10px;font-size:13px;line-height:1.35}select.detail-input{padding-top:7px;padding-bottom:7px}textarea.detail-input{height:auto;min-height:74px;padding:8px 10px;line-height:1.45}.detail-input:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #2563eb26}.transport-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.transport-card{background:#fff;border:1px solid #dbe4f0;border-radius:12px;padding:12px}.transport-card-title{color:#334155;margin-bottom:10px;font-size:13px;font-weight:700}.transport-compact__row{align-items:end;gap:8px 10px;display:grid}.transport-compact__row--line,.transport-compact__row--bus{grid-template-columns:1fr;margin-bottom:0}@media (width>=700px){.transport-compact__row--line{grid-template-columns:minmax(120px,1.1fr) minmax(100px,1.1fr) 92px;align-items:end}.transport-compact__row--bus{grid-template-columns:minmax(0,.9fr) minmax(0,1.2fr) minmax(0,.95fr);align-items:end}.transport-compact .property-field .unit-field.minute-field,.transport-compact .unit-field.minute-field{width:100%}}.address-quick-picks-row{grid-template-columns:1fr;gap:6px;display:grid}@media (width>=640px){.address-quick-picks-row{grid-template-columns:repeat(3,1fr)}}.address-quick-grids--inline{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:10px;padding:8px 10px}.address-quick-grids--inline .address-quick-picks-row{margin-top:4px}.transport-card .property-field{margin-bottom:8px}.facility-edit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;display:grid}.facility-check{color:#334155;align-items:center;gap:6px;font-size:13px;display:inline-flex}.tag-wrap{flex-wrap:wrap;gap:6px;display:flex}.feature-tag{color:#334155;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;padding:3px 10px;font-size:12px;font-weight:700}.section-header-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.add-image-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.gallery-file-dropzone{text-align:center;background:#f8fafc;border:2px dashed #bfdbfe;border-radius:12px;margin-bottom:12px;padding:14px 16px;transition:background .15s,border-color .15s}.gallery-file-dropzone--active{background:#eff6ff;border-color:#60a5fa}.gallery-file-dropzone-text{color:#64748b;margin:0;font-size:13px;font-weight:600;line-height:1.5}.gallery-drag-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.gallery-drag-handle{color:#64748b;cursor:grab;-webkit-user-select:none;user-select:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:26px;font-size:13px;font-weight:800;display:inline-flex}.gallery-drag-handle:active{cursor:grabbing}.gallery-drag-hint{color:#94a3b8;font-size:11px;font-weight:700}.property-image-grid,.gallery-slot-grid,.gallery-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid;overflow:visible}@media (width<=1200px){.property-image-grid,.gallery-slot-grid,.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){.property-image-grid,.gallery-slot-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.property-image-grid,.gallery-slot-grid,.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.gallery-grid--slots{align-items:stretch}.image-slot-empty{box-sizing:border-box;text-align:center;color:#64748b;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:14px;flex-direction:column;justify-content:center;align-items:stretch;gap:8px;width:100%;height:100%;min-height:0;padding:10px 8px;transition:border-color .15s,background .15s;display:flex}.gallery-item--empty:hover .image-slot-empty{background:#eff6ff;border-color:#2563eb}.image-slot-empty-title{color:#475569;margin:0;font-size:13px;font-weight:700}.image-slot-empty-sub{color:#94a3b8;margin:0;font-size:11px;font-weight:600}.gallery-slot-empty-actions{flex-direction:column;gap:6px;width:100%;display:flex}.gallery-slot-empty-actions .admin-btn{white-space:normal;width:100%;min-height:32px;padding:6px 8px;font-size:11px;line-height:1.25}.gallery-item--empty{box-shadow:none;background:0 0;border:none;padding:0}.gallery-item--empty:hover{box-shadow:none}.gallery-slot-image-row{width:100%;position:relative}.gallery-slot-replace-hit{cursor:pointer;border-radius:12px;width:100%;display:block}.gallery-slot-floating-actions{z-index:3;pointer-events:none;flex-direction:column;align-items:flex-end;gap:4px;display:flex;position:absolute;top:4px;right:4px}.gallery-slot-floating-actions>*{pointer-events:auto}.gallery-slot-zoom-btn{color:#334155;cursor:pointer;background:#fffffff2;border:1px solid #e2e8f0;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:700;box-shadow:0 1px 4px #0f172a14}.gallery-slot-zoom-btn:hover{background:#eff6ff;border-color:#93c5fd}.gallery-item{z-index:1;background:#fff;border:1px solid #dbe4f0;border-radius:12px;flex-direction:column;gap:8px;padding:10px;transition:box-shadow .18s;display:flex;position:relative;overflow:visible}.gallery-item:hover{box-shadow:0 10px 28px #0f172a1f}.gallery-thumb-frame{z-index:1;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:12px;justify-content:center;align-items:center;width:100%;height:120px;max-height:28vw;display:flex;position:relative;overflow:hidden}.gallery-grid--slots .gallery-thumb-frame,.property-image-grid .gallery-thumb-frame{height:112px;max-height:none}.gallery-thumb-frame.is-contain-large{height:140px}.gallery-thumb-img{object-fit:contain;box-sizing:border-box;transform-origin:50%;background:#f8fafc;border-radius:10px;width:100%;max-width:100%;height:100%;max-height:100%;padding:2px 4px;transition:transform .18s,box-shadow .18s}.gallery-thumb-frame.is-contain-large .gallery-thumb-img{max-height:200px}.gallery-thumb-frame:hover .gallery-thumb-img{object-fit:contain;transform:scale(1.08);box-shadow:0 6px 14px #0f172a1a}.gallery-thumb-zoom-trigger{box-sizing:border-box;width:100%;max-width:100%;height:180px;padding:0;display:block;overflow:hidden}.gallery-thumb-zoom-trigger .gallery-thumb-frame{justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden}.gallery-thumb-empty{text-align:center;color:#64748b;padding:8px;font-size:12px}.gallery-controls{flex-direction:column;gap:8px;display:flex}.gallery-field-row{flex-direction:column;gap:6px;display:flex}.gallery-label{font-size:11px;font-weight:700}.gallery-label--category{color:#2563eb}.gallery-label--comment{color:#64748b}.gallery-select,.gallery-input{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:8px;outline:none;width:100%;height:34px;padding:0 12px;font-size:13px}.gallery-select{background:#eff6ff;border-color:#bfdbfe}.gallery-input{background:#fff}.gallery-btn-delete{color:#b91c1c;cursor:pointer;background:#fef2f2;border:1px solid #f87171;border-radius:8px;height:34px;margin-top:2px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,color .15s}.gallery-btn-delete:hover{color:#991b1b;background:#fee2e2;border-color:#ef4444}.gallery-comment{color:#64748b;-webkit-line-clamp:3;line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;font-size:12px;display:-webkit-box;overflow:hidden}.gallery-image-debug-meta{color:#334155;white-space:pre-wrap;word-break:break-word;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:6px;margin:6px 0 0;padding:6px 8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;line-height:1.45}.btn-delete{color:#dc2626;background:#fff;border:1px solid #fecaca;border-radius:8px;height:28px;font-size:12px;font-weight:700}.gallery-empty{color:#94a3b8;font-size:12px}.detail-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;padding:8px 10px;font-size:12px}.detail-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0;border-radius:10px;padding:8px 10px;font-size:12px}.btn-action{background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;min-width:36px;height:30px;padding:0 8px;font-size:12px;font-weight:700;line-height:1;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.btn-download{color:#1d4ed8;background:linear-gradient(#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:10px;justify-content:center;align-items:center;min-width:44px;height:30px;padding:0 10px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex;box-shadow:0 1px 2px #0f172a14}.btn-download:hover{background:linear-gradient(#dbeafe,#bfdbfe);transform:translateY(-1px)}.queue-actions{flex-wrap:nowrap;align-items:center;gap:6px;display:flex}.status-badge{border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.status-badge.completed{color:#166534;background:#dcfce7}.status-badge.pending{color:#854d0e;background:#fef9c3}.status-badge.failed{color:#991b1b;background:#fee2e2}.status-badge.processing{color:#0f4c81;background:#e0f2fe}.queue-table{font-size:13px}.queue-table td{vertical-align:middle;padding-top:10px;padding-bottom:10px}.queue-details{color:#334155;flex-wrap:wrap;align-items:center;gap:10px;font-size:12px;display:flex}.summary-grid{grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin:10px 0 14px;display:grid}.summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;justify-content:space-between;align-items:center;min-height:64px;padding:10px 14px;display:flex;box-shadow:0 1px 3px #0f172a0f}.summary-content{flex-direction:column;gap:2px;display:flex}.summary-label{color:#475569;font-size:13px;font-weight:700;line-height:1.1}.summary-count{color:#0f172a;margin:0;font-size:22px;font-weight:800;line-height:1}.summary-icon{background:#ffffffb3;border-radius:10px;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.summary-card--blue{color:#1d4ed8;background:#eff6ff;border-color:#bfdbfe}.summary-card--amber{color:#b45309;background:#fffbeb;border-color:#fde68a}.summary-card--emerald{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.summary-card--red{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.summary-card--slate{color:#334155;background:#f8fafc;border-color:#e2e8f0}.summary-card--indigo{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.compact-clickable{cursor:pointer;transition:transform .15s,box-shadow .15s}.compact-clickable:hover{transform:translateY(-1px);box-shadow:0 2px 6px #0f172a1a}.compact-arrow{color:#94a3b8;font-size:16px;font-weight:800;line-height:1}.compact-section{padding:1rem}.summary-grid-5{grid-template-columns:repeat(5,minmax(110px,1fr))}.property-list-compact{grid-template-columns:1fr;gap:10px;display:grid}.property-row-card{padding:8px 10px}.property-row{cursor:pointer;grid-template-columns:28px minmax(160px,1.3fr) minmax(220px,2fr) minmax(90px,.8fr) minmax(80px,.8fr) minmax(90px,.8fr) minmax(180px,auto);align-items:center;gap:10px;min-height:58px;display:grid}.property-row--header{cursor:default;min-height:44px}.property-select-all-card{padding:6px 10px}.property-select-all-label{cursor:pointer;color:#334155;border-radius:6px;align-items:center;gap:6px;min-width:78px;height:28px;margin:0;padding:0 6px;font-size:13px;font-weight:600;display:inline-flex}.property-select-all-label:hover{background:#2563eb0f}.property-select-all-check{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin:0}.property-select-all-text{-webkit-user-select:none;user-select:none;white-space:nowrap;line-height:1}.property-row-header-filler{pointer-events:none;grid-column:3/-1}.property-check{color:#2563eb;background:#fff;border:1px solid #dbe2ea;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}.property-cell{white-space:nowrap;text-overflow:ellipsis;color:#334155;font-size:12px;overflow:hidden}.property-name{color:#0f172a;font-weight:700}.property-rent{color:#2563eb;font-weight:800}.bulk-action-bar{background:#0f172a;border:1px solid #1e293b;box-shadow:0 12px 30px #02061759}.bulk-section{align-items:center;display:flex}.select-action-btn{color:#1d4ed8;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;justify-content:center;align-items:center;height:30px;padding:0 10px;display:inline-flex}.btn-csv-import{color:#fff;background:linear-gradient(#3b82f6,#2563eb);border:1px solid #2563eb;border-radius:10px;justify-content:center;align-items:center;gap:4px;height:34px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex;box-shadow:0 1px 2px #0f172a1f}.status-action-btn,.portal-btn{border:1px solid #94a3b859;box-shadow:0 1px 2px #0f172a33}.portal-btn.suumo{background:linear-gradient(#fb923c,#f97316);border-color:#fdba74}.portal-btn.homes{background:linear-gradient(#60a5fa,#3b82f6);border-color:#93c5fd}.portal-btn.athome{background:linear-gradient(#34d399,#10b981);border-color:#6ee7b7}.compact-result-bar{z-index:65;background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:12px;min-height:44px;padding:8px 12px;display:inline-flex;position:fixed;bottom:92px;left:50%;transform:translate(-50%);box-shadow:0 8px 20px #0f172a2e}.compact-result-title{color:#0f172a;white-space:nowrap;font-size:12px;font-weight:800}.compact-result-item{white-space:nowrap;font-size:12px;font-weight:700}.compact-result-item.success{color:#15803d}.compact-result-item.failed{color:#b91c1c}.compact-result-close{color:#334155;background:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;height:28px;padding:0 10px;font-size:12px;font-weight:700}@media (width<=900px){.summary-grid,.summary-grid-5{grid-template-columns:repeat(2,1fr)}.property-row{grid-template-columns:28px 1fr 1fr;gap:8px}}@media (width<=1100px){.transport-grid{grid-template-columns:1fr}}.action-menu-wrap{display:inline-block;position:relative}.action-menu-trigger{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;min-width:72px;height:30px;padding:0 12px;font-size:12px;font-weight:700;display:inline-flex}.action-menu-trigger:hover{background:#f8fafc;border-color:#94a3b8}.action-menu-dropdown{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:10px;min-width:140px;padding:6px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 12px 24px #0f172a24}.action-menu-item{text-align:left;color:#334155;cursor:pointer;background:0 0;border:none;border-radius:7px;width:100%;padding:7px 8px;font-size:12px;font-weight:600;text-decoration:none;display:block}.action-menu-item:hover{background:#f1f5f9}.action-menu-item:disabled{opacity:.5;cursor:not-allowed}.action-menu-item--danger{color:#b91c1c}.action-menu-item--danger:hover{background:#fef2f2}.btn-reload-small{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;gap:4px;height:30px;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.btn-reload-small:hover{background:#f8fafc;border-color:#94a3b8}.list-sort-head{color:#475569;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:12px;font-weight:700}.list-sort-head:hover{color:#1e293b;text-decoration:underline}.property-edit-gallery{overflow-x:hidden}.property-edit-gallery ul.property-image-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:10px!important;width:100%!important;margin:0!important;padding:0!important;list-style:none!important;display:grid!important}@media (width<=1200px){.property-edit-gallery ul.property-image-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}}@media (width<=900px){.property-edit-gallery ul.property-image-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (width<=640px){.property-edit-gallery ul.property-image-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}.property-edit-gallery li.property-image-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;flex-direction:column!important;gap:8px!important;min-width:0!important;padding:10px!important;display:flex!important;box-shadow:0 4px 12px #0f172a0f!important}.property-edit-gallery li.property-image-card .gallery-thumb-frame{height:112px!important}.property-edit-gallery li.property-image-card img,.property-edit-gallery li.property-image-card .gallery-thumb-img{object-fit:contain!important;background:#f8fafc!important;border:none!important;border-radius:10px!important;width:100%!important;height:100%!important;max-height:112px!important;display:block!important}.property-edit-gallery input,.property-edit-gallery textarea,.property-edit-gallery select{min-width:0!important;max-width:100%!important}.property-edit-gallery input[type=text],.property-edit-gallery textarea{font-size:12px!important}.property-edit-gallery li p,.property-edit-gallery li div{min-width:0!important}.property-edit-gallery li .text-xs,.property-edit-gallery li .admin-help,.property-edit-gallery li p{overflow-wrap:anywhere!important;word-break:break-word!important}.property-edit-gallery li input[value^=http],.property-edit-gallery li input[value^=\/],.property-edit-gallery li input[value*=athome]{font-size:11px!important}.property-edit-gallery li.property-image-card .gallery-slot-actions .admin-btn{white-space:normal;flex:auto;line-height:1.2;width:auto!important;min-height:30px!important;padding:5px 6px!important;font-size:11px!important}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.settings-card{min-height:100%}.settings-form-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px 12px;display:grid}.settings-field{min-width:0}.settings-field--wide{grid-column:span 2}.settings-field--full{grid-column:1/-1}.settings-label{color:#64748b;margin-bottom:5px;font-size:12px;font-weight:700;display:block}.settings-check-row{align-items:center;gap:8px;display:flex}.settings-action-row{justify-content:flex-end;display:flex}.settings-sticky-actions{z-index:5;background:#f8fafcf2;border:1px solid #e2e8f0;border-radius:12px;grid-column:1/-1;justify-content:flex-end;padding:10px;display:flex;position:sticky;bottom:8px}.article-admin-page{gap:12px;display:grid}.article-admin-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.article-admin-head-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.article-head-btn{cursor:pointer;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:13px;font-weight:700;transition:background .15s,border-color .15s,box-shadow .15s,transform .12s;display:inline-flex;box-shadow:0 1px 2px #0f172a0f}.article-head-btn:hover{background:#f8fafc;border-color:#cbd5e1;box-shadow:0 2px 6px #0f172a14}.article-head-btn--secondary{background:linear-gradient(#fff,#f8fafc);border-color:#dbeafe}.article-head-btn--secondary:hover{background:linear-gradient(#eff6ff,#e0f2fe);border-color:#93c5fd}.article-main-cta{color:#14532d;background:linear-gradient(#d9f99d 0%,#a3e635 42%,#84cc16 100%);border:1px solid #65a30d73;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 18px;font-size:14px;font-weight:800;text-decoration:none;transition:transform .12s,box-shadow .12s,filter .12s;display:inline-flex;box-shadow:0 2px 8px #84cc1659,inset 0 1px #ffffff8c}.article-main-cta:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 14px #84cc1666,inset 0 1px #ffffff8c}.article-export-details[open] .article-export-summary{background:#eff6ff;border-color:#93c5fd}.article-export-summary{list-style:none}.article-export-summary::-webkit-details-marker{display:none}.article-export-menu{z-index:30;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-width:220px;margin-top:6px;padding:6px;position:absolute;right:0;box-shadow:0 12px 32px #0f172a1f}.article-export-menu-item{color:#334155;border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:600;text-decoration:none;transition:background .12s;display:flex}.article-export-menu-item:hover{background:#f1f5f9}.article-new-btn{align-items:center;text-decoration:none;display:inline-flex}.article-list-toolbar-card{flex-direction:column;gap:10px;padding:12px 14px;display:flex}.article-list-toolbar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.article-status-tablist{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;flex-wrap:wrap;align-items:center;gap:6px;padding:4px;display:flex}.article-status-tab{color:#475569;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:13px;font-weight:700;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .12s;display:inline-flex}.article-status-tab:hover:not(.is-active){color:#1e293b;background:#ffffffd9;border-color:#e2e8f0}.article-status-tab.is-active{color:#14532d;background:linear-gradient(#ecfccb 0%,#d9f99d 100%);border-color:#84cc168c;box-shadow:0 1px 4px #84cc1640}.article-status-tab__label{letter-spacing:.02em}.article-status-tab__count{font-variant-numeric:tabular-nums;color:#64748b;background:#ffffffa6;border:1px solid #e2e8f0;border-radius:999px;min-width:1.5rem;padding:2px 7px;font-size:11px;font-weight:800}.article-status-tab.is-active .article-status-tab__count{color:#166534;background:#ffffffe6;border-color:#65a30d59}.article-list-search-wrap{flex:200px;min-width:0;max-width:320px}.article-list-search{background:#fff;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:8px;width:100%;min-height:38px;padding:0 10px 0 12px;transition:border-color .15s,box-shadow .15s;display:flex;box-shadow:0 1px 2px #0f172a0d}.article-list-search:focus-within{border-color:#86efac;box-shadow:0 0 0 3px #84cc1633}.article-list-search__icon{color:#94a3b8;flex-shrink:0}.article-list-search__input{color:#1e293b;background:0 0;border:0;outline:none;flex:auto;min-width:0;padding:8px 0;font-size:13px;font-weight:600}.article-list-search__input::placeholder{color:#94a3b8;font-weight:500}.article-list-search__clear{color:#64748b;cursor:pointer;background:#f1f5f9;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background .12s,color .12s;display:inline-flex}.article-list-search__clear:hover{color:#334155;background:#e2e8f0}.article-list-search-meta{color:#64748b;margin:0;font-size:12px;font-weight:600}.article-list-bulk-bar{background:linear-gradient(#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;align-items:center;gap:8px 12px;padding:8px 10px;display:flex}.article-list-bulk-bar__label{color:#334155;font-size:12px;font-weight:800}.article-list-bulk-bar__actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.article-list-bulk-clear{color:#64748b;cursor:pointer;background:0 0;border:0;margin-left:auto;padding:4px 0;font-size:12px;font-weight:700;text-decoration:underline}.article-list-bulk-clear:hover{color:#334155}.article-bulk-btn{cursor:pointer;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:0 10px;font-size:12px;font-weight:700;transition:background .12s,border-color .12s;display:inline-flex;box-shadow:0 1px 2px #0f172a0d}.article-bulk-btn:disabled{opacity:.5;cursor:not-allowed}.article-bulk-btn--neutral:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.article-bulk-btn--danger-soft{color:#b91c1c;background:#fff;border-color:#fecaca}.article-bulk-btn--danger-soft:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.article-bulk-btn--danger{color:#991b1b;background:#fef2f2;border-color:#ef4444}.article-bulk-btn--danger:hover:not(:disabled){background:#fee2e2}.article-list-bulk-spinner{color:#64748b;animation:.75s linear infinite article-spin}@keyframes article-spin{to{transform:rotate(360deg)}}.article-trash-hint-banner{color:#713f12;background:linear-gradient(#fffbeb,#fef3c7);border:1px solid #fde68a;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:10px 14px;font-size:13px;font-weight:600;display:flex;box-shadow:0 1px 2px #0f172a0a}.article-trash-empty-btn{cursor:pointer;color:#991b1b;background:#fff;border:1px solid #fca5a5;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 12px;font-size:12px;font-weight:800;transition:background .12s;display:inline-flex}.article-trash-empty-btn:hover:not(:disabled){background:#fef2f2}.article-trash-empty-btn:disabled{opacity:.45;cursor:not-allowed}.article-list-table-card{padding:0;overflow:hidden}.article-list-muted{color:#64748b;padding:20px 16px;font-size:14px;font-weight:600}.article-list-table-scroll{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.article-list-table{border-collapse:collapse;width:100%;min-width:720px}.article-list-table thead th{text-transform:uppercase;letter-spacing:.04em;color:#64748b;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:10px 12px;font-size:11px;font-weight:800}.article-list-table tbody td{color:#334155;vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:8px 12px;font-size:13px}.article-list-table tbody tr{transition:background .12s}.article-list-table tbody tr:hover{background:#f8fafc}.article-list-table__check{text-align:center;width:40px}.article-list-table__title{color:#1e293b;width:38%;min-width:160px;max-width:none;font-weight:700}.article-list-table__status{white-space:nowrap;width:1%}.article-list-table__mono{color:#64748b;white-space:nowrap;font-size:12px;font-weight:600}.article-list-table__date{color:#64748b;white-space:nowrap;width:7.5rem;max-width:7.5rem;font-size:12px;font-weight:600}.article-list-table__actions,.article-list-table__actions-cell{white-space:nowrap;width:1%}.article-list-table__actions{min-width:11.5rem}.article-status-badge{letter-spacing:.02em;border-radius:999px;justify-content:center;align-items:center;padding:3px 10px;font-size:11px;font-weight:800;display:inline-flex}.article-status-badge--published{color:#166534;background:#dcfce7;border:1px solid #86efac}.article-status-badge--draft{color:#854d0e;background:#fef9c3;border:1px solid #fde047}.article-status-badge--trash{color:#475569;background:#e2e8f0;border:1px solid #cbd5e1}.article-status-badge--other{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0}.article-actions,.article-row-actions{white-space:nowrap;flex-wrap:nowrap;align-items:center;gap:6px;display:flex}.article-list-table .article-actions .article-row-btn{min-height:28px;padding:0 9px;font-size:11px}.article-row-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-height:30px;padding:0 11px;font-size:12px;font-weight:800;text-decoration:none;transition:background .12s,border-color .12s,box-shadow .12s,transform .1s;display:inline-flex}.article-row-btn--primary{color:#14532d;background:linear-gradient(#ecfccb,#d9f99d);border-color:#65a30d73;box-shadow:0 1px 3px #84cc1640}.article-row-btn--primary:hover{filter:brightness(1.03);transform:translateY(-1px)}.article-row-btn--ghost{color:#1d4ed8;background:linear-gradient(#fff,#eff6ff);border-color:#bfdbfe}.article-row-btn--ghost:hover{background:linear-gradient(#eff6ff,#dbeafe);border-color:#93c5fd}.article-row-btn--danger-soft{color:#b91c1c;background:#fff;border-color:#fecaca}.article-row-btn--danger-soft:hover{background:#fef2f2;border-color:#f87171}.article-row-btn--danger{color:#991b1b;background:#fef2f2;border-color:#f87171}.article-row-btn--danger:hover{background:#fee2e2}.article-modal-primary{cursor:pointer;color:#14532d;background:linear-gradient(#d9f99d 0%,#a3e635 50%,#84cc16 100%);border:1px solid #65a30d73;border-radius:10px;padding:10px 16px;font-size:14px;font-weight:800;box-shadow:0 2px 8px #84cc164d}.article-modal-primary:hover:not(:disabled){filter:brightness(1.04)}.article-modal-primary:disabled{opacity:.5;cursor:not-allowed}.article-import-intro{color:#334155;background:linear-gradient(165deg,#ecfccb 0%,#f7fee7 38%,#fff 100%);border:1px solid #d9f99d;border-radius:12px;padding:12px 14px;font-size:13px;box-shadow:0 1px 2px #0f172a0a}.article-import-intro__title{color:#365314;margin:0;font-size:14px;font-weight:800}.article-import-intro__body{color:#475569;margin:.5rem 0 0;line-height:1.55}.article-import-intro__note{color:#64748b;margin:.5rem 0 0;font-size:11px;line-height:1.5}.article-list-filter-card{grid-template-columns:1fr 180px;gap:10px;display:grid}.source-contract-grid{gap:14px;display:grid}.source-contract-grid--top{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,2fr);margin-bottom:14px}.source-contract-grid--bottom{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}.school-district-details{margin-top:8px}.school-district-details-summary{cursor:pointer;color:#475569;font-size:13px;font-weight:700}.school-district-details-body{gap:10px;margin-top:10px;display:grid}.article-editor-layout{grid-template-columns:minmax(0,1fr) 320px;gap:12px;display:grid}.article-editor-main,.article-editor-side{align-content:start;gap:12px;display:grid}.article-toolbar{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.article-editor-visual-card{background:#fff;border:1px solid #e5e7eb}.article-editor-toolbar-sticky{z-index:20;background:#fff;border-bottom:1px solid #e5e7eb;margin:-12px -12px 12px;padding:10px 12px;position:sticky;top:0}.article-toolbar--classic{align-items:center;gap:8px;margin-bottom:0}.article-tool-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:6px 10px;font-size:13px;font-weight:600;transition:background .12s,border-color .12s}.article-tool-btn:hover{background:#f8fafc;border-color:#cbd5e1}.article-tool-btn.is-active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb}.article-tool-label{color:#64748b;align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.article-tool-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;min-height:32px;padding:4px 8px;font-size:13px}.article-editor-body-label{margin-top:8px}.article-body-textarea{min-height:280px}.article-body-editor{background:#fff;min-height:320px;line-height:1.7}.article-body-editor-wrap{gap:0;display:grid}.article-body-editor-wrap--fullscreen{z-index:100;background:#fff;padding:12px 16px 20px;position:fixed;inset:0;overflow:auto;box-shadow:0 0 0 1px #e5e7eb}.article-body-editor-wrap--fullscreen .article-body-editor--canvas,.article-body-editor-wrap--fullscreen .article-body-editor--html{min-height:calc(100vh - 140px)}.article-toolbar-sep{background:#e2e8f0;flex-shrink:0;width:1px;height:24px;margin:0 2px}.article-tool-btn:disabled{opacity:.45;cursor:not-allowed}.article-tool-btn--sm{padding:4px 8px;font-size:12px}.article-editor-img-bar{border-top:1px dashed #e2e8f0;flex-wrap:wrap;align-items:center;gap:6px;margin-top:8px;padding-top:8px;display:flex}.article-editor-img-bar__label{color:#64748b;margin-right:4px;font-size:12px;font-weight:700}.article-editor-img-bar__danger{color:#b91c1c;margin-left:auto}.article-body-editor--canvas{color:#1e293b;resize:vertical;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;min-height:520px;padding:20px 24px;font-size:16px;overflow:auto}.article-body-editor--html{color:#1e293b;resize:vertical;background:#fff;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;min-height:520px;padding:16px 18px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.6}.article-body-editor--html:focus{border-color:#93c5fd;box-shadow:0 0 0 1px #bfdbfe}.article-body-editor--canvas h2{margin:1.25em 0 .5em;font-size:1.5rem;font-weight:800;line-height:1.35}.article-body-editor--canvas h3{margin:1em 0 .45em;font-size:1.2rem;font-weight:700;line-height:1.4}.article-body-editor--canvas blockquote{color:#475569;background:#f8fafc;border-left:4px solid #cbd5e1;margin:1em 0;padding:.5em 1em}.article-body-editor--canvas ul,.article-body-editor--canvas ol{margin:.75em 0;padding-left:1.5em}.article-body-editor--canvas hr{border:0;border-top:1px solid #e2e8f0;margin:1.25em 0}.article-body-editor--canvas img.article-img{cursor:pointer;border-radius:8px;max-width:100%;height:auto}.article-body-editor--canvas img.article-img.is-selected,.article-body-editor--canvas img.article-img:focus{outline-offset:2px;outline:2px solid #2563eb}.article-body-editor--canvas img.article-img--size-sm{max-width:280px}.article-body-editor--canvas img.article-img--size-md{max-width:560px}.article-body-editor--canvas img.article-img--size-lg{max-width:100%}.article-body-editor--canvas img.article-img--left{margin:1em 1em 1em 0;display:block}.article-body-editor--canvas img.article-img--center{margin:1em auto;display:block}.article-body-editor--canvas img.article-img--right{margin:1em 0 1em auto;display:block}.article-body-editor--canvas:focus{border-color:#93c5fd;box-shadow:0 0 0 1px #bfdbfe}.article-body-editor .article-editor-image{cursor:move;vertical-align:middle;border-radius:10px;max-width:100%;height:auto}.article-body-editor .article-editor-image.is-selected{outline-offset:2px;outline:2px solid #2563eb}.article-editor-img-selection-layer{box-sizing:border-box;pointer-events:none;border:2px solid #2563eb;border-radius:4px}.article-editor-img-handle{box-sizing:border-box;cursor:nwse-resize;background:#fff;border:2px solid #2563eb;border-radius:2px;width:12px;height:12px;position:absolute}.article-editor-img-handle--nw{cursor:nwse-resize;top:-6px;left:-6px}.article-editor-img-handle--ne{cursor:nesw-resize;top:-6px;right:-6px}.article-editor-img-handle--sw{cursor:nesw-resize;bottom:-6px;left:-6px}.article-editor-img-handle--se{cursor:nwse-resize;bottom:-6px;right:-6px}.article-editor-ctx-menu{z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;min-width:180px;margin:0;padding:6px 0;list-style:none;position:fixed;box-shadow:0 10px 28px #0f172a26}.article-editor-ctx-menu button{text-align:left;cursor:pointer;color:#334155;background:0 0;border:0;width:100%;padding:8px 14px;font-size:14px;display:block}.article-editor-ctx-menu button:hover{background:#f1f5f9}.article-editor-ctx-menu__danger{color:#b91c1c}.article-editor-hint{margin-top:10px;font-size:12px}.article-tool-color{cursor:pointer;border:1px solid #d1d5db;border-radius:6px;width:44px;min-height:32px;padding:4px}.article-eyecatch-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin:0;padding:16px 18px;box-shadow:0 1px 3px #0f172a0a}.article-eyecatch-card__heading{color:#1e293b;margin:0 0 4px;font-size:15px;font-weight:800}.article-eyecatch-card__lead{color:#64748b;margin:0 0 12px;font-size:12px;font-weight:600;line-height:1.45}.article-eyecatch-card__main{flex-wrap:wrap;align-items:flex-start;gap:14px 16px;display:flex}.article-eyecatch-card__preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;flex:none;place-items:center;width:120px;height:90px;display:grid;overflow:hidden}.article-eyecatch-card__preview-img{object-fit:cover;width:100%;height:100%}.article-eyecatch-card__preview-empty{color:#94a3b8;font-size:12px;font-weight:700}.article-eyecatch-card__side{flex:240px;min-width:0}.article-eyecatch-card__actions{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.article-eyecatch-card__btn{color:#334155;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #cbd5e1;border-radius:8px;justify-content:center;align-items:center;min-height:32px;padding:0 11px;font-size:12px;font-weight:700;display:inline-flex}.article-eyecatch-card__btn:hover{background:#f8fafc;border-color:#94a3b8}.article-eyecatch-card__btn.is-active{color:#365314;background:#ecfccb;border-color:#84cc16}.article-eyecatch-card__btn--danger{color:#b91c1c;border-color:#fecaca}.article-eyecatch-card__btn--danger:hover:not(:disabled){background:#fef2f2}.article-eyecatch-card__btn:disabled{opacity:.45;cursor:not-allowed}.article-eyecatch-card__expand{max-width:520px;margin-top:10px}.article-eyecatch-card__drop{color:#475569;cursor:pointer;box-sizing:border-box;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:150px;max-height:150px;padding:20px;display:flex}.article-eyecatch-card__drop.is-dragging{background:#ecfccb;border-color:#84cc16}.article-eyecatch-card__drop-title{font-size:13px;font-weight:800}.article-eyecatch-card__drop-hint{color:#64748b;font-size:11px;font-weight:600}.article-eyecatch-card__url-input{width:100%}.article-eyecatch-card__lib-host .img-lib-modal-wrap{display:none}.article-body-image-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;margin-bottom:6px;display:flex}.article-body-image-toolbar__btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;min-height:32px;padding:0 12px;font-size:12px;font-weight:700}.article-body-image-toolbar__btn:hover{color:#365314;background:#f7fee7;border-color:#84cc16}.article-body-image-toolbar__hint{color:#64748b;margin:0 0 10px;font-size:11px;font-weight:600;line-height:1.45}.article-editor-visual-card .img-lib-modal-wrap{display:none}.article-side-actions{gap:8px;display:grid}.article-editor-btn-publish.primary{background:linear-gradient(#059669,#047857);border-color:#047857}.article-editor-btn-publish.primary:hover:not(:disabled){filter:brightness(1.05)}@media (width<=1100px){.settings-grid{grid-template-columns:1fr}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.article-editor-layout{grid-template-columns:1fr}}@media (width<=700px){.settings-form-grid{grid-template-columns:1fr}.article-admin-head{flex-direction:column;align-items:flex-start}.article-list-filter-card{grid-template-columns:1fr}.article-list-toolbar-row{flex-direction:column;align-items:stretch}.article-list-search-wrap{width:100%;max-width:none}.article-list-bulk-bar .article-list-bulk-clear{margin-left:0}}@media (width<=900px){.source-contract-grid--top,.source-contract-grid--bottom{grid-template-columns:1fr}}.local-spot-tablist-scroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex:320px;min-width:0;padding-bottom:4px;overflow-x:auto}.local-spot-tablist-inner{width:max-content;max-width:none;flex-wrap:nowrap!important}.local-spot-toolbar-second{border-top:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 14px;margin-top:8px;padding-top:4px;display:flex}.local-spot-sort-label{color:#475569;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.local-spot-sort-label__text{white-space:nowrap}.local-spot-sort-select{min-width:200px;font-weight:600}.local-spot-list-table-wrap{display:block}.local-spot-list-cards{display:none}.local-spot-data-table .local-spot-col-thumb{width:96px}.local-spot-data-table .local-spot-col-cat{width:120px}.local-spot-data-table .local-spot-col-region{min-width:120px;max-width:160px}.local-spot-data-table .local-spot-col-address{max-width:220px}.local-spot-data-table .local-spot-col-station{min-width:120px;max-width:180px}.local-spot-data-table .local-spot-col-closed{min-width:72px;max-width:120px}.local-spot-data-table .local-spot-col-rate{white-space:normal;min-width:108px;max-width:200px;font-size:.8rem;line-height:1.35}.local-spot-data-table .local-spot-col-fetched{white-space:nowrap;width:88px;font-size:.8rem}.local-spot-data-table .local-spot-col-reviews{white-space:nowrap;min-width:88px;font-size:.8rem}.local-spot-reviews-list{flex-direction:column;gap:10px;max-height:480px;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.local-spot-review-card{background:#fafafa;border:1px solid #e2e8f0;border-radius:10px;padding:10px 12px}.local-spot-review-card__head{flex-wrap:wrap;align-items:center;gap:6px 10px;margin-bottom:6px;font-size:12px;display:flex}.local-spot-review-card__stars{color:#f59e0b}.local-spot-review-card__status--pending{color:#b45309;font-weight:700}.local-spot-review-card__status--approved{color:#15803d}.local-spot-review-card__comment{white-space:pre-wrap;margin:0 0 8px;font-size:13px;line-height:1.55}.local-spot-review-card__photos{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.local-spot-review-card__photos img{object-fit:cover;border:1px solid #e2e8f0;border-radius:6px;width:64px;height:48px}.local-spot-review-card__actions{flex-wrap:wrap;gap:6px;display:flex}.local-spot-data-table .local-spot-col-badges{min-width:140px}.local-spot-cell-clip{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.local-spot-thumb{object-fit:cover;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:80px;height:60px;display:block}.local-spot-thumb--empty{letter-spacing:.04em;color:#94a3b8;background:linear-gradient(145deg,#f8fafc,#e2e8f0);justify-content:center;align-items:center;font-size:10px;font-weight:800;display:flex!important}.local-spot-badge-stack{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.local-spot-badge-stack--tight{flex-flow:wrap;align-items:center}.ls-cat-badge{border:1px solid #0000;border-radius:6px;align-items:center;padding:3px 8px;font-size:11px;font-weight:800;display:inline-flex}.ls-cat-badge--transit{color:#33691e;background:#e8f5d4;border-color:#7cb34273}.ls-cat-badge--retail{color:#e65100;background:#fff3e0;border-color:#e67e2259}.ls-cat-badge--school{color:#1565c0;background:#e3f2fd;border-color:#2196f359}.ls-cat-badge--park{color:#2e7d32;background:#e8f5e9;border-color:#4caf5059}.ls-cat-badge--mall{color:#6a1b9a;background:#f3e5f5;border-color:#9c27b04d}.ls-cat-badge--default{color:#475569;background:#f1f5f9;border-color:#e2e8f0}.ls-img-badge{border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:800;display:inline-flex}.ls-img-badge--manual{color:#365314;background:#ecfccb;border:1px solid #84cc1673}.ls-img-badge--google{color:#1e40af;background:#dbeafe;border:1px solid #3b82f659}.ls-img-badge--none{color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0}.ls-place-badge{border-radius:999px;align-items:center;padding:2px 7px;font-size:10px;font-weight:800;display:inline-flex}.ls-place-badge--ok{color:#14532d;background:#dcfce7;border:1px solid #22c55e66}.ls-place-badge--no{color:#92400e;background:#fef3c7;border:1px solid #f59e0b66}.local-spot-row-actions{flex-wrap:wrap;max-width:220px}.local-spot-empty-card{text-align:center;background:linear-gradient(#f7fee7 0%,#fff 55%);border:2px dashed #84cc1673;border-radius:14px;padding:2.5rem 1.5rem 2.75rem}.local-spot-empty-card__title{color:#1e293b;margin:0 0 .5rem;font-size:1.15rem;font-weight:800}.local-spot-empty-card__body{color:#64748b;max-width:26rem;margin:0 auto 1.25rem;font-size:.9rem;line-height:1.6}.local-spot-empty-card__cta{margin:0 auto;display:inline-flex}.local-spot-mobile-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-wrap:wrap;align-items:flex-start;gap:8px 12px;padding:12px;display:flex;box-shadow:0 2px 8px #0f172a0a}.local-spot-mobile-card__select{flex:none;padding-top:6px}.local-spot-mobile-card__top{flex:200px;align-items:flex-start;gap:12px;min-width:0;display:flex}.local-spot-thumb--card{flex-shrink:0}.local-spot-mobile-card__head{flex:1;min-width:0}.local-spot-mobile-card__title{color:#0f172a;margin:0 0 6px;font-size:1rem;font-weight:800}.local-spot-mobile-card__addr{color:#64748b;margin:0 0 6px;font-size:.8rem;line-height:1.45}.local-spot-mobile-card__meta{color:#94a3b8;margin:6px 0 0;font-size:.72rem}.local-spot-mobile-card__actions{border-top:1px solid #f1f5f9;margin-top:12px;padding-top:10px}.local-spot-editor-grid{grid-template-columns:1fr;align-items:start;gap:10px 16px;display:grid}.local-spot-editor-span-2{grid-column:1/-1}@media (width>=768px){.local-spot-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.local-spot-address-google-row{flex-direction:column;gap:10px;display:flex}@media (width>=640px){.local-spot-address-google-row{flex-flow:wrap;justify-content:space-between;align-items:flex-start}}.local-spot-address-google-row__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.local-spot-places-hint{color:#64748b;background:#f1f5f9f2;border:1px solid #e2e8f0;border-radius:8px;flex:220px;max-width:100%;margin:0;padding:8px 10px;font-size:11px;font-weight:600;line-height:1.45}.local-spot-address-picks{background:linear-gradient(#fbfff5 0%,#fff 40%);border:1px solid #e8f5d4;border-radius:10px;padding:8px 10px 10px}.local-spot-address-picks__summary{cursor:pointer;color:#365314;font-size:13px;font-weight:800;list-style:none}.local-spot-address-picks__summary::-webkit-details-marker{display:none}.local-spot-address-picks .address-quick-grids{margin-top:8px}.local-spot-address-picks .address-detail-settings-grid{margin-top:4px}.local-spot-editor-page{max-width:100%;overflow-x:hidden}.local-spot-editor-page .article-editor-layout,.local-spot-editor-page .article-editor-main{min-width:0;max-width:100%}.local-spot-address-row-3{grid-template-columns:minmax(0,7rem) minmax(0,9rem) minmax(0,1fr);align-items:end;gap:8px 10px;display:grid}@media (width<=639px){.local-spot-address-row-3{grid-template-columns:1fr}}.local-spot-station-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,5.5rem);align-items:end;gap:8px 10px;display:grid}@media (width<=639px){.local-spot-station-row{grid-template-columns:1fr}}.local-spot-images-layout{grid-template-columns:1fr;gap:16px;min-width:0;display:grid}@media (width>=768px){.local-spot-images-layout{grid-template-columns:repeat(2,minmax(0,1fr))}}.local-spot-images-col{min-width:0;max-width:100%}.local-spot-images-col--google{grid-column:1/-1}.local-spot-editor-page .image-upload-field__row{flex-wrap:wrap}.local-spot-editor-page .image-upload-field__preview-img{object-fit:contain;max-width:min(100%,280px);max-height:200px}.local-spot-photo-grid{flex-wrap:wrap;gap:10px;min-width:0;display:flex}.local-spot-photo-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:0 140px;width:min(100%,168px);margin:0;overflow:hidden}.local-spot-photo-card__img{object-fit:cover;background:#f1f5f9;width:100%;height:120px;max-height:min(500px,50vw);display:block}.local-spot-photo-card__cap{color:#64748b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:4px;padding:6px 8px;font-size:10px;line-height:1.35;display:flex}.local-spot-photo-card__link{color:#2563eb;text-decoration:underline}.local-spot-photo-card__remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:2px}.local-spot-photo-card__remove:hover{color:#dc2626}.local-spot-photo-pick-list{flex-direction:column;gap:6px;max-width:100%;margin:0;padding:0;list-style:none;display:flex}.local-spot-photo-pick-item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:6px 8px}.local-spot-photo-pick-item__label{cursor:pointer;align-items:flex-start;gap:8px;font-size:12px;display:flex}.local-spot-photo-pick-item__thumb{object-fit:cover;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;flex-shrink:0;width:96px;height:72px}.local-spot-photo-pick-item__thumb--empty{color:#94a3b8;text-align:center;justify-content:center;align-items:center;padding:4px;font-size:10px;display:flex}.local-spot-photo-pick-item__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.local-spot-station-candidates__list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.local-spot-station-candidates__item{background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;display:flex}.local-spot-station-candidates__body{flex-wrap:wrap;align-items:baseline;gap:6px 10px;min-width:0;font-size:12px;display:flex}.local-spot-station-candidates__name{color:#0f172a;font-weight:600}.local-spot-station-candidates__walk{color:#0369a1;font-weight:600}.local-spot-station-candidates__dist,.local-spot-station-candidates__src{color:#64748b;font-size:10px}.local-spot-google-photos{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;min-width:0;max-width:100%;padding:12px}.local-spot-manual-gallery{min-width:0;max-width:100%}.local-spot-image-split{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=900px){.local-spot-image-split{grid-template-columns:minmax(0,1fr) minmax(0,1.1fr);align-items:start}}@media (width<=768px){.local-spot-list-table-wrap{display:none!important}.local-spot-list-cards{flex-direction:column;gap:12px;padding:4px 0 8px;display:flex}}.gallery-hover-preview{z-index:9999;pointer-events:none;background:#fff;border:1px solid #cbd5e1;border-radius:14px;width:300px;height:220px;padding:8px;position:fixed;box-shadow:0 18px 46px #0f172a40}.gallery-hover-preview img{object-fit:contain;width:100%;height:100%;display:block}@media (width<=768px){.gallery-hover-preview{display:none!important}}.wp-import-dialog{padding:1.25rem 1.5rem 1.5rem}.wp-import-dialog__head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.wp-import-dialog__title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}.wp-import-dialog__lead{color:#64748b;margin:.35rem 0 0;font-size:.875rem;line-height:1.5}.wp-import-steps{justify-content:center;gap:.5rem;margin:0 0 1.25rem;padding:0;list-style:none;display:flex}.wp-import-steps li{color:#94a3b8;align-items:center;gap:.35rem;font-size:.75rem;display:flex}.wp-import-steps li.is-active{color:#365314;font-weight:600}.wp-import-steps li:not(:last-child):after{content:"›";color:#cbd5e1;margin-left:.5rem;font-weight:400}.wp-import-steps__num{background:#e2e8f0;border-radius:999px;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.7rem;font-weight:700;display:inline-flex}.wp-import-steps li.is-active .wp-import-steps__num{color:#fff;background:#84cc16}.wp-import-body{flex-direction:column;gap:1rem;display:flex}.wp-import-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.1rem}.wp-import-card--table{background:#fff}.wp-import-card--done{background:linear-gradient(#f0fdf4 0%,#fff 60%);border-color:#bbf7d0}.wp-import-field-label{color:#475569;margin-bottom:.35rem;font-size:.75rem;font-weight:600;display:block}.wp-import-file-btn{color:#334155;text-align:left;cursor:pointer;background:#fff;border:1px dashed #94a3b8;border-radius:8px;width:100%;padding:.55rem .75rem;font-size:.875rem;display:block}.wp-import-file-btn:hover{background:#f7fee7;border-color:#65a30d}.wp-import-notes{color:#64748b;font-size:.75rem}.wp-import-notes summary{cursor:pointer;font-weight:600}.wp-import-notes ul{margin:.5rem 0 0;padding-left:1.1rem}.wp-import-actions{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding-top:.25rem;display:flex}.wp-import-meta{color:#64748b;margin:0;font-size:.8rem}.wp-import-summary{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}@media (width>=480px){.wp-import-summary{grid-template-columns:repeat(4,1fr)}}.wp-import-summary__item{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.65rem .5rem}.wp-import-summary__item--import{background:#f0fdf4;border-color:#bbf7d0}.wp-import-summary__item--skip{background:#f8fafc;border-color:#e2e8f0}.wp-import-summary__item--overwrite{background:#fffbeb;border-color:#fde68a}.wp-import-summary__item--error{background:#fef2f2;border-color:#fecaca}.wp-import-summary__num{color:#0f172a;font-size:1.35rem;font-weight:700;line-height:1.2;display:block}.wp-import-summary__lbl{color:#64748b;margin-top:.15rem;font-size:.7rem;display:block}.wp-import-warn{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.65rem .85rem;font-size:.8rem}.wp-import-warn ul{margin:.35rem 0 0;padding-left:1.1rem}.wp-import-table-wrap{border:1px solid #e2e8f0;border-radius:8px;max-height:min(42vh,320px);margin-top:.5rem;overflow:auto}.wp-import-table{border-collapse:collapse;width:100%;font-size:.75rem}.wp-import-table th,.wp-import-table td{text-align:left;vertical-align:top;border-bottom:1px solid #f1f5f9;padding:.45rem .5rem}.wp-import-table th{color:#475569;z-index:1;background:#f8fafc;font-weight:600;position:sticky;top:0}.wp-import-table__title{word-break:break-word;max-width:10rem}.wp-import-table__slug{word-break:break-all;font-size:.7rem}.wp-import-table__reason{color:#64748b;word-break:break-word;max-width:9rem}.wp-import-table__empty{text-align:center;color:#94a3b8;padding:1.5rem!important}.wp-import-judgment{white-space:nowrap;border-radius:4px;padding:.1rem .4rem;font-size:.68rem;font-weight:600;display:inline-block}.wp-import-judgment--import{color:#166534;background:#dcfce7}.wp-import-judgment--skip{color:#475569;background:#f1f5f9}.wp-import-judgment--overwrite{color:#92400e;background:#fef3c7}.wp-import-judgment--error{color:#991b1b;background:#fee2e2}.wp-import-done__title{color:#166534;margin:0 0 .75rem;font-size:1rem;font-weight:700}.wp-import-done__stats{color:#334155;margin:0;padding:0;font-size:.9rem;list-style:none}.wp-import-done__stats li+li{margin-top:.35rem}.wp-import-done__backup{color:#64748b;word-break:break-all;margin:.75rem 0 0;font-size:.75rem}.hero-tune-preview{width:100%;max-width:260px}.hero-tune-preview__heading{color:#334155;letter-spacing:.02em;margin:0 0 8px;font-size:.8rem;font-weight:800}.hero-tune-preview__frame{border:1px solid #cbd5e1;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px #0f172a14}.hero-tune-preview__media{aspect-ratio:16/10;background:#e2e8f0;position:relative;overflow:hidden}.hero-tune-preview__media img{object-fit:cover;object-position:42% center;width:100%;height:100%;display:block}.hero-tune-preview__dark{z-index:1;pointer-events:none;background:#000;position:absolute;inset:0}.hero-tune-preview__wash{z-index:2;pointer-events:none;background:linear-gradient(90deg,#fffffff5 0%,#ffffffc7 45%,#fff6be80 100%);position:absolute;inset:0}.hero-tune-preview__hint{z-index:3;color:#1a3d0ad9;text-align:center;pointer-events:none;background:#ffffffb8;border-radius:6px;margin:0;padding:4px 8px;font-size:.65rem;font-weight:700;line-height:1.3;position:absolute;bottom:8px;left:8px;right:8px}.admin-page-title{color:#0f172a;margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.admin-page-lead{color:#64748b;margin:0;font-size:.875rem;line-height:1.55}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.25rem 1.35rem;box-shadow:0 1px 2px #0f172a0a}.admin-card+.admin-card{margin-top:1rem}.admin-card-title{color:#1e293b;border-bottom:1px solid #f1f5f9;margin:0 0 .75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700}.admin-section-grid{gap:1rem;display:grid}@media (width>=900px){.admin-section-grid--2{grid-template-columns:1fr 1fr}.admin-section-grid--3{grid-template-columns:repeat(3,1fr)}}.admin-label{color:#334155;margin-bottom:.35rem;font-size:.8125rem;font-weight:600;display:block}.admin-help{color:#64748b;margin:0 0 .5rem;font-size:.75rem;line-height:1.5}.admin-input,.admin-textarea,.admin-select{box-sizing:border-box;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:.65rem;width:100%;padding:.55rem .65rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.admin-input:focus,.admin-textarea:focus,.admin-select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f626}.admin-textarea{resize:vertical;min-height:5.5rem;line-height:1.55}.admin-field-block{margin-bottom:1rem}.admin-field-block:last-child{margin-bottom:0}.admin-btn{cursor:pointer;border:1px solid #0000;border-radius:.65rem;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.875rem;font-weight:700;transition:background .15s,opacity .15s;display:inline-flex}.admin-btn:disabled{opacity:.55;cursor:not-allowed}.admin-btn--primary{color:#fff;background:#059669;border-color:#047857}.admin-btn--primary:hover:not(:disabled){background:#047857}.admin-btn--danger{color:#fff;background:#e11d48;border-color:#be123c}.admin-btn--danger:hover:not(:disabled){background:#be123c}.admin-btn--secondary{color:#1e293b;background:#fff;border-color:#cbd5e1}.admin-btn--secondary:hover:not(:disabled){background:#f8fafc}.admin-btn--ghost{color:#64748b;background:0 0;border-color:#e2e8f0}.admin-btn--ghost:hover:not(:disabled){color:#334155;background:#f8fafc}.admin-btn--sm{padding:.35rem .65rem;font-size:.8125rem}.admin-msg-success{color:#065f46;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.5rem;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.875rem;font-weight:600;display:inline-flex}.admin-msg-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:.45rem .75rem;font-size:.875rem;display:inline-flex}.admin-dropzone{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:.85rem;transition:border-color .15s,background .15s}.admin-dropzone--active{background:#eff6ff;border-color:#3b82f6}.admin-dropzone--disabled{opacity:.65;pointer-events:none}.admin-dropzone__inner{gap:1rem;padding:1rem;display:grid}@media (width>=640px){.admin-dropzone__inner{grid-template-columns:160px 1fr;align-items:start}}.admin-upload-preview{aspect-ratio:4/3;background:#e2e8f0;border:1px solid #cbd5e1;border-radius:.65rem;width:100%;max-width:200px;overflow:hidden}.admin-upload-preview__img{object-fit:cover;width:100%;height:100%;display:block}.admin-upload-preview__placeholder{color:#94a3b8;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:100%;height:100%;font-size:.75rem;display:flex}.admin-dropzone__actions{flex-direction:column;align-items:flex-start;gap:.5rem;display:flex}.admin-dropzone__hint{color:#64748b;margin:0;font-size:.75rem;line-height:1.45}.admin-upload-status{margin:.5rem 0 0;font-size:.8125rem;font-weight:600}.admin-upload-status--ok{color:#047857}.admin-upload-status--err{color:#b91c1c}.admin-url-fallback{background:#fafafa;border:1px solid #e2e8f0;border-radius:.5rem;margin-top:.75rem;padding:.35rem .65rem}.admin-url-fallback summary{cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;align-items:center;gap:.35rem;font-size:.8125rem;display:flex}.admin-url-fallback__body{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.65rem;display:flex}.admin-url-fallback__body .admin-input{flex:200px}.admin-spin{animation:.8s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-content-page{max-width:1440px;margin:0 auto}.site-content-page .admin-card,.site-content-page .settings-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 14px 36px #0f172a0f}.site-content-tab-panel{min-width:0}.site-content-details{margin-bottom:4px}.site-content-tabs{background:linear-gradient(135deg,#f8fff0,#fff);border:1px solid #d9f99d;border-radius:18px;flex-wrap:wrap;gap:8px;margin:0 10px 18px;padding:10px;display:flex}.site-content-tab{appearance:none;color:#163300;cursor:pointer;background:#fff;border:1px solid #d9f99d;border-radius:999px;padding:10px 16px;font-size:14px;font-weight:800;transition:background .15s,box-shadow .15s;box-shadow:0 6px 16px #0f172a0d}.site-content-tab:hover{background:#f7fee7}.site-content-tab.is-active{color:#fff;background:linear-gradient(135deg,#84cc16,#57b500);border-color:#57b500;box-shadow:0 10px 24px #57b50040}.site-section-summary{color:#163300;cursor:pointer;background:linear-gradient(135deg,#f7fee7 0%,#fff 100%);border:1px solid #bef264;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;width:100%;margin:12px 0;padding:16px 18px;font-size:18px;font-weight:900;list-style:none;display:flex;box-shadow:0 10px 24px #84cc161f}.site-section-summary::-webkit-details-marker{display:none}.site-section-summary::marker{content:none}.site-section-summary:hover{background:linear-gradient(135deg,#ecfccb 0%,#fff 100%);border-color:#84cc16}.site-section-summary__main{align-items:center;gap:12px;min-width:0;display:inline-flex}.site-section-summary__icon{color:#fff;background:#84cc16;border-radius:999px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;transition:transform .2s,background .15s;display:inline-flex}details[open]>.site-section-summary .site-section-summary__icon{background:#f97316;transform:rotate(90deg)}.site-section-summary__title{white-space:nowrap;font-size:18px;font-weight:900}.site-section-summary__hint{color:#4d7c0f;background:#fff;border:1px solid #d9f99d;border-radius:999px;flex:none;padding:6px 12px;font-size:12px;font-weight:800}.site-section-summary__hint:before{content:"クリックして開く"}details[open]>.site-section-summary .site-section-summary__hint:before{content:"クリックして閉じる"}.site-section-body{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:14px;margin:0 0 18px;padding:18px;display:flex}.site-content-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;width:100%;min-width:0;display:grid}.site-content-field-grid--three{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width>=1024px){.site-content-field-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}}.site-content-field-full{grid-column:1/-1}.site-content-page .site-section-body>.admin-help:first-child{margin-top:0}.site-content-page .site-section-body label,.site-content-page .site-section-body .admin-label{color:#1e293b;font-weight:800}.site-content-page .site-section-body input:not([type=radio]):not([type=checkbox]),.site-content-page .site-section-body textarea,.site-content-page .site-section-body select{border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px;font-size:14px}.site-content-page .site-section-body input:not([type=radio]):not([type=checkbox]):focus,.site-content-page .site-section-body textarea:focus,.site-content-page .site-section-body select:focus{border-color:#84cc16;outline:2px solid #84cc1659}.site-content-save-footer{border-top:1px solid #e2e8f0;flex-direction:column;gap:12px;margin-top:22px;padding-top:18px;display:flex}@media (width>=640px){.site-content-save-footer{flex-flow:wrap;align-items:center}.site-content-save-footer .site-content-save-button{width:auto;min-width:240px}.site-content-save-footer .site-content-save-msg{flex:280px;min-width:0}}.site-content-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:14px;width:100%;margin-top:0;padding:15px 18px;font-size:17px;font-weight:900;box-shadow:0 10px 24px #05966938}.site-content-save-button:hover{filter:brightness(1.04)}.site-content-save-button:hover:disabled{filter:none}.site-content-save-button:disabled{opacity:.65;cursor:not-allowed}@media (width<=800px){.site-content-tabs{gap:6px;padding:8px}.site-content-tab{padding:9px 12px;font-size:13px}.site-section-summary{padding:14px;font-size:16px}.site-section-summary__title{white-space:normal;font-size:16px}.site-section-summary__hint{display:none}.site-content-field-grid,.site-content-field-grid--three{grid-template-columns:1fr}}.property-edit-page{max-width:1440px;margin:0 auto}.property-edit-header{background:linear-gradient(135deg,#f8fff0,#fff);border:1px solid #d9f99d;border-radius:20px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:18px 20px;display:flex;box-shadow:0 12px 30px #0f172a0f}.property-edit-header-lead{flex:auto;min-width:0}.property-edit-header-meta{flex-wrap:wrap;align-items:center;gap:10px 14px;margin-top:8px;display:flex}.property-edit-property-no{color:#64748b;font-size:12px}.property-edit-title{color:#061735;margin:0;font-size:24px;font-weight:900}.property-edit-actions{flex-wrap:wrap;gap:10px;display:flex}.property-edit-section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;margin-bottom:18px;padding:18px;box-shadow:0 10px 26px #0f172a0d}.property-edit-section__head{border-bottom:2px solid #d9f99d;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding-bottom:10px;display:flex}.property-edit-section__title{color:#163300;margin:0;font-size:18px;font-weight:900}.property-edit-section__note{color:#64748b;margin:0;font-size:12px}.property-edit-section__body{min-width:0}.property-edit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;display:grid}.property-edit-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.property-edit-field-full{grid-column:1/-1}.property-edit-page label{color:#1e293b;font-weight:800}.property-edit-page input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]),.property-edit-page textarea,.property-edit-page select{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:12px;width:100%;height:auto;min-height:42px;padding:10px 12px;font-size:14px;line-height:1.35}.property-edit-page select{padding-top:9px;padding-bottom:9px}.property-edit-page textarea{min-height:5rem;line-height:1.45}.property-edit-page input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):focus,.property-edit-page textarea:focus,.property-edit-page select:focus{border-color:#84cc16;outline:2px solid #84cc1659}.property-edit-help{color:#64748b;margin-top:6px;font-size:12px;line-height:1.5}.property-edit-status-badge{border-radius:999px;align-items:center;padding:6px 12px;font-size:12px;font-weight:900;display:inline-flex}.property-edit-status-badge--approved{color:#3f8f00;background:#ecfccb}.property-edit-status-badge--private{color:#475569;background:#f1f5f9}.property-edit-status-badge--archived{color:#b91c1c;background:#fee2e2}.property-edit-page .property-edit-section .card{box-shadow:none;border-radius:14px}.property-detail-header.property-edit-header{margin-bottom:0}@media (width<=900px){.property-edit-header{display:block}.property-edit-actions{margin-top:12px}.property-edit-grid,.property-edit-grid--three{grid-template-columns:1fr}}.property-list-badges{flex-wrap:wrap;gap:6px;display:flex}.property-status-badge,.property-confirm-badge,.property-type-badge-admin{border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.property-status-badge--approved{color:#3f8f00;background:#ecfccb}.property-status-badge--private{color:#475569;background:#f1f5f9}.property-status-badge--archived{color:#b91c1c;background:#fee2e2}.property-status-badge--danger{color:#fff;background:#ef4444}.property-confirm-badge--confirmed{color:#0f766e;background:#ccfbf1}.property-confirm-badge--unchecked{color:#c2410c;background:#ffedd5}.property-confirm-badge--attention{color:#b91c1c;background:#fee2e2}.property-confirm-badge--other{color:#475569;background:#e2e8f0}.property-type-badge-admin{color:#3f8f00;background:#f7fee7;border:1px solid #bef264;margin-top:6px}.property-number-cell{flex-direction:column;gap:4px;display:flex}.property-number-main{color:#334155;font-size:13px;font-weight:900}.input-property-list-table{min-width:1180px}.input-property-thumb-inner{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden}.input-property-thumb-inner--empty{background:#f1f5f9;border-color:#e2e8f0}.input-property-thumb-placeholder{color:#94a3b8;text-align:center;-webkit-user-select:none;user-select:none;padding:4px;font-size:10px;font-weight:800;line-height:1.25}.input-property-main-cell{min-width:0;max-width:420px}.input-property-main-cell__title{-webkit-line-clamp:2;color:#1e40af;-webkit-box-orient:vertical;font-size:14px;font-weight:800;line-height:1.35;display:-webkit-box;overflow:hidden}.input-property-main-cell__title:hover{color:#1e3a8a}.input-property-meta-line{color:#64748b;margin-top:4px;font-size:11px;line-height:1.4}.input-property-spec-line{color:#334155;margin-top:6px;font-size:12px;font-weight:800;line-height:1.4}.input-property-rent-line{color:#be123c;font-size:15px;font-weight:900;line-height:1.2}.input-property-right-col{vertical-align:top;min-width:132px}.input-property-alert-chip{color:#92400e;background:#fffbeb;border:1px solid #f1d28a;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;line-height:1}.input-property-updated-cell{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.input-property-date-line{flex-direction:column;gap:2px;line-height:1.2;display:flex}.input-property-date-label{color:#94a3b8;font-size:10px;font-weight:700}.input-property-date-value{color:#475569;font-size:11px;font-weight:700}.input-property-update-today-btn{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:4px 8px;font-size:11px;font-weight:700;line-height:1}.input-property-status-tabs{flex-wrap:wrap;gap:.5rem;width:100%;margin-bottom:.25rem;display:flex}.input-property-status-tab{appearance:none;color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:999px;padding:.45rem .85rem;font-size:12px;font-weight:700;line-height:1.25;transition:background .15s,border-color .15s,color .15s,box-shadow .15s}.input-property-status-tab:hover{background:#f1f5f9;border-color:#94a3b8}.input-property-status-tab.is-active{color:#1d4ed8;background:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb33}.input-property-bulk-bar{background:linear-gradient(#eff6ff,#f8fafc);border-bottom:1px solid #bfdbfe;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.65rem .75rem;display:flex}.input-property-bulk-bar__label{color:#1e40af;margin-right:.25rem;font-size:12px;font-weight:800}.input-property-row-actions{flex-direction:column;align-items:stretch;gap:.35rem;min-width:7.5rem;display:flex}.input-property-row-actions .admin-btn{white-space:nowrap;justify-content:center;width:100%;padding-left:.5rem;padding-right:.5rem}.school-district-chip-list{flex-wrap:wrap;gap:6px;max-height:7.5rem;padding-right:2px;display:flex;overflow:auto}.school-district-chip{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;line-height:1}.school-district-chip.is-active{color:#1e3a8a;background:#dbeafe;border-color:#2563eb}.school-district-autofill-note{color:#1d4ed8;margin:6px 0 8px;font-size:12px}.school-district-compact{gap:8px;margin-top:8px;display:grid}.school-district-candidates-details,.school-district-links-details{background:#fff;border:1px solid #e2e8f0;border-radius:10px}.school-district-details-summary{cursor:pointer;color:#475569;padding:8px 10px;font-size:12px;font-weight:700}.school-district-details-body{padding:0 10px 10px}.school-district-filter-input{border:1px solid #e2e8f0;border-radius:8px;width:100%;min-width:160px;max-width:420px;padding:6px 8px;font-size:12px}.school-district-candidate-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px;margin-top:8px;display:grid}.school-district-chip-list{max-height:132px;overflow:auto}.school-district-links-row{flex-wrap:wrap;gap:8px;padding:0 10px 10px;display:flex}.school-district-link-chip{color:#334155;background:#fff;border:1px solid #cbd5e1;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;display:inline-flex}.admin-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;overflow:hidden;box-shadow:0 10px 26px #0f172a0d}.admin-list-row{border-bottom:1px solid #eef2f7;grid-template-columns:96px minmax(0,1fr) auto;align-items:center;gap:16px;padding:14px 16px;display:grid}.admin-list-row:last-child{border-bottom:0}.admin-list-row--queue{cursor:default;grid-template-columns:minmax(132px,168px) minmax(0,1fr) auto;align-items:flex-start;gap:14px 18px}.admin-list-row--inquiry{cursor:pointer;background:#fff;grid-template-columns:minmax(124px,156px) minmax(0,1fr) auto;align-items:flex-start;gap:14px 16px;transition:background .15s}.admin-list-row--inquiry:hover{background:#f8fbff}.admin-list-inquiry-date{min-width:0}.admin-list-inquiry-date__day{color:#334155;margin:0;font-size:13px;font-weight:900;line-height:1.3}.admin-list-inquiry-date__time{color:#64748b;margin:4px 0 0;font-size:12px;line-height:1.35}.admin-list-inquiry-property{color:#1d4ed8;margin:0;font-size:14px;font-weight:900;line-height:1.45}.admin-list-row--import{cursor:pointer;background:#fff;grid-template-columns:minmax(248px,320px) minmax(0,1fr) auto;align-items:flex-start;gap:14px 16px;transition:background .15s}.admin-list-row--import:hover{background:#f8fbff}.admin-list-import-file{min-width:0}.admin-list-import-file .admin-list-meta{margin-top:4px}.admin-list-import-error{color:#64748b;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:12px;line-height:1.5;overflow:hidden}.admin-list-import-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.admin-list-row--ownsite{grid-template-columns:minmax(220px,1fr) minmax(220px,1fr) auto;align-items:flex-start;gap:14px 16px}.admin-list-ownsite-actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.admin-list-queue-portal{color:#061735;font-size:15px;font-weight:900;line-height:1.25}.admin-list-queue-jobid{color:#64748b;word-break:break-all;margin-top:6px;font-family:ui-monospace,monospace;font-size:11px;font-weight:700}.admin-list-queue-actions{flex-direction:column;align-items:flex-end;gap:10px;min-width:0;display:flex}.admin-list-queue-actions__badges{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.admin-list-queue-actions__buttons{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.admin-list-queue-btn{color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:4px;min-height:32px;padding:0 12px;font-size:12px;font-weight:800;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.admin-list-queue-btn:hover:not(:disabled){color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.admin-list-queue-btn:disabled{opacity:.35;cursor:not-allowed}.admin-list-queue-btn--danger:hover:not(:disabled){color:#b91c1c;background:#fef2f2;border-color:#fecaca}.export-queue-summary-grid{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))}.admin-list-row--ledger{cursor:pointer;grid-template-columns:32px 96px minmax(0,1fr) auto;gap:14px 16px}.admin-list-row--ledger-header{cursor:default;border-bottom:1px solid #eef2f7;align-items:center;padding:12px 16px;display:flex}.admin-list-thumb{object-fit:cover;background:#f1f5f9;border-radius:12px;width:96px;height:72px;display:block}.admin-list-thumb-empty{color:#64748b;text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#f8fafc,#eef7e8);border-radius:12px;justify-content:center;align-items:center;width:96px;height:72px;padding:4px;font-size:11px;font-weight:900;line-height:1.25;display:flex}.admin-list-main{min-width:0}.admin-list-title{color:#061735;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 6px;font-size:16px;font-weight:900;display:-webkit-box;overflow:hidden}.admin-list-meta{color:#64748b;flex-wrap:wrap;gap:6px 12px;font-size:12px;display:flex}.admin-list-meta strong{color:#475569;font-weight:800}.admin-list-side{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.admin-badge{border-radius:999px;justify-content:center;align-items:center;padding:5px 9px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.admin-badge--success{color:#3f8f00;background:#ecfccb}.admin-badge--muted{color:#475569;background:#f1f5f9}.admin-badge--warning{color:#c2410c;background:#ffedd5}.admin-badge--danger{color:#b91c1c;background:#fee2e2}.admin-badge--info{color:#0f766e;background:#ccfbf1}.admin-actions{justify-content:flex-end;gap:8px;display:flex}.admin-action-btn{color:#334155;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:10px;justify-content:center;align-items:center;min-height:34px;padding:8px 12px;font-size:12px;font-weight:900;text-decoration:none;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.admin-action-btn--primary{color:#fff;background:linear-gradient(135deg,#84cc16,#57b500);border-color:#57b500}.admin-action-btn--secondary{color:#334155;background:#fff;border-color:#cbd5e1}.admin-action-btn--warning{color:#c2410c;background:#fff7ed;border-color:#fb923c}.admin-action-btn--danger{color:#b91c1c;background:#fee2e2;border-color:#fca5a5}.admin-action-btn:disabled{opacity:.5;cursor:not-allowed}.action-menu-item.admin-action-btn{text-align:left;justify-content:flex-start;width:100%}.dashboard-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.dashboard-kpi-card{text-align:left;cursor:pointer;border:1px solid #e2e8f0;padding:14px 16px;transition:border-color .15s,box-shadow .15s,transform .15s}.dashboard-kpi-card:hover{border-color:#93c5fd;transform:translateY(-1px);box-shadow:0 14px 30px #1e40af14}.dashboard-kpi-card__label{color:#64748b;margin:0;font-size:12px;font-weight:800}.dashboard-kpi-card__value{color:#0f172a;margin:8px 0 10px;font-size:30px;font-weight:900;line-height:1.1}@media (width<=900px){.dashboard-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-list-row{grid-template-columns:72px minmax(0,1fr)}.admin-list-row--ledger{grid-template-columns:32px 72px minmax(0,1fr)}.admin-list-row--queue,.admin-list-row--inquiry,.admin-list-row--import,.admin-list-row--ownsite{grid-template-columns:minmax(0,1fr)}.admin-list-queue-actions{align-items:flex-start;width:100%}.admin-list-queue-actions__badges,.admin-list-queue-actions__buttons{justify-content:flex-start}.admin-list-side{grid-column:1/-1;justify-content:flex-start}.admin-list-row--ledger .admin-list-side{justify-content:flex-start}.admin-list-import-actions,.admin-list-ownsite-actions{align-items:flex-start}.admin-list-thumb,.admin-list-thumb-empty{width:72px;height:56px}}@media (width<=560px){.dashboard-kpi-grid{grid-template-columns:1fr}}.station-featured-admin{gap:14px;display:grid}.station-featured-admin__station{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:14px}.station-featured-admin__title{margin-bottom:10px;font-size:15px;font-weight:900}.station-featured-admin__selected,.station-featured-admin__candidates{gap:8px;display:grid}.station-featured-admin__item{background:#f8fafc;border:1px solid #eef2f7;border-radius:12px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px;display:grid}.station-featured-admin__name{font-weight:900}.station-featured-admin__meta{color:#64748b;font-size:12px}.image-upload-field__row{flex-wrap:wrap;align-items:flex-start;gap:12px 16px;display:flex}.image-upload-field__preview{flex-direction:column;flex:none;gap:6px;max-width:min(200px,42vw);display:flex}.image-upload-field__preview-img{object-fit:contain;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:160px;max-width:100%;height:auto;max-height:120px}.image-upload-field__preview-placeholder{color:#94a3b8;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;justify-content:center;align-items:center;width:160px;max-width:100%;min-height:72px;font-size:12px;display:flex}.image-upload-field__preview-actions{flex-wrap:wrap;gap:6px;display:flex}.image-upload-field__clear-btn{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:11px}.image-upload-field__clear-btn:hover:not(:disabled){color:#0f172a;background:#f1f5f9}.image-upload-field__clear-btn:disabled{opacity:.45;cursor:not-allowed}.image-upload-field__hint{color:#065f46;margin:0;font-size:11px;font-weight:700;line-height:1.35}.image-upload-field__controls{flex:200px;min-width:0}.img-picker{--img-pick-accent:#84cc16;--img-pick-accent-dark:#65a30d;--img-pick-accent-soft:#ecfccb;--img-pick-border:#d9e8c8}.img-picker__tablist{-webkit-overflow-scrolling:touch;scrollbar-width:thin;flex-wrap:nowrap;gap:8px;margin-bottom:12px;padding:4px 2px 2px;display:flex;overflow-x:auto}.img-picker__tab{color:#475569;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #e2e8f0;border-radius:999px;flex:none;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-size:14px;font-weight:800;transition:background .18s,color .18s,border-color .18s,box-shadow .18s,transform .12s;display:inline-flex}.img-picker__tab:hover:not(.is-active){color:#1e293b;background:#f8fafc;border-color:#cbd5e1}.img-picker__tab.is-active{color:#fff;background:linear-gradient(#a3e635 0%,#84cc16 48%,#65a30d 100%);border-color:#65a30d8c;box-shadow:0 2px 10px #84cc1659}.img-picker__tab-icon{opacity:.95;justify-content:center;align-items:center;display:flex}.img-picker__tab.is-active .img-picker__tab-icon{opacity:1}.img-picker__panel{padding-top:4px}.img-picker__panel--library{margin-top:0}.img-picker__drop{cursor:pointer;text-align:center;box-sizing:border-box;background:linear-gradient(#fff 0%,#f8fafc 100%);border:2px dashed #cbd5e1;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;min-height:180px;padding:20px 16px 22px;transition:border-color .2s,background .2s,box-shadow .2s,transform .15s;display:flex}.img-picker__drop:hover:not(:disabled){background:linear-gradient(#fff 0%,#f7fee7 55%);border-color:#a3e635;box-shadow:0 4px 20px #84cc161f}.img-picker__drop:focus-visible{outline:none;box-shadow:0 0 0 3px #84cc1659}.img-picker__drop.is-dragging{border-style:solid;border-color:var(--img-pick-accent);background:var(--img-pick-accent-soft);box-shadow:inset 0 0 0 1px #65a30d26}.img-picker__drop:disabled{opacity:.65;cursor:wait}.img-picker__drop-icon{color:var(--img-pick-accent-dark);margin-bottom:2px;display:flex}.img-picker__drop-title{color:#0f172a;letter-spacing:.02em;font-size:17px;font-weight:900}.img-picker__drop-lead{color:#64748b;margin-top:2px;font-size:13px;font-weight:700}.img-picker__drop-or{color:#94a3b8;margin:4px 0 2px;font-size:12px;font-weight:700}.img-picker__drop-fakebtn{color:#14532d;pointer-events:none;background:linear-gradient(#ecfccb,#d9f99d);border:1px solid #65a30d73;border-radius:12px;justify-content:center;align-items:center;margin-top:4px;padding:10px 22px;font-size:14px;font-weight:800;display:inline-flex;box-shadow:0 2px 6px #84cc1640}.img-picker__drop-formats{color:#64748b;margin-top:10px;font-size:12px;font-weight:600}@media (width<=520px){.img-picker__drop{min-height:150px;padding:16px 12px 18px}.img-picker__drop-title{font-size:15px}.img-picker__tab{min-height:42px;padding:0 14px;font-size:13px}}.img-picker__url-label{flex-direction:column;align-items:stretch;gap:8px;display:flex}.img-picker__url-label-text{color:#334155;align-items:center;gap:8px;font-size:14px;font-weight:900;display:inline-flex}.img-picker__url-label-icon{color:var(--img-pick-accent-dark);flex-shrink:0}.img-picker__url-input{width:100%;max-width:100%}.img-picker__url-hint{color:#64748b;font-size:12px;font-weight:600;line-height:1.45}.img-lib-embed{border:1px solid var(--img-pick-border);background:#fff;border-radius:16px;flex-direction:column;min-height:0;max-height:min(52vh,440px);padding:12px 12px 14px;display:flex}.img-lib-embed__title{color:#365314;margin:0 0 8px;font-size:13px;font-weight:900}.img-lib-embed__body{flex:1;min-height:0;padding-right:2px;overflow-y:auto}.img-lib-msg{color:#334155;margin:0 0 10px;font-size:13px;font-weight:600}.img-lib-msg--muted{color:#64748b;font-weight:600}.img-lib-msg--err{color:#b91c1c}.img-lib-grid{grid-template-columns:repeat(auto-fill,minmax(168px,1fr));gap:12px;margin:0;padding:0;list-style:none;display:grid}@media (width>=640px){.img-lib-grid{grid-template-columns:repeat(auto-fill,minmax(188px,1fr))}}.img-lib-tile{background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .15s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.img-lib-tile:hover{border-color:#cbd5e1;transform:translateY(-2px);box-shadow:0 8px 22px #558b2f1f}.img-lib-tile.is-selected{border-color:var(--img-pick-accent);box-shadow:0 0 0 1px #84cc1659,0 8px 22px #84cc162e}.img-lib-tile__check{z-index:2;color:#fff;pointer-events:none;background:linear-gradient(#a3e635,#65a30d);border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 8px #00000026}.img-lib-tile__pick{cursor:pointer;text-align:left;background:0 0;border:0;width:100%;margin:0;padding:0;display:block}.img-lib-tile__pick:disabled{cursor:wait;opacity:.65}.img-lib-tile__media{background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:120px;display:flex;overflow:hidden}.img-lib-tile__media img{object-fit:cover;width:100%;height:100%;transition:transform .22s}.img-lib-tile:hover .img-lib-tile__media img{transform:scale(1.06)}.img-lib-tile.is-broken .img-lib-tile__media img{display:none}.img-lib-tile__media-placeholder{box-sizing:border-box;text-align:center;color:#64748b;background:#f1f5f9;justify-content:center;align-items:center;width:100%;height:100%;min-height:5.5rem;padding:.5rem;font-size:.6875rem;font-weight:600;line-height:1.35;display:flex}.img-lib-tile.is-broken{opacity:.92;border-color:#cbd5e1}.img-lib-tile.is-broken .img-lib-tile__pick:disabled{cursor:not-allowed}.img-lib-tile.is-preview-broken .img-lib-tile__media img{display:none}.img-lib-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:.25rem;display:flex}.img-lib-tabs__btn{appearance:none;color:#334155;cursor:pointer;background:#f8fafc;border:1px solid #cbd5e1;border-radius:.5rem;padding:.4rem .75rem;font-size:.75rem;font-weight:700;line-height:1.3;transition:background .15s,border-color .15s,color .15s}.img-lib-tabs__btn:hover{background:#f1f5f9;border-color:#94a3b8}.img-lib-tabs__btn.is-active{color:#065f46;background:#ecfdf5;border-color:#10b981;box-shadow:0 0 0 1px #10b98140}.img-lib-tile__meta{padding:8px 10px 6px}.img-lib-tile__badge{color:#075985;background:#e0f2fe;border-radius:6px;margin-bottom:4px;padding:2px 7px;font-size:10px;font-weight:800;display:inline-block}.img-lib-tile__badge--prop{color:#065f46;background:#d1fae5}.img-lib-tile__name{color:#1e293b;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:700;overflow:hidden}.img-lib-tile__actions{background:#fafafa;border-top:1px solid #f1f5f9;flex-direction:column;gap:8px;margin-top:auto;padding:8px 10px 10px;display:flex}.img-lib-tile__del{align-self:flex-start}.img-lib-tile__sel{width:100%}.img-lib-modal-wrap{flex-direction:column;gap:8px;display:flex}.img-lib-modal-open{align-items:center;gap:8px;font-weight:800;display:inline-flex}.img-lib-modal-open__ico{opacity:.85;flex-shrink:0}.img-lib-modal-head{background:linear-gradient(#fff,#f8faf6);border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 18px;display:flex}.img-lib-modal-head__text{min-width:0}.img-lib-modal-title{color:#0f172a;margin:0;font-size:1.05rem;font-weight:900}.img-lib-modal-desc{color:#64748b;margin:6px 0 0;font-size:12px;font-weight:600;line-height:1.5}.img-lib-modal-close{flex-shrink:0;align-items:center;gap:6px;display:inline-flex}.img-lib-modal-body{flex:1;min-height:0;padding:16px 18px 20px;overflow-y:auto}.img-lib-modal-body--article-pick{max-height:420px}.img-lib-grid--dense{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}@media (width<=1200px){.img-lib-grid--dense{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=900px){.img-lib-grid--dense{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=640px){.img-lib-grid--dense{grid-template-columns:repeat(2,minmax(0,1fr))}}.img-lib-tile__badge--spot{color:#92400e;background:#fef3c7}.img-lib-tile__badge--reg{color:#5b21b6;background:#ede9fe}.img-lib-tile__del-spacer{min-height:32px;display:block}.img-lib-modal-footer{background:#fafafa;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;padding:12px 18px;display:flex}.img-lib-modal-footer--sticky{z-index:4;flex-shrink:0;position:sticky;bottom:0;box-shadow:0 -4px 12px #0f172a0f}.img-lib-tile__bulk-check{z-index:3;cursor:pointer;background:#ffffffeb;border:1px solid #e2e8f0;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:6px;left:6px}.img-lib-tile__bulk-check input{cursor:pointer;width:16px;height:16px;margin:0}.img-lib-modal-footer__count{color:#334155;margin:0;font-size:13px;font-weight:800}.img-lib-modal-footer__actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.spot-img-modal__tabs{background:#fafafa;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:8px;padding:10px 18px 0;display:flex}.spot-img-modal__tab{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;transition:background .15s,border-color .15s,color .15s}.spot-img-modal__tab:hover{color:#1e293b;border-color:#84cc16}.spot-img-modal__tab.is-active{color:#14532d;background:linear-gradient(#ecfccb,#fff);border-color:#65a30d}.property-edit-gallery-drop.img-picker__drop{width:100%}.site-content-logo-size-row{flex-wrap:wrap;align-items:flex-end;gap:12px 16px;display:flex}.site-content-logo-size-row .admin-field-block{flex:140px;min-width:0}.site-content-hero-opacity{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}.site-content-hero-opacity__track{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.site-content-hero-opacity__range{flex:180px;min-width:120px;max-width:280px}.site-content-hero-opacity__value{font-variant-numeric:tabular-nums;color:#0f172a;min-width:3.2rem;font-size:13px;font-weight:800}.creation-launcher{margin-bottom:1.25rem}.creation-launcher__head{flex-wrap:wrap;align-items:baseline;gap:.35rem 1rem;margin-bottom:.65rem;display:flex}.creation-launcher__title{color:#0f172a;letter-spacing:.02em;margin:0;font-size:1rem;font-weight:800}.creation-launcher__lead{color:#64748b;margin:0;font-size:11px}.creation-launcher__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}@media (width<=1100px){.creation-launcher__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.creation-launcher__grid{grid-template-columns:1fr}}.creation-launcher__card{color:inherit;background:linear-gradient(165deg,#fff 0%,#f7fee7 55%,#ecfccb 100%);border:1px solid #a3e63559;border-radius:12px;flex-direction:column;align-items:flex-start;gap:4px;padding:10px 12px;text-decoration:none;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 1px 3px #0f172a0f}.creation-launcher__card:hover{border-color:#84cc16a6;transform:translateY(-2px);box-shadow:0 6px 16px #2d50001f}.creation-launcher__card--disabled{cursor:not-allowed;opacity:.72;background:#f8fafc;border-color:#e2e8f0}.creation-launcher__card--disabled:hover{border-color:#e2e8f0;transform:none;box-shadow:0 1px 3px #0f172a0f}.creation-launcher__icon{color:#3f6212;background:#ffffffd9;border:1px solid #a3e63573;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.creation-launcher__card--disabled .creation-launcher__icon{color:#64748b;background:#fff;border-color:#e2e8f0}.creation-launcher__count{color:#4d7c0f;font-variant-numeric:tabular-nums;margin:0;font-size:10px;font-weight:700}.creation-launcher__card--disabled .creation-launcher__count{color:#94a3b8}.creation-launcher__card-title{color:#14532d;margin:0;font-size:13px;font-weight:800;line-height:1.25}.creation-launcher__card--disabled .creation-launcher__card-title{color:#475569}.creation-launcher__desc{color:#3f6212;flex:auto;margin:0;font-size:11px;line-height:1.35}.creation-launcher__card--disabled .creation-launcher__desc{color:#64748b}.creation-launcher__btn{border-radius:8px;justify-content:center;align-items:center;margin-top:2px;padding:5px 12px;font-size:11px;font-weight:800;display:inline-flex}.creation-launcher__btn--primary{color:#14532d;background:linear-gradient(135deg,#bef264,#84cc16);border:1px solid #65a30d}.creation-launcher__card:hover .creation-launcher__btn--primary{filter:brightness(1.03)}.creation-launcher__btn--disabled{color:#64748b;background:#e2e8f0;border:1px solid #cbd5e1}.suumo-export-page{max-width:1100px}.suumo-export-page h1{color:#0f172a;margin:0 0 .35rem;font-size:1.35rem;font-weight:800}.suumo-export-page .suumo-export-lead{color:#64748b;margin:0 0 1.25rem;font-size:.875rem}.suumo-export-toolbar{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.suumo-export-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1rem;padding:1rem 1.1rem}.suumo-export-card h2{color:#1e293b;margin:0 0 .75rem;font-size:.95rem;font-weight:700}.suumo-export-table{border-collapse:collapse;width:100%;font-size:.8125rem}.suumo-export-table th,.suumo-export-table td{text-align:left;border-bottom:1px solid #f1f5f9;padding:.5rem .4rem}.suumo-export-table th{color:#64748b;font-weight:600}.suumo-export-badge{border-radius:6px;padding:.15rem .45rem;font-size:.7rem;font-weight:700;display:inline-block}.suumo-export-badge--draft{color:#475569;background:#f1f5f9}.suumo-export-badge--ready{color:#1d4ed8;background:#dbeafe}.suumo-export-badge--generated{color:#047857;background:#d1fae5}.suumo-export-badge--failed{color:#b91c1c;background:#fee2e2}.suumo-export-property-picker{border:1px solid #e2e8f0;border-radius:8px;max-height:320px;overflow:auto}.suumo-export-property-row{border-bottom:1px solid #f8fafc;align-items:center;gap:.5rem;padding:.4rem .6rem;font-size:.8125rem;display:flex}.suumo-export-property-row:hover{background:#f8fafc}.suumo-export-validation-errors{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem;font-size:.8125rem}.suumo-export-validation-warnings{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:.8125rem}.suumo-export-form-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.75rem;display:grid}.suumo-export-form-grid label{color:#475569;margin-bottom:.25rem;font-size:.75rem;font-weight:600;display:block}.suumo-export-form-grid input,.suumo-export-form-grid select{box-sizing:border-box;border:1px solid #cbd5e1;border-radius:6px;width:100%;padding:.4rem .5rem;font-size:.875rem}.suumo-export-dryrun-banner{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:1rem;padding:.65rem .85rem;font-size:.8125rem}
