:root{--color-primary:#1b6b4a;--color-primary-dark:#145236;--color-primary-light:#e8f5ee;--color-secondary:#2c3e50;--color-error:#d32f2f;--color-error-light:#fdecea;--color-success:#2e7d32;--color-success-light:#e8f5e9;--color-warning:#f57c00;--color-warning-light:#fff3e0;--color-white:#fff;--color-black:#1a1a1a;--color-gray-50:#fafafa;--color-gray-100:#f5f5f5;--color-gray-200:#eee;--color-gray-300:#e0e0e0;--color-gray-400:#bdbdbd;--color-gray-500:#9e9e9e;--color-gray-600:#757575;--color-gray-700:#616161;--color-gray-800:#424242;--color-gray-900:#212121;--font-base:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-mono:"SF Mono", "Fira Code", "Fira Mono", monospace;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #00000012;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #0000001a;--transition-fast:.15s ease-in-out;--transition-normal:.25s ease-in-out}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-base);color:var(--color-black);background-color:var(--color-gray-50);min-height:100vh;font-size:1rem;font-weight:400;line-height:1.5;overflow-x:hidden}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}:focus:not(:focus-visible){outline:none}.app-header{z-index:100;background:var(--color-white);border-bottom:1px solid var(--color-gray-200);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;position:sticky;top:0}.app-header__inner{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:.75rem 1rem;display:flex}@media (width>=768px){.app-header__inner{padding:.75rem 1.5rem}}.app-header__brand{color:var(--color-black);align-items:center;gap:.75rem;text-decoration:none;display:flex}.app-header__brand:hover{opacity:.85}.app-header__logo{flex-shrink:0;width:36px;height:36px}.app-header__title{letter-spacing:-.01em;color:var(--color-primary);font-size:1.125rem;font-weight:700}.app-header__nav{align-items:center;gap:.5rem;display:flex}.app-header__user{align-items:center;gap:.75rem;display:flex}.app-header__avatar{border-radius:var(--radius-full);background:var(--color-primary-light);width:32px;height:32px;color:var(--color-primary);justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex}.app-header__signout{color:var(--color-gray-600);border:1px solid var(--color-gray-300);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);background:0 0;padding:.375rem .75rem;font-size:.8125rem;font-weight:500}.app-header__signout:hover{color:var(--color-error);border-color:var(--color-error);background:var(--color-error-light)}.breadcrumbs{color:var(--color-gray-500);align-items:center;gap:.375rem;padding:.75rem 0;font-size:.8125rem;display:flex}.breadcrumbs__item{color:var(--color-gray-500);transition:color var(--transition-fast);text-decoration:none}.breadcrumbs__item:hover{color:var(--color-primary)}.breadcrumbs__item--active{color:var(--color-black);font-weight:500}.breadcrumbs__separator{color:var(--color-gray-400);-webkit-user-select:none;user-select:none}.page-container{width:100%;max-width:1440px;margin:0 auto;padding:1.5rem 1rem}@media (width>=768px){.page-container{padding:2rem 1.5rem}}@media (width>=1024px){.page-container{padding:2.5rem 2rem}}.page-header{margin-bottom:2rem}.page-header__title{color:var(--color-black);letter-spacing:-.02em;margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.page-header__subtitle{color:var(--color-gray-600);font-size:.9375rem}.dashboard-summary{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.dashboard-stat{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);padding:1.25rem 1.5rem}.dashboard-stat__value{color:var(--color-black);font-size:1.75rem;font-weight:700;line-height:1.2}.dashboard-stat__value--success{color:var(--color-success)}.dashboard-stat__value--warning{color:var(--color-warning)}.dashboard-stat__label{color:var(--color-gray-600);margin-top:.25rem;font-size:.8125rem}.property-grid{grid-template-columns:1fr;gap:1rem;display:grid}@media (width>=640px){.property-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.property-grid{grid-template-columns:repeat(3,1fr)}}.property-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-gray-200);cursor:pointer;transition:all var(--transition-fast);text-align:left;flex-direction:column;gap:.75rem;width:100%;padding:1.25rem;display:flex;position:relative}.property-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.property-card:active{transform:translateY(0)}.property-card__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.property-card__address{flex:1;min-width:0}.property-card__street{color:var(--color-black);white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:600;overflow:hidden}.property-card__city{color:var(--color-gray-600);margin-top:.125rem;font-size:.8125rem}.coverage-ring{flex-shrink:0;width:48px;height:48px;position:relative}.coverage-ring__svg{width:100%;height:100%;transform:rotate(-90deg)}.coverage-ring__track{fill:none;stroke:var(--color-gray-200);stroke-width:4px}.coverage-ring__fill{fill:none;stroke-width:4px;stroke-linecap:round;transition:stroke-dashoffset var(--transition-normal)}.coverage-ring__fill--high{stroke:var(--color-success)}.coverage-ring__fill--mid{stroke:var(--color-warning)}.coverage-ring__fill--low{stroke:var(--color-error)}.coverage-ring__label{color:var(--color-black);justify-content:center;align-items:center;font-size:.6875rem;font-weight:700;display:flex;position:absolute;inset:0}.detail-layout{flex-direction:column;gap:1.5rem;display:flex}@media (width>=768px){.detail-layout{flex-direction:row;gap:2rem}}.detail-layout__main{flex-direction:column;flex:1;gap:1.25rem;min-width:0;display:flex}.detail-layout__sidebar{flex-direction:column;flex:0 0 320px;gap:1.25rem;display:flex}@media (width<=767px){.detail-layout__sidebar{flex:none}}.section-card{background:var(--color-white);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-200);padding:1.5rem}.section-card__title{color:var(--color-black);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9375rem;font-weight:600;display:flex}.section-card__title-icon{width:18px;height:18px;color:var(--color-primary)}.coverage-overview{text-align:center;padding:1.5rem}.coverage-overview__ring{width:96px;height:96px;margin:0 auto 1rem}.coverage-overview__ring .coverage-ring__label{font-size:1.25rem}.coverage-overview__label{color:var(--color-gray-600);font-size:.8125rem}.progress-row{flex-direction:column;gap:.375rem;display:flex}.progress-row__header{justify-content:space-between;align-items:center;display:flex}.progress-row__label{color:var(--color-gray-700);font-size:.8125rem}.progress-row__value{color:var(--color-black);font-size:.8125rem;font-weight:600}.progress-row__track{background:var(--color-gray-200);border-radius:var(--radius-full);width:100%;height:6px;overflow:hidden}.progress-row__fill{border-radius:var(--radius-full);height:100%;transition:width var(--transition-normal)}.progress-row__fill--high{background:var(--color-success)}.progress-row__fill--mid{background:var(--color-warning)}.progress-row__fill--low{background:var(--color-error)}.spaces-list{flex-direction:column;gap:.5rem;list-style:none;display:flex}.spaces-list__item{background:var(--color-gray-50);border-radius:var(--radius-md);transition:background var(--transition-fast);justify-content:space-between;align-items:center;padding:.625rem .875rem;display:flex}.spaces-list__item:hover{background:var(--color-gray-100)}.spaces-list__name{color:var(--color-black);font-size:.875rem;font-weight:500}.spaces-list__meta{color:var(--color-gray-500);font-size:.75rem}.suggestion-item{background:var(--color-primary-light);border-radius:var(--radius-md);border-left:3px solid var(--color-primary);padding:.875rem 1rem}.suggestion-item__category{color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.6875rem;font-weight:600}.suggestion-item__message{color:var(--color-black);margin-bottom:.375rem;font-size:.8125rem;line-height:1.4}.suggestion-item__action{color:var(--color-primary);font-size:.8125rem;font-weight:500}.scan-card{background:var(--color-white);border-radius:var(--radius-lg);border:1px solid var(--color-gray-200);transition:all var(--transition-fast);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.scan-card--clickable{cursor:pointer}.scan-card--clickable:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.scan-card__info h3{margin-bottom:.125rem;font-size:1rem;font-weight:600}.scan-card__info p{color:var(--color-gray-600);font-size:.8125rem}.status-badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.02em;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:inline-flex}.status-badge--completed{background:var(--color-success-light);color:var(--color-success)}.status-badge--failed{background:var(--color-error-light);color:var(--color-error)}.status-badge--in-progress{background:var(--color-gray-100);color:var(--color-gray-600)}.asset-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=768px){.asset-grid{grid-template-columns:repeat(2,1fr)}}.asset-grid__full{grid-column:1/-1}.empty-state{text-align:center;color:var(--color-gray-500);padding:4rem 2rem}.empty-state__icon{width:64px;height:64px;color:var(--color-gray-400);margin:0 auto 1.25rem}.empty-state__title{color:var(--color-gray-700);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.empty-state__description{color:var(--color-gray-500);max-width:360px;margin:0 auto;font-size:.9375rem;line-height:1.5}.empty-state__cta{color:var(--color-white);background:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;transition:background var(--transition-fast);border:none;align-items:center;gap:.5rem;margin-top:1.5rem;padding:.625rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.empty-state__cta:hover{background:var(--color-primary-dark)}.login-page{background:linear-gradient(135deg, var(--color-gray-50) 0%, var(--color-primary-light) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1.5rem 1rem;display:flex}.login-card{background:var(--color-white);border-radius:var(--radius-xl);width:100%;max-width:400px;box-shadow:var(--shadow-xl);padding:2.5rem 2rem}@media (width>=768px){.login-card{padding:3rem 2.5rem}}.login-card__logo{justify-content:center;margin-bottom:1.5rem;display:flex}.login-card__title{text-align:center;color:var(--color-black);margin-bottom:.375rem;font-size:1.375rem;font-weight:700}.login-card__subtitle{text-align:center;color:var(--color-gray-600);margin-bottom:1.75rem;font-size:.875rem}.login-card__divider{align-items:center;gap:.75rem;margin:1.25rem 0;display:flex}.login-card__divider-line{background:var(--color-gray-300);flex:1;height:1px}.login-card__divider-text{color:var(--color-gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.btn{font-size:.9375rem;font-weight:600;font-family:var(--font-base);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1.5rem;line-height:1.25;text-decoration:none;display:inline-flex}.btn--primary{background:var(--color-primary);color:var(--color-white)}.btn--primary:hover:not(:disabled){background:var(--color-primary-dark);box-shadow:var(--shadow-md)}.btn--secondary{background:var(--color-white);color:var(--color-secondary);border:1px solid var(--color-gray-300)}.btn--secondary:hover:not(:disabled){border-color:var(--color-gray-400);background:var(--color-gray-50)}.btn--apple{color:#fff;background:#000}.btn--apple:hover:not(:disabled){background:#1a1a1a}.btn--sm{padding:.5rem 1rem;font-size:.8125rem}.btn--inline{width:auto}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:1rem}.form-label{color:var(--color-gray-700);margin-bottom:.375rem;font-size:.8125rem;font-weight:500;display:block}.form-input{width:100%;font-size:.9375rem;font-family:var(--font-base);color:var(--color-black);background:var(--color-white);border:1px solid var(--color-gray-300);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);padding:.75rem 1rem;display:block}.form-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px #1b6b4a1a}.form-input--error{border-color:var(--color-error)}.form-input--error:focus{box-shadow:0 0 0 3px #d32f2f1a}.form-error{color:var(--color-error);margin-top:.25rem;font-size:.75rem}.skeleton{background:linear-gradient(90deg, var(--color-gray-200) 25%, var(--color-gray-100) 50%, var(--color-gray-200) 75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--text{width:60%;height:1rem;margin-bottom:.5rem}.skeleton--title{width:40%;height:1.5rem;margin-bottom:.75rem}.skeleton--card{height:120px}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:.3s ease-out fadeIn}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.text-center{text-align:center}.text-right{text-align:right}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}
