:root{--bg: var(--tg-theme-bg-color, #ffffff);--text: var(--tg-theme-text-color, #1a1a1a);--hint: var(--tg-theme-hint-color, #8e8e93);--link: var(--tg-theme-link-color, #007aff);--button: var(--tg-theme-button-color, #007aff);--button-text: var(--tg-theme-button-text-color, #ffffff);--secondary-bg: var(--tg-theme-secondary-bg-color, #f2f2f7);--header-bg: var(--tg-theme-header-bg-color, #ffffff);--accent: var(--tg-theme-accent-text-color, var(--link));--section-bg: var(--tg-theme-section-bg-color, #ffffff);--section-header: var(--tg-theme-section-header-text-color, #8e8e93);--subtitle: var(--tg-theme-subtitle-text-color, #8e8e93);--destructive: var(--tg-theme-destructive-text-color, #ff3b30)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;min-height:100vh}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}button,.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4em;padding:.6em 1.2em;border:none;border-radius:.5em;font-size:.95rem;font-weight:500;cursor:pointer;transition:opacity .15s;background:var(--button);color:var(--button-text)}button:hover,.btn:hover{opacity:.85}button:disabled{opacity:.4;cursor:not-allowed}input,select,textarea{width:100%;padding:.65em .8em;border:1px solid var(--hint);border-radius:.5em;font-size:.95rem;font-family:inherit;background:var(--bg);color:var(--text)}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px;border-color:transparent}h1{font-size:1.4rem;font-weight:700}h2{font-size:1.2rem;font-weight:600}h3{font-size:1.05rem;font-weight:600}.badges{display:flex;flex-wrap:wrap;gap:.4em;margin:.5em 0}.badge{display:inline-flex;align-items:center;gap:.3em;padding:.25em .6em;border-radius:1em;font-size:.8rem;font-weight:500;background:var(--secondary-bg);color:var(--text)}.badge .icon{font-size:1em}.filter-bar{display:flex;flex-direction:column;gap:.5em;margin-bottom:1em}.filter-chips{display:flex;flex-wrap:wrap;gap:.5em;align-items:center}.filter-chip{display:inline-flex;align-items:center;gap:.3em;font-size:.85rem;font-weight:500;padding:.4em .75em;border-radius:1em;background:var(--secondary-bg);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;flex-shrink:0}.filter-chip.checked{background:var(--button);color:var(--button-text)}.filter-chip input[type=checkbox]{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.schedule{display:grid;grid-template-columns:auto 1fr;gap:.3em .8em;font-size:.9rem}.schedule .day{font-weight:500}.schedule .time{color:var(--subtitle)}.contact-actions{display:flex;gap:.5em;margin-top:1em}.contact-actions a{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:.4em;padding:.65em;border-radius:.5em;font-weight:500;font-size:.9rem}.contact-actions .phone-link{background:#34c759;color:#fff}.contact-actions .tg-link{background:#007aff;color:#fff}.photo-gallery{display:flex;gap:.5em;overflow-x:auto;padding-bottom:.5em;-webkit-overflow-scrolling:touch}.photo-gallery img{height:160px;border-radius:.5em;object-fit:cover;flex-shrink:0}.form-group{margin-bottom:1em}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--section-header);margin-bottom:.3em}.checkbox-group{display:flex;flex-wrap:wrap;gap:.75em}.checkbox-group label{display:inline-flex;align-items:center;gap:.3em;font-size:.9rem;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto}.form-actions{display:flex;gap:.5em;margin-top:1.5em}.form-actions button{flex:1}.btn-secondary{background:var(--secondary-bg);color:var(--text)}.btn-danger{background:var(--destructive);color:#fff}.capacity{display:inline-flex;align-items:center;gap:.25em;font-size:.85rem;color:var(--subtitle)}.city-autocomplete{position:relative}.city-suggestions{position:absolute;top:calc(100% + .25em);left:0;right:0;z-index:200;list-style:none;margin:0;padding:.3em 0;background:var(--section-bg);border:1px solid var(--hint);border-radius:.5em;box-shadow:0 4px 16px #0000001f;max-height:220px;overflow-y:auto;-webkit-overflow-scrolling:touch}.city-suggestions li{padding:.6em .85em;font-size:.95rem;cursor:pointer;color:var(--text);transition:background .1s}.city-suggestions li:hover,.city-suggestions li.active{background:var(--secondary-bg)}.city-name-uk{display:block;font-size:.95rem;color:var(--text)}.city-name-en{display:block;font-size:.78rem;color:var(--hint);margin-top:.05em}#root>nav{display:flex;background:var(--secondary-bg);border-top:1px solid var(--hint);position:fixed;bottom:0;left:0;right:0;z-index:100;padding-bottom:max(var(--tg-safe-area-inset-bottom, 0px),env(safe-area-inset-bottom,0px))}#root>nav a{flex:1;text-align:center;padding:.75em .5em;font-weight:500;font-size:.85rem;color:var(--hint);border-top:2px solid transparent;transition:color .2s,border-color .2s}#root>nav a[aria-selected=true],#root>nav a.active{color:var(--accent);border-top-color:var(--accent)}#root{padding:1em;max-width:480px;margin:0 auto;padding-top:calc(1em + var(--tg-content-safe-area-inset-top, 0px) + var(--tg-safe-area-inset-top, 0px));padding-bottom:calc(3.5rem + max(var(--tg-safe-area-inset-bottom, 0px),env(safe-area-inset-bottom,0px)) + 1em)}.card{background:var(--section-bg);border-radius:.75em;padding:1em;margin-bottom:.75em;box-shadow:0 1px 2px #0000000f}.card-inactive{opacity:.55}.card h3{margin-bottom:.3em}.card p{color:var(--subtitle);font-size:.9rem}section h1{margin-bottom:.75em}.empty-state{text-align:center;padding:3em 1em;color:var(--hint)}.empty-state p{margin-top:.5em;font-size:.95rem}
