@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.navbar{background:var(--color-surface-dark,#1c1c3a);border-bottom:3px solid var(--color-brand,#c00404);z-index:100;padding-top:var(--safe-top);position:sticky;top:0}.navbar__inner{max-width:var(--max-width-content,1200px);justify-content:space-between;align-items:center;gap:.75rem;margin:0 auto;padding:.75rem 1.5rem;display:flex}.navbar__brand{color:inherit;flex:1;align-items:center;gap:.75rem;min-width:0;text-decoration:none;display:flex}.navbar__brand-text{min-width:0}.navbar__logo{object-fit:contain;flex-shrink:0;width:56px;height:56px}.navbar__title{font-size:var(--text-lg,1.1rem);color:var(--color-text-on-dark,#fff);font-weight:700;line-height:1.2;display:block}.navbar__title--short{display:none}.navbar__subtitle{color:var(--color-text-subtle-on-dark,#b8b8d0);font-size:.8rem;display:block}.navbar__menu-btn{min-width:var(--touch-target,44px);min-height:var(--touch-target,44px);border-radius:var(--radius-sm,6px);cursor:pointer;background:0 0;border:1px solid #fff3;flex-shrink:0;padding:.5rem;display:none}.navbar__menu-icon{background:var(--color-text-on-dark,#fff);width:22px;height:2px;display:block;position:relative}.navbar__menu-icon:before,.navbar__menu-icon:after{content:"";background:var(--color-text-on-dark,#fff);width:22px;height:2px;position:absolute;left:0}.navbar__menu-icon:before{top:-7px}.navbar__menu-icon:after{top:7px}.navbar__links{flex-wrap:wrap;gap:.25rem;display:flex}.navbar__links a{color:var(--color-text-link-on-dark,#d4d4e8);border-radius:var(--radius-sm,6px);align-items:center;min-height:44px;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.navbar__links a:hover{background:var(--color-brand-muted,#c0040426);color:var(--color-text-on-dark,#fff)}.navbar__links a.active{background:var(--color-brand,#c00404);color:var(--color-text-on-dark,#fff)}@media (width<=768px){.navbar__menu-btn{justify-content:center;align-items:center;display:flex}.navbar__inner{padding:.65rem var(--space-page-mobile,1rem);position:relative}.navbar__logo{width:44px;height:44px}.navbar__links{background:var(--color-surface-dark,#1c1c3a);padding:.5rem var(--space-page-mobile,1rem) calc(1rem + var(--safe-bottom));border-bottom:3px solid var(--color-brand,#c00404);flex-direction:column;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 8px 24px #0000004d}.navbar__links--open{display:flex}.navbar__links a{width:100%}}@media (width<=480px){.navbar__title--full,.navbar__subtitle{display:none}.navbar__title--short{font-size:var(--text-base,1rem);display:block}}@media (prefers-reduced-motion:reduce){.navbar__links a{transition:none}}.sync-banner{border-bottom:1px solid #0000;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;display:flex}.sync-banner--warming,.sync-banner--syncing{color:#7a5c00;background:#fff8e6;border-bottom-color:#f0e0a8}.sync-banner--offline{color:#8a2a1f;background:#fdecea;border-bottom-color:#f5c6c0}.sync-banner__spinner{border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:.875rem;height:.875rem;animation:.8s linear infinite sync-banner-spin}.sync-banner__text{flex:1}.sync-banner__dismiss{cursor:pointer;color:inherit;min-width:var(--touch-target,44px);min-height:var(--touch-target,44px);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:inline-flex}@keyframes sync-banner-spin{to{transform:rotate(360deg)}}.responsive-image{background:#eee}.home-page{max-width:var(--max-width-content,1200px);padding:var(--space-page,1.5rem);margin:0 auto}.home-page__hero{border-radius:var(--radius-xl,16px);margin-bottom:2rem;position:relative;overflow:hidden;box-shadow:0 12px 40px #00000059}.home-page__hero-image{object-fit:cover;width:100%;height:320px;display:block}.home-page__hero-content{text-align:center;background:linear-gradient(#1c1c3a4d,#1c1c3ad9);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex;position:absolute;inset:0}.home-page__hero-content h1{font-size:var(--text-3xl);color:var(--color-text-on-dark,#fff);margin:0 0 .5rem}.home-page__hero-content p{color:#e0e0f0;max-width:540px;font-size:var(--text-base,1rem);margin:0 0 1.5rem;line-height:1.5}.home-page__search{gap:.5rem;width:100%;max-width:560px;display:flex}.home-page__search input{border-radius:var(--radius-md,8px);min-height:44px;font-size:var(--text-base,1rem);border:none;flex:1;padding:.75rem 1rem}.home-page__search button{background:var(--color-brand,#c00404);min-height:44px;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-md,8px);cursor:pointer;white-space:nowrap;border:none;padding:.75rem 1.5rem;font-weight:600}.home-page__search button:hover{background:var(--color-brand-hover,#a00303)}.home-page__hero-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.home-page__hero-link{background:var(--color-text-on-dark,#fff);color:var(--color-surface-dark,#1c1c3a);border-radius:var(--radius-md,8px);font-weight:600;font-size:var(--text-sm,.9rem);padding:.6rem 1.25rem;text-decoration:none}.home-page__hero-link--outline{color:var(--color-text-on-dark,#fff);border:2px solid var(--color-text-on-dark,#fff);background:0 0}.home-page__quick-filters{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2rem;display:flex}.home-page__quick-chip{color:var(--color-text-on-dark,#fff);font-size:var(--text-sm,.85rem);background:#ffffff1f;border:1px solid #ffffff40;border-radius:999px;padding:.45rem 1rem;font-weight:500;text-decoration:none}.home-page__quick-chip:hover{background:var(--color-brand-muted,#c0040440);border-color:var(--color-brand,#c00404)}.home-page__recent{margin-bottom:2rem}.home-page__recent h2{text-align:center;color:var(--color-text-on-dark,#fff);font-size:var(--text-lg,1.1rem);margin:0 0 .75rem}.home-page__recent-list{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.home-page__recent-chip{color:var(--color-text-link-on-dark,#d4d4e8);cursor:pointer;font-size:var(--text-sm,.85rem);background:#ffffff1a;border:1px solid #fff3;border-radius:999px;padding:.35rem .85rem}.home-page__dorms h2{text-align:center;color:var(--color-text-on-dark,#fff);font-size:var(--text-xl,1.5rem);margin:0 0 1.5rem}.home-page__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.home-page__card{background:var(--color-surface-light,#fff);border-radius:var(--radius-lg,12px);cursor:pointer;text-align:left;border:none;padding:0;transition:transform .15s,box-shadow .15s;overflow:hidden;box-shadow:0 4px 16px #00000026}.home-page__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #c0040440}.home-page__card img{object-fit:cover;width:100%;height:160px;display:block}.home-page__card-body{padding:1rem}.home-page__card-body h3{font-size:var(--text-lg,1.1rem);color:var(--color-surface-dark,#1c1c3a);margin:0 0 .25rem}.home-page__card-body p{font-size:var(--text-sm,.85rem);color:var(--color-text-secondary,#666);margin:0}@media (width<=768px){.home-page{padding:var(--space-page-mobile,1rem)}.home-page__hero-content{justify-content:flex-end;padding:1.25rem}.home-page__hero-content h1{font-size:clamp(1.35rem,6vw,2rem)}.home-page__hero-content p{font-size:var(--text-sm,.9rem);margin-bottom:1rem}.home-page__search{flex-direction:column}.home-page__search button{width:100%}.home-page__hero-image{height:280px}.home-page__hero-actions{flex-direction:column;width:100%}.home-page__hero-link{text-align:center;min-height:var(--touch-target,44px);justify-content:center;align-items:center;display:inline-flex}.home-page__grid{grid-template-columns:1fr}.home-page__quick-chip{min-height:var(--touch-target,44px);align-items:center;display:inline-flex}}@media (prefers-reduced-motion:reduce){.home-page__card{transition:none}.home-page__card:hover{transform:none}}.filter-panel-wrapper{margin-bottom:1rem}.filter-panel__toggle{background:var(--color-surface-dark,#1c1c3a);width:100%;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;margin-bottom:.5rem;padding:.65rem 1rem;font-weight:600;display:none}.filter-panel{background:var(--color-surface-muted,#f8f8fc);border-radius:var(--radius-lg,12px);border:1px solid #e0e0ea;flex-wrap:wrap;align-items:flex-end;gap:1rem 1.5rem;padding:1rem 1.25rem;display:flex}.filter-panel__group{flex-direction:column;gap:.4rem;display:flex}.filter-panel__group--inline{flex-direction:row;align-items:center;gap:.5rem}.filter-panel__label{font-size:var(--text-xs,.75rem);text-transform:uppercase;letter-spacing:.04em;color:#555;font-weight:600}.filter-panel__buttons{flex-wrap:wrap;gap:.35rem;display:flex}.filter-panel__btn{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);background:var(--color-surface-light,#fff);cursor:pointer;min-height:44px;padding:.35rem .75rem;font-size:.875rem;transition:all .15s}.filter-panel__btn:hover{border-color:var(--color-brand,#c00404)}.filter-panel__btn.active{background:var(--color-brand,#c00404);border-color:var(--color-brand,#c00404);color:var(--color-text-on-dark,#fff)}.filter-panel__input{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);width:80px;min-height:44px;padding:.35rem .5rem;font-size:.875rem}.filter-panel__checkbox{cursor:pointer;align-items:center;gap:.4rem;min-height:44px;padding-bottom:.25rem;font-size:.875rem;display:flex}.filter-panel__actions{gap:.5rem;margin-left:auto;display:flex}.filter-panel__apply{background:var(--color-surface-dark,#1c1c3a);min-height:44px;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;padding:.5rem 1.25rem;font-weight:600}.filter-panel__apply:hover{background:var(--color-surface-dark-hover,#2a2a52)}.filter-panel__reset{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);cursor:pointer;background:0 0;min-height:44px;padding:.5rem 1rem}.filter-panel__reset:hover{border-color:#888}@media (width<=768px){.filter-panel__toggle{display:block}.filter-panel{display:none}.filter-panel--open{display:flex}.filter-panel__actions{width:100%;margin-left:0}}@media (prefers-reduced-motion:reduce){.filter-panel__btn{transition:none}}.filter-chips{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.filter-chips__chip{min-height:var(--touch-target,44px);background:var(--color-brand-muted,#c004041f);border:1px solid var(--color-brand,#c00404);color:var(--color-brand,#c00404);font-size:var(--text-sm,.85rem);cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-weight:600;display:inline-flex}.filter-chips__chip span{font-size:1rem;line-height:1}.filter-chips__clear{min-height:var(--touch-target,44px);color:var(--color-text-secondary,#666);font-size:var(--text-sm,.85rem);cursor:pointer;background:0 0;border:none;padding:.35rem .75rem;text-decoration:underline}.review-modal__trigger{color:#fff;cursor:pointer;min-height:var(--touch-target,44px);background:#c00404;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600}.review-modal__trigger:hover{background:#a00303}.review-modal__overlay{z-index:200;background:#0000008c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.review-modal__dialog{background:#fff;border-radius:12px;width:100%;max-width:420px;animation:.2s modal-in;box-shadow:0 20px 60px #0000004d}@keyframes modal-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}.review-modal__header{background:#1c1c3a;border-bottom:1px solid #eee;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.review-modal__header h2{color:#fff;margin:0;font-size:1.1rem}.review-modal__close{color:#fff;cursor:pointer;min-width:var(--touch-target,44px);min-height:var(--touch-target,44px);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:inline-flex}.review-modal__body{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.review-modal__body label{color:#333;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:600;display:flex}.review-modal__body input{border:1px solid #ccc;border-radius:6px;padding:.5rem .75rem;font-size:1rem;font-weight:400}.star-rating{flex-wrap:wrap;align-items:center;gap:.25rem;display:flex}.star-rating__star{color:#ccc;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.75rem;line-height:1}.star-rating__star.filled{color:#f5a623}.star-rating__label{color:#666;margin-left:.5rem;font-size:.875rem}.review-modal__error{color:#c00404;margin:0;font-size:.875rem}.review-modal__success{color:#2d7a3a;margin:0;font-size:.875rem}.review-modal__warming{margin:.5rem 0}.review-modal__warming p{color:#7a5c00;margin:.5rem 0 0;font-size:.875rem}.review-modal__progress{background:#f0e0a8;border-radius:2px;height:4px;position:relative;overflow:hidden}.review-modal__progress:after{content:"";background:#c00404;border-radius:2px;width:40%;animation:1.2s ease-in-out infinite review-modal-progress;position:absolute;inset:0}@keyframes review-modal-progress{0%{transform:translate(-100%)}to{transform:translate(350%)}}.review-modal__footer{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.review-modal__cancel{cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:6px;padding:.5rem 1rem}.review-modal__submit{color:#fff;cursor:pointer;background:#c00404;border:none;border-radius:6px;padding:.5rem 1.25rem;font-weight:600}.review-modal__submit:hover{background:#a00303}.review-modal__disclaimer{font-size:var(--text-sm,.8rem);color:var(--color-text-muted,#888);margin:0;font-weight:400}.review-modal__existing{border-bottom:1px solid #eee;padding:1rem 1.25rem 0}.review-modal__existing h3{font-size:var(--text-sm,.9rem);color:var(--color-surface-dark,#1c1c3a);margin:0 0 .5rem}.review-modal__existing ul{max-height:120px;margin:0;padding:0 0 1rem;list-style:none;overflow-y:auto}.review-modal__existing li{font-size:var(--text-sm,.85rem);border-bottom:1px solid #f0f0f0;padding:.35rem 0}.review-modal__existing p{color:var(--color-text-secondary,#666);margin:.25rem 0 0;font-weight:400}.review-modal__body textarea{resize:vertical;border:1px solid #ccc;border-radius:6px;padding:.5rem .75rem;font-size:1rem;font-weight:400}@media (width<=768px){.review-modal__overlay{align-items:flex-end;padding:0}.review-modal__dialog{max-width:none;max-height:92vh;padding-bottom:var(--safe-bottom);border-radius:16px 16px 0 0}.review-modal__header{border-radius:16px 16px 0 0}.review-modal__footer{flex-direction:column-reverse}.review-modal__cancel,.review-modal__submit{width:100%;min-height:var(--touch-target,44px)}.star-rating__star{min-width:var(--touch-target,44px);min-height:var(--touch-target,44px);justify-content:center;align-items:center;display:inline-flex}}@media (prefers-reduced-motion:reduce){.review-modal__dialog{animation:none}}.dorm-card{background:var(--color-surface-light,#fff);border:1px solid var(--color-border,#e8e8f0);border-radius:var(--radius-lg,12px);box-shadow:var(--shadow-card);grid-template-columns:200px 1fr auto;align-items:start;gap:1.25rem;padding:1.25rem;display:grid}.dorm-card__image{object-fit:cover;border-radius:var(--radius-md,8px);aspect-ratio:10/7;width:200px;height:140px}.dorm-card__badges{flex-wrap:wrap;gap:.35rem;margin-bottom:.5rem;display:flex}.dorm-card__badge{font-size:var(--text-xs,.7rem);text-transform:uppercase;letter-spacing:.03em;border-radius:999px;padding:.2rem .5rem;font-weight:600}.dorm-card__badge--type{background:var(--color-brand-muted,#c004041f);color:var(--color-brand,#c00404)}.dorm-card__badge--campus{color:var(--color-surface-dark,#1c1c3a);background:#1c1c3a1a}.dorm-card__badge--bath{color:var(--color-success,#2d7a3a);background:#2d7a3a1f}.dorm-card__building{font-size:var(--text-lg,1.1rem);color:var(--color-surface-dark,#1c1c3a);margin:0 0 .25rem}.dorm-card__address{font-size:var(--text-sm,.85rem);color:var(--color-text-secondary,#666);margin:0 0 .75rem}.dorm-card__grid{grid-template-columns:repeat(4,1fr);gap:.5rem 1rem;margin:0;display:grid}.dorm-card__grid div{flex-direction:column;display:flex}.dorm-card__grid dt{font-size:var(--text-xs,.7rem);text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted,#888);font-weight:600}.dorm-card__grid dd{color:var(--color-text-body,#222);margin:0;font-size:.9rem}.dorm-card__links{flex-wrap:wrap;gap:.75rem;margin-top:.75rem;display:flex}.dorm-card__link{font-size:var(--text-sm,.85rem);color:var(--color-brand,#c00404);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600;text-decoration:none}.dorm-card__actions{flex-direction:column;align-items:center;gap:.5rem;min-width:110px;display:flex}.dorm-card__rating{text-align:center}.dorm-card__rating-value{color:var(--color-brand,#c00404);font-size:1.5rem;font-weight:700;display:block}.dorm-card__rating-label{font-size:var(--text-xs,.7rem);color:var(--color-text-muted,#888)}.dorm-card__stars{color:var(--color-star,#f5a623);letter-spacing:.05em;font-size:.85rem;display:block}.dorm-card__favorite,.dorm-card__compare{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);background:var(--color-surface-light,#fff);font-size:var(--text-sm,.8rem);cursor:pointer;min-height:var(--touch-target,44px);min-width:var(--touch-target,44px);padding:.35rem .65rem}.dorm-card__favorite.active,.dorm-card__compare.active{border-color:var(--color-brand,#c00404);color:var(--color-brand,#c00404)}.dorm-card__compare:disabled{opacity:.4;cursor:not-allowed}@media (width<=768px){.dorm-card{grid-template-columns:1fr;gap:1rem;padding:1rem}.dorm-card__image{width:100%;height:auto;max-height:200px}.dorm-card__grid{grid-template-columns:repeat(2,1fr)}.dorm-card__actions{flex-flow:wrap;justify-content:space-between;gap:.5rem;width:100%;min-width:0}.dorm-card__link{min-height:var(--touch-target,44px);align-items:center;display:inline-flex}}@media (prefers-reduced-motion:reduce){.home-page__card{transition:none}}.search-autocomplete{flex:1;position:relative}.search-autocomplete input{width:100%;min-height:var(--touch-target,44px);border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-md,8px);font-size:var(--text-base,1rem);padding:.6rem .85rem}.search-autocomplete__list{background:var(--color-surface-light,#fff);border:1px solid var(--color-border,#e8e8f0);border-radius:var(--radius-md,8px);box-shadow:var(--shadow-card,0 4px 16px #0000001f);z-index:50;max-height:240px;margin:0;padding:.25rem 0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.search-autocomplete__item{width:100%;min-height:var(--touch-target,44px);text-align:left;cursor:pointer;font-size:var(--text-sm,.9rem);background:0 0;border:none;padding:.6rem .85rem;display:block}.search-autocomplete__item:hover,.search-autocomplete__item.highlighted{background:var(--color-brand-muted,#c004041a)}.empty-state{text-align:center;padding:2.5rem 1.5rem}.empty-state__icon{margin-bottom:.75rem;font-size:2.5rem}.empty-state__title{font-size:var(--text-xl,1.25rem);color:var(--color-surface-dark,#1c1c3a);margin:0 0 .5rem}.empty-state__message{color:var(--color-text-secondary,#666);margin:0 0 1.25rem}.empty-state__actions{flex-wrap:wrap;justify-content:center;gap:.75rem;display:flex}.empty-state__btn{background:var(--color-surface-dark,#1c1c3a);color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;padding:.6rem 1.25rem;font-weight:600}.empty-state__link{color:var(--color-brand,#c00404);border:1px solid var(--color-brand,#c00404);border-radius:var(--radius-sm,6px);padding:.6rem 1.25rem;font-weight:600;text-decoration:none}.compare-modal__overlay{z-index:200;background:#00000080;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.compare-modal__dialog{background:var(--color-surface-light,#fff);border-radius:var(--radius-lg,12px);width:100%;max-width:900px;max-height:90vh;animation:.2s ease-out modal-in;overflow-y:auto}.compare-modal__header{background:var(--color-surface-dark,#1c1c3a);color:var(--color-text-on-dark,#fff);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.compare-modal__header h2{font-size:var(--text-lg,1.1rem);margin:0}.compare-modal__close{color:var(--color-text-on-dark,#fff);cursor:pointer;min-width:var(--touch-target,44px);min-height:var(--touch-target,44px);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:inline-flex}.compare-modal__grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;padding:1.25rem;display:grid}.compare-modal__col{border:1px solid var(--color-border,#e8e8f0);border-radius:var(--radius-md,8px);padding:1rem}.compare-modal__col h3{font-size:var(--text-lg,1.1rem);margin:0 0 .25rem}.compare-modal__room{color:var(--color-text-secondary,#666);font-size:var(--text-sm,.85rem);margin:0 0 .75rem}.compare-modal__col dl{gap:.5rem;margin:0;display:grid}.compare-modal__col dt{font-size:var(--text-xs,.7rem);text-transform:uppercase;color:var(--color-text-muted,#888)}.compare-modal__col dd{margin:0;font-weight:600}.compare-modal__remove{float:right;border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);font-size:var(--text-xs,.75rem);cursor:pointer;background:0 0;padding:.25rem .5rem}@media (width<=768px){.compare-modal__overlay{align-items:flex-end;padding:0}.compare-modal__dialog{max-height:92vh;padding-bottom:var(--safe-bottom);border-radius:16px 16px 0 0}.compare-modal__header{border-radius:16px 16px 0 0}.compare-modal__grid{grid-template-columns:1fr;padding:1rem}.compare-modal__remove{min-height:var(--touch-target,44px);padding:.35rem .75rem}}@media (prefers-reduced-motion:reduce){.compare-modal__dialog{animation:none}}@keyframes skeleton-shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton-list{flex-direction:column;gap:1rem;display:flex}.skeleton-card{border:1px solid var(--color-border,#e8e8f0);border-radius:var(--radius-lg,12px);grid-template-columns:200px 1fr;gap:1.25rem;padding:1.25rem;display:grid}.skeleton-card__image{border-radius:var(--radius-md,8px);background:linear-gradient(90deg,#eee 0%,#f5f5f5 50%,#eee 100%) 0 0/200px 100%;width:200px;height:140px;animation:1.2s ease-in-out infinite skeleton-shimmer}.skeleton-card__body{flex-direction:column;gap:.75rem;display:flex}.skeleton-card__line{background:linear-gradient(90deg,#eee 0%,#f5f5f5 50%,#eee 100%) 0 0/200px 100%;border-radius:4px;height:1rem;animation:1.2s ease-in-out infinite skeleton-shimmer}.skeleton-card__line--title{width:60%;height:1.25rem}.skeleton-card__line--short{width:40%}.skeleton-card__grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}.skeleton-card__cell{background:linear-gradient(90deg,#eee 0%,#f5f5f5 50%,#eee 100%) 0 0/200px 100%;border-radius:4px;height:2rem;animation:1.2s ease-in-out infinite skeleton-shimmer}@media (width<=768px){.skeleton-card{grid-template-columns:1fr}.skeleton-card__image{width:100%;height:180px}.skeleton-card__grid{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.skeleton-card__image,.skeleton-card__line,.skeleton-card__cell{background:#eee;animation:none}}.listings-page{max-width:var(--max-width-listings,1100px);padding:var(--space-page,1.5rem);margin:0 auto}.listings-page__panel{background:var(--color-surface-light,#fff);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-panel);padding:1.5rem 2rem}.listings-page__panel h1{text-align:center;color:var(--color-surface-dark,#1c1c3a);font-size:var(--text-2xl,1.75rem);margin:0}.listings-page__count{text-align:center;color:var(--color-text-secondary,#666);margin:.25rem 0 1.25rem;font-size:.9rem}.listings-page__search{gap:.5rem;margin-bottom:1rem;display:flex}.listings-page__search button{background:var(--color-surface-dark,#1c1c3a);min-height:44px;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-md,8px);cursor:pointer;border:none;padding:.6rem 1.25rem;font-weight:600}.listings-page__search button:hover{background:var(--color-surface-dark-hover,#2a2a52)}.listings-page__toolbar{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.listings-page__sort{font-size:var(--text-sm,.9rem);color:var(--color-text-secondary,#666);align-items:center;gap:.5rem;display:flex}.listings-page__sort select{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);min-height:44px;padding:.4rem .6rem}.listings-page__favorites-toggle{font-size:var(--text-sm,.9rem);cursor:pointer;align-items:center;gap:.4rem;min-height:44px;display:flex}.listings-page__compare-btn{background:var(--color-brand,#c00404);min-height:44px;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;padding:.4rem .85rem;font-weight:600}.listings-page__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.listings-page__status{text-align:center;color:var(--color-text-on-dark,#fff);padding:3rem}.listings-page__error{text-align:center;color:var(--color-brand,#c00404);margin:1rem 0}.listings-page__panel--error button{background:var(--color-surface-dark,#1c1c3a);color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;margin:0 auto;padding:.6rem 1.25rem;display:block}.listings-page__pagination{border-top:1px solid #eee;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1rem;display:flex}.listings-page__pagination button{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-sm,6px);background:var(--color-surface-light,#fff);cursor:pointer;min-height:44px;padding:.5rem 1rem}.listings-page__pagination button:disabled{opacity:.4;cursor:not-allowed}.listings-page__pagination span{color:#555;font-size:.9rem}@media (width<=768px){.listings-page{padding:var(--space-page-mobile,1rem)}.listings-page__panel{border-radius:var(--radius-lg,12px);padding:1rem}.listings-page__panel h1{font-size:var(--text-xl,1.5rem)}.listings-page__search{flex-direction:column}.listings-page__search button{width:100%}.listings-page__toolbar{flex-direction:column;align-items:stretch;gap:.75rem}.listings-page__sort{justify-content:space-between;width:100%}.listings-page__sort select{flex:1;max-width:12rem}.listings-page__favorites-toggle{min-height:var(--touch-target,44px)}.listings-page__compare-btn{width:100%}.listings-page__pagination{flex-wrap:wrap;gap:.75rem}.listings-page__pagination button{flex:1;min-width:7rem}}.about-page{max-width:var(--max-width-about,800px);padding:var(--space-page,1.5rem);margin:0 auto}.about-page__panel{background:var(--color-surface-light,#fff);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-panel);padding:2rem}.about-page__panel h1{text-align:center;color:var(--color-surface-dark,#1c1c3a);margin:0 0 1rem}.about-page__panel h2{text-align:center;color:var(--color-brand,#c00404);margin:2rem 0 1rem;font-size:1.25rem}.about-page__panel p{color:#444;margin:0 0 1rem;line-height:1.6}.about-page__tips{color:var(--color-text-secondary,#666);margin:0 0 1rem;padding-left:1.25rem}.about-page__stack{text-align:center;font-size:var(--text-sm,.9rem);color:var(--color-text-muted,#888)}.about-page__review-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:1rem;display:flex}.about-page__review-actions button{background:var(--color-surface-dark,#1c1c3a);min-height:44px;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);cursor:pointer;border:none;padding:.5rem 1.25rem;font-weight:600}.about-page__import-msg{text-align:center;color:var(--color-success,#2d7a3a);font-weight:600}.about-page__team{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin:1.5rem 0;display:flex}.about-page__member{text-align:center;margin:0}.about-page__member img{object-fit:cover;border-radius:var(--radius-lg,12px);border:2px solid var(--color-border,#e8e8f0);width:160px;height:180px}.about-page__member figcaption{color:var(--color-surface-dark,#1c1c3a);margin-top:.5rem;font-weight:600}@media (width<=768px){.about-page{padding:var(--space-page-mobile,1rem)}.about-page__panel{border-radius:var(--radius-lg,12px);padding:1.25rem}.about-page__member img{width:120px;height:140px}.about-page__review-actions button{width:100%}}.contact-page{max-width:var(--max-width-about,800px);padding:var(--space-page,1.5rem);margin:0 auto}.contact-page__panel{background:var(--color-surface-light,#fff);border-radius:var(--radius-xl,16px);box-shadow:var(--shadow-panel);padding:2rem}.contact-page__panel h1{text-align:center;color:var(--color-surface-dark,#1c1c3a);margin:0 0 .75rem}.contact-page__intro{text-align:center;color:var(--color-text-secondary,#666);margin:0 0 1.5rem;line-height:1.6}.contact-page__form{flex-direction:column;gap:1rem;display:flex}.contact-page__form label{font-size:var(--text-sm,.875rem);color:var(--color-text-body,#222);flex-direction:column;gap:.35rem;font-weight:600;display:flex}.contact-page__form input,.contact-page__form textarea{border:1px solid var(--color-border-input,#ccc);border-radius:var(--radius-md,8px);font-size:var(--text-base,1rem);padding:.65rem .85rem;font-weight:400}.contact-page__form textarea{resize:vertical;min-height:140px}.contact-page__honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.contact-page__submit{background:var(--color-brand,#c00404);min-height:44px;color:var(--color-text-on-dark,#fff);border-radius:var(--radius-md,8px);cursor:pointer;border:none;align-self:flex-start;padding:.75rem 1.5rem;font-weight:600}.contact-page__submit:hover:not(:disabled){background:var(--color-brand-hover,#a00303)}.contact-page__submit:disabled{opacity:.7;cursor:not-allowed}.contact-page__error{color:var(--color-brand,#c00404);font-size:var(--text-sm,.875rem);margin:0}.contact-page__success{color:var(--color-success,#2d7a3a);font-size:var(--text-sm,.875rem);margin:0;font-weight:600}@media (width<=640px){.contact-page__panel{padding:1.25rem}.contact-page__submit{width:100%}}.not-found{max-width:var(--max-width-about,800px);padding:var(--space-page,1.5rem);margin:0 auto}.not-found__panel{background:var(--color-surface-light,#fff);border-radius:var(--radius-xl,16px);text-align:center;box-shadow:var(--shadow-panel);padding:3rem 2rem}.not-found__panel h1{color:var(--color-brand,#c00404);margin:0 0 .5rem;font-size:3rem}.not-found__panel p{color:var(--color-text-secondary,#666);margin:0 0 1.5rem}.not-found__link{background:var(--color-brand,#c00404);color:var(--color-text-on-dark,#fff);border-radius:var(--radius-sm,6px);padding:.75rem 1.5rem;font-weight:600;text-decoration:none;display:inline-block}.not-found__link:hover{background:var(--color-brand-hover,#a00303)}.app{background:linear-gradient(160deg, var(--color-bg-gradient-start,#0f0f23) 0%, var(--color-bg-gradient-mid,#1c1c3a) 40%, var(--color-bg-gradient-end,#2a1040) 100%);flex-direction:column;min-height:100vh;display:flex}.app__main{padding-bottom:calc(2rem + var(--safe-bottom));flex:1}.app__main:focus{outline:none}.app__footer{text-align:center;padding:1rem;padding-bottom:calc(1rem + var(--safe-bottom));color:var(--color-text-muted-on-dark,#88a);border-top:1px solid #ffffff14;font-size:.8rem}.app__footer p{margin:.25rem 0}.app__footer-meta a{color:var(--color-text-link-on-dark,#d4d4e8)}.app__footer-meta a:hover{color:var(--color-text-on-dark,#fff)}.app__loading{text-align:center;color:var(--color-text-on-dark,#fff);padding:3rem}@media (width<=768px){.app__main{padding-bottom:calc(1.5rem + var(--safe-bottom))}.app__footer{padding:.75rem var(--space-page-mobile,1rem);padding-bottom:calc(.75rem + var(--safe-bottom));font-size:.75rem}.app__footer-meta{line-height:1.6}}:root{--color-brand:#c00404;--color-brand-hover:#a00303;--color-brand-muted:#c0040426;--color-surface-dark:#1c1c3a;--color-surface-dark-hover:#2a2a52;--color-bg-gradient-start:#0f0f23;--color-bg-gradient-mid:#1c1c3a;--color-bg-gradient-end:#2a1040;--color-text-on-dark:#fff;--color-text-muted-on-dark:#88a;--color-text-subtle-on-dark:#b8b8d0;--color-text-link-on-dark:#d4d4e8;--color-surface-light:#fff;--color-surface-muted:#f8f8fc;--color-border:#e8e8f0;--color-border-input:#ccc;--color-text-body:#222;--color-text-secondary:#666;--color-text-muted:#888;--color-success:#2d7a3a;--color-star:#f5a623;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--space-page:1.5rem;--space-page-mobile:1rem;--max-width-content:1200px;--max-width-listings:1100px;--max-width-about:800px;--bp-mobile:768px;--bp-mobile-sm:480px;--touch-target:44px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--safe-right:env(safe-area-inset-right,0px);--text-xs:.7rem;--text-sm:.85rem;--text-base:1rem;--text-lg:1.1rem;--text-xl:1.5rem;--text-2xl:1.75rem;--text-3xl:clamp(1.5rem, 4vw, 2.25rem);--shadow-card:0 2px 8px #0000000f;--shadow-panel:0 8px 32px #0003;--focus-ring:0 0 0 3px #c0040473}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.skip-link{z-index:1000;background:var(--color-brand);color:var(--color-text-on-dark);border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-weight:600;text-decoration:none;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}*,:before,:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body{color:var(--color-text-body,#222);padding-left:var(--safe-left);padding-right:var(--safe-right);margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5}img{max-width:100%}button,input,select{font-family:inherit}#root{min-height:100vh}
