:root{--primary:#6c47ff;--primary-light:#8b6fff;--primary-dark:#5535db;--primary-bg:#f0ecff;--green:#22c55e;--green-bg:#ecfdf5;--green-dark:#16a34a;--amber:#f59e0b;--amber-bg:#fffbeb;--red:#ef4444;--red-bg:#fef2f2;--bg:#f5f5fa;--surface:#fff;--surface-hover:#f9f9fc;--border:#e5e7eb;--border-light:#f0f0f5;--text:#1a1a2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--shadow-sm:0 1px 3px #0000000f;--shadow-md:0 4px 12px #00000014;--shadow-lg:0 8px 24px #0000001f;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--nav-height:64px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;font-size:16px}html[dir=rtl]{direction:rtl}body{font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:var(--safe-top);padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 8px);line-height:1.5;overflow-x:hidden}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:var(--primary);text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}input,textarea,select{font-family:var(--font);font-size:1rem}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.app-header{background:var(--surface);border-bottom:1px solid var(--border-light);z-index:100;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.app-header__logo{align-items:center;gap:8px;display:flex}.app-header__hamburger{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--text);justify-content:center;align-items:center;display:flex}.app-header__hamburger:hover{background:var(--bg)}.screen{flex:1;width:100%;max-width:640px;margin:0 auto;padding:0 0 24px}.screen--padded{padding:16px 16px 24px}.screen__back{color:var(--text);align-items:center;gap:6px;margin-bottom:4px;padding:8px 0;font-size:.875rem;font-weight:500;display:inline-flex}html[dir=rtl] .screen__back svg{transform:scaleX(-1)}.card{background:var(--surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);margin:12px 16px;padding:16px}.card--flush{margin-inline:0}.card__title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.03em;margin-bottom:12px;font-size:.8125rem;font-weight:600}.btn{border-radius:var(--radius-md);text-align:center;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn--primary{background:var(--primary);color:#fff}.btn--primary:hover{background:var(--primary-dark)}.btn--primary:active{transform:scale(.98)}.btn--outline{color:var(--primary);border:1.5px solid var(--primary);background:0 0}.btn--outline:hover{background:var(--primary-bg)}.btn--green{background:var(--green);color:#fff}.btn--green:hover{background:var(--green-dark)}.btn--ghost{color:var(--primary);padding:8px;font-weight:500}.btn--ghost:hover{background:var(--primary-bg);border-radius:var(--radius-sm)}.btn--sm{padding:10px 16px;font-size:.875rem}.btn--link{color:var(--primary);background:0 0;width:auto;padding:4px 0;font-size:.875rem;font-weight:500}.lang-switch{align-items:center;gap:2px;font-size:.8125rem;font-weight:500;display:flex}.lang-switch__btn{border-radius:var(--radius-sm);color:var(--text-muted);padding:4px 8px;transition:all .2s}.lang-switch__btn--active{color:var(--primary);font-weight:600}.lang-switch__sep{color:var(--border)}.bottom-nav{background:var(--surface);border-top:1px solid var(--border-light);height:var(--nav-height);padding-bottom:var(--safe-bottom);z-index:200;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav__item{color:var(--text-muted);flex-direction:column;align-items:center;gap:2px;padding:6px 12px;font-size:.6875rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.bottom-nav__item--active{color:var(--primary)}.bottom-nav__icon{font-size:1.25rem}.event-hero{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.event-hero img{object-fit:cover;width:100%;height:100%}.event-hero__camera{color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:12px;right:12px}html[dir=rtl] .event-hero__camera{left:12px;right:auto}.event-info{padding:16px}.event-info__title{margin-bottom:12px;font-size:1.375rem;font-weight:700;line-height:1.3}.event-info__row{color:var(--text-secondary);align-items:flex-start;gap:8px;margin-bottom:8px;font-size:.875rem;display:flex}.event-info__icon{color:var(--text-muted);flex-shrink:0;margin-top:2px;font-size:1rem}.event-info__maps{gap:8px;margin-top:4px;display:flex}.event-info__map-btn{border-radius:var(--radius-full);border:1px solid var(--border);color:var(--text-secondary);align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.event-info__map-btn:hover{border-color:var(--primary);color:var(--primary)}.rsvp-card{justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.rsvp-card__status{font-weight:600}.rsvp-card__status--coming{color:var(--green)}.rsvp-card__status--maybe{color:var(--amber)}.rsvp-card__status--not-coming{color:var(--red)}.rsvp-choices{flex-direction:column;gap:12px;padding:24px 16px;display:flex}.rsvp-choice{border-radius:var(--radius-md);border:2px solid var(--border);background:var(--surface);cursor:pointer;align-items:center;gap:16px;padding:20px;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}.rsvp-choice:hover{border-color:var(--primary);background:var(--primary-bg)}.rsvp-choice--coming:hover,.rsvp-choice--coming.selected{border-color:var(--green);background:var(--green-bg)}.rsvp-choice--maybe:hover,.rsvp-choice--maybe.selected{border-color:var(--amber);background:var(--amber-bg)}.rsvp-choice--not-coming:hover,.rsvp-choice--not-coming.selected{border-color:var(--red);background:var(--red-bg)}.rsvp-choice__icon{font-size:1.5rem}.my-contrib-summary{align-items:center;gap:12px;padding:14px 16px;display:flex}.my-contrib-summary__icon{border-radius:var(--radius-sm);background:var(--primary-bg);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.my-contrib-summary__text{flex:1}.my-contrib-summary__name{font-size:.875rem;font-weight:600}.my-contrib-summary__detail{color:var(--text-secondary);font-size:.8125rem}.my-contrib-summary__change{color:var(--primary);font-size:.8125rem;font-weight:600}.tabs{border-bottom:1px solid var(--border-light);scrollbar-width:none;gap:0;padding:0 16px;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tab{color:var(--text-muted);white-space:nowrap;border-bottom:2px solid #0000;align-items:center;gap:6px;padding:12px 16px;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.tab--active{color:var(--primary);border-bottom-color:var(--primary);font-weight:600}.tab__icon{font-size:1rem}.contrib-item{border-bottom:1px solid var(--border-light);cursor:pointer;align-items:center;gap:12px;padding:14px 16px;transition:background .15s;display:flex}.contrib-item:hover{background:var(--surface-hover)}.contrib-item:last-child{border-bottom:none}.contrib-item__img{border-radius:var(--radius-sm);object-fit:cover;background:var(--bg);flex-shrink:0;width:48px;height:48px}.contrib-item__img--placeholder{color:var(--text-muted);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.contrib-item__body{flex:1;min-width:0}.contrib-item__name{font-size:.9375rem;font-weight:600}.contrib-item__meta{color:var(--text-secondary);margin-top:2px;font-size:.8125rem}.contrib-item__still-needed{color:var(--green);margin-top:2px;font-size:.8125rem;font-weight:500}.contrib-item__max{color:var(--text-muted);margin-top:2px;font-size:.75rem}.contrib-item__right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:4px;display:flex}.contrib-item__count{color:var(--primary);font-size:.875rem;font-weight:600}.contrib-item__arrow{color:var(--text-muted);font-size:1.25rem}.progress-bar{background:var(--border-light);border-radius:3px;height:6px;margin-top:6px;overflow:hidden}.progress-bar__fill{background:var(--primary);border-radius:3px;height:100%;transition:width .4s}.progress-bar__fill--full{background:var(--green)}.stats-row{gap:8px;margin:16px 0;display:flex}.stat-box{text-align:center;border:1.5px solid var(--border);border-radius:var(--radius-md);flex:1;padding:12px 8px}.stat-box__value{font-size:1.5rem;font-weight:700}.stat-box__value--claimed{color:var(--primary)}.stat-box__value--needed{color:var(--green)}.stat-box__value--max{color:var(--primary-dark)}.stat-box__label{color:var(--text-secondary);margin-top:2px;font-size:.6875rem;font-weight:500}.bringers-list{margin-top:16px}.bringers-list__title{margin-bottom:8px;font-size:.875rem;font-weight:600}.bringer-row{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;padding:12px 0;font-size:.875rem;display:flex}.bringer-row:last-child{border-bottom:none}.bringer-row__name{font-weight:500}.bringer-row__qty{color:var(--text-secondary)}.bringer-row__arrow{color:var(--text-muted);margin-inline-start:8px}.qty-picker{align-items:center;gap:0;margin:16px 0;display:flex}.qty-picker__btn{border-radius:var(--radius-md);border:1.5px solid var(--border);width:48px;height:48px;color:var(--primary);background:var(--surface);justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;transition:all .2s;display:flex}.qty-picker__btn:hover:not(:disabled){border-color:var(--primary);background:var(--primary-bg)}.qty-picker__btn:disabled{color:var(--text-muted);cursor:not-allowed}.qty-picker__value{text-align:center;min-width:64px;color:var(--text);font-size:1.5rem;font-weight:700}.qty-picker__unit{color:var(--text-secondary);margin-inline-start:12px;font-size:1rem;font-weight:500}.callout{border-radius:var(--radius-sm);color:var(--text-secondary);align-items:flex-start;gap:8px;padding:12px;font-size:.8125rem;display:flex}.callout--info{background:var(--primary-bg);color:var(--primary-dark)}.callout--success{background:var(--green-bg);color:var(--green-dark)}.callout--warning{background:var(--amber-bg);color:#92400e}.callout__icon{flex-shrink:0;margin-top:1px}.form-group{margin-bottom:20px}.form-label{color:var(--text);margin-bottom:6px;font-size:.875rem;font-weight:600;display:block}.form-input{border:1.5px solid var(--border);border-radius:var(--radius-md);background:var(--surface);width:100%;color:var(--text);padding:12px 14px;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #6c47ff1a}.form-input::placeholder{color:var(--text-muted)}textarea.form-input{resize:vertical;min-height:80px}.photo-upload{border:2px dashed var(--border);border-radius:var(--radius-md);cursor:pointer;color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;padding:24px;transition:all .2s;display:flex}.photo-upload:hover{border-color:var(--primary);background:var(--primary-bg);color:var(--primary)}.photo-upload__icon{font-size:1.5rem}.photo-upload__text{font-size:.8125rem;font-weight:500}.photo-upload__preview{border-radius:var(--radius-md);width:100%;margin-top:8px}.ride-option{border:1.5px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:12px;margin-bottom:8px;padding:16px;transition:all .2s;display:flex}.ride-option:hover,.ride-option--selected{border-color:var(--primary);background:var(--primary-bg)}.ride-option__icon{font-size:1.5rem}.ride-option__label{font-weight:600}.ride-card{border-bottom:1px solid var(--border-light);padding:14px 16px}.ride-card__driver{font-size:.9375rem;font-weight:600}.ride-card__info{color:var(--text-secondary);margin-top:4px;font-size:.8125rem}.ride-card__action{margin-top:8px}.auth-layout{background:#f8fafc;flex-direction:column;width:100vw;height:100dvh;display:flex;overflow:hidden auto}@media (width>=1024px){.auth-layout{flex-direction:column;overflow:hidden}}.auth-hero{background-color:#0000;flex-direction:column;flex:1;padding:32px 24px;display:flex;position:relative}@media (width>=1024px){.auth-hero{padding:32px 48px;overflow-y:auto}}.auth-hero__top-actions{z-index:10;justify-content:flex-end;margin-bottom:24px;display:flex;position:relative}.auth-hero__content{z-index:10;width:100%;max-width:500px;margin:0 auto auto;position:relative}.auth-hero__logo{align-items:center;margin-bottom:16px;display:flex}.auth-hero__title{color:#0f172a;letter-spacing:-.03em;margin-bottom:8px;font-size:2rem;font-weight:800;line-height:1.1}.auth-hero__subtitle{color:#475569;max-width:480px;margin-bottom:16px;font-size:.9375rem;line-height:1.4}.auth-features{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.auth-feature-card{background:#fff;border:1px solid #0000000a;border-radius:12px;flex:180px;padding:10px 12px;box-shadow:0 4px 12px #00000008}.auth-feature-icon{margin-bottom:4px}.auth-feature-icon svg{width:18px;height:18px}.auth-feature-card h4{color:#0f172a;margin:0 0 2px;font-size:.8125rem;font-weight:700}.auth-feature-card p{color:#64748b;margin:0;font-size:.75rem;line-height:1.3}.auth-mock-card{background:#fff;border:1px solid #0000000a;border-radius:16px;margin-bottom:16px;padding:12px;box-shadow:0 10px 25px #0000000d}.auth-mock-card__image{border-radius:12px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.auth-mock-card__image img{object-fit:cover;width:100%;height:100%}.auth-mock-card__title{color:#0f172a;margin:0 0 4px;font-size:.9375rem;font-weight:700;line-height:1.3}.auth-mock-card__detail{color:#64748b;align-items:center;gap:6px;margin-bottom:2px;font-size:.75rem;display:flex}.auth-mock-avatars{display:flex}.auth-mock-avatars .avatar{background:#e2e8f0;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;margin-left:-8px;font-size:.6rem;font-weight:700;display:flex}.auth-mock-avatars .avatar:first-child{margin-left:0}.auth-mock-card__footer{border-top:1px solid #f1f5f9;margin-top:16px;padding-top:16px}.auth-hero__footer{color:#64748b;align-items:center;gap:12px;font-size:.875rem;font-weight:500;display:flex}.auth-hero__wave{z-index:1;width:100%;height:auto;position:absolute;bottom:0;left:0}.auth-container{z-index:20;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:24px;display:flex}@media (width>=1024px){.auth-container{overflow-y:auto}}.auth-card{text-align:center;width:100%;max-width:360px;padding:0 16px}.auth-card__logo-center{justify-content:center;margin-bottom:20px;display:flex}.auth-card__title{color:#0f172a;margin-bottom:6px;font-size:1.5rem;font-weight:800}.auth-card__subtitle{color:#64748b;margin-bottom:24px;font-size:.9375rem}.auth-providers{flex-direction:column;gap:10px;display:flex}.auth-btn-provider{color:#334155;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.auth-btn-provider:hover{background:#f8fafc;border-color:#cbd5e1}.auth-btn-guest{color:#3b82f6;cursor:pointer;background:#eff6ff;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px 14px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.auth-btn-guest:hover{background:#dbeafe}.auth-divider{text-align:center;color:#94a3b8;align-items:center;margin:20px 0;font-size:.75rem;font-weight:500;display:flex}.auth-divider:before,.auth-divider:after{content:"";border-bottom:1px solid #f1f5f9;flex:1}.auth-divider span{padding:0 12px}.auth-terms{color:#94a3b8;margin-top:32px;font-size:.75rem}.auth-terms a{color:#3b82f6;text-decoration:none}.auth-terms a:hover{text-decoration:underline}.auth-form{text-align:left}.auth-input{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:10px 14px;font-size:.9375rem;transition:all .2s}.auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-bg);background:#fff}.whats-next{margin-top:20px}.whats-next__title{margin-bottom:12px;font-size:.9375rem;font-weight:600}.whats-next__item{color:var(--text-secondary);align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.8125rem;display:flex}.whats-next__icon{flex-shrink:0;margin-top:2px}.spinner{justify-content:center;align-items:center;padding:48px;display:flex}.spinner__circle{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.pending-screen{text-align:center;padding:48px 24px}.pending-screen__icon{margin-bottom:16px;font-size:3rem}.pending-screen__title{margin-bottom:8px;font-size:1.25rem;font-weight:700}.pending-screen__message{color:var(--text-secondary);margin-bottom:24px;line-height:1.6}.confirmation{text-align:center;padding:16px}.confirmation__check{background:var(--green-bg);width:64px;height:64px;color:var(--green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 16px;font-size:2rem;display:flex}.confirmation__item{font-size:1.125rem;font-weight:700}.confirmation__qty{color:var(--green);margin-top:4px;font-size:1rem;font-weight:600}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:.3s ease-out fadeIn}.privacy-footer{text-align:center;color:var(--text-muted);margin-top:24px;padding:16px;font-size:.75rem}@media (width>=768px){.screen{padding:0 0 32px}body{padding-bottom:0}.app-header__hamburger{display:none}}.item-detail-hero{align-items:center;gap:16px;margin-bottom:8px;display:flex}.item-detail-hero__img{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:80px;height:80px}.item-detail-hero__text{color:var(--text-secondary);font-size:1rem;font-weight:500;line-height:1.5}.badge{border-radius:var(--radius-full);align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge--confirmed{background:var(--green-bg);color:var(--green-dark)}.badge--pending{background:var(--amber-bg);color:#92400e}.badge--cancelled{background:var(--red-bg);color:var(--red)}.toggle-switch{width:44px;height:24px;display:inline-block;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background-color:#cbd5e1;border-radius:24px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:2px;left:2px;box-shadow:0 1px 3px #0000001a}input:checked+.toggle-slider{background-color:#10b981}input:checked+.toggle-slider:before{transform:translate(20px)}.wizard-layout{background:#fff;flex-direction:column;min-height:100dvh;display:flex}.wizard-header{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.wizard-stepper{justify-content:space-between;align-items:center;width:100%;max-width:500px;margin:0 auto;padding:24px 32px 16px;display:flex}.wizard-step{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex;position:relative}.wizard-step__number{color:#94a3b8;z-index:2;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.wizard-step--active .wizard-step__number{color:#fff;background:#10b981}.wizard-step__label{color:#94a3b8;font-size:.6875rem;font-weight:600}.wizard-step--active .wizard-step__label{color:#10b981}.wizard-step__line{z-index:1;background:#f1f5f9;width:100%;height:2px;position:absolute;top:14px;left:50%}.wizard-step--active .wizard-step__line{background:#10b981}.wizard-content{flex:1;width:100%;max-width:500px;margin:0 auto;padding:24px 20px 100px}.wizard-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 4px 6px #00000005}.wizard-input-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;align-items:center;margin-top:4px;display:flex;overflow:hidden}.wizard-input-icon{color:#64748b;background:#f8fafc;border-right:1px solid #e2e8f0;justify-content:center;align-items:center;padding:12px;display:flex}.wizard-input{border:none;outline:none;flex:1;padding:12px;font-size:.9375rem}.wizard-radio-card{cursor:pointer;border:2px solid #f1f5f9;border-radius:12px;align-items:flex-start;gap:16px;margin-bottom:12px;padding:16px;transition:all .2s;display:flex}.wizard-radio-card--active{background:#eff6ff;border-color:#3b82f6}.wizard-radio-icon{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.wizard-radio-circle{border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;margin-top:2px;display:flex}.wizard-radio-circle.active{border-color:#3b82f6}.wizard-radio-circle__inner{background:#3b82f6;border-radius:50%;width:10px;height:10px}.wizard-warning-box{background:#fffbeb;border:1px solid #fde68a;border-radius:12px;align-items:flex-start;margin-top:24px;padding:16px;display:flex}.wizard-bottom-nav{z-index:100;background:#fff;border-top:1px solid #f1f5f9;justify-content:space-between;gap:16px;padding:16px 20px;display:flex;position:fixed;bottom:0;left:0;right:0}.wizard-btn-back{color:#334155;text-align:center;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;flex:1;padding:14px;font-weight:700}.wizard-btn-next{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(90deg,#0ea5e9,#0284c7);border:none;border-radius:12px;flex:1;padding:14px;font-weight:700}.wizard-btn-next:disabled{opacity:.7}.badge--blue{color:#0369a1;background:#e0f2fe;border-radius:4px;padding:2px 6px;font-weight:600}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.horizontal-scroll{gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.bottom-nav-app{z-index:100;background:#fff;border-top:1px solid #e2e8f0;border-radius:24px 24px 0 0;justify-content:space-around;align-items:center;padding:12px 0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000d}.bottom-nav-app__item{color:#64748b;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:60px;font-size:.65rem;font-weight:600;text-decoration:none;display:flex}.bottom-nav-app__item.active{color:#0ea5e9}.btn-pill{cursor:pointer;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:600;display:inline-flex}.btn-pill--blue{color:#fff;background:#0ea5e9}.btn-pill--light{color:#0ea5e9;background:#f1f5f9}.btn-pill--outline{color:#0ea5e9;background:0 0;border:1px solid #0ea5e9}.info-box--purple{color:#4c1d95;background:#f5f3ff;border:1px solid #ede9fe;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;font-size:.875rem;line-height:1.4;display:flex}.info-box--purple svg{color:#7c3aed;flex-shrink:0;margin-top:2px}.stepper-control{align-items:center;gap:16px;display:flex}.stepper-btn{color:#6366f1;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:all .2s;display:flex}.stepper-btn:active{background:#f1f5f9}.stepper-value{text-align:center;width:32px;font-size:1.25rem;font-weight:800}.dashed-upload-box{color:#64748b;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px;transition:border-color .2s;display:flex}.dashed-upload-box:hover{border-color:#94a3b8}.step-list{flex-direction:column;gap:16px;display:flex}.step-list-item{color:#334155;align-items:center;gap:16px;font-size:.875rem;font-weight:500;display:flex}.step-list-icon{color:#64748b;justify-content:center;width:24px;display:flex}.toggle{cursor:pointer;background:#cbd5e1;border-radius:999px;flex-shrink:0;width:50px;height:28px;transition:background .2s;position:relative}.toggle--active{background:#0ea5e9}.toggle__knob{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0000001a}.toggle--active .toggle__knob{transform:translate(22px)}.category-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex:1;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.category-card.selected{background:#f0f9ff;border-color:#0ea5e9}.ai-image-option{cursor:pointer;border:2px solid #0000;border-radius:12px;flex:none;width:160px;height:160px;position:relative;overflow:hidden}.ai-image-option.selected{border-color:#0ea5e9}.ai-image-option img{object-fit:cover;width:100%;height:100%}.ai-image-option .checkmark{color:#fff;background:#0ea5e9;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:8px;right:8px}.preview-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:16px;padding:16px;display:flex}.admin-header-row{background:#fff;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.add-btn-round{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;box-shadow:0 4px 6px -1px #6366f14d}.admin-line-tabs{background:#fff;border-bottom:1px solid #e2e8f0;padding:0 16px;display:flex}.admin-line-tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:12px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.admin-line-tab--active{color:#4f46e5;background:#f5f3ff;border-bottom:2px solid #4f46e5;border-top-left-radius:8px;border-top-right-radius:8px}.host-list-item{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:16px;padding:16px 20px;display:flex}.host-list-item__img{object-fit:cover;border-radius:12px;flex-shrink:0;width:60px;height:60px}.host-list-item__placeholder{background:#f1f5f9;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:24px;display:flex}.host-list-item__content{flex:1}.host-list-item__title{color:#0f172a;margin-bottom:4px;font-size:1rem;font-weight:800}.host-list-item__subtitle{color:#64748b;font-size:.8125rem;font-weight:500}.host-list-item__status{text-align:right;font-size:.8125rem;font-weight:700}.host-list-item__status--red{color:#ef4444}.host-list-item__status--green{color:#10b981}.btn--icon{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:36px;min-height:36px;padding:8px;transition:background .15s;display:flex}.btn--icon:hover{background:#f1f5f9}.btn--icon:active{background:#e2e8f0}.auth-how-it-works{margin-top:48px;margin-bottom:48px}.auth-how-it-works__title{color:#0f172a;margin-bottom:24px;font-size:1.125rem;font-weight:700}.auth-how-it-works__steps{scrollbar-width:none;align-items:flex-start;gap:16px;padding-bottom:16px;display:flex;overflow-x:auto}.auth-how-it-works__steps::-webkit-scrollbar{display:none}.auth-how-it-works__step{flex-direction:column;flex:1;gap:12px;min-width:160px;display:flex}.auth-how-it-works__step-header{align-items:center;gap:10px;display:flex}.auth-how-it-works__step-number{color:#fff;background:#14b8a6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.875rem;font-weight:700;display:flex}.auth-how-it-works__step-icon{color:#14b8a6;flex-shrink:0}.auth-how-it-works__step-icon--blue{color:#3b82f6}.auth-how-it-works__step-icon--indigo{color:#6366f1}.auth-how-it-works__step-title{color:#0f172a;font-size:.9375rem;font-weight:700}.auth-how-it-works__step-desc{color:#64748b;font-size:.8125rem;line-height:1.4}.auth-how-it-works__arrow{color:#cbd5e1;align-items:center;height:28px;display:flex}.auth-mobile-actions{flex-direction:column;gap:16px;margin-top:24px;margin-bottom:48px;display:none}@media (width<=1023px){.auth-mobile-actions{display:flex}}.auth-mobile-actions .btn{padding-top:14px;padding-bottom:14px;font-size:1rem;font-weight:700;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-mobile-actions__privacy{text-align:center;color:#64748b;justify-content:center;align-items:center;gap:6px;margin-top:4px;font-size:.8125rem;display:flex}.chat-layout{background:#f0f2f5;border-radius:16px;height:calc(100dvh - 120px);margin:0 12px;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.chat-list-pane{background:#fff;border-right:1px solid #e8ecf0;flex-direction:column;flex-shrink:0;width:360px;min-width:320px;display:flex}.chat-list-header{background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:14px 16px;display:flex}.chat-list-header__title{color:#0f172a;flex:1;font-size:1.25rem;font-weight:800}.chat-list-header__back{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:6px;display:flex}.chat-search{border-bottom:1px solid #f1f5f9;padding:10px 16px}.chat-search input{color:#0f172a;background:#f0f2f5;border:none;border-radius:10px;outline:none;width:100%;padding:10px 16px;font-size:.875rem}.chat-search input::placeholder{color:#94a3b8}.chat-list-scroll{scrollbar-width:thin;scrollbar-color:#e2e8f0 transparent;flex:1;overflow-y:auto}.chat-list-scroll::-webkit-scrollbar{width:4px}.chat-list-scroll::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.chat-list-item{cursor:pointer;border-bottom:1px solid #f8fafc;align-items:center;gap:12px;padding:12px 16px;transition:background .15s;display:flex;position:relative}.chat-list-item:hover{background:#f8fafc}.chat-list-item--active{background:#eff6ff}.chat-list-item--pinned{background:#fafbfd}.chat-list-item__avatar{flex-shrink:0;position:relative}.chat-list-item__avatar-img{object-fit:cover;border-radius:50%;width:48px;height:48px}.chat-list-item__avatar-initials{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1rem;font-weight:700;display:flex}.chat-list-item__avatar-initials--group{background:linear-gradient(135deg,#0ea5e9,#0284c7)}.chat-list-item__avatar-initials--ai{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.chat-list-item__avatar-initials--host{background:linear-gradient(135deg,#f59e0b,#d97706)}.chat-list-item__avatar-initials--user{background:linear-gradient(135deg,#64748b,#475569)}.chat-list-item__online-dot{border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:1px;right:1px}.chat-list-item__online-dot--online{background:#10b981}.chat-list-item__online-dot--offline{background:#cbd5e1}.chat-list-item__content{flex:1;min-width:0}.chat-list-item__name-row{align-items:center;gap:6px;margin-bottom:3px;display:flex}.chat-list-item__name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:700;overflow:hidden}.chat-list-item__role{white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:4px;padding:1px 6px;font-size:.625rem;font-weight:700}.chat-list-item__role--host{color:#92400e;background:#fef3c7}.chat-list-item__role--cohost{color:#065f46;background:#d1fae5}.chat-list-item__preview{color:#64748b;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;line-height:1.3;overflow:hidden}.chat-list-item__meta{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.chat-list-item__time{color:#94a3b8;white-space:nowrap;font-size:.6875rem}.chat-list-item__unread{color:#fff;background:#0ea5e9;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:.6875rem;font-weight:700;display:flex}.chat-list-item__pin{color:#94a3b8;font-size:.625rem;position:absolute;top:6px;right:8px}.chat-conversation-pane{background:#efeae2;flex-direction:column;flex:1;min-width:0;display:flex;position:relative}.chat-conversation-pane:before{content:"";opacity:.5;pointer-events:none;z-index:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cdefs%3E%3Cpattern id='p' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23d5cec6' opacity='0.3'/%3E%3C/pattern%3E%3C/defs%3E%3Crect width='200' height='200' fill='url(%23p)'/%3E%3C/svg%3E");position:absolute;inset:0}.chat-empty-state{color:#94a3b8;z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;display:flex}.chat-empty-state__icon{background:#fffc;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex}.chat-empty-state__text{font-size:1rem;font-weight:600}.chat-conv-header{z-index:2;background:#fff;border-bottom:1px solid #e8ecf0;align-items:center;gap:12px;padding:10px 16px;display:flex}.chat-conv-header__back{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:8px;padding:6px;display:none}.chat-conv-header__avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:.875rem;font-weight:700;display:flex}.chat-conv-header__info{flex:1}.chat-conv-header__name{color:#0f172a;font-size:1rem;font-weight:700}.chat-conv-header__status{color:#10b981;font-size:.75rem;font-weight:600}.chat-conv-header__status--offline{color:#94a3b8}.chat-messages{z-index:1;scrollbar-width:thin;scrollbar-color:#0000001a transparent;flex-direction:column;flex:1;gap:4px;padding:16px;display:flex;overflow-y:auto}.chat-messages::-webkit-scrollbar{width:5px}.chat-messages::-webkit-scrollbar-thumb{background:#0000001f;border-radius:5px}.chat-date-separator{justify-content:center;padding:12px 0;display:flex}.chat-date-separator__label{color:#64748b;background:#ffffffe6;border-radius:8px;padding:4px 14px;font-size:.75rem;font-weight:600;box-shadow:0 1px 3px #00000014}.chat-bubble-wrapper{flex-direction:column;max-width:75%;display:flex;position:relative}.chat-bubble-wrapper--sent{align-self:flex-end;align-items:flex-end}.chat-bubble-wrapper--received{align-self:flex-start;align-items:flex-start}.chat-bubble-sender{color:#0ea5e9;margin-bottom:2px;font-size:.8125rem;font-weight:700;line-height:1.2}.chat-bubble{word-wrap:break-word;border-radius:12px;padding:8px 12px;font-size:.9375rem;line-height:1.45;position:relative}.chat-bubble--sent{color:#0f172a;background:#d9fdd3;border-bottom-right-radius:4px}.chat-bubble--received{color:#0f172a;background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000000f}.chat-bubble--deleted{color:#94a3b8;background:#fff9;font-size:.8125rem;font-style:italic}.chat-bubble__text{margin:0}.chat-bubble__time{color:#8696a0;text-align:right;white-space:nowrap;margin-top:4px;font-size:.625rem}.chat-bubble__image{cursor:pointer;border-radius:8px;max-width:280px;display:block}.chat-bubble__voice{align-items:center;gap:10px;min-width:200px;display:flex}.chat-bubble__voice-play{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.chat-bubble__voice-bars{flex:1;align-items:center;gap:2px;height:30px;display:flex}.chat-bubble__voice-bar{opacity:.5;background:#0ea5e9;border-radius:2px;width:3px}.chat-bubble__voice-duration{color:#8696a0;white-space:nowrap;font-size:.6875rem}.chat-reactions{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.chat-reaction{cursor:pointer;background:#ffffffe6;border:1px solid #e8ecf0;border-radius:12px;align-items:center;gap:4px;padding:2px 8px;font-size:.8125rem;transition:all .15s;display:inline-flex}.chat-reaction:hover{background:#f0f9ff;border-color:#0ea5e9}.chat-reaction--own{background:#dbeafe;border-color:#93c5fd}.chat-reaction__count{color:#64748b;font-size:.625rem;font-weight:600}.chat-bubble__menu-btn{cursor:pointer;color:#64748b;opacity:0;z-index:1;background:#0000000f;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:opacity .15s;display:flex;position:absolute;top:4px}.chat-bubble--received .chat-bubble__menu-btn{left:auto;right:-26px}.chat-bubble--sent .chat-bubble__menu-btn,[dir=rtl] .chat-bubble--received .chat-bubble__menu-btn{left:-26px;right:auto}[dir=rtl] .chat-bubble--sent .chat-bubble__menu-btn{left:auto;right:-26px}.chat-bubble:hover .chat-bubble__menu-btn{opacity:1}@media (width<=768px){.chat-bubble__menu-btn{opacity:.5}}.chat-bubble__menu-btn:hover{opacity:1;background:#0000001f}.chat-context-menu{z-index:50;background:#fff;border-radius:12px;min-width:160px;animation:.15s ease-out chatMenuIn;position:absolute;overflow:hidden;box-shadow:0 8px 24px #00000026}@keyframes chatMenuIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chat-context-menu__item{text-align:left;cursor:pointer;color:#0f172a;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:.875rem;transition:background .1s;display:flex}.chat-context-menu__item:hover{background:#f8fafc}.chat-context-menu__item--danger{color:#ef4444}.chat-emoji-picker{z-index:51;background:#fff;border-radius:16px;flex-wrap:wrap;gap:4px;max-width:280px;padding:8px;animation:.15s ease-out chatMenuIn;display:flex;box-shadow:0 4px 16px #0000001f}.chat-emoji-picker__item{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.25rem;transition:all .1s;display:flex}.chat-emoji-picker__item:hover{background:#f1f5f9;transform:scale(1.15)}.chat-composer-wrapper{z-index:2;flex-shrink:0;position:relative}.chat-composer{background:#f0f2f5;align-items:flex-end;gap:8px;padding:10px 12px;display:flex}.chat-composer__actions{gap:4px;padding-bottom:6px;display:flex}.chat-composer__btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.chat-composer__btn:hover{color:#0ea5e9;background:#e2e8f0}.chat-composer__input-wrapper{background:#fff;border:1px solid #e8ecf0;border-radius:24px;flex:1;align-items:flex-end;gap:8px;min-width:0;min-height:44px;padding:6px 12px;display:flex}.chat-composer__input{color:#0f172a;resize:none;background:0 0;border:none;outline:none;flex:1;max-height:100px;padding:6px 0;font-family:inherit;font-size:.9375rem;line-height:1.4}.chat-composer__input::placeholder{color:#94a3b8}.chat-composer__send{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:all .15s;display:flex}.chat-composer__send:hover{background:#0284c7;transform:scale(1.05)}.chat-composer__send:disabled{cursor:default;background:#cbd5e1;transform:none}.chat-composer__preview{z-index:2;background:#f0f2f5;border-top:1px solid #e8ecf0;align-items:center;gap:12px;max-height:80px;padding:8px 12px;display:flex;overflow:hidden}.chat-composer__preview-img{object-fit:cover;border-radius:8px;flex-shrink:0;width:60px;height:60px}.chat-composer__preview-close{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-left:auto;font-size:.875rem;font-weight:700;display:flex}.chat-voice-recorder{z-index:2;background:#fef2f2;align-items:center;gap:12px;padding:10px 16px;display:flex}.chat-voice-recorder__indicator{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:1s infinite voicePulse}@keyframes voicePulse{0%,to{opacity:1}50%{opacity:.4}}.chat-voice-recorder__time{color:#ef4444;min-width:50px;font-size:1rem;font-weight:700}.chat-voice-recorder__cancel{text-align:center;color:#64748b;flex:1;font-size:.8125rem}.chat-voice-recorder__send{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.chat-voice-recorder__stop{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.chat-lightbox{z-index:1000;background:#000000e6;justify-content:center;align-items:center;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.chat-lightbox__img{object-fit:contain;border-radius:8px;max-width:90%;max-height:90%}.chat-lightbox__close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex;position:absolute;top:16px;right:16px}.chat-ai-placeholder{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;padding:40px;display:flex}.chat-ai-placeholder__icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex;box-shadow:0 8px 24px #7c3aed4d}.chat-ai-placeholder__title{color:#0f172a;font-size:1.25rem;font-weight:800}.chat-ai-placeholder__text{color:#64748b;text-align:center;max-width:300px;font-size:.9375rem;line-height:1.5}.chat-bubble-wrapper--received{flex-direction:row;align-items:flex-start;gap:6px}.chat-bubble__avatar{flex-shrink:0;margin-top:0}.chat-bubble__avatar-img{object-fit:cover;border-radius:50%;width:32px;height:32px}.chat-bubble__avatar-initials{color:#fff;background:linear-gradient(135deg,#64748b,#475569);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.75rem;font-weight:700;display:flex}.chat-bubble__content-col{flex-direction:column;min-width:0;max-width:calc(100% - 40px);display:flex}.chat-emoji-overlay{z-index:40;position:fixed;inset:0}.chat-composer-emoji-grid{z-index:51;background:#fff;border-radius:16px 16px 0 0;grid-template-columns:repeat(8,1fr);gap:4px;max-height:250px;padding:12px;display:grid;position:absolute;bottom:100%;left:0;right:0;overflow-y:auto;box-shadow:0 -4px 20px #0000001f}.chat-composer-emoji-grid__item{cursor:pointer;text-align:center;background:0 0;border:none;border-radius:8px;padding:6px;font-size:1.5rem;line-height:1;transition:background .12s,transform .12s}.chat-composer-emoji-grid__item:hover{background:#f1f5f9;transform:scale(1.2)}@media (width<=768px){.chat-layout{z-index:999;border-radius:0;height:100dvh;margin:0;position:fixed;inset:0}.chat-list-pane{width:100%;min-width:100%}.chat-list-pane--hidden,.chat-conversation-pane--hidden{display:none}.chat-conversation-pane{width:100%}.chat-conv-header__back{display:flex}.chat-bubble-wrapper{max-width:85%}.chat-composer{gap:4px;padding:8px 6px}.chat-composer__actions{gap:2px}.chat-composer__btn{width:32px;height:32px}.chat-composer__send{width:38px;height:38px}.chat-composer__input-wrapper{min-height:38px;padding:4px 10px}}[dir=rtl] .chat-list-pane{border-left:1px solid #e8ecf0;border-right:none}[dir=rtl] .chat-bubble--sent{border-bottom-right-radius:12px;border-bottom-left-radius:4px}[dir=rtl] .chat-bubble--received{border-bottom-right-radius:4px;border-bottom-left-radius:12px}[dir=rtl] .chat-bubble__time{text-align:left}[dir=rtl] .chat-context-menu__item{text-align:right}[dir=rtl] .chat-list-item__pin{left:8px;right:auto}.nav-chat-badge{color:#fff;background:#ef4444;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.5625rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.chat-bubble__reply-preview{cursor:pointer;background:#0000000d;border-left:3px solid #0ea5e9;border-radius:4px;flex-direction:column;gap:2px;max-width:100%;margin-bottom:6px;padding:4px 8px;font-size:.75rem;display:flex}[dir=rtl] .chat-bubble__reply-preview{border-left:none;border-right:3px solid #0ea5e9}.chat-bubble__reply-sender{color:#0ea5e9;font-weight:700}.chat-bubble__reply-text{color:#64748b;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.chat-composer__reply-preview{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-left:4px solid #0ea5e9;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:8px 12px;display:flex}[dir=rtl] .chat-composer__reply-preview{border-left:none;border-right:4px solid #0ea5e9}.chat-composer__reply-preview-left{flex-direction:column;flex:1;gap:2px;display:flex;overflow:hidden}.chat-composer__reply-preview-label{color:#64748b;font-size:.75rem;font-weight:600}.chat-composer__reply-preview-text{color:#334155;text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}.chat-composer__reply-preview-close{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1rem;transition:color .1s;display:flex}.chat-composer__reply-preview-close:hover{color:#ef4444}.chat-bubble--highlighted{animation:1.5s ease-out chatBubbleHighlight}@keyframes chatBubbleHighlight{0%{background-color:#fef08a}to{background-color:#0000}}.chat-bubble--sent.chat-bubble--highlighted{animation:1.5s ease-out chatBubbleHighlightSent}@keyframes chatBubbleHighlightSent{0%{background-color:#fef08a}to{background-color:#d9fdd3}}.chat-bubble--received.chat-bubble--highlighted{animation:1.5s ease-out chatBubbleHighlightRecv}@keyframes chatBubbleHighlightRecv{0%{background-color:#fef08a}to{background-color:#fff}}.chat-typing-indicator{align-items:center;gap:8px;padding:4px 16px 8px;display:flex}.chat-typing-indicator__dots{align-items:center;gap:3px;display:flex}.chat-typing-indicator__dots span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite typingBounce}.chat-typing-indicator__dots span:nth-child(2){animation-delay:.2s}.chat-typing-indicator__dots span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.chat-typing-indicator__text{color:#94a3b8;font-size:.75rem;font-style:italic;font-weight:500}.chat-bubble--poll{min-width:240px;max-width:320px}.chat-poll{flex-direction:column;gap:10px;display:flex}.chat-poll__header{align-items:flex-start;gap:8px;display:flex}.chat-poll__icon{flex-shrink:0;font-size:1.25rem;line-height:1}.chat-poll__question{color:#0f172a;font-size:.875rem;font-weight:700;line-height:1.3}.chat-poll__options{flex-direction:column;gap:6px;display:flex}.chat-poll__option{cursor:pointer;color:#334155;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 12px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .2s;display:flex;position:relative;overflow:hidden}.chat-poll__option:hover:not(:disabled),.chat-poll__option--voted{background:#f0fdfa;border-color:#458d97}.chat-poll__option--winner{background:#f0fdf4;border-color:#16a34a}.chat-poll__option--closed{cursor:default;opacity:.9}.chat-poll__option-bar{z-index:0;background:#458d971a;border-radius:10px;transition:width .4s;position:absolute;top:0;bottom:0;left:0}.chat-poll__option--winner .chat-poll__option-bar{background:#16a34a1f}.chat-poll__option-text{z-index:1;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;position:relative;overflow:hidden}.chat-poll__option-count{z-index:1;color:#64748b;white-space:nowrap;font-size:.6875rem;font-weight:700;position:relative}.chat-poll__option-check{z-index:1;color:#458d97;font-size:.875rem;font-weight:800;position:relative}.chat-poll__footer{justify-content:space-between;align-items:center;gap:8px;display:flex}.chat-poll__total{color:#94a3b8;font-size:.6875rem;font-weight:600}.chat-poll__closed-badge{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;background:#fef2f2;border-radius:999px;padding:2px 8px;font-size:.625rem;font-weight:800}.chat-poll__close-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:8px;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .15s}.chat-poll__close-btn:hover{color:#dc2626;background:#fee2e2;border-color:#fecaca}.chat-poll__multi-hint{color:#94a3b8;margin-top:-4px;font-size:.6875rem;font-style:italic}.chat-poll__option-check-box{z-index:1;color:#94a3b8;flex-shrink:0;font-size:1rem;line-height:1;position:relative}.chat-poll__option--voted .chat-poll__option-check-box{color:#458d97}.chat-poll__actions{gap:6px;display:flex}.chat-poll__edit-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex:1;padding:8px;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .15s}.chat-poll__edit-btn:hover{color:#458d97;background:#f0fdfa;border-color:#458d97}.chat-poll__create-event-btn{color:#fff;cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:linear-gradient(135deg,#458d97,#326f78);border:none;border-radius:10px;width:100%;padding:10px;font-family:inherit;font-size:.75rem;font-weight:800;transition:all .2s;overflow:hidden;box-shadow:0 2px 8px #458d974d}.chat-poll__create-event-btn:hover{filter:brightness(1.1);box-shadow:0 4px 12px #458d9766}.chat-poll-creator{background:#fff;border:1px solid #e2e8f0;border-bottom:none;border-radius:16px 16px 0 0;flex-direction:column;gap:12px;padding:16px;display:flex;box-shadow:0 -4px 20px #00000014}.chat-poll-creator__header{justify-content:space-between;align-items:center;display:flex}.chat-poll-creator__title{color:#0f172a;font-size:.9375rem;font-weight:800}.chat-poll-creator__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;font-size:1.1rem;transition:color .1s;display:flex}.chat-poll-creator__close:hover{color:#ef4444}.chat-poll-creator__question{color:#0f172a;box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;width:100%;padding:10px 12px;font-family:inherit;font-size:.875rem;font-weight:600;transition:border-color .2s}.chat-poll-creator__question:focus{border-color:#458d97;box-shadow:0 0 0 2px #458d971a}.chat-poll-creator__options{flex-direction:column;gap:6px;display:flex}.chat-poll-creator__option-row{align-items:center;gap:6px;display:flex}.chat-poll-creator__option-input{color:#0f172a;box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:8px;outline:none;flex:1;padding:8px 10px;font-family:inherit;font-size:.8125rem;font-weight:500;transition:border-color .2s}.chat-poll-creator__option-input:focus{border-color:#458d97}.chat-poll-creator__option-remove{color:#94a3b8;cursor:pointer;background:0 0;border:none;align-items:center;padding:4px;font-size:1rem;transition:color .1s;display:flex}.chat-poll-creator__option-remove:hover{color:#ef4444}.chat-poll-creator__add-option{color:#64748b;cursor:pointer;background:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:8px;padding:8px;font-family:inherit;font-size:.8125rem;font-weight:600;transition:all .15s}.chat-poll-creator__add-option:hover{color:#458d97;background:#f0fdfa;border-color:#458d97}.chat-poll-creator__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#458d97,#326f78);border:none;border-radius:10px;width:100%;padding:12px;font-family:inherit;font-size:.875rem;font-weight:800;transition:all .2s;box-shadow:0 2px 8px #458d974d}.chat-poll-creator__submit:hover:not(:disabled){filter:brightness(1.1)}.chat-poll-creator__submit:disabled{opacity:.5;cursor:not-allowed}.bring-row{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.bring-row:last-child{border-bottom:none}.bring-avatar-container{flex-shrink:0;align-items:center;gap:12px;width:100px;display:flex}.bring-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:700;overflow:hidden}.bring-details{flex:1;align-items:center;gap:12px;min-width:0;padding-left:12px;display:flex}.bring-item-text{flex-direction:column;min-width:0;display:flex}.bring-item-name{color:#334155;word-break:break-word;overflow-wrap:break-word;font-size:.875rem;line-height:1.4}.bring-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.bring-button{color:#0ea5e9;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0ea5e9;border-radius:16px;padding:4px 16px;font-size:.75rem;font-weight:600}.bring-list-title{color:#0f172a;margin:0;font-size:1.125rem;font-weight:800}@media (width<=480px){.bring-list-title{font-size:1rem}.bring-row{flex-wrap:wrap}.bring-avatar-container{gap:8px;width:40%}.bring-details{flex:1;gap:8px;padding-left:6px}.bring-actions{border-top:1px dashed #e2e8f0;justify-content:flex-end;width:100%;margin-top:4px;padding-top:8px}.bring-button{padding:6px 14px;font-size:.8125rem}}.lang-switch__btn--active{color:#2563eb!important;border-bottom:2px solid #2563eb!important;border-radius:0!important;padding-bottom:2px!important;font-weight:700!important}.auth-providers-list{flex-direction:column;gap:12px;width:100%;max-width:360px;margin:0 auto;display:flex}.auth-btn-provider-email{color:#1e3a8a;cursor:pointer;background:#eff6ff;border:1px solid #3b82f6;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;height:52px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #3b82f60f}.auth-btn-provider-email:hover{background:#dbeafe;border-color:#2563eb}.auth-btn-provider-social{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:100%;height:52px;font-size:.9375rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 2px 4px #00000005}.auth-btn-provider-social:hover{background:#f8fafc;border-color:#cbd5e1}.auth-signup-banner{background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;width:100%;max-width:360px;margin:24px auto 0;padding:12px 16px;display:flex}.auth-signup-banner__left{text-align:left;flex:1;align-items:center;gap:12px;min-width:0;display:flex}[dir=rtl] .auth-signup-banner__left{text-align:right}.auth-signup-banner__icon{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 4px #3b82f60d}.auth-signup-banner__text{color:#1e3a8a;white-space:nowrap;text-overflow:ellipsis;font-size:.9375rem;font-weight:700;overflow:hidden}.auth-signup-banner__btn{color:#2563eb;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #2563eb;border-radius:9999px;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.875rem;font-weight:700;transition:all .2s;display:inline-flex}.auth-signup-banner__btn:hover{color:#1d4ed8;background:#f0f6ff;border-color:#1d4ed8}.auth-back-link{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.auth-back-link:hover{color:#1d4ed8;text-decoration:underline}[dir=rtl] .auth-back-arrow,[dir=rtl] .auth-signup-banner__arrow{transform:rotate(180deg)}.auth-badges-container{justify-content:space-between;align-items:center;width:100%;max-width:360px;margin:32px auto 0;padding:0 4px;display:flex}.auth-badge-column{text-align:left;align-items:center;gap:8px;display:flex}[dir=rtl] .auth-badge-column{text-align:right}.auth-badge-column__icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.auth-badge-column__text-container{flex-direction:column;display:flex}.auth-badge-column__title{color:#0f172a;font-size:.8125rem;font-weight:700;line-height:1.2}.auth-badge-column__subtitle{color:#64748b;font-size:.6875rem;line-height:1.2}.auth-badges-divider{background:#e2e8f0;width:1px;height:24px}.auth-footer-terms{color:#64748b;text-align:center;width:100%;max-width:360px;margin-top:48px;font-size:.75rem}.auth-footer-terms a{color:#2563eb;font-weight:500;text-decoration:none}.auth-footer-terms a:hover{text-decoration:underline}.auth-wave-top{z-index:0;opacity:.75;pointer-events:none;width:400px;height:400px;position:absolute;top:0;left:0}.auth-wave-bottom{z-index:0;opacity:.75;pointer-events:none;width:400px;height:400px;position:absolute;bottom:0;right:0;transform:rotate(180deg)}.auth-form-card{text-align:left;background:#fff;border:1px solid #0000000a;border-radius:16px;width:100%;max-width:360px;margin:16px auto 0;padding:24px;box-shadow:0 4px 12px #0000000a}[dir=rtl] .auth-form-card{text-align:right}@media (width<=640px){.auth-wave-top,.auth-wave-bottom{width:250px;height:250px}}.install-app-card{text-align:left;background:#fff;border:1px solid #0000000a;border-radius:16px;align-self:center;width:100%;max-width:360px;margin:24px auto 0;padding:20px;box-shadow:0 4px 20px #0000000d}[dir=rtl] .install-app-card{text-align:right}.install-app-card__header{align-items:center;gap:12px;margin-bottom:20px;display:flex}.install-app-card__header-icon{color:#3b82f6;background:#eff6ff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.install-app-card__header-text h3{color:#0f172a;margin:0;font-size:1rem;font-weight:800}.install-app-card__header-text p{color:#64748b;margin:0;font-size:.8125rem}.install-app-card__row{border-top:1px solid #f1f5f9;align-items:center;gap:12px;padding-top:16px;padding-bottom:16px;display:flex}.install-app-card__row:last-child{padding-bottom:0}.install-app-card__row-icon--android{color:#22c55e;background:#f0fdf4;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.install-app-card__row-icon--ios{color:#0f172a;background:#f8fafc;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.install-app-card__row-content{flex:1}.install-app-card__row-content h4{color:#0f172a;margin:0;font-size:.9375rem;font-weight:700}.install-app-card__row-content p{color:#64748b;margin:0;font-size:.75rem}.install-app-card__row-arrow{color:#cbd5e1}[dir=rtl] .install-app-card__row-arrow{transform:rotate(180deg)}@media (width<=640px){.auth-container{padding:16px 12px!important}.auth-card{padding:0 8px!important}.auth-card__logo-center{margin-bottom:12px!important}.auth-card__title{margin-bottom:4px!important;font-size:1.35rem!important}.auth-card__subtitle{margin-bottom:16px!important;font-size:.85rem!important}.auth-form-card{border-radius:12px!important;margin-top:8px!important;padding:16px!important}.auth-form-card .form-group{margin-bottom:12px!important}.auth-form-card .btn{padding:10px 14px!important;font-size:.875rem!important}.auth-signup-banner{border-radius:12px!important;gap:8px!important;margin-top:12px!important;padding:10px 12px!important}.auth-signup-banner__icon{width:32px!important;height:32px!important}.auth-signup-banner__icon svg{width:16px!important;height:16px!important}.auth-signup-banner__text{font-size:.8125rem!important}.auth-signup-banner__btn{padding:6px 12px!important;font-size:.8rem!important}.auth-back-link{font-size:.8125rem!important}.install-app-card{border-radius:12px!important;margin-top:16px!important;padding:14px!important}.install-app-card__header{gap:8px!important;margin-bottom:12px!important}.install-app-card__header-icon{border-radius:8px!important;width:32px!important;height:32px!important}.install-app-card__header-icon svg{width:16px!important;height:16px!important}.install-app-card__header-text h3{font-size:.875rem!important}.install-app-card__header-text p{font-size:.75rem!important}.install-app-card__row{gap:8px!important;padding-top:10px!important;padding-bottom:10px!important}.install-app-card__row-icon--android,.install-app-card__row-icon--ios{border-radius:8px!important;width:32px!important;height:32px!important}.install-app-card__row-icon--android svg,.install-app-card__row-icon--ios svg{width:16px!important;height:16px!important}.install-app-card__row-content h4{font-size:.8125rem!important}.install-app-card__row-content p{font-size:.6875rem!important;line-height:1.2!important}}.host-layout{background:#f8fafc;flex-direction:column;min-height:100dvh;display:flex}.admin-header{background:var(--surface);border-bottom:1px solid var(--border-light);z-index:100;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}.admin-header__brand{align-items:center;gap:12px;display:flex}.admin-badge{background:var(--primary-bg);color:var(--primary-dark);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;padding:2px 8px;font-size:.6875rem;font-weight:700}.admin-header__actions{align-items:center;gap:16px;display:flex}.host-body{flex:1;display:flex}.host-sidebar{background:#fff;border-right:1px solid #f1f5f9;flex-shrink:0;width:260px;height:calc(100vh - 65px);position:sticky;top:65px;overflow-y:auto}html[dir=rtl] .host-sidebar{border-right:none;border-left:1px solid var(--border-light)}.host-nav{flex-direction:column;gap:4px;padding:16px 12px;display:flex}.host-nav__item{color:#64748b;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.host-nav__item:hover{color:#0f172a;background:#f1f5f9}.host-nav__item--active{color:#6c47ff;background:#f3f0ff;font-weight:600}.host-nav__item--active:hover{background:#ede8ff}.host-nav__icon{font-size:1.25rem}.host-main{flex:1;min-width:0;padding:24px}.host-screen{max-width:1000px;margin:0 auto}.host-screen__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.host-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media (width>=768px){.host-grid{grid-template-columns:repeat(4,1fr);gap:16px}}.host-card{background:#fff;border:1px solid #0000000a;border-radius:16px;padding:20px;box-shadow:0 4px 12px #00000008}.btn-approve{color:#10b981;cursor:pointer;background:0 0;border:1.5px solid #10b981;border-radius:8px;justify-content:center;align-items:center;padding:6px 16px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-approve:hover{background:#ecfdf5}.btn-reject{color:#ef4444;cursor:pointer;background:0 0;border:1.5px solid #ef4444;border-radius:8px;justify-content:center;align-items:center;padding:6px 16px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-reject:hover{background:#fef2f2}.btn-action-outline{color:#6c47ff;cursor:pointer;background:0 0;border:1.5px solid #6c47ff;border-radius:8px;justify-content:center;align-items:center;padding:8px 16px;font-size:.8125rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-action-outline:hover{background:#f3f0ff}.host-pill-tabs{background:#fff;border:1px solid #0000000a;border-radius:12px;gap:8px;margin-bottom:24px;padding:4px;display:flex;overflow-x:auto;box-shadow:0 2px 8px #00000005}.host-pill-tab{color:#64748b;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s}.host-pill-tab:hover{color:#0f172a}.host-pill-tab--active{color:#0f172a;background:#f8fafc;box-shadow:0 1px 2px #0000000d}.host-pill-tab--active-purple{color:#6c47ff;background:#f3f0ff}.text-primary{color:var(--primary)}.text-accent{color:var(--amber)}.text-warning{color:#d97706}.text-danger{color:var(--red)}.text-success{color:var(--green)}.border-warning{background:var(--amber-bg);border-color:#fbbf24}.hidden-mobile{display:none}@media (width>=768px){.hidden-mobile{display:flex}.hidden-desktop{display:none}}@media (width<=767px){.host-main{padding:16px 16px 80px}#host-bottom-nav{z-index:200}}
