.customer-profile{width:100%;padding:0 2.4rem;font-family:var(--font-body-family, inherit);font-size:1.6rem;line-height:1.7}@media(max-width:749px){.customer-profile{padding:0 1.2rem}}.customer-profile__header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.5rem;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.customer-profile__welcome{flex:1;min-width:200px}.customer-profile__title{margin:0 0 .5rem;color:rgb(var(--color-foreground))}.customer-profile__email{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.6)}.customer-profile__section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.customer-profile__section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.customer-profile__section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.customer-profile__section-title{display:flex;align-items:center;gap:.8rem;margin:0;color:rgb(var(--color-foreground))}.customer-profile__section-title svg{color:#f59e0b}.customer-profile__section-counter{font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.6);padding:.4rem 1rem;background:rgba(var(--color-foreground),.05);border-radius:2rem}.account-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.5rem}.account-header__user{display:flex;align-items:center;gap:1.2rem}.account-header__avatar{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,rgb(var(--color-foreground)),rgba(var(--color-foreground),.8));display:flex;align-items:center;justify-content:center;color:rgb(var(--color-background));font-size:1.6rem;font-weight:700;letter-spacing:.5px}.account-header__info{display:flex;flex-direction:column;gap:.2rem}.account-header__name{margin:0;color:rgb(var(--color-foreground))}.account-header__email{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.account-header__actions{display:flex;align-items:center;gap:1rem}.account-header__plan{display:flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;border-radius:2rem;font-size:1.3rem;font-weight:600}.account-header__plan--free{background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.7)}.account-header__plan--esencial{background:#22c55e1a;color:#16a34a}.account-header__plan--profesional{background:#f59e0b1a;color:#d97706}.account-header__plan-badge{display:flex;align-items:center}.account-header__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem 1rem;border-radius:2rem;font-size:1.2rem;font-weight:600;margin-top:.4rem;width:fit-content}.account-header__badge--premium{background:#22c55e1f;color:#16a34a}.account-header__badge--free{background:rgba(var(--color-foreground),.08);color:rgba(var(--color-foreground),.6)}.account-premium-alert{margin-top:1.6rem;border:1px solid rgba(var(--color-foreground),.15);border-radius:8px;padding:1.2rem 1.6rem;background:rgba(var(--color-foreground),.03)}.account-premium-alert__content{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.account-premium-alert__icon{flex-shrink:0;opacity:.7}.account-premium-alert__text{flex:1;font-size:1.4rem;color:rgb(var(--color-foreground));min-width:200px}.account-premium-alert__text strong{display:block;margin-bottom:.2rem}.account-premium-alert__button{flex-shrink:0;display:inline-flex;align-items:center;gap:.4rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:.8rem 1.6rem;border-radius:4px;font-size:1.3rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:opacity .2s ease}.account-premium-alert__button:hover{opacity:.85}.profile-tabs{margin-top:0}.profile-tabs__nav{display:flex;gap:0;border-bottom:2px solid rgba(var(--color-foreground),.1);overflow-x:auto;-webkit-overflow-scrolling:touch}.profile-tabs__tab{display:inline-flex;align-items:center;gap:.6rem;padding:1.2rem 2rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;cursor:pointer;font-size:1.4rem;font-weight:500;color:rgba(var(--color-foreground),.6);white-space:nowrap;transition:color .2s ease,border-color .2s ease}.profile-tabs__tab:hover{color:rgb(var(--color-foreground))}.profile-tabs__tab--active{color:rgb(var(--color-foreground));border-bottom-color:rgb(var(--color-foreground));font-weight:600}.profile-tabs__tab--locked,.profile-tabs__lock-icon{opacity:.5}.profile-tabs__panel{display:none;padding-top:2rem}.profile-tabs__panel--active{display:block}@media screen and (max-width:749px){.account-premium-alert__content{flex-direction:column;text-align:center;gap:1rem}.account-premium-alert__text{min-width:auto;font-size:1.3rem}.profile-tabs__tab{padding:1rem 1.2rem;font-size:1.3rem}}.account-header__plan-name{font-weight:600}.account-header__plan-usage{opacity:.7;font-weight:500}.account-plan-details{margin-top:1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;overflow:hidden}.account-plan-details__summary{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:rgba(var(--color-foreground),.03);cursor:pointer;list-style:none;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));transition:background .2s ease}.account-plan-details__summary::-webkit-details-marker{display:none}.account-plan-details__summary:hover{background:rgba(var(--color-foreground),.05)}.account-plan-details__chevron{transition:transform .3s ease;color:rgba(var(--color-foreground),.5)}.account-plan-details[open] .account-plan-details__chevron{transform:rotate(180deg)}.account-plan-details__content{padding:1.5rem;border-top:1px solid rgba(var(--color-foreground),.1)}.account-plan-details__row{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06)}.account-plan-details__row:last-of-type{border-bottom:none}.account-plan-details__label{font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.account-plan-details__value{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.account-plan-details__benefits{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.1)}.account-plan-details__benefits-title{display:block;font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.7);margin-bottom:.8rem}.account-plan-details__benefits-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.account-plan-details__benefits-list li{display:flex;align-items:center;gap:.6rem;font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.account-plan-details__benefits-list li:before{content:"";width:6px;height:6px;background:#22c55e;border-radius:50%;flex-shrink:0}.account-upgrade{margin-top:1.5rem;padding:1rem 1.5rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.account-upgrade__text{margin:0;font-size:1.4rem;color:rgba(var(--color-foreground),.7)}.customer-profile .product-table__wrapper{box-shadow:none;border:1px solid rgba(var(--color-foreground),.1)}.sort-arrow:after{content:""}.sort-arrow.asc:after{content:" \25b2"}.sort-arrow.desc:after{content:" \25bc"}.tickers-empty{text-align:center;padding:4rem 2rem;background:rgba(var(--color-foreground),.03);border:2px dashed rgba(var(--color-foreground),.15);border-radius:1.2rem;margin-bottom:1.5rem}.tickers-empty__icon{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.25)}.tickers-empty__title{font-size:2rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.tickers-empty__text{font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin:0 0 2rem;max-width:440px;margin-left:auto;margin-right:auto;line-height:1.5}.tickers-empty__cta{min-width:220px}.tickers-accordion{margin-top:1.5rem;border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;overflow:hidden}.tickers-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;background:rgba(var(--color-foreground),.03);cursor:pointer;list-style:none;transition:background .2s ease;gap:1rem}.tickers-accordion__header::-webkit-details-marker{display:none}.tickers-accordion__header:hover{background:rgba(var(--color-foreground),.05)}.tickers-accordion__info{display:flex;flex-direction:column;gap:.3rem;flex:1;min-width:0}.tickers-accordion__title{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground))}.tickers-accordion__description{font-size:1.3rem;color:rgba(var(--color-foreground),.6);line-height:1.4}.tickers-accordion__cta{display:inline-flex;align-items:center;gap:.6rem;padding:.6rem 1.2rem;background:rgba(var(--color-foreground),.08);border:1px solid rgba(var(--color-foreground),.15);border-radius:.6rem;font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground));white-space:nowrap;transition:all .2s ease}.tickers-accordion__header:hover .tickers-accordion__cta{background:rgba(var(--color-foreground),.12);border-color:rgba(var(--color-foreground),.25)}.tickers-accordion__cta-badge{font-size:1.1rem;font-weight:500;color:rgba(var(--color-foreground),.6);padding:.2rem .6rem;background:rgba(var(--color-foreground),.08);border-radius:1rem}.tickers-accordion__chevron{transition:transform .3s ease;color:rgba(var(--color-foreground),.5);flex-shrink:0}.tickers-accordion[open] .tickers-accordion__chevron{transform:rotate(180deg)}.tickers-accordion__content{padding:1.5rem;border-top:1px solid rgba(var(--color-foreground),.1)}.tickers-pending{margin-bottom:1.5rem}.tickers-pending__title{display:flex;align-items:center;gap:.6rem;font-size:1.4rem;font-weight:600;color:#d97706;margin:0 0 1rem}.tickers-pending__title svg{color:#f59e0b}.tickers-pending__grid{display:flex;flex-wrap:wrap;gap:.8rem}.ticker-pending-card{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:.6rem}.ticker-pending-card__icon{display:flex;align-items:center;justify-content:center;color:#d97706}.ticker-pending-card__ticker{font-size:1.3rem;font-weight:700;color:rgb(var(--color-foreground));text-transform:uppercase}.ticker-pending-card__status{font-size:1.1rem;color:#d97706;font-weight:500}.subscription-card{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;padding:1.5rem;transition:all .3s ease}.subscription-card--profesional{background:linear-gradient(135deg,#f59e0b14,#f59e0b08);border-color:#f59e0b4d}.subscription-card--esencial{background:linear-gradient(135deg,#22c55e14,#22c55e08);border-color:#22c55e4d}.subscription-card__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.subscription-card__level{display:flex;align-items:center;gap:.8rem}.subscription-card__badge{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;border-radius:.8rem;background:rgba(var(--color-foreground),.1);color:rgba(var(--color-foreground),.6)}.subscription-card__badge svg{width:18px;height:18px}.subscription-card__badge--profesional{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.subscription-card__badge--esencial{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.subscription-card__level-info{display:flex;align-items:baseline;gap:.6rem}.subscription-card__level-name{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground))}.subscription-card__level-label{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.subscription-card__usage{display:flex;align-items:baseline;gap:.4rem}.subscription-card__usage-count{font-size:1.6rem;font-weight:700;color:rgb(var(--color-foreground))}.subscription-card__usage-label{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.subscription-card__benefits{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.08)}.subscription-card__benefits-title{display:none}.subscription-card__benefits-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem 1.2rem}.subscription-card__benefit{display:flex;align-items:center;gap:.4rem;font-size:1.3rem;color:rgba(var(--color-foreground),.8)}.subscription-card__benefit svg{flex-shrink:0;width:14px;height:14px;color:#22c55e}.subscription-card__cta{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(var(--color-foreground),.08);display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.subscription-card__cta-text{flex:1;min-width:180px;margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.7)}.subscription-card__cta .button{padding:.8rem 1.6rem;font-size:1.3rem}.tickers-locked{text-align:center;padding:4rem 2rem;background:rgba(var(--color-foreground),.03);border:2px dashed rgba(var(--color-foreground),.15);border-radius:1.2rem}.tickers-locked__icon{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.3)}.tickers-locked__title{font-size:2rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.tickers-locked__text{font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin:0 0 2rem;max-width:400px;margin-left:auto;margin-right:auto}.tickers-completed{margin-bottom:2.5rem}.tickers-completed__title{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;font-weight:600;color:#16a34a;margin:0 0 1.5rem}.tickers-completed__title svg{color:#22c55e}.tickers-completed__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.2rem}@media(min-width:600px){.tickers-completed__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.tickers-completed__grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}}.ticker-card{display:flex;flex-direction:column;padding:1.5rem;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:1rem;position:relative;transition:all .2s ease}.ticker-card:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 4px 12px #0000000d}.ticker-card--completed{background:linear-gradient(135deg,#22c55e0d,#22c55e05);border-color:#22c55e33}.ticker-card__status{position:absolute;top:1rem;right:1rem;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;background:#22c55e;color:#fff;border-radius:50%}.ticker-card__content{flex:1;margin-bottom:1rem}.ticker-card__ticker{display:inline-block;font-size:1.2rem;font-weight:700;color:#fff;background:rgb(var(--color-foreground));padding:.3rem .8rem;border-radius:.4rem;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem}.ticker-card__name{font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 .8rem;line-height:1.3}.ticker-card__score{display:flex;align-items:baseline;gap:.2rem}.ticker-card__score-value{font-size:2rem;font-weight:700;color:rgb(var(--color-foreground))}.ticker-card__score-max{font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.ticker-card__link{width:100%;margin-top:auto}.tickers-requested{margin-bottom:2rem}.tickers-requested__title{display:flex;align-items:center;gap:.8rem;font-size:1.6rem;font-weight:600;color:#16a34a;margin:0 0 1.2rem}.tickers-requested__title svg{color:#22c55e}.tickers-requested__grid{display:flex;flex-wrap:wrap;gap:1rem}.ticker-requested-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.4rem;background:linear-gradient(135deg,#22c55e14,#22c55e08);border:1px solid rgba(34,197,94,.3);border-radius:.8rem;transition:all .2s ease}.ticker-requested-card:hover{border-color:#22c55e80;box-shadow:0 2px 8px #22c55e1a}.ticker-requested-card__icon{display:flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;background:#22c55e;border-radius:50%;color:#fff}.ticker-requested-card__icon svg{width:14px;height:14px}.ticker-requested-card__content{display:flex;flex-direction:column;gap:.2rem}.ticker-requested-card__ticker{font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground));text-transform:uppercase;letter-spacing:.5px}.ticker-requested-card__status{font-size:1.1rem;font-weight:500;color:#16a34a}.tickers-info{margin-top:1.5rem}.tickers-accordion+.tickers-info{margin-top:0}.tickers-info__message{display:flex;align-items:center;gap:.8rem;padding:1rem 1.4rem;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:.8rem;color:#1d4ed8;font-size:1.4rem;font-weight:500}.tickers-info__message svg{flex-shrink:0;color:#3b82f6}.tickers-form-wrapper{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;padding:2rem}.tickers-form__title{display:flex;align-items:center;flex-wrap:wrap;gap:.8rem;font-size:1.6rem;font-weight:600;color:rgb(var(--color-foreground));margin:0 0 1.5rem}.tickers-form__title svg{color:rgba(var(--color-foreground),.5)}.tickers-form__counter{margin-left:auto;font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.6);padding:.4rem 1rem;background:rgba(var(--color-foreground),.05);border-radius:2rem}.tickers-form__description{margin:0 0 1.5rem;font-size:1.4rem;color:rgba(var(--color-foreground),.7);line-height:1.5}.tickers-form__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-bottom:1.5rem}@media(min-width:480px){.tickers-form__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:750px){.tickers-form__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:990px){.tickers-form__grid{grid-template-columns:repeat(5,1fr)}}.ticker-field{display:flex;flex-direction:column;gap:.5rem}.ticker-field__label{display:flex;align-items:center;justify-content:space-between;gap:.5rem;font-size:1.2rem;font-weight:500;color:rgba(var(--color-foreground),.7)}.ticker-field__status{font-size:1rem;font-weight:600;padding:.2rem .6rem;border-radius:1rem}.ticker-field__status--requested,.ticker-field__status--completed{background:#dcfce7;color:#166534}.ticker-field__input-wrapper{position:relative}.ticker-field__input{width:100%;padding:1rem 3rem 1rem 1.2rem;border:1px solid rgba(var(--color-foreground),.2);border-radius:.6rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;transition:all .2s ease}.ticker-field__input::placeholder{font-weight:400;text-transform:none;letter-spacing:0;color:rgba(var(--color-foreground),.4)}.ticker-field__input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 2px rgba(var(--color-foreground),.1)}.ticker-field--requested .ticker-field__input{border-color:#22c55e;background:#dcfce7;color:#166534;cursor:not-allowed;font-weight:600}.ticker-field--requested .ticker-field__input:disabled{opacity:1}.ticker-field--filled .ticker-field__input{border-color:#22c55e;background:#22c55e0d}.ticker-field--submitted .ticker-field__input{border-color:#22c55e;background:#dcfce7;color:#166534;cursor:not-allowed;font-weight:600}.ticker-field--submitted .ticker-field__input:disabled{opacity:1}.ticker-field__input--invalid{border-color:#ef4444!important;background:#fef2f2!important}.ticker-field__icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;pointer-events:none}.ticker-field__icon--requested,.ticker-field__icon--completed{color:#22c55e}.tickers-form__footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(var(--color-foreground),.1)}.tickers-form__help{flex:1;min-width:200px;margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.6);line-height:1.5}.tickers-form__submit{display:inline-flex;align-items:center;gap:.5rem}.tickers-form__submit-loading .spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tickers-form__message{margin-top:1.5rem}.tickers-form__success{display:flex;align-items:center;gap:.8rem;padding:1.2rem 1.5rem;background:#dcfce7;border-radius:.8rem;color:#166534;font-size:1.4rem;font-weight:500}.tickers-form__success svg{flex-shrink:0;color:#22c55e}.customer-profile__rankings .customer-profile__section-title svg{color:#3b82f6}.my-rankings__grid{min-height:12rem}.rankings-empty{text-align:center;padding:4rem 2rem;background:rgba(var(--color-foreground),.03);border:2px dashed rgba(var(--color-foreground),.15);border-radius:1.2rem}.rankings-empty__icon{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.2)}.rankings-empty--premium .rankings-empty__icon{color:#3b82f6}.rankings-empty__title{font-size:2rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.rankings-empty__text{font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin:0 0 2rem;max-width:440px;margin-left:auto;margin-right:auto}.customer-profile__books{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(var(--color-foreground),.1)}.customer-profile__books .customer-profile__section-title svg{color:#6366f1}.books-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media(min-width:600px){.books-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.books-grid{grid-template-columns:repeat(3,1fr)}}.book-card{display:flex;flex-direction:row;align-items:stretch;background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);border-radius:.8rem;overflow:hidden;transition:all .2s ease}.book-card:hover{border-color:rgba(var(--color-foreground),.2);box-shadow:0 2px 8px #0000000f}.book-card__image{position:relative;width:80px;min-width:80px;background:rgba(var(--color-foreground),.05);display:flex;align-items:center;justify-content:center;overflow:hidden}.book-card__image img{width:100%;height:100%;object-fit:cover}.book-card__placeholder{color:rgba(var(--color-foreground),.2)}.book-card__placeholder svg{width:32px;height:32px}.book-card__content{padding:1rem 1.2rem;flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.book-card__title{font-size:1.4rem;font-weight:600;margin:0 0 .3rem;color:rgb(var(--color-foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.book-card__author{font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin:0 0 .3rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.book-card__date{display:flex;align-items:center;gap:.3rem;font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin:0}.book-card__date svg{flex-shrink:0;width:12px;height:12px}.book-card__actions{padding:.8rem;display:flex;flex-direction:column;justify-content:center;gap:.4rem;min-width:120px}.book-card__download{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.6rem 1rem;font-size:1.2rem;background:linear-gradient(135deg,#6366f1,#4f46e5);border-color:transparent;white-space:nowrap}.book-card__download:hover{background:linear-gradient(135deg,#4f46e5,#4338ca)}.book-card__download svg{width:14px;height:14px}.book-card__view{padding:.5rem 1rem;font-size:1.2rem;text-align:center}.favorites-note{margin:1.5rem 0 0;font-size:1.3rem;color:rgba(var(--color-foreground),.5);font-style:italic}.favorites-empty{text-align:center;padding:4rem 2rem;background:rgba(var(--color-foreground),.03);border:2px dashed rgba(var(--color-foreground),.15);border-radius:1.2rem}.favorites-empty__icon{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.2)}.favorites-empty__title{font-size:2rem;font-weight:600;margin:0 0 .8rem;color:rgb(var(--color-foreground))}.favorites-empty__text{font-size:1.5rem;color:rgba(var(--color-foreground),.7);margin:0 0 2rem;max-width:400px;margin-left:auto;margin-right:auto}.customer-profile__onboarding .customer-profile__section-title svg{color:#22c55e}.onboarding__description{margin:0 0 1.5rem;font-size:1.4rem;color:rgba(var(--color-foreground),.6);line-height:1.5}.onboarding__steps{display:flex;flex-direction:column;gap:0}.onboarding__step{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.6rem;border:1px solid rgba(var(--color-foreground),.1);border-bottom:none;background:rgba(var(--color-foreground),.02);transition:background .2s ease}.onboarding__step:first-child{border-radius:.8rem .8rem 0 0}.onboarding__step:last-child{border-bottom:1px solid rgba(var(--color-foreground),.1);border-radius:0 0 .8rem .8rem}.onboarding__step:hover{background:rgba(var(--color-foreground),.04)}.onboarding__step--done{background:#22c55e0a}.onboarding__step--done .onboarding__step-icon svg{color:#22c55e}.onboarding__step--done .onboarding__step-title{color:rgba(var(--color-foreground),.5)}.onboarding__step--done .onboarding__step-text{color:rgba(var(--color-foreground),.4)}.onboarding__step--locked{background:rgba(var(--color-foreground),.03)}.onboarding__step--locked .onboarding__step-icon svg{color:rgba(var(--color-foreground),.4)}.onboarding__step-icon{display:flex;align-items:center;justify-content:center;width:3.6rem;height:3.6rem;min-width:3.6rem;border-radius:50%;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground))}.onboarding__step--done .onboarding__step-icon{background:#22c55e1f}.onboarding__step--locked .onboarding__step-icon{background:rgba(var(--color-foreground),.08)}.onboarding__step-number{font-size:1.4rem;font-weight:700}.onboarding__step-content{flex:1;display:flex;flex-direction:column;gap:.2rem;min-width:0}.onboarding__step-title{font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground))}.onboarding__step-text{font-size:1.3rem;color:rgba(var(--color-foreground),.6);line-height:1.4}.onboarding__step-cta{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;flex-shrink:0}.onboarding__step-cta svg{flex-shrink:0}.customer-profile__login{text-align:center;padding:6rem 2rem;max-width:500px;margin:0 auto}.customer-profile__login-icon{margin-bottom:2rem;color:rgba(var(--color-foreground),.3)}.customer-profile__login-title{margin:0 0 1rem;color:rgb(var(--color-foreground))}.customer-profile__login-text{font-size:1.6rem;color:rgba(var(--color-foreground),.7);line-height:1.6;margin:0 0 2.5rem}.customer-profile__login-button{min-width:200px}.customer-profile__login-register{margin-top:2rem;font-size:1.4rem;color:rgba(var(--color-foreground),.6)}.customer-profile__login-register a{color:rgb(var(--color-foreground));font-weight:500;text-decoration:underline}.customer-profile__login-register a:hover{color:rgb(var(--color-link))}@media(max-width:749px){.customer-profile__header{flex-direction:column;align-items:flex-start}.account-header{flex-direction:column;align-items:flex-start;gap:1.2rem}.account-header__user{width:100%}.account-header__actions{width:100%;flex-direction:column;align-items:stretch;gap:.8rem}.account-header__plan{justify-content:center}.account-upgrade{flex-direction:column;text-align:center}.account-upgrade .button{width:100%;justify-content:center}.customer-profile .product-table__wrapper{border-radius:1rem}.tickers-accordion__header{padding:1rem 1.2rem;flex-wrap:wrap;gap:.8rem}.tickers-accordion__info{min-width:150px}.tickers-accordion__title{font-size:1.4rem}.tickers-accordion__cta{width:100%;justify-content:center}.tickers-accordion__content{padding:1.2rem}.tickers-empty{padding:3rem 1.5rem}.tickers-empty__title{font-size:1.7rem}.tickers-empty__text{font-size:1.4rem}.tickers-empty__cta{width:100%}.tickers-pending__grid{flex-direction:column}.ticker-pending-card{width:100%}.subscription-card{padding:1.2rem}.subscription-card__level-info{flex-direction:column;align-items:flex-start;gap:.1rem}.subscription-card__benefits-list{flex-direction:column;gap:.3rem}.subscription-card__cta{flex-direction:column;align-items:stretch}.subscription-card__cta .button{width:100%;justify-content:center}.tickers-form-wrapper{padding:1.5rem}.tickers-form__footer{flex-direction:column;align-items:stretch}.tickers-form__submit{width:100%;justify-content:center}.onboarding__step{flex-wrap:wrap;padding:1.2rem;gap:1rem}.onboarding__step-content{flex:1 1 calc(100% - 5rem)}.onboarding__step-cta{width:100%;justify-content:center;margin-left:4.8rem}}.dash-topbar{display:flex;align-items:center;gap:1.5rem;padding:2rem 0 1.2rem;margin-bottom:1rem}.dash-topbar__user{display:flex;align-items:center;gap:.7rem}.dash-topbar__avatar{width:44px;height:44px;border-radius:50%;background:#5a4a3f;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0}.dash-topbar__name{font-size:2.2rem;font-weight:var(--font-heading-weight, 700);font-family:var(--font-heading-family, inherit);color:rgb(var(--color-foreground))}.dash-topbar__badge{font-size:1.2rem;font-weight:600;padding:.25rem .7rem;border-radius:4px;margin-left:.5rem}.dash-topbar__badge--pro{color:#15803d;background:#f0fdf4}.dash-topbar__badge--free{color:#6b7280;background:#f3f4f6}.dash-topbar__stats{display:flex;gap:1.5rem;margin-left:auto}.dash-topbar__stat{display:flex;flex-direction:column;align-items:center;gap:0}.dash-topbar__stat-value{font-size:2rem;font-weight:800;font-family:var(--font-heading-family, inherit);color:rgb(var(--color-foreground));line-height:1}.dash-topbar__stat-label{font-size:1.2rem;color:rgba(var(--color-foreground),.4)}.dash-topbar__actions{display:flex;align-items:center;gap:.8rem}.dash-topbar__pro-btn{font-size:1.3rem;font-weight:700;color:#5a4a3f;background:#5a4a3f14;padding:.45rem 1.2rem;border-radius:6px;text-decoration:none;transition:background .15s}.dash-topbar__pro-btn:hover{background:#5a4a3f26}.dash-topbar__logout{font-size:1.3rem;color:rgba(var(--color-foreground),.35);text-decoration:none}.dash-topbar__logout:hover{color:rgba(var(--color-foreground),.6)}.dash-onboarding{display:flex;align-items:center;gap:1.2rem;padding:.7rem 1.2rem;background:#5a4a3f0a;border:1px solid rgba(90,74,63,.08);border-radius:8px;margin-bottom:1rem}.dash-onboarding__progress{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.dash-onboarding__bar{width:60px;height:5px;background:rgba(var(--color-foreground),.08);border-radius:3px}.dash-onboarding__fill{height:100%;background:#5a4a3f;border-radius:3px;transition:width .5s}.dash-onboarding__count{font-size:1.1rem;font-weight:700;color:#5a4a3f}.dash-onboarding__text{flex:1;font-size:1.25rem;color:rgba(var(--color-foreground),.55);margin:0}.dash-onboarding__cta{font-size:1.2rem;font-weight:600;color:#5a4a3f;text-decoration:none;white-space:nowrap;flex-shrink:0}.dash-onboarding__cta:hover{text-decoration:underline}.dash-grid{display:grid;grid-template-columns:3fr 2fr;gap:1.2rem;align-items:start}.dash-main{min-width:0}.dash-sidebar{display:flex;flex-direction:column;gap:1rem;min-width:0;overflow:hidden}.dash-card{border:1px solid rgba(var(--color-foreground),.06);border-radius:10px;overflow:hidden}.dash-card__header{display:flex;align-items:center;justify-content:space-between;padding:.8rem 1.2rem;border-bottom:1px solid rgba(var(--color-foreground),.05);background:rgba(var(--color-foreground),.02)}.dash-card__title{display:flex;align-items:center;gap:.4rem;font-size:calc(var(--font-heading-h3-scale, 1) * 1.6rem);font-weight:var(--font-heading-weight, 700);font-family:var(--font-heading-family, inherit);color:rgb(var(--color-foreground));margin:0}.dash-card__title svg{opacity:.4}.dash-card__count{font-size:1.05rem;font-weight:700;color:#5a4a3f;background:#5a4a3f1a;padding:.1rem .45rem;border-radius:8px;margin-left:.3rem}.dash-card__link{font-size:1.15rem;font-weight:600;color:#5a4a3f;text-decoration:none}.dash-card__link:hover{text-decoration:underline}.dash-card__body{padding:0}.dash-card__body .customer-profile__section-header,.dash-card__body .customer-favorites__header,.dash-card__body .customer-favorites__empty-icon,.dash-card__body .favorites-helper-text,.dash-card__body .favorites-note,.dash-card__body .customer-favorites h2,.dash-card__body .customer-favorites>p{display:none!important}.dash-card__body .customer-profile__section,.dash-card__body .customer-profile__favorites{margin-bottom:0!important;padding-bottom:0!important}.dash-card__body .product-table{margin-bottom:0!important}.dash-card__body .customer-favorites,.dash-card__body .customer-tickers,.dash-card__body .rankings-preview-section,.dash-widget__body .customer-favorites,.dash-widget__body .customer-tickers,.dash-widget__body .rankings-preview-section{padding:0!important;margin:0!important}.dash-card__body .container,.dash-widget__body .container{max-width:none!important;padding:0!important;margin:0!important}.dash-card__body .customer-profile__section-header,.dash-widget__body .customer-profile__section-header,.dash-widget__body .customer-profile__section-title{display:none!important}.dash-card__body .customer-profile__section,.dash-widget__body .customer-profile__section{margin:0!important;padding:0!important}.dash-card__body .product-table,.dash-card__body .customer-favorites__content{margin:0;padding:0}.dash-card__body .product-table__wrapper{border:none;border-radius:0;margin:0}.dash-card__body .product-table__table{width:100%}.dash-widget{border:1px solid rgba(var(--color-foreground),.06);border-radius:10px;padding:1.2rem;background:rgb(var(--color-background))}.dash-widget__header{margin-bottom:.6rem}.dash-widget__title{display:flex;align-items:center;gap:.4rem;font-size:calc(var(--font-heading-h3-scale, 1) * 1.5rem);font-weight:var(--font-heading-weight, 700);font-family:var(--font-heading-family, inherit);color:rgb(var(--color-foreground));margin:0}.dash-widget__title svg{opacity:.4}.dash-widget__lock{font-size:.95rem;font-weight:600;color:#6b7280;background:#f3f4f6;padding:.1rem .4rem;border-radius:3px;margin-left:.3rem}.dash-widget--pro{background:#5a4a3f;color:#fff;border:none}.dash-widget__title--pro{color:#fff;font-size:calc(var(--font-heading-h3-scale, 1) * 1.8rem);font-family:var(--font-heading-family, inherit);margin-bottom:1rem}.dash-widget__features{list-style:none;padding:0;margin:0 0 1.2rem}.dash-widget__features li{font-size:1.4rem;color:#fffc;padding:.4rem 0 .4rem 1.4rem;position:relative;line-height:1.45}.dash-widget__features li:before{content:"\2713";position:absolute;left:0;color:#4ade80;font-weight:700}.dash-widget__cta{display:block;text-align:center;padding:.8rem 1.2rem;background:#fff;color:#5a4a3f;font-size:1.4rem;font-weight:700;border-radius:8px;text-decoration:none;transition:background .15s}.dash-widget__cta:hover{background:#f0ece8}.dash-login{padding:4rem 0}.dash-login__inner{max-width:380px;margin:0 auto;text-align:center}.dash-login__icon{color:rgba(var(--color-foreground),.15);margin-bottom:1.5rem}.dash-login__title{font-size:calc(var(--font-heading-h2-scale, 1) * 2.4rem);font-weight:var(--font-heading-weight, 700);margin:0 0 .8rem;font-family:var(--font-heading-family, inherit)}.dash-login__text{font-size:1.45rem;line-height:1.5;color:rgba(var(--color-foreground),.6);margin:0 0 2rem}.dash-login__btn{width:100%;margin-bottom:1rem}.dash-login__register{font-size:1.3rem;color:rgba(var(--color-foreground),.5)}.dash-login__register a{color:#5a4a3f;font-weight:600}@media(max-width:999px){.dash-grid{grid-template-columns:1fr}}@media(max-width:749px){.dash-topbar{flex-wrap:wrap;gap:.8rem}.dash-topbar__stats{margin-left:0}.dash-onboarding{flex-direction:column;align-items:stretch;gap:.6rem;text-align:center}.dash-onboarding__progress{justify-content:center}}.dash-card--full{margin-top:2.5rem}.dash-widget--status{background:rgb(var(--color-background))}.dash-widget__plan-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:1.3rem;font-weight:700;color:#15803d;background:#f0fdf4;padding:.3rem .9rem;border-radius:6px;margin-bottom:.8rem}.dash-widget__plan-features{list-style:none;padding:0;margin:0}.dash-widget__plan-features li{font-size:1.35rem;color:rgba(var(--color-foreground),.6);padding:.3rem 0 .3rem 1.4rem;position:relative;line-height:1.45}.dash-widget__plan-features li:before{content:"\2713";position:absolute;left:0;color:#15803d;font-weight:700}.dash-widget__body .product-table__wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;border:none;border-radius:0;margin:0}.dash-widget__body .product-table__table{width:100%;font-size:1.2rem}.dash-widget__body .product-table{margin:0;padding:0}.dash-widget__body .tickers-form__grid{grid-template-columns:repeat(2,1fr)!important}.dash-widget__body .tickers-accordion{border:none;margin:0}.dash-widget__body .tickers-accordion__header{padding:.6rem 0}.dash-widget__body .tickers-accordion__content{padding:.8rem 0 0}.dash-widget__body .tickers-empty{padding:1.2rem 0}.dash-widget__body .tickers-pending{margin-bottom:.8rem}.dash-widget__body .tickers-form-wrapper{padding:0}.dash-widget__body .tickers-form__description{font-size:1.3rem}.dash-widget__body .tickers-form__footer{flex-direction:column;gap:.8rem}.dash-widget__body .tickers-locked{padding:1.2rem 0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-customer-profile.css.map */
