*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--tg-theme-bg-color, #fff);color:var(--tg-theme-text-color, #1c1e21)}.center-screen{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:24px}.app{display:flex;flex-direction:column;height:100%}.consent{height:100%;display:flex;align-items:center;justify-content:center;padding:20px}.consent-card{width:100%;max-width:360px;background:var(--tg-theme-secondary-bg-color, #f7f7f8);border-radius:16px;padding:24px 20px 20px;text-align:center}.consent-logo{width:56px;height:56px;margin:0 auto 12px;border-radius:50%;background:var(--tg-theme-button-color, #2563eb);color:var(--tg-theme-button-text-color, #fff);font-weight:600;font-size:20px;display:flex;align-items:center;justify-content:center}.consent-card h2{margin:0 0 12px;font-size:18px}.consent-text{font-size:14px;line-height:1.5;margin:0 0 18px;color:var(--tg-theme-text-color, #1c1e21)}.consent-text a{color:var(--tg-theme-link-color, #2563eb)}.consent-error{color:#dc2626;font-size:13px;margin:0 0 12px}.consent-buttons{display:flex;gap:10px}.consent-btn{flex:1;padding:12px;border:none;border-radius:10px;font-size:15px;cursor:pointer}.consent-btn.primary{background:var(--tg-theme-button-color, #2563eb);color:var(--tg-theme-button-text-color, #fff);font-weight:500}.consent-btn.secondary{background:transparent;color:var(--tg-theme-link-color, #2563eb)}.consent-btn:disabled{opacity:.6}.map-tabs{display:flex;gap:6px;padding:8px;overflow-x:auto;border-bottom:1px solid rgba(0,0,0,.08)}.tab{border:none;background:#f0f0f0;padding:6px 12px;border-radius:16px;font-size:13px;white-space:nowrap;cursor:pointer}.tab.active{background:var(--tg-theme-button-color, #2563eb);color:var(--tg-theme-button-text-color, #fff)}.map-container{flex:1;position:relative}.point-detail{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:16px 16px 0 0;padding:16px;max-height:45%;overflow-y:auto;box-shadow:0 -4px 20px #00000026}.point-detail .close-btn{position:absolute;right:12px;top:12px;border:none;background:#f0f0f0;border-radius:50%;width:28px;height:28px;cursor:pointer}.point-detail .category{display:inline-block;background:#eef2ff;color:#3730a3;font-size:12px;padding:2px 8px;border-radius:10px;margin-bottom:6px}.media-row{display:flex;gap:8px;overflow-x:auto;margin-top:10px}.media-row img,.media-row video{height:120px;border-radius:8px}
