:root{--bg:#fbf9f7;--surface:#fff;--border:#e7e1da;--text:#12100e;--text-secondary:#5c5349;--text-muted:#7d7266;--accent:#d9701a;--accent-subtle:#fbeadb;--on-accent:#fff;--radius:16px}:root[data-theme=dark]{--bg:#12100e;--surface:#24201b;--border:#3d3730;--text:#fbf9f7;--text-secondary:#d4cbc1;--text-muted:#a89c8f;--accent:#e88b3c;--accent-subtle:#3a2a18;--on-accent:#12100e}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);overscroll-behavior:none;font-family:-apple-system,SF Pro Text,system-ui,sans-serif}.app{height:100%;position:relative;overflow:hidden}.map{position:absolute;inset:0}.pill{top:calc(env(safe-area-inset-top) + 12px);background:var(--surface);border:1px solid var(--border);z-index:2;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:500;display:flex;position:absolute;left:16px;box-shadow:0 2px 12px #00000014}.sheet{background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;border-top:1px solid var(--border);z-index:3;flex-direction:column;transition:height .28s cubic-bezier(.2,.8,.2,1);display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #0000001a}.sheet--peek{height:22%}.sheet--half{height:55%}.sheet--full{height:92%}.sheet__grip{background:var(--border);cursor:grab;border-radius:2px;flex:none;width:36px;height:4px;margin:10px auto 4px}.sheet__body{-webkit-overflow-scrolling:touch;padding:8px 16px 32px;overflow-y:auto}.title{margin:6px 0;font-size:21px;font-weight:700;line-height:1.25}.subtitle{color:var(--text-secondary);margin:0 0 10px;font-size:14px}.caption{color:var(--text-muted);font-size:13px}.row{border-bottom:1px solid var(--border);cursor:pointer;align-items:center;gap:12px;padding:12px 0;display:flex}.row:last-child{border-bottom:none}.row__icon{background:var(--accent-subtle);border-radius:8px;flex:none;place-items:center;width:36px;height:36px;font-size:16px;display:grid}.row__text{flex:1;min-width:0}.row__title{font-size:15px;font-weight:500}.photo{object-fit:cover;width:calc(100% + 32px);height:200px;margin:-8px -16px 12px;display:block}.btn{appearance:none;cursor:pointer;background:var(--accent);color:var(--on-accent);border:none;border-radius:12px;padding:12px 20px;font-family:inherit;font-size:16px;font-weight:600}.btn:disabled{opacity:.5;cursor:default}.btn--secondary{color:var(--text);border:1px solid var(--border);background:0 0}.btn-row{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.text{white-space:pre-line;font-size:15px;line-height:1.65}.credit{color:var(--text-muted);margin-top:12px;font-size:11px}.center{height:100%;color:var(--text-muted);place-items:center;display:grid}.empty{text-align:center;padding:24px 0}.section{border-top:1px solid var(--border);margin-top:24px;padding-top:16px}.segmented{border:1px solid var(--border);border-radius:12px;margin-top:8px;display:flex;overflow:hidden}.segmented__item{appearance:none;color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:none;flex:1;padding:10px 6px;font-size:13px}.segmented__item--on{background:var(--accent-subtle);color:var(--accent);font-weight:600}.mini{border-bottom:1px solid var(--border);background:var(--surface);flex:none}.mini__track{background:var(--border);cursor:pointer;height:3px}.mini__fill{background:var(--accent);height:3px;transition:width .2s linear}.mini__row{align-items:center;gap:10px;padding:8px 16px 10px;display:flex}.mini__text{flex:1;min-width:0}.mini__title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.mini__btn{appearance:none;color:var(--text);cursor:pointer;background:0 0;border:none;padding:6px;font-size:16px;line-height:1}.mini__btn--main{background:var(--accent);width:40px;height:40px;color:var(--on-accent);border-radius:999px;flex:none;font-size:15px}.skeleton{background:linear-gradient(90deg, var(--border) 25%, var(--accent-subtle) 37%, var(--border) 63%);background-size:400% 100%;border-radius:6px;animation:1.4s infinite shimmer}.skeleton--icon{border-radius:8px;flex:none;width:36px;height:36px}.skeleton--line{height:12px;margin:6px 0}.skeleton--short{width:30%}.skeleton--photo{border-radius:0;width:calc(100% + 32px);height:200px;margin:-8px -16px 12px}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}.catalog__country{margin-bottom:20px}.catalog__country-head{align-items:center;gap:8px;padding:8px 0;display:flex}.catalog__flag{font-size:20px}.catalog__country-name{flex:1;font-size:17px;font-weight:700}.catalog__cities{border-left:2px solid var(--border);margin-left:14px;padding-left:14px}.catalog__city{border:none;border-bottom:1px solid var(--border);width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;align-items:center;gap:12px;padding:10px 0;display:flex}.catalog__city:last-child{border-bottom:none}.catalog__city--soon{cursor:default;opacity:.55}.catalog__city-text{flex:1;min-width:0;display:block}.catalog__city-name{font-size:15px;font-weight:500;display:block}.segmented--tabs{margin:4px 0 14px}
