:root{--beige: #D4C4B5;--sage: #B8D4C8;--copper: #C49A8A;--bg: #FAFAF8;--text: #2D2D2D;--beige-light: #F0E8DF;--sage-light: #E2F2EC;--sage-dark: #6EA08E;--copper-dark: #A67D6E;--text-muted: #6B6B6B;--text-light: #A0A0A0;--white: #FFFFFF;--error: #C0504A;--success: #5A9A7A;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--max-w: 1100px;--r-sm: 8px;--r-md: 14px;--r-lg: 20px;--r-xl: 28px;--r-full: 9999px;--shadow-sm: 0 1px 4px rgba(45,45,45,.06);--shadow-md: 0 4px 16px rgba(45,45,45,.09);--shadow-lg: 0 10px 40px rgba(45,45,45,.12);--t: .2s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font);border:none;background:none}input,textarea,select{font-family:var(--font)}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:5.5rem 1.5rem}.label{font-size:.73rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--copper);margin-bottom:.875rem;display:block}.section-title{font-size:clamp(1.75rem,4vw,2.625rem);font-weight:800;line-height:1.15;letter-spacing:-.025em;margin-bottom:1rem}.section-subtitle{font-size:1.05rem;color:var(--text-muted);line-height:1.75;max-width:560px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;padding:.75rem 1.75rem;border-radius:var(--r-full);font-weight:600;font-size:.95rem;transition:all var(--t);cursor:pointer;border:none;white-space:nowrap}.btn--sm{padding:.55rem 1.25rem;font-size:.875rem}.btn--lg{padding:.95rem 2.25rem;font-size:1rem}.btn--full{width:100%}.btn-primary{background:var(--copper);color:#fff}.btn-primary:hover:not(:disabled){background:var(--copper-dark);transform:translateY(-1px);box-shadow:0 6px 20px #c49a8a59}.btn-outline{background:transparent;color:var(--text);border:1.5px solid var(--beige)}.btn-outline:hover:not(:disabled){border-color:var(--copper);color:var(--copper)}.btn-sage{background:var(--sage-dark);color:#fff}.btn-sage:hover:not(:disabled){background:#5a8e7c;transform:translateY(-1px)}.btn-ghost-white{background:#ffffff1f;color:#fff;border:1.5px solid rgba(255,255,255,.35)}.btn-ghost-white:hover:not(:disabled){background:#ffffff38}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none!important;box-shadow:none!important}.spinner{width:17px;height:17px;border:2.5px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:spin .65s linear infinite;display:inline-block;flex-shrink:0}.spinner--dark{border-color:#2d2d2d33;border-top-color:var(--text)}@keyframes spin{to{transform:rotate(360deg)}}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.875rem;font-weight:600;color:var(--text)}.form-input{padding:.8rem 1rem;border:1.5px solid #E2D8CF;border-radius:var(--r-md);font-size:1rem;color:var(--text);background:#fff;transition:border-color var(--t),box-shadow var(--t);outline:none;width:100%}.form-input:focus{border-color:var(--copper);box-shadow:0 0 0 3px #c49a8a26}.form-input::placeholder{color:var(--text-light)}textarea.form-input{resize:vertical;min-height:96px;line-height:1.6}.alert{padding:.875rem 1rem;border-radius:var(--r-md);font-size:.875rem;font-weight:500;display:flex;align-items:flex-start;gap:.5rem}.alert--error{background:#fdecea;color:var(--error);border:1px solid #F5C2BE}.alert--success{background:#eaf5ee;color:var(--success);border:1px solid #B8DFCA}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;transition:background var(--t),box-shadow var(--t)}.navbar--scrolled{background:#fafaf8e6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 1px #2d2d2d14}.navbar__inner{display:flex;align-items:center;gap:2rem;width:100%}.navbar__logo{font-size:1.2rem;font-weight:800;color:var(--text);letter-spacing:-.03em;flex-shrink:0}.navbar__logo em{font-style:normal;color:var(--copper)}.navbar__links{display:flex;gap:1.75rem;flex:1}.navbar__links a{font-size:.875rem;color:var(--text-muted);font-weight:500;transition:color var(--t)}.navbar__links a:hover{color:var(--copper)}.hero{min-height:100vh;display:flex;align-items:center;padding:calc(64px + 4rem) 1.5rem 5rem;background:linear-gradient(145deg,var(--bg) 0%,#EAF5EF 55%,#F2E8E2 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;pointer-events:none;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(184,212,200,.22) 0%,transparent 68%);top:-180px;right:-180px}.hero__inner{display:grid;grid-template-columns:1.05fr .95fr;gap:4rem;align-items:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:var(--sage-light);color:var(--sage-dark);font-size:.78rem;font-weight:600;letter-spacing:.05em;padding:.35rem .875rem;border-radius:var(--r-full);margin-bottom:1.375rem}.hero__eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--sage-dark);display:inline-block;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero__title{font-size:clamp(3rem,7vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.035em;margin-bottom:1.375rem}.hero__title em{font-style:normal;color:var(--copper);display:block}.hero__subtitle{font-size:1.125rem;color:var(--text-muted);line-height:1.75;margin-bottom:2.25rem;max-width:460px}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}.hero__trust{display:flex;align-items:center;gap:.875rem}.hero__avatars{display:flex}.hero__avatar{width:32px;height:32px;border-radius:50%;border:2.5px solid white;margin-right:-9px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--copper-dark)}.hero__avatar:nth-child(1){background:#e8d8cc}.hero__avatar:nth-child(2){background:#cde5dc}.hero__avatar:nth-child(3){background:#e2cebc}.hero__avatar:nth-child(4){background:#d4e8e0;z-index:1}.hero__trust-text{font-size:.82rem;color:var(--text-muted);margin-left:9px}.hero__trust-text strong{color:var(--text)}.hero__visual{position:relative;height:400px}.float-card{position:absolute;display:flex;align-items:center;gap:.875rem;background:#fff;border-radius:var(--r-lg);padding:1rem 1.375rem;box-shadow:var(--shadow-lg);min-width:228px;animation:floatCard 5s ease-in-out infinite}.float-card:nth-child(1){top:0;right:0;animation-delay:0s}.float-card:nth-child(2){top:145px;right:55px;animation-delay:1.7s}.float-card:nth-child(3){top:286px;right:8px;animation-delay:3.4s}.float-card__icon{font-size:1.75rem;flex-shrink:0}.float-card__tag{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--copper);margin-bottom:.2rem}.float-card__title{font-size:.875rem;font-weight:600;color:var(--text)}@keyframes floatCard{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.problema{background:var(--beige-light)}.problema__header{text-align:center;margin-bottom:3.5rem}.problema__header .section-subtitle{margin:0 auto}.problema__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.problema-card{background:#fff;border-radius:var(--r-lg);padding:2.25rem 2rem;border:1px solid rgba(212,196,181,.5);box-shadow:var(--shadow-sm);transition:transform var(--t),box-shadow var(--t)}.problema-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.problema-card__emoji{font-size:2.75rem;margin-bottom:1.25rem}.problema-card__title{font-size:1.1rem;font-weight:700;margin-bottom:.75rem}.problema-card__text{font-size:.9rem;color:var(--text-muted);line-height:1.7}.solucion__inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.solucion__text .section-subtitle{margin-bottom:2.5rem}.solucion__features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-item__icon{width:46px;height:46px;flex-shrink:0;border-radius:var(--r-md);background:var(--sage-light);display:flex;align-items:center;justify-content:center;font-size:1.25rem}.feature-item__title{font-size:.95rem;font-weight:700;margin-bottom:.25rem}.feature-item__text{font-size:.875rem;color:var(--text-muted);line-height:1.6}.solucion__visual{background:linear-gradient(140deg,var(--sage-light) 0%,#D6EEE5 100%);border-radius:var(--r-xl);padding:2rem;display:flex;flex-direction:column;gap:1rem}.mini-post{background:#fff;border-radius:var(--r-md);padding:1rem 1.25rem;box-shadow:var(--shadow-sm)}.mini-post__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.625rem}.mini-post__avatar{width:30px;height:30px;border-radius:50%;flex-shrink:0;background:var(--beige-light);display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:var(--copper-dark)}.mini-post__name{font-size:.82rem;font-weight:600}.mini-post__time{font-size:.75rem;color:var(--text-light)}.mini-post__text{font-size:.85rem;color:var(--text-muted);line-height:1.55}.mini-post__footer{display:flex;gap:1rem;margin-top:.6rem}.mini-post__reaction{font-size:.75rem;color:var(--text-light)}.comunidad{background:var(--sage-light)}.comunidad__header{text-align:center;margin-bottom:3.5rem}.comunidad__header .section-subtitle{margin:0 auto}.topic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:820px;margin:0 auto}.topic-card{background:#fff;border-radius:var(--r-lg);padding:1.625rem 1.875rem;display:flex;align-items:center;gap:1.25rem;box-shadow:var(--shadow-sm);border:1.5px solid transparent;transition:all var(--t)}.topic-card:hover{border-color:var(--sage);box-shadow:var(--shadow-md);transform:translateY(-2px)}.topic-card__icon{font-size:2rem;flex-shrink:0}.topic-card__name{font-weight:700;font-size:.95rem;margin-bottom:.25rem}.topic-card__count{font-size:.8rem;color:var(--text-muted)}.topic-card__tag{margin-left:auto;font-size:.7rem;font-weight:600;background:var(--sage-light);color:var(--sage-dark);padding:.2rem .6rem;border-radius:var(--r-full);white-space:nowrap}.membresia__header{text-align:center;margin-bottom:3.5rem}.membresia__header .section-subtitle{margin:0 auto}.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:780px;margin:0 auto}.pricing-card{background:#fff;border-radius:var(--r-xl);padding:2.5rem 2.25rem;border:1.5px solid rgba(212,196,181,.45);text-align:left;position:relative}.pricing-card--premium{border-color:var(--copper);background:linear-gradient(160deg,#fdf8f5,#fff 60%);box-shadow:0 8px 32px #c49a8a2e}.pricing-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--copper);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.3rem 1.125rem;border-radius:var(--r-full);white-space:nowrap}.pricing-name{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-bottom:.75rem}.pricing-price{font-size:2.75rem;font-weight:800;letter-spacing:-.04em;line-height:1;margin-bottom:.3rem}.pricing-price sup{font-size:1.25rem;font-weight:600;vertical-align:super}.pricing-price small{font-size:1rem;font-weight:400;color:var(--text-muted)}.pricing-desc{font-size:.875rem;color:var(--text-muted);margin-bottom:2rem}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.25rem}.pricing-features li{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.5}.pricing-check{font-size:.65rem;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;background:var(--sage-light);color:var(--sage-dark)}.pricing-check--x{background:#f3efeb;color:var(--text-light)}.cta-final{background:#345c4f;color:#fff;text-align:center;padding:6rem 1.5rem;position:relative;overflow:hidden}.cta-final:before{content:"";position:absolute;pointer-events:none;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(184,212,200,.15) 0%,transparent 70%);bottom:-200px;left:-100px}.cta-final .section-title{color:#fff;margin-bottom:1rem}.cta-final .section-subtitle{color:#ffffffb8;margin:0 auto 2.75rem}.cta-final__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-final__note{margin-top:1.25rem;font-size:.82rem;color:#ffffff80}.footer{background:#212121;color:#fff9;padding:4rem 1.5rem 2rem}.footer__inner{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:3rem;max-width:var(--max-w);margin:0 auto;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.07)}.footer__logo{font-size:1.25rem;font-weight:800;color:#fff;letter-spacing:-.03em;margin-bottom:.75rem}.footer__logo em{font-style:normal;color:var(--copper)}.footer__tagline{font-size:.875rem;line-height:1.65;max-width:240px}.footer__col-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#fff;margin-bottom:1.25rem}.footer__links{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer__links a{font-size:.875rem;transition:color var(--t)}.footer__links a:hover{color:#fff}.footer__bottom{max-width:var(--max-w);margin:0 auto;padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;font-size:.8rem}.auth-page{min-height:100vh;display:flex}.auth-page__aside{flex:0 0 420px;background:linear-gradient(145deg,#eaf5ef,#e2eee9 40%,#ede5de);display:flex;align-items:center;justify-content:center;padding:3rem}.auth-page__main{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem}.auth-aside{text-align:center}.auth-aside__emoji{font-size:3.5rem;margin-bottom:1.5rem}.auth-aside__title{font-size:1.625rem;font-weight:800;line-height:1.2;margin-bottom:.875rem}.auth-aside__text{font-size:.9rem;color:var(--text-muted);line-height:1.7;max-width:300px;margin:0 auto 2rem}.auth-aside__features{list-style:none;display:flex;flex-direction:column;gap:.875rem;text-align:left}.auth-aside__features li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--text)}.check-dot{width:20px;height:20px;border-radius:50%;flex-shrink:0;background:var(--sage-dark);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:900}.auth-form-wrap{width:100%;max-width:400px}.auth-form-wrap__back{display:inline-flex;align-items:center;gap:.4rem;font-size:.875rem;color:var(--text-muted);margin-bottom:2.5rem;transition:color var(--t)}.auth-form-wrap__back:hover{color:var(--copper)}.auth-form-wrap__logo{font-size:1.1rem;font-weight:800;color:var(--text);letter-spacing:-.02em;margin-bottom:2rem}.auth-form-wrap__logo em{font-style:normal;color:var(--copper)}.auth-form__title{font-size:1.625rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.375rem}.auth-form__subtitle{font-size:.9rem;color:var(--text-muted);margin-bottom:2rem}.auth-form__fields{display:flex;flex-direction:column;gap:1.125rem;margin-bottom:1.5rem}.auth-form__footer{text-align:center;font-size:.85rem;color:var(--text-muted);margin-top:1.5rem}.auth-form__footer a{color:var(--copper);font-weight:600}.auth-form__divider{display:flex;align-items:center;gap:.75rem;color:var(--text-light);font-size:.8rem;margin:1.25rem 0}.auth-form__divider:before,.auth-form__divider:after{content:"";flex:1;height:1px;background:#e2d8cf}.perfilado-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:3rem 1.5rem;background:linear-gradient(145deg,#EAF5EF 0%,var(--bg) 60%,#F2E8E2 100%)}.perfilado-card{background:#fff;border-radius:var(--r-xl);padding:3rem;max-width:640px;width:100%;box-shadow:var(--shadow-lg)}.perfilado-header{text-align:center;margin-bottom:2.75rem}.perfilado-header__emoji{font-size:2.75rem;margin-bottom:.875rem}.perfilado-header__title{font-size:1.625rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.5rem}.perfilado-header__subtitle{font-size:.9rem;color:var(--text-muted)}.perfilado-step{margin-bottom:2.25rem}.perfilado-step__label{font-size:.875rem;font-weight:700;color:var(--text);margin-bottom:.3rem}.perfilado-step__hint{font-size:.8rem;color:var(--text-muted);margin-bottom:1rem}.interest-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.interest-btn{padding:.875rem .5rem;border:1.5px solid #E2D8CF;border-radius:var(--r-md);font-size:.8rem;font-weight:600;color:var(--text-muted);background:#fff;cursor:pointer;transition:all var(--t);display:flex;flex-direction:column;align-items:center;gap:.4rem;text-align:center;line-height:1.3}.interest-btn__emoji{font-size:1.375rem}.interest-btn:hover{border-color:var(--sage);color:var(--text)}.interest-btn--active{border-color:var(--copper);background:#fdf8f5;color:var(--copper-dark)}.nivel-row{display:flex;gap:.625rem}.nivel-btn{flex:1;padding:.75rem 0;border:1.5px solid #E2D8CF;border-radius:var(--r-md);font-size:1.1rem;font-weight:700;color:var(--text-muted);background:#fff;cursor:pointer;transition:all var(--t);display:flex;align-items:center;justify-content:center}.nivel-btn:hover{border-color:var(--copper);color:var(--copper)}.nivel-btn--active{background:var(--copper);border-color:var(--copper);color:#fff}.nivel-labels{display:flex;justify-content:space-between;font-size:.73rem;color:var(--text-light);margin-top:.375rem}.perfilado-progress{height:4px;background:#ede5df;border-radius:2px;margin-bottom:2.5rem;overflow:hidden}.perfilado-progress__bar{height:100%;background:var(--copper);border-radius:2px;transition:width .4s ease}.perfilado-success{text-align:center;padding:1rem 0}.perfilado-success__icon{font-size:4rem;margin-bottom:1.25rem}.perfilado-success__title{font-size:1.625rem;font-weight:800;margin-bottom:.75rem}.perfilado-success__text{font-size:.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:2rem}@media (max-width: 1024px){.hero__visual{display:none}.hero__inner{grid-template-columns:1fr}.hero__subtitle{max-width:100%}}@media (max-width: 768px){.navbar__links{display:none}.section{padding:3.5rem 1.25rem}.hero{padding:calc(64px + 2rem) 1.25rem 3.5rem}.hero__title{font-size:2.625rem}.problema__grid{grid-template-columns:1fr}.solucion__inner{grid-template-columns:1fr;gap:2.5rem}.topic-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:420px}.cta-final__actions{flex-direction:column;align-items:center}.auth-page{flex-direction:column}.auth-page__aside{display:none}.auth-page__main{padding:3rem 1.25rem 2rem;align-items:flex-start}.interest-grid{grid-template-columns:repeat(2,1fr)}.perfilado-card{padding:2rem 1.25rem}.footer__inner{grid-template-columns:1fr;gap:2.25rem}.footer__bottom{flex-direction:column;gap:.75rem;text-align:center}.dash-hero{flex-direction:column;gap:2rem}.dash-hero__visual{flex-direction:row;justify-content:center}.dash-actions{grid-template-columns:1fr}.dash-topics{grid-template-columns:repeat(3,1fr)}}.navbar__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar__login-link{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color var(--t)}.navbar__login-link:hover{color:var(--copper)}.navbar__user-link{font-size:.875rem;font-weight:600;color:var(--text);transition:color var(--t)}.navbar__user-link:hover{color:var(--copper)}.dash-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg)}.dash-layout{min-height:100vh;background:var(--bg);display:flex;flex-direction:column}.dash-nav{background:#fff;border-bottom:1px solid rgba(212,196,181,.35);height:64px;display:flex;align-items:center;position:sticky;top:0;z-index:10}.dash-nav__inner{display:flex;align-items:center;gap:1.5rem;width:100%}.dash-nav__logo{font-size:1.15rem;font-weight:800;color:var(--text);letter-spacing:-.03em}.dash-nav__logo em{font-style:normal;color:var(--copper)}.dash-nav__user{display:flex;align-items:center;gap:.875rem;margin-left:auto}.dash-nav__name{font-size:.875rem;font-weight:600;color:var(--text)}.dash-nav__plan{font-size:.72rem;font-weight:600;padding:.2rem .6rem;background:var(--sage-light);color:var(--sage-dark);border-radius:var(--r-full)}.dash-main{flex:1;padding:2.5rem 1.5rem 4rem}.dash-banner{display:flex;align-items:center;justify-content:space-between;gap:1rem;background:#fef8ec;border:1px solid #F5DFA0;border-radius:var(--r-md);padding:1rem 1.25rem;margin-bottom:2rem;flex-wrap:wrap}.dash-banner__text{font-size:.9rem;color:#7a5f1a}.dash-hero{display:flex;align-items:flex-start;gap:3rem;background:linear-gradient(135deg,#eaf5ef,#f2e8e2);border-radius:var(--r-xl);padding:2.5rem;margin-bottom:2.5rem}.dash-hero__left{flex:1}.dash-hero__greeting{font-size:1rem;color:var(--text-muted);font-weight:500;margin-bottom:.25rem}.dash-hero__name{font-size:2.25rem;font-weight:800;letter-spacing:-.03em;margin-bottom:.75rem}.dash-hero__subtitle{font-size:.95rem;color:var(--text-muted);line-height:1.65;margin-bottom:1rem}.dash-hero__tag{display:inline-flex;align-items:center;font-size:.82rem;color:var(--copper-dark);background:#c49a8a1f;padding:.3rem .875rem;border-radius:var(--r-full)}.dash-hero__visual{display:flex;flex-direction:column;gap:1rem;flex-shrink:0}.dash-stat{background:#fff;border-radius:var(--r-lg);padding:1.25rem 1.75rem;text-align:center;box-shadow:var(--shadow-sm);min-width:140px}.dash-stat__number{display:block;font-size:2rem;font-weight:800;letter-spacing:-.03em;color:var(--text)}.dash-stat__label{font-size:.78rem;color:var(--text-muted);line-height:1.4}.dash-section{margin-bottom:2.5rem}.dash-section__title{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem}.dash-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.dash-action-card{background:#fff;border-radius:var(--r-lg);padding:1.375rem 1.25rem;display:flex;align-items:center;gap:1rem;border:1.5px solid rgba(212,196,181,.4);cursor:pointer;transition:all var(--t);box-shadow:var(--shadow-sm)}.dash-action-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--sage)}.dash-action-card--primary{border-color:var(--copper);background:#fdf8f5}.dash-action-card__icon{font-size:1.625rem;flex-shrink:0}.dash-action-card__title{font-size:.875rem;font-weight:700;margin-bottom:.2rem}.dash-action-card__text{font-size:.8rem;color:var(--text-muted)}.dash-action-card__arrow{margin-left:auto;font-size:1.1rem;color:var(--text-light);flex-shrink:0}.dash-topics{display:grid;grid-template-columns:repeat(6,1fr);gap:.75rem}.dash-topic{border-radius:var(--r-lg);padding:1rem .75rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;cursor:pointer;transition:transform var(--t);font-size:1.375rem}.dash-topic:hover{transform:translateY(-2px)}.dash-topic__label{font-size:.75rem;font-weight:600;color:var(--text-muted)}@media (max-width: 900px){.dash-topics{grid-template-columns:repeat(3,1fr)}.dash-actions{grid-template-columns:1fr}}
