:root{color:#132845;--accent-blue:#2576ff;--accent-blue-strong:#0f5ef0;--accent-cyan:#37d4d0;--bg-page:radial-gradient(circle at top left, #2576ff57, transparent 30%), radial-gradient(circle at top right, #37d4d033, transparent 24%), linear-gradient(180deg, #e8f4ff 0%, #d5e9ff 52%, #e4f1ff 100%);--surface-card:#f0f8fff0;--surface-card-strong:#e5f1fffa;--surface-chip:#dcebfff0;--border-soft:#a0c1e8db;--shadow-soft:0 16px 34px #3065b01f;background:#e8f3ff;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#app{min-height:100%;margin:0}body{background:var(--bg-page)}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.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}.app-shell{background:0 0;max-width:430px;min-height:100vh;margin:0 auto;position:relative}.app-topbar{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#eaf5fff7,#cee5ffeb),#f8fbffe0;border-bottom:1px solid #aac6e8b8;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px 10px;display:flex;position:sticky;top:0;box-shadow:0 10px 28px #4577bd14}.app-topbar__actions{align-items:center;gap:8px;display:flex}.origin-chip{color:#132845;background:linear-gradient(#f7fbfff5,#e4f0ffe6);border:1px solid #b1cbece6;border-radius:999px;align-items:center;gap:6px;max-width:128px;padding:7px 10px;display:inline-flex;box-shadow:0 10px 22px #4577bd14}.origin-chip__icon{font-size:13px}.origin-chip__text{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700;overflow:hidden}.app-topbar__brand{color:#53657e;align-items:center;gap:8px;font-size:13px;font-weight:700;display:inline-flex}.app-topbar__page-title{color:#142033;align-items:center;gap:10px;min-width:0;font-size:15px;font-weight:800;display:none}.app-topbar__page-title span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-topbar__brand-icon{width:24px;height:24px;color:var(--accent-blue-strong);background:linear-gradient(#2b7dff2e,#42d7d024);border-radius:8px;place-items:center;display:grid}.app-shell__body{min-height:100vh;padding-bottom:88px}.page,.auth-page{padding:24px 18px 32px}.auth-page{align-items:center;min-height:100vh;display:flex}.auth-card,.panel,.list-card{background:linear-gradient(180deg, #f7fbfff7, #e1eeffeb), var(--surface-card);box-shadow:var(--shadow-soft);border:1px solid #b7d0f0f0}.auth-card{border-radius:20px;width:100%;padding:24px 18px}.auth-card__eyebrow,.page-header__eyebrow{color:#58729a;white-space:nowrap;background:linear-gradient(#c6dffff2,#e3f0ffeb);border-radius:999px;flex-shrink:0;align-items:center;padding:6px 10px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.auth-card h1,.page-header h1{letter-spacing:-.04em;margin:14px 0 8px;font-size:32px;line-height:1.1}.auth-card__desc,.page-header__desc,.panel__desc,.list-card__body p,.field-block span,.feedback,.auth-card__link{color:#607086}.auth-card__link{margin-top:14px;font-size:14px;display:inline-block}.auth-card__actions{justify-content:space-between;gap:12px;margin-top:12px;display:flex}.page-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.page--house-list .page-header,.page--commute .page-header,.page--compare .page-header,.page--viewing .page-header{background:linear-gradient(135deg,#bedcfff2,#e5f4ffdb);border-bottom:1px solid #a7c5e9c2;margin:-24px -18px 20px;padding:24px 18px 22px}.quick-create-button{color:#fff;background:linear-gradient(135deg,#287bff 0%,#0f5ef0 62%,#2fd0d2 100%);border-radius:18px;flex-shrink:0;align-items:center;gap:10px;padding:10px 14px 10px 10px;display:inline-flex;box-shadow:0 16px 30px #0f5ef052}.quick-create-button__icon{background:#fff3;border-radius:11px;place-items:center;width:30px;height:30px;font-size:20px;font-weight:500;line-height:1;display:grid}.quick-create-button__label{letter-spacing:.01em;font-size:14px;font-weight:700}.form-stack,.detail-stack,.list-stack{gap:14px;display:grid}.list-stack--scroll{overscroll-behavior:contain;max-height:min(56vh,560px);padding-right:4px;overflow-y:auto}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field-block{gap:8px;display:grid}.input,.textarea{color:#142033;background:#fff;border:1px solid #d9e3ef;border-radius:14px;width:100%;padding:12px 14px}.textarea{resize:vertical;min-height:110px}.button{cursor:pointer;border:0;border-radius:14px;padding:12px 16px;font-weight:700}.button__loading{align-items:center;gap:8px;display:inline-flex}.button:disabled{opacity:.7;cursor:default}.button--primary{color:#fff;background:linear-gradient(135deg,#2f86ff 0%,#1664f5 68%,#40cdd4 100%);box-shadow:0 12px 24px #1c67db38}.button--ghost{color:#173250;background:#f1f8fff0;border:1px solid #b5cdeceb}.button--danger{color:#b42318;background:#fff1f1;border:1px solid #f5c2c7}.button--small{padding:10px 14px;font-size:14px}.action-row{gap:12px;display:flex}.action-row--wrap{flex-wrap:wrap}.action-row .button{flex:1}.detail-action-row{justify-content:flex-end}.detail-action-row .button,.detail-inline-button,.detail-location-actions .button,.compact-photo-manager__actions .button{white-space:nowrap;flex:none;min-width:0}.detail-action-row .button,.detail-inline-button{padding:10px 12px;font-size:13px}.detail-location-actions{gap:10px}.detail-location-actions .button{padding:11px 14px;font-size:13px}.feedback--error{color:#cb3a31}.feedback--success{color:#188038}.feedback--muted{color:#7a889c;font-size:13px}.switch-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:18px 0 16px;display:grid}.switch-tabs__item{color:#6480a4;background:#f3f9fff0;border:1px solid #b5cdece6;border-radius:14px;padding:12px 14px;font-weight:700}.switch-tabs__item--active{color:var(--accent-blue-strong);background:linear-gradient(#d4e6ffeb,#e9f4ffeb);border-color:#2b7dff47}.inline-field{gap:10px;display:flex}.inline-field__button{white-space:nowrap;flex-shrink:0}.field-hint{color:#7a889c;font-size:12px}.upload-surface{color:#132845;text-align:left;background:linear-gradient(#f6fbfffa,#e5f1ffeb);border:1px solid #b6cdebe6;border-radius:16px;align-items:center;gap:12px;width:100%;padding:14px;display:flex;box-shadow:inset 0 1px #fffc}.upload-surface__icon{width:36px;height:36px;color:var(--accent-blue-strong);background:linear-gradient(#2b7dff2e,#42d7d024);border-radius:12px;flex-shrink:0;place-items:center;font-size:22px;font-weight:500;display:grid}.upload-surface__content{gap:3px;min-width:0;display:grid}.upload-surface__content strong,.upload-surface__content small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.upload-surface__content strong{font-size:14px}.upload-surface__content small{color:#718198;font-size:12px}.house-image-toggle{color:#31435b;background:#1420330a;border-radius:14px;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;display:flex}.house-image-toggle input{width:16px;height:16px;margin-top:2px}.thumb-strip{gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.thumb-card{flex:0 0 92px;position:relative}.thumb-card__image{object-fit:cover;background:#f3f6fa;border:1px solid #dbe5ef;border-radius:16px;width:92px;height:92px;display:block}.thumb-card__remove{color:#fff;background:#142033d1;border:0;border-radius:999px;place-items:center;width:24px;height:24px;font-size:16px;line-height:1;display:grid;position:absolute;top:6px;right:6px}.thumb-card__name{color:#607086;word-break:break-all;margin:8px 0 0;font-size:12px;line-height:1.4}.panel{border-radius:18px;padding:16px}.panel--interactive{cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.panel--interactive:active{transform:scale(.995)}.panel--accent{background:linear-gradient(135deg,#d6e9fffa,#b0d6fff0)}.panel--map{padding:12px}.panel__title{margin:0 0 12px;font-size:15px;font-weight:700}.panel__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.panel__head .panel__title{margin-bottom:4px}.panel__text{color:#607086;white-space:pre-wrap;word-break:break-word;margin:0;font-size:14px;line-height:1.7}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.stats-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.score-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.score-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))}.score-card{background:linear-gradient(#dae9fff0,#c3dcfae6);border-radius:14px;padding:12px}.score-card span{color:#718198;font-size:12px;display:block}.score-card strong{margin-top:6px;font-size:18px;display:block}.stat-item{background:linear-gradient(#eff7fffa,#d6e8ffeb);border:1px solid #b4ceeedb;border-radius:14px;padding:12px}.stat-item span{color:#718198;font-size:12px}.stat-item strong{margin-top:6px;font-size:16px;display:block}.list-card{border-radius:18px;padding:14px}.list-card__body{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.list-card__content{min-width:0}.inline-cover-thumb{object-fit:cover;background:#dae8f8b3;border:1px solid #bfd5f0eb;border-radius:14px;flex:0 0 64px;width:64px;height:64px}.list-card__body h3{word-break:break-word;margin:0 0 6px;font-size:16px;line-height:1.5}.list-card__body p{word-break:break-word;margin:0;font-size:13px;line-height:1.6}.list-card__meta{color:#607086;flex-wrap:wrap;gap:10px;margin-top:10px;font-size:13px;display:flex}.list-card__submeta{color:#8a97aa;word-break:break-word;margin:8px 0 0;font-size:12px;line-height:1.5}.house-list-card{grid-template-columns:80px minmax(0,1fr);align-items:start;gap:12px;padding:12px;display:grid}.house-list-card__media{background:#dceafad1;border-radius:18px;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.house-list-card__media--placeholder{background:#ebf4fdf5;border:1px dashed #adc5e4f2;place-items:center;display:grid}.house-list-card__placeholder-text{color:#8a98ac;font-size:12px;font-weight:700}.house-list-card__image{object-fit:cover;width:100%;height:100%;display:block}.house-list-card__body{min-width:0;padding:0}.house-list-card__actions{align-items:center;gap:16px;width:100%;margin-top:16px;display:flex}.house-list-card__detail-link{color:#1f6bff;white-space:nowrap;flex:0 auto;margin-top:0;font-size:14px;font-weight:700;line-height:1.2}.house-list-card__delete{color:#cf5b49;letter-spacing:0;white-space:nowrap;cursor:pointer;background:#fff7f5f2;border:1px solid #df6e5c33;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:34px;margin:0 0 0 auto;padding:0 14px;font-size:12px;font-weight:700;line-height:1;display:inline-flex}.house-list-card__delete:hover:not(:disabled){color:#b93f2d;background:#fff1ee;border-color:#df6e5c52}.house-list-card__delete:disabled{opacity:.56;cursor:default}.compact-photo-manager{background:#eaf3fdf0;border:1px solid #bbd2efeb;border-radius:16px;gap:12px;padding:12px 14px;display:grid}.compact-photo-manager__top{gap:10px;display:grid}.compact-photo-toggle{color:#42546b;align-items:flex-start;gap:8px;font-size:13px;line-height:1.6;display:flex}.compact-photo-toggle input{width:16px;height:16px;margin-top:2px}.compact-photo-viewer{touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#1420330d;border-radius:18px;width:108px;height:108px;position:relative;overflow:hidden}.compact-photo-viewer__image{object-fit:cover;width:100%;height:100%;display:block}.compact-photo-viewer__nav{color:#fff;background:#142033a8;border:0;border-radius:999px;place-items:center;width:28px;height:28px;font-size:18px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.compact-photo-viewer__nav--prev{left:6px}.compact-photo-viewer__nav--next{right:6px}.compact-photo-viewer__cover{position:absolute;bottom:8px;left:8px}.compact-photo-manager__meta{gap:10px;display:grid}.compact-photo-manager__info{gap:4px;min-width:0;display:grid}.compact-photo-manager__info strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.compact-photo-manager__info span{color:#718198;font-size:12px}.compact-photo-manager__actions{flex-wrap:wrap;gap:8px;display:flex}.location-candidate-list{gap:10px;margin-top:14px;display:grid}.location-map-picker{background:#eaf3fdf0;border:1px solid #b8ceece6;border-radius:16px;gap:12px;margin-top:14px;padding:12px;display:grid}.location-map-picker__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.location-map-picker__head strong{color:#142033;font-size:14px;display:block}.location-map-picker__head span:not(.badge){color:#718198;margin-top:4px;font-size:12px;line-height:1.6;display:block}.location-candidate-card{text-align:left;color:#142033;background:#f1f8fff2;border:1px solid #b8ceece6;border-radius:16px;width:100%;padding:14px}.location-candidate-card__head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.location-candidate-card__head strong{word-break:break-word;min-width:0;font-size:14px;line-height:1.6}.location-candidate-card__action{color:#0a84ff;white-space:nowrap;flex-shrink:0;font-size:12px;font-weight:700}.location-candidate-card p{color:#718198;word-break:break-word;margin:8px 0 0;font-size:12px;line-height:1.6}.list-card__link{color:#0a84ff;margin-top:10px;font-size:14px;font-weight:700;display:inline-block}.badge{max-width:100%;color:var(--accent-blue-strong);white-space:nowrap;word-break:keep-all;background:#2576ff29;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 9px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.badge--pill{white-space:nowrap}.badge--light{color:#5c7698;background:#dbe8f7d1}.badge--success{color:#188038;background:#32d74b24}.tag-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag-chip{color:var(--accent-blue-strong);white-space:nowrap;word-break:keep-all;background:#2576ff29;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:6px 9px;font-size:11px;font-weight:700;line-height:1;display:inline-flex}.tag-chip--light{color:#5c7698;background:#dbe8f7d1}.checklist{gap:10px;display:grid}.checklist__item{background:#eaf3fde6;border:1px solid #bfd5f0d1;border-radius:14px;grid-template-columns:18px minmax(0,1fr);align-items:flex-start;gap:12px;padding:12px;display:grid}.checklist__item input{margin-top:3px}.checklist__item strong{font-size:14px;display:block}.checklist__item p{color:#718198;margin:4px 0 0;font-size:12px;line-height:1.6}.choice-row{flex-wrap:wrap;gap:10px;margin-bottom:14px;display:flex}.choice-chip{color:#6480a4;white-space:nowrap;word-break:keep-all;background:#f3f9fff0;border:1px solid #b8ceeceb;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:10px 12px;font-size:13px;font-weight:700;line-height:1;display:inline-flex}.choice-chip--active{color:var(--accent-blue-strong);background:linear-gradient(#c6defff5,#dfeefff0);border-color:#2b7dff47}.info-list{margin:0;padding:0;list-style:none}.info-list li{border-bottom:1px solid #edf2f6;justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 0;display:flex}.info-list li:last-child{border-bottom:0;padding-bottom:0}.info-list span{color:#607086;font-size:13px}.info-list strong{text-align:right;font-size:14px}.map-placeholder{color:#607086;background:linear-gradient(#7a91ac26 1px,#0000 1px) 0 0/32px 32px,linear-gradient(90deg,#7a91ac26 1px,#0000 1px) 0 0/32px 32px,linear-gradient(#cfe5ff 0%,#e6f2ff 100%) 0 0/100% 100%;border-radius:16px;place-items:center;min-height:220px;font-weight:700;display:grid}.map-stage{background:linear-gradient(#7a91ac26 1px,#0000 1px) 0 0/32px 32px,linear-gradient(90deg,#7a91ac26 1px,#0000 1px) 0 0/32px 32px,linear-gradient(#cfe5ff 0%,#e6f2ff 100%) 0 0/100% 100%;border-radius:16px;min-height:260px;position:relative;overflow:hidden}.map-stage--compact,.location-map-picker__canvas{min-height:220px}.map-canvas{width:100%;min-height:260px}.map-canvas--hidden{visibility:hidden}.map-overlay{text-align:center;color:#31435b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#f3f6fad1;place-items:center;padding:20px;font-weight:700;display:grid;position:absolute;inset:0}.map-overlay--muted{color:#607086;font-weight:600}.map-legend{color:#607086;flex-wrap:wrap;gap:14px;margin-top:12px;font-size:12px;font-weight:700;display:flex}.map-legend span{align-items:center;gap:6px;display:inline-flex}.map-legend__dot{border-radius:999px;width:10px;height:10px}.map-legend__dot--target{background:#ff6b5f}.map-legend__dot--house{background:#0a84ff}.map-legend__dot--current{background:#ff9f0a}.map-label{color:#fff;white-space:nowrap;background:#142033e0;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700;box-shadow:0 8px 18px #0f172a29}.map-label--target{background:#ff6b5feb}.map-label--current{background:#ff9f0aeb}.map-label--house{background:#142033e0}.map-card__actions{gap:10px;margin-top:12px;display:flex}.map-card__actions .button{flex:1}.poi-list{gap:10px;display:grid}.poi-card{background:#f5f8fcf0;border:1px solid #e2eaf3;border-radius:16px;grid-template-columns:minmax(0,1fr) auto;gap:8px 12px;padding:12px;display:grid}.poi-card strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.poi-card span:not(.badge){color:#718198;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;display:block;overflow:hidden}.poi-card p{color:#607086;grid-column:1/-1;margin:0;font-size:12px;line-height:1.5}.empty-state{justify-items:start;gap:14px;display:grid}.sheet-backdrop{z-index:40;background:#14203352;justify-content:center;align-items:flex-end;padding:18px;display:flex;position:fixed;inset:0}.sheet-panel{background:linear-gradient(#f8fcfffa,#e8f3fff5);border:1px solid #c1d8f4f5;border-radius:22px;width:min(394px,100vw - 24px);padding:18px;box-shadow:0 18px 36px #366eb62e}.user-menu{position:relative}.user-menu__trigger{color:#132845;background:linear-gradient(#f7fbfff5,#e4f0ffeb);border:1px solid #b5cdece6;border-radius:999px;align-items:center;gap:8px;max-width:200px;padding:6px 10px 6px 6px;display:inline-flex;box-shadow:0 10px 22px #4577bd14}.user-menu__trigger--active{border-color:#0a84ff40}.user-menu__avatar{color:#fff;background:linear-gradient(135deg,#2f86ff 0%,#1664f5 70%,#40cdd4 100%);border-radius:10px;place-items:center;width:30px;height:30px;font-size:13px;font-weight:700;display:grid}.user-menu__name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;overflow:hidden}.user-menu__caret-icon{color:#718198;flex-shrink:0;font-size:14px;line-height:1;transition:transform .2s;transform:translateY(-1px)}.user-menu__caret-icon--open{transform:rotate(180deg)}.user-menu__panel{background:linear-gradient(#f8fcfffa,#e8f3fff5);border:1px solid #bbd2efeb;border-radius:18px;width:min(280px,100vw - 36px);padding:14px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 34px #366eb624}.user-menu__summary{gap:4px;display:grid}.user-menu__summary strong{font-size:15px}.user-menu__summary span,.user-menu__meta dt{color:#718198;font-size:12px}.user-menu__meta{gap:10px;margin:14px 0;display:grid}.user-menu__meta div{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.user-menu__meta dd{text-align:right;word-break:break-all;margin:0;font-size:13px;font-weight:700}.user-menu__logout{color:#cb3a31;background:#cb3a311a;border:0;border-radius:14px;width:100%;padding:12px 14px;font-weight:700}.bottom-nav{background:linear-gradient(#e2f0fffc,#b8d6fcf2);border:1px solid #a0bfe7f5;border-radius:18px;grid-template-columns:repeat(4,1fr);gap:8px;width:min(394px,100vw - 24px);padding:10px;display:grid;position:fixed;bottom:12px;left:50%;transform:translate(-50%);box-shadow:0 18px 36px #0f5ef02e}.bottom-nav__item{color:#607086;justify-items:center;gap:4px;font-size:12px;font-weight:700;display:grid}.bottom-nav__item.router-link-active{color:#0a84ff}.bottom-nav__icon{background:#cee1f6e6;border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.bottom-nav__item.router-link-active .bottom-nav__icon{background:linear-gradient(#2576ff3d,#37d4d02e)}.list-card--interactive{cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.list-card--interactive:active{transform:scale(.99)}.list-card--active{border-color:#0a84ff59;box-shadow:0 16px 30px #0a84ff1f}.preview-card{background:#f5f8fcf2;border:1px solid #e3ebf5;border-radius:16px;margin-top:12px;padding:14px}.preview-card__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.preview-card__text{white-space:pre-wrap;word-break:break-word;color:#31435b;margin:0;font-size:13px;line-height:1.7}.preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px;display:grid}.preview-grid__item{background:#1420330a;border-radius:14px;padding:12px}.preview-grid__item span{color:#718198;font-size:12px;display:block}.preview-grid__item strong{word-break:break-word;margin-top:6px;font-size:14px;line-height:1.5;display:block}.loading-dots{align-items:center;gap:4px;display:inline-flex}.loading-dots i{opacity:.25;background:currentColor;border-radius:999px;width:5px;height:5px;animation:1.1s ease-in-out infinite loading-dot-pulse}.loading-dots i:nth-child(2){animation-delay:.16s}.loading-dots i:nth-child(3){animation-delay:.32s}@keyframes loading-dot-pulse{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.comparison-table-wrap{margin:0 -2px;padding-bottom:4px;overflow-x:auto}.comparison-table{border-collapse:separate;border-spacing:0;width:100%;min-width:620px}.comparison-table th,.comparison-table td{vertical-align:top;text-align:left;border-bottom:1px solid #edf2f6;padding:12px 10px}.comparison-table thead th{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:1;background:#f8fbfff5;position:sticky;top:0}.comparison-table th:first-child,.comparison-table td:first-child{min-width:86px}.comparison-table tbody tr:last-child th,.comparison-table tbody tr:last-child td{border-bottom:0}.comparison-table__head{gap:8px;display:grid}.comparison-table__head strong{word-break:break-word;font-size:14px;line-height:1.5}.comparison-table__value{color:#142033;font-size:14px;font-weight:700;line-height:1.4}.comparison-table__cell--best .comparison-table__value{color:#188038}.chart-stack{gap:14px;display:grid}.metric-chart{background:#f5f8fcf2;border:1px solid #e5edf6;border-radius:16px;padding:14px}.metric-chart__head{margin-bottom:12px}.metric-chart__head strong{font-size:15px;display:block}.metric-chart__head p{color:#607086;margin:4px 0 0;font-size:13px}.metric-chart__rows{gap:12px;display:grid}.metric-bar{gap:8px;display:grid}.metric-bar--interactive{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:0}.metric-bar__top{justify-content:space-between;align-items:center;gap:12px;display:flex}.metric-bar__label,.metric-bar__value{font-size:13px}.metric-bar__label{color:#31435b;font-weight:700}.metric-bar__value{color:#607086;white-space:nowrap;align-items:center;gap:4px;display:inline-flex}.metric-bar__chevron{color:#9aa8ba;font-size:14px;font-style:normal;line-height:1}.metric-bar__track{background:#14203314;border-radius:999px;height:10px;overflow:hidden}.metric-bar__fill{background:linear-gradient(90deg,#0a84ff73,#0a84ffeb);border-radius:999px;height:100%}.metric-bar__fill--best{background:linear-gradient(90deg,#32d74b8c,#188038f2)}.comparison-sort-row,.comparison-tab-row{margin-bottom:12px}.comparison-board{background:#f5f8fce6;border:1px solid #e6edf5;border-radius:18px;overflow:hidden}.comparison-board__header{background:#fffffff5;border-bottom:1px solid #e6edf5;grid-template-columns:minmax(0,1.5fr) repeat(4,minmax(0,.75fr));gap:10px;padding:12px 14px;display:grid}.comparison-board__body{overscroll-behavior:contain;max-height:min(44vh,360px);overflow-y:auto}.comparison-board__col{color:#718198;white-space:nowrap;font-size:12px;font-weight:700}.comparison-board__col--title{padding-left:2px}.comparison-row{background:#ffffffb8;border-bottom:1px solid #e6edf5;padding:14px}.comparison-row--interactive{cursor:pointer;transition:background .2s,transform .2s}.comparison-row--interactive:active{transform:scale(.995)}.comparison-row:last-child{border-bottom:0}.comparison-row--best{background:linear-gradient(#e9f4ffd1,#ffffffc7)}.comparison-row__main{grid-template-columns:minmax(0,1.5fr) repeat(4,minmax(0,.75fr));align-items:center;gap:10px;display:grid}.comparison-board__header--five,.comparison-row__main--five{grid-template-columns:minmax(0,1.5fr) repeat(4,minmax(0,.78fr))}.comparison-row__title-wrap{align-items:center;gap:10px;min-width:0;display:flex}.comparison-row__rank{color:#0a84ff;background:#0a84ff1f;border-radius:999px;flex-shrink:0;place-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:grid}.comparison-row__title-block{gap:2px;min-width:0;display:grid}.comparison-row__title{text-overflow:ellipsis;white-space:nowrap;color:#142033;font-size:13px;display:block;overflow:hidden}.comparison-row__sub{text-overflow:ellipsis;white-space:nowrap;color:#718198;font-size:11px;overflow:hidden}.comparison-row__action{color:#9aa8ba;flex-shrink:0;margin-left:auto;font-size:16px;line-height:1}.comparison-row__metrics{display:contents}.comparison-row__metric{text-overflow:ellipsis;white-space:nowrap;color:#31435b;font-size:13px;font-weight:700;display:block;overflow:hidden}.comparison-row__metric--score{color:#188038}.comparison-row__tags{margin-top:10px;padding-left:34px}.summary-house-card{background:#1420330a;border-radius:14px;align-items:center;gap:12px;margin-bottom:12px;padding:12px 14px;display:flex}.summary-house-card__thumb{object-fit:cover;background:#1420330d;border:1px solid #e5edf5;border-radius:13px;flex-shrink:0;width:54px;height:54px}.summary-house-card__title{color:#142033;flex:1;min-width:0;font-size:14px;line-height:1.5}.summary-house-card__hint{color:#6d7e95;white-space:nowrap;flex-shrink:0;margin-left:auto;font-size:12px;font-weight:700}.list-card__aside{flex-shrink:0;justify-items:end;gap:6px;display:grid}.list-card__action{color:#9aa8ba;font-size:16px;line-height:1}.metric-chart__rows--scroll{overscroll-behavior:contain;max-height:min(38vh,300px);padding-right:4px;overflow-y:auto}.badge--warning{color:#8a6400;background:#ffd60a2e}.badge--danger{color:#c2362d;background:#ff453a26}.viewing-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.viewing-progress{gap:10px;margin-bottom:14px;display:grid}.viewing-progress__meta{justify-content:space-between;align-items:center;gap:12px;display:flex}.viewing-progress__meta strong{font-size:22px;line-height:1}.viewing-progress__meta span{color:#607086;text-align:right;font-size:13px}.viewing-progress__track{background:#14203314;border-radius:999px;height:10px;overflow:hidden}.viewing-progress__fill{background:linear-gradient(90deg,#0a84ff8c,#0a84fffa);border-radius:999px;height:100%}.viewing-risk-list{flex-wrap:wrap;gap:8px;display:flex}.viewing-section-list{gap:14px;display:grid}.viewing-section{background:#f5f8fcdb;border:1px solid #e5edf5;border-radius:18px;padding:14px}.viewing-section__head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.viewing-section__head strong{font-size:15px;display:block}.viewing-section__head p{color:#607086;margin:4px 0 0;font-size:12px;line-height:1.6}.viewing-check-grid{gap:10px;display:grid}.viewing-check-card{background:#fffffff5;border:1px solid #dbe6f1;border-radius:16px;gap:8px;padding:14px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.viewing-check-card--active{border-color:#0a84ff52;box-shadow:0 10px 22px #0a84ff14}.viewing-check-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.viewing-check-card input{width:18px;height:18px;margin:0}.viewing-check-card strong{font-size:14px}.viewing-check-card p{color:#607086;margin:0;font-size:12px;line-height:1.6}.viewing-conclusion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.viewing-conclusion-option{color:#142033;text-align:left;cursor:pointer;background:#fff;border:1px solid #dbe5ef;border-radius:16px;gap:4px;padding:14px;transition:transform .2s,border-color .2s,box-shadow .2s;display:grid}.viewing-conclusion-option--active{background:#f5faffeb;border-color:#0a84ff61;box-shadow:0 10px 22px #0a84ff14}.viewing-conclusion-option strong{font-size:14px}.viewing-conclusion-option p{color:#607086;margin:0;font-size:12px;line-height:1.6}.viewing-upload-box{background:#f5f8fceb;border:1px solid #e5edf5;border-radius:18px;gap:12px;padding:12px;display:grid}.viewing-upload-surface{padding:16px}.viewing-upload-box__footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.viewing-upload-box__footer .feedback{flex:1;margin:0}.viewing-photo-grid{gap:12px;margin-top:14px;display:grid}.photo-gallery{gap:12px;display:grid}.photo-gallery__viewport{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;background:#f5f8fce6;border:1px solid #e5edf5;border-radius:22px;gap:0;display:flex;overflow-x:auto}.photo-gallery__viewport::-webkit-scrollbar{display:none}.photo-gallery__slide{scroll-snap-align:start;background:0 0;border:0;flex:0 0 100%;width:100%;padding:0;position:relative}.photo-gallery__image{aspect-ratio:4/3;object-fit:cover;background:#1420330d;width:100%;display:block}.photo-gallery__cover-badge{z-index:1;position:absolute;top:14px;left:14px}.photo-gallery__zoom-hint{color:#fff;background:#142033a3;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;position:absolute;bottom:14px;right:14px}.photo-gallery__toolbar{justify-content:space-between;align-items:center;gap:12px;display:flex}.photo-gallery__dots{justify-content:center;align-items:center;gap:8px;display:flex}.photo-gallery__dot{background:#6d7e953d;border:0;border-radius:999px;width:8px;height:8px;padding:0;transition:all .18s}.photo-gallery__dot--active{background:#0a84ff;width:22px}.photo-gallery__meta{gap:4px;min-width:0;display:grid}.photo-gallery__meta strong{text-overflow:ellipsis;white-space:nowrap;color:#142033;min-width:0;font-size:14px;display:block;overflow:hidden}.photo-gallery__meta span{color:#607086;font-size:12px}.photo-gallery__thumbs{-ms-overflow-style:none;scrollbar-width:none;gap:10px;padding-bottom:2px;display:flex;overflow-x:auto}.photo-gallery__thumbs::-webkit-scrollbar{display:none}.photo-thumb{background:#f5f8fce6;border:2px solid #0000;border-radius:16px;flex:0 0 72px;width:72px;height:72px;padding:0;position:relative;overflow:hidden;box-shadow:0 8px 20px #0f172a14}.photo-thumb--active{border-color:#0a84ff}.photo-thumb__image{object-fit:cover;width:100%;height:100%;display:block}.photo-thumb__cover{color:#fff;background:#142033b8;border-radius:999px;padding:2px 6px;font-size:11px;font-weight:700;position:absolute;bottom:6px;left:6px}.photo-viewer-backdrop{z-index:70;background:#09101cd1;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.photo-viewer{background:#fffffffa;border-radius:24px;gap:14px;width:min(420px,100vw - 24px);padding:16px;display:grid;box-shadow:0 24px 48px #0f172a3d}.photo-viewer__head{justify-content:space-between;align-items:center;gap:12px;display:flex}.photo-viewer__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.photo-viewer__meta{gap:4px;min-width:0;display:grid}.photo-viewer__meta strong{text-overflow:ellipsis;white-space:nowrap;color:#142033;min-width:0;font-size:14px;display:block;overflow:hidden}.photo-viewer__meta span{color:#607086;font-size:12px}.photo-viewer__stage{touch-action:pan-y;-webkit-user-select:none;user-select:none;background:#eef3f9;border-radius:20px;position:relative;overflow:hidden}.photo-viewer__image{object-fit:contain;background:#1420330a;width:100%;max-height:min(70vh,520px);display:block}.photo-fade-enter-active,.photo-fade-leave-active{transition:opacity .18s,transform .18s}.photo-fade-enter-from,.photo-fade-leave-to{opacity:0;transform:scale(.985)}.photo-viewer__nav{color:#fff;background:#1420339e;border:0;border-radius:999px;place-items:center;width:38px;height:38px;font-size:24px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.photo-viewer__nav--prev{left:10px}.photo-viewer__nav--next{right:10px}.sortable-photo-list{gap:12px;display:grid}.sortable-photo-card{background:#f5f8fceb;border:1px solid #e5edf5;border-radius:18px;grid-template-columns:96px minmax(0,1fr);gap:12px;padding:12px;display:grid}.sortable-photo-card--dragging{opacity:.76;border-color:#0a84ff52}.sortable-photo-card__image{object-fit:cover;background:#1420330d;border-radius:16px;width:96px;height:96px;display:block}.sortable-photo-card__body{gap:12px;min-width:0;display:grid}.sortable-photo-card__meta{gap:8px;min-width:0;display:grid}.sortable-photo-card__top{justify-content:space-between;align-items:center;gap:10px;display:flex}.sortable-photo-card__top strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.sortable-photo-card__actions{flex-wrap:wrap;gap:8px;display:flex}.viewing-photo-card{background:#f5f8fce6;border:1px solid #e5edf5;border-radius:18px;overflow:hidden}.viewing-photo-card__image{aspect-ratio:4/3;object-fit:cover;background:#1420330d;width:100%;display:block}.viewing-photo-card__body{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 6px;display:flex}.viewing-photo-card__body strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:13px;display:block;overflow:hidden}.viewing-photo-card__body span{color:#607086;flex-shrink:0;font-size:12px}.viewing-photo-card__meta{gap:10px;padding:0 14px 14px;display:grid}.viewing-photo-card__actions{flex-wrap:nowrap}.viewing-photo-card__actions .button{white-space:nowrap;flex:1;min-width:0}.viewing-summary-button{white-space:nowrap;flex:none;min-width:88px;padding-inline:12px}.input--compact,.textarea--compact{border-radius:12px;padding:10px 12px}.textarea--compact{min-height:84px}.viewing-ai-summary{background:#f5f8fce6;border:1px solid #e5edf5;border-radius:16px;padding:14px}.viewing-ai-summary p{color:#31435b;margin:0;line-height:1.8}.viewing-summary-sections{gap:12px;display:grid}.viewing-summary-section{background:#f5f8fce6;border:1px solid #e5edf5;border-radius:16px;gap:8px;padding:14px;display:grid}.viewing-summary-section p{color:#31435b;margin:0;line-height:1.8}.viewing-action-row .button,.viewing-back-link{white-space:nowrap;flex:none;min-width:0}.viewing-back-link{justify-content:center;display:inline-flex}@media (width<=390px){.comparison-board__header,.comparison-row__main{grid-template-columns:minmax(0,1.35fr) repeat(4,minmax(0,.72fr));gap:8px}.comparison-board__header--five,.comparison-row__main--five{grid-template-columns:minmax(0,1.28fr) repeat(4,minmax(0,.72fr))}.comparison-row__metric,.comparison-row__title{font-size:12px}.comparison-row__sub,.comparison-board__col{font-size:10px}.comparison-row__tags{padding-left:0}.stats-grid--four,.score-grid--five{grid-template-columns:repeat(2,minmax(0,1fr))}.viewing-conclusion-grid,.viewing-overview-grid{grid-template-columns:1fr}.viewing-upload-box__footer{flex-direction:column;align-items:stretch}.sortable-photo-card{grid-template-columns:1fr}.sortable-photo-card__image{aspect-ratio:4/3;width:100%;height:auto}}.auth-hero{display:none}@media (width>=1024px){body{background:radial-gradient(circle at 0 0,#2576ff57,#0000 30%),radial-gradient(circle at 100% 0,#37d4d02e,#0000 24%),radial-gradient(circle at 100% 100%,#185ad429,#0000 22%),linear-gradient(#e3f0ff 0%,#cfe3ff 52%,#deedff 100%)}.app-shell--desktop{grid-template-columns:var(--desktop-sidebar-width,248px) minmax(0, 1fr);align-items:start;gap:0;max-width:none;min-height:100vh;padding:0 18px 18px 0;transition:grid-template-columns .18s;display:grid}.app-shell--desktop.app-shell--desktop-collapsed{grid-template-columns:72px minmax(0,1fr)}.app-sidebar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#dcedfffa,#a5cdffeb),#d6e7fff0;border:1px solid #99bce7fa;border-radius:0 18px 18px 0;grid-template-rows:auto 1fr auto;gap:12px;min-height:calc(100vh - 18px);padding:18px 14px 16px;transition:padding .18s,border-radius .18s,transform .18s;display:grid;position:sticky;top:0;overflow:visible;box-shadow:0 22px 42px #0f5ef01f}.app-sidebar__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.app-sidebar__brand{align-items:center;gap:12px;display:flex}.app-sidebar__brand-copy{gap:4px;display:grid}.app-sidebar__brand-copy strong{color:#142033;white-space:nowrap;font-size:17px;line-height:1.2}.app-sidebar__brand-copy span{color:#6d87aa;font-size:12px}.app-sidebar__toggle{color:#58729a;background:linear-gradient(#f7fbfff5,#e2efffe6);border:1px solid #b6ceedeb;border-radius:10px;flex-shrink:0;place-items:center;width:32px;height:32px;transition:background-color .14s,border-color .14s,color .14s,transform .14s;display:grid}.app-sidebar__toggle:hover{color:#1c2f49;background:#e4f0fff5;border-color:#a5c0e3f5}.app-sidebar__nav{align-content:start;gap:4px;display:grid}.app-sidebar__nav-item{color:#5e7aa0;border:1px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-weight:700;transition:background-color .14s,border-color .14s,color .14s,transform .14s;display:flex}.app-sidebar__nav-label{white-space:nowrap}.app-shell--desktop.app-shell--desktop-collapsed .app-sidebar{border-radius:0 16px 16px 0;padding-inline:10px}.app-shell--desktop.app-shell--desktop-collapsed .app-sidebar__header{justify-content:center}.app-shell--desktop.app-shell--desktop-collapsed .app-sidebar__brand{display:none}.app-shell--desktop.app-shell--desktop-collapsed .app-sidebar__nav-item{justify-content:center;padding-inline:8px}.app-shell--desktop.app-shell--desktop-collapsed .app-sidebar__footer{display:none}.app-sidebar__nav-item.router-link-active{color:var(--accent-blue-strong);box-shadow:inset 3px 0 0 var(--accent-blue-strong), 0 12px 24px #2968c41a;background:linear-gradient(135deg,#bedafff5,#d8ebfffa);border-color:#2576ff38}.app-sidebar__nav-item:hover{color:#142033;background:#e8f3fff0;transform:translate(1px)}.app-sidebar__nav-icon{background:linear-gradient(#e7f2fff0,#d6e6f9e6);border-radius:10px;flex-shrink:0;place-items:center;width:32px;height:32px;font-size:15px;display:grid}.app-sidebar__footer{border-top:1px solid #bbd3efeb;gap:6px;margin-top:8px;padding-top:14px;display:grid}.app-sidebar__footer-label{color:#7290b5;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:700}.app-sidebar__footer-value{color:#1c2f49;word-break:break-word;font-size:13px;line-height:1.6}.app-sidebar__resizer{cursor:ew-resize;z-index:4;background:0 0;border:0;width:16px;height:100%;padding:0;position:absolute;top:0;right:-8px}.app-sidebar__resizer:after{content:"";opacity:.78;background:linear-gradient(#2576ff2e,#37d4d06b);border-radius:999px;width:4px;height:88px;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.app-shell--desktop{--desktop-grid-gap:clamp(18px, 1.4vw, 24px);--desktop-rail-column:clamp(236px, 18vw, 296px);--desktop-side-column:clamp(320px, 24vw, 408px);--desktop-form-rail-column:clamp(248px, 19vw, 312px);--desktop-form-side-column:clamp(280px, 22vw, 360px);--desktop-detail-side-column:clamp(320px, 24vw, 400px);--desktop-three-column-template:var(--desktop-rail-column) minmax(0, 1fr) var(--desktop-side-column);--desktop-two-column-template:minmax(0, 1fr) var(--desktop-side-column);--desktop-detail-template:minmax(0, 1.28fr) var(--desktop-detail-side-column);--desktop-inner-two-column-template:minmax(0, 1fr) var(--desktop-form-side-column)}.app-shell__main{grid-template-rows:auto minmax(0,1fr);align-self:start;justify-items:stretch;gap:14px;width:100%;min-width:0;max-width:none;margin-right:0;padding-left:clamp(16px,1.2vw,24px);transition:max-width .18s;display:grid}.app-shell--desktop.app-shell--desktop-collapsed .app-shell__main{max-width:none}.app-topbar--desktop{background:linear-gradient(135deg,#e3f1fffa,#afd0ffed),#ffffffd1;border:1px solid #9bbee8e0;border-radius:0 0 16px 16px;padding:12px 16px;top:0;box-shadow:0 16px 34px #0f5ef01f}.app-topbar__brand--desktop{display:none}.app-topbar--desktop .app-topbar__page-title{letter-spacing:-.01em;max-width:min(42vw,520px);font-size:16px;display:inline-flex}.origin-chip--desktop{max-width:220px;min-height:40px;padding-inline:12px}.origin-chip--desktop .origin-chip__text{font-size:13px}.app-shell__body--desktop{width:100%;min-height:0;padding:0}.app-shell--desktop .page{align-content:start;place-self:start stretch;width:100%;min-width:0;padding:0 4px 28px;display:grid;container-type:inline-size}.app-shell--desktop .page-header{border-bottom:1px solid #bdd4f0e6;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px;margin-bottom:22px;padding-bottom:16px;display:grid}.app-shell--desktop .page-header h1{letter-spacing:-.045em;text-wrap:balance;max-width:none;font-size:clamp(40px,4vw,56px);line-height:1.04}.app-shell--desktop .page--house-list>.page-header,.app-shell--desktop .page--house-form>.page-header,.app-shell--desktop .page--commute>.page-header,.app-shell--desktop .page--compare>.page-header,.app-shell--desktop .page--viewing>.page-header{display:none}.app-shell--desktop .panel,.app-shell--desktop .list-card{box-shadow:none;border-radius:8px}.app-shell--desktop .panel{background:0 0;border:0;border-bottom:1px solid #d8e2eec7;padding:18px 0}.app-shell--desktop .panel--map{padding:0 0 18px}.app-shell--desktop .panel__title{font-size:17px}.app-shell--desktop .panel__desc,.app-shell--desktop .panel__text,.app-shell--desktop .feedback{font-size:14px;line-height:1.65}.app-shell--desktop .list-card--interactive:hover,.app-shell--desktop .panel--interactive:hover,.app-shell--desktop .comparison-row--interactive:hover,.app-shell--desktop .metric-bar--interactive:hover{transform:translateY(-1px)}.app-shell--desktop .list-card__body h3{font-size:18px}.app-shell--desktop .badge,.app-shell--desktop .tag-chip{padding:7px 11px;font-size:12px}.app-shell--desktop .stats-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.app-shell--desktop .score-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.app-shell--desktop .button{white-space:nowrap}.app-shell--desktop .action-row{flex-wrap:wrap}.app-shell--desktop .action-row .button{flex:none}.sheet-backdrop--desktop{justify-content:center;align-items:center;padding:32px}.sheet-panel--desktop{border-radius:28px;width:min(560px,100vw - 64px);max-height:min(80vh,720px);padding:24px;overflow-y:auto}.user-menu__panel{width:320px}.auth-page--responsive{justify-content:center;padding:32px 28px}.auth-layout{grid-template-columns:minmax(360px,1.05fr) minmax(440px,.95fr);align-items:stretch;gap:22px;width:min(1180px,100%);display:grid}.auth-hero{background:linear-gradient(145deg,#e4f1fff7,#bad9ffe6),linear-gradient(#2576ff29,#fff0);border:1px solid #afcceef0;border-radius:18px;align-content:center;gap:18px;padding:34px 32px;display:grid;box-shadow:0 20px 40px #3065b01a}.auth-hero__eyebrow{width:fit-content;color:var(--accent-blue-strong);letter-spacing:.04em;background:#d6e7ffeb;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.auth-hero h2{letter-spacing:-.04em;margin:0;font-size:42px;line-height:1.08}.auth-hero p{color:#5c6d84;margin:0;font-size:16px;line-height:1.75}.auth-hero__list{color:#31435b;gap:10px;margin:0;padding-left:18px;display:grid}.auth-card{background:linear-gradient(#f5fafffc,#dbeafff2);border:1px solid #b0cdeef0;border-radius:18px;align-self:center;max-width:none;padding:34px 30px;box-shadow:0 20px 40px #3065b017}.auth-card h1,.page-header h1{font-size:48px}.page-header{margin-bottom:28px}.page-header__desc,.panel__desc{max-width:64ch}.app-shell--desktop .page-header__eyebrow{color:#7290b5;background:0 0;border-radius:0;padding-inline:0}.house-list-layout__sidebar>.panel,.house-form-layout__panel,.house-detail-layout__panel,.commute-layout__panel,.compare-layout__panel,.viewing-layout__panel{background:linear-gradient(#f2f8fff7,#d6e6fcf0);border:1px solid #b0cdeef0;border-radius:16px;padding:20px;box-shadow:0 18px 38px #3065b017}.house-list-layout__sidebar>.panel,.house-list-desktop__panel--focus,.viewing-layout__panel--suggestion,.compare-layout__panel--chart,.compare-layout__panel--summary,.viewing-layout__panel--overview{background:linear-gradient(#dfeefffa,#bddafcf0);border-color:#9fc1eaf5;box-shadow:0 20px 40px #0f5ef01a}.compare-layout__panel--summary,.viewing-layout__panel--overview{background:linear-gradient(135deg,#b0d3fffa,#93c3fff2);border:0}.commute-layout__panel--map{padding:18px}.house-detail-layout__panel--photos,.commute-layout__panel--map,.compare-layout__panel--chart,.viewing-layout__panel--suggestion{box-shadow:0 16px 34px #366eb61a}.house-list-desktop{grid-template-columns:var(--desktop-three-column-template);gap:var(--desktop-grid-gap);grid-template-areas:"rail workspace focus";align-items:start;width:100%;min-width:0;display:grid}.house-list-desktop__rail{grid-area:rail;max-height:calc(100vh - 116px);padding-right:4px;overflow-y:auto}.house-list-desktop__rail,.house-list-desktop__focus{gap:12px;display:grid;position:sticky;top:96px}.house-list-desktop__workspace{grid-area:workspace;grid-template-rows:auto auto minmax(0,1fr);align-content:start;gap:10px;min-width:0;display:grid}.house-list-desktop__panel,.house-list-desktop__results,.house-list-desktop__empty,.house-detail-desktop__hero,.house-detail-desktop__panel{background:#fffc;border:1px solid #dee6efeb;border-radius:8px;padding:16px}.house-list-desktop__panel--overview,.house-detail-desktop__hero{background:linear-gradient(#e9f2ffe6,#ffffffd1)}.house-list-desktop__overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.house-list-desktop__choice-row,.house-detail-desktop__tool-tabs{margin-bottom:0}.house-list-desktop__summary-tags{margin-top:0}.house-list-desktop__workspace-head{border-bottom:1px solid #dce4eee0;justify-content:space-between;align-items:center;gap:18px;padding:0 2px 10px;display:flex}.house-list-desktop__context-strip{color:#53657e;background:#f8fbffeb;border:1px solid #e0e8f1eb;border-radius:8px;flex-wrap:wrap;align-items:center;gap:8px;padding:6px 10px;font-size:11px;font-weight:700;display:flex}.house-list-desktop__results{gap:8px;max-height:calc(100vh - 208px);padding:4px 6px 0 0;display:grid;overflow-y:auto}.house-list-desktop__row{text-align:left;color:#142033;background:#fcfdfff0;border:1px solid #e0e8f1eb;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px;width:100%;padding:11px 12px;transition:border-color .14s,transform .14s,background-color .14s;display:grid}.house-list-desktop__row-button{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:76px minmax(0,1fr);align-items:start;gap:12px;margin:0;padding:0;display:grid}.house-list-desktop__row:hover{background:#f8fbfff5;border-color:#c6d2e1f5;transform:translateY(-1px)}.house-list-desktop__row--active{background:linear-gradient(#0a84ff12,#fffffff5);border-color:#0a84ff47;box-shadow:0 8px 18px #0a84ff0f}.house-list-desktop__row-media{background:#1420330d;border-radius:8px;width:76px;height:76px;overflow:hidden}.house-list-desktop__row-media--placeholder,.house-list-desktop__focus-cover--placeholder{background:#f5f8fcf0;border:1px dashed #d8e1ec;place-items:center;display:grid}.house-list-desktop__row-image,.house-list-desktop__focus-image{object-fit:cover;width:100%;height:100%}.house-list-desktop__row-main,.house-list-desktop__row-title{gap:6px;min-width:0;display:grid}.house-list-desktop__row-head{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.house-list-desktop__row-status{margin-top:0}.house-list-desktop__row-title strong{word-break:break-word;font-size:16px;line-height:1.32}.house-list-desktop__row-title span{color:#607086;word-break:break-word;font-size:11px;line-height:1.45}.house-list-desktop__row-metrics{color:#53657e;flex-wrap:wrap;gap:8px 10px;font-size:11px;font-weight:700;display:flex}.house-list-desktop__row-tags{margin-top:0}.house-list-desktop__row-delete{color:#c44732;min-width:58px;min-height:34px;box-shadow:none;background:#fff7f5d1;border-color:#e9604d3d;border-radius:999px;align-self:start;padding:7px 12px;font-size:12px;font-weight:700;line-height:1}.house-list-desktop__row-delete:hover:not(:disabled){color:#ac341f;background:#fff1edf5;border-color:#e9604d57}.house-list-desktop__focus{grid-area:focus;align-self:start;min-width:0}.house-list-desktop__panel--focus{background:#ffffffe6;gap:14px;max-height:calc(100vh - 116px);padding-right:6px;display:grid;overflow-y:auto}.house-list-desktop__rail-tabs,.house-detail-desktop__main-tabs{margin-bottom:0}.house-list-desktop__rail-body{gap:14px;display:grid}.house-list-desktop__rail-body--compact{gap:14px}.house-list-desktop__completeness-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.house-list-desktop__completeness-item{background:#f9fbfeeb;border:1px solid #e0e8f1eb;border-radius:10px;gap:6px;padding:12px;display:grid}.house-list-desktop__completeness-item span{color:#607086;font-size:12px;font-weight:700}.house-list-desktop__completeness-item strong{color:#142033;font-size:15px}.house-list-desktop__focus-cover{aspect-ratio:16/9;background:#1420330d;border-radius:10px;width:100%;max-height:220px;overflow:hidden}.house-list-desktop__focus-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.house-list-desktop__focus-title-block{gap:4px;min-width:0;display:grid}.house-list-desktop__focus-header-side{justify-items:end;gap:8px;display:grid}.house-list-desktop__focus-toolbar{background:#fafcffeb;border:1px solid #e0e8f1eb;border-radius:10px;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.house-list-desktop__focus-toolbar-main{gap:4px;min-width:0;display:grid}.house-list-desktop__focus-toolbar-main strong{color:#142033;font-size:14px}.house-list-desktop__focus-toolbar-main span{color:#607086;font-size:12px;line-height:1.5}.house-list-desktop__focus-nav{align-items:center;gap:8px;display:flex}.house-list-desktop__focus-stats{gap:10px}.house-list-desktop__focus-list li{padding-block:12px}.house-list-desktop__focus-actions{justify-content:flex-start}.house-list-desktop__focus-actions .button{min-width:120px}.house-list-desktop__focus-section,.house-list-desktop__focus-source{gap:12px;min-height:240px;display:grid}.house-list-desktop__focus-source{max-height:360px;padding-right:4px;overflow-y:auto}.house-list-desktop__focus .stats-grid,.house-list-desktop__focus .info-list,.house-list-desktop__focus .tag-row{margin-top:0}.house-list-desktop__focus .stats-grid{gap:8px}.house-list-desktop__focus .stat-item{background:#f9fbfeeb;border:1px solid #e0e8f1eb;border-radius:10px;padding:12px}.house-list-desktop__focus .info-list li{padding-block:10px}@container (width<=1180px){.house-list-desktop{grid-template-columns:clamp(220px,28vw,280px) minmax(0,1fr);grid-template-areas:"rail workspace""focus focus"}.house-list-desktop__focus{position:static}.house-list-desktop__panel--focus{max-height:none;padding-right:0;overflow:visible}}@container (width<=980px){.house-list-desktop{grid-template-columns:minmax(0,1fr);grid-template-areas:"rail""workspace""focus"}.house-list-desktop__rail,.house-list-desktop__focus{position:static}}.house-detail-desktop{gap:14px;display:grid}.house-detail-desktop__hero{grid-template-columns:minmax(0,1.42fr) minmax(clamp(300px,23vw,400px),.82fr);grid-template-areas:"main stats""actions stats";align-items:start;gap:14px 18px;display:grid}.house-detail-desktop__hero-main{grid-area:main;gap:8px;display:grid}.house-detail-desktop__hero-tags{margin-top:0}.house-detail-desktop__hero-stats{grid-area:stats;align-self:stretch;gap:10px}.house-detail-desktop__hero-actions{grid-area:actions;justify-content:flex-start}.house-detail-desktop__body{grid-template-columns:var(--desktop-detail-template);gap:var(--desktop-grid-gap);align-items:start;display:grid}.house-detail-desktop__main{gap:0;display:grid}.house-detail-desktop__tools{gap:12px;display:grid;position:sticky;top:96px}.house-detail-desktop__panel--tools{gap:14px;max-height:calc(100vh - 116px);padding-right:6px;display:grid;overflow-y:auto}.house-detail-desktop__tool-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.house-detail-desktop__tool-summary-item{background:#f8fbffe0;border:1px solid #e0e8f1eb;border-radius:8px;gap:6px;padding:10px;display:grid}.house-detail-desktop__tool-summary-item span{color:#607086;font-size:12px;font-weight:700}.house-detail-desktop__tool-summary-item strong{color:#142033;font-size:14px}.house-detail-desktop__tool-mode{gap:4px;padding:0 2px;display:grid}.house-detail-desktop__tool-mode strong{color:#142033;font-size:14px}.house-detail-desktop__tool-mode span{color:#607086;font-size:12px;line-height:1.6}.house-detail-desktop__location-tabs{margin-bottom:0}.house-detail-desktop__location-pane{align-content:start;gap:12px;min-height:360px;display:grid}.house-detail-desktop__main-panel{gap:14px;min-height:420px;display:grid}.house-detail-desktop__main-body{gap:12px;min-height:320px;display:grid}.house-detail-desktop__main-body--source{align-content:start;max-height:420px;padding-right:4px;overflow-y:auto}.house-detail-desktop__info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.house-detail-desktop__info-item,.house-detail-desktop__detail-row{background:#f9fbfee0;border:1px solid #e0e8f1eb;border-radius:8px;gap:6px;padding:12px;display:grid}.house-detail-desktop__info-item span,.house-detail-desktop__detail-row span{color:#607086;font-size:12px;font-weight:700}.house-detail-desktop__info-item strong,.house-detail-desktop__detail-row strong{word-break:break-word;font-size:15px;line-height:1.6}.house-detail-desktop__detail-stack{gap:10px;display:grid}.house-detail-desktop__tool-actions{justify-content:flex-start}.house-detail-desktop__tool-actions .button{min-width:120px}.house-detail-desktop__map-picker{margin-top:0}.house-detail-desktop__map-picker .map-stage,.house-detail-desktop__map-picker .map-canvas{min-height:320px}.house-detail-desktop__candidate-list{max-height:260px;padding-right:4px;overflow-y:auto}.house-detail-desktop__photo-gallery .photo-gallery__viewport{aspect-ratio:16/10}.house-list-layout{grid-template-columns:292px minmax(0,1fr);align-items:start;gap:24px;display:grid}.house-list-layout__sidebar{gap:16px;display:grid;position:sticky;top:112px}.house-list-layout__results{gap:14px;max-height:calc(100vh - 188px);padding-right:8px}.house-list-layout .list-card,.house-list-card{background:#ffffffc7;border:1px solid #e0e8f1eb;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:16px;padding:14px;display:grid}.house-list-card__media{border-radius:14px;width:96px;height:96px;overflow:hidden}.house-list-card__image{object-fit:cover;width:100%;height:100%}.house-list-card__body{gap:12px;min-width:0;display:grid}.house-list-layout .inline-cover-thumb{border-radius:12px;width:84px;height:84px}.house-list-layout .list-card__content h3{font-size:22px}.house-list-layout .list-card__meta{gap:16px;font-size:14px}.house-list-layout .tag-row{gap:10px}.house-list-layout .list-card__link{justify-self:start;font-weight:700}.house-list-layout .house-list-card__actions{grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:24px;width:100%;margin-top:8px;display:grid}.house-list-layout .house-list-card__detail-link{margin-top:0;font-size:14px;line-height:1.2}.house-list-layout .house-list-card__delete.button.button--danger.button--small{color:#c44732;letter-spacing:0;min-width:0;min-height:0;box-shadow:none;background:#fff8f694;border:1px solid #e2665238;border-radius:999px;justify-self:end;margin-top:0;padding:4px 10px;font-size:11px;font-weight:700;line-height:1.1}.house-list-layout .house-list-card__delete.button.button--danger.button--small:hover:not(:disabled){color:#ac341f;background:#fff2efe0;border-color:#e2665252}.house-list-layout__sidebar .panel__head,.commute-layout .panel__head,.compare-layout .panel__head,.viewing-layout .panel__head,.house-detail-layout .panel__head{margin-bottom:16px}.house-form-layout{grid-template-columns:var(--desktop-form-rail-column) minmax(0, 1fr) var(--desktop-form-side-column);gap:var(--desktop-grid-gap);grid-template-areas:"import main source""import main source"".actions actions";align-items:start;width:100%;min-width:0;display:grid}.house-form-layout>.feedback{grid-column:1/-1}.house-form-layout__panel--import{grid-area:import;max-height:calc(100vh - 116px);padding-right:6px;position:sticky;top:96px;overflow-y:auto}.house-form-layout__panel--main{grid-area:main;align-content:start;gap:14px;display:grid}.house-form-layout__panel--source{grid-area:source;align-content:start;gap:14px;min-width:0;display:grid}.house-form-layout__actions{grid-area:actions;justify-content:flex-end}.house-form-layout__panel--main{min-width:0}.house-form-layout__panel--import,.house-form-layout__panel--source{align-self:start}@container (width<=1640px){.house-form-layout{grid-template-columns:var(--desktop-form-rail-column) minmax(0, 1fr);grid-template-areas:"import main""import source""import actions"}}@container (width<=1260px){.house-form-layout{grid-template-columns:minmax(0,1fr);grid-template-areas:"import""main""source""actions"}.house-form-layout__panel--import{max-height:none;padding-right:0;position:static;overflow:visible}.house-form-layout__actions{justify-content:flex-start}}.house-detail-layout{grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);align-items:start;gap:22px}.house-detail-layout__panel--summary{grid-column:1/-1}.house-detail-layout__panel--info,.house-detail-layout__panel--extra,.house-detail-layout__panel--source{grid-column:1}.house-detail-layout__panel--photos,.house-detail-layout__panel--location{grid-column:2}.house-detail-layout__panel--photos{position:sticky;top:112px}.house-detail-layout .compact-photo-manager__viewport{aspect-ratio:16/10}.house-detail-layout .compact-photo-manager__thumbs{grid-template-columns:repeat(5,minmax(0,1fr))}.house-detail-layout .detail-action-row{flex-wrap:wrap}.house-detail-layout .detail-action-row .button{min-width:128px}.house-detail-layout__panel--info .info-list li,.house-detail-layout__panel--extra .info-list li,.house-detail-layout__panel--source .info-list li{padding-block:14px}.commute-desktop{gap:var(--desktop-grid-gap);grid-template-columns:clamp(252px,16vw,320px) minmax(520px,1fr) clamp(320px,22vw,420px);grid-template-areas:"rail main drawer";align-items:start;width:100%;min-width:0;display:grid}.commute-desktop__rail{grid-area:rail;gap:10px;display:grid;position:sticky;top:96px}.commute-desktop__control,.commute-desktop__summary,.commute-desktop__stage-panel,.commute-desktop__drawer,.compare-desktop__workspace,.compare-desktop__focus,.compare-desktop__candidates,.viewing-desktop__checklist,.viewing-desktop__result-panel,.viewing-layout__panel--progress,.viewing-layout__panel--notes{background:#fffc;border:1px solid #dee6efeb;border-radius:8px;padding:16px}.commute-desktop__control-actions{justify-content:flex-start}.commute-desktop__summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.commute-desktop__summary-grid .score-card strong{word-break:break-word;font-size:14px;line-height:1.5}.commute-desktop__main,.commute-desktop__workspace{grid-template-rows:auto minmax(0,1fr);align-content:start;gap:12px;min-width:0;display:grid}.commute-desktop__main{grid-area:main}.commute-desktop__toolbar{border-bottom:1px solid #dce4eee0;justify-content:space-between;align-items:center;gap:16px;padding:0 2px 10px;display:flex}.commute-desktop__toolbar .choice-row{margin-bottom:0}.commute-desktop__toolbar-meta{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.commute-desktop__stage-panel,.commute-desktop__drawer{min-width:0}.commute-desktop__stage-panel{align-content:start;gap:12px;min-width:0;display:grid;position:sticky;top:96px}.commute-desktop__stage-panel .panel__head{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:0;display:flex}.commute-desktop__stage-panel .panel__head>div{flex:1}.commute-desktop__stage-panel .panel__title{margin-bottom:2px}.commute-desktop__stage-panel .panel__desc{max-width:none;font-size:12px;line-height:1.55}.commute-desktop__stage-panel .panel__head,.commute-desktop__drawer .panel__head,.commute-desktop__control .panel__head,.house-detail-desktop__panel .panel__head,.compare-desktop__workspace .panel__head,.compare-desktop__focus .panel__head,.compare-desktop__candidates .panel__head,.viewing-layout__panel--progress .panel__head,.viewing-desktop__checklist .panel__head,.viewing-desktop__result-panel .panel__head{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;display:grid}.commute-desktop__stage-panel .panel__head>div,.commute-desktop__drawer .panel__head>div,.commute-desktop__control .panel__head>div,.house-detail-desktop__panel .panel__head>div,.compare-desktop__workspace .panel__head>div,.compare-desktop__focus .panel__head>div,.compare-desktop__candidates .panel__head>div,.viewing-layout__panel--progress .panel__head>div,.viewing-desktop__checklist .panel__head>div,.viewing-desktop__result-panel .panel__head>div{min-width:0}.commute-desktop__map-stage,.commute-desktop__map-stage .map-canvas{width:100%;min-width:0;min-height:clamp(560px,66vh,860px);max-height:920px}.commute-desktop__stage-footer{gap:10px;display:grid}.commute-desktop__focus-strip{border-top:1px solid #e0e8f1e6;justify-content:space-between;align-items:center;gap:18px;padding-top:14px;display:flex}.commute-desktop__focus-main{gap:4px;min-width:0;display:grid}.commute-desktop__focus-main strong{color:#142033;font-size:16px}.commute-desktop__focus-main span{color:#607086;word-break:break-word;font-size:13px;line-height:1.6}.commute-desktop__focus-metrics{color:#53657e;white-space:nowrap;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;font-size:13px;font-weight:700;display:flex}.commute-desktop__workspace-tabs{margin-bottom:0}.commute-desktop__workspace-body{min-height:0}.commute-desktop__drawer{grid-area:drawer;align-content:start;gap:12px;max-height:calc(100vh - 116px);padding-right:6px;display:grid;position:sticky;top:96px;overflow-y:auto}.commute-desktop__workspace-body .list-stack--scroll,.commute-desktop__workspace-body .poi-list{max-height:calc(100vh - 228px)}.commute-desktop__workspace-body .poi-list{gap:12px;padding-right:4px;display:grid;overflow-y:auto}.commute-desktop__drawer .list-card,.commute-desktop__drawer .poi-card{background:#fcfdfff5;border:1px solid #e0e8f1eb;border-radius:8px}.commute-desktop__drawer .list-card__body{gap:10px}.commute-desktop__drawer .list-card__content h3{font-size:16px;line-height:1.4}.commute-desktop__drawer .list-card__content p,.commute-desktop__drawer .poi-card p{font-size:12px;line-height:1.5}.commute-desktop__drawer .list-card__meta,.commute-desktop__drawer .map-card__actions{margin-top:0}.commute-desktop__drawer .inline-cover-thumb{border-radius:8px;width:68px;height:68px}.compare-desktop{gap:14px;width:100%;min-width:0;display:grid}.compare-desktop__body{grid-template-columns:var(--desktop-two-column-template);gap:var(--desktop-grid-gap);align-items:start;width:100%;min-width:0;display:grid}.compare-desktop__workspace,.compare-desktop__side{min-width:0}.compare-desktop__workspace{grid-template-rows:auto auto minmax(0,1fr);align-content:start;gap:12px;display:grid}.compare-desktop__side{align-content:start;gap:12px;display:grid;position:sticky;top:96px}.compare-desktop__mode-tabs,.compare-desktop__group-tabs,.viewing-desktop__side-tabs{margin-bottom:12px}.compare-desktop__board .comparison-board__body,.compare-desktop__chart .metric-chart__rows--scroll,.compare-desktop__candidate-list{max-height:calc(100vh - 248px)}.comparison-row--selected{background:#0a84ff0f;border-left:3px solid #0a84ff}.compare-desktop__row-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:6px;display:flex}.compare-desktop__row-footer .tag-row{margin-top:0}.compare-desktop__focus-title{gap:4px;min-width:0;display:grid}.compare-desktop__focus-title span{color:#607086;font-size:13px}.compare-desktop__focus-actions{justify-content:flex-start;margin-top:12px}.compare-desktop__focus-actions .button{min-width:120px}.compare-desktop__candidate-list{gap:10px}.compare-desktop__board .comparison-board{background:0 0;border:0;overflow:visible}.compare-desktop__board .comparison-board__header{display:none}.compare-desktop__board .comparison-board__body{overscroll-behavior:auto;grid-template-columns:repeat(2,minmax(280px,1fr));gap:12px;max-height:none;display:grid;overflow:visible}.compare-desktop__board .comparison-row{background:#fcfdfff0;border:1px solid #e0e8f1f5;border-radius:12px;gap:12px;min-width:0;padding:14px;display:grid}.compare-desktop__board .comparison-row:last-child{border-bottom:1px solid #e0e8f1f5}.compare-desktop__board .comparison-row--best{background:linear-gradient(#e9f4ffeb,#fffffff5)}.compare-desktop__board .comparison-row__main,.compare-desktop__board .comparison-row__main--five{grid-template-columns:minmax(0,1fr);align-items:stretch;gap:12px}.compare-desktop__board .comparison-row__title-wrap{align-items:flex-start}.compare-desktop__board .comparison-row__title{white-space:normal;font-size:15px;line-height:1.42}.compare-desktop__board .comparison-row__sub{white-space:normal}.compare-desktop__board .comparison-row__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.compare-desktop__board .comparison-row__metric{color:#2e3a4c;white-space:normal;background:#f5f8fcfa;border-radius:10px;min-width:0;padding:8px 10px;font-size:12px;line-height:1.35}.compare-desktop__board .comparison-row__metric--score{color:#188038;background:#e8f6ebe6}.compare-desktop__board .comparison-row__tags{margin-top:0;padding-left:34px}@container (width<=1320px){.compare-desktop__board .comparison-board__body{grid-template-columns:minmax(0,1fr)}}@container (width>=1700px){.house-list-desktop{grid-template-columns:clamp(246px,15vw,304px) minmax(0,1fr) clamp(372px,23vw,456px)}.house-form-layout{grid-template-columns:clamp(264px,18vw,328px) minmax(0,1fr) clamp(296px,21vw,376px)}.commute-desktop{grid-template-columns:clamp(264px,16vw,328px) minmax(620px,1fr) clamp(360px,22vw,440px)}.compare-desktop__body{grid-template-columns:minmax(0,1fr) clamp(344px,22vw,420px)}}.compare-desktop__candidate{text-align:left;color:#142033;background:#f8fbffe6;border:1px solid #dce4eee6;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 12px;transition:border-color .14s,background-color .14s,transform .14s;display:flex}.compare-desktop__candidate--active{background:#0a84ff14;border-color:#0a84ff3d}.compare-desktop__candidate:hover{border-color:#c6d2e1f5;transform:translateY(-1px)}.compare-desktop__candidate-main{gap:4px;min-width:0;display:grid}.compare-desktop__candidate-main strong,.compare-desktop__candidate-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compare-desktop__candidate-main span{color:#607086;font-size:12px}.viewing-desktop{gap:var(--desktop-grid-gap);width:100%;min-width:0;display:grid}.viewing-desktop>.viewing-layout__panel--overview{padding:14px 16px}.viewing-desktop__body{gap:var(--desktop-grid-gap);grid-template-columns:minmax(0,1fr) clamp(280px,20vw,340px);grid-template-areas:"main suggestion""result result";align-items:start;min-width:0;display:grid}.viewing-desktop__main{grid-area:main;grid-template-columns:minmax(0,1fr);align-items:start;gap:16px;min-width:0;display:grid}.viewing-layout__panel--progress,.viewing-desktop__checklist{grid-column:auto}.viewing-layout__panel--notes{grid-column:auto;align-self:start}.viewing-layout__actions{grid-column:auto;justify-content:flex-start}.viewing-desktop__checklist{max-height:calc(100vh - 320px);padding-right:6px;overflow-y:auto}.viewing-desktop__checklist .viewing-section{background:0 0;border:0;padding:0}.viewing-desktop__check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.viewing-desktop__result-panel{grid-area:result;min-width:0;padding-right:0;overflow:visible}.viewing-layout__panel--suggestion{grid-area:suggestion;align-self:start;position:sticky;top:96px}.viewing-desktop__side-body{gap:12px;min-width:0;min-height:0;display:grid}.viewing-desktop__summary-action{justify-content:stretch;display:flex}.viewing-desktop__summary-action .button{white-space:nowrap;width:100%;min-width:0}.viewing-desktop .viewing-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));max-height:none;padding-right:0;overflow:visible}.viewing-desktop .viewing-upload-box{background:#f8fbffe6;border:1px solid #e0e8f1eb;border-radius:8px;min-width:0;padding:10px;overflow:hidden}.viewing-desktop .viewing-upload-surface{min-width:0;min-height:72px;padding:10px 12px}.viewing-desktop .viewing-upload-box__footer{grid-template-columns:minmax(0,1fr);gap:10px;display:grid}.viewing-desktop .viewing-upload-box__footer .feedback{font-size:12px;line-height:1.45}.viewing-desktop .viewing-upload-box__footer .button{width:100%;min-width:0}.viewing-desktop__result-panel .viewing-desktop__side-body{grid-template-columns:minmax(0,1fr);align-items:start}.viewing-desktop__result-panel .viewing-upload-box,.viewing-desktop__result-panel .feedback{margin:0}.viewing-desktop__result-panel .viewing-summary-sections{grid-template-columns:minmax(0,1fr)}.viewing-desktop__result-panel .choice-row{margin-bottom:10px}.viewing-desktop .viewing-photo-card,.viewing-desktop .viewing-summary-section{background:#f8fbffeb;border:1px solid #e0e8f1eb;border-radius:8px}.viewing-desktop .viewing-summary-button{white-space:nowrap;width:100%;min-width:0}.viewing-desktop .viewing-conclusion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.viewing-desktop .viewing-conclusion-option{border-radius:8px;min-height:92px}.viewing-desktop .viewing-action-row{gap:10px}.viewing-desktop .viewing-action-row .button,.viewing-desktop .viewing-back-link{min-width:112px}.viewing-desktop .viewing-overview-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.viewing-desktop .viewing-overview-grid .stat-item{border-radius:10px;min-width:0;padding:12px}@container (width<=1180px){.commute-desktop{grid-template-columns:clamp(248px,22vw,304px) minmax(0,1fr);grid-template-areas:"rail main""rail drawer"}.commute-desktop__drawer{grid-column:auto;max-height:420px;padding-right:0;position:static}.compare-desktop__body{grid-template-columns:minmax(0,1fr)}.compare-desktop__side{position:static}}@container (width<=980px){.commute-desktop{grid-template-columns:minmax(0,1fr);grid-template-areas:"rail""main""drawer"}.commute-desktop__rail,.commute-desktop__stage-panel,.commute-desktop__drawer{position:static}}@container (width<=1280px){.compare-desktop__side{grid-template-columns:minmax(0,1fr);position:static}.viewing-desktop__body,.viewing-desktop__main,.house-detail-desktop__body{grid-template-columns:minmax(0,1fr)}.viewing-layout__panel--notes,.viewing-layout__actions{grid-column:1}.viewing-desktop__body{grid-template-columns:minmax(0,1fr);grid-template-areas:"main""suggestion""result"}.viewing-layout__panel--suggestion{position:static}.viewing-desktop__result-panel .viewing-desktop__side-body,.viewing-desktop .viewing-photo-grid,.viewing-desktop__result-panel .viewing-summary-sections{grid-template-columns:minmax(0,1fr)}.house-detail-desktop__info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.commute-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px}.commute-layout__panel--settings{grid-area:1/1;position:sticky;top:112px}.commute-layout__panel--map{grid-area:1/2/span 2;min-width:0}.commute-layout__panel--overview{grid-area:2/1;align-self:start}.commute-layout__panel--nearby{grid-area:3/1/auto/-1}.commute-layout__panel--unresolved{grid-area:4/1/auto/-1}.commute-layout__panel--list{grid-area:5/1/auto/-1}.commute-layout__panel--list .list-stack--scroll,.commute-layout__panel--unresolved .list-stack--scroll{max-height:420px}.commute-layout__panel--nearby .poi-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.commute-layout .map-stage,.commute-layout .map-canvas{min-height:680px}.commute-layout .map-card__actions .button{min-width:108px}.commute-layout__panel--list .list-stack--scroll{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px;display:grid}.compare-layout{grid-template-columns:minmax(0,1.14fr) 420px;align-items:start;gap:22px}.compare-layout__panel--summary{grid-column:1/-1}.compare-layout__panel--board,.compare-layout__panel--best{grid-column:1}.compare-layout__panel--chart,.compare-layout__panel--items{grid-column:2}.compare-layout__panel--chart{position:sticky;top:112px}.compare-layout .comparison-board__body{max-height:520px;padding-right:4px;overflow-y:auto}.compare-layout .metric-chart__rows--scroll,.compare-layout .list-stack--scroll{max-height:420px}.compare-layout .comparison-board{background:#f8fbffe6;border:1px solid #e2eaf3eb;border-radius:14px}.compare-layout .comparison-row{padding:14px 16px}.compare-layout .summary-house-card{background:#f6f9fdeb;border-radius:14px;padding:14px}.compare-layout .list-card{background:#f8fbffe6;border:1px solid #e1e8f1eb}.viewing-layout{grid-template-columns:minmax(0,1.12fr) 360px;align-items:start;gap:22px}.viewing-layout__panel--overview{grid-column:1/-1}.viewing-layout__panel--progress,.viewing-layout__panel--checklist,.viewing-layout__panel--notes,.viewing-layout__actions{grid-column:1}.viewing-layout__panel--suggestion,.viewing-layout__panel--photos,.viewing-layout__panel--summary{grid-column:2}.viewing-layout__panel--suggestion{position:sticky;top:112px}.viewing-layout .viewing-check-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.viewing-layout__panel--checklist .viewing-section-list{max-height:calc(100vh - 212px);padding-right:6px;overflow-y:auto}.viewing-layout .viewing-check-card{border-radius:14px;min-height:180px}.viewing-layout .viewing-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.viewing-layout .viewing-upload-box{border-radius:14px;gap:14px;padding:18px}.viewing-layout .viewing-section{background:#f8fbffeb;border-radius:14px}.viewing-layout .viewing-photo-card,.viewing-layout .viewing-summary-section{background:#f8fbfff0;border-radius:14px}.viewing-layout .viewing-upload-box__footer{justify-content:space-between;align-items:center;display:flex}.viewing-layout .viewing-upload-surface{min-height:86px}.viewing-layout .viewing-summary-button{min-width:128px}.viewing-layout .viewing-action-row{justify-content:flex-start}.viewing-layout .viewing-action-row .button{min-width:118px}.viewing-layout .viewing-conclusion-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-cover-thumb{object-fit:cover}}
