@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Unbounded:wght@600;700&display=swap";:root{color-scheme:light;font-family:Manrope,Unbounded,sans-serif;--bg: var(--tg-theme-bg-color, #ffffff);--surface: var(--tg-theme-secondary-bg-color, #f6f7f8);--card: #ffffff;--text: var(--tg-theme-text-color, #1a1a1a);--muted: var(--tg-theme-hint-color, #7b7b7b);--accent: #ff6a2a;--accent-strong: #e45722;--accent-soft: #fff1e8;--stroke: rgba(20, 20, 20, .08);--shadow: 0 10px 28px rgba(17, 17, 17, .08);--radius: 16px;--nav-height: 72px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,sans-serif}#root,.app{height:100dvh}.app{position:relative;overflow:hidden}.map-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0}.appbar{position:fixed;top:0;left:0;right:0;z-index:4;padding:12px 16px 10px;background:var(--bg);border-bottom:1px solid var(--stroke);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.appbar__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.appbar__row+.appbar__row{margin-top:8px}.appbar__row--split{gap:10px}.appbar__actions{display:flex;align-items:center;gap:8px}.brand{font-family:Unbounded,sans-serif;font-size:18px;letter-spacing:.2px}.appbar__filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:8px}.banner{position:fixed;left:16px;right:16px;top:128px;z-index:5;padding:10px 14px;border-radius:12px;font-size:14px;text-align:center;box-shadow:var(--shadow)}.banner.error{background:#ffe9e4;color:#b23a1d}.segmented-control{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:var(--surface);border:1px solid var(--stroke)}.segmented-control--wide{width:100%;justify-content:space-between}.segmented-control--wrap{flex-wrap:wrap}.segmented{border:none;background:transparent;border-radius:999px;padding:8px 14px;font-size:13px;color:var(--muted);cursor:pointer}.segmented.active{background:var(--accent-soft);color:var(--accent);font-weight:600}.select,.input{height:44px;padding:0 12px;border-radius:12px;border:1px solid var(--stroke);background:var(--card);font-size:14px;font-family:inherit;color:var(--text);width:100%}select.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path d='M1 1l5 5 5-5' fill='none' stroke='%23999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}textarea.input{min-height:90px;padding:10px 12px;height:auto;resize:vertical}.btn{height:48px;padding:0 16px;border-radius:14px;border:1px solid transparent;font-weight:600;font-size:14px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:transform .08s ease,box-shadow .2s ease;background:transparent;color:var(--text)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn.primary{background:var(--accent);color:#fff;box-shadow:0 10px 18px #ff6a2a40}.btn.secondary{border-color:var(--stroke);background:var(--card)}.btn.ghost{border-color:transparent;background:transparent;color:var(--muted)}.btn.tertiary{height:32px;padding:0 10px;font-size:12px;border-radius:999px;border:1px solid var(--stroke);color:var(--muted);background:transparent}.btn.small{height:36px;padding:0 12px;font-size:12px}.bottom-sheet{position:fixed;left:0;right:0;bottom:0;z-index:3;background:var(--surface);border-radius:20px 20px 0 0;box-shadow:0 -14px 34px #0d0d0d26;display:flex;flex-direction:column;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.sheet-handle{height:28px;display:flex;align-items:center;justify-content:center;cursor:grab}.sheet-handle span{width:48px;height:4px;border-radius:999px;background:#0000001f}.sheet-content{flex:1;display:flex;flex-direction:column;gap:12px;overflow:hidden;padding:0 16px 16px}.sheet-section{display:flex;flex-direction:column;gap:12px;min-height:0;flex:1}.section-header{display:flex;align-items:center;justify-content:space-between}.section-header h2{margin:0;font-size:18px;font-weight:600}.pill{background:var(--accent-soft);color:var(--accent);padding:4px 10px;border-radius:999px;font-size:12px}.event-list{display:flex;flex-direction:column;gap:12px;flex:1;min-height:0;overflow-y:auto;padding-bottom:8px}.event-card{background:var(--card);border-radius:var(--radius);padding:14px 14px 12px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px;cursor:pointer}.event-card--active{border:1px solid rgba(255,106,42,.25)}.event-card.compact{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.event-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.event-title{font-size:18px;font-weight:600}.event-meta{font-size:14px;color:var(--muted)}.event-desc{font-size:14px;color:var(--text);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.event-progress{display:flex;flex-direction:column;gap:6px}.progress{height:6px;border-radius:999px;background:#ececec;overflow:hidden}.progress__bar{height:100%;background:var(--accent)}.progress__meta{font-size:13px;color:var(--muted)}.participants-row{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:8px 10px;cursor:pointer}.participants-row__label{font-size:13px;color:var(--muted)}.participants-row__count{font-size:12px;color:var(--muted)}.avatar-stack{display:flex;align-items:center;gap:0}.avatar-stack .avatar:first-child{margin-left:0}.avatar{width:36px;height:36px;border-radius:50%;background:var(--accent-soft);color:var(--accent-strong);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;position:relative;overflow:hidden}.avatar img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.avatar span{position:relative;z-index:1}.avatar.small{width:26px;height:26px;font-size:11px;border:2px solid var(--card)}.avatar-stack .avatar.small{margin-left:-6px}.avatar.large{width:48px;height:48px;font-size:18px}.avatar-more{background:var(--surface);border:1px solid var(--stroke);border-radius:999px;padding:4px 8px;font-size:11px;margin-left:6px}.event-chips{display:flex;gap:8px;flex-wrap:wrap}.chip{background:var(--accent-soft);color:var(--accent-strong);border-radius:999px;padding:6px 12px;font-size:12px}.event-actions{display:flex;gap:8px;flex-wrap:wrap}.badge{margin-left:6px;background:var(--accent-soft);color:var(--accent-strong);font-size:12px;padding:2px 6px;border-radius:999px}.comments-panel{background:var(--surface);border:1px solid var(--stroke);border-radius:12px;padding:10px;display:flex;flex-direction:column;gap:8px}.comments-list{display:flex;flex-direction:column;gap:8px;max-height:160px;overflow-y:auto}.comment{display:flex;gap:8px;align-items:flex-start}.comment__name{font-size:12px;font-weight:600}.comment__text{font-size:14px;color:var(--text)}.comments-input{display:flex;gap:8px;align-items:center}.empty{font-size:14px;color:var(--muted);text-align:center;padding:16px 0}.profile-card{background:var(--card);border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:14px}.profile-card__header{display:flex;align-items:center;gap:12px}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;font-size:12px;color:var(--muted)}.info-grid strong{display:block;font-size:16px;color:var(--text)}.support-form,.support-success{display:flex;flex-direction:column;gap:12px}.muted{color:var(--muted);font-size:14px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#0d0d0d59;display:flex;align-items:flex-end;z-index:8}.modal-sheet{width:100%;background:var(--card);border-radius:20px 20px 0 0;max-height:90vh;display:flex;flex-direction:column;box-shadow:var(--shadow)}.modal-header{padding:16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--stroke)}.modal-header h3{margin:0;font-size:18px}.modal-body{padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.panel-block{display:flex;flex-direction:column;gap:8px}.panel-block h4{margin:0;font-size:14px}.participant{border:1px solid var(--stroke);border-radius:12px;padding:10px;display:flex;align-items:center;gap:10px;background:var(--surface);text-align:left;width:100%;cursor:pointer;font:inherit}.participant__info{display:flex;flex-direction:column;gap:4px}.participant__name{font-size:14px;font-weight:600}.participant__age{font-size:12px;color:var(--muted)}.form-grid{display:flex;flex-direction:column;gap:12px}.form-grid label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:var(--muted)}.pick-block{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.link{color:var(--accent);text-decoration:none;font-weight:600}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);background:var(--bg);border-top:1px solid var(--stroke);display:grid;grid-template-columns:repeat(4,1fr);z-index:7}.nav-item{border:none;background:transparent;font-size:12px;color:var(--muted);font-weight:500;font-family:inherit;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-item.active{color:var(--accent);font-weight:600}@media (min-width: 720px){.bottom-sheet,.modal-sheet,.bottom-nav{left:50%;right:auto;transform:translate(-50%);width:min(520px,100%)}}
