.hs{border:1px solid var(--evh-border);border-radius:var(--radius-md);padding:var(--space-5, 1.25rem);margin-bottom:var(--space-8, 2rem);background:var(--color-chalk);transition:border-color .2s ease,background .2s ease}.hs--green{border-left:4px solid var(--color-success);border-radius:0 var(--radius-md) var(--radius-md)0}.hs--yellow{border-left:4px solid var(--color-warning);border-radius:0 var(--radius-md) var(--radius-md)0}.hs--red{border-left:4px solid var(--color-danger);border-radius:0 var(--radius-md) var(--radius-md)0;background:color-mix(in srgb,var(--color-danger) 8%,var(--color-surface))}.hs__row{display:flex;gap:var(--space-4, 1rem);align-items:flex-start}.hs__dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-top:5px;flex-shrink:0}.hs__dot--green{background:var(--color-success)}.hs__dot--yellow{background:var(--color-warning)}.hs__dot--red{background:var(--color-danger);box-shadow:0 0 6px #d9302580}.hs__dot--grey{background:var(--color-text-tertiary)}.hs__body{flex:1;min-width:0}.hs__count{margin:0 0 var(--space-2, .5rem);font-size:var(--text-sm, .875rem);font-weight:500;color:var(--evh-text);line-height:1.4}.hs__last{margin:0 0 var(--space-3, .75rem);font-size:var(--text-xs, .75rem);color:var(--evh-text-muted)}.hs__network-note{margin:var(--space-3, .75rem)0;font-size:var(--text-sm, .875rem);color:var(--evh-text-secondary)}.hs__phone{color:var(--color-danger);font-weight:600;text-decoration:none}.hs__phone:hover{text-decoration:underline}.hs__actions{display:flex;gap:var(--space-3, .75rem);flex-wrap:wrap;margin-top:var(--space-3, .75rem)}.hs__btn{font-size:var(--text-sm, .875rem);padding:var(--space-2, .5rem) var(--space-4, 1rem);cursor:pointer}.hs__confirmed{margin:var(--space-3, .75rem)0 0;font-size:var(--text-sm, .875rem);color:var(--color-success);font-weight:500}.hs__tick{margin-right:var(--space-2, .5rem)}.hs__building-row{margin-top:var(--space-4, 1rem);border-top:1px solid var(--evh-border);padding-top:var(--space-4, 1rem)}.hs__building-label{display:block;font-size:var(--text-sm, .875rem);color:var(--evh-text-secondary);margin-bottom:var(--space-2, .5rem)}.hs__building-optional{color:var(--evh-text-muted);font-weight:400}.hs__building-fields{display:flex;flex-direction:column;gap:var(--space-2, .5rem);margin-bottom:var(--space-3, .75rem)}.hs__select{width:100%;max-width:320px;background:var(--color-chalk);color:var(--evh-text);border:1px solid var(--evh-border);padding:var(--space-2, .5rem) var(--space-3, .75rem);font-size:var(--text-sm, .875rem);font-family:inherit;cursor:pointer;border-radius:var(--radius-sm, 4px);appearance:auto}.hs__select:focus{outline:2px solid var(--evh-lime);outline-offset:0}.hs__input-text{width:100%;max-width:320px;background:var(--color-chalk);color:var(--evh-text);border:1px solid var(--evh-border);padding:var(--space-2, .5rem) var(--space-3, .75rem);font-size:var(--text-sm, .875rem);font-family:inherit;border-radius:var(--radius-sm, 4px)}.hs__input-text:focus{outline:2px solid var(--evh-lime);outline-offset:0}.hs__building-actions{display:flex;gap:var(--space-3, .75rem);flex-wrap:wrap}.hs__btn-submit,.hs__btn-skip{font-size:var(--text-sm, .875rem);padding:var(--space-2, .5rem) var(--space-4, 1rem);cursor:pointer}.hs__building-single{margin:var(--space-2, .5rem)0 var(--space-3, .75rem)}.hs__building-badge{display:inline-block;font-size:var(--text-xs, .75rem);font-weight:600;color:var(--evh-text-secondary);background:var(--evh-mid);border-radius:var(--radius-sm);padding:2px var(--space-3, .75rem);letter-spacing:.02em}.hs__breakdown{margin:var(--space-2, .5rem)0 var(--space-3, .75rem)}.hs__breakdown-summary{font-size:var(--text-xs, .75rem);color:var(--evh-text-muted);cursor:pointer;list-style:none;user-select:none;padding-bottom:var(--space-1, .25rem)}.hs__breakdown-summary::-webkit-details-marker{display:none}.hs__breakdown-summary::marker{display:none}.hs__breakdown-summary:before{content:"▶  ";font-size:.6em;vertical-align:middle}.hs__breakdown[open] .hs__breakdown-summary:before{content:"▼  "}.hs__breakdown-list{list-style:none;margin:var(--space-2, .5rem)0 0;padding:0}.hs__building-row-item{display:flex;justify-content:space-between;align-items:center;font-size:var(--text-xs, .75rem);padding:var(--space-2, .5rem)0;border-bottom:1px solid var(--evh-border);gap:var(--space-4, 1rem)}.hs__building-row-item:last-child{border-bottom:none}.hs__building-name{color:var(--evh-text-secondary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hs__building-count{color:var(--evh-text-muted);flex-shrink:0;font-variant-numeric:tabular-nums}.hs__skeleton{display:flex;align-items:center;gap:var(--space-4, 1rem)}.hs__skeleton-line{display:inline-block;height:12px;width:200px;background:var(--evh-mid);border-radius:var(--radius-sm, 4px);animation:hs-pulse 1.4s ease-in-out infinite}@keyframes hs-pulse{0%,to{opacity:.5}50%{opacity:1}}