:root{--oh-accent:#e8a020;--oh-accent-dark:#c8880a;--oh-accent-free:#16a34a;--oh-bg:#0f172a;--oh-surface:#1e293b;--oh-surface-2:#263347;--oh-border:#ffffff17;--oh-text:#f1f5f9;--oh-text-muted:#94a3b8;--oh-text-dim:#64748b;--oh-radius-card:16px;--oh-radius-sm:8px;--oh-shadow-card:0 4px 24px #00000073;--oh-transition:.22s cubic-bezier(.4,0,.2,1)}[data-tp-theme=light]{--oh-bg:#f8fafc;--oh-surface:#fff;--oh-surface-2:#f1f5f9;--oh-border:#00000014;--oh-text:#0f172a;--oh-text-muted:#475569;--oh-text-dim:#94a3b8;--oh-shadow-card:0 4px 20px #0000001a}.oh-hero{align-items:center;min-height:320px;padding:60px 24px 48px;display:flex;position:relative;overflow:hidden}.oh-hero__backdrop{background:var(--oh-surface) center / cover no-repeat;filter:blur(18px);transition:opacity .4s;position:absolute;inset:0;transform:scale(1.08)}.oh-hero__overlay{background:linear-gradient(135deg,#0a0e1ce0 0%,#0f172ac7 60%,#141e37a6 100%);position:absolute;inset:0}.oh-hero__inner{z-index:1;align-items:flex-start;gap:32px;width:100%;max-width:1200px;margin:0 auto;display:flex;position:relative}.oh-hero__logo-wrap{flex-shrink:0}.oh-hero__logo{object-fit:cover;border:3px solid #ffffff40;border-radius:50%;width:100px;height:100px;display:block;box-shadow:0 0 0 6px #ffffff12}.oh-hero__initials{background:linear-gradient(135deg, var(--oh-accent-dark), var(--oh-accent));color:#0f172a;letter-spacing:-.03em;border:3px solid #ffffff40;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;font-size:2.4rem;font-weight:800;display:flex;box-shadow:0 0 0 6px #ffffff12}.oh-hero__info{flex:1;min-width:0}.oh-hero__name-row{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.oh-hero__name{color:#fff;letter-spacing:-.02em;margin:0;font-size:clamp(1.5rem,3.5vw,2.2rem);font-weight:800;line-height:1.2}.oh-hero__verified{color:#3b82f6;filter:drop-shadow(0 0 6px #3b82f68c);flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:inline-flex}.oh-hero__bio{color:#ffffffbf;max-width:560px;margin:0 0 16px;font-size:.95rem;line-height:1.6}.oh-hero__stats{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.oh-stat-chip{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;display:inline-flex}.oh-stat-chip strong{color:#fff}.oh-stat-chip--active{color:#86efac;background:#16a34a2e;border-color:#16a34a59}.oh-hero__socials{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.oh-social-btn{width:36px;height:36px;transition:transform var(--oh-transition), opacity var(--oh-transition);opacity:.85;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;text-decoration:none;display:inline-flex}.oh-social-btn:hover{opacity:1;transform:scale(1.12)}.oh-social-btn--instagram{color:#fff;background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)}.oh-social-btn--facebook{color:#fff;background:#1877f2}.oh-social-btn--linkedin{color:#fff;background:#0a66c2}.oh-social-btn--website{color:#fff;background:#ffffff26}.oh-social-btn--whatsapp{color:#fff;background:#25d366}.oh-social-btn--youtube{color:#fff;background:red}.oh-social-btn--tiktok{color:#fff;background:#010101;border:1px solid #fff3}.oh-social-btn--phone{color:#fff;background:#2563eb}.oh-stat-chip--website{color:#7dd3fc;background:#0ea5e933;border-color:#0ea5e966}.oh-hero__cta-wrap{margin-top:14px;margin-bottom:6px}.oh-hero-cta-btn{background:linear-gradient(135deg, var(--oh-accent), var(--oh-accent-dark));color:#0f172a;transition:all var(--oh-transition);border-radius:100px;align-items:center;gap:8px;padding:10px 22px;font-size:.92rem;font-weight:800;text-decoration:none;display:inline-flex;box-shadow:0 4px 18px #e8a02066}.oh-hero-cta-btn:hover{color:#0f172a;transform:translateY(-2px);box-shadow:0 8px 24px #e8a02099}.oh-share-bar{margin-top:14px}.oh-share-btn{color:#fff;cursor:pointer;transition:background var(--oh-transition), transform var(--oh-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;padding:9px 20px;font-size:.88rem;font-weight:600;display:inline-flex}.oh-share-btn:hover{background:#ffffff38;transform:translateY(-1px)}.oh-toast{background:var(--oh-surface-2);border:1px solid var(--oh-border);color:var(--oh-text);z-index:9999;opacity:0;pointer-events:none;border-radius:100px;padding:10px 22px;font-size:.88rem;font-weight:600;transition:transform .35s cubic-bezier(.34,1.56,.64,1),opacity .3s;position:fixed;bottom:24px;left:50%;transform:translate(-50%)translateY(80px);box-shadow:0 8px 32px #0006}.oh-toast--show{opacity:1;transform:translate(-50%)translateY(0)}.oh-tabs-section{background:var(--oh-surface);border-bottom:1px solid var(--oh-border);z-index:40;position:sticky;top:64px}.oh-tabs-inner{max-width:1200px;margin:0 auto;padding:0 24px}.oh-tabs-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-height:56px;display:flex}.oh-hub-switch{border:1px solid var(--oh-border);background:#ffffff0d;border-radius:12px;align-items:center;gap:4px;padding:4px;display:inline-flex}.oh-hub-switch__btn{color:var(--oh-text-muted);transition:all var(--oh-transition);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.oh-hub-switch__btn:hover{color:var(--oh-text);background:#ffffff14}.oh-hub-switch__btn--active{color:#fff;background:linear-gradient(135deg, var(--oh-accent) 0%, #d48b10 100%);box-shadow:0 2px 8px #e8a0204d}.oh-hub-switch__btn--active:hover{color:#fff;background:linear-gradient(135deg, var(--oh-accent) 0%, #d48b10 100%)}.oh-hub-switch__external{opacity:.7;margin-left:2px;font-size:.7rem}.oh-tabs{gap:0;display:flex}.oh-tab{color:var(--oh-text-muted);cursor:pointer;transition:color var(--oh-transition), border-color var(--oh-transition);white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;align-items:center;gap:8px;padding:16px 24px;font-size:.9rem;font-weight:600;display:inline-flex}.oh-tab:hover{color:var(--oh-text)}.oh-tab--active{color:var(--oh-accent);border-bottom-color:var(--oh-accent)}.oh-tab-count{min-width:22px;height:22px;color:var(--oh-accent);background:#e8a02026;border-radius:100px;justify-content:center;align-items:center;padding:0 6px;font-size:.75rem;font-weight:700;display:inline-flex}.oh-events-section{padding:40px 0 60px}.oh-events-section--hidden{display:none}.oh-events-inner{max-width:1200px;margin:0 auto;padding:0 24px}.oh-events-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}@media (width<=1024px){.oh-events-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.oh-events-grid{grid-template-columns:1fr;gap:16px}}.oh-event-card{background:var(--oh-surface);border:1px solid var(--oh-border);border-radius:var(--oh-radius-card);cursor:pointer;transition:transform var(--oh-transition), box-shadow var(--oh-transition), border-color var(--oh-transition);box-shadow:var(--oh-shadow-card);flex-direction:column;display:flex;overflow:hidden}.oh-event-card:hover{border-color:#e8a02040;transform:translateY(-6px);box-shadow:0 16px 40px #0000008c}.oh-event-card--past{opacity:.72;filter:grayscale(.3)}.oh-event-card--past:hover{opacity:.9;filter:grayscale(0)}.oh-event-card__poster{aspect-ratio:16/9;background:var(--oh-surface-2);position:relative;overflow:hidden}.oh-event-card__img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.oh-event-card:hover .oh-event-card__img{transform:scale(1.04)}.oh-event-card__date-pill{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0e1cd1;border:1px solid #ffffff26;border-radius:10px;flex-direction:column;align-items:center;min-width:44px;padding:6px 10px;line-height:1;display:flex;position:absolute;top:12px;left:12px}.oh-event-card__date-month{color:var(--oh-accent);letter-spacing:.06em;text-transform:uppercase;font-size:.65rem;font-weight:700}.oh-event-card__date-day{color:#fff;font-size:1.3rem;font-weight:800}.oh-event-card__category{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;background:#0a0e1cbf;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:5px;max-width:150px;padding:5px 10px;font-size:.72rem;font-weight:600;display:inline-flex;position:absolute;top:12px;right:12px;overflow:hidden}.oh-event-card__past-overlay{background:#0a0e1c8c;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.oh-event-card__past-overlay span{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#64748bcc;border:1px solid #fff3;border-radius:100px;padding:6px 16px;font-size:.8rem;font-weight:700}.oh-event-card__body{flex-direction:column;flex:1;gap:8px;padding:16px 18px 18px;display:flex}.oh-event-card__title{color:var(--oh-text);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.oh-event-card__meta{flex-direction:column;gap:4px;display:flex}.oh-event-card__meta-item{color:var(--oh-text-muted);align-items:center;gap:6px;font-size:.8rem;display:flex}.oh-event-card__meta-item i{color:var(--oh-accent);text-align:center;flex-shrink:0;width:14px;font-size:.75rem}.oh-event-card__footer{border-top:1px solid var(--oh-border);justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:12px;display:flex}.oh-price-badge{border-radius:100px;align-items:baseline;gap:3px;padding:4px 10px;font-size:.9rem;font-weight:700;display:inline-flex}.oh-price-badge--free{color:#4ade80;background:#16a34a1f;border:1px solid #16a34a40}.oh-price-badge--paid{color:var(--oh-accent);background:#e8a0201a;border:1px solid #e8a02033}.oh-price-badge--paid small{opacity:.8;font-size:.7rem;font-weight:400}.oh-price-badge--completed{color:#94a3b8;background:#64748b26;border:1px solid #94a3b840}.oh-price-badge--invitation{color:#a5b4fc;background:#6366f11f;border:1px solid #818cf840}.oh-event-card__external-links{flex-wrap:wrap;flex:1;gap:8px;padding-right:12px;display:flex}.oh-external-link{color:var(--oh-text-muted);border:1px solid var(--oh-border);transition:all var(--oh-transition);background:#ffffff0d;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-size:.72rem;font-weight:600;text-decoration:none;display:inline-flex}.oh-external-link:hover{color:var(--oh-accent);background:#ffffff1f;border-color:#e8a0204d}.oh-external-label{display:none}@media (width>=480px){.oh-external-label{display:inline}}:where(.dark,.dark *) .oh-external-link{background:#0003}:where(.dark,.dark *) .oh-external-link:hover{color:var(--oh-accent);background:#e8a0201a}.oh-event-card__btn{background:var(--oh-accent);color:#0f172a;transition:background var(--oh-transition), transform var(--oh-transition), box-shadow var(--oh-transition);white-space:nowrap;border-radius:100px;flex-shrink:0;align-items:center;gap:7px;padding:9px 18px;font-size:.82rem;font-weight:700;text-decoration:none;display:inline-flex}.oh-event-card__btn:hover{background:var(--oh-accent-dark);color:#0f172a;transform:scale(1.04);box-shadow:0 4px 16px #e8a02059}.oh-empty-state{text-align:center;padding:80px 24px}.oh-empty-icon{color:var(--oh-text-dim);margin-bottom:16px;font-size:3.5rem}.oh-empty-title{color:var(--oh-text-muted);margin:0 0 8px;font-size:1.25rem;font-weight:700}.oh-empty-desc{color:var(--oh-text-dim);max-width:400px;margin:0 auto;font-size:.9rem;line-height:1.6}.oh-websites-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:28px;display:grid}.oh-web-card{background:var(--oh-surface);border:1px solid var(--oh-border);border-radius:var(--oh-radius-card);box-shadow:var(--oh-shadow-card);transition:transform var(--oh-transition), box-shadow var(--oh-transition), border-color var(--oh-transition);flex-direction:column;display:flex;overflow:hidden}.oh-web-card:hover{border-color:#e8a02059;transform:translateY(-4px);box-shadow:0 16px 36px #00000059}.oh-web-card__banner{background:var(--oh-surface-2) center / cover no-repeat;height:240px;position:relative;overflow:hidden}.oh-web-card__banner-overlay{transition:opacity var(--oh-transition);background:linear-gradient(#0a0e1cbf 0%,#0f172a33 40%,#0f172ad9 100%);position:absolute;inset:0}.oh-web-card__browser-bar{z-index:4;-webkit-backdrop-filter:blur(10px);background:#0f172ad1;border:1px solid #ffffff1f;border-radius:100px;align-items:center;gap:10px;padding:6px 14px;display:flex;position:absolute;top:12px;left:12px;right:12px}.oh-web-card__browser-dots{align-items:center;gap:5px;display:flex}.oh-dot{border-radius:50%;width:9px;height:9px}.oh-dot--red{background:#ef4444}.oh-dot--yellow{background:#eab308}.oh-dot--green{background:#22c55e}.oh-web-card__browser-url{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;flex:1;align-items:center;gap:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.76rem;text-decoration:none;display:flex;overflow:hidden}.oh-web-card__browser-url:hover{color:#fff;text-decoration:underline}.oh-web-card__live-pill{color:#86efac;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;font-size:.7rem;font-weight:700;display:inline-flex}.oh-live-pulse{background:#22c55e;border-radius:50%;width:7px;height:7px;animation:1.8s infinite ohPulse;box-shadow:0 0 #22c55eb3}@keyframes ohPulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 7px #22c55e00}to{box-shadow:0 0 #22c55e00}}.oh-web-card__banner-link{z-index:2;justify-content:center;align-items:center;text-decoration:none;display:flex;position:absolute;inset:0}.oh-web-card__banner-hover-cue{opacity:0;transition:opacity var(--oh-transition), transform var(--oh-transition);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f1f5f9;background:#0f172ae6;border:1px solid #e8a02080;border-radius:100px;align-items:center;gap:8px;padding:10px 20px;font-size:.88rem;font-weight:700;display:inline-flex;transform:translateY(10px)scale(.95);box-shadow:0 8px 24px #00000080}.oh-web-card:hover .oh-web-card__banner-hover-cue{opacity:1;transform:translateY(0)scale(1)}.oh-web-card__banner-badges{z-index:3;pointer-events:none;align-items:center;gap:8px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.oh-badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:100px;align-items:center;gap:5px;padding:4px 10px;font-size:.74rem;font-weight:700;display:inline-flex}.oh-badge--website{color:#7dd3fc;background:#0ea5e940;border:1px solid #0ea5e980}.oh-badge--cat{color:#f1f5f9;background:#ffffff1f;border:1px solid #fff3}.oh-web-card__body{flex-direction:column;flex:1;padding:20px 24px 24px;display:flex}.oh-web-card__header-row{align-items:center;gap:16px;margin-bottom:14px;display:flex}.oh-web-card__logo-wrap{flex-shrink:0}.oh-web-card__logo{object-fit:cover;border:2px solid #fff3;border-radius:50%;width:52px;height:52px;box-shadow:0 4px 12px #0000004d}.oh-web-card__initial{background:linear-gradient(135deg, var(--oh-accent-dark), var(--oh-accent));color:#0f172a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:1.3rem;font-weight:800;display:flex}.oh-web-card__title-wrap{flex:1;min-width:0}.oh-web-card__title{margin:0 0 4px;font-size:1.15rem;font-weight:700;line-height:1.3}.oh-web-card__title a{color:var(--oh-text);transition:color var(--oh-transition);text-decoration:none}.oh-web-card__title a:hover{color:var(--oh-accent)}.oh-web-card__domain-row{font-size:.8rem}.oh-web-card__link{color:var(--oh-text-muted);transition:color var(--oh-transition);align-items:center;gap:5px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-decoration:none;display:inline-flex}.oh-web-card__link:hover{color:var(--oh-accent)}.oh-web-card__desc{color:var(--oh-text-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;margin:0 0 20px;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.oh-web-card__footer{border-top:1px solid var(--oh-border);align-items:center;gap:12px;margin-top:auto;padding-top:16px;display:flex}.oh-btn{border-radius:var(--oh-radius-sm);cursor:pointer;transition:all var(--oh-transition);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 18px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.oh-btn--primary{background:linear-gradient(135deg, var(--oh-accent), var(--oh-accent-dark));color:#0f172a;flex:1;box-shadow:0 4px 14px #e8a0204d}.oh-btn--primary:hover{background:linear-gradient(135deg, #f5b033, var(--oh-accent));color:#0f172a;transform:translateY(-1px);box-shadow:0 6px 18px #e8a02073}.oh-web-card__actions{gap:8px;display:flex}.oh-btn--outline{background:var(--oh-surface-2);border-color:var(--oh-border);color:var(--oh-text);padding:10px 14px}.oh-btn--outline:hover{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.oh-btn--wa{color:#86efac;background:#22c55e26;border-color:#22c55e59;padding:10px 14px}.oh-btn--wa:hover{color:#fff;background:#22c55e4d}@media (width<=768px){.oh-hero{min-height:auto;padding:48px 16px 36px}.oh-hero__inner{text-align:center;flex-direction:column;align-items:center;gap:20px}.oh-hero__logo,.oh-hero__initials{width:80px;height:80px;font-size:1.8rem}.oh-hero__name-row,.oh-hero__stats,.oh-hero__socials{justify-content:center}.oh-tabs-bar{flex-direction:column;align-items:stretch;gap:10px;padding:8px 0}.oh-hub-switch{justify-content:center;width:100%}.oh-hub-switch__btn{flex:1;justify-content:center;padding:8px 10px;font-size:.8rem}.oh-tabs{-webkit-overflow-scrolling:touch;justify-content:center;overflow-x:auto}.oh-tab{padding:14px 16px;font-size:.82rem}.oh-events-inner{padding:0 12px}.oh-events-section{padding:24px 0 40px}.oh-event-card__body{padding:14px 14px 16px}.oh-event-card__footer{flex-wrap:wrap}.oh-event-card__btn{justify-content:center;width:100%}.oh-websites-grid{grid-template-columns:1fr;gap:20px}.oh-web-card__footer{flex-direction:column;align-items:stretch}.oh-web-card__actions{justify-content:center}}
