@font-face{font-family:Gilroy;src:url(/assets/Gilroy-eCFN1h-s.ttf) format("truetype");font-style:normal;font-weight:600}@font-face{font-family:Inter;src:url(/assets/Inter-c8O0ljhh.ttf) format("truetype");font-style:normal;font-weight:600}:root{font-family:Gilroy;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Gilroy}*{margin:0;padding:0;box-sizing:border-box}.App{display:flex;flex-direction:column;width:100vw;min-height:100vh;color:#0f172a;background:#f4f5f8;-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}html{scrollbar-width:none}body{-ms-overflow-style:none;background:#f4f5f8;color:#0f172a}html,body{min-height:calc(100% + 36px);overflow-y:auto}.nav-bar{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;align-items:stretch;padding:8px 8px max(8px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #ececef;box-shadow:0 -1px #0f172a0a;z-index:50}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:6px 4px 4px;text-decoration:none;color:#9aa0a6;font-family:Inter,Gilroy,system-ui,sans-serif;font-size:11px;font-weight:500;letter-spacing:.1px;transition:color .15s ease}.nav-item svg{width:24px;height:24px;display:block}.nav-item.active{color:#4d7fff}.nav-label{line-height:1}.top-bar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;box-sizing:border-box;padding:14px 16px 12px;background:#fff;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.top-bar__text{flex:1 1 auto;min-width:0}.top-bar__title{margin:0;font-size:19px;font-weight:700;line-height:1.2;letter-spacing:-.2px;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-bar__date{margin:4px 0 0;font-size:13px;font-weight:500;color:#94a3b8;text-transform:lowercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-bar__actions{flex:0 0 auto;display:flex;align-items:center;gap:10px}.top-bar__icon-btn{position:relative;width:40px;height:40px;border-radius:50%;background:#f1f3f7;border:none;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;cursor:pointer;padding:0;transition:background-color .15s ease,transform .05s ease}.top-bar__icon-btn:hover{background:#e7eaf1}.top-bar__icon-btn:active{transform:scale(.96)}.top-bar__icon-btn svg{width:20px;height:20px}.top-bar__dot{position:absolute;top:9px;right:11px;width:8px;height:8px;background:#ef4444;border:2px solid #ffffff;border-radius:50%}.top-bar__avatar{width:40px;height:40px;border-radius:50%;border:none;padding:0;background:#e2e8f0;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#475569;transition:transform .05s ease}.top-bar__avatar:active{transform:scale(.96)}.top-bar__avatar img{width:100%;height:100%;object-fit:cover;display:block}.top-bar__avatar-fallback{font-size:14px;font-weight:600;letter-spacing:.3px}.home-page{width:100%;box-sizing:border-box;padding:8px 16px 96px;display:flex;flex-direction:column;gap:18px;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.home-hero{display:flex;align-items:center;gap:14px;width:100%;background:linear-gradient(180deg,#6e96ff,#5a85ff);color:#fff;border:none;border-radius:18px;padding:16px 18px;cursor:pointer;text-align:left;box-shadow:0 6px 14px #4d7fff40;transition:transform .05s ease}.home-hero:active{transform:scale(.99)}.home-hero__icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center;color:#fff}.home-hero__icon svg{width:22px;height:22px}.home-hero__text{flex:1;display:flex;flex-direction:column;gap:2px}.home-hero__label{font-size:14px;font-weight:500;color:#ffffffd9}.home-hero__value{font-size:22px;font-weight:800;letter-spacing:-.2px}.home-hero__chevron{display:inline-flex;align-items:center;justify-content:center;color:#ffffffe6}.home-hero__chevron svg{width:18px;height:18px}.home-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.home-tile{background:#fff;border:1px solid #e5ecff;border-radius:18px;padding:18px 8px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;text-decoration:none;color:inherit;box-shadow:0 1px 2px #0f172a0a;transition:transform .05s ease,background-color .15s ease}.home-tile:active{transform:scale(.98)}.home-tile__icon{width:48px;height:48px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center}.home-tile__icon svg{width:24px;height:24px}.home-tile__icon--dark{background:#f1f3f7;color:#1f2333}.home-tile__icon--brown{background:#f5ece2;color:#8a6342}.home-tile__icon--red{background:#fde7ea;color:#d24d5b}.home-tile__label{font-size:14px;font-weight:600;color:#0f172a}.home-section{display:flex;flex-direction:column;gap:12px}.home-section__title{margin:4px 0 0;font-size:20px;font-weight:800;letter-spacing:-.2px;color:#0f172a}.home-empty{background:#fff;border:1px solid #e5ecff;border-radius:18px;padding:26px 16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;box-shadow:0 1px 2px #0f172a0a}.home-empty__text{margin:0;font-size:14px;color:#94a3b8}.home-empty__link{font-size:15px;font-weight:700;color:#4d7fff;text-decoration:none}.home-cards{display:flex;flex-direction:column;gap:12px}.schedule-card{background:#fff;border:1.5px solid #e5ecff;border-radius:18px;padding:16px;box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease,box-shadow .2s ease}.schedule-card__link{display:flex;flex-direction:column;gap:12px;text-decoration:none;color:inherit}@keyframes schedule-card-pulse{0%,to{box-shadow:0 0 #4d7fff00}50%{box-shadow:0 0 16px #4d7fff66}}.schedule-card--ongoing{border-color:#4d7fff;animation:schedule-card-pulse 2s ease-in-out infinite}.schedule-card__head{display:flex;align-items:center;gap:12px}.schedule-card__avatar{width:56px;height:56px;flex:0 0 56px;border-radius:50%;background:#1f2333;color:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;font:700 22px/1 Inter,Gilroy,sans-serif}.schedule-card__avatar img{width:100%;height:100%;object-fit:cover}.schedule-card__meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:2px;padding-right:32px}.schedule-card__speaker{margin:0;font:800 17px/1.15 Inter,Gilroy,sans-serif;color:#0f172a;letter-spacing:.2px;text-transform:uppercase;overflow-wrap:anywhere}.schedule-card__category{font-size:14px;font-weight:500;color:#4d7fff}.schedule-card__bookmark{position:absolute;margin-left:auto;top:16px;right:16px;background:transparent;border:none;padding:4px;cursor:pointer;color:#4d7fff;display:inline-flex;align-items:center;justify-content:center}.schedule-card{position:relative}.schedule-card__bookmark svg{width:22px;height:22px}.schedule-card__bookmark--on{color:#4d7fff}.schedule-card__title{margin:0;font:800 16px/1.3 Inter,Gilroy,sans-serif;color:#0f172a;letter-spacing:-.1px}.schedule-card__pills{display:flex;flex-wrap:wrap;gap:8px}.schedule-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 12px 7px 10px;border-radius:999px;font:600 13px/1 Inter,Gilroy,sans-serif}.schedule-pill svg{width:14px;height:14px}.schedule-pill--hall{background:#4d7fff;color:#fff}.schedule-pill--time{background:#fff;color:#4d7fff;border:1.5px solid #c5d3ff}.schedule-card__badges{display:flex;flex-wrap:wrap;gap:8px}.schedule-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;font:600 12px/1 Inter,Gilroy,sans-serif}.schedule-badge svg{width:14px;height:14px}.schedule-badge--stream{background:#eef1fb;color:#4d7fff}.schedule-badge--full{background:#fde7ea;color:#d24d5b}.points-info{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:linear-gradient(180deg,#7c9bff,#5a85ff);color:#fff;padding:56px 22px 24px;box-sizing:border-box;overflow-y:auto;display:flex;flex-direction:column;align-items:center;font-family:Inter,Gilroy,system-ui,sans-serif;animation:points-info-in .18s ease-out}@keyframes points-info-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.points-info__close{position:absolute;top:16px;right:16px;width:36px;height:36px;border-radius:50%;background:#ffffff2e;color:#fff;border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .15s ease}.points-info__close:hover{background:#ffffff42}.points-info__close svg{width:18px;height:18px}.points-info__hero{display:flex;align-items:center;justify-content:center;margin-top:8px}.points-info__hero-icon{width:80px;height:80px;border-radius:50%;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center;color:#fff}.points-info__hero-icon svg{width:40px;height:40px}.points-info__title{margin:22px 0 10px;font-size:26px;font-weight:800;letter-spacing:-.4px;text-align:center}.points-info__subtitle{margin:0 0 22px;text-align:center;font-size:14px;line-height:1.4;color:#ffffffd1}.points-info__list{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;gap:10px}.points-info__perk{display:flex;align-items:center;gap:14px;background:#ffffff29;border-radius:16px;padding:14px 16px}.points-info__perk-icon{width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center}.points-info__perk-icon svg{width:20px;height:20px}.points-info__perk-text{display:flex;flex-direction:column;gap:2px;min-width:0}.points-info__perk-title{font-size:15px;font-weight:700;color:#fff;letter-spacing:-.1px}.points-info__perk-desc{font-size:13px;font-weight:500;color:#ffffffc7;line-height:1.35}.points-info__cta{margin-top:auto;margin-bottom:8px;width:100%;background:#fff;color:#4d7fff;border:none;border-radius:18px;padding:16px 18px;font:700 16px/1 Inter,Gilroy,sans-serif;letter-spacing:-.1px;cursor:pointer;box-shadow:0 6px 14px #0f172a2e;transition:transform .05s ease}.points-info__cta:active{transform:scale(.99)}@media (min-height: 720px){.points-info{padding-bottom:32px}}.profile-page{width:100%;box-sizing:border-box;padding:8px 12px 96px;display:flex;flex-direction:column;gap:18px;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.profile-card{background:#fff;border-radius:22px;padding:18px 18px 16px;box-shadow:0 1px 2px #0f172a0a}.profile-card__title{margin:0 0 14px;font-size:22px;font-weight:700;letter-spacing:-.2px}.profile-card__user{display:flex;align-items:center;gap:14px}.profile-card__avatar{width:64px;height:64px;border-radius:50%;background:#e2e8f0;overflow:hidden;flex:0 0 64px;display:inline-flex;align-items:center;justify-content:center;color:#475569;font-weight:600;font-size:20px}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card__avatar-fallback{letter-spacing:.5px}.profile-card__name-block{min-width:0}.profile-card__name{font-size:18px;font-weight:800;letter-spacing:.2px;text-transform:uppercase;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card__role{margin-top:4px;font-size:14px;font-weight:500;color:#4d7fff}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px}.stat-tile{background:#f4f5f8;border-radius:16px;padding:12px 8px;display:flex;flex-direction:column;align-items:center;gap:6px}.stat-tile__icon{width:36px;height:36px;border-radius:50%;background:#e6ecff;color:#4d7fff;display:inline-flex;align-items:center;justify-content:center}.stat-tile__icon svg{width:18px;height:18px}.stat-tile__value{font-size:22px;font-weight:800;line-height:1;color:#0f172a}.stat-tile__label{font-size:13px;font-weight:500;color:#64748b}.profile-section{display:flex;flex-direction:column;gap:10px}.profile-section__title{margin:4px 4px 2px;font-size:17px;font-weight:700;letter-spacing:-.1px;color:#0f172a}.profile-section__list{display:flex;flex-direction:column;gap:10px}.row-card{display:flex;align-items:center;gap:14px;width:100%;background:#fff;border:none;border-radius:18px;padding:14px 16px;text-align:left;text-decoration:none;color:#0f172a;font-family:inherit;cursor:pointer;box-shadow:0 1px 2px #0f172a0a;transition:transform .05s ease,background-color .15s ease}.row-card:active{transform:scale(.99);background:#fafbfd}.row-card__icon{width:40px;height:40px;border-radius:50%;background:#e6ecff;color:#4d7fff;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center}.row-card__icon svg{width:20px;height:20px}.row-card__text{flex:1 1 auto;min-width:0}.row-card__title{font-size:16px;font-weight:700;color:#0f172a;line-height:1.2}.row-card__subtitle{margin-top:4px;font-size:13px;font-weight:500;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-card__chevron{width:20px;height:20px;color:#c7ccd3;flex:0 0 20px;display:inline-flex;align-items:center;justify-content:center}.row-card__chevron svg{width:16px;height:16px}.schedule-page{width:100%;box-sizing:border-box;padding:8px 16px 96px;display:flex;flex-direction:column;gap:14px;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.schedule-page__title{margin:8px 0 4px;font-size:26px;font-weight:800;letter-spacing:-.4px;color:#0f172a}.schedule-search{position:relative;display:flex;align-items:center;background:#fff;border-radius:14px;padding:0 14px 0 42px;height:44px;border:1px solid #e5ecff;box-shadow:0 1px 2px #0f172a0a}.schedule-search__icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center}.schedule-search__icon svg{width:18px;height:18px}.schedule-search__input{flex:1;background:transparent;border:none;outline:none;font:500 15px/1 Inter,Gilroy,sans-serif;color:#0f172a}.schedule-search__input::placeholder{color:#9aa4b6;font-weight:500}.schedule-search__input::-webkit-search-cancel-button{-webkit-appearance:none;-moz-appearance:none;appearance:none}.schedule-filters{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;margin:0 -16px;padding:2px 16px 6px}.schedule-filters::-webkit-scrollbar{display:none}.schedule-filter{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:999px;background:#fff;border:1px solid #e5ecff;color:#0f172a;font:600 13.5px/1 Inter,Gilroy,sans-serif;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.schedule-filter svg{width:14px;height:14px;color:#4d7fff}.schedule-filter--active{background:#4d7fff;border-color:#4d7fff;color:#fff;box-shadow:0 4px 10px #4d7fff40}.schedule-filter--active svg{color:#fff}.schedule-list{display:flex;flex-direction:column;gap:14px}.schedule-empty{text-align:center;color:#94a3b8;font-size:14px;padding:32px 16px;background:#fff;border-radius:16px;border:1px dashed #e5ecff}.time-block{display:flex;flex-direction:row;gap:10px;vertical-align:middle;padding:18px 0}.time-block p{font-size:20px;font-family:Inter;font-weight:700;white-space:nowrap;color:#0f172a}.time-line{height:2px;margin:auto;width:100%;background:#4d7fff}.speaker-page{padding:20px 16px;font-family:Gilroy;width:-webkit-fill-available;background-color:#fff}.speaker-card-full{display:flex;flex-direction:column;gap:16px;background-color:#fff;margin-top:14px}.speaker-image-full{width:100%;height:330px;object-fit:cover;display:block;border-radius:14px}.favorite-icon-full{background:#5383e5;border-radius:50%;width:60px;height:60px;display:flex;justify-content:center;align-items:center}.favorite-icon-full svg{width:20px;height:20px;stroke:#1c3369;fill:none}.speaker-info-full{display:flex;flex-direction:row;justify-content:space-between}.speaker-main-info{display:flex;flex-direction:column}.speaker-name-full{font-weight:900;font-family:Inter;font-size:26px;color:#000}.speaker-position-full{font-size:14px;font-weight:700;color:#5383e5}.speaker-talk-full{font-weight:700;font-family:Inter;font-size:18px;color:#000}.speaker-tag-full{display:flex;flex-direction:row;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,1);padding-bottom:4px}.tag-full{color:#000;font-size:15px;display:flex;align-items:center;gap:6px;justify-content:center;font-weight:400}.speaker-button{margin-top:16px;width:100%;padding-top:12px;padding-bottom:12px;text-align:center;background:transparent;text-decoration:none;border:2px solid #000;border-radius:190px;font-size:16px;font-weight:600;color:#000;cursor:pointer}.dating-page{width:100%;box-sizing:border-box;padding:8px 12px 96px;display:flex;flex-direction:column;gap:16px;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.dating-page__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 8px 0}.dating-page__title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.2px;color:#0f172a}.dating-page__matches-pill{display:inline-flex;align-items:center;gap:6px;background:#4d7fff;color:#fff;border:none;border-radius:999px;padding:6px 14px 6px 12px;font:600 14px/1 Inter,Gilroy,sans-serif;cursor:pointer;box-shadow:0 4px 10px #4d7fff40;transition:transform .05s ease,background-color .15s ease}.dating-page__matches-pill:active{transform:scale(.97)}.dating-page__matches-pill svg{width:16px;height:16px}.dating-card{background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 1px 2px #0f172a0a}.dating-card__hero{position:relative;background:linear-gradient(180deg,#6e96ff,#5a85ff);color:#fff;padding:22px 20px 26px;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden}.dating-card__hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.dating-card__bubble{position:absolute;border-radius:50%;background:#ffffff1f}.dating-card__bubble--top-right{width:110px;height:110px;top:-36px;right:-32px}.dating-card__bubble--bottom-left{width:70px;height:70px;bottom:14px;left:-22px}.dating-card__avatar{position:relative;width:96px;height:96px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;color:#4d7fff;font-size:32px;font-weight:800;box-shadow:0 6px 14px #0f172a1f}.dating-card__avatar img{width:100%;height:100%;object-fit:cover}.dating-card__avatar-fallback{letter-spacing:.5px}.dating-card__name{margin:14px 0 8px;font-size:22px;font-weight:800;letter-spacing:-.2px;color:#fff}.dating-card__row{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#ffffffeb}.dating-card__row svg{width:16px;height:16px}.dating-card__company{margin-top:4px;font-size:13px;font-weight:500;color:#ffffffbf}.dating-card__body{padding:18px 18px 22px;display:flex;flex-direction:column;gap:16px}.dating-card__section-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.dating-card__section-header h3{margin:0;font-size:16px;font-weight:700;color:#0f172a;letter-spacing:-.1px}.dating-card__section-icon{width:28px;height:28px;border-radius:50%;background:#e6ecff;color:#4d7fff;display:inline-flex;align-items:center;justify-content:center}.dating-card__section-icon svg{width:16px;height:16px}.dating-card__section-text{margin:0;font-size:15px;color:#475569;line-height:1.4}.dating-card__tags{display:flex;flex-wrap:wrap;gap:8px}.dating-card__tag{display:inline-flex;align-items:center;background:#eef1fb;color:#4d7fff;font-size:13px;font-weight:600;padding:7px 14px;border-radius:999px}.dating-actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 4px}.dating-actions__btn{display:inline-flex;align-items:center;justify-content:center;height:56px;border:none;border-radius:18px;cursor:pointer;transition:transform .05s ease,background-color .15s ease,box-shadow .15s ease}.dating-actions__btn:active{transform:scale(.97)}.dating-actions__btn svg{width:24px;height:24px}.dating-actions__btn--skip{background:#fff;color:#475569;box-shadow:0 1px 2px #0f172a0d}.dating-actions__btn--skip:hover{background:#f8fafc}.dating-actions__btn--like{background:linear-gradient(180deg,#6e96ff,#5a85ff);color:#fff;box-shadow:0 6px 14px #4d7fff47}.dating-counter{margin:0;text-align:center;font-size:13px;font-weight:500;color:#94a3b8}.dating-empty{background:#fff;border-radius:22px;padding:40px 24px 36px;text-align:center;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;align-items:center;gap:10px}.dating-empty__icon{width:64px;height:64px;border-radius:50%;background:#f1f3f7;color:#c7ccd3;display:inline-flex;align-items:center;justify-content:center;margin-bottom:8px}.dating-empty__icon svg{width:28px;height:28px}.dating-empty__title{margin:0;font-size:20px;font-weight:800;letter-spacing:-.2px;color:#0f172a}.dating-empty__text{margin:0;font-size:14px;color:#94a3b8;line-height:1.4}.dating-empty__cta{margin-top:14px;background:linear-gradient(180deg,#6e96ff,#5a85ff);color:#fff;border:none;border-radius:16px;padding:14px 28px;font:700 15px/1 Inter,Gilroy,sans-serif;letter-spacing:-.1px;cursor:pointer;box-shadow:0 6px 14px #4d7fff47;transition:transform .05s ease}.dating-empty__cta:active{transform:scale(.98)}.favorites-page{padding:20px 16px;width:-webkit-fill-available;background:#fff}.favorites-title{font-size:2rem;font-weight:800;margin-bottom:8px}.favorites-desc{color:#000;font-size:14px;margin-top:16px;margin-bottom:20px}.favorites-tabs{display:flex;margin-bottom:20px}.favorites-tab-btn{padding:8px 20px;font-size:12px;font-family:Gilroy;text-wrap:nowrap;width:100%;color:#000;border-bottom:1px solid #999;border-top:none;border-left:none;border-right:none;background:#fff;cursor:pointer;transition:background .2s,color .2s}.favorites-tab-btn.active{border-bottom:1px solid #000;color:#000}.favorites-list{display:flex;flex-direction:column;gap:16px}.qa-container{padding:20px 16px;width:-webkit-fill-available;background:#fff;color:#000}.description{font-size:16px;margin-bottom:16px;font-family:Gilroy}.separator{border:none;border-top:2px solid rgba(83,131,229,1);margin-bottom:24px;width:100%}.question-block{margin-bottom:20px}.question-block h2{font-size:22px;line-height:1.2;font-family:Inter;font-weight:700;margin-bottom:4px}.question-block p{font-size:14px;line-height:1.4}.partners-page{padding:20px 16px;width:-webkit-fill-available;background:#fff;color:#000}.partner-card{border:1px solid rgba(83,131,229,.5);border-radius:16px;flex-direction:row;padding:12px;margin-bottom:12px;display:flex;align-items:center}.partner-description{display:flex;flex-direction:column}.partner-image{width:60px;height:60px;aspect-ratio:1;border-radius:50%;object-fit:cover;margin-right:12px}.partner-name{font-family:Inter;font-size:22px}.partner-description{font-family:Gilroy;font-size:14px}.map-page{width:100%;box-sizing:border-box;padding:8px 12px 96px;display:flex;flex-direction:column;gap:16px;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.map-card{background:#fff;border-radius:22px;padding:18px 16px 16px;box-shadow:0 1px 2px #0f172a0a}.map-card__title{margin:0;font-size:22px;font-weight:700;letter-spacing:-.2px}.map-scheme{background:#fff;border-radius:22px;padding:18px 16px 14px;box-shadow:0 1px 2px #0f172a0a;display:flex;flex-direction:column;align-items:center;gap:12px}.venue-scheme{position:relative;width:100%;aspect-ratio:16 / 11;background:#ecedf2;border-radius:16px;padding:18px 16px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}.venue-scheme__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.venue-scheme__hall{background:#c9d4f5;color:#4d5d8c;border-radius:10px;font-size:12px;font-weight:600;letter-spacing:.1px;padding:14px 8px;text-align:center}.venue-scheme__networking{background:#c9d4f5;color:#4d5d8c;border-radius:10px;font-size:12px;font-weight:600;padding:12px;text-align:center}.venue-scheme__pin{position:absolute;top:50%;left:50%;width:28px;height:36px;transform:translate(-50%,-30%);filter:drop-shadow(0 2px 4px rgba(15,23,42,.18))}.venue-scheme__pin svg{width:100%;height:100%;display:block}.venue-scheme__dot{position:absolute;width:12px;height:12px;border-radius:50%;background:#f6c867;bottom:18px}.venue-scheme__dot--left{left:22%}.venue-scheme__dot--right{right:22%}.map-scheme__caption{font-size:13px;font-weight:500;color:#64748b}.map-locations{display:flex;flex-direction:column;gap:10px}.map-locations__title{margin:4px 4px 2px;font-size:17px;font-weight:700;letter-spacing:-.1px;color:#0f172a}.map-locations__list{display:flex;flex-direction:column;gap:10px}.location-card{display:flex;align-items:center;gap:14px;background:#fff;border-radius:18px;padding:14px 16px;box-shadow:0 1px 2px #0f172a0a}.location-card__icon{width:40px;height:40px;border-radius:12px;background:#eef0f5;color:#6b7280;flex:0 0 40px;display:inline-flex;align-items:center;justify-content:center}.location-card__icon svg{width:20px;height:20px}.location-card__text{min-width:0}.location-card__title{font-size:16px;font-weight:700;line-height:1.2;color:#0f172a}.location-card__section{margin-top:4px;font-size:13px;font-weight:500;color:#94a3b8}.location-card__floor{margin-top:2px;font-size:13px;font-weight:500;color:#94a3b8}.leaderboard-page{width:100%;box-sizing:border-box;padding:8px 16px 96px;display:flex;flex-direction:column;gap:16px;font-family:Inter,Gilroy,system-ui,sans-serif;color:#0f172a}.leaderboard-header{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;padding:8px 0 4px}.leaderboard-header__back{width:36px;height:36px;border-radius:50%;border:1px solid #e5ecff;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 2px #0f172a0a}.leaderboard-header__back svg{width:18px;height:18px}.leaderboard-header__title{margin:0;text-align:center;font-size:18px;font-weight:800;color:#0f172a}.leaderboard-header__spacer{width:36px}.leaderboard-summary{display:flex;align-items:center;gap:14px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,#6e96ff,#5a85ff);color:#fff;box-shadow:0 6px 14px #4d7fff40}.leaderboard-summary__icon{width:44px;height:44px;flex:0 0 44px;border-radius:50%;background:#ffffff2e;display:inline-flex;align-items:center;justify-content:center}.leaderboard-summary__icon svg{width:22px;height:22px}.leaderboard-summary__text{display:flex;flex-direction:column;gap:2px}.leaderboard-summary__label{font-size:13px;font-weight:500;color:#ffffffd9}.leaderboard-summary__value{font-size:22px;font-weight:800;letter-spacing:-.2px}.leaderboard-summary__total{font-size:14px;font-weight:600;color:#ffffffc7;margin-left:4px}.leaderboard-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.leaderboard-row{display:grid;grid-template-columns:32px 40px 1fr auto;align-items:center;gap:12px;padding:12px 14px;background:#fff;border:1px solid #e5ecff;border-radius:16px;box-shadow:0 1px 2px #0f172a0a}.leaderboard-row--me{border-color:#4d7fff;box-shadow:0 4px 12px #4d7fff2e}.leaderboard-row__rank{width:32px;height:32px;border-radius:50%;background:#f1f3f7;color:#475569;font:700 14px/1 Inter,Gilroy,sans-serif;display:inline-flex;align-items:center;justify-content:center}.leaderboard-row__rank.gold{background:#fde7a8;color:#8a6a18}.leaderboard-row__rank.silver{background:#e2e8f0;color:#4b5563}.leaderboard-row__rank.bronze{background:#f3d6bf;color:#884a23}.leaderboard-row__rank svg{width:16px;height:16px}.leaderboard-row__avatar{width:40px;height:40px;border-radius:50%;background:#1f2333;color:#fff;display:inline-flex;align-items:center;justify-content:center;font:700 15px/1 Inter,Gilroy,sans-serif}.leaderboard-row__name{font-size:15px;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:8px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-row__me-tag{background:#e6ecff;color:#4d7fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:999px}.leaderboard-row__balance{font-size:16px;font-weight:800;color:#4d7fff;letter-spacing:-.2px}.leaderboard-row__balance-suffix{font-size:12px;font-weight:600;color:#94a3b8;margin-left:4px}.leaderboard-empty{text-align:center;color:#94a3b8;font-size:14px;padding:32px 16px;background:#fff;border-radius:16px;border:1px dashed #e5ecff}
