.community-shell{max-width:1180px;margin:0 auto;display:grid;gap:18px}.community-masthead{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:24px;padding:30px;border:1px solid rgba(214,169,58,.3);border-radius:22px;background:radial-gradient(circle at 82% 18%,rgba(214,169,58,.17),transparent 31%),linear-gradient(135deg,#121618,#090b0d 62%);box-shadow:0 24px 65px rgba(0,0,0,.25)}.community-masthead h2{max-width:690px;margin:8px 0 10px;font-size:clamp(2rem,4.3vw,4.6rem);line-height:.93;letter-spacing:-.055em}.community-masthead p{max-width:680px;color:#c0c4c7;font-size:1.02rem;line-height:1.65}.community-kicker{font-size:.76rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold2);font-weight:800}.community-stat-grid{align-self:end;display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.community-stat{padding:18px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(0,0,0,.25)}.community-stat strong{display:block;font-size:1.8rem;color:var(--gold2)}.community-stat span{font-size:.78rem;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.community-toolbar{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}.community-search{display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--line);border-radius:14px;background:var(--panel)}.community-search:focus-within{border-color:var(--gold);box-shadow:0 0 0 3px rgba(214,169,58,.1)}.community-search input{width:100%;padding:14px 0;border:0;outline:0;background:transparent;color:var(--text)}.community-compose{padding:22px;border:1px solid rgba(214,169,58,.25);border-radius:18px;background:linear-gradient(145deg,rgba(214,169,58,.08),rgba(13,16,18,.97) 42%)}.community-compose-grid{display:grid;grid-template-columns:1fr 210px;gap:12px}.community-compose input,.community-compose textarea,.community-compose select,.community-answer-form textarea{width:100%;border:1px solid var(--line);border-radius:12px;background:#090b0d;color:var(--text);padding:13px 14px;outline:0}.community-compose textarea,.community-answer-form textarea{min-height:112px;resize:vertical;line-height:1.55}.community-compose input:focus,.community-compose textarea:focus,.community-compose select:focus,.community-answer-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(214,169,58,.1)}.community-compose-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px}.community-compose-note{font-size:.82rem;color:var(--muted)}.community-feed{display:grid;gap:14px}.community-question{position:relative;overflow:hidden;padding:24px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(155deg,#111519,#0a0d0f);box-shadow:0 14px 34px rgba(0,0,0,.18);animation:communityEnter .45s both}.community-question:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(var(--gold2),transparent)}.community-question-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.community-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:.8rem;color:var(--muted)}.community-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--gold2),#7e5714);color:#090805;font-weight:900}.community-category{padding:5px 9px;border:1px solid rgba(214,169,58,.28);border-radius:99px;color:var(--gold2);background:rgba(214,169,58,.07);font-weight:800}.community-question h3{margin:14px 0 8px;font-size:clamp(1.25rem,2.2vw,1.75rem);line-height:1.16}.community-question-body,.community-answer-body{color:#c8cbcd;line-height:1.7;white-space:pre-wrap}.community-question-actions{margin-top:16px}.community-answer-count{font-size:.84rem;color:var(--muted)}.community-answers{display:grid;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.07)}.community-answer{margin-left:34px;padding:15px 16px;border:1px solid rgba(255,255,255,.07);border-radius:13px;background:rgba(255,255,255,.025)}.community-answer .community-meta{margin-bottom:8px}.community-answer-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin:14px 0 0 34px}.community-answer-form textarea{min-height:58px}.community-delete{border:0;background:transparent;color:#d48376;cursor:pointer;font-size:.78rem;padding:6px}.community-empty,.community-loading,.community-error{padding:48px 24px;text-align:center;border:1px dashed var(--line);border-radius:18px}.community-empty-mark{width:62px;height:62px;margin:0 auto 14px;display:grid;place-items:center;border:1px solid rgba(214,169,58,.35);border-radius:50%;color:var(--gold2);font-size:1.5rem}.community-skeleton{height:180px;border-radius:18px;background:linear-gradient(90deg,#0e1215 25%,#171c20 40%,#0e1215 65%);background-size:400% 100%;animation:communityPulse 1.35s infinite}.google-login{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;margin:0 0 15px;padding:12px 16px;border:1px solid #d8d8d8;border-radius:10px;background:#fff;color:#202124;font-weight:800;cursor:pointer}.google-login svg{width:19px;height:19px}.auth-divider{display:flex;align-items:center;gap:10px;margin:0 0 15px;color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.auth-divider:before,.auth-divider:after{content:"";height:1px;flex:1;background:var(--line)}
@keyframes communityPulse{0%{background-position:100% 0}100%{background-position:0 0}}@keyframes communityEnter{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
@media(max-width:760px){.community-masthead{grid-template-columns:1fr;padding:22px}.community-toolbar,.community-compose-grid{grid-template-columns:1fr}.community-stat-grid{max-width:360px}.community-compose-actions{align-items:stretch;flex-direction:column}.community-compose-actions .btn{width:100%}.community-question{padding:19px}.community-answer,.community-answer-form{margin-left:0}.community-answer-form{grid-template-columns:1fr}}

.motivationPage{position:relative;isolation:isolate;overflow:hidden;border:1px solid #2d2b25;border-radius:24px;background:#e7dfcf;color:#151512;box-shadow:0 28px 90px rgba(0,0,0,.35)}
.motivationNoise{position:absolute;z-index:-1;inset:0;pointer-events:none;opacity:.16;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}
.motivationHero{position:relative;min-height:520px;padding:clamp(34px,6vw,82px);display:flex;flex-direction:column;justify-content:flex-end;border-bottom:1px solid rgba(21,21,18,.28);background:radial-gradient(circle at 85% 12%,rgba(190,143,40,.32),transparent 26%),linear-gradient(125deg,transparent 0 68%,rgba(21,21,18,.07) 68% 69%,transparent 69%)}
.motivationHero:after{content:"ROMPE EL PATRÓN";position:absolute;right:-35px;top:82px;transform:rotate(90deg);font:800 11px/1 Georgia,serif;letter-spacing:.32em;color:rgba(21,21,18,.46)}
.motivationKicker{display:flex;align-items:center;gap:12px;margin-bottom:auto;text-transform:uppercase;font:800 11px/1 Georgia,serif;letter-spacing:.26em}
.motivationKicker span{display:grid;place-items:center;width:38px;height:38px;border:1px solid #151512;border-radius:50%;letter-spacing:0}
.motivationHero h1{max-width:960px;margin:54px 0 22px;font:900 clamp(54px,8.4vw,126px)/.82 Georgia,'Times New Roman',serif;letter-spacing:-.075em;text-transform:uppercase}
.motivationHero h1 em{color:#9d6e10;font-style:italic;font-weight:400}
.motivationHero>p{max-width:760px;margin:0;font-size:clamp(17px,2vw,24px);line-height:1.5;font-weight:650}
.motivationCommand{align-self:flex-end;width:min(440px,100%);margin-top:42px;padding:17px 20px;border-top:3px solid #151512;display:grid;gap:5px;text-transform:uppercase}
.motivationCommand b{font-size:11px;letter-spacing:.22em}.motivationCommand span{font:700 19px/1.25 Georgia,serif}
.motivationGrid{display:grid;grid-template-columns:repeat(12,1fr);gap:1px;background:rgba(21,21,18,.3)}
.motivationQuote{grid-column:span 4;min-height:290px;padding:clamp(24px,3.4vw,46px);display:flex;flex-direction:column;justify-content:space-between;background:#d8d0c1;transition:transform .35s ease,background .35s ease}
.motivationQuote:hover{position:relative;z-index:2;transform:translateY(-7px);background:#f0e9dc}
.motivationQuote span,.motivationManifesto span{font-size:10px;font-weight:900;letter-spacing:.24em;text-transform:uppercase}
.motivationQuote h2{margin:50px 0 0;font:700 clamp(26px,3vw,43px)/1.02 Georgia,'Times New Roman',serif;letter-spacing:-.035em}
.motivationQuoteWide{grid-column:span 8;background:#181916;color:#f1eadc}.motivationQuoteGold{background:#a8791d;color:#17130b}
.motivationQuoteTall{grid-column:span 5;min-height:390px;background:#272822;color:#f1eadc}
.motivationQuoteOutline{grid-column:span 7;min-height:390px;background:transparent;box-shadow:inset 0 0 0 12px #d8d0c1}
.motivationManifesto{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:clamp(42px,7vw,96px);background:#10110f;color:#f3ecdf}
.motivationManifesto h2{margin:18px 0 0;font:700 clamp(42px,5.5vw,78px)/.92 Georgia,'Times New Roman',serif;letter-spacing:-.055em}
.manifestoLines{counter-reset:manifesto;display:grid}.manifestoLines p{counter-increment:manifesto;position:relative;margin:0;padding:20px 10px 20px 54px;border-bottom:1px solid #3c3d36;font-size:clamp(16px,1.8vw,22px);line-height:1.4}
.manifestoLines p:before{content:"0" counter(manifesto);position:absolute;left:0;color:#b58a32;font:700 12px/1 Georgia,serif;letter-spacing:.12em}
.motivationFooter{padding:clamp(48px,8vw,110px);text-align:center;background:#a8791d;color:#17130b}.motivationFooter p{margin:0 0 10px;text-transform:uppercase;font-weight:900;letter-spacing:.18em;font-size:11px}
.motivationFooter h2{max-width:880px;margin:0 auto 36px;font:800 clamp(42px,6vw,88px)/.9 Georgia,'Times New Roman',serif;letter-spacing:-.06em}
.motivationButton{border:1px solid #17130b;background:#17130b;color:#f3ecdf;padding:16px 28px;font-weight:900;text-transform:uppercase;letter-spacing:.15em;cursor:pointer;transition:transform .25s ease,background .25s ease,color .25s ease}
.motivationButton:hover{transform:translateY(-4px);background:#f3ecdf;color:#17130b}.motivationButton:focus-visible{outline:3px solid #f3ecdf;outline-offset:4px}
.motivationHero>*{animation:motivationRise .7s both}.motivationHero h1{animation-delay:.08s}.motivationHero>p{animation-delay:.16s}.motivationCommand{animation-delay:.24s}
@keyframes motivationRise{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){.motivationPage{border-radius:16px}.motivationHero{min-height:610px;padding:32px 24px}.motivationHero:after{display:none}.motivationHero h1{font-size:clamp(47px,15vw,76px);margin-top:70px}.motivationCommand{align-self:stretch}.motivationQuote,.motivationQuoteWide,.motivationQuoteTall,.motivationQuoteOutline{grid-column:1/-1;min-height:260px}.motivationQuoteOutline{box-shadow:inset 0 0 0 8px #d8d0c1}.motivationManifesto{grid-template-columns:1fr;gap:38px;padding:52px 26px}.motivationFooter{padding:64px 24px}}
@media(prefers-reduced-motion:reduce){.motivationHero>*{animation:none}.motivationQuote,.motivationButton{transition:none}}
