:root{color-scheme:light;--background:#f8f7f4;--surface:#fff;--surface-soft:#f1eee7;--surface-strong:#0d0d0f;--text:#151515;--muted:#686868;--muted-strong:#3b3b3b;--line:hsla(0,0%,8%,.1);--line-strong:hsla(0,0%,8%,.16);--gold:#c9972d;--gold-dark:#9d7017;--green:#1db954;--blue:#2457ff;--coral:#ff5a5f;--purple:#7b61ff;--shadow-soft:0 24px 70px rgba(13,13,15,.1);--shadow-card:0 18px 50px rgba(13,13,15,.08);--radius-lg:28px;--radius-md:22px;--radius-sm:16px}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--background:#0d0d0f;--surface:#161619;--surface-soft:#202024;--surface-strong:#f8f7f4;--text:#f7f5ef;--muted:#b3b0a8;--muted-strong:#dedad0;--line:hsla(0,0%,100%,.12);--line-strong:hsla(0,0%,100%,.2);--shadow-soft:0 24px 70px rgba(0,0,0,.28);--shadow-card:0 18px 50px rgba(0,0,0,.22)}}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%}body{margin:0;color:var(--text);background:radial-gradient(circle at top left,rgba(201,151,45,.12),transparent 34rem),radial-gradient(circle at 85% 15%,rgba(36,87,255,.1),transparent 30rem),var(--background);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%}::selection{color:#fff;background:var(--gold-dark)}:focus-visible{outline:3px solid color-mix(in srgb,var(--gold) 75%,#fff);outline-offset:4px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.landing-page{overflow:hidden}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;display:flex;min-height:92px;align-items:center;justify-content:space-between;gap:32px;padding:16px clamp(20px,5vw,72px);background:color-mix(in srgb,var(--surface) 94%,transparent);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.brand-link{display:inline-flex;min-width:240px;align-items:center}.brand-logo{width:clamp(220px,27vw,380px);height:auto;max-height:74px;object-fit:contain;object-position:left center}.header-nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,3vw,34px);color:var(--muted);font-size:.94rem;font-weight:700}.header-nav a,.login-link{transition:color .18s ease,transform .18s ease}.header-nav a:hover,.login-link:hover{color:var(--text);transform:translateY(-1px)}.header-actions{display:flex;min-width:220px;align-items:center;justify-content:flex-end;gap:12px}.login-link{color:var(--muted);font-size:.94rem;font-weight:800}.primary-action,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:999px;font-size:.95rem;font-weight:900;transition:box-shadow .18s ease,transform .18s ease,background .18s ease}.primary-action,.primary-button{color:#fff;background:linear-gradient(135deg,var(--gold),var(--gold-dark));box-shadow:0 14px 32px rgba(157,112,23,.22)}.primary-action{padding:0 20px}.primary-button{padding:0 24px}.secondary-button{padding:0 24px;color:var(--text);background:color-mix(in srgb,var(--surface) 88%,transparent);border:1px solid var(--line-strong)}.primary-action:hover,.primary-button:hover,.secondary-button:hover{transform:translateY(-2px)}.primary-action:hover,.primary-button:hover{box-shadow:0 18px 40px rgba(157,112,23,.28)}.hero-section{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(320px,.96fr);grid-gap:clamp(32px,5vw,76px);gap:clamp(32px,5vw,76px);align-items:center;min-height:calc(100vh - 92px);padding:clamp(56px,8vw,118px) clamp(20px,5vw,72px)}.hero-copy{max-width:840px}.eyebrow,.section-kicker{margin:0 0 14px;color:var(--gold-dark);font-size:.78rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.content-section h2,.feature-panel h2,.final-cta h2,.hero-copy h1{margin:0;color:var(--text);letter-spacing:-.03em}.hero-copy h1{max-width:860px;font-size:clamp(3.35rem,8vw,7.7rem);line-height:.92}.hero-lede{max-width:660px;margin:28px 0 0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.32rem);line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-stage{position:relative;min-height:620px;isolation:isolate}.hero-stage:before{position:absolute;inset:8% 3% 10% 6%;z-index:-1;content:"";background:radial-gradient(circle at 30% 22%,rgba(255,200,87,.65),transparent 18rem),radial-gradient(circle at 74% 30%,rgba(29,185,84,.5),transparent 18rem),linear-gradient(145deg,#151515,#302313 52%,#c9972d);border-radius:48px;box-shadow:var(--shadow-soft);transform:rotate(-2.5deg)}.stage-card{position:absolute;display:flex;flex-direction:column;gap:8px;padding:22px;background:color-mix(in srgb,var(--surface) 92%,transparent);border:1px solid hsla(0,0%,100%,.42);border-radius:var(--radius-md);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.stage-card strong{color:var(--text);font-size:clamp(1.2rem,2vw,1.8rem);line-height:1.05}.stage-card span{color:var(--muted);font-weight:700}.stage-label{color:var(--gold-dark)!important;font-size:.76rem;font-weight:950!important;letter-spacing:.13em;text-transform:uppercase}.stage-card-main{top:78px;right:20px;width:min(78%,390px);min-height:250px;justify-content:flex-end}.stage-card-profile{top:300px;left:0;width:min(68%,320px)}.stage-card-opportunity{right:0;bottom:54px;width:min(68%,330px)}.avatar-mark{width:76px;height:76px;background:linear-gradient(135deg,hsla(0,0%,100%,.28),transparent),linear-gradient(135deg,var(--green),var(--blue));border-radius:50%;box-shadow:inset 0 0 0 6px hsla(0,0%,100%,.7)}.mission-band{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:0 clamp(20px,5vw,72px) 64px}.mission-band p{margin:0;padding:12px 18px;color:var(--muted-strong);background:var(--surface);border:1px solid var(--line);border-radius:999px;box-shadow:0 10px 28px rgba(13,13,15,.05);font-size:.92rem;font-weight:850}.content-section,.final-cta,.split-section{width:min(1180px,calc(100% - 40px));margin:0 auto clamp(64px,9vw,120px)}.about-section{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);grid-gap:clamp(28px,5vw,72px);gap:clamp(28px,5vw,72px);align-items:flex-end;padding:clamp(32px,5vw,58px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.content-section h2,.feature-panel h2,.final-cta h2{font-size:clamp(2.1rem,4.8vw,4.8rem);line-height:.98}.about-section>p{margin:0;color:var(--muted);font-size:clamp(1rem,1.7vw,1.2rem);line-height:1.75}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:26px}.section-heading h2{max-width:780px}.profile-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.profile-card{min-height:430px;display:flex;flex-direction:column;justify-content:space-between;padding:22px;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.profile-art{min-height:230px;border-radius:20px;background:linear-gradient(145deg,hsla(0,0%,100%,.16),transparent),linear-gradient(135deg,var(--gold),var(--coral))}.tone-green .profile-art{background:linear-gradient(145deg,hsla(0,0%,100%,.16),transparent),linear-gradient(135deg,var(--green),#0d0d0f)}.tone-blue .profile-art{background:linear-gradient(145deg,hsla(0,0%,100%,.16),transparent),linear-gradient(135deg,var(--blue),var(--purple))}.event-card span,.profile-card span{color:var(--gold-dark);font-size:.78rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.event-card h3,.profile-card h3{margin:10px 0 8px;color:var(--text);font-size:clamp(1.35rem,2vw,1.8rem);line-height:1.04}.event-card p,.profile-card p{margin:0;color:var(--muted);line-height:1.55}.events-section{padding:clamp(30px,5vw,58px);background:#101011;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}.events-section .section-kicker,.events-section h2{color:#f8f7f4}.event-list{display:grid;grid-gap:14px;gap:14px}.event-card{display:grid;grid-template-columns:110px minmax(0,1fr);grid-gap:22px;gap:22px;align-items:center;padding:18px;background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.12);border-radius:var(--radius-sm)}.event-card h3{color:#fff}.event-card p{color:hsla(0,0%,100%,.68)}.event-date{display:grid;min-height:86px;place-items:center;color:#151515;background:linear-gradient(135deg,#fff,#e0b657);border-radius:18px;font-size:1.35rem;font-weight:950;text-align:center}.split-section{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:20px;gap:20px}.feature-panel{min-height:480px;padding:clamp(30px,5vw,54px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.feature-panel-dark{color:#fff;background:radial-gradient(circle at top right,rgba(29,185,84,.42),transparent 18rem),#111114}.feature-panel-dark h2,.feature-panel-dark li{color:#fff}.feature-panel ul{display:grid;grid-gap:12px;gap:12px;padding:0;margin:30px 0 0;list-style:none}.feature-panel li{padding:16px 18px;color:var(--muted-strong);background:color-mix(in srgb,var(--background) 62%,transparent);border:1px solid var(--line);border-radius:16px;font-weight:800}.feature-panel-dark li{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.14)}.final-cta{display:grid;justify-items:center;padding:clamp(44px,7vw,86px);text-align:center;background:radial-gradient(circle at 20% 20%,rgba(255,200,87,.28),transparent 20rem),var(--surface);border:1px solid var(--line);border-radius:calc(var(--radius-lg) + 10px);box-shadow:var(--shadow-soft)}.final-cta h2{max-width:850px;margin-bottom:28px}@media (max-width:1080px){.site-header{align-items:flex-start;flex-wrap:wrap;gap:16px}.brand-link,.header-actions{min-width:0}.header-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.hero-section{grid-template-columns:1fr;min-height:auto}.hero-stage{min-height:540px}.about-section,.split-section{grid-template-columns:1fr}.profile-grid{grid-template-columns:1fr 1fr}}@media (max-width:700px){.site-header{min-height:auto;padding:14px 18px 12px}.brand-logo{width:206px;max-height:58px}.login-link{display:none}.primary-action{min-height:40px;padding:0 14px;font-size:.86rem}.header-nav{gap:20px;font-size:.88rem}.hero-section{padding-top:44px}.hero-copy h1{font-size:clamp(3rem,15vw,4.5rem)}.hero-actions{flex-direction:column}.primary-button,.secondary-button{width:100%}.hero-stage{min-height:500px}.stage-card-main,.stage-card-opportunity,.stage-card-profile{width:min(86%,360px)}.stage-card-main{top:44px}.stage-card-profile{top:248px}.stage-card-opportunity{bottom:28px}.event-card,.profile-grid{grid-template-columns:1fr}.event-date{width:112px}.content-section,.final-cta,.split-section{width:calc(100% - 32px)}}.auth-page{display:grid;min-height:100vh;place-items:center;padding:clamp(22px,5vw,56px);background:radial-gradient(circle at 12% 12%,rgba(201,151,45,.18),transparent 26rem),radial-gradient(circle at 90% 30%,rgba(29,185,84,.12),transparent 28rem),var(--background)}.auth-brand{position:absolute;top:clamp(18px,4vw,34px);left:clamp(18px,5vw,56px);display:inline-flex;align-items:center}.auth-brand img{width:clamp(190px,25vw,300px);height:auto}.auth-card{width:min(100%,540px);padding:clamp(28px,5vw,48px);margin-top:84px;background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.auth-card-copy h1{margin:0;color:var(--text);font-size:clamp(2.3rem,5vw,4.4rem);line-height:.96;letter-spacing:-.04em}.auth-card-copy p:last-child{margin:18px 0 0;color:var(--muted);font-size:1rem;line-height:1.7}.auth-form{display:grid;grid-gap:18px;gap:18px;margin-top:30px}.auth-form label{display:grid;grid-gap:8px;gap:8px;color:var(--muted-strong);font-size:.92rem;font-weight:850}.auth-form input{width:100%;min-height:52px;padding:0 16px;color:var(--text);background:color-mix(in srgb,var(--background) 62%,var(--surface));border:1px solid var(--line-strong);border-radius:16px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.auth-form input:focus{background:var(--surface);border-color:color-mix(in srgb,var(--gold) 72%,var(--line-strong));box-shadow:0 0 0 4px rgba(201,151,45,.14)}.auth-form .primary-button{width:100%;min-height:52px;border:0;cursor:pointer}.auth-secondary-links{display:flex;flex-wrap:wrap;gap:12px 18px;justify-content:center;margin-top:22px}.auth-back-link,.auth-secondary-links a{color:var(--muted);font-size:.92rem;font-weight:800;transition:color .18s ease}.auth-back-link:hover,.auth-secondary-links a:hover{color:var(--text)}.auth-back-link{display:block;margin-top:28px;text-align:center}.auth-alert{margin:24px 0 0;padding:14px 16px;border-radius:16px;font-size:.94rem;font-weight:800;line-height:1.45}.auth-alert-error{color:#7f1d1d;background:#fee2e2;border:1px solid #fecaca}.auth-alert-success{color:#14532d;background:#dcfce7;border:1px solid #bbf7d0}@media (prefers-color-scheme:dark){.auth-alert-error{color:#fecaca;background:rgba(127,29,29,.28);border-color:hsla(0,94%,82%,.28)}.auth-alert-success{color:#bbf7d0;background:rgba(20,83,45,.28);border-color:rgba(134,239,172,.26)}}@media (max-width:620px){.auth-page{align-items:start;padding-top:120px}.auth-brand{top:18px;left:18px}.auth-card{margin-top:0;border-radius:24px}}.profile-workspace{min-height:100vh;padding:clamp(18px,4vw,42px);background:radial-gradient(circle at 10% 10%,rgba(201,151,45,.16),transparent 28rem),radial-gradient(circle at 90% 24%,rgba(36,87,255,.1),transparent 28rem),var(--background)}.profile-workspace-header{display:flex;align-items:center;justify-content:space-between;gap:22px;width:min(1160px,100%);margin:0 auto clamp(26px,5vw,52px)}.profile-workspace-header img{width:clamp(190px,22vw,280px);height:auto}.profile-workspace-header nav{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.profile-workspace-header nav a{padding:10px 14px;color:var(--muted-strong);background:color-mix(in srgb,var(--surface) 82%,transparent);border:1px solid var(--line);font-size:.9rem;font-weight:850}.profile-editor-shell{width:min(940px,100%);margin:0 auto;padding:clamp(28px,5vw,54px);background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.profile-editor-intro{max-width:760px;margin-bottom:30px}.profile-editor-intro h1{color:var(--text);font-size:clamp(2.55rem,6vw,5.4rem);line-height:.94;letter-spacing:-.04em}.profile-editor-intro p:last-child{margin:20px 0 0;color:var(--muted);font-size:1.05rem;line-height:1.7}.profile-form{display:grid;grid-gap:24px;gap:24px}.profile-form-spotlight{position:relative;overflow:hidden;padding:clamp(24px,4vw,38px);color:#fff;background:radial-gradient(circle at 20% 20%,rgba(255,200,87,.36),transparent 18rem),radial-gradient(circle at 85% 15%,rgba(123,97,255,.46),transparent 18rem),linear-gradient(135deg,#111114,#2a2010 62%,#9d7017);border:1px solid hsla(0,0%,100%,.18);border-radius:calc(var(--radius-lg) + 4px);box-shadow:var(--shadow-soft)}.profile-form-spotlight:after{position:absolute;right:-70px;bottom:-80px;width:220px;height:220px;content:"";background:hsla(0,0%,100%,.12);border-radius:50%;filter:blur(1px)}.profile-form-spotlight div{position:relative;z-index:1;display:grid;grid-gap:10px;gap:10px;max-width:650px}.profile-form-spotlight span{color:#f4d98b;font-size:.78rem;font-weight:950;letter-spacing:.16em;text-transform:uppercase}.profile-form-spotlight strong{font-size:clamp(2rem,5vw,4.3rem);line-height:.95;letter-spacing:-.04em}.profile-form-spotlight p{max-width:560px;margin:0;color:hsla(0,0%,100%,.74);font-size:1.02rem;line-height:1.65}.form-grid{display:grid;grid-gap:18px;gap:18px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-form label{display:grid;grid-gap:8px;gap:8px;color:var(--muted-strong);font-size:.92rem;font-weight:850}.field-hint{color:var(--muted);font-size:.82rem}.profile-form input,.profile-form select,.profile-form textarea{width:100%;min-height:52px;padding:0 16px;color:var(--text);background:color-mix(in srgb,var(--background) 62%,var(--surface));border:1px solid var(--line-strong);border-radius:16px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.profile-form textarea{min-height:140px;padding-top:14px;resize:vertical}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{background:var(--surface);border-color:color-mix(in srgb,var(--gold) 72%,var(--line-strong));box-shadow:0 0 0 4px rgba(201,151,45,.14)}.profile-form-section{display:grid;grid-gap:18px;gap:18px;padding:clamp(20px,4vw,30px);background:linear-gradient(180deg,color-mix(in srgb,var(--surface) 92%,transparent),color-mix(in srgb,var(--background) 52%,transparent));border:1px solid var(--line);border-radius:var(--radius-md);box-shadow:0 14px 34px rgba(13,13,15,.05)}.profile-form-section h2{margin:0;color:var(--text);font-size:clamp(1.35rem,2.5vw,2rem)}.media-section{background:radial-gradient(circle at 12% 10%,rgba(201,151,45,.14),transparent 18rem),color-mix(in srgb,var(--surface) 90%,transparent)}.media-status{display:flex;flex-wrap:wrap;gap:10px;margin-top:-8px}.media-status span{padding:10px 12px;color:var(--muted-strong);background:color-mix(in srgb,var(--green) 12%,var(--surface));border:1px solid color-mix(in srgb,var(--green) 24%,var(--line));border-radius:999px;font-size:.85rem;font-weight:850}.checkbox-field{display:flex!important;grid-template-columns:none!important;align-items:center;gap:12px!important;padding:16px;background:color-mix(in srgb,var(--background) 58%,transparent);border:1px solid var(--line);border-radius:16px}.checkbox-field input{width:20px;min-height:20px;accent-color:var(--gold)}.profile-form .primary-button{width:min(100%,280px);min-height:54px;border:0;cursor:pointer}.project-editor,.projects-list{display:grid;grid-gap:12px;gap:12px}.project-item{display:grid;grid-gap:14px;gap:14px;padding:14px;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:18px;box-shadow:0 10px 24px rgba(13,13,15,.04)}.project-item-image{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:14px;background:#f1eee7}.project-item h3{margin:0;color:#151515;font-size:15px}.project-item p{margin:6px 0 0;color:#56565b;font-size:12px;font-weight:600;line-height:1.55}.project-actions{display:flex;flex-wrap:wrap;gap:8px}.project-file-field{display:grid;grid-gap:8px;gap:8px;color:#2f2f32;font-size:12px;font-weight:900}.project-file-field input[type=file]{min-height:auto;padding:10px;color:#56565b;background:#fff;border:1px dashed rgba(111,45,189,.34);border-radius:12px;cursor:pointer}.project-actions button,.project-add-action{min-height:38px;padding:0 14px;color:#151515;background:#fff;border:1px solid rgba(13,13,15,.1);border-radius:12px;cursor:pointer;font-size:12px;font-weight:900;transition:opacity .18s ease,transform .18s ease,background .18s ease}.project-actions button:hover,.project-add-action:hover{transform:translateY(-1px)}.project-actions button:disabled,.project-add-action:disabled{cursor:not-allowed;opacity:.58;transform:none}.project-actions .project-primary-action,.project-add-action{color:#fff;background:#6f2dbd;border-color:#6f2dbd}.project-actions .project-danger-action{color:#8a1f1f;background:#fff4f4;border-color:rgba(138,31,31,.18)}.public-profile-page{padding-bottom:clamp(52px,8vw,96px);background:radial-gradient(circle at 12% 8%,rgba(201,151,45,.18),transparent 28rem),radial-gradient(circle at 90% 20%,rgba(29,185,84,.12),transparent 28rem),var(--background)}.public-profile-hero{position:relative}.public-profile-banner{min-height:clamp(320px,46vw,560px);padding:clamp(18px,4vw,42px);background:radial-gradient(circle at 18% 22%,rgba(255,200,87,.52),transparent 20rem),radial-gradient(circle at 74% 18%,rgba(123,97,255,.42),transparent 22rem),linear-gradient(135deg,#0d0d0f,#302313 54%,#c9972d);isolation:isolate}.public-profile-banner:after{position:absolute;inset:0;z-index:-1;content:"";background:linear-gradient(180deg,rgba(13,13,15,.08),rgba(13,13,15,.68))}.public-profile-nav{display:flex;align-items:center;justify-content:space-between;gap:14px}.public-profile-nav a{padding:11px 16px;color:#fff;background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.18);border-radius:999px;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-size:.92rem;font-weight:900}.public-profile-card{display:grid;grid-template-columns:190px minmax(0,1fr);grid-gap:clamp(24px,5vw,52px);gap:clamp(24px,5vw,52px);align-items:end;width:min(1180px,calc(100% - 36px));margin:clamp(-130px,-10vw,-90px) auto clamp(48px,7vw,86px);padding:clamp(24px,5vw,52px);background:color-mix(in srgb,var(--surface) 94%,transparent);border:1px solid var(--line);border-radius:calc(var(--radius-lg) + 12px);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.public-profile-avatar{width:clamp(138px,15vw,190px);aspect-ratio:1;background:linear-gradient(135deg,hsla(0,0%,100%,.2),transparent),linear-gradient(135deg,var(--gold),var(--purple));border:8px solid color-mix(in srgb,var(--surface) 94%,transparent);border-radius:38px;box-shadow:0 28px 70px rgba(13,13,15,.18);font-size:clamp(2.5rem,5vw,4.8rem);font-weight:950}.public-profile-main h1{max-width:860px;color:var(--text);font-size:clamp(3rem,8vw,7.6rem);line-height:.88;letter-spacing:-.055em}.profile-live-alert{margin:0 0 18px;padding:12px 14px;color:#14532d;background:#dcfce7;border:1px solid #bbf7d0;font-size:.9rem}.profile-meta-row{gap:10px;margin-top:22px}.profile-meta-row span{padding:10px 13px;color:var(--muted-strong);background:color-mix(in srgb,var(--background) 72%,transparent);border:1px solid var(--line);border-radius:999px;font-size:.9rem;font-weight:850}.public-profile-bio{max-width:720px;margin:26px 0 0;color:var(--muted);font-size:clamp(1.08rem,2vw,1.32rem);line-height:1.68}.public-profile-actions{flex-wrap:wrap;gap:12px;margin-top:30px}.public-profile-content{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);grid-gap:22px;gap:22px;width:min(1180px,calc(100% - 36px));margin:0 auto}.profile-links-panel,.profile-showcase-panel{padding:clamp(24px,4vw,42px);background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-card)}.profile-showcase-panel h2{max-width:680px;margin:0;color:var(--text);font-size:clamp(2.2rem,5vw,5.2rem);line-height:.95;letter-spacing:-.04em}.empty-profile-note,.profile-showcase-panel p:not(.section-kicker){margin:20px 0 0;color:var(--muted);font-size:1rem;line-height:1.7}.showcase-grid{display:grid;grid-template-columns:1.2fr .8fr .9fr;grid-gap:14px;gap:14px;margin-top:30px}.showcase-grid span{min-height:clamp(150px,18vw,260px);background:linear-gradient(145deg,hsla(0,0%,100%,.18),transparent),linear-gradient(135deg,var(--gold),var(--blue));border-radius:24px}.showcase-grid span:nth-child(2){background:linear-gradient(145deg,hsla(0,0%,100%,.18),transparent),linear-gradient(135deg,var(--green),#0d0d0f)}.showcase-grid span:nth-child(3){background:linear-gradient(145deg,hsla(0,0%,100%,.18),transparent),linear-gradient(135deg,var(--purple),var(--coral))}.public-link-list{grid-gap:12px;gap:12px;margin-top:22px}.public-link-list a{padding:16px 18px;color:var(--text);background:color-mix(in srgb,var(--background) 66%,transparent);border:1px solid var(--line);transition:transform .18s ease,border-color .18s ease}.public-link-list a:hover{border-color:color-mix(in srgb,var(--gold) 55%,var(--line));transform:translateY(-2px)}@media (max-width:760px){.profile-workspace-header{align-items:flex-start;flex-direction:column}.profile-workspace-header nav{justify-content:flex-start}.two-columns{grid-template-columns:1fr}.profile-form .primary-button{width:100%}.public-profile-card,.public-profile-content{grid-template-columns:1fr}.public-profile-card{margin-top:-86px}.showcase-grid{grid-template-columns:1fr}}.product-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:center;min-height:64px;padding:8px 20px 8px 10px;background:hsla(0,0%,100%,.94);border-bottom:1px solid rgba(13,13,15,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.product-brand{display:inline-flex;align-items:center}.product-brand img{width:40px;height:40px;object-fit:contain}.global-search{position:absolute;left:50%;display:flex;align-items:center;gap:8px;width:min(calc(100% - 180px),420px);min-height:40px;padding:0 12px;color:#707070;background:#f5f5f3;border:1px solid rgba(13,13,15,.08);border-radius:999px;transform:translateX(-50%)}@media (max-width:600px){.global-search{display:none}}.global-search span{font-size:16px;line-height:1}.global-search input{width:100%;min-width:0;color:#151515;background:transparent;border:0;outline:0;font-size:12px;font-weight:700}.product-header-actions{display:flex;align-items:center;gap:8px;justify-content:flex-end;flex-shrink:0}.hamburger-menu summary,.header-avatar,.icon-button,.profile-more-actions summary{display:inline-grid;width:40px;height:40px;place-items:center;color:#151515;background:#fff;border:1px solid rgba(13,13,15,.1);border-radius:50%;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hamburger-menu summary:hover,.header-avatar:hover,.icon-button:hover,.profile-more-actions summary:hover{background:#f8f7f4;box-shadow:0 10px 24px rgba(13,13,15,.08);transform:translateY(-2px)}.header-avatar{overflow:hidden;color:#c9972d;background:#fff;border-color:rgba(201,151,45,.28);font-size:12px;font-weight:900}.header-avatar img{width:100%;height:100%;object-fit:cover}.hamburger-menu,.profile-more-actions{position:relative}.hamburger-menu summary,.profile-more-actions summary{list-style:none}.hamburger-menu summary::-webkit-details-marker,.profile-more-actions summary::-webkit-details-marker{display:none}.hamburger-icon{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;transition:transform .3s ease}.hamburger-menu summary span{width:20px;height:2px;background:currentColor;border-radius:999px;transition:transform .25s ease,opacity .25s ease}.hamburger-menu[open] .hamburger-icon{transform:rotate(90deg)}.hamburger-menu[open] .hamburger-icon span:first-child{transform:translateY(6px) rotate(45deg)}.hamburger-menu[open] .hamburger-icon span:nth-child(2){opacity:0}.hamburger-menu[open] .hamburger-icon span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.hamburger-menu nav,.profile-more-actions div{position:absolute;top:calc(100% + 8px);right:0;z-index:20;display:grid;width:248px;padding:8px;background:hsla(0,0%,100%,.98);border:1px solid rgba(13,13,15,.08);border-radius:24px;box-shadow:0 24px 70px rgba(13,13,15,.16)}.hamburger-menu:not([open]) nav,.profile-more-actions:not([open]) div{display:none}.hamburger-menu nav a,.profile-more-actions div a{padding:12px 14px;color:#151515;border-radius:16px;font-size:12px;font-weight:800;transition:background .2s ease,transform .2s ease}.hamburger-menu nav a:hover,.profile-more-actions div a:hover{background:#f5f1ff;transform:translateY(-2px)}.public-profile-page{min-height:100vh;padding-bottom:86px;color:#151515;background:radial-gradient(circle at 50% 0,rgba(111,45,189,.08),transparent 32rem),#f8f7f4}.public-profile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;display:grid;grid-template-columns:44px minmax(0,1fr) 72px;align-items:center;width:min(100%,430px);min-height:52px;margin:0 auto;padding:0 12px;background:hsla(0,0%,100%,.94);border-bottom:1px solid rgba(13,13,15,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.public-profile-topbar>strong{overflow:hidden;font-size:14px;font-weight:900;text-align:center;text-overflow:ellipsis;white-space:nowrap}.profile-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:4px}.profile-topbar-icon,.profile-topbar-menu summary{display:grid;width:36px;height:36px;place-items:center;color:#111114;background:transparent;border:0;border-radius:50%;cursor:pointer;font-size:24px;line-height:1}.profile-topbar-menu{position:relative}.profile-topbar-menu summary{font-size:15px;font-weight:900;list-style:none}.profile-topbar-menu summary::-webkit-details-marker{display:none}.profile-topbar-menu nav{position:absolute;top:calc(100% + 8px);right:0;z-index:20;display:grid;width:220px;grid-gap:4px;gap:4px;padding:10px;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:18px;box-shadow:0 18px 44px rgba(13,13,15,.14)}.profile-topbar-menu nav a{padding:11px 12px;border-radius:12px;font-size:12px;font-weight:800}.public-profile-shell{width:min(100%,430px);margin:0 auto;padding:0 0 32px;overflow:hidden;background:#fff;box-shadow:0 22px 70px rgba(13,13,15,.08)}.profile-banner-frame{overflow:hidden;background:#151515;border-radius:0;box-shadow:none}.public-profile-banner{position:relative;min-height:138px;background:linear-gradient(180deg,rgba(13,13,15,.1),rgba(13,13,15,.48)),radial-gradient(circle at 22% 20%,rgba(201,151,45,.72),transparent 220px),radial-gradient(circle at 78% 10%,rgba(123,45,190,.62),transparent 240px),linear-gradient(135deg,#171219,#36145c 52%,#d6a436);background-position:50%;background-size:cover}.public-profile-banner:after{display:none;pointer-events:none;content:none}.profile-identity-card{position:relative;display:flex;flex-direction:column;padding:0 16px 12px;margin-top:0}.public-profile-avatar{position:relative;z-index:2;display:grid;width:104px;height:104px;place-items:center;overflow:hidden;color:#fff;background:linear-gradient(135deg,hsla(0,0%,100%,.18),transparent),linear-gradient(135deg,#7b2dbe,#d6a436);border:4px solid #fff;border-radius:50%;box-shadow:0 12px 28px rgba(13,13,15,.18);font-size:24px;font-weight:900;margin-top:-66px}.public-profile-avatar img{width:100%;height:100%;object-fit:cover}.public-profile-main{min-width:0;display:contents}.profile-name-row{order:2;display:flex;gap:8px;align-items:center;margin-top:8px}.public-profile-main h1{margin:0;overflow:hidden;color:#151515;font-size:24px;font-weight:900;letter-spacing:0;line-height:1.12;text-overflow:ellipsis}.verified-badge{display:inline-grid;width:18px;height:18px;flex:0 0 auto;place-items:center;color:#fff;background:#6f2dbd;border-radius:50%;font-size:11px;font-weight:900}.follows-you-badge{background-color:var(--gold-faint,#efefef);color:var(--gold,#8e8e8e);font-size:8px;padding:1px 4px;border-radius:8px;font-weight:700;margin-left:6px;text-transform:uppercase;letter-spacing:.05em}.profile-meta-row{order:3;display:flex;flex-wrap:wrap;gap:4px 8px;margin-top:6px;color:#2f2f32;font-size:12px;font-weight:700;line-height:1.35}.profile-meta-row span{padding:0;color:inherit;background:transparent;border:0;border-radius:0;font-size:inherit;font-weight:inherit}.profile-meta-row span:not(:last-child):after{margin-left:8px;color:#a6a6a6;content:"•"}.public-profile-bio{order:4;max-width:620px;margin:8px 0 0;color:#343438;font-size:12px;font-weight:600;line-height:1.55}.public-profile-actions{order:1;display:flex;flex-wrap:nowrap;gap:8px;align-self:flex-end;width:calc(100% - 116px);margin-top:-40px}.public-profile-actions form{display:flex;flex:1 1}.public-profile-actions form .primary-button,.public-profile-actions form .secondary-button{width:100%;border:0;cursor:pointer}.profile-follow-summary{order:5;display:flex;flex-wrap:wrap;gap:10px;margin-top:8px;color:#56565b;font-size:12px;font-weight:800}.profile-follow-summary strong{color:#151515;font-weight:950}.primary-button,.secondary-button,.support-button{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:10px;font-size:12px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.primary-button{flex:1 1;color:#fff;background:#6f2dbd;box-shadow:0 10px 24px rgba(111,45,189,.22)}.secondary-button{flex:1 1;color:#151515;background:#fff;border:1px solid rgba(13,13,15,.1)}.support-button,.support-card-button{color:#fff;background:linear-gradient(135deg,#d6a436,#6f2dbd);box-shadow:0 10px 24px rgba(111,45,189,.22)}.support-button{display:none}.primary-button:hover,.secondary-button:hover,.support-button:hover,.support-card-button:hover{transform:translateY(-2px)}.profile-more-actions summary{width:34px;height:34px;flex:0 0 auto;background:#fff;border:1px solid rgba(13,13,15,.12);border-radius:10px;font-size:17px;font-weight:900}.profile-live-alert{display:inline-flex;margin:0 0 12px;padding:10px 12px;color:#7a4200;background:#fff4df;border:1px solid rgba(214,164,54,.32);border-radius:999px;font-size:11px;font-weight:900}.profile-social-links{display:flex;gap:8px;overflow-x:auto;padding:6px 16px 12px;scrollbar-width:none}.profile-social-links:empty{display:none}.profile-social-links .social-link-disabled,.profile-social-links a{display:inline-flex;min-height:30px;flex:0 0 auto;align-items:center;gap:6px;padding:0 8px;color:#2c1742;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:999px;box-shadow:0 8px 18px rgba(13,13,15,.04);font-size:11px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.profile-social-links a:hover{border-color:color-mix(in srgb,currentColor 32%,rgba(13,13,15,.08));box-shadow:0 10px 22px rgba(13,13,15,.08);transform:translateY(-2px)}.profile-social-links .social-link-disabled{cursor:not-allowed;opacity:.48}.profile-social-links svg,.public-link-list svg{width:15px;height:15px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}[data-brand=instagram]{color:#e4405f}[data-brand=youtube]{color:red}[data-brand=spotify]{color:#1db954}[data-brand=tiktok]{color:#111}[data-brand=github]{color:#181717}[data-brand=linkedin]{color:#0a66c2}[data-brand=site]{color:#6f2dbd}[data-brand=whatsapp]{color:#25d366}[data-brand=github] svg path,[data-brand=linkedin] svg rect,[data-brand=tiktok] svg path,[data-brand=youtube] svg path{fill:currentColor;stroke:none}[data-brand=linkedin] svg path{stroke:#fff;stroke-width:1.8}.cultural-highlights{display:grid;grid-auto-columns:72px;grid-auto-flow:column;grid-gap:12px;gap:12px;overflow-x:auto;padding:8px 16px 16px;scrollbar-width:none}.cultural-highlights a{display:grid;grid-gap:6px;gap:6px;justify-items:center;color:#151515;font-size:11px;font-weight:800;text-align:center}.cultural-highlights a span{display:grid;width:60px;height:60px;place-items:center;color:#6f2dbd;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#6f2dbd,#d6a436) border-box;background-position:50%;background-size:cover;border:2px solid transparent;border-radius:50%;box-shadow:0 12px 26px rgba(13,13,15,.08);font-size:18px;font-weight:900}.cultural-highlights a span:not(.highlight-add){box-shadow:inset 0 0 0 999px rgba(13,13,15,.18),0 12px 26px rgba(13,13,15,.08)}.profile-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px;padding:12px 16px;border-top:1px solid rgba(13,13,15,.08);border-bottom:1px solid rgba(13,13,15,.08)}.profile-stats span{display:grid;grid-gap:2px;gap:2px;justify-items:center;color:#4b4b4f;font-size:11px;font-weight:700}.profile-stats strong{color:#151515;font-size:14px;font-weight:900}.profile-tabs{position:relative;display:flex;gap:0;overflow-x:auto;padding:0 16px;background:#fff;border-top:1px solid rgba(13,13,15,.08);border-bottom:1px solid rgba(13,13,15,.08);box-shadow:none;scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}.profile-tabs button{position:relative;flex:1 0 max-content;min-height:48px;padding:0 18px 0 0;color:#151515;background:transparent;border:0;border-radius:0;cursor:pointer;font-size:11px;font-weight:900;text-align:left;text-transform:uppercase;transition:color .18s ease,background .18s ease}.profile-tabs button.is-active,.profile-tabs button:hover{color:#6f2dbd;background:transparent}.profile-tabs button.is-active{box-shadow:none}.profile-tabs button.is-active:after{position:absolute;right:18px;bottom:0;left:0;height:3px;content:"";background:#6f2dbd;border-radius:999px 999px 0 0}.public-profile-content{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:16px;gap:16px;width:auto;margin:16px 0 0}.portfolio-post-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2px;gap:2px;background:#fff}.portfolio-post-card{position:relative;aspect-ratio:1;overflow:hidden;background:#efeff1}.portfolio-post-card img,.portfolio-post-card video{width:100%;height:100%;object-fit:cover;transition:transform .2s ease,filter .2s ease}.portfolio-post-card:hover img,.portfolio-post-card:hover video{filter:saturate(1.05);transform:scale(1.03)}.portfolio-video-badge{position:absolute;top:8px;right:8px;display:grid;width:24px;height:24px;place-items:center;color:#fff;background:rgba(13,13,15,.62);border-radius:50%;font-size:10px;font-weight:900}.portfolio-post-fallback{display:flex;height:100%;flex-direction:column;justify-content:flex-end;padding:10px;color:#fff;background:linear-gradient(180deg,transparent,rgba(0,0,0,.58)),radial-gradient(circle at 24% 18%,hsla(0,0%,100%,.28),transparent 70px),linear-gradient(135deg,#7b2dbe,#d6a436)}.portfolio-post-fallback span{font-size:9px;font-weight:900;opacity:.84;text-transform:uppercase}.portfolio-post-fallback strong{margin-top:3px;overflow:hidden;font-size:12px;font-weight:900;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.portfolio-empty-state{padding:24px 16px;background:#fff}.content-create-form{margin-top:18px}.content-create-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.content-create-actions .primary-button,.content-create-actions .secondary-button{width:auto;min-width:132px;min-height:44px}.discovery-page{min-height:100vh;padding:24px 16px 90px;background:#f8f7f4}.conversation-shell,.discovery-shell,.event-detail-shell{width:min(100%,760px);margin:0 auto}.discovery-shell h1,.event-detail-shell h1{margin:0 0 18px;color:#151515;font-size:clamp(30px,6vw,56px);line-height:1;letter-spacing:-.04em}.discovery-grid,.event-directory,.message-list{display:grid;grid-gap:12px;gap:12px}.discovery-card,.event-detail-shell,.event-directory-card,.message-row,.quick-create-card{background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:22px;box-shadow:0 14px 34px rgba(13,13,15,.06)}.discovery-card,.event-directory-card,.message-row{display:grid;grid-gap:12px;gap:12px;overflow:hidden;padding:12px}.discovery-card img,.event-directory-card img{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:16px;background:#f1eee7}.discovery-card strong,.message-row strong{display:block;color:#151515;font-size:15px;font-weight:950}.discovery-card span,.event-detail-meta span,.event-directory-card span,.message-row span{color:#56565b;font-size:12px;font-weight:800}.quick-create-card{display:grid;grid-gap:10px;gap:10px;padding:16px;margin:18px 0}.quick-create-card h2{margin:0;font-size:18px}.message-compose textarea,.quick-create-card input,.quick-create-card textarea{width:100%;min-height:44px;padding:12px;color:#151515;background:#fff;border:1px solid rgba(13,13,15,.12);border-radius:12px;font:inherit;font-size:12px;font-weight:700}.message-compose textarea,.quick-create-card textarea{min-height:92px;resize:vertical}.event-directory-card h2{margin:4px 0;color:#151515;font-size:18px}.event-detail-shell p,.event-directory-card p{margin:0;color:#56565b;line-height:1.6}.event-detail-shell{display:grid;grid-gap:14px;gap:14px;padding:16px}.event-detail-banner{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:18px}.event-detail-meta,.event-presence-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.event-presence-actions form{display:flex}.event-presence-actions button{border:0;cursor:pointer}.profile-event-list{display:grid;grid-gap:10px;gap:10px;margin-top:10px}.profile-event-card{display:grid;grid-template-columns:82px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;padding:10px;background:#f8f7f4;border:1px solid rgba(13,13,15,.06);border-radius:16px}.profile-event-card img{width:82px;height:82px;object-fit:cover;border-radius:12px}.profile-event-card span{color:#6f2dbd;font-size:11px;font-weight:900}.profile-event-card h3{margin:4px 0;color:#151515;font-size:14px}.profile-event-card p{margin:0;color:#56565b;font-size:12px}.conversation-messages{display:grid;grid-gap:8px;gap:8px;min-height:360px;padding:14px;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:22px}.message-bubble{width:-moz-fit-content;width:fit-content;max-width:82%;padding:10px 12px;background:#f1eee7;border-radius:16px}.message-bubble.is-own{justify-self:end;color:#fff;background:#6f2dbd}.message-bubble p{margin:0;font-size:13px;line-height:1.45}.message-bubble span{display:block;margin-top:4px;opacity:.7;font-size:10px;font-weight:800}.message-compose{display:grid;grid-gap:10px;gap:10px;margin-top:12px}.profile-side-panel{display:grid;grid-gap:16px;gap:16px}.profile-side-panel>div{padding:18px;background:#fff;border-radius:24px;box-shadow:0 14px 34px rgba(13,13,15,.06)}.profile-side-panel>.support-card{color:#fff;background:radial-gradient(circle at 18% 10%,hsla(0,0%,100%,.28),transparent 150px),linear-gradient(135deg,#111114,#36145c 58%,#d6a436)}.support-card h2{margin:0;font-size:18px;line-height:1.15}.support-card .section-kicker,.support-card p{color:hsla(0,0%,100%,.78)}.support-card p{margin:8px 0 0}.support-numbers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:14px}.support-numbers span{display:grid;grid-gap:2px;gap:2px;padding:10px;color:hsla(0,0%,100%,.72);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.12);border-radius:16px;font-size:11px;font-weight:800}.support-numbers strong{color:#fff;font-size:13px}.support-progress{height:8px;overflow:hidden;margin-top:14px;background:hsla(0,0%,100%,.16);border-radius:999px}.support-progress span{display:block;height:100%;background:linear-gradient(90deg,#f0c45c,#fff);border-radius:inherit}.support-card-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:38px;margin-top:14px;border-radius:14px;font-size:12px;font-weight:900;transition:transform .2s ease,box-shadow .2s ease}.empty-profile-note,.profile-side-panel p:not(.section-kicker){margin:0;color:#343438;font-size:12px;font-weight:600;line-height:1.6}.section-kicker{margin:0 0 8px;color:#6f2dbd;font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.public-link-list{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.public-link-list a{display:flex;align-items:center;gap:8px;padding:12px;background:#f8f7f4;border:1px solid rgba(13,13,15,.08);border-radius:16px;font-size:12px;font-weight:900}.mobile-tabbar{position:fixed;bottom:12px;left:50%;transform:translateX(-50%);z-index:1000;display:flex;justify-content:space-around;align-items:center;width:min(calc(100% - 24px),480px);height:64px;padding:0 12px;background:hsla(0,0%,100%,.95);border:1px solid rgba(0,0,0,.05);border-radius:24px;box-shadow:0 8px 24px rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-tabbar a{display:grid;grid-gap:2px;gap:2px;place-items:center;color:#151515;font-size:18px;font-weight:900;text-decoration:none}.mobile-tabbar a.is-active{color:#6f2dbd}.mobile-tabbar a.is-active:after{content:"";width:5px;height:5px;margin-top:-2px;background:#6f2dbd;border-radius:999px}.mobile-tabbar span{font-size:10px;font-weight:800}.profile-workspace{padding:0 0 40px;background:#f8f7f4}.profile-workspace-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;width:100%;min-height:64px;padding:8px max(16px,calc((100vw - 940px) / 2));margin:0 0 16px;background:hsla(0,0%,100%,.94);border-bottom:1px solid rgba(13,13,15,.08);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-workspace-header img{width:154px}.profile-workspace-header nav a{padding:9px 12px;background:#f8f7f4;border-radius:999px;font-size:11px;font-weight:900}.profile-editor-shell{width:min(100% - 32px,760px);padding:0 0 24px;background:transparent;border:0;border-radius:0;box-shadow:none}.profile-editor-intro{margin-bottom:16px}.profile-editor-intro h1{max-width:520px;margin:0;font-size:32px;line-height:1.05;letter-spacing:0}.profile-editor-intro p:last-child{margin:8px 0 0;color:#56565b;font-size:12px;font-weight:600;line-height:1.55}.profile-form{gap:16px}.profile-form-spotlight{padding:18px;background:radial-gradient(circle at 18% 18%,rgba(214,164,54,.34),transparent 160px),linear-gradient(135deg,#111114,#36145c);border-radius:24px}.profile-form-spotlight:after{display:none}.profile-form-spotlight div{gap:6px}.profile-form-spotlight span{color:#e3c56d;font-size:11px;letter-spacing:0}.profile-form-spotlight strong{font-size:24px;letter-spacing:0;line-height:1.12}.profile-form-spotlight p{font-size:12px;line-height:1.55}.profile-media-preview{position:relative;margin-bottom:28px}.profile-banner-preview{display:flex;min-height:164px;align-items:flex-end;padding:14px;color:#fff;background:linear-gradient(180deg,rgba(13,13,15,.06),rgba(13,13,15,.58)),linear-gradient(135deg,#171219,#36145c 54%,#d6a436);background-position:50%;background-size:cover;border-radius:24px;box-shadow:0 18px 44px rgba(13,13,15,.08);font-size:11px;font-weight:900}.profile-avatar-preview{position:absolute;bottom:-32px;left:16px;display:grid;width:88px;height:88px;place-items:center;overflow:hidden;color:#fff;background:linear-gradient(135deg,#7b2dbe,#d6a436);border:4px solid #fff;border-radius:50%;box-shadow:0 14px 34px rgba(13,13,15,.16);font-size:20px;font-weight:900}.profile-avatar-preview img{width:100%;height:100%;object-fit:cover}.profile-form-section{gap:16px;padding:18px;background:#fff;border:0;border-radius:24px;box-shadow:0 14px 34px rgba(13,13,15,.06)}.profile-form-section h2{font-size:14px;letter-spacing:0}.form-section-note{margin:-6px 0 0;color:#56565b;font-size:12px;font-weight:600;line-height:1.55}.support-section{background:radial-gradient(circle at 10% 0,rgba(214,164,54,.14),transparent 180px),#fff}.form-grid{gap:12px}.profile-form label{gap:6px;color:#2f2f32;font-size:12px;font-weight:900}.field-hint{color:#747478;font-size:11px;font-weight:700}.profile-form input,.profile-form select,.profile-form textarea{min-height:44px;padding:0 12px;background:#fff;border:1px solid rgba(13,13,15,.12);border-radius:12px;font-size:12px;font-weight:700}.profile-form textarea{min-height:92px;padding-top:12px}.profile-form input:focus,.profile-form select:focus,.profile-form textarea:focus{border-color:#6f2dbd;box-shadow:0 0 0 4px rgba(111,45,189,.12)}.media-status span{padding:8px 10px;font-size:11px}.checkbox-field{padding:14px;background:#fff;border:0;border-radius:24px;box-shadow:0 14px 34px rgba(13,13,15,.06)}.profile-save-bar{position:-webkit-sticky;position:sticky;bottom:12px;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;background:hsla(0,0%,100%,.94);border:1px solid rgba(13,13,15,.08);border-radius:24px;box-shadow:0 18px 50px rgba(13,13,15,.14);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-save-bar span{padding-left:6px;color:#56565b;font-size:11px;font-weight:800}.profile-save-bar .primary-button{width:auto;min-width:132px;border:0;cursor:pointer}@media (min-width:720px){.public-profile-shell{width:min(100%,430px);padding:0 0 40px}.public-profile-banner{min-height:138px}.profile-identity-card{display:flex;flex-direction:column;gap:0;padding:0 16px 12px;margin-top:0}.public-profile-avatar{width:104px;height:104px}.public-profile-content{grid-template-columns:minmax(0,1fr)}.mobile-tabbar{display:grid}}@media (min-width:980px){.public-profile-banner{min-height:138px}.profile-identity-card{display:flex;flex-direction:column}.public-profile-avatar{width:104px;height:104px}.public-profile-main h1{font-size:24px}}@media (max-width:720px){.product-header{grid-template-columns:auto 1fr auto;gap:8px;min-height:58px;padding:8px 12px}.product-brand img{width:40px;height:40px}.global-search,.icon-button{display:none}.profile-workspace-header{align-items:center;flex-direction:row;padding:8px 12px}.profile-workspace-header nav{flex-wrap:nowrap}.profile-workspace-header nav a{padding:8px 10px}.profile-editor-shell{width:min(100% - 24px,760px)}.profile-editor-intro h1{font-size:28px}.two-columns{grid-template-columns:1fr}.profile-save-bar{align-items:stretch;flex-direction:column}.profile-save-bar .primary-button{width:100%}}.profile-tabs-container{margin-top:0}.content-card{padding:24px;margin:0;background:linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(0,0%,100%,.9)),#fff;border:1px solid rgba(13,13,15,.07);border-radius:22px;box-shadow:0 16px 38px rgba(13,13,15,.06)}.content-card h2{margin:0 0 12px;color:#151515;font-size:20px;letter-spacing:-.02em}.content-card p{margin:0;color:#5a565e;line-height:1.65}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.project-card{padding:20px;background:#f8f7f4;border-radius:16px;border:1px solid rgba(13,13,15,.05)}.project-card img{width:100%;aspect-ratio:16/10;margin-bottom:14px;object-fit:cover;border-radius:12px}.project-card h3{font-size:16px;margin:0 0 8px}.empty-note{color:#747478;font-style:italic}.create-page-shell{min-height:100vh;padding:max(16px,env(safe-area-inset-top)) 16px max(22px,env(safe-area-inset-bottom));background:radial-gradient(circle at 18% 8%,rgba(214,164,54,.24),transparent 280px),radial-gradient(circle at 88% 18%,rgba(111,45,189,.18),transparent 280px),#fbfaf7}.create-studio{width:min(100%,980px);min-height:calc(100vh - 36px);margin:0 auto}.create-choice{display:flex;flex-direction:column;justify-content:center;gap:22px}.create-choice-hero{max-width:640px}.create-choice-hero p,.create-choice-hero span{margin:0;color:#6f2dbd;font-size:12px;font-weight:900}.create-choice-hero h1{max-width:560px;margin:8px 0 10px;color:#111114;font-size:clamp(34px,8vw,58px);line-height:.95;letter-spacing:-.04em}.create-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:12px;gap:12px}.create-action-card{position:relative;display:flex;min-height:154px;flex-direction:column;justify-content:space-between;padding:18px;overflow:hidden;color:#171719;text-align:left;text-decoration:none;background:hsla(0,0%,100%,.82);border:1px solid rgba(13,13,15,.08);border-radius:22px;box-shadow:0 18px 45px rgba(13,13,15,.08);cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.create-action-card.is-primary{color:#fff;background:radial-gradient(circle at 20% 12%,hsla(0,0%,100%,.22),transparent 110px),linear-gradient(135deg,#6f2dbd,#a45f2d)}.create-action-card span{display:grid;width:42px;height:42px;place-items:center;background:rgba(111,45,189,.1);border-radius:14px;font-size:22px;font-weight:950}.create-action-card.is-primary span{background:hsla(0,0%,100%,.18)}.create-action-card strong{display:block;margin-top:auto;font-size:15px;font-weight:950}.create-action-card small{margin-top:4px;color:inherit;opacity:.72;font-size:11px;font-weight:800}.camera-gallery-shortcut input,.create-action-card input{position:absolute;inset:0;opacity:0;cursor:pointer}.create-profile-link{align-self:flex-start;padding:12px 16px;color:#20122d;text-decoration:none;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:999px;font-size:12px;font-weight:900}.create-flow-error{padding:12px 14px;margin:0;color:#771b1b;background:#fff1f1;border:1px solid rgba(190,18,60,.16);border-radius:16px;font-size:12px;font-weight:800}.create-studio-topbar{position:-webkit-sticky;position:sticky;top:max(12px,env(safe-area-inset-top));z-index:20;display:grid;grid-template-columns:96px 1fr 96px;align-items:center;grid-gap:8px;gap:8px;padding:8px;margin-bottom:14px;background:hsla(0,0%,100%,.86);border:1px solid rgba(13,13,15,.08);border-radius:999px;box-shadow:0 18px 42px rgba(13,13,15,.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.create-studio-topbar strong{text-align:center;font-size:13px;font-weight:950}.create-studio-topbar button{min-height:38px;padding:0 14px;color:#171719;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:999px;font-size:12px;font-weight:900;cursor:pointer}.create-studio-topbar button:last-child{color:#fff;background:#6f2dbd;border-color:#6f2dbd}.camera-frame{position:relative;min-height:calc(100vh - 180px);overflow:hidden;background:#111114;border-radius:32px}.camera-frame video{width:100%;height:calc(100vh - 180px);min-height:520px;object-fit:cover}.camera-vignette{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.24),transparent 26%,transparent 68%,rgba(0,0,0,.32)),radial-gradient(circle at center,transparent 40%,rgba(0,0,0,.28));pointer-events:none}.camera-controls{position:-webkit-sticky;position:sticky;bottom:max(14px,env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:14px;gap:14px;padding:12px 16px;margin-top:-86px}.camera-controls button,.camera-gallery-shortcut{position:relative;justify-self:center;padding:12px 16px;color:#fff;background:rgba(17,17,20,.62);border:1px solid hsla(0,0%,100%,.18);border-radius:999px;font-size:12px;font-weight:950;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.camera-shutter{width:76px;height:76px;padding:0;background:#fff!important;border:8px solid hsla(0,0%,100%,.38)!important;box-shadow:inset 0 0 0 2px #fff}.create-editor-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,360px);grid-gap:16px;gap:16px;align-items:start}.create-preview-panel,.create-tools-panel{background:hsla(0,0%,100%,.82);border:1px solid rgba(13,13,15,.08);border-radius:28px;box-shadow:0 18px 45px rgba(13,13,15,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.create-preview-panel{padding:12px}.create-image-preview{position:relative;width:100%;aspect-ratio:1;overflow:hidden;background:#111114;border-radius:22px;touch-action:none}.create-image-preview img{width:100%;height:100%;object-fit:cover;transition:filter .16s ease,transform .16s ease}.create-overlay-item{position:absolute;max-width:78%;padding:4px 8px;color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.42);background:transparent;border:1px solid transparent;border-radius:12px;font-weight:950;line-height:1;transform:translate(-50%,-50%);cursor:-webkit-grab;cursor:grab;touch-action:none}.create-overlay-item.is-selected{border-color:hsla(0,0%,100%,.7);background:rgba(0,0,0,.16)}.create-preview-panel textarea,.create-tools-panel input,.create-tools-panel select{width:100%;min-height:42px;padding:11px 12px;color:#171719;background:#fff;border:1px solid rgba(13,13,15,.1);border-radius:14px;font:inherit;font-size:12px;font-weight:800}.create-preview-panel textarea{margin-top:10px;resize:vertical}.create-tools-panel{display:grid;grid-gap:14px;gap:14px;padding:14px;max-height:calc(100vh - 104px);overflow:auto}.create-tools-panel section{display:grid;grid-gap:10px;gap:10px}.create-tools-panel h2{margin:0;color:#171719;font-size:12px;font-weight:950;text-transform:uppercase}.create-segmented,.filter-strip,.text-tool-row{display:flex;flex-wrap:wrap;gap:8px}.create-segmented button,.filter-strip button,.selected-item-tools button,.text-tool-row button{min-height:38px;padding:0 12px;color:#20122d;background:#fff;border:1px solid rgba(13,13,15,.1);border-radius:999px;font-size:11px;font-weight:900;cursor:pointer}.create-segmented button.is-active,.filter-strip button.is-active{color:#fff;background:#6f2dbd;border-color:#6f2dbd}.filter-strip button{display:grid;grid-gap:6px;gap:6px;justify-items:center;padding:8px;border-radius:14px}.filter-strip span{width:42px;height:42px;background:linear-gradient(135deg,#6f2dbd,#d6a436);border-radius:12px}.create-tool-grid{grid-template-columns:1fr}.create-tool-grid label,.selected-item-tools label{display:grid;grid-gap:6px;gap:6px;color:#56565b;font-size:11px;font-weight:900}.text-tool-row{align-items:center}.text-tool-row input[type=color]{width:46px;padding:4px}.text-tool-row input[type=range]{flex:1 1;min-width:90px}.text-tool-row select{width:82px}.sticker-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.sticker-grid button{min-height:48px;padding:6px;color:#171719;background:#fff;border:1px solid rgba(13,13,15,.08);border-radius:14px;font-size:13px;font-weight:950;cursor:pointer}@media (max-width:860px){.create-page-shell{padding:10px}.create-studio{min-height:calc(100vh - 20px)}.create-choice{justify-content:flex-start;padding-top:24px}.create-action-grid{grid-template-columns:1fr 1fr}.create-action-card{min-height:136px;padding:14px;border-radius:20px}.create-studio-topbar{grid-template-columns:78px 1fr 86px}.create-studio-topbar button{padding:0 10px}.create-editor-layout{grid-template-columns:1fr}.create-tools-panel{max-height:none;padding-bottom:24px}.camera-frame,.camera-frame video{min-height:calc(100vh - 128px);height:calc(100vh - 128px);border-radius:28px}}@media (max-width:520px){.create-action-grid{grid-template-columns:1fr}.create-action-card{min-height:118px}}.home-page{min-height:100vh;padding:18px 12px 96px;background:radial-gradient(circle at 18% 6%,rgba(214,164,54,.18),transparent 260px),radial-gradient(circle at 90% 16%,rgba(111,45,189,.12),transparent 260px),#fbfaf7}.home-shell{width:min(100%,620px);margin:0 auto}.home-header{display:grid;grid-gap:7px;gap:7px;padding:16px 2px 14px}.discovery-shell h1,.home-header h1{max-width:520px}.home-header span{color:#69656e;font-size:12px;font-weight:850}.home-feed-list{display:grid;grid-gap:12px;gap:12px}.global-search-module,.home-empty-state,.home-feed-card{background:hsla(0,0%,100%,.88);border:1px solid rgba(13,13,15,.08);border-radius:22px;box-shadow:0 18px 46px rgba(13,13,15,.07);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.home-feed-card{display:grid;grid-gap:10px;gap:10px;padding:12px}.feed-card-footer,.feed-card-header,.feed-profile-link,.search-result-main{display:flex;align-items:center}.feed-card-header{justify-content:space-between;gap:10px}.feed-profile-link,.search-result-main{min-width:0;gap:9px;color:inherit;text-decoration:none}.feed-avatar,.search-result-avatar{display:grid;flex:0 0 auto;place-items:center;overflow:hidden;color:#6f2dbd;background:linear-gradient(135deg,rgba(111,45,189,.12),rgba(214,164,54,.16));border:1px solid rgba(111,45,189,.12);border-radius:999px;font-size:11px;font-weight:950}.feed-avatar{width:38px;height:38px}.search-result-avatar{width:42px;height:42px}.feed-avatar img,.search-result-avatar img{width:100%;height:100%;object-fit:cover}.feed-profile-link strong,.search-result-copy strong{display:flex;min-width:0;align-items:center;gap:5px;color:#171719;font-size:13px;font-weight:950}.feed-profile-link small,.search-result-copy small,.search-result-copy span{display:block;max-width:100%;overflow:hidden;color:#69656e;font-size:11px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.search-result-copy{min-width:0}.search-result-copy em{display:inline-grid;width:16px;height:16px;place-items:center;color:#fff;background:#6f2dbd;border-radius:999px;font-size:10px;font-style:normal}.feed-type-pill{flex:0 0 auto;padding:7px 9px;color:#20122d;background:rgba(111,45,189,.09);border-radius:999px;font-size:10px;font-weight:950;text-transform:uppercase}.feed-type-pill.is-event{background:rgba(214,164,54,.17)}.feed-card-body{display:grid;grid-template-columns:76px minmax(0,1fr);grid-gap:10px;gap:10px;align-items:center;color:inherit;text-decoration:none}.feed-card-body:not(:has(img)){grid-template-columns:1fr}.feed-card-body img{width:76px;height:76px;object-fit:cover;border-radius:16px}.feed-card-body small{color:#8a858d;font-size:10px;font-weight:850;text-transform:uppercase}.feed-card-body strong{display:block;margin:3px 0;color:#171719;font-size:15px;font-weight:950}.feed-card-body p{display:-webkit-box;margin:0;overflow:hidden;color:#5d5962;font-size:12px;font-weight:700;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.feed-card-footer{justify-content:flex-end;gap:8px}.feed-card-footer a,.home-empty-state a,.search-result-action{padding:9px 12px;color:#fff;text-decoration:none;background:#6f2dbd;border-radius:999px;font-size:11px;font-weight:950}.feed-card-footer a:first-child,.search-result-action{color:#20122d;background:#f2edf8}.home-empty-state{display:grid;justify-items:start;grid-gap:9px;gap:9px;padding:22px}.home-empty-state span{display:grid;width:46px;height:46px;place-items:center;color:#6f2dbd;background:#f2edf8;border-radius:16px;font-size:24px;font-weight:950}.home-empty-state h2{margin:0;color:#171719;font-size:20px}.home-empty-state p{max-width:360px;margin:0;color:#69656e;font-size:13px;line-height:1.5}.global-search-module{display:grid;grid-gap:10px;gap:10px;padding:12px}.global-search-box{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:8px;gap:8px;min-height:48px;padding:6px 8px;background:#f8f7f4;border:1px solid rgba(13,13,15,.08);border-radius:18px}.global-search-box input{width:100%;min-width:0;background:transparent;border:0;outline:0;font-size:13px;font-weight:850}.global-search-mark,.global-search-mini-logo{display:grid;place-items:center;color:#6f2dbd;font-weight:950}.global-search-mini-logo{width:30px;height:30px;color:#fff;background:linear-gradient(135deg,#6f2dbd,#d6a436);border-radius:999px;font-size:10px}.global-search-status{margin:0;color:#747078;font-size:11px;font-weight:850}.search-results-list{display:grid;grid-gap:8px;gap:8px}.search-result-card{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px;background:#fff;border:1px solid rgba(13,13,15,.06);border-radius:18px}@media (max-width:540px){.search-result-card{grid-template-columns:1fr}.search-result-action{justify-self:start}}.notifications-page{min-height:100vh;padding:18px 12px 96px;background:#fbfaf7}