@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap";:root{color-scheme:light;--co-frame-width: 960px;--co-bg: #edf3ec;--co-bg-deep: #dfe8de;--co-panel: rgba(248, 251, 247, .92);--co-surface: rgba(255, 255, 255, .92);--co-surface-strong: #ffffff;--co-ink: #102018;--co-muted: #607168;--co-line: rgba(28, 62, 42, .11);--co-line-strong: rgba(28, 62, 42, .2);--co-accent: #1f7a44;--co-accent-strong: #165c32;--co-accent-soft: #d9e8db;--co-ink-soft: #e8efea;--co-sand: #e7dcc5;--co-shadow: 0 26px 60px rgba(11, 24, 17, .08);--co-radius-xl: 30px;--co-radius-lg: 22px;--co-radius-md: 18px;--co-radius-sm: 14px;font-family:Manrope,sans-serif;line-height:1.5;font-weight:500;color:var(--co-ink);background:var(--co-bg);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;background:radial-gradient(circle at top left,rgba(31,122,68,.12),transparent 26%),radial-gradient(circle at top right,rgba(16,32,24,.08),transparent 18%),linear-gradient(180deg,#eef4ed,#e7efe7)}button,input{font:inherit;-webkit-tap-highlight-color:transparent}button{appearance:none;margin:5px 0}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}.co-kicker{margin:0;font-size:.73rem;line-height:1;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:var(--co-accent)}.co-fade-up{animation:co-rise-in .42s cubic-bezier(.22,1,.36,1)}.co-shell-loading{min-height:100vh;display:grid;place-items:center;gap:1rem;background:radial-gradient(circle at 20% 20%,rgba(31,122,68,.14),transparent 20%),linear-gradient(180deg,#eef4ed,#e7efe7);color:var(--co-muted)}.co-shell-loading-mark{width:3.25rem;height:3.25rem;border-radius:999px;background:linear-gradient(135deg,var(--co-accent),#4da26f);box-shadow:var(--co-shadow);animation:co-float 3.2s ease-in-out infinite}.co-app-shell{min-height:100vh;position:relative}.co-app-main{min-height:100vh;padding:1rem}.co-app-topbar{position:sticky;top:.85rem;z-index:18;width:min(100%,var(--co-frame-width));margin:0 auto 1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.95rem 1rem;border-radius:1.4rem;border:1px solid rgba(28,62,42,.08);background:#f8fbf7d1;box-shadow:0 18px 44px #0c1c120d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.co-topbar-icon,.co-topbar-profile,.co-drawer-close,.co-drawer-logout,.co-drawer-link,.co-drawer-profile,.co-bottom-nav-link,.co-bottom-nav-menu{border:0;background:none}.co-topbar-icon,.co-drawer-close{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:1rem;border:1px solid var(--co-line);background:#ffffffb8;color:var(--co-ink);cursor:pointer}.co-topbar-copy{flex:1;min-width:0}.co-topbar-copy strong{display:block;margin-top:.24rem;font-family:Space Grotesk,sans-serif;font-size:1.25rem;line-height:1}.co-topbar-profile{min-height:2.75rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:0 .95rem;border-radius:999px;border:1px solid var(--co-line);background:#ffffffc7;color:var(--co-ink);cursor:pointer}.co-app-content{width:min(100%,var(--co-frame-width));margin:0 auto;padding-bottom:6.5rem}.co-topbar-icon:focus-visible,.co-topbar-profile:focus-visible,.co-drawer-close:focus-visible,.co-drawer-profile:focus-visible,.co-drawer-link:focus-visible,.co-drawer-logout:focus-visible,.co-bottom-nav-link:focus-visible,.co-bottom-nav-menu:focus-visible,.co-refresh-button:focus-visible,.co-link-button:focus-visible,.co-ghost-button:focus-visible,.co-filter-chip:focus-visible,.co-primary-button:focus-visible{outline:3px solid rgba(31,122,68,.18);outline-offset:2px}.co-drawer-scrim{position:fixed;inset:0;z-index:29;background:#0f172a3d;opacity:0;pointer-events:none;transition:opacity .18s ease}.co-drawer-scrim.is-open{opacity:1;pointer-events:auto}.co-drawer-frame{position:fixed;top:0;left:0;z-index:30;width:min(92vw,352px);max-width:100vw;height:100dvh;overflow:hidden;pointer-events:none}.co-drawer-frame.is-open{pointer-events:auto}.co-drawer{width:100%;max-width:100%;height:100%;display:grid;grid-template-rows:auto auto 1fr auto;gap:1rem;padding:1rem;background:linear-gradient(180deg,#f8fbf8,#f1f7f2 52%,#e8f3ea);box-shadow:0 24px 64px #0f172a2e;transform:translate(-100%);transition:transform .22s ease;overflow-y:auto}.co-drawer.is-open{transform:translate(0)}.co-drawer-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.co-drawer-profile{width:100%;display:flex;align-items:center;gap:.9rem;padding:1rem;border-radius:1.5rem;border:1px solid rgba(201,214,201,.88);background:#ffffffe6;text-align:left;cursor:pointer}.co-drawer-avatar,.co-home-avatar{width:3.35rem;height:3.35rem;flex:none;display:grid;place-items:center;border-radius:1.1rem;background:#1f7a441a;color:var(--co-accent-strong);font-weight:800}.co-drawer-avatar-image{width:100%;height:100%;display:block;object-fit:cover}.co-drawer-profile-copy{flex:1;min-width:0;display:grid;gap:.18rem}.co-drawer-profile-copy span,.co-drawer-profile-copy small{color:var(--co-muted)}.co-drawer-profile-copy span,.co-drawer-section-title{font-size:.7rem;line-height:1;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.co-drawer-profile-copy strong{font-size:1.05rem}.co-drawer-sections{display:grid;gap:1rem}.co-drawer-section{display:grid;gap:.65rem}.co-drawer-section-title{margin:0;padding:0 .25rem}.co-drawer-links{display:grid;gap:.55rem}.co-drawer-link{width:100%;min-height:3.6rem;display:flex;align-items:center;gap:.8rem;padding:.75rem .85rem;border-radius:1rem;border:1px solid rgba(220,231,220,.78);background:#ffffffc2;color:var(--co-ink);text-align:left;cursor:pointer}.co-drawer-link.is-active{border-color:#1f7a4433;background:#fff;box-shadow:0 12px 22px #0f172a0f}.co-drawer-link-icon{width:2.2rem;height:2.2rem;flex:none;display:grid;place-items:center;border-radius:.85rem;border:1px solid rgba(215,230,217,1);background:#ecf6ee;color:var(--co-accent-strong)}.co-drawer-link-copy{display:grid;gap:.18rem}.co-drawer-link-head{display:flex;align-items:center;gap:.5rem}.co-drawer-link-copy strong{font-size:.92rem}.co-drawer-link-badge{min-width:1.5rem;min-height:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .42rem;border-radius:999px;background:#d43c3c;color:#fff;font-size:.7rem;font-weight:800;line-height:1}.co-drawer-link-copy small{color:var(--co-muted);font-size:.74rem}.co-drawer-logout{min-height:3rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;border-radius:1rem;border:1px solid rgba(239,68,68,.22);background:#ffffffdb;color:#c83f3f;cursor:pointer}.co-bottom-nav{position:fixed;left:50%;bottom:1rem;z-index:22;width:min(calc(100vw - 1rem),760px);transform:translate(-50%);display:flex;align-items:stretch;gap:.45rem;padding:.5rem;border-radius:1.6rem;border:1px solid rgba(28,62,42,.08);background:#f8fbf7eb;box-shadow:0 18px 40px #0f172a1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.co-bottom-nav-link,.co-bottom-nav-menu{flex:1;min-height:3.15rem;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.28rem;border-radius:1rem;color:var(--co-muted);cursor:pointer}.co-bottom-nav-mark{position:relative;display:inline-grid;place-items:center}.co-bottom-nav-badge{position:absolute;top:-.45rem;left:calc(100% - .15rem);min-width:1.2rem;min-height:1.2rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .28rem;border-radius:999px;background:#d43c3c;color:#fff;font-size:.62rem;font-weight:800;line-height:1;box-shadow:0 10px 16px #10201829}.co-bottom-nav-link.is-active,.co-bottom-nav-menu:hover{color:var(--co-accent-strong);background:#1f7a4414}.co-bottom-nav-link>span:last-child,.co-bottom-nav-menu>span:last-child{font-size:.68rem;font-weight:800;letter-spacing:.04em}.co-caixa-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-caixa-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.co-caixa-card{display:grid;gap:.95rem;padding:1.15rem;border-radius:1.2rem;border:1px solid rgba(28,62,42,.08);background:#ffffffc2}.co-caixa-card-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.co-caixa-card-icon{width:2.4rem;height:2.4rem;display:inline-grid;place-items:center;border-radius:.9rem;border:1px solid rgba(215,230,217,1);background:#ecf6ee;color:var(--co-accent-strong)}.co-caixa-card-copy{display:grid;gap:.45rem}.co-caixa-card-copy strong{font-family:Space Grotesk,sans-serif;font-size:1.05rem;line-height:1.04}.co-caixa-card-copy p{margin:0;color:var(--co-muted);line-height:1.55}.co-shell{min-height:100vh;display:grid;grid-template-columns:280px minmax(0,1fr)}.co-sidebar{position:sticky;top:0;min-height:100vh;display:grid;grid-template-rows:auto auto 1fr auto;gap:1.25rem;padding:1.5rem;background:#0a150fe6;color:#f3f7f3;border-right:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.co-brand-block{display:flex;align-items:center;gap:.9rem}.co-brand-mark{width:2.9rem;height:2.9rem;display:grid;place-items:center;overflow:hidden;border-radius:1rem;background:linear-gradient(135deg,#2c9656f5,#14532ff5);box-shadow:0 18px 40px #0a160f3d}.co-brand-mark-image{width:100%;height:100%;object-fit:cover}.co-brand-block h1{margin:.2rem 0 0;font-family:Space Grotesk,sans-serif;font-size:1.45rem;line-height:1}.co-profile-panel{padding:1rem;display:flex;gap:.9rem;border-radius:var(--co-radius-lg);background:#ffffff0f;border:1px solid rgba(255,255,255,.08)}.co-profile-avatar{width:3rem;height:3rem;flex:none;display:grid;place-items:center;border-radius:1rem;background:#d9e8db24;color:#dff4e4;font-weight:800}.co-profile-copy h2,.co-profile-copy p,.co-profile-copy .co-profile-eyebrow{margin:0}.co-profile-copy h2{margin-top:.18rem;font-size:1rem}.co-profile-copy p{margin-top:.15rem;color:#f3f7f3b3;font-size:.88rem}.co-profile-eyebrow{font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#d0ecd8cc}.co-nav{display:grid;gap:.55rem}.co-nav-link{display:flex;align-items:flex-start;gap:.85rem;padding:.9rem .95rem;border-radius:1.1rem;color:#f3f7f3bd;transition:transform .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease;border:1px solid transparent}.co-nav-link:hover{transform:translate(3px);background:#ffffff0f}.co-nav-link.is-active{color:#f7fbf7;background:#2c96562e;border-color:#87d6a52e}.co-nav-icon{width:2rem;height:2rem;flex:none;display:grid;place-items:center;border-radius:.8rem;background:#ffffff12}.co-nav-copy{display:grid;gap:.18rem}.co-nav-copy strong{font-size:.96rem}.co-nav-copy small{color:#f3f7f394;font-size:.78rem;line-height:1.35}.co-sidebar-footer{display:grid;gap:.9rem}.co-status-pill,.co-logout-btn,.co-header-chip,.co-inline-link,.co-primary-button{border-radius:999px}.co-status-pill{display:inline-flex;align-items:center;gap:.55rem;padding:.75rem .9rem;color:#f3f7f3d6;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);font-size:.84rem}.co-status-dot{width:.55rem;height:.55rem;border-radius:999px;background:#77d492;box-shadow:0 0 0 8px #77d4921f}.co-logout-btn{display:inline-flex;justify-content:center;align-items:center;gap:.55rem;min-height:3rem;padding:0 1rem;color:#f4fbf5;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);cursor:pointer;transition:background-color .16s ease,transform .16s ease}.co-logout-btn:hover{transform:translateY(-1px);background:#ffffff14}.co-workspace{min-width:0;padding:1.2rem}.co-workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.2rem 1.4rem;border-radius:var(--co-radius-xl);background:#f8fbf7b8;border:1px solid rgba(28,62,42,.08);box-shadow:0 18px 44px #0c1c120a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.co-workspace-header h2,.co-workspace-support{margin:0}.co-workspace-header h2{margin-top:.45rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,2.6vw,2.3rem);line-height:1.02}.co-workspace-support{margin-top:.55rem;max-width:52rem;color:var(--co-muted)}.co-header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.co-header-chip{display:inline-flex;align-items:center;gap:.45rem;min-height:2.5rem;padding:0 .9rem;background:#1f7a4414;color:var(--co-accent-strong);border:1px solid rgba(31,122,68,.12);font-size:.84rem}.co-header-chip.is-muted{background:#ffffffc7;color:var(--co-muted);border-color:#1c3e2a14}.co-mobile-nav{display:none}.co-workspace-body{padding:1.2rem 0 0}.co-page-grid{display:grid;gap:1rem}.co-page-grid>*{min-width:0}.co-page-grid-narrow{align-content:start}.co-hero-panel,.co-surface,.co-module-card,.co-login-card,.co-login-panel,.co-login-hero{box-shadow:var(--co-shadow)}.co-hero-panel,.co-surface,.co-module-card,.co-login-card{border:1px solid var(--co-line);background:var(--co-surface)}.co-hero-panel{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem;padding:1.35rem 1.45rem;border-radius:var(--co-radius-xl);min-width:0}.co-hero-copy{min-width:0}.co-hero-copy h3,.co-section-head h3,.co-surface-head h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.08}.co-home-identity{display:grid;gap:1rem;padding:1.2rem 1.25rem;border-radius:var(--co-radius-lg);border:1px solid var(--co-line);background:#f8fbf7e0;box-shadow:var(--co-shadow)}.co-home-identity-main{display:flex;align-items:center;gap:.95rem}.co-home-identity-copy{flex:1;min-width:0}.co-home-identity-copy h3,.co-home-identity-copy p{margin:0}.co-home-identity-copy h3{margin-top:.45rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.08}.co-home-identity-copy p{margin-top:.32rem;color:var(--co-muted)}.co-mobile-hero-card{display:grid;gap:1rem;padding:1.25rem;border-radius:var(--co-radius-xl);border:1px solid var(--co-line);background:linear-gradient(180deg,#f8fbf7f5,#fffffff5);box-shadow:var(--co-shadow)}.co-mobile-hero-top,.co-feed-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.co-mobile-hero-top h3,.co-feed-header h3,.co-spotlight-copy h3{margin:.45rem 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.45rem,2.2vw,2rem);line-height:1.06}.co-mobile-hero-body{margin:.7rem 0 0;max-width:44rem;color:var(--co-muted)}.co-agenda-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.co-agenda-metrics.is-finance{grid-template-columns:repeat(3,minmax(0,1fr))}.co-agenda-metric{display:grid;gap:.3rem;min-height:8rem;padding:1rem;border-radius:1.25rem;border:1px solid var(--co-line);background:#fffffff0}.co-agenda-metric.tone-accent{background:linear-gradient(180deg,#deeee3fa,#fffffffa)}.co-agenda-metric.tone-warning{background:linear-gradient(180deg,#f4e8d0eb,#fffffffa)}.co-agenda-metric strong{font-size:1.45rem;line-height:1}.co-agenda-metric span,.co-agenda-metric small{color:var(--co-muted)}.co-agenda-metric span{font-size:.84rem;font-weight:700}.co-agenda-metric small{line-height:1.45}.co-feed-surface{display:grid;gap:1rem}.co-feed-header-main{flex:1;min-width:0}.co-feed-count{min-width:5rem;display:grid;justify-items:end;gap:.15rem;padding:.85rem .95rem;border-radius:1.15rem;border:1px solid var(--co-line);background:#f7fbf7eb}.co-feed-count strong{font-size:1.4rem;line-height:1}.co-feed-count span{color:var(--co-muted);font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.co-spotlight-card{position:relative;overflow:hidden;border-radius:var(--co-radius-xl);border:1px solid rgba(16,32,24,.12);background:linear-gradient(135deg,#0a150ff0,#14532fb8),radial-gradient(circle at top left,rgba(122,204,148,.18),transparent 28%);background-size:cover;background-position:center;color:#f5faf5;box-shadow:var(--co-shadow)}.co-spotlight-body{position:relative;z-index:1;display:grid;gap:1rem;padding:1.35rem}.co-spotlight-copy{display:grid;gap:.4rem}.co-spotlight-copy p,.co-spotlight-card .co-meta-line,.co-inline-hint{margin:0;color:#f5faf5d1}.co-spotlight-meta{display:grid;gap:.45rem}.co-inline-hint{display:inline-flex;align-items:center;min-height:2.9rem;font-size:.88rem}.co-game-card.is-pending{border-color:#f59e0b3d;background:linear-gradient(180deg,#faf4e7eb,#fffffffa)}.co-game-card.is-cancelled{border-color:#ef44442e}.co-game-card-inline{display:grid;gap:.45rem}.co-card-note{margin:0;color:var(--co-muted);line-height:1.55}.co-scroll-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(260px,318px);gap:1rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}.co-scroll-track::-webkit-scrollbar{display:none}.co-anchor-target{scroll-margin-top:6.4rem}.co-home-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden;border-radius:1.15rem;border:1px solid var(--co-line);background:#ffffffeb}.co-home-metric{display:grid;place-items:center;gap:.24rem;padding:.95rem .85rem}.co-home-metric+.co-home-metric{border-left:1px solid var(--co-line)}.co-home-metric strong{font-size:1.25rem}.co-home-metric span{color:var(--co-muted);font-size:.75rem;font-weight:700;text-align:center}.co-home-avatar-image{width:100%;height:100%;display:block;object-fit:cover;border-radius:inherit}.co-home-refresh{flex:none}.co-home-hero-card{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(240px,.85fr);gap:1rem;padding:1.25rem;border-radius:var(--co-radius-xl);border:1px solid rgba(16,32,24,.12);background:linear-gradient(135deg,#09130df0,#14532fb8),radial-gradient(circle at top left,rgba(122,204,148,.18),transparent 28%);background-size:cover;background-position:center;color:#f5faf5;box-shadow:var(--co-shadow)}.co-home-hero-copy,.co-home-section-copy{display:grid;gap:.8rem}.co-home-hero-copy h3,.co-home-section-copy h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.6rem,2.5vw,2.4rem);line-height:1.02}.co-home-hero-copy p{margin:0;max-width:44rem;color:#f5faf5d6;line-height:1.6}.co-home-hero-meta{align-self:end;display:grid;gap:.7rem;padding:1rem;border-radius:1.35rem;border:1px solid rgba(255,255,255,.14);background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.co-home-hero-meta-row{display:inline-flex;align-items:center;gap:.5rem;color:#f5faf5d6}.co-home-hero-note{color:#f5faf5c2;line-height:1.55;font-size:.9rem}.co-story-surface{display:grid;gap:.75rem}.co-story-manage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.co-story-manage-card{display:grid;gap:.95rem;padding:1rem;border-radius:1.3rem;border:1px solid rgba(28,62,42,.08);background:radial-gradient(circle at top right,rgba(31,122,68,.08),transparent 38%),linear-gradient(180deg,#fffffffa,#f6faf5f0)}.co-story-manage-copy{display:grid;gap:.45rem}.co-story-manage-copy strong{font-family:Space Grotesk,sans-serif;font-size:1.1rem;line-height:1.04}.co-story-manage-copy p{margin:0;color:var(--co-muted);line-height:1.5}.co-story-tray{display:flex;gap:1rem;overflow-x:auto;padding:.1rem .05rem .3rem;scrollbar-width:none}.co-story-tray::-webkit-scrollbar,.co-highlight-track::-webkit-scrollbar{display:none}.co-story-bubble{width:5.5rem;flex:none;display:grid;gap:.65rem;justify-items:center;padding:0;border:0;background:none;color:var(--co-ink);cursor:pointer}.co-story-ring{position:relative;width:4.95rem;height:4.95rem;display:grid;place-items:center;border-radius:999px;padding:3px;background:#1f7a4414}.co-story-ring.is-own{background:linear-gradient(135deg,#1f7a442e,#1f7a440f)}.co-story-ring.is-unviewed{background:linear-gradient(135deg,#1f7a44,#6fb888)}.co-story-core{width:100%;height:100%;display:grid;place-items:center;overflow:hidden;border-radius:999px;background:#fff;border:2px solid rgba(245,249,244,.96)}.co-story-image{width:100%;height:100%;display:block;object-fit:cover}.co-story-fallback{width:100%;height:100%;display:grid;place-items:center;background:#1f7a441a;color:var(--co-accent-strong);font-weight:800}.co-story-plus{position:absolute;right:-.05rem;bottom:-.1rem;width:1.7rem;height:1.7rem;display:grid;place-items:center;border-radius:999px;border:2px solid rgba(255,255,255,.95);background:#fff;color:var(--co-ink);box-shadow:0 10px 22px #0f172a1f}.co-story-label{font-size:.82rem;font-weight:700;line-height:1.2;text-align:center;color:var(--co-ink)}.co-story-viewer{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at top,rgba(33,120,69,.18),transparent 24%),linear-gradient(180deg,#05070a,#09120f);color:#fff}.co-story-viewer-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#05070a2e,#05070a6b);pointer-events:none}.co-story-viewer-top,.co-story-viewer-bottom{position:absolute;left:0;right:0;z-index:3;padding-inline:clamp(.9rem,2vw,1.4rem)}.co-story-viewer-top{top:0;padding-top:.9rem}.co-story-viewer-bottom{bottom:0;padding-bottom:1rem}.co-story-viewer-progress{display:flex;gap:.42rem}.co-story-viewer-progress-track{flex:1;height:.2rem;overflow:hidden;border-radius:999px;background:#ffffff38}.co-story-viewer-progress-fill{display:block;height:100%;border-radius:999px;background:#fff}.co-story-viewer-head{margin-top:.85rem;display:flex;align-items:center;justify-content:space-between;gap:.9rem}.co-story-viewer-resource{min-width:0;flex:1;display:flex;align-items:center;gap:.8rem;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.co-story-viewer-avatar{width:3rem;height:3rem;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff1f}.co-story-viewer-avatar-image{width:100%;height:100%;display:block;object-fit:cover}.co-story-viewer-avatar-fallback{font-size:.85rem;font-weight:800;letter-spacing:.04em}.co-story-viewer-resource-copy{min-width:0;display:grid;gap:.18rem}.co-story-viewer-resource-copy strong,.co-story-viewer-resource-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.co-story-viewer-resource-copy strong{font-size:1rem}.co-story-viewer-resource-copy small,.co-story-viewer-meta{color:#ffffffc2}.co-story-viewer-head-actions,.co-story-viewer-actions{display:flex;align-items:center;gap:.6rem}.co-story-viewer-icon-button,.co-story-viewer-like,.co-story-viewer-nav{display:inline-flex;align-items:center;justify-content:center;border:0;color:#fff;cursor:pointer}.co-story-viewer-icon-button,.co-story-viewer-like{min-height:2.8rem;padding:0 .95rem;border-radius:999px;background:#0c141b8f;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.co-story-viewer-stage{position:relative;z-index:2;min-height:100vh;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.85rem;padding:4.9rem clamp(.8rem,2vw,1.25rem) 7rem}.co-story-viewer-nav{width:3rem;height:3rem;border-radius:999px;background:#0c141b6b;border:1px solid rgba(255,255,255,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.co-story-viewer-media{width:min(100%,480px);min-height:min(78vh,860px);margin:0 auto;display:grid;place-items:center;overflow:hidden;border-radius:2rem;background:#00000042;box-shadow:0 24px 70px #00000057}.co-story-viewer-image,.co-story-viewer-video{width:100%;height:100%;display:block;object-fit:cover}.co-story-viewer-media-fallback{width:100%;height:100%;min-height:min(78vh,860px);display:grid;place-items:center;background:linear-gradient(180deg,#1f7a4438,#1020186b)}.co-story-viewer-media-fallback span{width:6rem;height:6rem;display:grid;place-items:center;border-radius:999px;background:#ffffff24;font-size:1.35rem;font-weight:900}.co-story-viewer-meta{display:flex;align-items:center;justify-content:space-between;gap:.9rem;font-size:.8rem;font-weight:700}.co-story-viewer-caption{margin:.8rem 0 0;font-size:1rem;line-height:1.6;text-shadow:0 1px 10px rgba(0,0,0,.22)}.co-story-viewer-actions{margin-top:.85rem;flex-wrap:wrap}.co-story-viewer-like{gap:.45rem;font-weight:800}.co-story-viewer-like.is-active{color:#ffb2be}.co-story-viewer-loading,.co-story-viewer-empty{position:relative;z-index:2;min-height:100vh;display:grid;place-content:center;justify-items:center;gap:.9rem;padding:1.5rem;text-align:center}.co-story-viewer-loading p,.co-story-viewer-empty p{margin:0;color:#ffffffc2}.co-home-section-surface{display:grid;gap:1rem}.co-highlight-track{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:1rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}.co-highlight-grid{display:flex;flex-wrap:wrap;gap:1rem}.co-highlight-grid .co-highlight-card{flex:0 1 min(100%,var(--co-highlight-width, 252px))}.co-highlight-card{width:var(--co-highlight-width, 252px);aspect-ratio:var(--co-highlight-ratio, 4 / 5);position:relative;overflow:hidden;display:block;padding:0;border:1px solid rgba(12,26,33,.22);border-radius:1.9rem;background:linear-gradient(180deg,#070d1233,#070d12d1),linear-gradient(135deg,#15221b,#1f3327);background-size:cover;background-position:center;color:#fff;text-align:left;cursor:pointer;box-shadow:var(--co-shadow)}.co-highlight-card.is-compact{border-radius:1.65rem}.co-highlight-card.is-narrow{border-radius:1.85rem}.co-highlight-top{position:absolute;top:1rem;left:1rem;right:1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.6rem}.co-highlight-bottom{position:absolute;left:1rem;right:1rem;bottom:1rem;display:grid;gap:.7rem}.co-highlight-bottom.is-cta-only{align-content:end}.co-highlight-bottom h4{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.85rem;line-height:.98}.co-highlight-card.is-compact .co-highlight-bottom h4{font-size:1.38rem}.co-highlight-card.is-narrow .co-highlight-bottom h4{font-size:1.65rem}.co-highlight-bottom p{margin:0;color:#ffffffd1;line-height:1.45}.co-highlight-actions{display:flex;flex-wrap:wrap;gap:.65rem;align-items:center}.co-highlight-count{display:inline-flex;align-items:center;gap:.4rem;min-height:2rem;padding:0 .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#070d1273;font-size:.78rem;font-weight:800}.co-highlight-cta{display:inline-flex;align-items:center;gap:.4rem;min-height:2.4rem;padding:0 .95rem;border-radius:999px;background:#fffffff0;color:#0f1720;font-size:.82rem;font-weight:900}.co-radar-card-button{width:100%;text-align:left;cursor:pointer}.co-explore-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem}.co-explore-card{position:relative;min-height:9.6rem;display:grid;gap:.8rem;padding:1rem;border-radius:1.35rem;border:1px solid rgba(28,62,42,.08);background:radial-gradient(circle at top right,rgba(31,122,68,.08),transparent 34%),linear-gradient(180deg,#fffffffc,#f7fbf7f0);text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background-color .18s ease,box-shadow .18s ease}.co-explore-card:hover{transform:translateY(-2px);border-color:#1f7a442e;box-shadow:0 16px 32px #0c1c1212}.co-explore-card-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.co-explore-icon{width:2.85rem;height:2.85rem;display:grid;place-items:center;border-radius:.95rem;border:1px solid rgba(31,122,68,.12);background:#1f7a4414;color:var(--co-accent-strong)}.co-explore-card-head>svg{color:var(--co-muted);opacity:.82}.co-explore-card-copy{display:grid;gap:.38rem;margin-top:auto}.co-explore-card-copy strong{font-family:Space Grotesk,sans-serif;font-size:1.24rem;line-height:1.02}.co-explore-card-copy p{margin:0;color:var(--co-muted);line-height:1.35;max-width:18ch}.co-users-page,.co-user-profile-page{align-content:start}.co-users-toolbar,.co-users-list-surface,.co-user-profile-stats,.co-user-profile-actions{display:grid;gap:1rem}.co-users-toolbar-top{display:flex;align-items:center;gap:.9rem}.co-users-search{flex:1;min-height:3rem;display:flex;align-items:center;gap:.75rem;padding:0 .95rem;border-radius:1rem;border:1px solid var(--co-line);background:#f6faf5f5;color:var(--co-muted)}.co-users-search input{flex:1;min-width:0;border:0;outline:0;background:transparent;color:var(--co-ink)}.co-users-search input::placeholder{color:var(--co-muted)}.co-users-search-clear{width:1.8rem;height:1.8rem;display:grid;place-items:center;border:0;border-radius:999px;background:#1020180d;color:var(--co-muted);cursor:pointer}.co-users-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.co-users-stat-card{min-height:5.35rem;display:grid;place-items:center;gap:.2rem;padding:.8rem;border-radius:1.15rem;border:1px solid var(--co-line);background:#fffffff5;text-align:center;cursor:default}.co-users-stat-card.is-action{cursor:pointer;background:linear-gradient(180deg,#ecf6eef5,#fffffffa);border-color:#1f7a441f}.co-users-stat-card strong{font-size:1.4rem;line-height:1}.co-users-stat-card span{font-size:.78rem;font-weight:800;color:var(--co-muted)}.co-users-stat-card small{color:var(--co-accent-strong);font-size:.72rem;font-weight:800}.co-users-active-filter{min-height:2.5rem;display:inline-flex;align-items:center;gap:.6rem;padding:0 .9rem;border-radius:999px;border:1px solid rgba(31,122,68,.16);background:#e8f5e9fa;color:var(--co-accent-strong)}.co-users-active-filter span{flex:1;min-width:0;font-size:.88rem;font-weight:800}.co-users-active-filter button{width:1.9rem;height:1.9rem;display:grid;place-items:center;border:0;border-radius:999px;background:#ffffffb8;color:var(--co-muted);cursor:pointer}.co-users-sort{display:grid;gap:.55rem}.co-users-sort>span{color:var(--co-muted);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.co-users-location-panel,.co-users-location-options{display:grid;gap:.8rem}.co-users-location-options{grid-template-columns:repeat(2,minmax(0,1fr))}.co-users-location-option{min-height:4rem;display:flex;align-items:center;gap:.8rem;padding:.85rem .95rem;border-radius:1rem;border:1px solid var(--co-line);background:#f4f8f3f5;color:inherit;text-align:left;cursor:pointer}.co-users-location-option-mark{width:2rem;height:2rem;flex:none;display:grid;place-items:center;border-radius:999px;background:#1f7a4414;color:var(--co-accent-strong)}.co-users-location-option-copy{display:grid;gap:.15rem}.co-users-location-option-copy strong,.co-users-location-option-copy small{display:block}.co-users-location-option-copy small{color:var(--co-muted)}.co-user-list{display:grid;gap:.8rem}.co-user-row{display:flex;align-items:center;gap:.85rem;padding:.9rem;border-radius:1rem;border:1px solid var(--co-line);background:#fffffffa}.co-user-row-main-button{flex:1;min-width:0;display:flex;align-items:flex-start;gap:.85rem;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.co-user-row-avatar{width:3rem;height:3rem;flex:none;display:grid;place-items:center;border-radius:999px;border:1px solid var(--co-line);background:#edf5eff0;color:var(--co-accent-strong);overflow:hidden}.co-user-row-avatar-image,.co-user-row-team-image,.co-user-profile-avatar-image,.co-user-profile-team-image,.co-user-profile-banner-image{width:100%;height:100%;display:block;object-fit:cover}.co-user-row-main{flex:1;min-width:0;display:grid;gap:.3rem}.co-user-row-head{display:flex;align-items:center;gap:.5rem}.co-user-row-head strong{font-size:1rem}.co-user-row-head>svg,.co-user-row-handle,.co-user-row-team{color:var(--co-muted)}.co-user-row-handle{margin:0;color:var(--co-accent-strong);font-size:.82rem;font-weight:800}.co-user-row-meta{display:flex;flex-wrap:wrap;gap:.45rem}.co-user-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:1.95rem;padding:0 .72rem;border-radius:999px;border:1px solid var(--co-line);background:#f4f8f3f5;color:var(--co-muted);font-size:.78rem;font-weight:800}.co-user-row-team{display:inline-flex;align-items:center;gap:.45rem;margin-top:.15rem;font-size:.82rem;font-weight:800}.co-user-row-team-mark,.co-user-profile-team-mark{width:1.6rem;height:1.6rem;flex:none;display:grid;place-items:center;border-radius:999px;border:1px solid var(--co-line);background:#f4f8f3f5;color:var(--co-accent-strong);overflow:hidden}.co-user-row-actions{flex:none}.co-user-follow-btn{min-width:5.35rem;min-height:2.1rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:0 .85rem;border-radius:999px;border:1px solid rgba(31,122,68,.18);background:#edf5eff5;color:var(--co-accent-strong);font-weight:900;cursor:pointer}.co-user-follow-btn.is-on{background:linear-gradient(135deg,var(--co-accent),var(--co-accent-strong));color:#f7fbf7}.co-users-load-more{display:flex;justify-content:center;padding-top:.4rem}.co-user-profile-hero{position:relative;overflow:hidden;min-height:19rem;display:grid;align-content:space-between;padding:1rem;border-radius:var(--co-radius-xl);border:1px solid rgba(16,32,24,.12);background:radial-gradient(circle at top left,rgba(122,204,148,.18),transparent 28%),linear-gradient(135deg,#09130df0,#14532fb8);color:#f5faf5;box-shadow:var(--co-shadow)}.co-user-profile-banner-image,.co-user-profile-banner-scrim{position:absolute;inset:0}.co-user-profile-banner-scrim{background:linear-gradient(180deg,#09130d4d,#09130dd1)}.co-user-profile-topbar,.co-user-profile-head{position:relative;z-index:1}.co-user-profile-topbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.co-user-profile-topbar .co-inline-link{color:#f5faf5eb}.co-user-profile-head{display:flex;align-items:flex-end;gap:1rem}.co-user-profile-avatar{width:5.15rem;height:5.15rem;flex:none;display:grid;place-items:center;border-radius:1.4rem;border:1px solid rgba(255,255,255,.18);background:#ffffff24;color:#f5faf5;overflow:hidden}.co-user-profile-copy{display:grid;gap:.3rem}.co-user-profile-copy h2,.co-user-profile-copy p{margin:0}.co-user-profile-copy h2{font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,2.8vw,2.4rem);line-height:1.02}.co-user-profile-handle,.co-user-profile-inline{color:#f5faf5d6}.co-user-profile-inline{display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem}.co-user-profile-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.co-user-profile-stat{min-height:5.7rem;display:grid;place-items:center;gap:.2rem;padding:.8rem;border-radius:1.15rem;border:1px solid var(--co-line);background:#fffffffa}.co-user-profile-stat strong{font-size:1.5rem;line-height:1}.co-user-profile-stat span{color:var(--co-muted);font-size:.8rem;font-weight:800}.co-user-profile-actions{justify-items:start}.co-user-profile-follow.is-on{color:var(--co-accent-strong);background:#1f7a4414;border-color:#1f7a4429;box-shadow:none}.co-user-profile-bio{margin:0;color:var(--co-muted);line-height:1.7}.co-user-profile-team{display:flex;align-items:center;gap:.85rem}.co-user-profile-team-copy{display:grid;gap:.2rem}.co-user-profile-team-copy strong,.co-user-profile-team-copy p{margin:0}.co-user-profile-team-copy p{color:var(--co-muted)}.co-user-follow-list{display:grid;gap:1rem}.co-user-follow-card{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem;border-radius:1.25rem;border:1px solid rgba(28,62,42,.08);background:#fffffff0;box-shadow:var(--co-shadow)}.co-user-follow-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:center;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.co-user-follow-copy{display:grid;gap:.22rem;min-width:0}.co-user-follow-copy strong,.co-user-follow-copy p,.co-user-follow-copy small,.co-user-follow-copy span{margin:0}.co-user-follow-copy p,.co-user-follow-copy small,.co-user-follow-copy span{color:var(--co-muted)}.co-user-follow-copy span{display:inline-flex;align-items:center;gap:.35rem}.co-hero-copy p,.co-module-copy p,.co-surface-head p,.co-list li,.co-mini-row span,.co-inline-note,.co-login-card-head p,.co-login-hero-copy p{color:var(--co-muted)}.co-hero-copy p{margin:.7rem 0 0;max-width:46rem}.co-hero-rail{display:grid;gap:.7rem}.co-hero-badge{display:inline-flex;align-items:center;gap:.55rem;min-height:2.75rem;padding:0 1rem;border-radius:999px;background:linear-gradient(135deg,#1f7a44f5,#14532ff5);color:#f7fbf7}.co-hero-badge.is-ghost{background:#ffffffc7;color:var(--co-ink);border:1px solid var(--co-line)}.co-section-block{display:grid;gap:.95rem}.co-module-grid,.co-two-column{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.co-module-card,.co-surface{border-radius:var(--co-radius-lg)}.co-module-card{display:grid;gap:1.1rem;padding:1.2rem;transition:transform .18s ease,border-color .18s ease,background-color .18s ease}.co-module-card:hover{transform:translateY(-3px);border-color:var(--co-line-strong)}.co-module-card.tone-green{background:linear-gradient(180deg,#e2eee3e6,#fffffff5)}.co-module-card.tone-sand{background:linear-gradient(180deg,#ede6d6d6,#fffffff5)}.co-module-card.tone-ink{background:linear-gradient(180deg,#e0e8e4f0,#fffffff5)}.co-module-icon{width:2.75rem;height:2.75rem;display:grid;place-items:center;border-radius:1rem;background:#10201812}.co-module-copy{display:grid;gap:.45rem}.co-module-copy strong{font-size:1.05rem}.co-module-copy p{margin:0}.co-module-link,.co-inline-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--co-accent-strong);font-weight:700}.co-two-column{grid-template-columns:1.1fr .9fr}.co-surface{padding:1.2rem}.co-surface-head p,.co-login-card-head p{margin:.5rem 0 0}.co-list{list-style:none;display:grid;gap:.85rem;margin:1.15rem 0 0;padding:0}.co-list li{display:flex;align-items:flex-start;gap:.75rem}.co-list-mark{width:.65rem;height:.65rem;margin-top:.42rem;flex:none;border-radius:999px;background:linear-gradient(135deg,var(--co-accent),#58a274)}.co-mini-stack{display:grid;gap:.75rem;margin-top:1.15rem}.co-mini-row{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--co-line)}.co-mini-row strong{text-align:right}.co-inline-note{margin-top:1.1rem;display:inline-flex;align-items:center;gap:.6rem;padding:.8rem .95rem;border-radius:var(--co-radius-md);background:#1f7a440f;border:1px solid rgba(31,122,68,.1)}.co-feature-hero,.co-agenda-hero{position:relative;overflow:hidden;border-radius:var(--co-radius-xl);border:1px solid var(--co-line);background:linear-gradient(135deg,#0a150ff0,#14532fb8),radial-gradient(circle at top left,rgba(122,204,148,.22),transparent 28%);color:#f5faf5;background-size:cover;background-position:center;box-shadow:var(--co-shadow)}.co-feature-copy{position:relative;z-index:1;display:grid;gap:1rem;padding:1.45rem}.co-feature-top,.co-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.co-feature-copy h3{margin:0;max-width:46rem;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,2.8vw,2.5rem);line-height:1.02}.co-feature-copy p,.co-support-copy{margin:0;max-width:48rem;color:#f5faf5cc;line-height:1.6}.co-agenda-hero .co-support-copy,.co-surface .co-support-copy{color:var(--co-muted)}.co-refresh-button,.co-link-button,.co-ghost-button{min-height:2.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:0 1rem;border-radius:999px;border:1px solid transparent;font:inherit;cursor:pointer;transition:transform .16s ease,background-color .16s ease,border-color .16s ease,opacity .16s ease}.co-refresh-button:hover,.co-link-button:hover,.co-ghost-button:hover{transform:translateY(-1px)}.co-refresh-button:disabled,.co-link-button:disabled,.co-ghost-button:disabled{opacity:.72;cursor:not-allowed}.co-refresh-button{color:#f5faf5;background:#ffffff14;border-color:#ffffff1f}.co-surface .co-refresh-button{color:var(--co-ink);background:#1020180a;border-color:var(--co-line)}.co-link-button{color:#f7fbf7;background:linear-gradient(135deg,var(--co-accent),var(--co-accent-strong));box-shadow:0 18px 36px #155c322e}.co-surface .co-link-button{color:#f7fbf7}.co-ghost-button{color:var(--co-ink);background:#ffffffd1;border-color:var(--co-line)}.co-feature-copy .co-ghost-button{color:#f7fbf7;background:#ffffff1a;border-color:#ffffff24}.co-inline-error-card,.co-loading-card{display:inline-flex;align-items:center;gap:.7rem;padding:.95rem 1rem;border-radius:var(--co-radius-md);border:1px solid var(--co-line);background:#ffffffd1}.co-inline-error-card{color:#9c3838;background:#fff1f1f0;border-color:#db43432e}.co-loading-card{color:var(--co-muted)}.co-stat-grid,.co-summary-grid,.co-mini-grid,.co-finance-meta-grid,.co-game-info-grid{display:grid;gap:1rem}.co-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.co-stat-card,.co-summary-card,.co-mini-panel,.co-info-block{border-radius:var(--co-radius-lg);border:1px solid var(--co-line);background:var(--co-surface)}.co-stat-card{display:flex;gap:.95rem;padding:1rem;box-shadow:var(--co-shadow)}.co-stat-card.tone-accent{background:linear-gradient(180deg,#deeee3fa,#fffffffa)}.co-stat-card.tone-warning{background:linear-gradient(180deg,#f4e8d0eb,#fffffffa)}.co-stat-icon{width:2.9rem;height:2.9rem;flex:none;display:grid;place-items:center;border-radius:1rem;background:#1020180f;color:var(--co-accent-strong)}.co-stat-copy{display:grid;gap:.2rem}.co-stat-copy strong,.co-summary-card strong,.co-mini-panel strong,.co-info-block strong{font-size:1.45rem;line-height:1}.co-stat-copy span,.co-summary-card span,.co-mini-panel span,.co-info-block span,.co-finance-label{color:var(--co-muted);font-size:.84rem;font-weight:700}.co-stat-copy small,.co-summary-card small{color:var(--co-muted);line-height:1.45}.co-two-column.co-two-column-balanced{grid-template-columns:1fr 1fr}.co-tag-row,.co-card-button-row{display:flex;flex-wrap:wrap;gap:.65rem}.co-tag{display:inline-flex;align-items:center;gap:.42rem;min-height:2.2rem;padding:0 .85rem;border-radius:999px;border:1px solid transparent;font-size:.8rem;font-weight:800}.co-tag.is-solid{color:var(--co-accent-strong);background:#ffffffeb}.co-tag.is-dark{color:#f5faf5f0;background:#ffffff14;border-color:#ffffff1f}.co-surface .co-tag.is-dark{color:var(--co-ink);background:#1020180d;border-color:var(--co-line)}.co-tag.is-warning{color:#8a5409;background:#f59e0b29;border-color:#f59e0b33}.co-tag.is-danger{color:#983b3b;background:#ef44441f;border-color:#ef44442e}.co-tag.is-neutral{color:var(--co-accent-strong);background:#1f7a4414;border-color:#1f7a441f}.co-tag.is-success{color:var(--co-accent-strong);background:#1f7a441f;border-color:#1f7a4429}.co-radar-grid,.co-game-list,.co-finance-list{display:grid;gap:1rem}.co-radar-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.co-radar-card{min-height:15rem;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;border-radius:var(--co-radius-lg);border:1px solid rgba(16,32,24,.12);background:linear-gradient(180deg,#e0e8e4f5,#fffffffa);background-size:cover;background-position:center;color:#f5faf5;box-shadow:var(--co-shadow)}.co-radar-card.is-compact{min-height:13rem}.co-radar-card-head,.co-finance-card-head,.co-game-card-head{display:flex;justify-content:space-between;gap:.8rem}.co-radar-card-body{display:grid;gap:.38rem;margin-top:2.2rem}.co-radar-card-body h4,.co-finance-card h4,.co-game-card-title{margin:0;font-size:1.18rem;line-height:1.2}.co-card-kicker,.co-card-meta,.co-meta-line,.co-empty-card-copy p,.co-support-copy,.co-note-list-row span,.co-note-list-row strong{margin:0}.co-card-kicker,.co-card-meta,.co-meta-line,.co-empty-card-copy p,.co-support-copy{color:#f5faf5cc}.co-surface .co-card-meta,.co-surface .co-support-copy,.co-surface .co-meta-line,.co-empty-card-copy p{color:var(--co-muted)}.co-meta-line{display:inline-flex;align-items:center;gap:.45rem;font-size:.88rem}.co-empty-card{display:grid;gap:.9rem;padding:1.15rem;border-radius:var(--co-radius-lg);border:1px dashed rgba(28,62,42,.18);background:#f5f9f4e0}.co-empty-card-mark{width:2.9rem;height:2.9rem;display:grid;place-items:center;border-radius:1rem;background:#1f7a4414;color:var(--co-accent-strong)}.co-empty-card-copy{display:grid;gap:.35rem}.co-finance-list,.co-game-list{grid-template-columns:1fr}.co-finance-card,.co-game-card{display:grid;gap:.9rem;padding:1.1rem;border-radius:var(--co-radius-lg);border:1px solid var(--co-line);background:#fffffff5}.co-finance-card-head strong,.co-summary-slab-main strong{font-size:1.3rem;line-height:1}.co-finance-meta-grid,.co-game-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-finance-meta-grid p,.co-summary-slab-main p{margin:.35rem 0 0}.co-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.15rem}.co-mini-panel,.co-summary-card,.co-info-block{padding:1rem}.co-mini-panel{display:grid;gap:.35rem}.co-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:1.1rem}.co-summary-grid.is-finance{margin-top:1rem}.co-summary-card{display:grid;gap:.3rem;min-height:8.5rem}.co-summary-card.tone-accent{background:linear-gradient(180deg,#deeee3fa,#fffffffa)}.co-summary-card.tone-warning{background:linear-gradient(180deg,#f4e8d0eb,#fffffffa)}.co-filter-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.co-filter-chip{min-height:2.75rem;display:inline-flex;align-items:center;gap:.7rem;padding:0 .95rem;border-radius:999px;border:1px solid var(--co-line);background:#ffffffe6;color:var(--co-ink);cursor:pointer;transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.co-filter-chip:hover{transform:translateY(-1px)}.co-filter-chip strong{min-width:1.65rem;height:1.65rem;display:grid;place-items:center;border-radius:999px;background:#1020180f;font-size:.76rem}.co-filter-chip.is-active{color:var(--co-accent-strong);background:#1f7a4414;border-color:#1f7a4429}.co-filter-chip.is-active strong{background:#fff}.co-note-list{display:grid;gap:.9rem;margin-top:1.15rem}.co-note-list-row{display:flex;justify-content:space-between;gap:1rem;padding-bottom:.8rem;border-bottom:1px solid var(--co-line)}.co-note-list-row strong{text-align:right}.co-summary-slab{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-top:1.15rem;padding:1.15rem;border-radius:var(--co-radius-lg);border:1px solid var(--co-line);background:#f7fbf7f0}.co-summary-slab-main,.co-summary-slab-meta{display:grid;gap:.45rem}.co-summary-slab-meta{justify-items:flex-end}.is-spinning{animation:co-spin 1s linear infinite}.co-login{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr}.co-login-hero,.co-login-panel{position:relative;min-height:100vh}.co-login-hero{overflow:hidden;background:radial-gradient(circle at 14% 18%,rgba(84,180,110,.22),transparent 26%),radial-gradient(circle at 82% 10%,rgba(116,160,126,.2),transparent 18%),linear-gradient(180deg,#09120d,#0d1913 54%,#102018)}.co-login-atmosphere{position:absolute;inset:0;overflow:hidden}.co-login-patch{position:absolute;display:block;border-radius:999px;filter:blur(2px);animation:co-float 7.5s ease-in-out infinite}.co-login-patch.patch-a{top:7%;left:-8%;width:22rem;height:12rem;transform:rotate(-18deg);background:#4ca16038}.co-login-patch.patch-b{top:34%;right:-10%;width:26rem;height:13rem;transform:rotate(14deg);background:#61756633;animation-delay:.8s}.co-login-patch.patch-c{bottom:10%;left:12%;width:20rem;height:11rem;transform:rotate(-12deg);background:#a8966e29;animation-delay:1.3s}.co-login-hero-copy,.co-login-panel{padding:clamp(1.6rem,4vw,3rem)}.co-login-brand{width:clamp(5.25rem,12vw,7rem);height:clamp(5.25rem,12vw,7rem);display:grid;place-items:center;overflow:hidden;border-radius:1.6rem;border:1px solid rgba(112,241,255,.16);background:#060e0c85;box-shadow:0 22px 50px #020c0a57}.co-login-brand-image{width:100%;height:100%;object-fit:cover}.co-login-hero-copy{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;max-width:40rem;color:#f4f8f4}.co-login-badge,.co-login-feature-list span{display:inline-flex;align-items:center;gap:.5rem}.co-login-badge{align-self:flex-start;padding:.7rem .9rem;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d}.co-login-badge-image{width:1.2rem;height:1.2rem;object-fit:cover;border-radius:999px;box-shadow:0 0 16px #43eaff57}.co-login-hero-copy h1{margin:1.1rem 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(2.6rem,5.6vw,4.8rem);line-height:.94;letter-spacing:-.05em}.co-login-hero-copy p{margin:1rem 0 0;max-width:30rem;color:#f4f8f4b8;font-size:1.02rem}.co-login-feature-list{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem}.co-login-feature-list span{min-height:2.4rem;padding:0 .9rem;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:#f4f8f4d6;font-size:.84rem}.co-login-panel{display:grid;place-items:center;background:linear-gradient(180deg,#f4f8f3fa,#eef4ecfa),linear-gradient(180deg,#eef4ed,#e7efe7)}.co-login-card{width:min(100%,33rem);padding:1.8rem;border-radius:2rem;background:#fffffff0}.co-login-card-head h2{margin:.75rem 0 0;font-family:Space Grotesk,sans-serif;font-size:2rem;line-height:.98}.co-form{display:grid;gap:1rem;margin-top:1.4rem}.co-field{display:grid;gap:.45rem}.co-field span{font-size:.88rem;font-weight:700;color:var(--co-ink)}.co-field input,.co-field textarea,.co-field select{width:100%;min-height:3.35rem;padding:0 1rem;border-radius:1rem;border:1px solid var(--co-line);background:#f6faf5eb;color:var(--co-ink);outline:none;transition:border-color .16s ease,box-shadow .16s ease}.co-field textarea{min-height:8.75rem;padding:.9rem 1rem;resize:vertical}.co-field select{appearance:none}.co-field-message{color:var(--co-muted);font-size:.82rem;line-height:1.45}.co-field-message.is-available{color:#1f7a44}.co-field-message.is-taken,.co-field-message.is-error{color:#9c3838}.co-field-message.is-checking{color:#8a6a23}.co-field input:focus,.co-field textarea:focus,.co-field select:focus{border-color:#1f7a445c;box-shadow:0 0 0 4px #1f7a4414}.co-two-column-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.co-toggle-row{min-height:3.35rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:1rem;padding:.95rem 1rem;border-radius:1rem;border:1px solid var(--co-line);background:#f6faf5eb}.co-toggle-row input[type=checkbox]{width:1.15rem;height:1.15rem;margin:0;accent-color:var(--co-accent)}.co-toggle-row-copy{display:grid;gap:.25rem;min-width:0}.co-toggle-row-copy strong{font-size:.96rem}.co-toggle-row-copy small{color:var(--co-muted);line-height:1.45}.co-toggle-row-copy,.co-auth-note span,.co-auth-info-card strong{overflow-wrap:anywhere}.co-inline-message,.co-inline-error{padding:.9rem 1rem;border-radius:1rem;font-size:.92rem}.co-inline-message{margin-top:1rem;color:var(--co-accent-strong);background:#1f7a4414;border:1px solid rgba(31,122,68,.12)}.co-inline-error{color:#a53434;background:#db434314;border:1px solid rgba(219,67,67,.12)}.co-primary-button{min-height:3.45rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:0 1.15rem;border:0;color:#f7fbf7;background:linear-gradient(135deg,var(--co-accent),var(--co-accent-strong));cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease;box-shadow:0 20px 36px #155c3238}@media(max-width:720px){.co-two-column-grid,.co-toggle-row{grid-template-columns:1fr}}.co-primary-button:hover:not(:disabled){transform:translateY(-1px)}.co-primary-button:disabled{cursor:not-allowed;opacity:.7}.co-login-panel.is-centered{place-items:center}.co-auth-panel-stack{display:grid;gap:.95rem;margin-top:1.4rem}.co-google-button-shell,.co-auth-info-card{display:grid;gap:.7rem;padding:1rem;border-radius:1.1rem;border:1px solid var(--co-line);background:#f6faf5eb}.co-google-button-label{font-size:.88rem;font-weight:700;color:var(--co-ink)}.co-google-button-slot{min-height:42px;display:grid;align-items:center}.co-google-button-shell small{color:var(--co-muted);line-height:1.45}.co-social-button,.co-auth-back-link,.co-link-text-button,.co-input-shell-action{border:0;background:none}.co-social-button{min-height:3.35rem;display:inline-flex;align-items:center;gap:.8rem;padding:0 1rem;border-radius:1rem;border:1px solid var(--co-line);background:#f6faf5eb;color:var(--co-ink);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.co-social-button:hover:not(:disabled){transform:translateY(-1px);border-color:#1f7a442e;box-shadow:0 14px 28px #0b18110f}.co-social-button:disabled,.co-input-shell-action:disabled,.co-link-text-button:disabled{cursor:not-allowed;opacity:.62}.co-social-button span:nth-child(2){flex:1;min-width:0;text-align:left;font-weight:800}.co-social-button-icon{width:2rem;height:2rem;display:grid;place-items:center;flex:none;border-radius:999px;background:#1f7a4414;color:var(--co-accent-strong)}.co-social-divider,.co-auth-footer-row,.co-auth-action-row,.co-auth-info-row,.co-modal-head{display:flex;align-items:center}.co-social-divider{gap:.85rem}.co-social-divider span{flex:1;height:1px;background:var(--co-line)}.co-social-divider strong,.co-auth-footer-row span{color:var(--co-muted);font-size:.8rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.co-auth-back-link,.co-link-text-button{display:inline-flex;align-items:center;gap:.45rem;padding:0;color:var(--co-accent-strong);cursor:pointer;font-weight:800}.co-auth-back-link{align-self:flex-start;margin-bottom:1rem}.co-auth-action-row{justify-content:center;flex-wrap:wrap;gap:.65rem;margin-top:1rem;color:var(--co-muted)}.co-auth-footer-row{justify-content:center;flex-wrap:wrap;gap:.45rem .6rem;margin-top:1.25rem}.co-auth-note{min-height:2.9rem;display:inline-flex;align-items:center;gap:.6rem;padding:.85rem .95rem;border-radius:1rem;border:1px solid rgba(31,122,68,.1);background:#1f7a440f;color:var(--co-accent-strong);line-height:1.5}.co-auth-note span{flex:1}.co-auth-info-card strong{font-family:Space Grotesk,sans-serif;font-size:1.15rem;line-height:1.02}.co-auth-info-card p,.co-auth-info-row span{margin:0;color:var(--co-muted)}.co-auth-info-row{gap:.6rem;color:var(--co-accent-strong)}.co-input-shell{min-height:3.35rem;display:flex;align-items:center;gap:.7rem;padding:0 1rem;border-radius:1rem;border:1px solid var(--co-line);background:#f6faf5eb;transition:border-color .16s ease,box-shadow .16s ease}.co-input-shell svg{color:var(--co-muted);flex:none}.co-input-shell input{min-height:3.25rem;padding:0;border:0;background:transparent;box-shadow:none}.co-input-shell input:focus{box-shadow:none}.co-input-shell:focus-within{border-color:#1f7a445c;box-shadow:0 0 0 4px #1f7a4414}.co-input-shell.is-invalid{border-color:#db434352}.co-input-shell-action{width:2rem;height:2rem;display:grid;place-items:center;flex:none;color:var(--co-muted);cursor:pointer}.co-toggle-row-compact small{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.co-toggle-row-compact .co-link-text-button{font-size:.82rem}.co-auth-step-rail{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.2rem}.co-auth-step-pill{min-height:2.1rem;display:inline-flex;align-items:center;gap:.45rem;padding:0 .8rem;border-radius:999px;border:1px solid var(--co-line);background:#f6faf5eb;color:var(--co-muted)}.co-auth-step-pill strong{font-size:.78rem;letter-spacing:.03em;text-transform:uppercase}.co-auth-step-pill.is-active{border-color:#1f7a442e;background:#e8f5e9fa;color:var(--co-accent-strong)}.co-auth-step-dot{width:.5rem;height:.5rem;border-radius:999px;background:#10201824}.co-auth-step-dot.is-reached{background:#1f7a448a}.co-auth-step-dot.is-active{background:var(--co-accent)}.co-modal-scrim{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:#0b18116b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.co-modal-card{width:min(100%,760px);max-height:min(86vh,760px);display:grid;gap:1rem;padding:1.35rem;overflow:hidden;border-radius:1.7rem;border:1px solid var(--co-line);background:#fffffffa;box-shadow:0 22px 52px #0b18112e}.co-modal-head{justify-content:space-between;gap:1rem}.co-modal-head h3{margin:.35rem 0 0;font-family:Space Grotesk,sans-serif;font-size:1.6rem;line-height:1.02}.co-modal-copy{overflow-y:auto;padding-right:.25rem}.co-modal-copy p{margin:0 0 .8rem;color:var(--co-muted);line-height:1.65}@keyframes co-rise-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes co-float{0%,to{transform:translateZ(0)}50%{transform:translate3d(0,-12px,0)}}@keyframes co-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:1081px){.co-app-shell{display:grid;grid-template-columns:minmax(290px,320px) minmax(0,1fr)}.co-drawer-scrim{display:none}.co-drawer-frame{position:sticky;top:0;left:auto;z-index:auto;width:auto;height:100vh;overflow:visible;pointer-events:auto}.co-drawer-frame.is-open{pointer-events:auto}.co-drawer{width:100%;transform:none;box-shadow:none;border-right:1px solid rgba(28,62,42,.08)}.co-drawer-close,.co-topbar-icon,.co-bottom-nav{display:none}.co-app-main{min-width:0;padding:1.1rem 1.3rem 1.5rem}.co-app-topbar,.co-app-content{width:min(100%,1120px)}.co-app-content{padding-bottom:1.5rem}}@media(max-width:1080px){.co-mobile-nav{display:flex;gap:.7rem;overflow-x:auto;padding:.1rem 0 .2rem;scrollbar-width:none}.co-mobile-nav::-webkit-scrollbar{display:none}.co-mobile-nav-link{display:inline-flex;align-items:center;gap:.45rem;min-height:2.8rem;padding:0 .95rem;white-space:nowrap;border-radius:999px;background:#ffffffb3;border:1px solid rgba(28,62,42,.08);color:var(--co-muted)}.co-mobile-nav-link.is-active{color:var(--co-accent-strong);background:#1f7a441a;border-color:#1f7a441f}.co-login{grid-template-columns:1fr}.co-login-hero,.co-login-panel{min-height:auto}.co-modal-head,.co-auth-footer-row,.co-auth-action-row{align-items:flex-start}.co-stat-grid,.co-summary-grid,.co-radar-grid,.co-agenda-metrics,.co-agenda-metrics.is-finance{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:820px){.co-app-main{padding:.8rem}.co-app-topbar{top:.55rem;padding:.8rem .9rem}.co-feature-top,.co-section-head,.co-summary-slab,.co-mobile-hero-top,.co-feed-header{flex-direction:column;align-items:flex-start}.co-two-column.co-two-column-balanced,.co-stat-grid,.co-summary-grid,.co-radar-grid,.co-mini-grid,.co-finance-meta-grid,.co-game-info-grid{grid-template-columns:1fr}.co-explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-note-list-row{flex-direction:column}.co-summary-slab-meta{justify-items:flex-start}.co-module-grid,.co-two-column,.co-home-metrics{grid-template-columns:1fr}.co-feed-count{justify-items:start}.co-home-identity-main{flex-wrap:wrap;align-items:flex-start}.co-users-toolbar-top,.co-user-profile-head,.co-user-profile-topbar,.co-user-profile-team{flex-direction:column;align-items:flex-start}.co-user-row{align-items:flex-start}.co-user-row-main-button,.co-user-row-actions,.co-user-follow-btn,.co-user-profile-actions .co-link-button{width:100%}.co-users-location-options{grid-template-columns:1fr}.co-home-refresh{width:100%}.co-home-hero-card{grid-template-columns:1fr}.co-story-viewer-stage{grid-template-columns:1fr;padding-inline:.7rem}.co-story-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:4}.co-story-viewer-nav.is-prev{left:.85rem}.co-story-viewer-nav.is-next{right:.85rem}.co-home-metric+.co-home-metric{border-left:0;border-top:1px solid var(--co-line)}.co-social-button,.co-auth-back-link,.co-auth-action-row .co-link-text-button,.co-auth-footer-row .co-link-text-button{width:100%;justify-content:center}}@media(max-width:640px){.co-hero-copy h3,.co-section-head h3,.co-surface-head h3{font-size:1.5rem}.co-login-hero-copy h1{font-size:2.35rem}.co-feature-copy,.co-game-card,.co-finance-card,.co-summary-slab,.co-mobile-hero-card,.co-spotlight-body,.co-home-hero-card,.co-explore-card{padding:1rem}.co-app-topbar{gap:.65rem}.co-topbar-profile{padding:0 .75rem}.co-topbar-profile span{display:none}.co-modal-card{padding:1rem}.co-filter-chip,.co-link-button,.co-ghost-button,.co-refresh-button{width:100%;justify-content:center}.co-users-stats-row,.co-user-profile-stats{grid-template-columns:1fr}.co-users-search{width:100%}.co-scroll-track{grid-auto-columns:minmax(84vw,84vw)}.co-highlight-card{--co-highlight-width: min(78vw, 230px)}.co-highlight-card.is-narrow{--co-highlight-width: min(72vw, 210px)}.co-story-bubble{width:5rem}.co-story-ring{width:4.45rem;height:4.45rem}.co-explore-card{min-height:9rem}.co-bottom-nav{width:calc(100vw - .8rem);bottom:.4rem;gap:.22rem;padding:.35rem}.co-bottom-nav-link,.co-bottom-nav-menu{min-height:2.85rem}.co-bottom-nav-link>span:last-child,.co-bottom-nav-menu>span:last-child{font-size:.62rem}.co-story-viewer-top,.co-story-viewer-bottom{padding-inline:.8rem}.co-story-viewer-head{gap:.7rem}.co-story-viewer-head-actions{gap:.45rem}.co-story-viewer-icon-button,.co-story-viewer-like{min-height:2.55rem;padding:0 .85rem}.co-story-viewer-stage{padding-top:4.4rem;padding-bottom:7.8rem}.co-story-viewer-media{width:100%;min-height:68vh;border-radius:1.6rem}}@media(max-width:460px){.co-explore-grid{gap:.75rem}.co-explore-card{min-height:8.6rem;padding:.9rem}.co-explore-card-copy strong{font-size:1.08rem}.co-explore-card-copy p{max-width:none;font-size:.88rem}.co-story-viewer-nav{width:2.6rem;height:2.6rem}.co-story-viewer-resource-copy strong{font-size:.92rem}.co-story-viewer-caption{font-size:.94rem}.co-story-viewer-actions{display:grid;gap:.6rem}.co-story-viewer-actions>*{width:100%}}.co-inline-success-card{padding:.95rem 1rem;border-radius:var(--co-radius-md);border:1px solid rgba(31,122,68,.18);background:#dff0e2eb;color:var(--co-accent-strong)}.co-teams-stats-row{display:flex;flex-wrap:wrap;gap:.75rem}.co-team-list,.co-team-member-list,.co-team-link-list,.co-team-profile-sections{display:grid;gap:1rem}.co-team-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.9rem;padding:1rem;border-radius:var(--co-radius-md);border:1px solid var(--co-line);background:#ffffffc7}.co-team-row.is-mine{border-color:#1f7a442e;box-shadow:inset 0 0 0 1px #1f7a440f}.co-team-row-main-button{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.95rem;border:0;padding:0;background:none;color:inherit;text-align:left;cursor:pointer}.co-team-row-avatar,.co-team-profile-avatar,.co-team-member-avatar{display:grid;place-items:center;border-radius:1rem;overflow:hidden;border:1px solid var(--co-line);background:#1f7a4414;color:var(--co-accent-strong)}.co-team-row-avatar{width:4.2rem;height:4.2rem}.co-team-row-avatar-image,.co-team-profile-avatar-image,.co-team-member-avatar-image{width:100%;height:100%;object-fit:cover}.co-team-row-main{min-width:0;display:grid;gap:.55rem}.co-team-row-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.co-team-row-head strong{display:block;margin-top:.22rem;font-size:1.1rem}.co-team-row-head-right{display:flex;align-items:center;gap:.55rem;color:var(--co-muted)}.co-status-chip{min-height:1.95rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:0 .8rem;border-radius:999px;border:1px solid rgba(28,62,42,.1);background:#ffffffbd;color:var(--co-ink);font-size:.83rem;font-weight:700}.co-status-chip.is-accent{border-color:#1f7a4429;background:#dff0e2eb;color:var(--co-accent-strong)}.co-status-chip.is-danger{border-color:#b91c1c29;background:#fff2f2f5;color:#a53434}.co-clubinho-summary-grid,.co-clubinho-eligibility-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.co-clubinho-summary-card{display:grid;gap:.35rem;padding:1rem;border-radius:1.2rem;border:1px solid var(--co-line);background:#f6faf5f5}.co-clubinho-summary-card small{color:var(--co-muted);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.co-clubinho-summary-card strong{font-size:1.45rem;line-height:1}.co-clubinho-summary-card span{color:var(--co-muted);font-size:.86rem;line-height:1.45}.co-clubinho-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.9rem}.co-clubinho-action-card{min-height:10rem;display:grid;align-content:start;gap:.75rem;padding:1rem;border-radius:1.2rem;border:1px solid var(--co-line);background:#f6faf5f5;color:var(--co-ink);cursor:pointer;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.co-clubinho-action-card:hover{transform:translateY(-1px);border-color:#1f7a4429;box-shadow:0 16px 32px #0b181114}.co-clubinho-action-card strong{font-size:1rem}.co-clubinho-action-card span{color:var(--co-muted);line-height:1.5}.co-clubinho-chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.co-clubinho-member-grid,.co-clubinho-payment-list{display:grid;gap:.9rem}.co-clubinho-payment-card{display:grid;gap:.9rem;padding:1rem;border-radius:1.2rem;border:1px solid var(--co-line);background:#fffffff5}.co-clubinho-payment-card.is-overdue{border-color:#b91c1c24;background:#fffafafa}.co-clubinho-payment-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.9rem}.co-clubinho-payment-top small{display:block;color:var(--co-muted);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.co-clubinho-payment-top strong{display:block;margin-top:.35rem;font-family:Space Grotesk,sans-serif;font-size:1.4rem;line-height:1.02}.co-clubinho-payment-meta{display:flex;flex-wrap:wrap;gap:.55rem}.co-clubinho-payment-meta span{display:inline-flex;align-items:center;min-height:2rem;padding:0 .8rem;border-radius:999px;border:1px solid rgba(28,62,42,.1);background:#f6faf5eb;color:var(--co-muted);font-size:.82rem;font-weight:700}.co-team-row-meta,.co-team-row-stats{display:flex;flex-wrap:wrap;gap:.55rem}.co-team-row-actions{display:flex;align-items:center}.co-team-head-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.75rem}.co-teams-load-more{margin-top:1rem;display:flex;justify-content:center}.co-team-profile-hero{position:relative;min-height:20rem;display:grid;align-items:end;padding:1.2rem;border-radius:var(--co-radius-xl);overflow:hidden;border:1px solid rgba(28,62,42,.08);background:radial-gradient(circle at top right,rgba(231,220,197,.22),transparent 30%),linear-gradient(140deg,#122a1df5,#224e35d9);color:#f8fbf8}.co-team-profile-banner-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.co-team-profile-banner-scrim{position:absolute;inset:0;background:linear-gradient(180deg,#0a120d2e,#0a120dbd),linear-gradient(135deg,#165c3285,#10201829)}.co-team-profile-topbar,.co-team-profile-head{position:relative;z-index:1}.co-team-profile-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.co-team-profile-topbar-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.co-team-profile-topbar .co-inline-link,.co-team-profile-topbar .co-link-button{border-color:#ffffff29;background:#ffffff14;color:#f8fbf8}.co-team-profile-head{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;margin-top:5.5rem}.co-team-profile-avatar{width:5.6rem;height:5.6rem;border-radius:1.45rem;border-color:#ffffff38;background:#ffffff1f;color:#fff}.co-team-profile-copy h2{margin:.28rem 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,3vw,2.6rem);line-height:.95}.co-team-profile-handle{margin:.4rem 0 0;color:#f8fbf8c7}.co-team-profile-inline{margin-top:.75rem;display:inline-flex;align-items:center;gap:.45rem;color:#f8fbf8d1}.co-team-profile-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.co-team-invite-panel,.co-team-section-card{display:grid;gap:1rem;padding:1.15rem;border-radius:var(--co-radius-md);border:1px solid var(--co-line);background:#ffffff9e}.co-team-invite-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem}.co-team-invite-form input{min-height:3rem;padding:0 .95rem;border-radius:1rem;border:1px solid var(--co-line);background:#ffffffdb;color:var(--co-ink)}.co-team-gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.co-team-gallery-card{aspect-ratio:1;overflow:hidden;border-radius:1rem;border:1px solid var(--co-line);background:#ffffffb8}.co-team-gallery-card img{width:100%;height:100%;object-fit:cover}.co-team-rule-list{display:grid;gap:.85rem}.co-team-rule-row{display:grid;gap:.25rem}.co-team-rule-row strong{font-size:.95rem}.co-team-rule-row p{margin:0;color:var(--co-muted)}.co-team-member-row,.co-team-link-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:center;padding:.95rem 1rem;border-radius:1rem;border:1px solid var(--co-line);background:#ffffffb8}.co-team-member-avatar{width:3rem;height:3rem}.co-team-member-copy,.co-team-link-copy{min-width:0;display:grid;gap:.18rem}.co-team-member-actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.co-team-member-copy p,.co-team-link-copy small{margin:0;color:var(--co-muted)}.co-team-link-mark{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:.95rem;border:1px solid var(--co-line);background:#1f7a4414;color:var(--co-accent-strong)}@media(max-width:960px){.co-team-row{grid-template-columns:1fr}.co-team-row-actions{justify-content:flex-end}.co-team-profile-topbar{gap:1rem;flex-direction:column;align-items:stretch}.co-team-profile-topbar-actions{justify-content:flex-start}.co-team-invite-form{grid-template-columns:1fr}}@media(max-width:720px){.co-team-profile-head{grid-template-columns:1fr}.co-team-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-team-member-row,.co-team-link-row{grid-template-columns:auto minmax(0,1fr)}.co-team-member-row .co-ghost-button,.co-team-link-row>svg{grid-column:1 / -1;justify-self:flex-start}}.co-chat-list,.co-notification-list,.co-chat-message-list{display:grid;gap:.9rem}.co-chat-row,.co-notification-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;padding:1rem;border-radius:var(--co-radius-md);border:1px solid var(--co-line);background:#fffc}.co-chat-row-leading{display:flex;align-items:flex-start;gap:.55rem}.co-chat-unread-dot,.co-chat-unread-dot.is-on{width:.6rem;height:.6rem;margin-top:1rem;border-radius:999px;background:#6071683d}.co-chat-unread-dot.is-on{background:var(--co-accent)}.co-chat-avatar-button{border:0;padding:0;background:none;cursor:pointer}.co-chat-avatar{width:3.3rem;height:3.3rem;display:grid;place-items:center;border-radius:1rem;overflow:hidden;border:1px solid var(--co-line);background:#1f7a441a;color:var(--co-accent-strong);font-weight:800}.co-chat-avatar-image{width:100%;height:100%;object-fit:cover}.co-chat-row-main{width:100%;display:grid;gap:.55rem;padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.co-chat-row-head,.co-notification-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.co-chat-row-head strong,.co-notification-head strong{font-size:1rem}.co-chat-row-head span,.co-notification-head p,.co-notification-when{color:var(--co-muted);font-size:.82rem}.co-chat-row-head span,.co-notification-when{white-space:nowrap}.co-chat-row-meta,.co-notification-head-right,.co-chat-composer-actions,.co-notification-actions,.co-chat-conversation-topbar,.co-chat-conversation-head{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.co-chat-row-preview,.co-notification-body,.co-chat-message-text{margin:0;color:var(--co-muted);line-height:1.55}.co-chat-row-preview.is-unread{color:var(--co-ink);font-weight:700}.co-chat-conversation-hero,.co-chat-conversation-body,.co-chat-composer{display:grid;gap:1rem}.co-chat-conversation-copy p{margin:.28rem 0 0;color:var(--co-muted)}.co-chat-realtime-bar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.co-chat-typing-pill{min-height:1.9rem;display:inline-flex;align-items:center;padding:0 .85rem;border-radius:999px;background:#dff0e2eb;color:var(--co-accent-strong);font-size:.82rem;font-weight:700}.co-chat-load-older,.co-chat-day-divider{display:flex;justify-content:center}.co-chat-day-divider span{padding:.4rem .85rem;border-radius:999px;background:#1f7a4414;color:var(--co-muted);font-size:.82rem;font-weight:800}.co-chat-message-row{display:flex;justify-content:flex-start}.co-chat-message-row.is-mine{justify-content:flex-end}.co-chat-message-bubble{max-width:min(100%,42rem);display:grid;gap:.75rem;padding:.95rem 1rem;border-radius:1.15rem;border:1px solid var(--co-line);background:#f8fbf7f5}.co-chat-message-bubble.is-mine{background:#dff0e2f5;border-color:#1f7a4424}.co-chat-message-bubble.is-removed{opacity:.7}.co-chat-reply-preview{display:grid;gap:.18rem;padding-left:.8rem;border-left:3px solid rgba(31,122,68,.24)}.co-chat-reply-preview strong{font-size:.82rem}.co-chat-reply-preview span,.co-chat-message-meta{color:var(--co-muted);font-size:.78rem}.co-chat-message-meta{display:flex;justify-content:flex-end}.co-chat-attachment-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.co-chat-image-link{display:block;overflow:hidden;border-radius:1rem;border:1px solid var(--co-line)}.co-chat-image-preview{width:100%;height:11rem;object-fit:cover}.co-chat-audio-list,.co-chat-other-files{display:grid;gap:.6rem}.co-chat-audio-player{width:100%}.co-chat-pending-media{display:grid;gap:.8rem;padding:.85rem;border-radius:1rem;border:1px dashed rgba(31,122,68,.18);background:#f4f8f3e6}.co-chat-pending-media-preview{display:grid;gap:.75rem}.co-chat-pending-image{width:min(12rem,100%);max-height:12rem;object-fit:cover;border-radius:1rem;border:1px solid var(--co-line)}.co-chat-pending-audio{min-height:4rem;display:flex;align-items:center;gap:.75rem;padding:.85rem 1rem;border-radius:1rem;border:1px solid var(--co-line);background:#ffffffe0;color:var(--co-accent-strong)}.co-chat-pending-audio strong{font-size:.95rem}.co-chat-composer-inputs{display:grid;gap:.75rem}.co-chat-media-trigger{justify-self:flex-start}.co-chat-hidden-input{display:none}.co-chat-composer textarea{min-height:7.5rem;resize:vertical;padding:1rem;border-radius:1rem;border:1px solid var(--co-line);background:#ffffffe0;color:var(--co-ink)}.co-chat-composer-actions{justify-content:space-between}.co-notification-row.is-unread{border-color:#1f7a4429}.co-notification-row.tone-financeiro{background:linear-gradient(180deg,#f4e8d06b,#ffffffdb)}.co-notification-row.tone-jogo{background:linear-gradient(180deg,#dff0e266,#ffffffdb)}.co-notification-mark{width:3rem;height:3rem;display:grid;place-items:center;border-radius:1rem;border:1px solid var(--co-line);background:#1f7a4414;color:var(--co-accent-strong)}.co-notification-main{display:grid;gap:.65rem}@media(max-width:720px){.co-chat-row,.co-notification-row{grid-template-columns:1fr}.co-chat-row-leading{align-items:center}.co-chat-conversation-topbar,.co-chat-composer-actions,.co-notification-actions{flex-direction:column;align-items:stretch}.co-chat-realtime-bar{align-items:stretch}.co-chat-media-trigger{width:100%;justify-content:center}.co-chat-attachment-grid{grid-template-columns:1fr}}.co-status-chip.tone-accent{border-color:#1f7a4429;background:#dff0e2eb;color:var(--co-accent-strong)}.co-status-chip.tone-warning{border-color:#bd7c1b24;background:#f7ecd2eb;color:#8a5a09}.co-status-chip.tone-danger{border-color:#a83e3e29;background:#f8e0e0f0;color:#8f2f2f}.co-ops-page,.co-ops-hero,.co-ops-summary-grid,.co-ops-module-grid,.co-ops-resource-grid,.co-resource-page-hero,.co-resource-detail-hero,.co-resource-detail-grid,.co-resource-list,.co-resource-gallery,.co-product-grid,.co-specialty-list,.co-search-shell,.co-tab-strip{display:grid;gap:1rem}.co-ops-hero,.co-resource-page-hero,.co-resource-detail-hero{padding:1.5rem;border-radius:1.6rem;border:1px solid rgba(28,62,42,.08);background:linear-gradient(180deg,#ffffffeb,#f4f8f3f5)}.co-ops-hero,.co-resource-page-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end}.co-ops-hero-copy,.co-ops-module-copy,.co-resource-detail-copy{display:grid;gap:.8rem}.co-ops-hero-copy h2,.co-resource-page-hero h2,.co-resource-detail-copy h2{margin:0;font-size:clamp(2rem,3vw,2.8rem);line-height:1.02}.co-ops-hero-actions,.co-resource-hero-actions,.co-resource-detail-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.co-ops-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.co-ops-summary-card,.co-ops-module-card{display:grid;gap:.95rem;padding:1.15rem;border-radius:1.2rem;border:1px solid rgba(28,62,42,.08);background:#ffffffc2}.co-ops-summary-card{grid-template-columns:auto 1fr;align-items:center}.co-ops-summary-card strong{display:block;font-size:1.45rem}.co-ops-summary-card span,.co-ops-summary-card small,.co-ops-module-card p,.co-ops-resource-copy p,.co-resource-row-body{color:var(--co-muted)}.co-ops-summary-mark,.co-ops-resource-mark{width:2.95rem;height:2.95rem;display:grid;place-items:center;border-radius:1rem;background:#dff0e2f0;color:var(--co-accent-strong)}.co-ops-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-ops-module-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.co-ops-module-copy strong,.co-ops-resource-copy strong,.co-resource-row-head strong,.co-product-card-copy strong{font-size:1.08rem}.co-ops-resource-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-ops-resource-card,.co-resource-row,.co-product-card{border-radius:1.2rem;border:1px solid rgba(28,62,42,.08);background:#ffffffc7}.co-ops-resource-main,.co-resource-row-main{width:100%;display:grid;gap:1rem;text-align:left;color:inherit;background:transparent}.co-ops-resource-main{grid-template-columns:auto 1fr;align-items:start;padding:1rem}.co-ops-resource-copy,.co-resource-row-copy{display:grid;gap:.7rem}.co-ops-resource-meta,.co-ops-resource-badges,.co-resource-row-meta,.co-resource-row-badges,.co-specialty-list{display:flex;flex-wrap:wrap;gap:.55rem}.co-ops-resource-meta span,.co-resource-row-meta span{min-height:1.85rem;display:inline-flex;align-items:center;gap:.35rem;padding:0 .75rem;border-radius:999px;background:#f4f8f3e6;color:var(--co-muted);font-size:.82rem;font-weight:700}.co-resource-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;padding:1rem}.co-resource-row-media{width:4.2rem;min-width:4.2rem;height:4.2rem;display:grid;place-items:center;overflow:hidden;border-radius:1rem;border:1px solid rgba(28,62,42,.08);background:#dff0e2d1;color:var(--co-accent-strong)}.co-resource-row-media.is-cover{align-self:start}.co-resource-row-media-image,.co-resource-detail-banner-image,.co-resource-gallery-image,.co-product-card-image{width:100%;height:100%;object-fit:cover}.co-resource-row-main{grid-template-columns:auto 1fr;align-items:start}.co-resource-row-head{display:flex;align-items:start;justify-content:space-between;gap:.8rem}.co-resource-row-head p,.co-resource-detail-copy .co-kicker,.co-ops-module-copy p,.co-resource-row-body,.co-product-card-copy p{margin:0}.co-resource-row-actions{display:flex;align-items:center}.co-resource-detail-hero{overflow:hidden}.co-resource-detail-banner{min-height:15rem;overflow:hidden;border-radius:1.25rem;border:1px solid rgba(28,62,42,.08);background:linear-gradient(135deg,#dff0e2e6,#f4f8f3fa)}.co-resource-detail-banner-fallback{width:100%;min-height:15rem;display:grid;place-items:center;color:var(--co-accent-strong)}.co-resource-detail-head,.co-resource-detail-back{display:grid;gap:1rem}.co-resource-detail-back{grid-template-columns:auto 1fr;align-items:center}.co-resource-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.co-resource-gallery,.co-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.co-resource-gallery-image,.co-product-card-media{overflow:hidden;border-radius:1rem;border:1px solid rgba(28,62,42,.08)}.co-resource-gallery-image{height:12rem}.co-product-card{padding:1rem;display:grid;gap:.85rem;align-content:start;min-height:100%;text-align:left;color:inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease}.co-product-card:hover{transform:translateY(-2px);border-color:#1f7a4429;background:#ffffffeb;box-shadow:0 16px 28px #0c1c1214}.co-product-card-media{aspect-ratio:1 / 1;display:grid;place-items:center;background:#f4f8f3d1;color:var(--co-accent-strong)}.co-product-card-copy{display:grid;gap:.45rem;align-content:start}.co-product-card-meta{color:var(--co-muted);font-size:.83rem;font-weight:700;line-height:1.35;text-transform:uppercase;letter-spacing:.04em}.co-product-card-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.co-product-card-copy p{color:var(--co-muted);line-height:1.5;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:4}.co-product-card-price{color:var(--co-accent-strong);font-weight:800}.co-search-shell{grid-template-columns:minmax(0,1fr) auto;align-items:center}.co-search-box{min-height:3.15rem;display:flex;align-items:center;gap:.75rem;padding:0 1rem;border-radius:1rem;border:1px solid rgba(28,62,42,.08);background:#fffc;color:var(--co-muted)}.co-search-box input{width:100%;border:0;outline:none;background:transparent;color:var(--co-ink);font:inherit}.co-search-box input:disabled{cursor:not-allowed;opacity:.55}.co-tab-strip{grid-template-columns:repeat(3,minmax(0,max-content));justify-content:start}.co-tab-chip{min-height:2.8rem;padding:0 1rem;border-radius:999px;border:1px solid rgba(28,62,42,.08);background:#ffffffc2;color:var(--co-muted);font-size:.92rem;font-weight:700}.co-tab-chip.is-active{border-color:#1f7a4429;background:#dff0e2f0;color:var(--co-accent-strong)}.co-load-more{display:flex;justify-content:center;padding-top:.5rem}@media(max-width:1100px){.co-ops-summary-grid,.co-stats-grid,.co-resource-gallery,.co-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-ops-resource-grid,.co-ops-module-grid,.co-resource-detail-grid{grid-template-columns:1fr}}@media(max-width:780px){.co-ops-hero,.co-resource-page-hero{grid-template-columns:1fr;align-items:start}.co-search-shell,.co-resource-row,.co-resource-row-main{grid-template-columns:1fr}.co-resource-row-actions,.co-ops-hero-actions,.co-resource-hero-actions,.co-resource-detail-actions{justify-content:stretch}.co-resource-row-actions .co-user-follow-btn,.co-ops-hero-actions .co-link-button,.co-resource-hero-actions .co-link-button,.co-resource-detail-actions .co-link-button{width:100%;justify-content:center}}@media(max-width:560px){.co-ops-summary-grid,.co-stats-grid,.co-resource-gallery,.co-product-grid,.co-tab-strip{grid-template-columns:1fr}}.co-game-action-row,.co-game-team-grid,.co-payment-copy-box,.co-game-select-shell{display:grid;gap:1rem}.co-game-action-row{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.co-game-team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-game-team-card,.co-payment-copy-box{padding:1rem;border-radius:1rem;border:1px solid rgba(28,62,42,.08);background:#ffffffc2}.co-game-team-card.is-selected{border-color:#1f7a442e;background:#dff0e2eb}.co-game-team-card strong,.co-payment-copy-box strong{display:block;margin-bottom:.35rem}.co-game-team-card p,.co-payment-copy-box p,.co-payment-copy-box span{margin:0;color:var(--co-muted);line-height:1.55;word-break:break-word}.co-game-select{min-height:3rem;padding:0 1rem;border-radius:1rem;border:1px solid rgba(28,62,42,.1);background:#ffffffd1;color:var(--co-ink);font:inherit}.co-hidden-input{display:none}.co-game-section-list,.co-game-participant-list,.co-modal-action-list,.co-team-choice-list{display:grid;gap:1rem}.co-game-section-card{padding:1rem;border-radius:1.25rem;border:1px solid rgba(28,62,42,.08);background:#f9fbf8c7}.co-game-section-head,.co-game-section-label,.co-game-inline-row,.co-game-participant-actions{display:flex;align-items:center;gap:.65rem}.co-game-section-head{justify-content:space-between;margin-bottom:1rem}.co-game-section-label strong{font-size:1rem}.co-team-swatch{width:.8rem;height:.8rem;border-radius:999px;border:1px solid rgba(17,30,23,.08);background:var(--co-line);flex-shrink:0}.co-game-participant-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:1rem;border-radius:1.15rem;border:1px solid rgba(28,62,42,.08);background:#ffffffd6}.co-game-participant-row-button{width:100%;padding:1rem;text-align:left;color:inherit;cursor:pointer}.co-game-participant-row.is-success{background:#e9f7ecd6}.co-game-participant-main{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.9rem;align-items:start;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.co-game-participant-main.is-static{cursor:default}.co-game-participant-avatar,.co-mini-avatar{overflow:hidden;flex-shrink:0;border:1px solid rgba(28,62,42,.08)}.co-game-participant-avatar{width:3.1rem;height:3.1rem;border-radius:1rem;background:#f2f7f1f2;display:grid;place-items:center;color:var(--co-muted)}.co-game-participant-avatar img,.co-mini-avatar{width:100%;height:100%;object-fit:cover}.co-game-participant-copy{display:grid;gap:.25rem;min-width:0}.co-game-participant-copy strong{font-size:1rem;line-height:1.2}.co-game-participant-copy p,.co-game-inline-row{margin:0;color:var(--co-muted);line-height:1.5}.co-game-inline-row{flex-wrap:wrap;font-size:.92rem}.co-support-copy.is-accent{color:var(--co-accent-strong)}.co-mini-avatar{width:1.2rem;height:1.2rem;border-radius:999px}.co-game-participant-side{display:grid;gap:.75rem;justify-items:end}.co-game-participant-actions{flex-wrap:wrap;justify-content:flex-end}.co-modal-scrim{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:1rem;background:#09120c7a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.co-modal-card{width:min(100%,34rem);max-height:min(88vh,48rem);overflow:auto;padding:1.25rem;border-radius:1.5rem;border:1px solid rgba(28,62,42,.08);background:#fbfdfafa;box-shadow:0 24px 54px #0c191138}.co-team-choice-button{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.75rem;align-items:center;width:100%;padding:.9rem 1rem;border-radius:1rem;border:1px solid rgba(28,62,42,.08);background:#ffffffd6;color:inherit;text-align:left}.co-team-choice-button.is-active{border-color:#1f7a442e;background:#dff0e2eb}.co-team-choice-copy{display:grid;gap:.18rem}.co-team-choice-copy small{color:var(--co-muted)}.co-ghost-button.is-danger{color:#a53434;border-color:#a534342e;background:#e55b5b14}.co-account-page{align-content:start}.co-account-hero-summary,.co-account-layout,.co-account-column,.co-account-action-row,.co-account-footer{display:grid;min-width:0}.co-account-hero-summary,.co-account-action-row{gap:.85rem}.co-account-hero-summary{width:min(100%,22rem)}.co-account-layout{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.co-account-column{align-content:start;gap:1rem}.co-account-section{padding:1.2rem 1.25rem}.co-account-section.is-danger{border-color:#b91c1c29;background:linear-gradient(180deg,#fffffffa,#fff6f6fa)}.co-account-action-row{grid-template-columns:repeat(auto-fit,minmax(11rem,max-content));align-items:center}.co-secondary-button,.co-danger-button{min-height:3.45rem;display:inline-flex;align-items:center;justify-content:center;gap:.6rem;padding:0 1.15rem;border-radius:1rem;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.co-secondary-button{border:1px solid rgba(31,122,68,.14);background:#f6faf5eb;color:var(--co-accent-strong)}.co-danger-button{border:1px solid rgba(185,28,28,.16);color:#fff7f7;background:linear-gradient(135deg,#c83a3a,#a81f1f);box-shadow:0 16px 28px #a81f1f38}.co-secondary-button:hover:not(:disabled),.co-danger-button:hover:not(:disabled){transform:translateY(-1px)}.co-secondary-button:disabled,.co-danger-button:disabled{cursor:not-allowed;opacity:.7}.co-auth-note.is-danger{border-color:#b91c1c24;background:#b91c1c12;color:#a81f1f}.co-account-footer{grid-template-columns:minmax(0,1.3fr) minmax(18rem,1fr);gap:1rem;align-items:center;padding:1.2rem 1.25rem}.co-account-footer-copy h3{margin:.35rem 0 0}.co-account-footer-copy .co-support-copy{margin:.55rem 0 0}.co-team-invite-code{letter-spacing:.18em;text-transform:uppercase}.co-team-editor-media-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(14rem,.8fr);gap:1rem}.co-team-editor-banner,.co-team-editor-logo{display:grid;gap:.9rem;cursor:pointer}.co-team-editor-banner input,.co-team-editor-logo input{display:none}.co-team-editor-banner{min-height:16rem;padding:1rem;border-radius:1.35rem;border:1px dashed rgba(28,62,42,.18);background:#f7faf7e0;align-content:space-between}.co-team-editor-banner-image{width:100%;min-height:11rem;max-height:18rem;object-fit:cover;border-radius:1rem}.co-team-editor-banner-fallback,.co-team-editor-logo-fallback{min-height:11rem;display:grid;place-items:center;gap:.55rem;border-radius:1rem;color:var(--co-accent-strong);background:linear-gradient(180deg,#dff0e2b3,#f6faf5eb)}.co-team-editor-logo-preview{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:1.35rem;border:1px dashed rgba(28,62,42,.18);background:#f7faf7e0}.co-team-editor-logo-image{width:100%;height:100%;object-fit:cover}.co-team-editor-logo-fallback{min-height:100%}.co-color-input{padding:.4rem;min-height:3.35rem;cursor:pointer}.co-profile-gallery-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.9rem}.co-profile-gallery-card{display:grid;gap:.75rem;padding:.8rem;border-radius:1.2rem;border:1px solid rgba(28,62,42,.12);background:#f7faf7e0}.co-profile-gallery-card.is-empty{min-height:11rem;place-items:center;text-align:center;color:var(--co-accent-strong);border-style:dashed;cursor:pointer}.co-profile-gallery-card input,.co-profile-gallery-actions label input{display:none}.co-profile-gallery-image{width:100%;aspect-ratio:1 / 1;display:block;object-fit:cover;border-radius:1rem;border:1px solid rgba(28,62,42,.1);background:#ffffffeb}.co-profile-gallery-actions{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.co-link-text-button.is-danger{color:#9c3838}.co-team-permission-grid{display:grid;gap:.85rem}.co-store-editor-media-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(14rem,.8fr);gap:1rem}.co-store-editor-banner,.co-store-editor-logo{display:grid;gap:.9rem;cursor:pointer}.co-store-editor-banner input,.co-store-editor-logo input,.co-store-product-photo-empty input,.co-store-product-photo-preview input{display:none}.co-store-editor-banner{min-height:16rem;padding:1rem;border-radius:1.35rem;border:1px dashed rgba(28,62,42,.18);background:#f7faf7e0;align-content:space-between}.co-store-editor-banner-image{width:100%;min-height:11rem;max-height:18rem;object-fit:cover;border-radius:1rem}.co-store-editor-banner-fallback,.co-store-editor-logo-fallback,.co-store-product-photo-empty{min-height:11rem;display:grid;place-items:center;gap:.55rem;border-radius:1rem;color:var(--co-accent-strong);background:linear-gradient(180deg,#dff0e2b3,#f6faf5eb)}.co-store-editor-logo-preview{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:1.35rem;border:1px dashed rgba(28,62,42,.18);background:#f7faf7e0}.co-store-editor-logo-image{width:100%;height:100%;object-fit:cover}.co-store-editor-logo-fallback{min-height:100%}.co-story-composer-preview{display:grid;gap:1rem}.co-story-composer-media{width:min(100%,460px);aspect-ratio:9 / 16;display:block;object-fit:cover;border-radius:1.5rem;border:1px solid rgba(28,62,42,.1);background:#f7faf7eb;box-shadow:0 18px 44px #0c1c1214}.co-license-hero-copy{display:grid;gap:.45rem}.co-license-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.co-license-summary-card,.co-license-metric-card,.co-license-card,.co-video-card,.co-youtube-player-shell{border-radius:var(--co-radius-lg);border:1px solid var(--co-line);background:#fffffff5}.co-license-summary-card,.co-license-metric-card{display:grid;gap:.28rem;padding:1rem}.co-license-summary-card strong,.co-license-metric-card strong{font-size:1.45rem;line-height:1}.co-license-summary-card span,.co-license-metric-card span{color:var(--co-muted);font-size:.82rem;font-weight:800}.co-license-summary-icon,.co-license-card-mark,.co-license-binding-mark{width:2.4rem;height:2.4rem;display:grid;place-items:center;border-radius:.9rem;border:1px solid rgba(31,122,68,.12);background:#1f7a4414;color:var(--co-accent-strong)}.co-license-card,.co-video-card{display:grid;gap:1rem;padding:1rem}.co-license-card-head,.co-license-card-identity,.co-video-card-main{display:flex;align-items:flex-start;gap:.9rem}.co-license-card-head{justify-content:space-between}.co-license-card-copy,.co-license-binding-copy,.co-video-card-copy{display:grid;gap:.26rem;min-width:0}.co-license-card-copy h3,.co-video-card-copy strong{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.18rem;line-height:1.05}.co-license-card-copy p,.co-license-binding-copy p,.co-video-card-copy p,.co-video-card-copy small{margin:0;color:var(--co-muted)}.co-license-kv-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem}.co-license-kv-item{display:grid;gap:.2rem}.co-license-kv-item small{color:var(--co-muted);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.co-license-kv-item strong{font-size:.95rem}.co-license-bindings{display:grid;gap:.9rem;padding-top:.9rem;border-top:1px solid var(--co-line)}.co-license-binding-list{display:grid;gap:.8rem}.co-license-binding-row{display:flex;align-items:flex-start;gap:.8rem}.co-plan-category-bar,.co-license-cycle-options,.co-plan-grid,.co-plan-card,.co-plan-card-copy,.co-plan-card-footer,.co-plan-price-row,.co-plan-price-copy,.co-plan-meta-stack,.co-plan-highlights{display:grid}.co-plan-category-bar{grid-template-columns:repeat(auto-fit,minmax(11rem,max-content));gap:.8rem}.co-plan-category-chip{min-height:2.7rem;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;padding:0 1rem;border-radius:999px;border:1px solid var(--co-line);background:#f7faf7eb;color:var(--co-ink);font-weight:800;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.co-plan-category-chip:hover{transform:translateY(-1px)}.co-plan-category-chip.is-active{border-color:#1f7a4429;background:#dff0e2eb;color:var(--co-accent-strong);box-shadow:0 12px 28px #0c1c1214}.co-license-cycle-block{margin-top:1rem;padding:1rem;border-radius:1rem;border:1px solid var(--co-line);background:#f7faf7eb}.co-license-cycle-header{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:.85rem}.co-license-cycle-header strong{font-size:.95rem}.co-license-cycle-header span{color:var(--co-muted);font-size:.9rem;font-weight:700}.co-license-cycle-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.co-license-cycle-btn{min-height:2.9rem;border-radius:.95rem;border:1px solid var(--co-line);background:#fffffff5;color:var(--co-ink);font-weight:800}.co-license-cycle-btn-active{border-color:#1f7a4429;background:#dff0e2eb}.co-license-cycle-btn-text{color:var(--co-ink)}.co-license-cycle-btn-text-active{color:var(--co-accent-strong)}.co-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.co-plan-card{gap:1rem;padding:1rem;border-radius:var(--co-radius-lg);border:1px solid var(--co-line);background:#fffffff5}.co-plan-card-header,.co-plan-card-identity{display:flex;align-items:flex-start;gap:.9rem}.co-plan-card-header{justify-content:space-between}.co-plan-card-copy{gap:.3rem;min-width:0}.co-plan-card-copy h3{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.2rem;line-height:1.08}.co-plan-card-copy p{margin:0;color:var(--co-muted);line-height:1.55}.co-plan-price-row{grid-template-columns:minmax(0,1fr) auto;gap:.9rem;align-items:start}.co-plan-price-copy{gap:.24rem}.co-plan-price-copy strong{font-size:1.5rem;line-height:1}.co-plan-price-copy span{color:var(--co-muted);line-height:1.45}.co-plan-meta-stack{justify-items:end;gap:.5rem}.co-plan-highlights{gap:.75rem;padding-top:.1rem}.co-feature-row{display:flex;align-items:flex-start;gap:.7rem;color:var(--co-ink)}.co-feature-row span{line-height:1.5}.co-plan-card-footer{gap:.7rem;padding-top:.2rem}.co-plan-card-footer small{color:var(--co-muted);line-height:1.5}.co-video-list{display:grid;gap:1rem}.co-video-card-main{padding:0;border:0;background:none;color:inherit;text-align:left;cursor:pointer}.co-video-thumb{position:relative;width:11rem;max-width:32%;aspect-ratio:16 / 10;flex:none;overflow:hidden;border-radius:1rem;border:1px solid var(--co-line);background:#f7faf7eb}.co-video-thumb-image,.co-video-thumb-fallback{width:100%;height:100%}.co-video-thumb-image{display:block;object-fit:cover}.co-video-thumb-fallback{display:grid;place-items:center;color:var(--co-accent-strong)}.co-video-play-badge{position:absolute;right:.65rem;bottom:.65rem;width:2rem;height:2rem;display:grid;place-items:center;border-radius:.8rem;background:#1f7a44f0;color:#f7fbf7;box-shadow:0 10px 22px #0c1c1229}.co-video-card-copy{flex:1}.co-video-card-copy p{word-break:break-word}.co-video-editor{display:grid;gap:.85rem;padding-top:.95rem;border-top:1px solid var(--co-line)}.co-videos-form{display:grid;gap:1rem}.co-youtube-player-page{min-height:100vh;padding:1rem;background:radial-gradient(circle at top,rgba(33,120,69,.1),transparent 24%),linear-gradient(180deg,#eef4ed,#e7efe7)}.co-youtube-player-shell{width:min(100%,1120px);margin:0 auto;display:grid;gap:1rem;padding:1rem;box-shadow:var(--co-shadow)}.co-youtube-player-topbar,.co-youtube-player-title{display:flex;align-items:center;gap:.8rem}.co-youtube-player-topbar{justify-content:space-between}.co-youtube-player-title{min-width:0;justify-content:center}.co-youtube-player-title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.co-youtube-player-frame{position:relative;overflow:hidden;aspect-ratio:16 / 9;border-radius:1.5rem;background:#08110c}.co-youtube-player-frame iframe{width:100%;height:100%;border:0}.co-inline-input-row{display:grid;grid-template-columns:minmax(0,1fr) max-content;gap:.85rem}.co-store-product-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem}.co-store-product-photo-card{display:grid;gap:.75rem}.co-store-product-photo-preview{width:100%;min-height:11rem;overflow:hidden;border-radius:1rem;border:1px dashed rgba(28,62,42,.18);background:#f7faf7e0;cursor:pointer}.co-store-product-photo-image{width:100%;min-height:11rem;object-fit:cover}.co-store-product-photo-actions{display:flex}.co-store-product-hero-media{width:100%;min-height:18rem;overflow:hidden;border-radius:1.25rem;border:1px solid rgba(28,62,42,.08);background:#f7faf7e0}.co-store-product-hero-image{width:100%;min-height:18rem;max-height:28rem;object-fit:cover}.co-store-product-hero-fallback{min-height:18rem;display:grid;place-items:center;color:var(--co-muted)}.co-store-product-thumb-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.co-store-product-thumb{width:5rem;height:5rem;padding:0;overflow:hidden;border-radius:.95rem;border:1px solid rgba(28,62,42,.12);background:#fffffff5;cursor:pointer}.co-store-product-thumb.is-active{border-color:#1f7a4447;box-shadow:0 0 0 2px #1f7a441f}.co-store-product-thumb-image{width:100%;height:100%;object-fit:cover}.co-store-product-detail-copy{display:grid;gap:1rem}.co-store-product-detail-copy>p{margin:0;color:var(--co-muted);line-height:1.5}.co-store-product-price-stack{display:grid;gap:.28rem}.co-store-product-price-stack small{color:var(--co-muted);text-decoration:line-through}.co-store-product-price-stack strong{font-size:1.55rem;line-height:1}.co-store-product-coupon{display:grid;gap:.85rem;padding:1rem;border-radius:1rem;border:1px solid rgba(31,122,68,.16);background:#e8f5e999}.co-store-product-coupon p,.co-store-product-coupon small{margin:0;color:var(--co-muted)}.co-store-product-coupon span{display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;margin-top:.45rem;padding:0 .95rem;border-radius:999px;background:#fffffff5;font-weight:900;letter-spacing:.12em;text-transform:uppercase}@media(max-width:780px){.co-hero-panel{flex-direction:column;align-items:stretch}.co-clubinho-summary-grid,.co-clubinho-eligibility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-account-hero-summary,.co-account-layout,.co-account-footer,.co-account-action-row{grid-template-columns:1fr}.co-profile-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-license-summary-grid,.co-license-kv-grid,.co-plan-grid,.co-story-manage-grid,.co-caixa-grid,.co-caixa-summary-grid,.co-plan-category-bar,.co-license-cycle-options,.co-plan-price-row,.co-license-cycle-header{grid-template-columns:1fr}.co-plan-meta-stack{justify-items:start}.co-license-cycle-header{display:grid}.co-game-team-grid,.co-game-participant-row{grid-template-columns:1fr}.co-game-participant-side{justify-items:stretch}.co-game-participant-actions{justify-content:stretch}.co-game-participant-actions .co-link-button,.co-game-participant-actions .co-ghost-button{width:100%;justify-content:center}.co-team-editor-media-grid,.co-store-editor-media-grid,.co-inline-input-row{grid-template-columns:1fr}.co-video-card-main,.co-youtube-player-topbar{flex-direction:column;align-items:stretch}.co-video-thumb{width:100%;max-width:none}.co-youtube-player-title{justify-content:flex-start}}@media(max-width:640px){.co-clubinho-summary-grid,.co-clubinho-eligibility-grid{grid-template-columns:1fr}.co-clubinho-payment-top{flex-direction:column;align-items:stretch}.co-user-follow-card{grid-template-columns:1fr}.co-user-follow-card .co-link-button,.co-user-follow-card .co-status-chip{width:100%;justify-content:center}}.co-home-layout{gap:1rem}.co-home-overview{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:1rem;padding:1.25rem;background:linear-gradient(180deg,#f8fbf7fa,#fffffffa),radial-gradient(circle at top right,rgba(31,122,68,.08),transparent 24%)}.co-home-overview-main{min-width:0;display:grid;gap:1rem}.co-home-overview-head{display:flex;align-items:flex-start;gap:1rem}.co-home-overview-copy{min-width:0;flex:1;display:grid;gap:.36rem}.co-home-overview-copy h3{margin:.15rem 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.7rem,2.7vw,2.45rem);line-height:1.02}.co-home-overview-copy p{margin:0;max-width:40rem;color:var(--co-muted);line-height:1.65}.co-home-overview-handle{color:var(--co-accent-strong);font-size:.8rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.co-home-overview-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.co-home-step-panel{display:grid;align-content:start;gap:.85rem;padding:1.08rem;border-radius:1.4rem;border:1px solid rgba(31,122,68,.12);background:linear-gradient(180deg,#f4f8f4fa,#fffffffa)}.co-home-step-panel strong{font-family:Space Grotesk,sans-serif;font-size:clamp(1.35rem,2vw,1.85rem);line-height:1.02}.co-home-step-panel p{margin:0;color:var(--co-muted);line-height:1.58}.co-home-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.95rem}.co-home-stat-card{display:grid;gap:.5rem;min-height:9.3rem;padding:1rem;border-radius:1.25rem;border:1px solid var(--co-line);background:#fffffff0;box-shadow:var(--co-shadow)}.co-home-stat-head{display:flex;align-items:center;justify-content:space-between;gap:1rem}.co-home-stat-icon{width:2.65rem;height:2.65rem;display:grid;place-items:center;border-radius:.95rem;border:1px solid rgba(31,122,68,.12);background:#1f7a4414;color:var(--co-accent-strong)}.co-home-stat-head strong{font-size:1.55rem;line-height:1}.co-home-stat-label{color:var(--co-muted);font-size:.82rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.co-home-stat-card small{color:var(--co-muted);line-height:1.5}.co-home-split-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:1rem}.co-home-action-surface,.co-home-community-surface{display:grid;gap:1rem}.co-home-action-list{display:grid;gap:.75rem}.co-home-action-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:start;padding:.95rem 0;border-top:1px solid rgba(12,26,33,.08);color:inherit;text-decoration:none}.co-home-action-list .co-home-action-row:first-child{padding-top:0;border-top:0}.co-home-action-row:hover{color:inherit}.co-home-action-row:hover .co-home-action-tail{transform:translate(2px)}.co-home-action-icon{width:2.8rem;height:2.8rem;display:grid;place-items:center;border-radius:1rem;border:1px solid rgba(31,122,68,.12);background:#1f7a4414;color:var(--co-accent-strong)}.co-home-action-copy{min-width:0;display:grid;gap:.3rem}.co-home-action-copy span{color:var(--co-muted);font-size:.74rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.co-home-action-copy strong{font-family:Space Grotesk,sans-serif;font-size:1.08rem;line-height:1.04}.co-home-action-copy p{margin:0;color:var(--co-muted);line-height:1.52}.co-home-action-tail{display:inline-flex;align-items:center;gap:.45rem;align-self:center;color:var(--co-accent-strong);font-size:.82rem;font-weight:800;transition:transform .18s ease}.co-home-community-stack{display:grid;gap:1rem}.co-home-community-block{display:grid;gap:.85rem}.co-home-subsection-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.co-home-subsection-head strong{font-size:.95rem;letter-spacing:.02em}.co-home-subsection-head span{color:var(--co-muted);font-size:.78rem;font-weight:700}.co-home-community-track .co-highlight-card{--co-highlight-width: 220px}.co-home-shortcuts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem}.co-home-shortcut-card{min-height:9.4rem;display:grid;gap:.8rem;padding:1rem;border-radius:1.35rem;border:1px solid rgba(28,62,42,.08);background:linear-gradient(180deg,#fffffffc,#f7fbf7f2);color:inherit;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.co-home-shortcut-card:hover{transform:translateY(-2px);border-color:#1f7a442e;box-shadow:0 16px 32px #0c1c1212}.co-home-shortcut-head{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.co-home-shortcut-icon{width:2.85rem;height:2.85rem;display:grid;place-items:center;border-radius:1rem;border:1px solid rgba(31,122,68,.12);background:#1f7a4414;color:var(--co-accent-strong)}.co-home-shortcut-head>svg{color:var(--co-muted);opacity:.82}.co-home-shortcut-copy{display:grid;gap:.35rem;margin-top:auto}.co-home-shortcut-copy strong{font-family:Space Grotesk,sans-serif;font-size:1.14rem;line-height:1.02}.co-home-shortcut-copy p{margin:0;color:var(--co-muted);line-height:1.5}.co-home-inline-note{display:inline-flex;align-items:center;gap:.55rem;padding:0 .1rem;color:var(--co-muted);font-size:.88rem}.co-community-portal-layout{gap:1rem}.co-community-portal-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.85rem;align-items:center;padding:.95rem 1.05rem;border-color:#1c3e2a0f;background:linear-gradient(180deg,#fffffffa,#f8fbf7f0),radial-gradient(circle at top right,rgba(31,122,68,.08),transparent 28%)}.co-community-portal-copy{display:grid;gap:.18rem}.co-community-portal-copy h2{margin:0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.1rem,1.9vw,1.45rem);line-height:1.02}.co-community-portal-copy p{margin:0;max-width:32rem;font-size:.92rem}.co-community-portal-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;align-self:center}.co-community-story-surface,.co-community-rail-section{display:grid;gap:.9rem}.co-community-story-surface.co-surface,.co-community-rail-section.co-surface{padding:0;border:none;background:transparent;box-shadow:none}.co-community-story-surface.is-compact{grid-template-columns:minmax(0,19rem) minmax(0,1fr);align-items:center}.co-community-story-surface.is-compact .co-section-head{align-self:center}.co-community-story-surface .co-story-tray{min-width:0}.co-community-rail-section+.co-community-rail-section{padding-top:1.15rem;border-top:1px solid rgba(28,62,42,.08)}.co-community-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,var(--co-rail-width, 260px));gap:1rem;overflow-x:auto;padding-bottom:.2rem;scrollbar-width:none}.co-community-rail::-webkit-scrollbar{display:none}.co-community-rail.is-wrap{display:flex;flex-wrap:wrap;align-items:stretch;overflow:visible}.co-community-card{display:grid;min-height:100%;overflow:hidden;border-radius:1.35rem;border:1px solid rgba(28,62,42,.08);background:#fffffffa;color:inherit;text-decoration:none;box-shadow:0 16px 32px #0c1c120f;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.co-community-card:hover{transform:translateY(-2px);border-color:#1f7a4429;box-shadow:0 18px 36px #0c1c1214}.co-community-card-media{position:relative;aspect-ratio:1.18;overflow:hidden;background:#f4f8f3e0}.co-community-card-media-image{width:100%;height:100%;display:block;object-fit:cover}.co-community-card-media-fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--co-accent-strong)}.co-community-card-overlay{position:absolute;top:.85rem;left:.85rem;right:.85rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.55rem}.co-community-price-badge{position:absolute;left:.85rem;bottom:.85rem;min-height:2rem;display:inline-flex;align-items:center;padding:0 .75rem;border-radius:999px;background:#070d12d1;color:#fff;font-size:.9rem;font-weight:900}.co-community-card-copy{display:grid;gap:.4rem;padding:.85rem}.co-community-card-copy strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.04}.co-community-card-copy p{margin:0;color:var(--co-muted);line-height:1.52;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.co-community-card-meta{display:flex;flex-wrap:wrap;gap:.4rem .65rem;color:var(--co-muted);font-size:.74rem;font-weight:700}.co-community-rail.is-wrap>*{width:min(100%,var(--co-rail-width, 260px));flex:0 0 min(100%,var(--co-rail-width, 260px))}.co-community-card-game .co-community-card-media,.co-community-card-market .co-community-card-media{aspect-ratio:1 / 1}.co-community-card-user{gap:.8rem;align-content:start;padding:.95rem}.co-community-user-head{display:flex;align-items:center;gap:.8rem}.co-community-user-avatar{width:3.15rem;height:3.15rem;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:1rem;background:#1f7a441a;color:var(--co-accent-strong);font-size:.86rem;font-weight:800}.co-community-user-avatar-image{width:100%;height:100%;display:block;object-fit:cover}.co-community-user-copy{min-width:0;display:grid;gap:.2rem}.co-community-user-copy strong{display:block;font-family:Space Grotesk,sans-serif;font-size:1rem;line-height:1.04}.co-community-user-copy p{margin:0;color:var(--co-muted);font-size:.82rem}.co-community-user-team{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;color:var(--co-muted);font-size:.76rem;font-weight:700}.co-community-highlight-grid{align-items:flex-start;gap:1rem}.co-community-highlight-card{width:var(--co-community-highlight-width, 252px);display:grid;overflow:hidden;border:1px solid rgba(28,62,42,.06);border-radius:1.4rem;background:#fffffffa;color:inherit;text-align:left;cursor:pointer;box-shadow:0 14px 28px #0c1c120d;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.co-community-highlight-card:hover{transform:translateY(-2px);border-color:#1f7a4424;box-shadow:0 18px 36px #0c1c1214}.co-community-highlight-grid .co-community-highlight-card{flex:0 1 min(100%,var(--co-community-highlight-width, 252px))}.co-community-highlight-media{aspect-ratio:var(--co-community-highlight-ratio, 4 / 5);overflow:hidden;background:#f4f8f3e0}.co-community-highlight-image{width:100%;height:100%;display:block;object-fit:cover}.co-community-highlight-fallback{width:100%;height:100%;display:grid;place-items:center;color:var(--co-accent-strong)}.co-community-highlight-copy{display:grid;gap:.75rem;padding:.95rem .95rem 1rem}.co-community-highlight-head{display:flex;align-items:baseline;justify-content:space-between;gap:.8rem}.co-community-highlight-badge{color:var(--co-accent-strong);font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.co-community-highlight-date{color:var(--co-muted);font-size:.78rem;font-weight:700;letter-spacing:.02em;text-align:right}.co-community-highlight-body{display:grid;gap:.55rem}.co-community-highlight-body.is-cta-only{align-content:end}.co-community-highlight-body strong{margin:0;font-family:Space Grotesk,sans-serif;font-size:1.34rem;line-height:1.04;letter-spacing:-.01em}.co-community-highlight-card.is-compact .co-community-highlight-body strong{font-size:1.18rem}.co-community-highlight-card.is-narrow .co-community-highlight-body strong{font-size:1.26rem}.co-community-highlight-body p{margin:0;color:var(--co-muted);line-height:1.5;font-size:.95rem}.co-community-highlight-meta,.co-community-highlight-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.co-community-highlight-meta{padding-top:.15rem;color:var(--co-muted);font-size:.78rem;font-weight:700}.co-community-highlight-meta>span{display:inline-flex;align-items:center;gap:.35rem}.co-community-highlight-actions{padding-top:.2rem}.co-community-highlight-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--co-accent-strong);font-size:.88rem;font-weight:800}@media(max-width:1080px){.co-home-overview,.co-home-split-grid{grid-template-columns:1fr}.co-home-stat-grid,.co-home-shortcuts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.co-community-portal-head,.co-community-story-surface.is-compact{grid-template-columns:1fr}.co-community-highlight-card{width:var(--co-community-highlight-width, 236px)}.co-community-highlight-body strong{font-size:1.22rem}}@media(max-width:780px){.co-home-overview{padding:1rem}.co-home-overview-head{align-items:center}.co-home-overview-copy h3{font-size:clamp(1.45rem,7vw,1.95rem)}.co-home-overview-actions{flex-direction:column;align-items:stretch}.co-home-step-panel{padding:1rem}.co-home-stat-grid,.co-home-shortcuts-grid{grid-template-columns:1fr}.co-home-action-row{grid-template-columns:auto minmax(0,1fr)}.co-home-action-tail{grid-column:2;justify-self:start}.co-home-subsection-head{align-items:flex-start;flex-direction:column;gap:.35rem}.co-home-community-track .co-highlight-card{--co-highlight-width: 200px}.co-home-inline-note{padding:0}.co-community-portal-head{padding:.95rem 1rem}.co-community-portal-actions{flex-direction:column;align-items:stretch}.co-community-rail{grid-auto-columns:minmax(220px,88vw)}.co-community-rail.is-wrap{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,88vw);overflow-x:auto}.co-community-rail.is-wrap>*{width:auto;flex:none}.co-community-highlight-card{width:min(100%,var(--co-community-highlight-width, 208px))}.co-community-highlight-copy{padding:.85rem .85rem .9rem}.co-community-highlight-body strong{font-size:1.12rem}.co-community-highlight-head{flex-direction:column;align-items:flex-start;gap:.28rem}.co-community-highlight-date{text-align:left}}
