:root{--tg-bg-color:var(--tg-theme-bg-color,#0f111a);--tg-secondary-bg-color:var(--tg-theme-secondary-bg-color,#151824);--tg-text-color:var(--tg-theme-text-color,#f3f4f6);--tg-hint-color:var(--tg-theme-hint-color,#9ca3af);--tg-link-color:var(--tg-theme-link-color,#10b981);--tg-button-color:var(--tg-theme-button-color,#10b981);--tg-button-text-color:var(--tg-theme-button-text-color,#fff);--tg-accent-text-color:var(--tg-theme-accent-text-color,#34d399);--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--color-calories:#10b981;--color-calories-gradient:linear-gradient(135deg, #10b981, #059669);--color-protein:#3b82f6;--color-protein-gradient:linear-gradient(135deg, #3b82f6, #2563eb);--color-fats:#f59e0b;--color-fats-gradient:linear-gradient(135deg, #f59e0b, #d97706);--color-carbs:#a855f7;--color-carbs-gradient:linear-gradient(135deg, #a855f7, #7c3aed);--glass-bg:#151824b3;--glass-border:#ffffff0f;--glass-shadow:#00000040 0px .5rem 2rem 0px;--glass-blur:blur(1rem);--radius-lg:1.25rem;--radius-md:.875rem;--radius-sm:.5rem;--app-max-width:30rem}*,:before,:after{box-sizing:border-box}body{font-family:var(--font-family);background-color:var(--tg-bg-color);color:var(--tg-text-color);-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;justify-content:center;min-height:100svh;margin:0;padding:0;display:flex;overflow-x:hidden}#root{width:100%;max-width:var(--app-max-width);background:linear-gradient(#db3c6e33 0%,#0000 50%),linear-gradient(#0000 50%,#4f4f4f33 100%),#000;flex-direction:column;min-height:100svh;display:flex;position:relative}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;margin:0;font-weight:600}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);margin-bottom:1rem;padding:1.25rem;transition:transform .2s,box-shadow .2s}.glass-card:active{transform:scale(.99)}.app-container{flex-direction:column;flex:1;gap:1rem;padding:1rem 1rem 5.625rem;display:flex;overflow-y:auto}.header{justify-content:space-between;align-items:center;padding:1rem 1.25rem .5rem;display:flex}.user-profile{align-items:center;gap:.625rem;display:flex}.user-avatar{color:#fff;background:linear-gradient(135deg,#10b981,#3b82f6);border:.125rem solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:.875rem;font-weight:700;display:flex}.user-name{opacity:.9;font-size:.875rem;font-weight:500}.navbar{width:100%;max-width:var(--app-max-width);-webkit-backdrop-filter:var(--glass-blur);border-top:1px solid var(--glass-border);z-index:100;background:#0f111ad9;grid-template-columns:repeat(4,1fr);padding:.5rem 0 1.5rem;display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}@media (width<=30rem){.navbar{padding-bottom:max(1rem, env(safe-area-inset-bottom))}}.nav-item{color:var(--tg-hint-color);font-family:var(--font-family);cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;font-size:.6875rem;font-weight:500;transition:color .2s,transform .1s;display:flex;position:relative}.nav-item:active{transform:scale(.95)}.nav-item.active{color:var(--tg-link-color)}.nav-item.active:after{content:"";background-color:var(--tg-link-color);width:1rem;height:.1875rem;box-shadow:0 0 .5rem var(--tg-link-color);border-radius:.125rem;position:absolute;top:-.5rem}.btn-primary{background:var(--color-calories-gradient);color:var(--tg-button-text-color);border-radius:var(--radius-md);font-family:var(--font-family);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;font-size:1rem;font-weight:600;transition:filter .2s,transform .1s;display:flex;box-shadow:0 .25rem .75rem #10b98133}.btn-primary:active{filter:brightness(.9);transform:scale(.98)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.form-group{flex-direction:column;gap:.375rem;margin-bottom:.875rem;display:flex}.form-label{color:var(--tg-hint-color);font-size:.8125rem;font-weight:500}.form-input{border:1px solid var(--glass-border);border-radius:var(--radius-md);font-family:var(--font-family);color:var(--tg-text-color);background:#ffffff08;outline:none;padding:.75rem 1rem;font-size:.9375rem;transition:border-color .2s,background-color .2s}.form-input:focus{border-color:var(--tg-link-color);background:#ffffff0d}::-webkit-scrollbar{width:.25rem}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:.125rem}button,.btn-primary,.profile-screen__dark-btn,.profile-hero__update-btn,.profile-hero__premium-btn,.app-header__notification-btn{will-change:transform, opacity;transition:transform .15s cubic-bezier(.2,0,0,1),opacity .15s,filter .15s!important}button:active,.btn-primary:active,.profile-screen__dark-btn:active,.profile-hero__update-btn:active,.profile-hero__premium-btn:active,.app-header__notification-btn:active{opacity:.8!important;transform:scale(.94)!important}.profile-hero{background:#1e1c1c linear-gradient(#811a3b 0%,#4e1427 100%);border-radius:0 0 3rem 3rem;flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.profile-hero__content{max-width:var(--app-max-width,30rem);flex-direction:column;gap:1rem;width:100%;margin:0 auto;padding:4.5rem 1rem 1.25rem;display:flex}.profile-hero__top-row{background:#ffffff0d;border-radius:1rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;box-shadow:0 .25rem 1.5625rem #00000026}.profile-hero__account-info{flex-direction:column;gap:.25rem;display:flex}.profile-hero__account-type{color:#fff;font-size:1rem;font-weight:500;line-height:1.1875rem}.profile-hero__account-status{color:#ffffffc4;font-size:.75rem;font-weight:400;line-height:.9375rem}.profile-hero__premium-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff0051 0%,#d93267 100%);border:none;border-radius:.5rem;padding:.625rem;font-size:1rem;font-weight:600;line-height:1.1875rem}.profile-hero__progress-section{flex-direction:column;gap:.75rem;display:flex}.profile-hero__progress-header{justify-content:space-between;align-items:center;display:flex}.profile-hero__progress-label{color:#fff;align-items:center;gap:.25rem;font-size:1rem;font-weight:600;line-height:1.1875rem;display:flex}.profile-hero__progress-label svg{color:#ffbbd1}.profile-hero__progress-value{color:#fff;font-size:1rem;font-weight:600;line-height:1.1875rem}.profile-hero__progress-bar-container{flex-direction:column;gap:.25rem;display:flex}.profile-hero__progress-track{background:#fff3;border-radius:20.8125rem;width:100%;height:.5rem;overflow:hidden}.profile-hero__progress-fill{background:linear-gradient(90deg,#ff0051 0%,#d93267 100%);border-radius:20.8125rem;height:100%}.profile-hero__progress-weights{justify-content:space-between;align-items:center;display:flex}.profile-hero__weight-initial{color:#fff;font-size:.75rem;font-weight:500}.profile-hero__weight-goal{color:#29c96b;align-items:center;font-size:.75rem;font-weight:500;display:flex}.profile-hero__stats-row{gap:.625rem;display:flex}.profile-hero__stat-card{background:#ffffff1a;border-radius:.5rem;flex-direction:column;flex:1;gap:.5rem;padding:.75rem 1rem;display:flex;overflow:hidden;box-shadow:0 .25rem 1.5625rem #00000026}.profile-hero__stat-label{color:#ffffffc4;font-size:.75rem;font-weight:500;line-height:.9375rem}.profile-hero__stat-value-row{justify-content:space-between;align-items:center;display:flex}.profile-hero__stat-value{color:#fff;font-size:1rem;font-weight:600;line-height:1.1875rem}.profile-hero__stat-icon{color:#ffffffc4;justify-content:center;align-items:center;display:flex}.profile-hero__update-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;display:flex;overflow:hidden;box-shadow:0 .25rem 1.5625rem #00000026}.profile-hero__divider-wrap{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:2rem;padding-bottom:.5rem;display:flex}.profile-hero__divider{background:#ffa6c2ad;border-radius:20.8125rem;width:1.8125rem;height:.1875rem}.profile-hero__collapsible{flex-direction:column;gap:1rem;display:flex;overflow:hidden}.weight-chart{box-sizing:border-box;background:#1e1c1c80;border-radius:1rem;width:100%;height:10.5rem;padding:1rem;overflow:hidden}.weight-chart svg{width:100%;height:100%;display:block}.period-selector-container{width:100%;position:relative}.period-selector-dropdown{-webkit-backdrop-filter:blur(16px);z-index:10;transform-origin:bottom;background:#1e1c1cb3;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;gap:.25rem;width:100%;padding:.5rem;display:flex;position:absolute;bottom:calc(100% + .5rem);left:0;box-shadow:0 -8px 32px #0006}.period-selector-option{color:#ffffffb3;cursor:pointer;border-radius:.75rem;align-items:center;padding:.75rem 1rem;font-size:.9375rem;font-weight:500;transition:background .2s,color .2s;display:flex}.period-selector-option:hover{color:#fff;background:#ffffff14}.period-selector-option.active{color:#fff;background:#ffffff26;box-shadow:0 2px 8px #0000001a}.period-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:100;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100svh;padding:1.5rem;display:flex;position:fixed;top:0;left:0}.period-modal{background:#1e1c1c;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;gap:1.5rem;width:100%;max-width:24rem;padding:1.5rem;display:flex;box-shadow:0 12px 48px #0009}.period-modal-title{color:#fff;margin:0;font-size:1.25rem;font-weight:600}.period-modal-inputs{flex-direction:column;gap:1.25rem;display:flex}.period-modal-field{flex-direction:column;gap:.5rem;display:flex}.period-modal-field label{color:#ffffffb3;font-size:.875rem;font-weight:500}.period-modal-field input[type=date]{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:.75rem;outline:none;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s,background .2s}.period-modal-field input[type=date]:focus{background:#ffffff14;border-color:#ff2e5f}.period-modal-field input[type=date]::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer;opacity:.7;transition:opacity .2s}.period-modal-field input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.period-modal-actions{justify-content:flex-end;gap:1rem;margin-top:.5rem;display:flex}.period-modal-cancel{color:#ffffffb3;cursor:pointer;background:0 0;border:none;padding:.75rem 1rem;font-size:1rem;font-weight:500;transition:color .2s}.period-modal-cancel:hover{color:#fff}.period-modal-submit{color:#fff;cursor:pointer;background:#ff2e5f;border:none;border-radius:.75rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.period-modal-submit:hover{background:#e6204f}.period-modal-submit:active{transform:scale(.97)}.app-header__wrapper{z-index:200;padding-top:max(env(safe-area-inset-top,0px), 1rem);pointer-events:none;padding-bottom:0;padding-left:1rem;padding-right:1rem;position:fixed;top:0;left:0;right:0}.app-header{pointer-events:all;flex-direction:row;justify-content:space-between;align-items:center;height:2.125rem;display:flex}.app-header__logo{color:#fff;letter-spacing:-.02em;font-family:Lexend,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.875rem}.app-header__right{flex-direction:row;align-items:center;gap:.5rem;display:flex}.app-header__user-info{flex-direction:column;align-items:flex-end;display:flex}.app-header__user-slash{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;line-height:1.1875rem}.app-header__user-handle{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:.9375rem}.app-header__icon-btn{color:#fff;cursor:pointer;box-sizing:border-box;background:#ffffff14;border:none;border-radius:.5rem;justify-content:center;align-items:center;width:2.125rem;height:2.125rem;padding:.5rem;transition:background .15s;display:flex}.app-header__icon-btn:hover{background:#ffffff1f}.app-header__icon-btn:active{background:#ffffff26}.profile-screen{background-color:#000;flex-direction:column;min-height:100svh;padding-bottom:7rem;display:flex;position:relative}.profile-screen__content{max-width:var(--app-max-width,30rem);flex-direction:column;gap:1.5rem;width:100%;margin:0 auto;padding:1.5rem 1rem 0;display:flex}.profile-screen__section{flex-direction:column;gap:.5rem;display:flex}.profile-section-header{padding:0 .75rem}.profile-section-header__title{color:#fff;font-size:1rem;font-weight:500;line-height:1.1875rem}.profile-macros-row{gap:.5rem;width:100%;display:flex}.profile-macro-card{background:#1e1c1c;border-radius:.75rem;flex-direction:column;flex:1;gap:.25rem;min-width:0;padding:.75rem;display:flex}.profile-macro-card__label{color:#ffffffc4;white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:400;line-height:.9375rem;overflow:hidden}.profile-macro-card__value{color:#fff;font-size:1rem;font-weight:600;line-height:1.1875rem}.profile-screen__dark-btn{color:#fff;cursor:pointer;background:#1e1c1c;border:none;border-radius:.5rem;align-items:center;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:500;line-height:1.1875rem;display:flex}.profile-stats-row{gap:.5rem;width:100%;display:flex}.profile-stat-card{background:#1e1c1c;border-radius:.75rem;flex-direction:column;flex:1;gap:.25rem;min-width:0;padding:.75rem;display:flex}.profile-stat-card__label{color:#ffffffc4;font-size:.75rem;font-weight:400;line-height:.9375rem}.profile-stat-card__value-row{justify-content:space-between;align-items:center;width:100%;display:flex}.profile-stat-card__value{color:#fff;font-size:1rem;font-weight:600;line-height:1.1875rem}.profile-stat-card__icon{justify-content:center;align-items:center;display:flex}.profile-screen__period-selector{background:#1e1c1c;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.profile-screen__period-left{align-items:center;gap:.5rem;display:flex}.profile-screen__period-label{color:#fff;font-size:1rem;font-weight:500;line-height:1.1875rem}.bottom-nav{z-index:100;max-width:var(--app-max-width,30rem);position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.bottom-nav__pill{-webkit-backdrop-filter:blur(1rem);background:#31313147;border:1px solid #ffffff0f;border-radius:20.8125rem;flex-direction:row;align-items:center;gap:0;padding:.1875rem;display:flex}.bottom-nav__tab{color:#fff9;cursor:pointer;box-sizing:border-box;background:0 0;border:none;border-radius:20.8125rem;justify-content:center;align-items:center;width:4.125rem;height:2.625rem;padding:.75rem 1.5rem;display:flex;position:relative}.bottom-nav__tab:first-child{width:4rem}.bottom-nav__tab--active{color:#fff}.bottom-nav__indicator{z-index:0;background:#ffffff38;border-radius:20.8125rem;position:absolute;inset:0}.bottom-nav__icon-wrapper{z-index:1;justify-content:center;align-items:center;display:flex;position:relative}.settings-screen{z-index:9999;background:#111;flex-direction:column;display:flex;position:fixed;inset:0}.settings-header{background:#111;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem 1.25rem 1rem;display:flex}.settings-header-back{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.settings-header-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}.settings-header-placeholder{width:24px}.settings-modal-overlay{z-index:2000;background:#000000b3;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.settings-modal{background:#1e1c1c;border-radius:20px;flex-direction:column;gap:1rem;width:100%;max-width:320px;padding:1.5rem;display:flex}.settings-modal h3{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600}.settings-modal input{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;outline:none;padding:1rem;font-family:Inter,sans-serif;font-size:1rem}.settings-modal input:focus{border-color:#4dacff}.settings-modal-actions{gap:.75rem;margin-top:.5rem;display:flex}.settings-modal-btn{cursor:pointer;border:none;border-radius:12px;flex:1;padding:.875rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.settings-modal-btn--cancel{color:#fff;background:#ffffff1a}.settings-modal-btn--save{color:#fff;background:#4dacff}.settings-content{flex-direction:column;flex:1;gap:1.5rem;padding:0 1.25rem 2rem;display:flex;overflow-y:auto}.settings-section{flex-direction:column;gap:.75rem;display:flex}.settings-section-title{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin:0;padding-left:.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.settings-card{background:#1e1c1c;border-radius:16px;overflow:hidden}.settings-divider{background:#ffffff0d;height:1px;margin:0 1rem}.settings-item{cursor:pointer;justify-content:space-between;align-items:center;padding:1rem;transition:background-color .2s;display:flex}.settings-item:active{background-color:#ffffff0d}.settings-item-left{align-items:center;gap:.75rem;display:flex}.settings-item-icon{color:#ffffffb3;justify-content:center;align-items:center;display:flex}.settings-item-label{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.settings-item-right{align-items:center;gap:.5rem;display:flex}.settings-item-value{color:#ffffff80;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.settings-switch{background:#fff3;border-radius:12px;width:44px;height:24px;transition:background-color .3s;position:relative}.settings-switch--active{background:#41ae62}.settings-switch-thumb{background:#fff;border-radius:50%;width:20px;height:20px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;top:2px;left:2px}.settings-switch--active .settings-switch-thumb{transform:translate(20px)}.notifications-screen{z-index:50;background:#000;flex-direction:column;width:100vw;height:100svh;display:flex;position:fixed;top:0;left:0;overflow:hidden auto}.notifications-header{padding:max(env(safe-area-inset-top,0px), 1rem) 1rem 1rem 1rem;-webkit-backdrop-filter:blur(12px);z-index:10;background:#000c;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.notifications-header__back{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.25rem;transition:background .2s;display:flex}.notifications-header__back:hover{background:#ffffff1a}.notifications-header__title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600}.notifications-content{max-width:var(--app-max-width,30rem);flex-direction:column;gap:1rem;width:100%;margin:0 auto;padding:1.5rem 1rem 3rem;display:flex}.notification-card{background:#1e1c1c;border:1px solid #ffffff08;border-radius:1rem;gap:1rem;padding:1rem;transition:transform .2s;display:flex}.notification-card:active{transform:scale(.98)}.notification-card__icon-wrap{border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.notification-card__icon-wrap--primary{color:#10b981;background:#10b98126}.notification-card__icon-wrap--secondary{color:#3b82f6;background:#3b82f626}.notification-card__icon-wrap--accent{color:#ffc14e;background:#ffc14e26}.notification-card__body{flex-direction:column;flex:1;gap:.25rem;display:flex}.notification-card__header{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.notification-card__title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600}.notification-card__time{color:#fff6;white-space:nowrap;font-family:Inter,sans-serif;font-size:.75rem}.notification-card__desc{color:#fff9;margin:0;font-family:Inter,sans-serif;font-size:.8125rem;line-height:1.4}.notifications-empty{color:#fff6;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:40vh;display:flex}.notifications-empty__icon{color:#fff3;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:4rem;height:4rem;display:flex}.home-screen{flex-direction:column;gap:1.5rem;padding-bottom:7rem;animation:.3s ease-out fade-in;display:flex}@keyframes fade-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.home-education-slider{scroll-snap-type:x mandatory;gap:.625rem;display:flex;overflow-x:auto}.home-education-slider::-webkit-scrollbar{display:none}.home-education-card{scroll-snap-align:start;cursor:pointer;border-radius:1rem;flex-direction:column;flex-shrink:0;gap:.5rem;width:12rem;padding:1rem;transition:opacity .2s,transform .2s;display:flex;position:relative;overflow:hidden}.home-education-card:active{opacity:.8;transform:scale(.97)}.home-education-card--green{background:#1f8c37}.home-education-card--red{background:#8c1f21}.home-education-card--blue{background:#1f4c8c}.home-education-card__tag{color:#fff;justify-content:space-between;align-items:center;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500;display:flex}.home-education-card__title{color:#fff;z-index:1;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.3}.home-calendar-row{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.home-calendar-day{aspect-ratio:1;cursor:pointer;background:#1e1c1c;border-radius:.5rem;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.25rem;transition:transform .15s,background .15s;display:flex}.home-calendar-day:active{transform:scale(.95)}.home-calendar-day--active{background:#bc1147}.home-calendar-day__num{letter-spacing:-.05em;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400;line-height:1}.home-calendar-day__name{letter-spacing:-.05em;color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;line-height:1}.home-calendar-icon{justify-content:center;align-items:center;width:2.75rem;height:2.75rem;display:flex}.home-actions-block{flex-direction:column;gap:.5rem;display:flex}.home-search{background:#1e1c1c;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.home-search__input{color:#ffffffc4;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.home-search__input::placeholder{color:#ffffffc4}.home-action-row{gap:.5rem;display:flex}.home-btn{color:#fff;cursor:pointer;border:none;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:transform .15s,opacity .15s;display:flex}.home-btn:active{opacity:.9;transform:scale(.97)}.home-btn--dark{background:#1e1c1c}.home-btn--red{background:#862141}.home-btn--full{width:100%}.home-macros-summary{justify-content:space-between;align-items:center;padding:0 1rem;display:flex}.home-macro-item{flex-direction:column;gap:.25rem;display:flex}.home-macro-item--end{align-items:flex-end}.home-macro-label{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.home-macro-val{color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}.home-macro-val span{color:#ffffffc4}.home-macro-kcal{color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}.home-meal-list{flex-direction:column;gap:.75rem;display:flex}.home-meal-card{background:#1e1c1c80;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.home-meal-header{justify-content:space-between;align-items:center;display:flex}.home-meal-title{color:#fff;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;display:flex}.home-meal-add{color:#fff9;cursor:pointer}.home-meal-divider{background:#fff3;width:100%;height:1px}.home-meal-items{flex-direction:column;gap:.5rem;display:flex}.home-meal-item{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.home-meal-item-wrapper{cursor:pointer;transition:opacity .2s}.home-meal-item-wrapper:active{opacity:.7}.home-meal-item-name{color:#fff;word-break:break-word;flex:1;font-family:Inter,sans-serif;font-size:1rem;font-weight:400;line-height:1.3}.home-meal-item-weight{color:#ffffffc4;white-space:nowrap;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.home-meal-item-macros{align-items:center;width:100%;display:flex}.home-meal-item-macro{color:#ffffffc4;flex:1;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.home-meal-item-kcal{color:#ffffffe0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.home-meal-footer{align-items:center;width:100%;display:flex}.home-meal-footer-macro{color:#fff;flex:1;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.home-meal-footer-kcal{color:#fff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.food-hub-screen{padding:calc(max(env(safe-area-inset-top,0px), 1rem) + 3.625rem) 1rem 7rem;box-sizing:border-box;background:linear-gradient(#db3c6e33 0%,#0000 100%),linear-gradient(#0000 0%,#4f4f4f33 100%),#000;flex-direction:column;gap:1.5rem;width:100%;min-height:100vh;display:flex}.food-hub-header{justify-content:space-between;align-items:center;width:100%;display:flex}.food-hub-title{color:#ff3f7b;margin:0;font-family:Lexend,sans-serif;font-size:1.5rem;font-style:normal;font-weight:600}.food-hub-header-right{justify-content:center;align-items:center;gap:.5rem;display:flex}.food-hub-user-info{flex-direction:column;justify-content:center;align-items:flex-end;display:flex}.food-hub-slash{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.food-hub-handle{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.food-hub-icon-btn{cursor:pointer;background:#8417394d;border:1px solid #ff3f7b;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.food-search-bar{cursor:text;background:#ffffff1a;border-radius:1rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.food-search-left{align-items:center;gap:.5rem;display:flex}.food-search-text{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.food-search-right{align-items:center;gap:.625rem;display:flex}.food-search-icon-box{background:#ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;display:flex}.food-suggestions{flex-direction:column;gap:.5rem;width:100%;display:flex}.food-suggestions-header{align-items:center;gap:.625rem;padding:0 .75rem;display:flex}.food-suggestions-title{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.food-suggestions-list{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;gap:1rem;padding:1rem;display:flex}.food-suggestion-item{cursor:pointer;flex-direction:column;gap:1rem;width:100%;display:flex}.food-suggestion-row{align-items:center;gap:.5rem;width:100%;display:flex}.food-suggestion-name{color:#fff;flex:1;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.food-suggestion-cal{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.food-suggestion-divider{background:#ffffff1a;width:100%;height:1px}.food-dropdown-container{width:100%;position:relative}.food-dropdown-menu{-webkit-backdrop-filter:blur(16px);z-index:10;transform-origin:top;background:#1e1c1ce6;border:1px solid #ffffff14;border-radius:1rem;flex-direction:column;gap:.25rem;width:100%;padding:.5rem;display:flex;position:absolute;top:calc(100% + .5rem);left:0;box-shadow:0 8px 32px #0006}.food-dropdown-option{color:#ffffffb3;cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:.75rem;align-items:center;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;transition:background .2s,color .2s;display:flex}.food-dropdown-option:hover{color:#fff;background:#ffffff14}.food-dropdown-option.active{color:#fff;background:#ffffff26;box-shadow:0 2px 8px #0000001a}.fd-hero-card{background:#831c3d;border-radius:1rem;justify-content:space-between;align-items:center;width:100%;padding:1rem;display:flex}.fd-hero-left{flex-direction:column;justify-content:center;gap:.25rem;display:flex}.fd-hero-title{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.fd-hero-subtitle{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}.fd-hero-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:.5rem;justify-content:center;align-items:center;padding:.75rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;display:flex;box-shadow:0 4px 25px #00000026}.fd-section{flex-direction:column;gap:.5rem;width:100%;display:flex}.fd-section-title{color:#fff;padding:0 .75rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.fd-input-group{flex-direction:column;gap:.5rem;width:100%;display:flex}.fd-row-buttons{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.fd-action-btn{cursor:pointer;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 0;display:flex}.fd-action-btn.delete{color:#fff;background:#1e1c1c}.fd-action-btn.save{color:#fff;background:#862141}.fd-macro-grid{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.fd-macro-box{background:#1e1c1c;border-radius:.75rem;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;gap:.25rem;padding:.75rem;display:flex}.fd-macro-label{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.fd-macro-val{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.fd-info-block{flex-direction:column;gap:.5rem;width:100%;display:flex}.fd-info-row{justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;display:flex}.fd-info-box{background:#1e1c1c;border-radius:.75rem;flex-direction:column;flex:1;gap:.25rem;padding:.75rem;display:flex}.fd-info-box.verified{border:1px solid #41ae624d;box-shadow:inset -4px 0 24.7px #41ae6217}.fd-val-row{justify-content:space-between;align-items:center;width:100%;display:flex}.fd-val-text{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.fd-val-text.red{color:#ff3b3b}.fd-val-text.green{color:#41ae62}.fd-composition-list{flex-direction:column;gap:.5rem;width:100%;display:flex}.fd-comp-item{align-items:center;gap:.5rem;width:100%;display:flex}.fd-full-info-btn{cursor:pointer;color:#fff;background:#1e1c1c;border-radius:.5rem;justify-content:space-between;align-items:center;width:100%;padding:.75rem 1rem;display:flex}.cf-search-row{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.cf-search-btn{cursor:pointer;background:#ffffff1a;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 0;display:flex}.cf-search-text{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:500}.cf-ingredients-card{background:#1e1c1c80;border:1px solid #ffffff1a;border-radius:1rem;flex-direction:column;gap:.75rem;width:100%;padding:1rem;display:flex}.cf-ingredients-header{justify-content:space-between;align-items:center;width:100%;display:flex}.cf-ingredients-title-row{align-items:center;gap:.5rem;display:flex}.cf-ingredients-title{color:#fff;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.cf-item{flex-direction:column;gap:.5rem;width:100%;display:flex}.cf-item-header{align-items:center;gap:.5rem;width:100%;display:flex}.cf-item-name{color:#fff;flex:1;font-family:Inter,sans-serif;font-size:1rem;font-weight:400}.cf-item-weight{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.cf-item-macros{align-items:center;width:100%;display:flex}.cf-item-macro{flex:1;align-items:center;gap:.625rem;display:flex}.cf-item-macro-text{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:400}.cf-item-macro-text.highlight{color:#ffffffe0}.cf-divider{background:#fff3;width:100%;height:1px;margin-top:.25rem}.cf-section-header{justify-content:space-between;align-items:center;width:100%;padding:0 .75rem;display:flex}.cf-section-subtitle{color:#ffffffc4;font-family:Inter,sans-serif;font-size:.75rem;font-weight:500}.cf-wrapper{padding-bottom:2rem;overflow-y:auto}.cf-input-group{flex-direction:column;gap:.5rem;width:100%;display:flex}.cf-input-label{color:#ffffffc4;padding:0 .75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.cf-main-input{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:.75rem;outline:none;width:100%;padding:1rem;font-family:Inter,sans-serif;font-size:1rem}.cf-main-input::placeholder{color:#ffffff80}.cf-item-actions{align-items:center;gap:.75rem;display:flex}.cf-weight-input-wrapper{background:#ffffff1a;border-radius:.5rem;align-items:center;padding:.25rem .5rem;display:flex}.cf-weight-input{color:#fff;text-align:right;background:0 0;border:none;outline:none;width:3rem;font-family:Inter,sans-serif;font-size:.875rem}.cf-weight-input::placeholder{color:#ffffff80}.cf-weight-unit{color:#ffffffc4;margin-left:.25rem;font-family:Inter,sans-serif;font-size:.875rem}.cf-delete-btn{cursor:pointer;opacity:.7;width:1rem;height:1.125rem}.cf-delete-btn:hover{opacity:1}.cf-empty-state{color:#ffffff80;justify-content:center;align-items:center;padding:1rem 0;font-family:Inter,sans-serif;font-size:.875rem;display:flex}.cf-final-weight{margin-top:1rem}.fd-action-btn.disabled{opacity:.5;cursor:not-allowed}.camera-screen{z-index:1000;box-sizing:border-box;background-color:#000;flex-direction:column;justify-content:space-between;align-items:stretch;width:100vw;height:100vh;padding:3rem 1rem;display:flex;position:fixed;top:0;left:0;overflow:hidden}.camera-screen__video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.camera-screen__gradients{z-index:1;pointer-events:none;background:linear-gradient(#0000 70%,#0009 100%),linear-gradient(#0009 0%,#0000 37%);width:100%;height:100%;position:absolute;top:0;left:0}.camera-screen__content{z-index:2;flex-direction:column;justify-content:space-between;height:100%;display:flex;position:relative}.camera-screen__header{flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.camera-screen__btn-glass{-webkit-backdrop-filter:blur(12.5px);color:#fff;cursor:pointer;background:#0000001a;border:1px solid #ffffff1a;border-radius:333px;outline:none;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 4px 25px #00000080}.camera-screen__btn-icon{flex-shrink:0;width:3.125rem;height:3.125rem}.camera-screen__title-container{-webkit-backdrop-filter:blur(12.5px);background:#0000001a;border:1px solid #ffffff1a;border-radius:333px;justify-content:center;align-items:center;gap:.625rem;width:12.3125rem;padding:.625rem;display:flex;box-shadow:0 4px 25px #00000080}.camera-screen__title-text{text-align:center;color:#fff;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400;line-height:1.2}.camera-screen__help-text{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:500}.camera-screen__bottom{flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.camera-screen__trigger{-webkit-backdrop-filter:blur(9.75px);cursor:pointer;background:#fff;border:1px solid #0000009e;border-radius:50%;outline:none;justify-content:center;align-items:center;width:4.0625rem;height:4.0625rem;padding:0;display:flex;box-shadow:0 4px 25px #00000080}.camera-screen__switcher{-webkit-backdrop-filter:blur(25px);background:#fff3;border:1px solid #ffffff1f;border-radius:3rem;flex-direction:row;gap:0;padding:.25rem;display:flex;box-shadow:0 4px 25px #00000080}.camera-screen__switcher-btn{cursor:pointer;color:#fff;background:0 0;border:none;border-radius:333px;outline:none;flex-direction:row;justify-content:center;align-items:center;gap:.625rem;padding:.75rem 1rem;display:flex;position:relative}.camera-screen__switcher-indicator{-webkit-backdrop-filter:blur(12.5px);z-index:0;background:#ffffff1a;border-radius:333px;width:100%;height:100%;position:absolute;top:0;left:0}.camera-screen__switcher-text{text-shadow:0 4px 25px #00000040;z-index:1;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;position:relative}.kcal-calc-screen{z-index:1000;box-sizing:border-box;background-color:#000;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.kcal-calc-screen__bg-gradient{pointer-events:none;z-index:0;background:linear-gradient(#0000 50%,#4f4f4f33 100%);width:100%;height:100%;position:absolute;top:0;left:0}.kcal-calc-screen__content{z-index:1;box-sizing:border-box;flex-direction:column;height:100%;padding:3rem 1rem 2rem;display:flex;position:relative}.kcal-calc-screen__body{flex-direction:column;flex:1;display:flex;overflow-y:auto}.kcal-calc-screen__body::-webkit-scrollbar{display:none}.kcal-calc-screen__title{text-align:center;color:#fff;margin:0 0 1.25rem;font-family:Inter,sans-serif;font-size:1.5rem;font-style:normal;font-weight:500}.kcal-calc-screen__subtitle{text-align:center;color:#ffffffc4;margin:0 0 2rem;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400}.kcal-calc-input-group{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.25rem;display:flex}.kcal-calc-input-label{color:#fff;padding:0 1rem;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500}.kcal-calc-input-wrapper{background:#1e1c1c;border:1px solid #0000;border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:all .2s;display:flex}.kcal-calc-input-wrapper:focus-within{border-color:#ff005180}.kcal-calc-input{color:#fff;background:0 0;border:none;outline:none;width:100%;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400}.kcal-calc-input::placeholder{color:#ffffffc4}.kcal-calc-option{cursor:pointer;background:#1e1c1c;border-radius:.5rem;flex-direction:row;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;transition:all .2s;display:flex}.kcal-calc-option--selected{background:#ffffff40}.kcal-calc-option-text{color:#ffffffc4;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400}.kcal-calc-option--selected .kcal-calc-option-text{color:#fff}.kcal-calc-footer{flex-direction:row;align-items:center;gap:.5rem;margin-top:auto;padding-top:1rem;display:flex}.kcal-calc-footer--col{flex-direction:column;gap:.75rem}.kcal-calc-btn{cursor:pointer;border:none;border-radius:.5rem;flex-direction:row;flex:1;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 2.5rem;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:500;transition:opacity .2s;display:flex}.kcal-calc-btn--primary{color:#fff;background:#862141;border:1px solid #ff005180}.kcal-calc-btn--secondary{color:#fff;background:#1e1c1c}.kcal-calc-btn:disabled{opacity:.5;cursor:not-allowed}.kcal-calc-btn:active{opacity:.8}.kcal-calc-results{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.kcal-calc-total{flex-direction:column;align-items:center;gap:.25rem;margin-bottom:2rem;padding:1rem;display:flex}.kcal-calc-total-val{color:#ff8eb2;margin:0;font-family:Inter,sans-serif;font-size:2.5rem;font-style:normal;font-weight:700}.kcal-calc-total-lbl{color:#ffffffc4;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:400}.kcal-calc-macros{flex-direction:row;justify-content:center;align-items:stretch;gap:.5rem;width:100%;display:flex}.kcal-calc-macro-card{background:#1e1c1c;border-radius:.75rem;flex-direction:column;flex:1;justify-content:center;align-items:flex-end;gap:.25rem;padding:.75rem;display:flex}.kcal-calc-macro-val{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-style:normal;font-weight:600}.kcal-calc-macro-lbl{color:#ffffffc4;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-style:normal;font-weight:400}.add-weight-screen{z-index:1000;background:#111;flex-direction:column;display:flex;position:fixed;inset:0}.add-weight-header{align-items:center;padding:3rem 1.25rem 1rem;display:flex}.add-weight-back{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;display:flex}.add-weight-content{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex}.add-weight-title{color:#fff;text-align:center;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:600}.add-weight-subtitle{color:#fff9;text-align:center;max-width:250px;margin:0 0 3rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400}.add-weight-input-container{justify-content:center;align-items:baseline;gap:.5rem;display:flex}.add-weight-input{color:#ff8eb2;text-align:center;background:0 0;border:none;border-bottom:2px solid #ff005180;outline:none;width:150px;padding:0;font-family:Inter,sans-serif;font-size:4rem;font-weight:700}.add-weight-input::placeholder{color:#ff8eb24d}.add-weight-unit{color:#fff9;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:500}.add-weight-footer{padding:1.25rem;padding-bottom:max(1.25rem, env(safe-area-inset-bottom))}.add-weight-save-btn{color:#fff;cursor:pointer;background:#862141;border:1px solid #ff005180;border-radius:12px;width:100%;padding:1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.add-weight-save-btn:disabled{opacity:.5;cursor:not-allowed}.article-portal-screen{z-index:1000;background:#111;flex-direction:column;display:flex;position:fixed;inset:0}.article-portal-header{flex-direction:column;gap:1.5rem;padding:3rem 1.25rem 1rem;display:flex}.article-portal-back{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;width:fit-content;padding:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;display:flex}.article-portal-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700}.article-portal-content{padding:1rem 1.25rem;padding-bottom:max(2rem, env(safe-area-inset-bottom));flex:1;overflow-y:auto}.article-portal-grid{flex-direction:column;gap:1rem;display:flex}.article-reader-screen{z-index:1000;background:#111;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden auto}.article-reader-header{border-bottom-right-radius:24px;border-bottom-left-radius:24px;flex-direction:column;padding:3rem 1.25rem 2rem;display:flex;position:relative;overflow:hidden}.article-reader-back{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#0003;border:none;border-radius:20px;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:500;display:inline-flex}.article-reader-header-content{z-index:2;margin-top:2rem;position:relative}.article-reader-tag{text-transform:uppercase;letter-spacing:.05em;color:#fffc;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.article-reader-title{color:#fff;max-width:85%;margin:0;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:700;line-height:1.2}.article-reader-emoji{opacity:.4;z-index:0;pointer-events:none;font-size:6rem;position:absolute;bottom:-20px;right:-10px}.article-reader-body{padding:2rem 1.25rem;padding-bottom:max(3rem, env(safe-area-inset-bottom));color:#ffffffe6}.article-paragraph{color:#ffffffd9;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.article-subtitle{color:#fff;margin-top:2rem;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:600}.article-list{margin-bottom:1.5rem;padding-left:1.25rem}.article-list li{color:#ffffffd9;margin-bottom:.75rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.article-list li strong{color:#fff}.article-quote{color:#fff;background:#ffffff0d;border-left:4px solid #fff;border-radius:0 12px 12px 0;margin:2rem 0;padding:1.25rem;font-family:Inter,sans-serif;font-size:1.125rem;font-style:italic;font-weight:500;line-height:1.5}.premium-screen{z-index:10000;background:#0d0510;flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.premium-bg-glow{pointer-events:none;z-index:0;background:radial-gradient(circle,#ff005126 0%,#ff8eb20d 40%,#0000 70%);width:140%;height:60%;position:absolute;top:-20%;left:-20%}.premium-header{padding:env(safe-area-inset-top,20px) 1.25rem 1rem;z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.premium-header-back{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.premium-content{z-index:10;flex-direction:column;flex:1;padding:1rem 1.25rem 2rem;display:flex;position:relative;overflow-y:auto}.premium-crown-wrapper{justify-content:center;margin-bottom:1.5rem;display:flex}.premium-crown-icon{background:linear-gradient(135deg,#ff8eb2 0%,#862141 100%);border-radius:24px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 12px 32px #ff00514d}.premium-title{color:#fff;text-align:center;margin:0 0 .5rem;font-family:Inter,sans-serif;font-size:2rem;font-weight:700}.premium-subtitle{color:#ffffffb3;text-align:center;margin:0 0 2rem;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.premium-features{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.premium-feature{align-items:center;gap:1rem;display:flex}.premium-feature-icon{color:#ff8eb2;background:#ffffff0d;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.premium-feature-text{flex-direction:column;gap:.25rem;display:flex}.premium-feature-title{color:#fff;margin:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.premium-feature-desc{color:#ffffff80;margin:0;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.4}.premium-footer{flex-direction:column;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.premium-btn{cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:100%;padding:1.125rem;font-family:Inter,sans-serif;font-size:1.125rem;font-weight:700;transition:transform .2s;display:flex}.premium-btn:active{transform:scale(.98)}.premium-btn--trial{color:#fff;background:linear-gradient(90deg,#ff8eb2 0%,#ff3d71 100%);box-shadow:0 8px 24px #ff3d7166}.premium-btn--buy{color:#fff;background:#1e1c1c;border:1px solid #ffffff1a}.premium-loader{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:1s linear infinite premium-spin}@keyframes premium-spin{to{transform:rotate(360deg)}}.premium-mock-pay{color:#000;text-align:center;cursor:pointer;background:#ffc14e;border-radius:12px;margin-top:1rem;padding:1rem;font-weight:700}
