:root{--bg:#150f24;--bg-soft:#1e1638;--bg-card:#241a44;--panel:#2b1f52;--border:#ffffff14;--orange:#f4841f;--orange-light:#ffab5c;--green:#3fc98a;--purple:#8b6ff0;--navy:#3a4a68;--yellow:#f4c93f;--text:#f3f0ff;--text-dim:#b9aedd;--text-muted:#8579ab;--heading-font:"Baloo 2", "Nunito", system-ui, sans-serif;--body-font:"Nunito", system-ui, sans-serif;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);min-width:320px;min-height:100vh;color:var(--text);font-family:var(--body-font);margin:0;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--heading-font);margin:0}p{margin:0}img{max-width:100%;display:block}button{font-family:var(--body-font);cursor:pointer}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}#root{overflow-x:hidden}.btn{font-size:.95rem;font-weight:700;font-family:var(--heading-font);white-space:nowrap;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.4em;padding:.7em 1.6em;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.btn-primary{background:linear-gradient(180deg, var(--orange-light), var(--orange));color:#1c0f00;box-shadow:0 6px #b95e0e,0 10px 18px #f4841f40}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px #b95e0e,0 14px 22px #f4841f4d}.btn-primary:active{transform:translateY(2px);box-shadow:0 3px #b95e0e}.btn-ghost{color:var(--text);border:2px solid var(--border);background:#ffffff0f}.btn-ghost:hover{background:#ffffff1f;transform:translateY(-2px)}.btn-lg{padding:.9em 2em;font-size:1.05rem}.btn-full{width:100%}.section{max-width:1180px;margin:0 auto;padding:6.5rem 1.5rem}.section-heading{text-align:center;max-width:640px;margin:0 auto 3rem}.section-kicker{color:var(--orange-light);letter-spacing:.08em;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:800;display:inline-block}.section-heading h2,.about-text h2{font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.2}.section-sub{color:var(--text-dim);margin-top:.9rem;font-size:1.05rem}.navbar{z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#150f24d9;position:sticky;top:0}.navbar-inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1180px;margin:0 auto;padding:.9rem 1.5rem;display:flex}.brand{align-items:center;gap:.6rem;display:flex}.brand-icon{object-fit:contain;width:32px;height:32px}.brand-text{font-family:var(--heading-font);letter-spacing:.02em;color:var(--text);font-size:1.05rem;font-weight:800}.brand-accent{color:var(--orange-light)}.nav-links{color:var(--text-dim);align-items:center;gap:2rem;font-size:.95rem;font-weight:700;display:flex}.nav-links a:hover{color:var(--text)}.nav-login-mobile{display:none}.navbar-actions{align-items:center;gap:1rem;display:flex}.nav-toggle{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:34px;height:34px;padding:0;display:none}.nav-toggle span{background:var(--text);border-radius:2px;height:2px;transition:transform .2s,opacity .2s}.hero{background:radial-gradient(60% 60% at 50% 20%, #8b6ff047, transparent 70%), linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);justify-content:center;align-items:center;min-height:92vh;padding:3rem 1.5rem;display:flex;position:relative;overflow:hidden}.hero-glow{pointer-events:none;background:radial-gradient(45% 35% at 50% 0,#f4841f38,#0000 70%);position:absolute;inset:0}.hero-content{z-index:2;text-align:center;flex-direction:column;align-items:center;max-width:700px;display:flex;position:relative}.eyebrow{color:var(--green);letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.2rem;font-size:.85rem;font-weight:800}.hero-logo{filter:drop-shadow(0 18px 30px #00000073);width:min(480px,88vw);margin-bottom:1.6rem}.hero-tagline{color:var(--text-dim);max-width:560px;font-size:1.1rem;line-height:1.6}.hero-actions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.2rem;display:flex}.hero-floater{opacity:.95;border-radius:50%;width:90px;animation:6s ease-in-out infinite float;position:absolute;box-shadow:0 12px 24px #0006}.float-1{width:80px;animation-delay:0s;top:14%;left:8%}.float-2{width:64px;animation-delay:1.2s;top:62%;left:6%}.float-3{width:70px;animation-delay:.6s;top:18%;right:8%}.float-4{width:92px;animation-delay:1.8s;top:60%;right:7%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-16px)}}.about-grid{grid-template-columns:1.1fr 1fr;align-items:center;gap:3.5rem;display:grid}.about-text p{color:var(--text-dim);margin-top:1.1rem;line-height:1.7;display:block}.about-text strong{color:var(--orange-light)}.stat-row{flex-wrap:wrap;gap:.9rem;margin-top:2rem;display:flex}.stat-pill{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;min-width:100px;padding:.8rem 1.1rem;display:flex}.stat-pill strong{font-family:var(--heading-font);color:var(--orange-light);font-size:1.4rem}.stat-pill span{color:var(--text-muted);font-size:.78rem}.about-media{position:relative}.about-image{border:1px solid var(--border);border-radius:20px;width:100%;box-shadow:0 20px 40px #00000059}.about-frame{pointer-events:none;width:calc(100% + 36px);height:calc(100% + 36px);position:absolute;inset:-18px}.team-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.team-card{border:1px solid var(--border);background:var(--bg-card);border-radius:22px;padding:2rem 1.8rem;position:relative;overflow:hidden}.team-card:before{content:"";opacity:.16;pointer-events:none;position:absolute;inset:0}.team-goose:before{background:radial-gradient(60% 60% at 100% 0%, var(--orange), transparent)}.team-duck:before{background:radial-gradient(60% 60% at 100% 0%, var(--navy), transparent)}.team-neutral:before{background:radial-gradient(60% 60% at 100% 0%, var(--purple), transparent)}.team-card h3{font-size:1.5rem;position:relative}.team-goose h3{color:var(--orange-light)}.team-duck h3{color:#9fb2d6}.team-neutral h3{color:#c3b3ff}.team-tagline{color:var(--text);margin-top:.4rem;font-weight:700;position:relative}.team-desc{color:var(--text-dim);margin-top:.9rem;font-size:.95rem;line-height:1.6;position:relative}.team-examples{flex-wrap:wrap;gap:.5rem;margin-top:1.4rem;display:flex;position:relative}.team-examples li{border:1px solid var(--border);color:var(--text-dim);background:#ffffff12;border-radius:999px;padding:.3rem .8rem;font-size:.8rem}.character-grid{grid-template-columns:repeat(3,1fr);gap:1.8rem 1.5rem;display:grid}.character-card{text-align:center}.character-avatar{background:linear-gradient(180deg, var(--panel), var(--bg-card));border:3px solid var(--border);border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin:0 auto 1rem;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.character-card:hover .character-avatar{border-color:var(--orange);transform:translateY(-6px)scale(1.03)}.character-avatar img{object-fit:cover;width:100%;height:100%}.character-card h4{color:var(--text);font-size:1.05rem}.character-card p{color:var(--text-muted);margin-top:.35rem;font-size:.85rem;line-height:1.5}.feature-list{flex-direction:column;gap:4rem;display:flex}.feature-row{grid-template-columns:1.2fr 1fr;align-items:center;gap:2.5rem;display:grid}.feature-row-reverse{grid-template-columns:1fr 1.2fr}.feature-row-reverse .feature-media{order:2}.feature-media img{border:1px solid var(--border);border-radius:18px;width:100%;box-shadow:0 18px 36px #00000059}.feature-text h3{color:var(--text);font-size:1.5rem}.feature-text p{color:var(--text-dim);margin-top:.8rem;line-height:1.7}.footer{background:var(--bg-soft);border-top:1px solid var(--border);padding-top:4rem}.cta-banner{background:linear-gradient(120deg, var(--bg-card), var(--panel));border:1px solid var(--border);border-radius:24px;flex-wrap:wrap;align-items:center;gap:1.5rem;max-width:1180px;margin:0 auto 4rem;padding:2.2rem 2.5rem;display:flex}.cta-avatar{border:3px solid var(--orange);object-fit:cover;border-radius:50%;width:64px;height:64px}.cta-banner>div{flex:1;min-width:220px}.cta-banner h2{font-size:1.4rem}.cta-banner p{color:var(--text-dim);margin-top:.4rem}.online-marquee{max-width:1180px;margin:0 auto 4rem;padding:1.8rem 0}.online-marquee-label{font-weight:800;font-family:var(--heading-font);color:var(--text);align-items:center;gap:.55rem;margin-bottom:1.1rem;padding:0 1.5rem;font-size:.95rem;display:flex}.online-dot{background:var(--green);border-radius:50%;width:9px;height:9px;box-shadow:0 0 0 4px #3fc98a33}.marquee-track{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.marquee-content{gap:.9rem;width:max-content;animation:38s linear infinite marquee-scroll;display:flex}.marquee-track:hover .marquee-content{animation-play-state:paused}.marquee-pill{background:var(--bg-card);border:1px solid var(--border);white-space:nowrap;border-radius:999px;flex-shrink:0;align-items:center;gap:.6rem;padding:.45rem 1.1rem .45rem .45rem;display:flex}.marquee-pill img{object-fit:cover;border-radius:50%;width:34px;height:34px}.marquee-pill span{color:var(--text);font-size:.85rem;font-weight:700}@keyframes marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.footer-grid{grid-template-columns:1.4fr 1fr 1fr;gap:2.5rem;max-width:1180px;margin:0 auto;padding:0 1.5rem 3rem;display:grid}.footer-brand{flex-direction:column;gap:.6rem;display:flex}.footer-brand .brand-icon{width:36px;height:36px}.footer-brand p{color:var(--text-muted);max-width:280px;font-size:.9rem;line-height:1.5}.footer-col h4{color:var(--text);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem;font-size:.9rem}.footer-col ul{flex-direction:column;gap:.6rem;display:flex}.footer-col a{color:var(--text-dim);font-size:.92rem}.footer-col a:hover{color:var(--orange-light)}.footer-bottom{border-top:1px solid var(--border);text-align:center;padding:1.4rem 1.5rem 2rem}.footer-bottom p{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:.78rem;line-height:1.5}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0a0614b8;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.modal-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:22px;width:100%;max-width:380px;padding:2.2rem 2rem 1.8rem;position:relative;box-shadow:0 30px 60px #00000080}.modal-close{color:var(--text-muted);background:0 0;border:none;font-size:1.6rem;line-height:1;position:absolute;top:.9rem;right:1rem}.modal-close:hover{color:var(--text)}.modal-logo{width:44px;height:44px;margin:0 auto .8rem}.modal-card h3{font-size:1.4rem}.modal-sub{color:var(--text-dim);margin-top:.4rem;font-size:.9rem}.modal-form{text-align:left;flex-direction:column;gap:1rem;margin-top:1.6rem;display:flex}.modal-form label{color:var(--text-dim);flex-direction:column;gap:.4rem;font-size:.82rem;font-weight:700;display:flex}.modal-form input{border:1px solid var(--border);color:var(--text);font-family:var(--body-font);background:#ffffff0f;border-radius:10px;padding:.7em .9em;font-size:.95rem}.modal-form input:focus{outline:2px solid var(--orange);outline-offset:1px}.modal-note{color:var(--text-muted);margin-top:1.1rem;font-size:.76rem}@media (width<=900px){.about-grid,.team-grid{grid-template-columns:1fr}.character-grid{grid-template-columns:repeat(2,1fr)}.feature-row,.feature-row-reverse{grid-template-columns:1fr}.feature-row-reverse .feature-media{order:0}.profile-layout{grid-template-columns:1fr}.profile-sidebar{position:static}}@media (width<=760px){.nav-links{background:var(--bg-soft);border-bottom:1px solid var(--border);flex-direction:column;align-items:stretch;gap:0;max-height:0;transition:max-height .25s;position:fixed;top:64px;left:0;right:0;overflow:hidden}.nav-links-open{max-height:400px}.nav-links a{border-top:1px solid var(--border);padding:1rem 1.5rem}.nav-login-mobile{margin:1rem 1.5rem 1.5rem;display:block}.navbar-actions .btn-primary{display:none}.nav-toggle{display:flex}.navbar .brand-text{display:none}.navbar-inner{gap:.75rem}.profile-chip span{display:none}.profile-chip{padding:.3rem}.section{padding:4rem 1.25rem}.hero-floater{display:none}.character-grid{grid-template-columns:repeat(2,1fr)}.cta-banner{text-align:center;justify-content:center}}@media (width<=520px){.character-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr}}.profile-menu{position:relative}.profile-chip{border:1px solid var(--border);color:var(--text);background:#ffffff0f;border-radius:999px;align-items:center;gap:.55rem;padding:.35rem .9rem .35rem .35rem;font-size:.88rem;font-weight:700;display:flex}.profile-chip:hover{background:#ffffff1c}.profile-chip img{object-fit:cover;border-radius:50%;width:30px;height:30px}.profile-dropdown{background:var(--bg-card);border:1px solid var(--border);z-index:60;border-radius:14px;flex-direction:column;min-width:160px;padding:.4rem;display:flex;position:absolute;top:calc(100% + .6rem);right:0;box-shadow:0 16px 30px #0006}.profile-dropdown button{color:var(--text-dim);text-align:left;background:0 0;border:none;border-radius:9px;padding:.6rem .7rem;font-size:.88rem;font-weight:700}.profile-dropdown button:hover{color:var(--text);background:#ffffff12}.modal-tabs{border:1px solid var(--border);background:#ffffff0d;border-radius:999px;gap:.4rem;margin-top:1.4rem;padding:.25rem;display:flex}.modal-tab{font-family:var(--heading-font);color:var(--text-muted);background:0 0;border:none;border-radius:999px;flex:1;padding:.5em 0;font-size:.85rem;font-weight:700}.modal-tab-active{background:linear-gradient(180deg, var(--orange-light), var(--orange));color:#1c0f00}.modal-optional{color:var(--text-muted);text-transform:none;letter-spacing:0;font-weight:400}.modal-error{color:#ff8484;margin:-.3rem 0 0;font-size:.82rem;font-weight:700}.player-grid{grid-template-columns:repeat(4,1fr);gap:1.2rem;display:grid}.player-card{background:var(--bg-card);border:1px solid var(--border);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:.3rem;padding:1.4rem 1rem;transition:transform .15s,border-color .15s;display:flex}.player-card:hover{border-color:var(--orange);transform:translateY(-4px)}.player-avatar{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:64px;height:64px;margin-bottom:.6rem}.player-card strong{color:var(--text);font-size:.92rem}.players-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:520px;margin:0 auto 2.5rem;display:flex}.players-search{background:var(--bg-card);border:1px solid var(--border);border-radius:999px;flex:1;align-items:center;gap:.6rem;min-width:220px;padding:.6em 1.1em;transition:border-color .15s,box-shadow .15s;display:flex}.players-search:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px #f4841f26}.players-search-icon{opacity:.7;font-size:.95rem}.players-search input{color:var(--text);font-family:var(--body-font);background:0 0;border:none;flex:1;font-size:.95rem}.players-search input:focus{outline:none}.players-count{color:var(--text-muted);white-space:nowrap;font-size:.82rem;font-weight:700}.players-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:18px;max-width:420px;margin:0 auto;padding:3rem 1.5rem}.players-empty-emoji{margin-bottom:.8rem;font-size:2rem;display:block}.profile-page{padding-top:3.5rem;padding-bottom:4.5rem}.profile-page-heading{margin-bottom:2.2rem}.profile-layout{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:2rem;max-width:1040px;margin:0 auto;display:grid}.profile-card{background:var(--bg-card);border:1px solid var(--border);border-radius:26px;overflow:hidden;box-shadow:0 24px 50px #00000059}.profile-sidebar{flex-direction:column;gap:1.5rem;display:flex;position:sticky;top:6.5rem}.sidebar-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:1.5rem}.sidebar-panel h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.9rem;font-size:.78rem}.sidebar-suggestion-list{flex-direction:column;gap:.3rem;margin-bottom:1.1rem;display:flex}.sidebar-suggestion{text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.7rem;width:100%;padding:.5rem;display:flex}.sidebar-suggestion:hover{background:#ffffff0f}.sidebar-suggestion img{object-fit:cover;border:2px solid var(--border);border-radius:50%;width:36px;height:36px}.sidebar-suggestion span{color:var(--text);font-size:.88rem;font-weight:700}.sidebar-cta{text-align:center}.sidebar-cta img{width:46px;height:46px;margin:0 auto .9rem}.sidebar-cta p{color:var(--text-dim);margin-bottom:1.1rem;font-size:.85rem;line-height:1.5}.profile-banner{background-position:50%;background-size:cover;justify-content:flex-end;height:240px;padding:1rem;display:flex;position:relative}.edit-chip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--text);background:#0a06148c;border:1px solid #ffffff40;border-radius:999px;height:fit-content;padding:.5em 1em;font-size:.8rem;font-weight:700}.edit-chip:hover{background:#0a0614bf}.profile-avatar-wrap{width:108px;height:108px;position:absolute;bottom:-54px;left:2rem}.profile-avatar{object-fit:cover;border:5px solid var(--bg-card);border-radius:50%;width:108px;height:108px;box-shadow:0 10px 24px #0006}.edit-fab{background:var(--orange);color:#1c0f00;border:3px solid var(--bg-card);border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;display:flex;position:absolute;bottom:-2px;right:-2px}.edit-fab:hover{transform:scale(1.06)}.profile-body{padding:4.2rem 2rem 2.2rem}.profile-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.profile-heading-row h2{align-items:center;gap:.5rem;font-size:1.5rem;display:flex}.lock-badge{font-size:.9rem}.profile-name{color:var(--text-dim);align-items:center;gap:.6rem;margin-top:.3rem;display:flex}.profile-you-badge{background:var(--orange);color:#1c0f00;border-radius:999px;padding:.15rem .6rem;font-size:.7rem;font-weight:800}.profile-actions{flex-wrap:wrap;gap:.7rem;display:flex}.profile-actions .btn{padding:.55em 1.2em;font-size:.85rem}.profile-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);gap:2rem;margin-top:1.8rem;padding:1rem 0;display:flex}.profile-stat{background:0 0;border:none;flex-direction:column;align-items:flex-start;gap:.1rem;display:flex}.profile-stat strong{font-family:var(--heading-font);color:var(--text);font-size:1.15rem}.profile-stat span{color:var(--text-muted);font-size:.78rem}button.profile-stat:hover strong{color:var(--orange-light)}.profile-bio-card{border:1px solid var(--border);background:#ffffff0a;border-radius:16px;margin-top:1.6rem;padding:1.3rem 1.5rem}.profile-bio-card h4,.profile-posts>h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.6rem;font-size:.78rem}.profile-bio-card p{color:var(--text);line-height:1.6}.profile-posts{margin-top:2rem}.post-composer{flex-direction:column;gap:.7rem;margin-bottom:1.4rem;display:flex}.post-composer textarea{resize:vertical;border:1px solid var(--border);color:var(--text);font-family:var(--body-font);background:#ffffff0d;border-radius:12px;padding:.8em 1em;font-size:.95rem}.post-composer textarea:focus{outline:2px solid var(--orange);outline-offset:1px}.post-composer .btn{align-self:flex-end}.empty-posts{color:var(--text-muted);font-size:.9rem}.post-list{flex-direction:column;gap:1rem;display:flex}.post-item{border:1px solid var(--border);background:#ffffff0a;border-radius:14px;gap:.9rem;padding:1rem 1.1rem;display:flex}.post-item img{object-fit:cover;border-radius:50%;flex-shrink:0;width:38px;height:38px}.post-item strong{color:var(--text);font-size:.88rem}.post-item p{color:var(--text-dim);margin-top:.25rem;font-size:.92rem;line-height:1.5}.private-notice{border:1px dashed var(--border);text-align:center;color:var(--text-muted);background:#ffffff0a;border-radius:14px;padding:1.6rem;font-size:.92rem}.toast{background:var(--bg-card);border:1px solid var(--border);color:var(--text);z-index:200;border-radius:999px;padding:.8em 1.4em;font-size:.88rem;font-weight:700;position:fixed;bottom:1.8rem;left:50%;transform:translate(-50%);box-shadow:0 16px 30px #0006}.list-modal{text-align:left;max-width:340px}.list-modal h3{text-align:center}.user-list{flex-direction:column;gap:.4rem;max-height:340px;margin-top:1.4rem;display:flex;overflow-y:auto}.user-list button{text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:.8rem;width:100%;padding:.6rem;display:flex}.user-list button:hover{background:#ffffff0f}.user-list img{object-fit:cover;border-radius:50%;width:42px;height:42px}.user-list strong{color:var(--text);font-size:.9rem;display:block}.user-list span{color:var(--text-muted);font-size:.78rem}.banner-0{background:linear-gradient(120deg,#f4841f,#8b6ff0)}.banner-1{background:linear-gradient(120deg,#3fc98a,#241a44)}.banner-2{background:linear-gradient(120deg,#8b6ff0,#3a4a68)}.banner-3{background:linear-gradient(120deg,#f4c93f,#f4841f)}.banner-4{background:linear-gradient(120deg,#3a4a68,#3fc98a)}.banner-5{background:linear-gradient(120deg,#ff8a3d,#2b1f52)}.banner-6{background:linear-gradient(120deg,#8b6ff0,#f4c93f)}.banner-7{background:linear-gradient(120deg,#241a44,#f4841f)}@media (width<=760px){.player-grid{grid-template-columns:repeat(2,1fr)}.profile-card{border-radius:0}.profile-avatar-wrap{left:1.2rem}.profile-body{padding:4.2rem 1.2rem 2rem}.profile-heading-row{flex-direction:column}}
