:root{--brand:#2997d7;--brand-dark:#1c7ab0;--bg:#f7fafc;--panel:#fff;--panel-soft:#f0f6fa;--text:#15202b;--muted:#627384;--border:#15202b14;--shadow:0 10px 30px #2997d714;--danger:#c9493a}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;overflow:hidden}#studioApp{flex-direction:column;width:100vw;height:100vh;display:flex}.loading-overlay{z-index:9999;background:#f7fafcf0;justify-content:center;align-items:center;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.loading-overlay.is-hidden{opacity:0;visibility:hidden}.loader-card{border:1px solid var(--border);width:min(340px,100vw - 40px);box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;gap:10px;padding:28px;display:flex}.loader-card span,.tool-loading span{color:var(--muted);font-size:13px}.loader-spinner{border:4px solid #2997d72e;border-top-color:var(--brand);border-radius:999px;width:38px;height:38px;animation:.8s linear infinite spin}.loader-spinner.small{border-width:3px;width:24px;height:24px}@keyframes spin{to{transform:rotate(360deg)}}.studio-topbar{border-bottom:1px solid var(--border);z-index:20;background:#fff;grid-template-columns:auto 1fr;align-items:center;gap:22px;height:82px;min-height:82px;padding:0 22px;display:grid}.brand{align-items:center;gap:12px;min-width:210px;display:flex}.logo{object-fit:contain;max-width:180px;height:58px;display:block}.brand-text{flex-direction:column;gap:1px;display:flex}.brand-text strong{letter-spacing:-.02em;font-size:17px}.brand-text span{color:var(--muted);font-size:12px}.studio-nav{background:var(--panel-soft);border:1px solid var(--border);border-radius:999px;justify-self:end;align-items:center;gap:7px;max-width:100%;padding:6px;display:flex;overflow-x:auto}.nav-btn{color:var(--muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800}.is-hidden,.nav-btn[hidden],.admin-link[hidden]{display:none!important}.studio-main{flex:1;min-height:0;position:relative}.view{width:100%;height:100%;display:none}.view.active{display:block}.home-grid{gap:20px;width:100%;height:100%;padding:22px;display:grid}.home-grid.two-options{grid-template-columns:repeat(2,minmax(0,1fr))}.home-card{box-shadow:var(--shadow);cursor:pointer;color:#fff;text-align:left;isolation:isolate;background:#ddd;border:none;border-radius:30px;min-height:0;position:relative;overflow:hidden}.home-card-bg{background-position:50%;background-size:cover;transition:transform .35s;position:absolute;inset:0;transform:scale(1.01)}.home-card-overlay{z-index:1;background:linear-gradient(#0000001f,#000000ad);position:absolute;inset:0}.home-card-content{z-index:2;flex-direction:column;gap:10px;display:flex;position:absolute;bottom:clamp(22px,4vw,42px);left:clamp(22px,4vw,42px);right:clamp(22px,4vw,42px)}.home-card-content span{color:#ffffffdb;max-width:520px;font-size:clamp(15px,1.4vw,19px);line-height:1.35}.placeholder-two{background:linear-gradient(45deg,#ffffff3d 25%,#0000 25% 50%,#ffffff3d 50% 75%,#0000 75%) 0 0/54px 54px,linear-gradient(135deg,#ffd600,#ef7b10) 0 0/cover}.placeholder-three{background:radial-gradient(circle at 35% 24%,#ffffffb8,#0000 20%),radial-gradient(circle at 75% 70%,#2997d7e6,#0000 24%),linear-gradient(135deg,#15202b,#2997d7)}.tool-frame-view{background:#eef5f9;position:relative}.tool-frame-view iframe{opacity:0;z-index:2;border:none;width:100%;height:100%;transition:opacity .2s;display:block;position:relative}.tool-frame-view iframe.is-loaded{opacity:1}.tool-loading{z-index:1;color:var(--muted);justify-content:center;align-items:center;gap:10px;font-weight:800;display:flex;position:absolute;inset:0}.simple-page{padding:22px}.page-card{background:var(--panel);border:1px solid var(--border);max-width:1100px;box-shadow:var(--shadow);border-radius:24px;margin:0 auto;padding:24px}.page-card h1{margin:0 0 8px;font-size:34px}.page-card p{color:var(--muted);margin:0}.placeholder-gallery-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px;display:grid}.placeholder-gallery-grid div{border:1px solid var(--border);background:linear-gradient(135deg,#2997d729,#2997d70a);border-radius:18px;height:180px}@media (width<=900px){body{overflow:hidden}.studio-topbar{grid-template-columns:1fr;gap:10px;height:auto;min-height:74px;padding:10px 12px}.brand{justify-content:center;min-width:0}.logo{max-width:150px;height:42px}.brand-text{display:none}.studio-nav{border-radius:18px;justify-self:stretch;gap:5px;padding:5px}.nav-btn{flex:1;padding:9px;font-size:12px}.home-grid.two-options{grid-template-columns:1fr;gap:12px;padding:12px}.home-card{border-radius:22px;min-height:0}.home-card-content strong{font-size:clamp(32px,12vw,52px)}.placeholder-gallery-grid{grid-template-columns:1fr}}.view{opacity:0;pointer-events:none;transition:opacity .28s,transform .28s;transform:translateY(10px)scale(.995)}.view.active{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.view.leaving{opacity:0;pointer-events:none;transform:translateY(-8px)scale(.995)}.view.entering{opacity:0;pointer-events:none;transform:translateY(12px)scale(.995)}@media (prefers-reduced-motion:reduce){.view,.view.active,.view.leaving,.view.entering{transition:none!important;transform:none!important}}.view,.view.active,.view.leaving,.view.entering{transition:none!important;transform:none!important}.view{pointer-events:none;display:none;opacity:1!important}.view.active{pointer-events:auto;display:block}.manual-layout.active{display:grid}.page-wipe{z-index:99999;pointer-events:none;background:#2997d7;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;transform:translateY(101%)}.page-wipe-logo{color:#fff;letter-spacing:-.04em;opacity:0;font-size:clamp(28px,5vw,62px);font-weight:900;transform:translateY(12px)}.page-wipe.is-entering{animation:.26s cubic-bezier(.22,.8,.28,1) forwards wipeIn}.page-wipe.is-entering .page-wipe-logo{animation:.22s 80ms forwards logoIn}.page-wipe.is-leaving{animation:.34s cubic-bezier(.7,0,.2,1) forwards wipeOut}.page-wipe.is-leaving .page-wipe-logo{animation:.18s forwards logoOut}@keyframes wipeIn{0%{transform:translateY(101%)}to{transform:translateY(0)}}@keyframes wipeOut{0%{transform:translateY(0)}to{transform:translateY(-101%)}}@keyframes logoIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes logoOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.gallery-page-card{max-width:1280px}.gallery-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.gallery-refresh-button{color:#fff;font:inherit;cursor:pointer;background:#2997d7;border:none;border-radius:999px;padding:10px 16px;font-weight:800}.gallery-status{color:var(--muted);background:#2997d714;border:1px solid #2997d71f;border-radius:16px;margin-bottom:18px;padding:12px 14px}.real-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.gallery-build-thumb{color:#2997d7;background-color:#0000;background-image:radial-gradient(circle at 30% 30%,#ffffffbf,#0000 24%),linear-gradient(135deg,#2997d747,#2997d70f);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;place-items:center;height:160px;font-size:42px;font-weight:900;display:grid}.gallery-build-thumb.has-image{color:#0000}.gallery-build-content{flex-direction:column;gap:4px;padding:14px;display:flex}.gallery-build-content strong{font-size:16px}.gallery-build-content span{color:var(--muted);font-size:12px}.admin-page-card{max-width:1280px}.admin-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.admin-warning{color:#8a5a00;background:#ffd60029;border:1px solid #ffd60052;border-radius:16px;margin-bottom:14px;padding:12px 14px;font-size:13px;line-height:1.35}.admin-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.admin-build-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:20px;transition:opacity .2s,transform .2s;overflow:hidden}.admin-build-card.is-updating{opacity:.55;pointer-events:none;transform:scale(.98)}.admin-build-thumb{color:#2997d7;background-color:#0000;background-image:radial-gradient(circle at 30% 30%,#ffffffbf,#0000 24%),linear-gradient(135deg,#2997d747,#2997d70f);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;place-items:center;height:160px;font-size:42px;font-weight:900;display:grid}.admin-build-thumb.has-image{color:#0000}.admin-build-content{flex-direction:column;gap:6px;padding:14px;display:flex}.admin-build-content strong{font-size:16px}.admin-build-content span,.admin-build-content small{color:var(--muted);font-size:12px}.admin-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:10px;display:grid}.admin-actions button{font:inherit;cursor:pointer;border:none;border-radius:12px;padding:10px 12px;font-weight:900}.approve-button{color:#fff;background:#18a058}.reject-button{color:#fff;background:#c9493a}.auth-pill{align-items:center;display:flex}.delete-account-modal{z-index:100001;justify-content:center;align-items:center;padding:22px;display:none;position:fixed;inset:0}.delete-account-modal.is-open{display:flex}.delete-account-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#15202b7a;position:absolute;inset:0}.delete-account-card{border:1px solid var(--border);background:#fff;border-radius:24px;width:min(430px,100vw - 28px);padding:26px;position:relative;box-shadow:0 24px 70px #15202b3d}.delete-account-icon{color:#c9493a;background:#eb4a371f;border-radius:16px;place-items:center;width:46px;height:46px;margin-bottom:12px;font-size:24px;font-weight:950;display:grid}.delete-account-card h2{color:var(--ink);margin:0 0 8px;font-size:30px;line-height:1}.delete-account-card p{color:var(--muted);margin:0 0 18px;font-weight:750;line-height:1.45}.delete-account-status{text-align:left;min-height:22px;margin-top:10px}.delete-account-status.is-error{color:#c9493a}.delete-account-status.is-success{color:#087f5b}.delete-account-actions{grid-template-columns:1fr 1fr;gap:10px;margin-top:14px;display:grid}.delete-account-actions button{border:1px solid var(--border);min-height:48px;font:inherit;cursor:pointer;border-radius:14px;font-weight:950;transition:transform .16s,box-shadow .16s,background .16s}.delete-account-actions button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #15202b1f}.delete-account-cancel{background:var(--panel-soft);color:var(--ink)}.delete-account-confirm{color:#fff;background:#e34835;border-color:#e3483559!important}.delete-account-confirm:disabled{opacity:.65;cursor:wait;transform:none}@keyframes authCardIn{0%{opacity:0;transform:translateY(16px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:12px;font-weight:900;display:block}.auth-required-consent{color:var(--text);font-weight:800}.auth-consent a{color:#2997d7;font-weight:900;text-decoration:none}.auth-consent a:hover{text-decoration:underline}.auth-primary,.auth-secondary{width:100%;font:inherit;cursor:pointer;border:none;border-radius:16px;padding:13px 14px;font-weight:900}.auth-primary{color:#fff;background:linear-gradient(135deg,#2997d7,#50b9f2)}.auth-secondary{background:var(--panel-soft);color:var(--text);margin-top:10px}.auth-signedin{background:#2997d714;border:1px solid #2997d71f;border-radius:18px;margin-top:14px;padding:14px}.auth-signedin.is-hidden{display:none}.auth-signedin strong{word-break:break-word;margin-bottom:8px;display:block}@media (width<=900px){.studio-topbar{grid-template-columns:1fr}.auth-pill{justify-content:center}.auth-button{width:100%}}.account-area{align-items:center;display:flex;position:relative}.auth-button{color:#fff;font:inherit;cursor:pointer;background:#2997d7;border:none;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:900;box-shadow:0 8px 20px #2997d72e}.account-dropdown{border:1px solid var(--border);z-index:80;background:#fff;border-radius:16px;width:170px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 16px 40px #15202b29}#accountPieceSizeToggleBtn{white-space:normal}.account-dropdown.is-hidden{display:none}.account-dropdown button{text-align:left;width:100%;font:inherit;cursor:pointer;color:var(--text);background:0 0;border:none;border-radius:10px;padding:10px 11px;font-weight:800}.account-dropdown button:hover{background:var(--panel-soft)}.account-dropdown .account-danger-button{color:#c9493a!important}.account-dropdown .account-danger-button:hover{color:#a93025!important;background:#c9493a1a!important}.admin-challenge-submission{color:#31536a;overflow-wrap:anywhere;background:#e0f4ffe6;border:1px solid #2997d72e;border-radius:999px;align-items:center;width:fit-content;max-width:100%;min-height:28px;padding:6px 10px;font-weight:900;line-height:1.2;display:inline-flex}.admin-challenge-submission.has-challenge{color:#075f94;background:#2997d71f}.auth-modal{z-index:100000;justify-content:center;align-items:center;padding:22px;display:none;position:fixed;inset:0}.auth-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#15202b75;position:absolute;inset:0}.auth-card{z-index:1;border:1px solid var(--border);background:#fff;border-radius:28px;width:min(460px,100vw - 32px);padding:28px;animation:.24s both authCardIn;position:relative;box-shadow:0 30px 80px #15202b38}.auth-close{background:var(--panel-soft);color:var(--muted);cursor:pointer;border:none;border-radius:999px;width:34px;height:34px;font-size:22px;position:absolute;top:14px;right:16px}.auth-icon{color:#2997d7;background:#2997d71f;border-radius:18px;place-items:center;width:54px;height:54px;margin-bottom:14px;font-size:32px;font-weight:900;display:grid}.auth-card h2{letter-spacing:-.04em;margin:0 0 8px;font-size:26px}.auth-card p{color:var(--muted);margin:0 0 18px;line-height:1.4}.auth-tabs{background:var(--panel-soft);border-radius:999px;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:16px;padding:6px;display:grid}.auth-tab{font:inherit;color:var(--muted);cursor:pointer;background:0 0;border:none;border-radius:999px;padding:10px 12px;font-weight:900}.auth-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin:12px 0 6px;font-size:12px;font-weight:900;display:block}.auth-input{border:1px solid var(--border);background:var(--panel-soft);width:100%;font:inherit;border-radius:16px;outline:none;padding:13px 14px;font-size:15px}.auth-input:focus{background:#fff;border-color:#2997d78c;box-shadow:0 0 0 4px #2997d71c}.auth-consent{color:var(--muted);grid-template-columns:auto 1fr;align-items:flex-start;gap:10px;margin:14px 0;font-size:13px;line-height:1.35;display:grid}.auth-consent input{margin-top:2px}.auth-primary{width:100%;font:inherit;cursor:pointer;color:#fff;background:linear-gradient(135deg,#2997d7,#50b9f2);border:none;border-radius:16px;margin-top:14px;padding:13px 14px;font-weight:900}.auth-status{min-height:18px;color:var(--muted);margin-top:12px;font-size:13px;line-height:1.35}.auth-status.success{color:#16824f}.auth-status.error{color:#c9493a}.admin-locked-card{border:1px solid var(--border);box-shadow:var(--shadow);color:var(--muted);background:#fff;border-radius:22px;padding:22px}@media (width<=900px){.account-area,.auth-button{width:100%}.account-dropdown{width:100%;margin-top:8px;position:static}}#studioApp{background:#f7fafc}.utility-strip{color:#fff;letter-spacing:.045em;text-transform:uppercase;background:#2997d7;grid-template-columns:repeat(4,auto);justify-content:center;align-items:center;gap:clamp(14px,4vw,48px);width:100%;min-height:34px;padding:7px 18px;font-size:11px;font-weight:900;line-height:1.2;display:grid}.studio-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 8px 28px #15202b0b;z-index:40!important;background:#fffffff5!important;border-bottom:1px solid #15202b14!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:28px!important;height:92px!important;min-height:92px!important;padding:0 clamp(22px,5vw,72px)!important;display:grid!important}.brand{min-width:unset!important;gap:14px!important}.logo{object-fit:contain!important;max-width:190px!important;height:62px!important}.brand-text strong{letter-spacing:-.035em!important;font-size:19px!important;font-weight:950!important}.brand-text span{color:#6a7886!important;font-size:12px!important;font-weight:700!important}.studio-nav{scrollbar-width:none;background:0 0!important;border:none!important;border-radius:0!important;justify-self:center!important;align-items:center!important;gap:4px!important;max-width:100%!important;padding:0!important;display:flex!important;overflow-x:auto!important}.nav-btn{letter-spacing:-.01em;opacity:.72;transition:opacity .18s,color .18s,background-color .18s,transform .18s;position:relative;color:#15202b!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:999px!important;padding:12px 15px!important;font-size:13px!important;font-weight:950!important}.nav-btn:hover{opacity:1;transform:translateY(-1px);color:#2997d7!important;background:#2997d713!important}.nav-btn.active{opacity:1;color:#1c7ab0!important;background:#2997d71f!important}.nav-btn.active:after{content:"";background:#2997d7;border-radius:999px;height:3px;position:absolute;bottom:5px;left:18px;right:18px}.account-area{justify-self:end!important;align-items:center!important;display:flex!important;position:relative!important}.auth-button{min-width:112px;transition:transform .18s,box-shadow .18s,background-color .18s;color:#fff!important;cursor:pointer!important;background:#2997d7!important;border:none!important;border-radius:999px!important;padding:13px 18px!important;font-size:13px!important;font-weight:950!important;box-shadow:0 10px 22px #2997d738!important}.auth-button:hover{transform:translateY(-1px);background:#1c7ab0!important;box-shadow:0 14px 30px #2997d747!important}.auth-button:active{transform:translateY(0)scale(.98)}.auth-button.is-admin{background:#18a058!important;box-shadow:0 10px 22px #18a05838!important}.account-dropdown{z-index:120!important;background:#fff!important;border:1px solid #15202b14!important;border-radius:20px!important;width:190px!important;padding:8px!important;top:calc(100% + 12px)!important;right:0!important;box-shadow:0 22px 60px #15202b2e!important}.account-dropdown button{border-radius:14px!important;padding:12px 13px!important;font-weight:900!important}.studio-main{background:radial-gradient(circle at 15% 15%,#2997d714,#0000 28%),radial-gradient(circle at 84% 10%,#ffd60029,#0000 24%),#f7fafc}.home-grid{gap:clamp(16px,2.5vw,28px)!important;padding:clamp(18px,3vw,34px) clamp(20px,5vw,72px) clamp(22px,4vw,50px)!important}.home-card{border-radius:34px!important;box-shadow:0 18px 48px #15202b1a!important}.home-card-content strong{text-shadow:0 4px 24px #0000002e}.page-wipe{z-index:99999!important}@media (width<=1180px){.studio-topbar{grid-template-columns:auto 1fr auto!important;gap:16px!important;padding:0 20px!important}.brand-text{display:none!important}.logo{max-width:160px!important;height:54px!important}.nav-btn{padding:11px 12px!important;font-size:12px!important}.auth-button{min-width:unset;padding:12px 15px!important}}@media (width<=860px){.utility-strip{grid-template-columns:repeat(2,auto);gap:5px 18px;min-height:46px;padding:8px 10px;font-size:9.5px}.studio-topbar{height:auto!important;min-height:unset!important;grid-template-columns:1fr!important;gap:12px!important;padding:12px 14px 14px!important}.brand{justify-content:center!important}.logo{height:46px!important}.studio-nav{background:#ffffffd9!important;border:1px solid #15202b14!important;border-radius:999px!important;justify-content:flex-start!important;justify-self:stretch!important;padding:5px!important;overflow-x:auto!important}.nav-btn{flex:none!important;padding:10px 13px!important}.nav-btn.active:after{display:none}.account-area{justify-self:stretch!important;width:100%!important}.auth-button{width:100%!important}.account-dropdown{width:100%!important;margin-top:8px!important;position:static!important}.home-grid.two-options{padding:14px!important}.home-card{border-radius:26px!important}}.auth-modal.is-open{display:flex!important}.auth-primary:disabled,.auth-primary.is-busy{opacity:.7;cursor:wait}.auth-status.error{color:#c9493a;background:#c9493a14;border:1px solid #c9493a29;border-radius:14px;padding:10px 12px}.auth-status.success{color:#16824f;background:#18a05814;border:1px solid #18a05829;border-radius:14px;padding:10px 12px}.my-builds-page-card{max-width:1280px}.my-builds-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.my-builds-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:18px;display:grid}.my-build-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:22px;transition:transform .22s,opacity .22s,box-shadow .22s;overflow:hidden}.my-build-card:hover{transform:translateY(-2px);box-shadow:0 18px 44px #15202b1f}.my-build-card.is-updating{opacity:.55;pointer-events:none}.my-build-preview{background:radial-gradient(circle at 30% 30%,#ffffffb8,#0000 24%),linear-gradient(135deg,#2997d733,#2997d70d);place-items:center;height:170px;display:grid;overflow:hidden}.mini-mosaic-canvas{width:100%;height:100%;display:block}.mini-3d-stage{width:140px;height:120px;transform-style:preserve-3d;animation:6s linear infinite miniBuildSpin;position:relative}.mini-3d-piece{width:54px;height:22px;transform:translate3d(var(--x,0px), var(--y,0px), var(--z,0px)) rotateX(58deg) rotateZ(28deg);border:2px solid #00000038;border-radius:9px;position:absolute;top:50%;left:50%;box-shadow:0 8px 16px #15202b29,inset 0 0 0 2px #ffffff2e}@keyframes miniBuildSpin{0%{transform:rotateX(58deg)rotate(0)}to{transform:rotateX(58deg)rotate(360deg)}}.my-build-content{flex-direction:column;gap:8px;padding:14px;display:flex}.my-build-title-row{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.my-build-title-row strong{font-size:16px;line-height:1.2}.my-build-meta{color:var(--muted);font-size:12px}.status-badge{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;flex:none;padding:5px 8px;font-size:10px;font-weight:950}.status-badge.pending{color:#8a5a00;background:#ffd6002e}.status-badge.approved{color:#16824f;background:#18a0581f}.status-badge.rejected{color:#c9493a;background:#c9493a1f}.my-build-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:6px;display:grid}.my-build-action{color:#1c7ab0;font:inherit;cursor:pointer;background:#2997d71a;border:none;border-radius:13px;padding:10px 11px;font-size:13px;font-weight:950}.my-build-action:hover{background:#2997d729}.my-build-action.danger{color:#c9493a;background:#c9493a14}.my-build-action.danger:hover{background:#c9493a24}.my-build-preview{perspective:720px}.mini-mosaic-canvas{object-fit:contain;width:100%;height:100%}.mini-3d-stage.accurate{width:160px;height:130px;transform-style:preserve-3d;animation:7s linear infinite miniBuildSpinAccurate;position:relative}.mini-3d-piece.accurate-piece{width:46px;height:17px;transform-style:preserve-3d;transform:translate3d(var(--x,0px), var(--y,0px), var(--z,0px)) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg)) rotateZ(var(--rz,0deg));border:2px solid #0000003d;border-radius:7px;position:absolute;top:50%;left:50%;box-shadow:0 8px 16px #15202b29,inset 0 0 0 2px #ffffff29}.mini-3d-piece.accurate-piece:before,.mini-3d-piece.accurate-piece:after{content:"";background:inherit;border:inherit;border-radius:inherit;width:46px;height:17px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(90deg)}.mini-3d-piece.accurate-piece:after{opacity:.5;filter:brightness(.82);transform:translate(-50%,-50%)translateZ(-7px)rotate(90deg)}@keyframes miniBuildSpinAccurate{0%{transform:rotateX(62deg)rotate(0)}to{transform:rotateX(62deg)rotate(360deg)}}.my-build-preview{perspective:none;position:relative}.mini-3d-real-mount{display:block;position:absolute;inset:0;overflow:hidden}.mini-3d-real-mount canvas{display:block;width:100%!important;height:100%!important}.mini-3d-fallback{color:#2997d7;place-items:center;width:100%;height:100%;font-size:42px;font-weight:950;display:grid}.mini-mosaic-canvas.real-preview{object-fit:contain;width:100%;height:100%;display:block}.my-build-preview,.admin-build-thumb.admin-real-preview{height:190px;min-height:190px;position:relative;overflow:hidden}.admin-build-thumb.admin-real-preview{color:inherit;background:radial-gradient(circle at 30% 30%,#ffffffb8,#0000 24%),linear-gradient(135deg,#2997d733,#2997d70d);place-items:center;display:grid}.my-build-preview canvas,.admin-real-preview canvas{width:100%!important;height:100%!important}.my-build-card{min-width:0}.mini-3d-real-mount{inset:-8px}.publish-button{width:100%;transform:translateZ(0);color:#fff!important;background:linear-gradient(135deg,#2997d7,#50b9f2)!important;border:none!important;border-radius:18px!important;margin-top:14px!important;padding:14px 16px!important;box-shadow:0 14px 30px #2997d738!important}.publish-button:hover{transform:translateY(-1px);background:linear-gradient(135deg,#1c7ab0,#2997d7)!important;box-shadow:0 18px 38px #2997d74d!important}.publish-button .button-icon{color:#fff!important;background:#ffffff2e!important}.publish-button .button-text span,.publish-button .button-text small{color:#fff!important}.publish-status{margin-top:10px;padding:0 2px}:is(.panel:has(.publish-button),.actions-card:has(.publish-button)),.publish-panel{background:radial-gradient(circle at 12% 0,#2997d71a,#0000 34%),#fff!important;border-color:#2997d733!important}.my-build-preview.has-real-thumbnail,.admin-real-preview.has-real-thumbnail,.admin-build-thumb.has-real-thumbnail{place-items:center;display:grid;background:#eef6fb!important}.my-build-preview:empty:after,.admin-real-preview:empty:after{content:"Loading preview…";color:#6a7886;font-size:13px;font-weight:800}.stable-preview{background:radial-gradient(circle at 28% 24%,#fffc,#0000 28%),linear-gradient(135deg,#2997d721,#2997d70a)!important}.stable-preview-canvas{object-fit:contain;width:100%;height:100%;display:block}.stable-3d-preview-stage{width:150px;height:115px;transform-style:preserve-3d;margin:18px auto 0;animation:6s linear infinite stable3dSpin;position:relative}.stable-3d-piece{width:52px;height:20px;transform:translate3d(var(--x,0px), var(--y,0px), var(--z,0px)) rotateX(62deg) rotateZ(var(--r,0deg));background:#f7f5ee;border:2px solid #111827;border-radius:8px;position:absolute;top:50%;left:50%;box-shadow:0 10px 18px #15202b24}.stable-3d-piece:before{content:"";border-radius:inherit;background:inherit;border:inherit;position:absolute;inset:0;transform:rotate(90deg)}.stable-preview-mini-label{color:#6a7886;background:#ffffffb8;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:900;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}@keyframes stable3dSpin{0%{transform:rotateX(58deg)rotate(0)}to{transform:rotateX(58deg)rotate(360deg)}}.my-build-preview.has-real-thumbnail,.admin-build-thumb.has-real-thumbnail,.admin-real-preview.has-real-thumbnail{place-items:center;display:grid;background:#eef6fb!important}.build-thumbnail-img{object-fit:contain;object-fit:cover;background:#eef6fb;width:100%;height:100%;display:block}.v43-live-preview{background:radial-gradient(circle at 28% 24%,#fffc,#0000 28%),linear-gradient(135deg,#2997d721,#2997d70a)!important}.v43-cropped-mosaic-canvas{object-fit:contain;width:100%;height:100%;display:block}.v43-live-3d-stage{width:160px;height:125px;transform-style:preserve-3d;margin:20px auto 0;animation:6s linear infinite v43PreviewSpin;position:relative}.v43-live-3d-piece{width:52px;height:20px;transform:translate3d(var(--x,0px), var(--y,0px), var(--z,0px)) rotateX(62deg) rotateZ(var(--r,0deg));background:#f7f5ee;border:2px solid #111827;border-radius:8px;position:absolute;top:50%;left:50%;box-shadow:0 10px 18px #15202b24}.v43-live-3d-piece:before{content:"";border-radius:inherit;background:inherit;border:inherit;position:absolute;inset:0;transform:rotate(90deg)}@keyframes v43PreviewSpin{0%{transform:rotateX(58deg)rotate(0)}to{transform:rotateX(58deg)rotate(360deg)}}.v44-iso-preview-shell{background:radial-gradient(circle at 32% 18%,#ffffffe6,#0000 30%),linear-gradient(135deg,#2997d71f,#2997d709);position:absolute;inset:0;overflow:hidden}.v44-iso-grid{opacity:.42;background-image:linear-gradient(#2997d733 1px,#0000 1px),linear-gradient(90deg,#2997d733 1px,#0000 1px);background-size:12px 12px;border:1px solid #2997d729;width:260px;height:130px;position:absolute;top:64%;left:50%;transform:translate(-50%,-50%)rotateX(64deg)rotate(0)}.v44-iso-preview-stage{width:170px;height:130px;transform-style:preserve-3d;z-index:2;animation:6.8s linear infinite v44ReadableSpin;position:absolute;top:48%;left:50%}.v44-iso-piece{width:54px;height:20px;transform:translate(-50%, -50%) translate3d(var(--x,0px), var(--y,0px), 0) rotateX(58deg) rotateZ(var(--r,0deg)) scale(var(--s,1));transform-style:preserve-3d;border:2px solid #111827;border-radius:7px;position:absolute;top:50%;left:50%;box-shadow:0 10px 18px #15202b29,inset 0 0 0 2px #ffffff2e}.v44-iso-piece:before{content:"";border-radius:inherit;background:inherit;border:inherit;position:absolute;inset:0;transform:rotate(90deg)}@keyframes v44ReadableSpin{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.admin-testing-note,.admin-warning{display:none!important}.v45-preview{background:radial-gradient(circle at 28% 24%,#fffc,#0000 28%),linear-gradient(135deg,#2997d721,#2997d70a)!important}.v45-mosaic-preview-canvas{object-fit:contain;width:100%;height:100%;display:block}.v45-real-3d-preview .v44-iso-preview-shell,.v45-real-3d-preview .v44-iso-grid,.v45-real-3d-preview .v44-iso-preview-stage{display:none!important}.v45-real-3d-preview .mini-3d-real-mount{inset:0!important}.v45-real-3d-preview canvas{object-fit:contain!important;width:100%!important;height:100%!important}.v46-three-preview{position:relative;overflow:hidden;background:radial-gradient(circle at 28% 24%,#ffffffd1,#0000 28%),linear-gradient(135deg,#2997d721,#2997d70a)!important}.v46-three-preview-mount{position:absolute;inset:0;overflow:hidden}.v46-three-preview-mount canvas{width:100%!important;height:100%!important;display:block!important}.v46-preview-failed{color:#2997d7;place-items:center;width:100%;height:100%;font-size:26px;font-weight:950;display:grid}.v46-three-preview .v44-iso-preview-shell,.v46-three-preview .v43-live-3d-stage,.v46-three-preview .stable-3d-preview-stage,.v46-three-preview .v45-mosaic-preview-canvas{display:none!important}.v47-preview{background:radial-gradient(circle at 28% 24%,#ffffffd1,#0000 28%),linear-gradient(135deg,#2997d721,#2997d70a)!important}.v47-three-preview-mount{inset:0!important}.v47-three-preview-mount canvas{width:100%!important;height:100%!important;display:block!important}.v48-builder-preview{position:relative;overflow:hidden;background:#eef6fb!important}.v48-builder-preview-frame{pointer-events:none;background:#eef6fb;border:0;width:100%;height:100%;display:block;position:absolute;inset:0}.v48-preview-loading{color:#6a7886;z-index:2;background:#eef6fb;place-items:center;font-size:13px;font-weight:900;display:grid;position:absolute;inset:0}.v48-builder-preview-shell iframe+.v48-preview-loading{transition:opacity .18s}.v49-builder-preview{isolation:isolate;position:relative;overflow:hidden;background:radial-gradient(circle at 28% 24%,#ffffffd1,#0000 28%),linear-gradient(135deg,#2997d721,#2997d70a)!important}.v49-builder-preview-frame{pointer-events:none;opacity:0;background:#eef6fb;border:0;width:100%;height:100%;transition:opacity .28s,transform .28s;display:block;position:absolute;inset:0;transform:scale(1.01)}.v49-builder-preview-capture{object-fit:contain;opacity:0;background:#eef6fb;width:100%;height:100%;transition:opacity .2s,transform .2s;display:block;position:absolute;inset:0;transform:scale(1.01)}.v49-builder-preview.has-captured-preview .v49-builder-preview-capture{opacity:1;transform:scale(1)}.gallery-build-card,.my-build-card,.admin-build-card,.profile-build-card,.leaderboard-card{content-visibility:auto;contain-intrinsic-size:320px}.v49-builder-preview.is-preview-ready .v49-builder-preview-frame{opacity:1;transform:scale(1)}.v49-preview-placeholder{color:#6a7886;z-index:2;background:radial-gradient(circle at 30% 26%,#ffffffb8,#0000 30%),linear-gradient(135deg,#2997d71f,#2997d70a);align-content:center;place-items:center;gap:8px;font-size:12px;font-weight:900;transition:opacity .2s;display:grid;position:absolute;inset:0}.v49-preview-placeholder.is-hidden{opacity:0;pointer-events:none}.v49-preview-icon{color:#2997d7;background:#2997d71a;border-radius:16px;place-items:center;width:44px;height:44px;font-size:16px;font-weight:950;display:grid}.my-build-card,.admin-build-card{transition:transform .22s,box-shadow .22s,border-color .22s}.my-build-card:hover,.admin-build-card:hover{border-color:#2997d733;transform:translateY(-3px);box-shadow:0 20px 50px #15202b24}.my-build-action,.approve-button,.reject-button{transition:transform .16s,background .16s,box-shadow .16s}.my-build-action:hover,.approve-button:hover,.reject-button:hover{transform:translateY(-1px)}.v49-builder-preview .v44-iso-preview-shell,.v49-builder-preview .v43-live-3d-stage,.v49-builder-preview .stable-3d-preview-stage,.v49-builder-preview .v45-mosaic-preview-canvas,.v49-builder-preview .v46-three-preview-mount,.v49-builder-preview .v47-three-preview-mount,.v49-builder-preview .build-thumbnail-img{display:none!important}.v50-build-card{border-radius:24px;overflow:hidden}.v50-card-preview{height:210px}.gallery-build-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:24px;overflow:hidden}.v50-build-content{gap:9px}.v50-card-title-row strong{font-size:17px;line-height:1.15}.v50-card-meta,.v50-card-summary{color:var(--muted);font-size:12px}.v50-card-summary{min-height:16px;display:block}.v50-card-actions{margin-top:8px}.v50-action{min-height:44px}.admin-build-card.is-updating,.my-build-card.is-updating,.gallery-build-card.is-updating{opacity:.55;pointer-events:none;transform:scale(.99)}.v50-empty-state{color:#486273;text-align:center;background:radial-gradient(circle at 30% 20%,#2997d71a,#0000 32%),#ffffffb8;border:1px dashed #2997d747;border-radius:24px;grid-column:1/-1;align-content:center;place-items:center;gap:8px;min-height:220px;display:grid}.v50-empty-state strong{color:#15202b;font-size:20px}.v50-empty-state span{font-size:14px}.admin-actions.v50-card-actions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.admin-review-overlay{z-index:100500;justify-content:center;align-items:center;padding:clamp(14px,3vw,32px);display:none;position:fixed;inset:0}.admin-review-overlay.is-open{display:flex}.admin-review-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#15202b94;position:absolute;inset:0}.admin-review-shell{z-index:1;background:#fff;border:1px solid #ffffff6b;border-radius:32px;grid-template-rows:auto 1fr;width:min(1220px,100%);height:min(760px,100vh - 36px);animation:.24s both adminReviewIn;display:grid;position:relative;overflow:hidden;box-shadow:0 34px 100px #15202b52}@keyframes adminReviewIn{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.admin-review-header{background:radial-gradient(circle at 18% 0,#2997d71f,#0000 32%),#fff;border-bottom:1px solid #15202b14;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 26px;display:flex}.admin-review-kicker{color:#2997d7;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:950;display:block}.admin-review-header h2{letter-spacing:-.045em;margin:0;font-size:clamp(24px,3vw,36px)}.admin-review-header p{color:var(--muted);margin:6px 0 0;font-weight:800}.admin-review-close{color:#486273;cursor:pointer;background:#2997d714;border:none;border-radius:999px;width:42px;height:42px;font-size:28px;line-height:1}.admin-review-body{grid-template-columns:minmax(0,1fr) 310px;gap:0;min-height:0;display:grid}.admin-review-preview{background:#eef6fb;min-height:0;position:relative}.admin-review-side{background:#f8fbfd;border-left:1px solid #15202b14;grid-template-rows:1fr auto;gap:16px;padding:20px;display:grid}.admin-review-info-card{background:#fff;border:1px solid #15202b14;border-radius:24px;padding:18px;box-shadow:0 12px 30px #15202b0f}.admin-review-info-card>strong{margin-bottom:14px;font-size:16px;display:block}.admin-review-info-card dl{gap:12px;margin:0;display:grid}.admin-review-info-card dl div{gap:3px;display:grid}.admin-review-info-card dt{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950}.admin-review-info-card dd{color:#15202b;word-break:break-word;margin:0;font-size:14px;font-weight:800;line-height:1.3}.admin-review-actions{gap:10px;display:grid}.admin-review-actions button{font:inherit;cursor:pointer;border:none;border-radius:16px;padding:14px 15px;font-weight:950;transition:transform .16s,box-shadow .16s,background .16s}.admin-review-actions button:hover{transform:translateY(-1px)}.admin-review-actions button:disabled{opacity:.55;cursor:wait;transform:none}.admin-review-approve{color:#fff;background:#18a058;box-shadow:0 12px 24px #18a05838}.admin-review-reject{color:#fff;background:#c9493a;box-shadow:0 12px 24px #c9493a2e}.admin-review-back{color:#486273;background:#fff;border:1px solid #15202b1a!important}.admin-review-button{color:#1c7ab0!important;background:#2997d71f!important}.v51-admin-actions{grid-template-columns:1fr 1fr 1fr!important}body.admin-review-open{overflow:hidden}@media (width<=900px){.admin-review-shell{border-radius:24px;height:calc(100vh - 24px)}.admin-review-body{grid-template-rows:minmax(280px,1fr) auto;grid-template-columns:1fr}.admin-review-side{border-top:1px solid #15202b14;border-left:none;grid-template-rows:auto auto}.v51-admin-actions{grid-template-columns:1fr!important}}.v49-builder-preview-frame{background:#eef6fb}.admin-review-preview .v49-builder-preview-frame,.my-build-preview .v49-builder-preview-frame,.admin-build-thumb .v49-builder-preview-frame{transform:none!important}.v55-gallery-card{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:24px;transition:transform .22s,box-shadow .22s,border-color .22s;overflow:hidden}.v55-gallery-card:hover{border-color:#2997d733;transform:translateY(-3px);box-shadow:0 20px 50px #15202b24}.v55-gallery-preview{height:210px}.v55-gallery-content{padding:14px}.v55-gallery-actions{margin-top:8px}.gallery-grid,#galleryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:18px;display:grid}.v56-gallery-card{cursor:pointer}.v56-view-comments-btn{margin-top:10px}.gallery-lightbox-overlay{z-index:100700;justify-content:center;align-items:center;padding:clamp(12px,3vw,30px);display:none;position:fixed;inset:0}.gallery-lightbox-overlay.is-open{display:flex}.gallery-lightbox-backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#15202b9e;position:absolute;inset:0}.gallery-lightbox-shell{z-index:1;background:#fff;border-radius:32px;grid-template-columns:minmax(0,1fr) 370px;width:min(1240px,100%);height:min(780px,100vh - 32px);animation:.24s both galleryLightboxIn;display:grid;position:relative;overflow:hidden;box-shadow:0 34px 100px #15202b57}@keyframes galleryLightboxIn{0%{opacity:0;transform:translateY(18px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.gallery-lightbox-preview{background:#eef6fb;min-height:0;position:relative}.gallery-lightbox-side{background:#f8fbfd;border-left:1px solid #15202b14;grid-template-rows:auto auto auto 1fr;min-height:0;display:grid}.gallery-lightbox-header{background:#fff;border-bottom:1px solid #15202b14;justify-content:space-between;align-items:flex-start;gap:12px;padding:22px 22px 16px;display:flex}.gallery-lightbox-kicker{color:#2997d7;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:12px;font-weight:950;display:block}.gallery-lightbox-header h2{letter-spacing:-.04em;margin:0;font-size:25px}.gallery-lightbox-header p{color:var(--muted);margin:6px 0 0;font-weight:800}.gallery-lightbox-close{color:#486273;cursor:pointer;background:#2997d714;border:none;border-radius:999px;width:40px;height:40px;font-size:27px;line-height:1}.gallery-lightbox-creator,.gallery-lightbox-admin-tools{background:#fff;border:1px solid #15202b14;border-radius:20px;margin:16px 18px 0;padding:14px}.gallery-lightbox-creator span{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:950;display:block}.gallery-lightbox-creator strong{align-items:center;gap:8px;margin-top:4px;font-size:16px;display:flex}.admin-user-tag{color:#1c7ab0;text-transform:uppercase;letter-spacing:.04em;background:#2997d71f;border-radius:999px;align-items:center;margin-left:6px;padding:3px 7px;font-size:10px;font-weight:950;display:inline-flex}.gallery-lightbox-admin-tools{gap:10px;display:grid}.gallery-lightbox-admin-tools strong{font-size:13px}.gallery-lightbox-admin-tools button{color:#fff;font:inherit;cursor:pointer;background:#c9493a;border:none;border-radius:14px;padding:11px 12px;font-weight:950}.gallery-comments{grid-template-rows:auto 1fr auto auto;gap:12px;min-height:0;padding:16px 18px 18px;display:grid}.gallery-comments-title-row{justify-content:space-between;align-items:center;display:flex}.gallery-comments-title-row strong{font-size:18px}.gallery-comments-title-row span{color:var(--muted);font-weight:900}.gallery-comments-list{align-content:start;gap:10px;min-height:0;padding-right:4px;display:grid;overflow:auto}.gallery-comments-empty,.gallery-comments-loading{color:var(--muted);text-align:center;background:#ffffff9e;border:1px dashed #2997d73d;border-radius:18px;padding:18px;font-weight:800}.gallery-comment-item{background:#fff;border:1px solid #15202b14;border-radius:18px;padding:12px}.gallery-comment-item.is-updating{opacity:.55;pointer-events:none}.gallery-comment-top{justify-content:space-between;gap:10px;margin-bottom:6px;display:flex}.gallery-comment-top strong{font-size:13px}.gallery-comment-top span{color:var(--muted);font-size:11px;font-weight:800}.gallery-comment-item p{color:#243746;margin:0;font-size:14px;line-height:1.35}.comment-delete-btn{color:#c9493a;font:inherit;cursor:pointer;background:#c9493a1a;border:none;border-radius:12px;margin-top:9px;padding:8px 10px;font-size:12px;font-weight:950}.gallery-comment-form{gap:9px;display:grid}.gallery-comment-form textarea{resize:vertical;width:100%;min-height:76px;font:inherit;border:1px solid #15202b1f;border-radius:16px;outline:none;padding:11px 12px;font-size:14px}.gallery-comment-form textarea:focus{border-color:#2997d775;box-shadow:0 0 0 4px #2997d71a}.gallery-comment-form button{color:#fff;font:inherit;cursor:pointer;background:#2997d7;border:none;border-radius:15px;padding:12px 14px;font-weight:950}.gallery-comment-login-hint{color:var(--muted);text-align:center;margin:0;font-size:13px;font-weight:800}body.gallery-lightbox-open{overflow:hidden}@media (width<=880px){.gallery-lightbox-shell{border-radius:24px;grid-template-rows:minmax(280px,1fr) minmax(360px,46vh);grid-template-columns:1fr;height:calc(100vh - 20px)}.gallery-lightbox-side{border-top:1px solid #15202b14;border-left:none}}:root{--pp-brand-blue:#2997d7}.pp-icon{object-fit:contain;width:22px;height:22px;display:block}.pp-icon-button{justify-content:center;align-items:center;gap:8px;min-width:44px;min-height:44px;display:inline-flex!important}.pp-icon-button.small{min-width:38px;min-height:38px}.pp-icon-button img{width:24px;height:24px}.pp-status-icon-badge{place-items:center;min-width:28px;height:28px;font-size:16px;font-weight:950;line-height:1;display:inline-grid;padding:0!important}.pp-status-mini{border-radius:999px;place-items:center;width:22px;height:22px;font-size:15px;font-weight:950;display:inline-grid}.pp-status-mini.approved{color:#18a058;background:#18a0581f}.pp-status-mini.rejected{color:#c9493a;background:#c9493a1f}.v57-card-meta{align-items:center;gap:6px;display:inline-flex}.v57-card-actions{grid-template-columns:1fr 1fr}.v57-card-actions .my-build-action{font-size:0}.v57-card-actions .my-build-action img{width:27px;height:27px}.official-user-tag{color:#1c7ab0;text-transform:uppercase;letter-spacing:.04em;background:#2997d71f;border-radius:999px;align-items:center;margin-left:7px;padding:3px 8px;font-size:10px;font-weight:950;display:inline-flex}.member-user-tag{color:#444;text-transform:uppercase;letter-spacing:.04em;background:#0000000f;border-radius:999px;align-items:center;margin-left:7px;padding:3px 8px;font-size:10px;font-weight:900;display:inline-flex}.v57-hide-text-step{font-size:0!important}.mosaic-help,.builder-help,.info-banner,.step-description{display:none!important}.v55-gallery-preview iframe,.v57-build-preview iframe,.gallery-lightbox-preview iframe,.admin-review-preview iframe{background:#eef6fb}@media (width<=760px){.navbar .pp-icon-button,.nav .pp-icon-button,.main-nav .pp-icon-button{min-width:40px;padding-inline:10px}}.pp-v58-remove,.pp-v58-color-group-hidden{display:revert!important}.v57-build-preview iframe,.v55-gallery-preview iframe,.gallery-lightbox-preview iframe,.admin-review-preview iframe{background:#eef6fb}.pp-v60-hidden-section,.pp-v60-mosaic-cleanup .color-group-title,.pp-v60-mosaic-cleanup .color-category-title,.pp-v60-mosaic-cleanup .swatch-group-title{display:none!important}.brand-home-button{cursor:pointer;background:0 0;border:0;justify-self:start;padding:0}.brand-home-button:hover .logo{transform:translateY(-1px)}.brand{min-width:72px}.logo{transition:transform .16s}.home-card-bg{overflow:hidden}.home-card-image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.placeholder-two,.placeholder-three{background:#d9d9d9!important}:is(.placeholder-two:has(.home-card-image),.placeholder-three:has(.home-card-image)){background:0 0!important}.placeholder-two{background-image:url(/assets/2D_Mosaic_Home-sHWOYlFP.jpg)!important;background-position:50%!important;background-size:cover!important}.placeholder-three{background-image:url(/assets/3D_Builder_Home-Zl3bJEzb.jpg)!important;background-position:50%!important;background-size:cover!important}.home-card{box-shadow:var(--shadow)!important;cursor:pointer!important;color:#fff!important;text-align:left!important;isolation:isolate!important;background:#ddd!important;border:none!important;border-radius:30px!important;min-height:0!important;padding:0!important;display:block!important;position:relative!important;overflow:hidden!important}.home-card.pp-icon-button,.home-card.pp-iconified{align-items:initial!important;justify-content:initial!important;gap:0!important;min-width:0!important;min-height:0!important;display:block!important}.home-card>.pp-icon{display:none!important}.home-card-bg{transition:transform .35s;transform:scale(1.01);background-position:50%!important;background-size:cover!important;position:absolute!important;inset:0!important;overflow:hidden!important}.home-card-image{object-fit:cover!important;object-position:center!important;z-index:0!important;width:100%!important;height:100%!important;display:block!important;position:absolute!important;inset:0!important}.placeholder-two{background-image:url(/assets/2D_Mosaic_Home-sHWOYlFP.jpg)!important}.placeholder-three{background-image:url(/assets/3D_Builder_Home-Zl3bJEzb.jpg)!important}.brand-home-button{cursor:pointer!important;background:0 0!important;border:0!important;padding:0!important}.brand{gap:0!important;min-width:72px!important}.brand-text{display:none!important}.studio-nav{align-items:center;gap:8px}.nav-btn{place-items:center;min-width:56px;min-height:52px;display:grid;padding:7px 9px!important}.nav-icon-wrap span{color:inherit;font-size:10px;font-weight:900}.gallery-page-clean{max-width:1280px}.gallery-header-clean{align-items:center;margin-bottom:12px}.gallery-title-icon{background:#2997d714;border:1px solid #2997d71f;border-radius:16px;place-items:center;width:48px;height:48px;display:grid}.gallery-title-icon img{width:28px;height:28px}.icon-refresh-button{place-items:center;width:48px;height:48px;display:grid;padding:0!important}.icon-refresh-button img{filter:brightness(0)invert();width:24px;height:24px}.gallery-status-clean{min-height:0;margin-bottom:16px}.real-gallery-grid,#galleryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))!important}.nav-btn{min-width:74px!important;min-height:64px!important;padding:8px 12px!important}.nav-icon-wrap{place-items:center!important;gap:5px!important;line-height:1!important;display:grid!important}.nav-icon-wrap img{width:29px!important;height:29px!important;display:block!important}.nav-icon-wrap span{font-size:12px!important;font-weight:950!important}.gallery-page-clean,.gallery-page-card{max-width:1180px!important}.gallery-header-clean{margin-bottom:10px!important}.gallery-status-clean,#galleryStatus{margin-bottom:14px!important}#galleryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;gap:16px!important}.v55-gallery-card,.gallery-build-card,.v57-gallery-card{border-radius:22px!important;box-shadow:0 12px 34px #15202b17!important}.v55-gallery-preview,.gallery-build-thumb{height:190px!important}.v55-gallery-content .my-build-meta,.gallery-build-content span{display:none!important}.v56-view-comments-btn{min-height:44px!important;font-size:0!important}.v56-view-comments-btn:after{content:"Open";font-size:14px;font-weight:900}.status-badge.pp-status-icon-badge,.status-badge.v78-status-icon{place-items:center!important;min-width:30px!important;height:30px!important;padding:0!important;font-size:17px!important;font-weight:950!important;display:inline-grid!important}.my-build-action img{width:23px;height:23px;display:block}.icon-tool.danger,#deleteBtn,#manualClearButton,.my-build-action.danger,.comment-delete-btn,.reject-button{color:#d13a2f!important}.icon-tool.danger img,#deleteBtn img,#manualClearButton img,.my-build-action.danger img,.comment-delete-btn img,button[aria-label*=Delete i] img,button[title*=Delete i] img,button[aria-label*=Remove i] img,button[title*=Remove i] img{filter:brightness(0)saturate()invert(31%)sepia(78%)saturate(1747%)hue-rotate(342deg)brightness(91%)contrast(92%)!important}.my-build-action.danger,#deleteBtn,#manualClearButton{background:#d13a2f1a!important;border-color:#d13a2f29!important}.my-build-action.danger:hover,#deleteBtn:hover,#manualClearButton:hover{background:#d13a2f29!important}.admin-actions,.v50-card-actions,.admin-build-content .admin-actions{grid-template-columns:repeat(3,minmax(0,1fr))!important;place-items:center stretch!important;gap:10px!important;width:100%!important;margin-top:12px!important;display:grid!important}.admin-actions button,.v50-card-actions button,.admin-build-content .admin-actions button{text-align:center!important;justify-content:center!important;align-items:center!important;width:100%!important;min-height:46px!important;display:inline-flex!important}#galleryGrid>.gallery-build-card:not(.v81-gallery-card){display:none!important}.v81-gallery-card .v56-view-comments-btn{font-size:0!important}.v81-gallery-card .v56-view-comments-btn:after{content:"Open";font-size:14px;font-weight:900}.my-build-actions{gap:10px;justify-content:center!important;display:flex!important}.reject-button{color:#d13a2f!important;background:#d13a2f26!important;border:2px solid #d13a2f!important}.mosaic-cell:hover,.builder-piece:hover{outline:2px solid #2a8cff;transition:all .1s;transform:scale(1.05)}.gallery-lightbox-creator strong .official-user-tag,.gallery-lightbox-creator strong .admin-user-tag,.gallery-lightbox-creator strong .user-tag.admin,.gallery-comment-top strong .official-user-tag,.gallery-comment-top strong .admin-user-tag,.gallery-comment-top strong .user-tag.admin{color:#1c7ab0!important;text-transform:uppercase!important;letter-spacing:.04em!important;background:#2997d71f!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-left:8px!important;padding:3px 8px!important;font-size:10px!important;font-weight:950!important;line-height:1!important;display:inline-flex!important}.gallery-lightbox-creator strong .member-user-tag,.gallery-lightbox-creator strong .user-tag.member,.gallery-comment-top strong .member-user-tag,.gallery-comment-top strong .user-tag.member{background:var(--role-color,#2997d71f)!important;color:#075f94!important;text-transform:uppercase!important;letter-spacing:.04em!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;margin-left:8px!important;padding:3px 8px!important;font-size:10px!important;font-weight:900!important;line-height:1!important;display:inline-flex!important}html,body{-webkit-text-size-adjust:100%;width:100%;height:100%}@supports (height:100dvh){#studioApp{height:100dvh}}.studio-main{overflow:hidden}.simple-page,.home-view{-webkit-overflow-scrolling:touch;overflow-y:auto}.gallery-page-card,.my-builds-page-card,.admin-page-card,.page-card{width:min(100%,1180px)}.gallery-header,.my-builds-header,.admin-header{gap:14px}.real-gallery-grid,#galleryGrid,.my-builds-grid,.admin-grid{align-items:stretch}.auth-card{-webkit-overflow-scrolling:touch;max-height:calc(100dvh - 28px);overflow-y:auto}.gallery-lightbox-shell,.admin-review-shell{max-width:calc(100vw - 20px);max-height:calc(100dvh - 20px)}@media (width<=1024px){.studio-topbar{height:auto!important;min-height:unset!important;padding:calc(9px + env(safe-area-inset-top)) 14px 12px!important;grid-template-rows:auto auto!important;grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:10px 12px!important}.brand{grid-area:1/1!important;justify-content:flex-start!important;min-width:0!important}.logo{max-width:146px!important;height:44px!important}.account-area{grid-area:1/2!important;justify-self:end!important;width:auto!important;min-width:0!important}.auth-button{white-space:nowrap!important;width:auto!important;min-height:42px!important;padding:10px 14px!important}.account-dropdown{width:min(260px,100vw - 28px)!important;left:auto!important;right:0!important}.studio-nav{scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;border-radius:999px!important;grid-area:2/1/auto/-1!important;justify-content:flex-start!important;justify-self:stretch!important;padding:5px!important;overflow:auto hidden!important}.studio-nav::-webkit-scrollbar{display:none}.nav-btn{flex:none!important;min-width:66px!important;min-height:56px!important;padding:7px 10px!important}.nav-icon-wrap img{width:25px!important;height:25px!important}.nav-icon-wrap span{font-size:11px!important}.home-grid.two-options{grid-template-rows:repeat(2,minmax(230px,1fr))!important;grid-template-columns:1fr!important;gap:14px!important;min-height:560px!important;padding:14px!important}.home-card{border-radius:24px!important}.home-card-content{bottom:22px!important;left:22px!important;right:22px!important}.simple-page{padding:14px!important}.page-card{border-radius:22px!important;padding:18px!important}.page-card h1{font-size:clamp(24px,5vw,32px)!important}#galleryGrid,.real-gallery-grid,.my-builds-grid,.admin-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:14px!important}}@media (width<=640px){.studio-topbar{padding:calc(8px + env(safe-area-inset-top)) 10px 10px!important;gap:8px 10px!important}.logo{max-width:122px!important;height:38px!important}.auth-button{min-height:38px!important;padding:8px 11px!important;font-size:12px!important}.nav-btn{min-width:58px!important;min-height:50px!important;padding:6px 8px!important}.nav-icon-wrap img{width:22px!important;height:22px!important}.nav-icon-wrap span{font-size:10px!important}.home-grid.two-options{grid-template-rows:repeat(2,minmax(210px,1fr))!important;gap:10px!important;min-height:500px!important;padding:10px!important}.home-card-content strong{font-size:clamp(34px,13vw,48px)!important}.home-card-content span{font-size:14px!important}.gallery-header,.my-builds-header,.admin-header,.gallery-header-clean{grid-template-columns:1fr auto!important;align-items:center!important;display:grid!important}.my-builds-header>div,.admin-header>div{min-width:0!important}.gallery-refresh-button,.icon-refresh-button{min-width:44px!important;height:44px!important}#galleryGrid,.real-gallery-grid,.my-builds-grid,.admin-grid{grid-template-columns:1fr!important}.v55-gallery-preview,.gallery-build-thumb{height:170px!important}.my-build-actions,.admin-actions,.v50-card-actions,.v51-admin-actions{grid-template-columns:1fr!important;display:grid!important}.auth-card{border-radius:22px!important;width:min(100%,100vw - 20px)!important;padding:20px!important}.gallery-lightbox-shell,.admin-review-shell{border-radius:20px!important;width:calc(100vw - 12px)!important;max-width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important;max-height:calc(100dvh - 12px)!important}.gallery-lightbox-shell{grid-template-rows:minmax(220px,42vh) minmax(0,1fr)!important}.gallery-lightbox-side,.admin-review-side{min-height:0!important;overflow-y:auto!important}}@media (width<=380px){.nav-btn{min-width:54px!important}.nav-icon-wrap span{font-size:9px!important}.home-grid.two-options{grid-template-rows:repeat(2,minmax(190px,1fr))!important;min-height:460px!important}}#galleryStatus.gallery-status-clean{display:none!important}@media (width<=1024px){.studio-topbar{padding:calc(7px + env(safe-area-inset-top)) 14px 8px!important;grid-template-rows:auto!important;grid-template-columns:auto minmax(0,1fr) auto!important;gap:8px 12px!important}.brand{grid-area:1/1!important}.account-area{grid-area:1/3!important}.studio-nav{grid-area:1/2!important;place-self:center!important;min-width:0!important;max-width:100%!important;padding:4px!important}.logo{max-width:132px!important;height:42px!important}.nav-btn{min-width:58px!important;min-height:50px!important;padding:6px 8px!important}}@media (width<=760px){.studio-topbar{padding:calc(7px + env(safe-area-inset-top)) 10px 9px!important;grid-template-rows:auto auto!important;grid-template-columns:1fr auto!important}.brand{grid-area:1/1!important}.account-area{grid-area:1/2!important}.studio-nav{grid-area:2/1/auto/-1!important;margin-top:-4px!important}.logo{max-width:122px!important;height:38px!important}}@media (width<=920px){#galleryGrid,.real-gallery-grid{grid-template-columns:1fr!important}.v55-gallery-preview,.gallery-build-thumb,.my-build-preview{height:clamp(220px,52vw,360px)!important}}@media (orientation:landscape) and (height<=540px) and (width<=920px){#galleryGrid,.real-gallery-grid{grid-template-columns:1fr!important}.v55-gallery-preview,.gallery-build-thumb,.my-build-preview{height:240px!important}.gallery-lightbox-overlay{align-items:stretch!important;padding:8px!important}.gallery-lightbox-shell{border-radius:22px!important;grid-template-rows:minmax(0,1fr)!important;grid-template-columns:minmax(0,1fr) minmax(300px,380px)!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;height:calc(100dvh - 16px)!important;max-height:calc(100dvh - 16px)!important;overflow:hidden!important}.gallery-lightbox-preview{min-height:0!important}.gallery-lightbox-side{-webkit-overflow-scrolling:touch!important;border-top:none!important;border-left:1px solid #15202b14!important;min-height:0!important;overflow-y:auto!important}.gallery-comments{min-height:260px!important}}@media (width<=640px) and (orientation:portrait){.gallery-lightbox-overlay{align-items:stretch!important;padding:6px!important}.gallery-lightbox-shell{grid-template-rows:minmax(190px,32dvh) minmax(0,1fr)!important;grid-template-columns:1fr!important;width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important;overflow:hidden!important}.gallery-lightbox-side{-webkit-overflow-scrolling:touch!important;overflow-y:auto!important}.gallery-lightbox-header{padding:15px 16px 12px!important}.gallery-lightbox-header h2{font-size:20px!important}.gallery-lightbox-creator,.gallery-lightbox-admin-tools{margin:12px 14px 0!important;padding:12px!important}.gallery-comments{min-height:360px!important;padding:12px 14px 14px!important}}.gallery-title-icon{display:none!important}.gallery-header-clean{justify-content:flex-end!important;min-height:0!important;margin:0 0 12px!important;display:flex!important}.gallery-page-clean{position:relative!important}@media (width<=920px){.gallery-header-clean{height:0!important;margin:0!important;overflow:visible!important}#refreshGalleryBtn.icon-refresh-button,.gallery-header-clean .icon-refresh-button{z-index:3!important;opacity:.82!important;width:42px!important;min-width:42px!important;height:42px!important;position:absolute!important;top:14px!important;right:14px!important}#galleryGrid.real-gallery-grid,#galleryGrid{padding-top:0!important}}@media (width<=560px){#refreshGalleryBtn.icon-refresh-button,.gallery-header-clean .icon-refresh-button{display:none!important}}@media (orientation:landscape) and (height<=540px) and (width<=920px){.gallery-lightbox-shell{grid-template-columns:minmax(260px,42vw) minmax(360px,1fr)!important}.gallery-lightbox-side{grid-template-rows:auto auto minmax(0,1fr)!important;display:grid!important;overflow:hidden!important}.gallery-lightbox-header{padding:12px 14px 10px!important}.gallery-lightbox-header h2{font-size:18px!important}.gallery-lightbox-header p{margin-top:3px!important;font-size:12px!important}.gallery-lightbox-creator,.gallery-lightbox-admin-tools{border-radius:15px!important;margin:8px 12px 0!important;padding:9px 10px!important}.gallery-lightbox-admin-tools{display:none!important}.gallery-comments{grid-template-rows:auto minmax(90px,1fr) auto auto!important;gap:8px!important;min-height:0!important;padding:9px 12px 12px!important;overflow:hidden!important}.gallery-comments-title-row strong{font-size:15px!important}.gallery-comments-list{min-height:90px!important}.gallery-comment-form{gap:7px!important}.gallery-comment-form textarea{min-height:82px!important;max-height:120px!important}.gallery-comment-form button{padding:10px 12px!important}}@media (width<=640px) and (orientation:portrait){.gallery-lightbox-shell{grid-template-rows:minmax(150px,24dvh) minmax(0,1fr)!important}.gallery-lightbox-side{grid-template-rows:auto auto minmax(0,1fr)!important;display:grid!important;overflow:hidden!important}.gallery-lightbox-admin-tools{display:none!important}.gallery-comments{grid-template-rows:auto minmax(150px,1fr) auto auto!important;min-height:0!important;overflow:hidden!important}.gallery-comments-list{min-height:150px!important}.gallery-comment-form textarea{min-height:92px!important}}.gallery-lightbox-kicker,#galleryLightboxMeta{display:none!important}.gallery-lightbox-title-block{min-width:0!important}.gallery-lightbox-header{position:relative!important}.gallery-lightbox-header h2{overflow-wrap:anywhere!important}.gallery-lightbox-header .gallery-lightbox-creator{background:0 0!important;border:0!important;border-radius:0!important;margin:8px 0 0!important;padding:0!important}.gallery-lightbox-header .gallery-lightbox-creator span{margin-right:6px!important;font-size:11px!important;display:inline!important}.gallery-lightbox-header .gallery-lightbox-creator strong{flex-wrap:wrap!important;margin-top:0!important;display:inline-flex!important}.gallery-lightbox-admin-tools{z-index:6!important;width:auto!important;min-width:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;padding:0!important;display:block!important;position:absolute!important;top:12px!important;left:12px!important}.gallery-lightbox-admin-tools[hidden],.gallery-lightbox-admin-tools strong{display:none!important}.gallery-lightbox-admin-tools button{border-radius:999px!important;width:42px!important;min-width:42px!important;height:42px!important;padding:0!important;font-size:0!important;line-height:1!important;box-shadow:0 10px 24px #c9493a3d!important}.gallery-lightbox-admin-tools button:before{font-size:18px!important;line-height:1!important}#galleryRefreshPreviewBtn:before{content:"↻";color:#0875b4}#galleryRemoveBuildBtn:before{content:"🗑"}#galleryRefreshPreviewBtn{color:#0875b4!important;background:#e6f5ff!important;box-shadow:0 10px 24px #168bd02e!important}#galleryRemoveBuildBtn{color:#fff!important;background:#c9493a!important}.gallery-comment-form{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch!important;display:grid!important}.gallery-comment-form textarea{min-width:0!important}.gallery-comment-form button{white-space:nowrap!important}@media (orientation:landscape) and (height<=540px) and (width<=920px){.gallery-lightbox-side{grid-template-rows:auto minmax(0,1fr)!important}.gallery-lightbox-admin-tools{display:block!important;top:10px!important;left:10px!important}.gallery-lightbox-admin-tools[hidden]{display:none!important}.gallery-lightbox-admin-tools button{width:38px!important;min-width:38px!important;height:38px!important}.gallery-comments{grid-template-rows:auto minmax(70px,1fr) auto auto!important}.gallery-comments-list{min-height:70px!important}.gallery-comment-form{grid-template-columns:minmax(0,1fr) 88px!important}.gallery-comment-form textarea{min-height:58px!important;max-height:82px!important}.gallery-comment-form button{justify-content:center!important;align-items:center!important;min-height:58px!important;padding:8px 10px!important;font-size:12px!important;display:inline-flex!important}}@media (width<=640px) and (orientation:portrait){.gallery-lightbox-side{grid-template-rows:auto minmax(0,1fr)!important}.gallery-lightbox-admin-tools{display:block!important;top:10px!important;left:10px!important}.gallery-lightbox-admin-tools[hidden]{display:none!important}.gallery-comment-form{grid-template-columns:minmax(0,1fr)!important}.gallery-comment-form button{justify-content:center!important;align-items:center!important;width:100%!important;display:inline-flex!important}}.gallery-comment-send-btn{gap:0!important;min-width:64px!important;padding-inline:16px!important}.gallery-comment-send-btn svg{flex:none!important;width:22px!important;height:22px!important;display:block!important}@media (orientation:landscape) and (height<=540px) and (width<=920px){.gallery-comment-form{grid-template-columns:minmax(0,1fr) 58px!important}.gallery-comment-send-btn{width:58px!important;min-width:58px!important;padding:8px!important}}@media (width<=640px) and (orientation:portrait){.gallery-comment-send-btn{width:100%!important;min-height:48px!important}}.gallery-comment-send-btn{justify-content:center!important;align-items:center!important;width:64px!important;min-width:64px!important;height:auto!important;min-height:56px!important;padding:0!important;line-height:1!important;display:inline-flex!important;overflow:visible!important}.gallery-comment-send-btn svg{width:28px!important;height:28px!important;margin:0!important;transform:translate(1px)!important}@media (orientation:landscape) and (height<=540px) and (width<=920px){.gallery-comment-send-btn{width:58px!important;min-width:58px!important;min-height:58px!important}.gallery-comment-send-btn svg{width:25px!important;height:25px!important}}.auth-modal,.auth-modal.is-open{z-index:200000!important}.auth-required-consent{margin-top:14px!important;margin-bottom:8px!important}.auth-required-consent a{color:#147ec4;text-underline-offset:2px;font-weight:900;text-decoration:underline}#marketingConsentWrap{margin-top:8px!important}.auth-icon{overflow:hidden}.auth-icon img{width:38px;height:auto;display:block}.auth-forgot-button{color:#2997d7;width:100%;font:inherit;cursor:pointer;background:0 0;border:0;justify-content:flex-end;align-items:center;margin:7px 0 12px;padding:0;font-size:13px;font-weight:900;display:inline-flex}.auth-forgot-button:hover{text-underline-offset:2px;text-decoration:underline}.auth-forgot-button.is-hidden{display:none!important}@media (height<=720px){.auth-card{max-height:calc(100dvh - 28px);overflow-y:auto}}@supports (height:100dvh){#studioApp{height:100dvh!important}}@media (width<=760px){.tool-frame-view iframe{height:100%!important}}@media (orientation:landscape) and (height<=540px) and (width<=920px){.studio-topbar{height:64px!important;min-height:64px!important;padding:calc(4px + env(safe-area-inset-top)) 10px 5px!important;grid-template-rows:1fr!important;grid-template-columns:auto minmax(0,1fr) auto!important}.brand{grid-area:1/1!important}.studio-nav{grid-area:1/2!important;margin:0!important;padding:3px!important}.account-area{grid-area:1/3!important}.logo{max-width:100px!important;height:34px!important}.nav-btn{min-width:52px!important;min-height:42px!important;padding:4px 6px!important}.nav-icon-wrap img{width:22px!important;height:22px!important}.nav-icon-wrap span{font-size:9px!important}}:root{--brand:#2997d7;--brand-dark:#106da4;--brand-soft:#e5f5ff;--sun:#ffd43b;--coral:#ff7d54;--grass:#59c36a;--ink:#11263a;--muted:#5f7488;--paper:#fff;--cream:#fff9ee;--line:#11263a1a;--shadow-pop:0 22px 60px #10446929;--shadow-soft:0 12px 32px #1044691a;--radius-xl:34px}body{color:var(--ink);background:radial-gradient(circle at 8% 18%,#ffd43b57,#0000 25vw),radial-gradient(circle at 92% 9%,#2997d740,#0000 24vw),radial-gradient(circle at 82% 90%,#ff7d542e,#0000 28vw),linear-gradient(135deg,#fffaf0 0%,#f4fbff 45%,#fff 100%);font-family:Arial,Helvetica,sans-serif}.loading-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffaf0e6}.loader-card{box-shadow:var(--shadow-pop);border:2px solid #2997d729;border-radius:30px}.loader-card:before{content:"+";color:#fff;background:var(--brand);border-radius:18px;place-items:center;width:52px;height:52px;margin-bottom:4px;font-size:34px;font-weight:900;display:grid;box-shadow:0 12px 28px #2997d742}.loader-spinner{display:none}.studio-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);height:76px;min-height:76px;box-shadow:var(--shadow-soft);background:#ffffffc7;border:1px solid #2997d729;border-radius:28px;grid-template-columns:auto 1fr auto;margin:12px 14px 0;padding:0 14px 0 18px}.brand{cursor:pointer;background:0 0;border:0;min-width:0;padding:0}.logo{max-width:164px;height:52px}.studio-nav{background:#e5f5ffd1;border:1px solid #2997d724;justify-self:center;gap:4px;padding:5px;box-shadow:inset 0 1px #fffc}.nav-btn{color:#365469;min-height:44px;padding:7px 13px;transition:background .18s,transform .18s,color .18s,box-shadow .18s}.nav-btn:hover{background:#ffffffb8;transform:translateY(-1px)}.nav-icon-wrap{align-items:center;gap:7px;display:inline-flex}.nav-icon-wrap img{width:20px;height:20px}.auth-button,.gallery-refresh-button{background:var(--ink);color:#fff;border:0;border-radius:999px;min-height:44px;padding:0 18px;font-weight:900;box-shadow:0 12px 28px #11263a2e}.account-dropdown{box-shadow:var(--shadow-pop);border:1px solid var(--line);border-radius:20px}.home-view{border-radius:34px;position:relative;overflow:auto}.home-view:before{content:"";pointer-events:none;opacity:.52;background-image:linear-gradient(90deg,#2997d717 1px,#0000 1px),linear-gradient(0deg,#2997d717 1px,#0000 1px);background-size:42px 42px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle at 50% 20%,#000,#0000 72%);mask-image:radial-gradient(circle at 50% 20%,#000,#0000 72%)}.home-hero-copy{z-index:1;text-align:center;max-width:980px;margin:12px auto 8px;padding:clamp(16px,3vw,30px) clamp(18px,5vw,46px) 0;position:relative}.home-kicker{color:var(--brand-dark);background:#fff;border-radius:999px;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex;box-shadow:0 8px 24px #2997d724}.home-kicker:before{content:"+";color:var(--coral);font-size:18px;line-height:1}.home-hero-copy h1{letter-spacing:-.07em;max-width:840px;color:var(--ink);margin:14px auto 8px;font-size:clamp(38px,7.2vw,86px);line-height:.92}.home-hero-copy p{max-width:640px;color:var(--muted);margin:0 auto;font-size:clamp(16px,1.6vw,20px);font-weight:650;line-height:1.45}.home-grid{z-index:1;gap:clamp(14px,2.2vw,28px);height:auto;min-height:min(520px,54vh);padding:clamp(14px,3vw,34px);position:relative}.home-card{border-radius:var(--radius-xl);min-height:min(520px,54vh);box-shadow:var(--shadow-pop);background:#fff;border:8px solid #ffffffd1}.home-card:after{content:"";z-index:2;background:linear-gradient(90deg,#0000 42%,#ffffffe6 42% 58%,#0000 58%),linear-gradient(#0000 42%,#ffffffe6 42% 58%,#0000 58%),#2997d7e6;border-radius:26px;width:78px;height:78px;position:absolute;top:18px;right:18px;transform:rotate(8deg);box-shadow:0 14px 32px #11263a2e}.home-card:nth-child(2):after{background:linear-gradient(90deg,#0000 42%,#ffffffe6 42% 58%,#0000 58%),linear-gradient(#0000 42%,#ffffffe6 42% 58%,#0000 58%),#ff7d54f0}.home-card-content{gap:12px;bottom:clamp(22px,4vw,48px)}.home-card-content strong{text-shadow:0 8px 22px #00000038;font-size:clamp(42px,6vw,82px)}.home-card-content span{color:#ffffffed;max-width:560px;font-size:clamp(15px,1.55vw,20px);font-weight:700}.tool-frame-view{box-shadow:var(--shadow-soft);background:#ffffffa8;border-radius:30px;overflow:hidden}.tool-frame-view iframe{opacity:1;background:#f8fcff}.tool-loading{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3}.page-card,.auth-card{box-shadow:var(--shadow-pop);border:1px solid #2997d724;border-radius:32px}.auth-card{background:linear-gradient(#fff,#f7fcff)}.auth-primary{background:var(--brand);box-shadow:0 12px 28px #2997d73d}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline-offset:3px;outline:4px solid #ffd43bcc!important}@media (width<=900px){body{background:linear-gradient(#f4fbff 0%,#fffaf0 100%)}.studio-topbar{border-radius:22px;gap:8px;margin:8px 8px 0;padding:0 10px;grid-template-columns:auto 1fr auto!important;height:66px!important;min-height:66px!important}.logo{max-width:126px!important;height:40px!important}.studio-nav{left:max(10px, env(safe-area-inset-left));right:max(10px, env(safe-area-inset-right));bottom:max(10px, env(safe-area-inset-bottom));z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border-radius:24px;justify-content:space-around;gap:5px;padding:7px;box-shadow:0 18px 42px #11263a38;position:fixed!important}.nav-btn{flex:1 1 0;min-width:0!important;min-height:50px!important;padding:5px 3px!important}.nav-icon-wrap{flex-direction:column;gap:2px}.nav-icon-wrap img{width:22px!important;height:22px!important}.nav-icon-wrap span{font-size:10px!important}.account-area{justify-self:end}.auth-button{min-height:40px;padding:0 12px;font-size:12px}.studio-main{padding:8px 8px calc(76px + env(safe-area-inset-bottom))}.home-view{border-radius:24px}.home-hero-copy{text-align:left;padding:18px 12px 4px}.home-hero-copy h1{max-width:10ch;margin-left:0;font-size:clamp(36px,11vw,58px)}.home-hero-copy p{margin-left:0;font-size:15px}.home-grid.two-options{gap:12px;min-height:0;padding:12px;grid-template-columns:1fr!important}.home-card{border-width:5px;border-radius:26px;min-height:235px}.home-card:after{border-radius:18px;width:56px;height:56px}.home-card-content strong{font-size:clamp(34px,12vw,48px)}.home-card-content span{max-width:32ch;font-size:14px}.tool-frame-view{border-radius:22px}}@media (orientation:landscape) and (height<=560px) and (width<=980px){.studio-topbar{margin-top:6px;height:56px!important;min-height:56px!important}.studio-main{padding:6px 6px calc(62px + env(safe-area-inset-bottom))}.studio-nav{border-radius:18px;padding:4px;bottom:6px;left:12px;right:12px}.nav-btn{min-height:42px!important}.nav-icon-wrap{flex-direction:row;gap:4px}}:root{--pp-official-blue:#168bd0;--pp-official-blue-dark:#075f94;--pp-sky:#eaf7ff;--pp-sky-2:#f5fbff;--pp-ink-strong:#102a43;--pp-text:#244255;--pp-muted-text:#647b8b;--pp-border:#10568724;--pp-yellow:#ffd23f;--pp-red:#f2644f;--pp-green:#54b96b;--pp-card-shadow:0 18px 46px #12568821;--pp-tight-shadow:0 10px 24px #1256881c}html,body{color:var(--pp-text)!important;background:linear-gradient(#ffffffc7,#fffffff0),linear-gradient(135deg,#f4fbff 0%,#fff 46%,#fff8e6 100%)!important}body:before,.home-view:before,.loader-card:before,.home-kicker:before,.home-card:after,.v81-gallery-card .v56-view-comments-btn:after{content:none!important}.studio-topbar{border-color:var(--pp-border)!important;background:#ffffffe6!important;border-radius:22px!important;grid-template-columns:auto auto minmax(0,1fr) auto!important;gap:12px!important;box-shadow:0 10px 30px #1044691f!important}.brand-home-button{align-items:center!important;min-height:52px!important;display:inline-flex!important}.studio-nav{border-color:var(--pp-border)!important;background:#edf8ff!important;border-radius:999px!important}.nav-btn{color:#31556b!important;border-radius:999px!important;font-weight:850!important}.nav-btn.active{color:var(--pp-official-blue-dark)!important;box-shadow:0 8px 20px #168bd029!important}.auth-button,.gallery-refresh-button{background:var(--pp-official-blue)!important;box-shadow:0 10px 22px #168bd038!important}.auth-button.is-admin{background:var(--pp-ink-strong)!important}.studio-main{padding:16px!important}.home-view{border:1px solid var(--pp-border);box-shadow:var(--pp-tight-shadow);background:linear-gradient(#fffc,#f5fbfff0)!important}.home-hero-copy{gap:12px;display:grid;text-align:left!important;max-width:1180px!important}.home-kicker{border:1px solid #168bd029;justify-self:start;color:var(--pp-official-blue-dark)!important;box-shadow:none!important;background:#e8f6ff!important}.home-hero-copy h1{max-width:780px!important;color:var(--pp-ink-strong)!important;letter-spacing:0!important;margin:0!important;font-size:clamp(2.4rem,6vw,5.8rem)!important;line-height:1.03!important}.home-hero-copy p{max-width:58ch!important;color:var(--pp-muted-text)!important;margin:0!important;font-size:clamp(1rem,1.4vw,1.25rem)!important;font-weight:700!important}.home-grid.two-options{align-items:stretch!important;min-height:0!important}.home-card{isolation:isolate;min-height:clamp(320px,44vh,520px)!important;box-shadow:var(--pp-card-shadow)!important;border:1px solid #ffffffdb!important;border-radius:18px!important}.home-card:focus-visible,.home-card:hover{transform:translateY(-3px)}.home-card-bg{transform:none!important}.home-card:hover .home-card-bg{transform:scale(1.035)!important}.home-card-overlay{background:linear-gradient(#05263e05 0%,#05263e2e 42%,#05263edb 100%)!important}.home-card-content{bottom:clamp(18px,3vw,38px)!important;left:clamp(18px,3vw,38px)!important;right:clamp(18px,3vw,38px)!important}.home-card-content strong{letter-spacing:0!important;font-size:clamp(2.1rem,4.5vw,4.4rem)!important;line-height:1.02!important}.home-card-content span{max-width:44ch!important;font-size:clamp(.95rem,1.2vw,1.12rem)!important;line-height:1.42!important}.tool-frame-view{border:1px solid var(--pp-border)!important;box-shadow:var(--pp-tight-shadow)!important;background:#fff!important;border-radius:22px!important}.tool-loading{color:var(--pp-official-blue-dark)!important;font-weight:900!important}.tool-loading .loader-spinner.small{border-color:#168bd02e!important;border-top-color:var(--pp-official-blue)!important;display:block!important}.page-card,.gallery-page-card,.my-builds-page-card,.admin-page-card,.auth-card{border:1px solid var(--pp-border)!important;box-shadow:var(--pp-card-shadow)!important;background:#fffffff0!important;border-radius:22px!important}.gallery-page-card,.my-builds-page-card,.admin-page-card{padding:clamp(18px,3vw,34px)!important}.gallery-header,.my-builds-header,.admin-header{border-bottom:1px solid #1056871a;margin-bottom:16px;padding-bottom:16px;align-items:center!important}.gallery-header:before{content:"Gallery";color:var(--pp-ink-strong);font-size:clamp(2rem,4vw,3.7rem);font-weight:900;line-height:1}#galleryStatus,.gallery-status{color:var(--pp-muted-text)!important;font-weight:800!important}#galleryGrid,.real-gallery-grid,.my-builds-grid,.admin-grid{gap:18px!important}.gallery-build-card,.v55-gallery-card,.v81-gallery-card,.my-build-card,.admin-build-card{border:1px solid #1056871f!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 12px 28px #1256881a!important}.gallery-build-thumb,.my-build-preview,.v55-gallery-preview,.admin-build-thumb{background:linear-gradient(135deg,#edf8ff,#fff)!important}.auth-modal{z-index:50000!important}.auth-card{width:min(460px,100vw - 28px)!important;padding:clamp(22px,4vw,34px)!important}.auth-icon{background:#eef8ff!important}.auth-tabs{background:#eef8ff!important;border-radius:999px!important;padding:5px!important}.auth-tab{border-radius:999px!important;min-height:44px!important}.auth-input,.gallery-comment-form textarea{border-color:#1056872e!important;border-radius:14px!important;min-height:46px!important}.gallery-lightbox-shell,.admin-review-shell{border:1px solid #ffffffb8!important;border-radius:22px!important}@media (width<=1024px){.studio-topbar{grid-template-columns:auto auto 1fr auto!important}}@media (width<=900px){.studio-topbar{grid-template-rows:1fr!important;grid-template-columns:auto auto 1fr!important;gap:8px!important;height:64px!important;min-height:64px!important}.account-area{right:10px;top:calc(72px + env(safe-area-inset-top));z-index:85;position:absolute}.auth-button{min-height:38px!important;box-shadow:0 8px 20px #168bd033!important}.studio-nav{left:max(12px, env(safe-area-inset-left))!important;right:max(12px, env(safe-area-inset-right))!important;bottom:max(12px, env(safe-area-inset-bottom))!important;border-radius:22px!important;padding:6px!important}.nav-btn{border-radius:17px!important;min-height:54px!important}.studio-main{padding:8px 8px calc(82px + env(safe-area-inset-bottom))!important}.home-hero-copy{padding:18px 14px 4px!important}.home-hero-copy h1{max-width:11ch!important;font-size:clamp(2.3rem,10vw,3.8rem)!important}.home-grid.two-options{gap:12px!important}.home-card{border-radius:16px!important;min-height:230px!important}.tool-frame-view{border-radius:16px!important}}@media (width<=640px){.logo{max-width:104px!important}.account-area{top:calc(68px + env(safe-area-inset-top))}.auth-button{padding:0 10px!important;font-size:11px!important}.nav-icon-wrap span{font-size:9px!important}.gallery-header:before{font-size:2rem}}.studio-topbar{grid-template-columns:auto minmax(0,1fr) auto!important}@media (width<=900px){.studio-topbar{top:max(8px, env(safe-area-inset-top))!important;z-index:120!important;height:auto!important;min-height:0!important;padding:0 max(10px, env(safe-area-inset-right)) 0 max(10px, env(safe-area-inset-left))!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;pointer-events:none!important;background:0 0!important;border:0!important;justify-content:center!important;align-items:flex-start!important;margin:0!important;display:flex!important;position:fixed!important;left:0!important;right:0!important}.brand-home-button{display:none!important}.studio-nav{pointer-events:auto!important;-webkit-backdrop-filter:blur(16px)!important;backdrop-filter:blur(16px)!important;background:#ffffffdb!important;border:1px solid #168bd02e!important;width:auto!important;max-width:calc(100vw - 20px)!important;margin:0!important;position:relative!important;top:0!important;bottom:auto!important;transform:none!important;box-shadow:0 12px 28px #1044692e!important}.nav-btn{min-width:44px!important;min-height:44px!important;padding:4px 6px!important}.nav-icon-wrap img{width:21px!important;height:21px!important}.studio-main{padding:0!important}.tool-frame-view{box-shadow:none!important;border:0!important;border-radius:0!important}.account-area{display:none!important}.home-view,.simple-page{padding-top:84px!important}.home-hero-copy{gap:10px!important;padding:10px 14px 8px!important}.home-hero-copy h1{max-width:12ch!important;font-size:clamp(2.35rem,9vw,3.55rem)!important;line-height:1.06!important}.home-hero-copy p{font-size:.98rem!important;line-height:1.4!important}.home-grid.two-options{padding:10px 12px 16px!important}.home-card{min-height:205px!important}.home-card-content strong{font-size:clamp(1.9rem,8vw,2.8rem)!important}.gallery-page-card,.my-builds-page-card,.admin-page-card{padding:16px!important}.gallery-header,.gallery-header-clean{grid-template-columns:1fr auto!important;align-items:center!important;gap:10px!important;margin-bottom:14px!important;padding-bottom:12px!important;display:grid!important}.gallery-header:before{font-size:clamp(2rem,9vw,3rem)!important;line-height:1.05!important}#refreshGalleryBtn.icon-refresh-button,.gallery-refresh-button{width:46px!important;min-width:46px!important;height:46px!important;padding:0!important;position:static!important}}@media (orientation:landscape) and (height<=560px) and (width<=980px){.home-view,.simple-page{padding-top:58px!important}.studio-nav{transform-origin:top!important;transform:scale(.92)!important}}.home-hero-copy,.home-card-content span{display:none!important}.home-view{align-content:center!important}.home-grid.two-options{height:100%!important;min-height:0!important}@media (width>=901px){.studio-topbar{grid-template-columns:auto auto minmax(0,1fr) auto!important}}@media (width<=900px){.studio-topbar{width:100%!important;padding-left:max(8px, env(safe-area-inset-left))!important;padding-right:max(8px, env(safe-area-inset-right))!important;grid-template-rows:auto!important;grid-template-columns:minmax(64px,1fr) auto minmax(64px,1fr)!important;justify-content:center!important;align-items:start!important;column-gap:12px!important;display:grid!important}.studio-nav{grid-area:1/2!important;place-self:start center!important}.account-area{pointer-events:auto!important;grid-area:1/3!important;justify-self:start!important;min-width:0!important;margin-top:8px!important;margin-left:12px!important;display:block!important;position:static!important}.auth-button{white-space:nowrap!important;min-height:34px!important;padding:0 12px!important;font-size:12px!important}.home-view{padding-top:70px!important}.home-grid.two-options{grid-template-columns:1fr!important;gap:12px!important;padding:10px 12px 14px!important}.home-card{min-height:min(38dvh,310px)!important}.home-card-content span{display:none!important}}@media (width<=430px){.studio-topbar{grid-template-columns:minmax(50px,1fr) auto minmax(56px,1fr)!important;column-gap:10px!important}.studio-nav{padding:4px!important}.nav-btn{min-width:37px!important;padding:4px!important}.auth-button{min-width:58px!important;padding:0 8px!important}}@media (width<=360px){.studio-topbar{grid-template-columns:minmax(42px,1fr) auto minmax(50px,1fr)!important;column-gap:4px!important}.nav-btn{min-width:32px!important;padding:3px!important}.nav-icon-wrap span{display:none!important}.auth-button{min-width:48px!important;padding:0 6px!important;font-size:10px!important}}.v81-gallery-card .v56-view-comments-btn{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;border:1px solid #168bd038!important;justify-content:center!important;align-items:center!important;font-size:14px!important;font-weight:900!important;display:inline-flex!important}.v81-gallery-card .v56-view-comments-btn:after{content:none!important}@media (width<=900px){#gallery.simple-page{padding-top:100px!important}#gallery .gallery-page-card{margin-top:0!important}#gallery .gallery-header,#gallery .gallery-header-clean{justify-content:space-between!important;align-items:center!important;min-height:52px!important;display:flex!important;position:relative!important}#gallery .gallery-header:before{min-width:0!important;display:block!important;position:static!important}}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--pp-polish-ring:0 0 0 1px #0000000f, 0 2px 5px #113e610d;--pp-polish-ring-hover:0 0 0 1px #00000014, 0 8px 22px #113e611c;--pp-polish-lift:0 18px 42px #113e6121;--pp-polish-blue-shadow:0 12px 26px #168bd033;--pp-polish-ease:cubic-bezier(.2, 0, 0, 1)}h1,h2,h3,.gallery-header:before,.home-card-content strong,.auth-card h2{text-wrap:balance}p,li,.home-card-content span,.auth-card p,.gallery-status,#galleryStatus,.gallery-build-content,.my-build-content,.account-dropdown button{text-wrap:pretty}.mosaic-info-mini,.builder-info-mini,.status-badge,.gallery-build-content strong,.my-build-content strong{font-variant-numeric:tabular-nums}.home-card-image,.gallery-build-thumb img,.my-build-preview img,.admin-build-thumb img,.gallery-lightbox-preview img{outline-offset:-1px;outline:1px solid #0000001a}.studio-nav,.account-dropdown,.gallery-page-card,.my-builds-page-card,.admin-page-card,.auth-card,.gallery-lightbox-shell,.admin-review-shell{box-shadow:var(--pp-polish-ring), 0 16px 38px #12568814!important}.studio-nav{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffdb!important}.nav-btn:hover,.auth-button:hover,.gallery-refresh-button:hover,.icon-refresh-button:hover,.my-build-action:hover,.approve-button:hover,.reject-button:hover{box-shadow:var(--pp-polish-ring-hover)!important}.nav-btn.active{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;box-shadow:inset 0 0 0 1px #168bd02e,0 8px 18px #1256881a!important}.home-card{box-shadow:var(--pp-polish-ring), 0 18px 36px #1256881f!important;transition-property:transform,box-shadow,filter!important;transition-duration:.2s!important;transition-timing-function:var(--pp-polish-ease)!important}.home-card:hover{transform:translateY(-2px);box-shadow:var(--pp-polish-ring-hover), var(--pp-polish-lift)!important}.home-card:active{transform:scale(.96)}.home-card-content{text-shadow:0 2px 12px #00000047}.gallery-build-card,.my-build-card,.admin-build-card{box-shadow:var(--pp-polish-ring), 0 12px 28px #12568817!important;transition-property:transform,box-shadow!important;transition-duration:.18s!important;transition-timing-function:var(--pp-polish-ease)!important}.gallery-build-card:hover,.my-build-card:hover,.admin-build-card:hover{transform:translateY(-2px);box-shadow:var(--pp-polish-ring-hover), 0 18px 36px #12568821!important}.v81-gallery-card .v56-view-comments-btn{min-height:44px!important;box-shadow:var(--pp-polish-ring)!important;border-radius:14px!important}.auth-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-card{border-radius:24px!important}.auth-input,.gallery-comment-form textarea,.account-dropdown{box-shadow:inset 0 0 0 1px #0000000a!important}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline-offset:3px!important;outline:4px solid #ffd23fdb!important}button:disabled,[aria-disabled=true]{opacity:.55!important;cursor:not-allowed!important;box-shadow:none!important}@media (width<=900px){.studio-main{padding-left:8px!important;padding-right:8px!important}.home-grid.two-options{align-content:start!important}.gallery-page-card,.my-builds-page-card,.admin-page-card{border-radius:20px!important}.gallery-build-card,.my-build-card,.admin-build-card{border-radius:18px!important}.auth-card{border-radius:22px!important}}@media (width>=901px){.studio-nav{z-index:125!important;place-self:auto!important;margin:0!important;position:fixed!important;inset:16px auto auto 50%!important;transform:translate(-50%)!important}.account-area{z-index:126!important;margin:0!important;position:fixed!important;top:20px!important;right:clamp(18px,3vw,64px)!important}}.profile-hero-card{background:radial-gradient(circle at 12% 12%,#ffd43b2e,#0000 32%),linear-gradient(135deg,#fff 0%,#f2fbff 100%)!important;border-radius:28px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;padding:clamp(18px,2.4vw,26px)!important;display:grid!important;box-shadow:0 0 0 1px #168bd01f,0 18px 44px #113e611f!important}.profile-avatar-large{border-radius:22px!important;width:72px!important;height:72px!important;font-size:1.6rem!important}.profile-avatar-img{object-fit:cover;background:#e9f6ff;border-radius:14px;width:42px;height:42px;box-shadow:0 0 0 1px #168bd02e}.profile-avatar-img.profile-avatar-large{border-radius:22px!important;width:72px!important;height:72px!important}.gallery-comment-avatar img,.leaderboard-avatar.profile-avatar-img{border-radius:inherit;object-fit:cover;width:100%;height:100%}.profile-picture-picker{background:linear-gradient(145deg,#ffffffeb,#e7f7ffe6);border:1px solid #168bd029;border-radius:22px;grid-template-columns:repeat(auto-fill,minmax(72px,1fr));gap:12px;max-height:min(56vh,420px);margin:12px 0 14px;padding:12px;display:grid;overflow:auto;box-shadow:inset 0 0 0 1px #ffffffa6}.profile-picture-option{aspect-ratio:1;cursor:pointer;background:#fff;border:2px solid #168bd02e;border-radius:20px;place-items:center;width:100%;padding:4px;transition:transform .16s,border-color .16s,box-shadow .16s,background .16s;display:grid;position:relative;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 0 0 1px #ffffffeb,0 8px 18px #113e611a}.profile-picture-option:hover,.profile-picture-option.is-selected{background:#f8fdff;border-color:#168bd0;transform:translateY(-3px)scale(1.02);box-shadow:0 0 0 4px #168bd01a,0 14px 28px #168bd033}.profile-picture-option:active,.profile-picture-option.is-pressing{transform:translateY(0)scale(.96);box-shadow:0 0 0 4px #168bd02e,0 7px 15px #168bd029}.profile-picture-option:focus-visible{outline-offset:3px;outline:4px solid #168bd042}.profile-picture-option img{object-fit:cover;border-radius:15px;width:100%;height:100%;transition:transform .16s,filter .16s}.profile-picture-option:hover img{filter:saturate(1.08);transform:scale(1.06)}.profile-picture-option.is-selected:after{content:"";pointer-events:none;border-radius:16px;position:absolute;inset:6px;box-shadow:inset 0 0 0 3px #ffffffb8}.profile-picture-option.is-image-error{display:none}.profile-picture-modal{z-index:5000;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.profile-picture-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a1c2a73;position:absolute;inset:0}.profile-picture-card{background:#fff;border-radius:28px;width:min(620px,100%);max-height:min(760px,86vh);padding:24px;position:relative;overflow:auto;box-shadow:0 24px 70px #113e613d}.profile-picture-close{color:#075f94;background:#eaf7ff;border:0;border-radius:50%;width:44px;height:44px;font-size:26px;font-weight:900;position:absolute;top:16px;right:16px}.profile-picture-picker-large{grid-template-columns:repeat(auto-fill,minmax(86px,1fr));max-height:560px}.profile-hero-copy,.creator-profile-copy{gap:6px!important;min-width:0!important;display:grid!important}.profile-name-row{flex-wrap:wrap!important;align-items:center!important;gap:10px!important;display:flex!important}.profile-name-row strong{color:var(--pp-ink-strong,#102f48)!important;font-size:clamp(1.35rem,2.4vw,2rem)!important;font-weight:950!important}.profile-actions{flex-wrap:wrap!important;justify-content:flex-end!important;gap:10px!important;display:flex!important}.profile-actions button,.profile-card button{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;min-height:44px!important;font:inherit!important;border:0!important;border-radius:16px!important;padding:0 16px!important;font-weight:950!important;box-shadow:0 12px 26px #168bd02e!important}.profile-actions button:last-child{color:#075f94!important;background:#eaf7ff!important;box-shadow:inset 0 0 0 1px #168bd024!important}.profile-actions .profile-locked-button{color:#58748c!important;cursor:default!important;opacity:1!important;background:#edf6fb!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.profile-public-section{background:#fff!important;border-radius:26px!important;margin:16px 0 18px!important;padding:clamp(16px,2vw,22px)!important;box-shadow:0 0 0 1px #168bd01a,0 14px 34px #113e6114!important}.profile-section-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:14px!important;display:flex!important}.profile-section-head h2,.creator-profile-card h3{color:var(--pp-ink-strong,#102f48)!important;margin:0!important;font-size:clamp(1.25rem,2vw,1.7rem)!important;font-weight:950!important}.profile-section-head span,.creator-profile-meta{color:var(--pp-ink-muted,#59728a)!important;font-weight:850!important}.profile-public-grid,.creator-profile-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))!important;gap:14px!important;display:grid!important}.profile-build-card{cursor:pointer!important;background:#edf8ff!important;border:0!important;border-radius:22px!important;height:clamp(170px,18vw,240px)!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #168bd024,0 12px 28px #113e6114!important}#leaderboard .leaderboard-page-card{width:min(760px,100%)!important;padding:clamp(18px,2.4vw,28px)!important;overflow:hidden!important}#leaderboard .gallery-header-clean h1{font-size:clamp(2.1rem,4.6vw,4rem)!important}#leaderboard .leaderboard-grid{gap:12px!important;max-height:none!important;display:grid!important;overflow:visible!important}#leaderboard .leaderboard-card{text-align:left!important;cursor:pointer!important;background:#fff!important;border:0!important;border-radius:20px!important;grid-template-columns:48px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;width:100%!important;min-height:0!important;padding:14px 16px!important;transition:transform .16s,box-shadow .16s!important;display:grid!important;box-shadow:0 0 0 1px #168bd01a,0 14px 28px #113e611a!important}#leaderboard .leaderboard-card:hover{transform:translateY(-2px)!important;box-shadow:0 0 0 1px #168bd029,0 18px 36px #113e6124!important}#leaderboard .leaderboard-card.rank-1,#leaderboard .leaderboard-card.rank-2,#leaderboard .leaderboard-card.rank-3{background:radial-gradient(circle at 86% 18%,#ffd43b3d,#0000 28%),linear-gradient(135deg,#fff,#eef9ff)!important;min-height:96px!important}#leaderboard .leaderboard-rank{color:#075f94!important;background:#eaf7ff!important;border-radius:16px!important;place-items:center!important;width:44px!important;height:44px!important;padding:0!important;font-size:1.1rem!important;font-weight:950!important;display:grid!important}#leaderboard .rank-1 .leaderboard-rank{color:#102f48!important;background:#ffd43b!important}#leaderboard .leaderboard-main{grid-template-columns:auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;min-width:0!important;display:grid!important}#leaderboard .leaderboard-name{color:var(--pp-ink-strong,#102f48)!important;text-overflow:ellipsis!important;white-space:nowrap!important;font-size:clamp(1.05rem,1.5vw,1.35rem)!important;font-weight:950!important;overflow:hidden!important}#leaderboard .leaderboard-stats{flex-wrap:wrap!important;justify-content:flex-end!important;gap:8px!important;display:flex!important}#leaderboard .leaderboard-stats span{color:#096da8!important;background:#eaf7ff!important;border-radius:999px!important;justify-content:center!important;gap:5px!important;min-width:86px!important;padding:8px 10px!important;font-weight:900!important;display:inline-flex!important}#leaderboard .leaderboard-stats strong{color:#075f94!important;font-weight:950!important}.creator-profile-card{width:min(920px,100%)!important}.creator-profile-stats{flex-wrap:wrap!important;gap:10px!important;margin:0 0 18px!important;display:flex!important}.creator-profile-stats span{color:#096da8!important;background:#eaf7ff!important;border-radius:999px!important;padding:9px 12px!important;font-weight:900!important}#profile.simple-page{padding-top:clamp(118px,11vh,170px)!important}.public-profile-page-card{width:min(1120px,100%)!important;padding:clamp(16px,2.4vw,30px)!important}.public-profile-panel{gap:18px!important;display:grid!important}.public-profile-hero{grid-template-columns:auto auto minmax(0,1fr) auto!important;position:relative!important}.public-profile-back{color:#075f94!important;min-height:44px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:16px!important;padding:0 16px!important;font-weight:950!important;box-shadow:inset 0 0 0 1px #168bd024!important}.public-profile-hero .creator-profile-stats{justify-content:flex-end!important;margin:0!important}@media (width<=760px){.profile-hero-card{text-align:center!important;grid-template-columns:1fr!important;justify-items:center!important}.profile-name-row,.profile-actions,.profile-section-head{justify-content:center!important}.profile-section-head{flex-direction:column!important}.profile-public-grid,.creator-profile-grid{grid-template-columns:1fr!important}.profile-build-card{height:clamp(260px,72vw,390px)!important}#profile.simple-page{padding-top:96px!important}.public-profile-hero{grid-template-columns:1fr!important}.public-profile-back{justify-self:start!important}.public-profile-hero .creator-profile-stats{justify-content:center!important}#leaderboard .leaderboard-page-card{padding:16px!important}#leaderboard .leaderboard-card{grid-template-columns:44px minmax(0,1fr)!important;align-items:start!important}#leaderboard .leaderboard-stats{grid-column:2!important;justify-content:flex-start!important}#leaderboard .leaderboard-stats span{min-width:0!important}}@media (width<=900px){.studio-nav{top:max(8px, env(safe-area-inset-top))!important;z-index:125!important;place-self:auto!important;margin:0!important;position:fixed!important;bottom:auto!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}.account-area{top:max(16px, calc(env(safe-area-inset-top) + 16px))!important;right:max(8px, env(safe-area-inset-right))!important;z-index:126!important;margin:0!important;position:fixed!important}}.gallery-lightbox-preview.is-3d-interactive .v49-builder-preview-frame,.shared-library-preview-large.is-3d-interactive .v49-builder-preview-frame,.admin-review-preview.is-3d-interactive .v49-builder-preview-frame{pointer-events:auto!important}.gallery-lightbox-preview.is-3d-interactive,.shared-library-preview-large.is-3d-interactive,.admin-review-preview.is-3d-interactive{cursor:grab}.gallery-lightbox-preview.is-3d-interactive:active,.shared-library-preview-large.is-3d-interactive:active,.admin-review-preview.is-3d-interactive:active{cursor:grabbing}.gallery-lightbox-preview.is-3d-interactive:after{content:none}.pp-gallery-viewer-controls{z-index:5;pointer-events:none;justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;bottom:14px;left:14px;right:14px}.pp-gallery-viewer-controls[hidden]{display:none!important}.pp-gallery-viewer-controls span,.pp-gallery-reset-view{color:var(--pp-official-blue-dark,#075f94);font:inherit;background:#ffffffe6;border:0;border-radius:999px;font-size:12px;font-weight:900;box-shadow:0 0 0 1px #0000000f,0 8px 18px #1256881f}.pp-gallery-viewer-controls span{padding:8px 12px}.pp-gallery-reset-view{cursor:pointer;pointer-events:auto;min-height:38px;transition-property:transform,background-color,box-shadow;transition-duration:.16s;transition-timing-function:var(--pp-polish-ease,cubic-bezier(.2, 0, 0, 1));padding:0 13px}.pp-gallery-reset-view:hover{background:#fff;box-shadow:0 0 0 1px #00000014,0 10px 22px #12568829}.pp-gallery-reset-view:active{transform:scale(.96)}.v49-builder-preview:not(.has-viewer-controls) .pp-gallery-viewer-controls{display:none}@media (width<=700px){.pp-gallery-viewer-controls{align-items:flex-end}.pp-gallery-viewer-controls span{max-width:14rem;line-height:1.2}}#home.home-view{background:radial-gradient(circle at 18% 8%,#ffd23f2e,#0000 28%),linear-gradient(#ffffffeb,#f1fafff5)!important;border-color:#168bd024!important;align-items:center!important;min-height:calc(100dvh - 112px)!important;padding:clamp(18px,3vw,34px)!important;display:grid!important}#home .home-hero-copy{display:none!important}#home .home-grid.two-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;gap:clamp(16px,2vw,24px)!important;width:min(1180px,100%)!important;height:auto!important;margin:0 auto!important;padding:0!important;display:grid!important}#home .home-card{transform:translateY(0);min-height:clamp(360px,56vh,620px)!important;transition-property:transform,box-shadow,filter!important;transition-duration:.18s!important;transition-timing-function:var(--pp-polish-ease,cubic-bezier(.2, 0, 0, 1))!important;background:#e8f6ff!important;border-radius:24px!important;box-shadow:0 0 0 1px #ffffffe0,0 18px 42px #113e6124!important}#home .home-card:after{content:none!important}#home .home-card:hover,#home .home-card:focus-visible{transform:translateY(-3px);box-shadow:0 0 0 1px #fffffff2,0 24px 54px #113e612e!important}#home .home-card:active{transform:scale(.96)}#home .home-card-bg{transition-property:transform,filter!important;transition-duration:.26s!important;transition-timing-function:var(--pp-polish-ease,cubic-bezier(.2, 0, 0, 1))!important;transform:scale(1.01)!important}#home .home-card:hover .home-card-bg,#home .home-card:focus-visible .home-card-bg{filter:saturate(1.06)contrast(1.03);transform:scale(1.045)!important}#home .home-card-overlay{background:linear-gradient(#06243a00 0%,#06243a24 48%,#06243ad1 100%)!important}#home .home-card-content{gap:0!important;bottom:clamp(20px,3vw,40px)!important;left:clamp(20px,3vw,40px)!important;right:clamp(20px,3vw,40px)!important}#home .home-card-content strong{text-shadow:0 4px 18px #00000061;border-radius:14px;width:fit-content;max-width:100%;padding:.08em .18em .12em;display:inline-block;color:#fff!important;letter-spacing:0!important;font-size:clamp(2.35rem,5vw,4.9rem)!important;line-height:.96!important}#home .home-card-content span{display:none!important}@media (width<=900px){#home.home-view{align-items:start!important;min-height:calc(100dvh - 92px)!important;padding:86px 12px 16px!important}#home .home-grid.two-options{grid-template-columns:1fr!important;gap:14px!important}#home .home-card{border-radius:20px!important;min-height:clamp(230px,36dvh,330px)!important}#home .home-card-content strong{font-size:clamp(2.05rem,10vw,3.4rem)!important}}@media (width<=520px){#home.home-view{padding-left:10px!important;padding-right:10px!important}#home .home-card{min-height:min(33dvh,285px)!important}}.studio-topbar{pointer-events:none}.studio-topbar>*{pointer-events:auto}.studio-nav{scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;max-width:min(100%,520px)!important;overflow:auto hidden!important}.studio-nav::-webkit-scrollbar{display:none}.nav-btn{color:#386278!important;flex:none!important;min-width:58px!important}.nav-btn img{opacity:.86;transition-property:transform,opacity,filter!important;transition-duration:.16s!important;transition-timing-function:var(--pp-polish-ease,cubic-bezier(.2, 0, 0, 1))!important}.nav-btn:hover img,.nav-btn.active img{opacity:1;transform:translateY(-1px)}.nav-btn.active{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important}.auth-button{text-overflow:ellipsis!important;max-width:clamp(72px,18vw,180px)!important;overflow:hidden!important}@media (width>=901px){.studio-nav{max-width:min(52vw,560px)!important}}@media (width<=900px){.studio-nav{min-width:0!important;max-width:calc(100vw - 184px)!important;padding:4px!important}.nav-btn{min-width:42px!important;min-height:46px!important}.account-area{max-width:calc(50vw + min(100vw - 184px,320px)/-2 - 8px)!important}.auth-button{width:100%!important;min-width:58px!important}}@media (width<=430px){.studio-nav{max-width:calc(100vw - 168px)!important}.nav-btn{min-width:38px!important;min-height:44px!important}}#gallery.simple-page{padding-top:clamp(86px,9vw,118px)!important}#gallery .gallery-page-card{background:#fffffff0!important;border-radius:24px!important;width:min(1180px,100%)!important;margin:0 auto!important;padding:clamp(18px,3vw,30px)!important;box-shadow:0 0 0 1px #168bd01a,0 20px 48px #113e611a!important}#gallery .gallery-header,#gallery .gallery-header-clean{border-bottom:1px solid #168bd01f!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;height:auto!important;min-height:56px!important;margin:0 0 14px!important;padding:0 0 14px!important;display:flex!important;position:relative!important;overflow:visible!important}#gallery .gallery-header:before{content:"Gallery"!important;min-width:0!important;color:var(--pp-ink-strong,#102f48)!important;letter-spacing:0!important;font-size:clamp(2rem,4vw,3.3rem)!important;font-weight:950!important;line-height:.96!important;display:block!important}#gallery .gallery-title-icon{display:none!important}#gallery #refreshGalleryBtn.icon-refresh-button{opacity:1!important;background:var(--pp-official-blue,#168bd0)!important;border-radius:16px!important;flex:none!important;width:48px!important;min-width:48px!important;height:48px!important;position:static!important;box-shadow:0 10px 22px #168bd033!important}#gallery #refreshGalleryBtn.icon-refresh-button:hover{transform:translateY(-1px);box-shadow:0 14px 28px #168bd03d!important}#galleryStatus.gallery-status-clean,#gallery #galleryStatus{color:#527086!important;min-height:24px!important;margin:0 0 18px!important;font-size:.95rem!important;font-weight:850!important}#galleryGrid.real-gallery-grid,#gallery #galleryGrid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr))!important;gap:clamp(14px,2vw,20px)!important;display:grid!important}#gallery .v81-gallery-card{background:#fff!important;border:0!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 0 0 1px #168bd01a,0 14px 30px #113e611a!important}#gallery .v81-gallery-card:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #168bd029,0 22px 46px #113e6126!important}#gallery .v55-gallery-preview{background:linear-gradient(135deg,#edf8ff,#fafdff)!important;border-radius:18px 18px 0 0!important;height:clamp(190px,24vw,250px)!important}#gallery .v55-gallery-content{gap:12px!important;padding:14px!important;display:grid!important}#gallery .v55-gallery-title-row strong{color:var(--pp-ink-strong,#102f48)!important;font-size:1.02rem!important;line-height:1.18!important}#leaderboard.simple-page{padding-top:clamp(86px,9vw,118px)!important}#leaderboard .leaderboard-page-card{background:#fffffff0!important;border-radius:24px!important;width:min(900px,100%)!important;margin:0 auto!important;padding:clamp(18px,3vw,30px)!important;box-shadow:0 0 0 1px #168bd01a,0 20px 48px #113e611a!important}#leaderboard .gallery-header-clean{border-bottom:1px solid #168bd01f!important;justify-content:space-between!important;align-items:center!important;gap:14px!important;height:auto!important;min-height:0!important;margin:0 0 14px!important;padding:0 0 14px!important;display:flex!important;position:relative!important;overflow:visible!important}#leaderboard .gallery-header-clean:before{content:none!important}#leaderboard .gallery-header-clean h1{color:var(--pp-ink-strong,#102f48)!important;text-wrap:balance!important;margin:0!important;font-size:clamp(2rem,4vw,3.2rem)!important;font-weight:950!important;line-height:1!important}#leaderboard .gallery-header-clean p{color:#527086!important;margin:8px 0 0!important;font-weight:800!important}#leaderboard #refreshLeaderboardBtn{background:var(--pp-official-blue,#168bd0)!important;border-radius:16px!important;flex:none!important;width:48px!important;min-width:48px!important;height:48px!important;box-shadow:0 10px 22px #168bd033!important}#leaderboardStatus{margin:0 0 16px!important}#gallery .v81-gallery-card .v56-view-comments-btn{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;border:0!important;border-radius:14px!important;width:100%!important;min-height:44px!important;box-shadow:0 10px 22px #168bd02e!important}#gallery .v81-gallery-card .v56-view-comments-btn:hover{background:#0f7fbd!important}@media (width<=700px){#gallery.simple-page{padding:86px 10px 18px!important}#gallery .gallery-page-card{border-radius:22px!important;padding:16px!important}#gallery .gallery-header:before{font-size:clamp(2rem,10vw,2.7rem)!important}#galleryGrid.real-gallery-grid,#gallery #galleryGrid{grid-template-columns:1fr!important}#gallery .v55-gallery-preview{height:min(48vw,270px)!important;min-height:205px!important}}#my-builds.simple-page{padding-top:clamp(86px,9vw,118px)!important}#my-builds .my-builds-page-card{background:radial-gradient(circle at 12% 0,#ffd23f26,#0000 30%),#fffffff0!important;border-radius:24px!important;width:min(1180px,100%)!important;margin:0 auto!important;padding:clamp(18px,3vw,30px)!important;box-shadow:0 0 0 1px #168bd01a,0 20px 48px #113e611a!important}#my-builds .my-builds-header{border-bottom:1px solid #168bd01f!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;margin:0 0 16px!important;padding:0 0 14px!important;display:flex!important}#my-builds .my-builds-header h1{color:var(--pp-ink-strong,#102f48)!important;margin:0!important;font-size:clamp(2rem,4vw,3.3rem)!important;font-weight:950!important;line-height:.96!important}#my-builds .my-builds-header p{color:#527086!important;max-width:42ch!important;margin:8px 0 0!important;font-weight:750!important;line-height:1.35!important}#my-builds #refreshMyBuildsBtn{background:var(--pp-official-blue,#168bd0)!important;color:#fff!important;border-radius:16px!important;flex:none!important;place-items:center!important;width:54px!important;min-width:54px!important;min-height:46px!important;padding:0!important;display:inline-grid!important;box-shadow:0 10px 22px #168bd033!important}#my-builds #refreshMyBuildsBtn img{filter:brightness(0)invert()!important;width:24px!important;height:24px!important}#myBuildsStatus.gallery-status{color:#527086!important;min-height:24px!important;margin:0 0 18px!important;font-size:.95rem!important;font-weight:850!important}#myBuildsGrid.my-builds-grid{grid-template-columns:repeat(auto-fill,minmax(245px,1fr))!important;gap:clamp(14px,2vw,20px)!important;display:grid!important}#my-builds .my-build-card{background:#fff!important;border:0!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 0 0 1px #168bd01a,0 14px 30px #113e611a!important}#my-builds .my-build-card:hover{transform:translateY(-3px);box-shadow:0 0 0 1px #168bd029,0 22px 46px #113e6126!important}#my-builds .my-build-preview{background:linear-gradient(135deg,#edf8ff,#fafdff)!important;border-radius:18px 18px 0 0!important;height:clamp(190px,24vw,250px)!important}#my-builds .my-build-content{gap:10px!important;padding:14px!important;display:grid!important}#my-builds .my-build-title-row strong{color:var(--pp-ink-strong,#102f48)!important;font-size:1.02rem!important;line-height:1.18!important}#my-builds .my-build-meta{color:#5f788b!important;font-size:.84rem!important;font-weight:800!important}#my-builds .status-badge{letter-spacing:0!important;border-radius:999px!important;place-items:center!important;min-width:34px!important;height:30px!important;padding:0 9px!important;font-size:.82rem!important;display:inline-grid!important}#my-builds .my-build-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;margin-top:2px!important;display:grid!important}#my-builds .my-build-action{min-height:44px!important;color:var(--pp-official-blue-dark,#075f94)!important;background:#e8f6ff!important;border:0!important;border-radius:14px!important;box-shadow:0 0 0 1px #168bd024!important}#my-builds .my-build-action:hover{background:#dff2ff!important;box-shadow:0 8px 18px #168bd024!important}#my-builds .my-build-action img{width:22px!important;height:22px!important}#my-builds .my-build-action.danger{background:#fff1ee!important;box-shadow:0 0 0 1px #e74c3c2e!important}#my-builds .my-build-action.danger:hover{background:#ffe7e1!important}#my-builds .v50-empty-state{background:#f2f9ff!important;border:0!important;border-radius:22px!important;min-height:240px!important;box-shadow:inset 0 0 0 1px #168bd01f!important}@media (width<=700px){#my-builds.simple-page{padding:86px 10px 18px!important}#my-builds .my-builds-page-card{border-radius:22px!important;padding:16px!important}#my-builds .my-builds-header{align-items:flex-start!important}#my-builds .my-builds-header h1{font-size:clamp(2rem,10vw,2.7rem)!important}#my-builds #refreshMyBuildsBtn{width:48px!important;min-width:48px!important;padding:0!important}#myBuildsGrid.my-builds-grid{grid-template-columns:1fr!important}#my-builds .my-build-preview{height:min(48vw,270px)!important;min-height:205px!important}}:root{--pp-nav-side-gap:16px;--pp-account-reserve:clamp(74px, 13vw, 178px);--pp-nav-max-safe:min(560px, calc(100vw - var(--pp-account-reserve) - 120px))}.account-area{max-width:var(--pp-account-reserve)!important}@media (width>=901px){.studio-nav{top:16px!important}.account-area{top:18px!important}}@media (width<=900px){:root{--pp-nav-side-gap:8px;--pp-account-reserve:clamp(62px, 16vw, 92px);--pp-nav-max-safe:min(320px, calc(100vw - var(--pp-account-reserve) - 88px))}.studio-nav{top:max(8px, env(safe-area-inset-top))!important;max-width:var(--pp-nav-max-safe)!important}.account-area{top:max(13px, calc(env(safe-area-inset-top) + 13px))!important;right:max(8px, env(safe-area-inset-right))!important;width:var(--pp-account-reserve)!important;max-width:var(--pp-account-reserve)!important}.auth-button{width:100%!important;min-width:0!important}}@media (width<=390px){:root{--pp-account-reserve:58px;--pp-nav-max-safe:min(184px, calc(100vw - var(--pp-account-reserve) - 76px))}.auth-button{padding-inline:6px!important;font-size:10px!important}}.studio-nav{max-width:min(560px,100vw - 260px)!important}@media (width>=901px){#home.home-view{align-items:stretch!important;min-height:calc(100dvh - 92px)!important}#home .home-grid.two-options{align-items:stretch!important;min-height:min(760px,100dvh - 150px)!important}#home .home-card{min-height:clamp(520px,100dvh - 170px,760px)!important}}@media (width<=900px){.studio-nav{max-width:min(320px,100vw - 176px)!important}}@media (orientation:landscape) and (height<=560px) and (width<=980px){.studio-nav{max-width:min(330px,100vw - 176px)!important}}@media (width<=430px){.studio-nav{max-width:min(210px,100vw - 146px)!important}}@media (width<=640px){body{overflow-x:hidden}.studio-topbar{padding-left:max(8px, env(safe-area-inset-left))!important;padding-right:max(8px, env(safe-area-inset-right))!important;grid-template-columns:minmax(0,1fr) auto!important;justify-content:stretch!important;align-items:start!important;column-gap:8px!important;display:grid!important}.studio-nav{overscroll-behavior-x:contain;scrollbar-width:none;max-width:calc(100vw - 96px - env(safe-area-inset-left) - env(safe-area-inset-right))!important;grid-column:1!important;justify-self:start!important;overflow-x:auto!important}.studio-nav::-webkit-scrollbar{display:none}.nav-btn{flex:none!important;min-width:42px!important}.account-area{pointer-events:auto!important;grid-column:2!important;place-self:start end!important;width:72px!important;max-width:72px!important;margin:0!important;display:flex!important;position:relative!important;top:auto!important;right:auto!important}.auth-button{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:72px!important;min-width:0!important;max-width:72px!important;padding-inline:9px!important}.account-dropdown{top:calc(58px + env(safe-area-inset-top))!important;right:max(8px, env(safe-area-inset-right))!important;width:min(220px, calc(100vw - 16px - env(safe-area-inset-left) - env(safe-area-inset-right)))!important;max-width:calc(100vw - 16px - env(safe-area-inset-left) - env(safe-area-inset-right))!important;z-index:150!important;position:fixed!important;left:auto!important}}@media (width<=390px){.studio-nav{max-width:calc(100vw - 86px - env(safe-area-inset-left) - env(safe-area-inset-right))!important;padding:3px!important}.nav-btn{min-width:38px!important}.nav-icon-wrap span{font-size:8px!important}.account-area,.auth-button{width:64px!important;max-width:64px!important}}.auth-modal{z-index:100000!important;padding:max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left))!important}.auth-backdrop{-webkit-backdrop-filter:blur(14px)saturate(1.08)!important;backdrop-filter:blur(14px)saturate(1.08)!important;background:radial-gradient(circle at 50% 18%,#168bd033,#0000 34%),#08223485!important}.auth-card{-webkit-overflow-scrolling:touch;background:linear-gradient(#fff 0%,#f7fcff 100%)!important;border:0!important;border-radius:28px!important;width:min(460px,100vw - 28px)!important;max-height:min(720px,100dvh - 28px)!important;padding:clamp(22px,4vw,34px)!important;overflow-y:auto!important;box-shadow:0 0 0 1px #ffffffb8,0 24px 70px #08223447!important}.auth-close{width:42px!important;height:42px!important;color:var(--pp-official-blue-dark,#075f94)!important;background:#eef8ff!important;border:0!important;border-radius:999px!important;place-items:center!important;font-size:24px!important;line-height:1!important;display:grid!important;top:14px!important;right:14px!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.auth-icon{background:#e8f6ff!important;border-radius:20px!important;place-items:center!important;width:58px!important;height:58px!important;margin-bottom:12px!important;display:grid!important;box-shadow:inset 0 0 0 1px #168bd024!important}.auth-icon img{width:40px!important;height:40px!important}.auth-card h2{color:var(--pp-ink-strong,#102f48)!important;letter-spacing:0!important;margin:0 44px 8px 0!important;font-size:clamp(1.7rem,5vw,2.35rem)!important;font-weight:950!important;line-height:1.02!important}.auth-card p{color:#587487!important;margin:0 0 18px!important;font-size:.98rem!important;font-weight:750!important;line-height:1.45!important}.auth-tabs{background:#edf8ff!important;border-radius:18px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important;margin:0 0 18px!important;padding:5px!important;display:grid!important;box-shadow:inset 0 0 0 1px #168bd01a!important}.auth-tab{color:#486b80!important;background:0 0!important;border:0!important;border-radius:14px!important;min-height:44px!important;font-size:.94rem!important;font-weight:950!important}.auth-tab.active{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;box-shadow:0 8px 18px #1256881f!important}.auth-label{color:var(--pp-ink-strong,#102f48)!important;margin:12px 0 7px!important;font-size:.86rem!important;font-weight:900!important;display:block!important}.auth-input{width:100%!important;min-height:50px!important;color:var(--pp-ink-strong,#102f48)!important;background:#f6fbff!important;border:0!important;border-radius:16px!important;padding:0 15px!important;font-size:1rem!important;font-weight:750!important;box-shadow:inset 0 0 0 1px #168bd029!important}.auth-input:focus{background:#fff!important;box-shadow:inset 0 0 0 2px #168bd057,0 8px 18px #1256881a!important}.auth-forgot-button{min-height:36px!important;color:var(--pp-official-blue-dark,#075f94)!important;background:0 0!important;border:0!important;margin:9px 0 2px auto!important;padding:0 4px!important;font-size:.9rem!important;font-weight:900!important}.auth-consent{color:#385c72!important;background:#f6fbff!important;border:0!important;border-radius:16px!important;align-items:flex-start!important;gap:10px!important;margin-top:12px!important;padding:12px!important;line-height:1.35!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.auth-consent input{accent-color:var(--pp-official-blue,#168bd0);width:20px!important;height:20px!important;margin-top:1px!important}.auth-consent span{font-size:.9rem!important;font-weight:750!important}.auth-consent a{color:var(--pp-official-blue-dark,#075f94)!important;font-weight:950!important}.auth-primary{background:var(--pp-official-blue,#168bd0)!important;color:#fff!important;border:0!important;border-radius:18px!important;width:100%!important;min-height:52px!important;margin-top:18px!important;font-size:1rem!important;font-weight:950!important;box-shadow:0 14px 28px #168bd03d!important}.auth-primary:not(:disabled):hover{background:#0f7fbd!important}.auth-status{text-align:center!important;min-height:24px!important;margin-top:12px!important;font-size:.92rem!important;font-weight:850!important;line-height:1.35!important}.auth-status.error,.auth-status.success{border-radius:14px!important;padding:10px 12px!important}.auth-status.error{color:#b9352b!important;background:#fff1ee!important}.auth-status.success{color:#167246!important;background:#edf9f2!important}@media (width<=480px){.auth-card{border-radius:24px!important;padding:20px!important}.auth-icon{border-radius:17px!important;width:50px!important;height:50px!important}.auth-icon img{width:34px!important;height:34px!important}.auth-card h2{font-size:1.65rem!important}.auth-close{width:38px!important;height:38px!important}}#gallery .v55-gallery-title-row{grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;display:grid!important}#gallery .gallery-type-badge{color:#fff!important;border-radius:999px!important;place-items:center!important;min-width:42px!important;height:30px!important;padding:0 10px!important;font-size:.82rem!important;font-weight:950!important;line-height:1!important;display:inline-grid!important;box-shadow:0 8px 18px #113e6124!important}#gallery .gallery-type-badge.is-2d{background:var(--pp-official-blue,#168bd0)!important}#gallery .gallery-type-badge.is-3d{background:#31a96a!important}#gallery .gallery-skeleton-card{pointer-events:none!important}#gallery .gallery-skeleton-preview{animation:1.15s ease-in-out infinite ppGallerySkeleton;background:linear-gradient(90deg,#fff0 0%,#ffffffb8 45%,#fff0 90%) 0 0/220% 100%,linear-gradient(135deg,#e8f6ff,#fafdff) 0 0/100% 100%!important;border-radius:18px 18px 0 0!important;height:clamp(190px,24vw,250px)!important}#gallery .gallery-skeleton-content{gap:10px!important;padding:14px!important;display:grid!important}#gallery .gallery-skeleton-content span,#gallery .gallery-skeleton-content small,#gallery .gallery-skeleton-content button{animation:1.15s ease-in-out infinite ppGallerySkeleton;background:linear-gradient(90deg,#fff0 0%,#ffffffc2 45%,#fff0 90%) 0 0/220% 100%,#e8f6ff 0 0/100% 100%!important;border:0!important;border-radius:999px!important;display:block!important}#gallery .gallery-skeleton-content span{width:70%!important;height:20px!important}#gallery .gallery-skeleton-content small{width:54%!important;height:26px!important}#gallery .gallery-skeleton-content button{width:100%!important;height:44px!important;margin-top:2px!important}@keyframes ppGallerySkeleton{0%{background-position:120% 0,0 0}to{background-position:-120% 0,0 0}}@media (prefers-reduced-motion:reduce){#gallery .gallery-skeleton-preview,#gallery .gallery-skeleton-content span,#gallery .gallery-skeleton-content small,#gallery .gallery-skeleton-content button{animation:none!important}}.loading-overlay{background:radial-gradient(circle at 50% 22%,#168bd029,#0000 34%),#f6fcffeb!important}.loader-card{background:#fffffff0!important;border:0!important;border-radius:28px!important;box-shadow:0 0 0 1px #168bd01a,0 22px 58px #113e6129!important}.loader-card strong{color:var(--pp-ink-strong,#102f48)!important;font-size:1.12rem!important;font-weight:950!important}.loader-card span,.tool-loading span{color:#527086!important;font-weight:850!important}.loader-spinner{border-color:#168bd029!important;border-top-color:var(--pp-official-blue,#168bd0)!important;display:block!important}.tool-frame-view{position:relative!important;overflow:hidden!important}.tool-loading{animation:1.15s ease-in-out infinite ppGallerySkeleton;z-index:4!important;background:linear-gradient(90deg,#fff0 0%,#ffffffa3 45%,#fff0 90%) 0 0/220% 100%,linear-gradient(135deg,#edf8ff,#fff) 0 0/100% 100%!important;align-content:center!important;place-items:center!important;gap:12px!important;display:grid!important;position:absolute!important;inset:0!important}.tool-loading:before{content:"";background:linear-gradient(90deg,#fff0 0%,#ffffffc2 45%,#fff0 90%) 0 0/220% 100%,#e8f6ff 0 0/100% 100%;border-radius:24px;width:min(360px,72vw);height:min(230px,38vh);animation:1.15s ease-in-out infinite ppGallerySkeleton;box-shadow:inset 0 0 0 1px #168bd01f}.tool-frame-view iframe.is-loaded+.tool-loading,.tool-frame-view .tool-loading[style*="display: none"]{display:none!important}.my-builds-grid .gallery-skeleton-card,.admin-grid .gallery-skeleton-card{background:#fff!important;border:0!important;border-radius:20px!important;overflow:hidden!important;box-shadow:0 0 0 1px #168bd01a,0 14px 30px #113e611a!important}.my-builds-grid .gallery-skeleton-preview,.admin-grid .gallery-skeleton-preview{animation:1.15s ease-in-out infinite ppGallerySkeleton;background:linear-gradient(90deg,#fff0 0%,#ffffffb8 45%,#fff0 90%) 0 0/220% 100%,linear-gradient(135deg,#e8f6ff,#fafdff) 0 0/100% 100%!important;border-radius:18px 18px 0 0!important;height:clamp(190px,24vw,250px)!important}.my-builds-grid .gallery-skeleton-content,.admin-grid .gallery-skeleton-content{gap:10px!important;padding:14px!important;display:grid!important}.my-builds-grid .gallery-skeleton-content span,.my-builds-grid .gallery-skeleton-content small,.my-builds-grid .gallery-skeleton-content button,.admin-grid .gallery-skeleton-content span,.admin-grid .gallery-skeleton-content small,.admin-grid .gallery-skeleton-content button{animation:1.15s ease-in-out infinite ppGallerySkeleton;background:linear-gradient(90deg,#fff0 0%,#ffffffc2 45%,#fff0 90%) 0 0/220% 100%,#e8f6ff 0 0/100% 100%!important;border:0!important;border-radius:999px!important;display:block!important}.my-builds-grid .gallery-skeleton-content span,.admin-grid .gallery-skeleton-content span{width:70%!important;height:20px!important}.my-builds-grid .gallery-skeleton-content small,.admin-grid .gallery-skeleton-content small{width:54%!important;height:26px!important}.my-builds-grid .gallery-skeleton-content button,.admin-grid .gallery-skeleton-content button{width:100%!important;height:44px!important}@media (prefers-reduced-motion:reduce){.tool-loading,.tool-loading:before,.my-builds-grid .gallery-skeleton-preview,.admin-grid .gallery-skeleton-preview,.my-builds-grid .gallery-skeleton-content span,.my-builds-grid .gallery-skeleton-content small,.my-builds-grid .gallery-skeleton-content button,.admin-grid .gallery-skeleton-content span,.admin-grid .gallery-skeleton-content small,.admin-grid .gallery-skeleton-content button{animation:none!important}}#my-builds .my-build-action{text-align:center!important;place-items:center!important;padding:0!important;display:grid!important;position:relative!important}#my-builds .my-build-action img,#my-builds .my-build-action .pp-icon{place-self:auto!important;margin:0!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.gallery-lightbox-side{background:#f6fbff!important}.gallery-comments{background:linear-gradient(#ffffffd1,#f6fbfff5)!important;grid-template-rows:auto minmax(0,1fr) auto auto!important;gap:14px!important;min-height:0!important;padding:18px!important;display:grid!important}.gallery-comments-title-row{border-bottom:1px solid #168bd01f!important;justify-content:space-between!important;align-items:center!important;gap:12px!important;min-height:42px!important;padding:0 2px 10px!important;display:flex!important}.gallery-comments-heading{min-width:0!important;display:grid!important}.gallery-comments-title-row strong{color:var(--pp-ink-strong,#102f48)!important;letter-spacing:0!important;font-size:1.12rem!important;font-weight:950!important;line-height:1.1!important}#galleryCommentsCount{color:#096da8!important;font-variant-numeric:tabular-nums!important;background:#e6f5ff!important;border-radius:999px!important;place-items:center!important;min-width:34px!important;height:30px!important;padding:0 10px!important;font-size:.88rem!important;font-weight:950!important;display:inline-grid!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.gallery-comments-list{scrollbar-width:thin!important;align-content:start!important;gap:12px!important;min-height:0!important;padding:2px 3px 4px 0!important;display:grid!important;overflow:auto!important}.gallery-comments-empty,.gallery-comments-loading{color:#5b7488!important;text-align:center!important;background:radial-gradient(circle at 50% 18%,#ffffffeb,#0000 38%),#eaf7ff!important;border:0!important;border-radius:22px!important;place-items:center!important;min-height:128px!important;padding:22px!important;font-size:.95rem!important;font-weight:850!important;display:grid!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.gallery-comment-item{background:#fff!important;border:0!important;border-radius:22px!important;padding:14px 52px 14px 64px!important;position:relative!important;box-shadow:0 0 0 1px #168bd01a,0 12px 26px #113e6114!important}.gallery-comment-top{margin:0 0 7px!important;display:block!important}.gallery-comment-avatar{color:#fff!important;background:linear-gradient(135deg,#168bd0,#49b6ea)!important;border-radius:15px!important;place-items:center!important;width:38px!important;height:38px!important;font-size:1rem!important;font-weight:950!important;display:grid!important;position:absolute!important;top:14px!important;left:14px!important;box-shadow:0 8px 18px #168bd02e!important}.gallery-comment-identity{gap:4px!important;min-width:0!important;display:grid!important}.gallery-comment-top strong{min-width:0!important;color:var(--pp-ink-strong,#102f48)!important;flex-wrap:wrap!important;align-items:center!important;gap:7px!important;font-size:.95rem!important;font-weight:950!important;line-height:1.15!important;display:flex!important}.gallery-comment-top span:not(.admin-user-tag):not(.official-user-tag):not(.member-user-tag):not(.user-tag){color:#6a8397!important;font-size:.76rem!important;font-weight:800!important}.gallery-comment-top strong .official-user-tag,.gallery-comment-top strong .admin-user-tag,.gallery-comment-top strong .member-user-tag,.gallery-comment-top strong .user-tag{letter-spacing:.04em!important;border-radius:999px!important;margin-left:0!important;padding:3px 7px!important;font-size:.62rem!important;line-height:1!important}.gallery-comment-item p{color:#253b4d!important;overflow-wrap:anywhere!important;margin:0!important;font-size:.96rem!important;line-height:1.42!important}.comment-delete-btn{color:#e43c2f!important;background:#fff1ef!important;border:0!important;border-radius:999px!important;place-items:center!important;width:34px!important;min-width:34px!important;height:34px!important;margin:0!important;padding:0!important;font-size:0!important;display:grid!important;position:absolute!important;top:10px!important;right:10px!important;box-shadow:inset 0 0 0 1px #e43c2f1f!important}.comment-delete-btn img{filter:none!important;width:18px!important;height:18px!important;display:block!important}.gallery-comment-form{background:#fff!important;border-radius:22px!important;grid-template-columns:minmax(0,1fr) 58px!important;align-items:stretch!important;gap:10px!important;padding:12px!important;display:grid!important;box-shadow:0 0 0 1px #168bd01f,0 12px 28px #113e6114!important}.gallery-comment-form textarea{resize:none!important;color:#102f48!important;background:#f4fbff!important;border:0!important;border-radius:16px!important;min-height:58px!important;max-height:130px!important;padding:14px 15px!important;font-size:.94rem!important;line-height:1.35!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.gallery-comment-form textarea:focus{box-shadow:inset 0 0 0 2px #168bd05c,0 0 0 4px #168bd01a!important}.gallery-comment-send-btn{background:var(--pp-official-blue,#168bd0)!important;border-radius:18px!important;width:58px!important;min-width:58px!important;min-height:58px!important;transition-property:transform,background-color,box-shadow!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important;box-shadow:0 10px 20px #168bd033!important}.gallery-comment-send-btn:hover{background:#0f7fbd!important;transform:translateY(-1px)!important}.gallery-comment-send-btn:active{transform:scale(.96)!important}.gallery-comment-login-hint{color:#486273!important;text-align:center!important;background:#fff!important;border-radius:18px!important;margin:0!important;padding:14px 16px!important;font-size:.92rem!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd01f!important}@media (width<=760px){.gallery-comments{gap:12px!important;padding:14px!important}.gallery-comment-item{border-radius:20px!important;padding:13px 48px 13px 58px!important}.gallery-comment-avatar{border-radius:13px!important;width:34px!important;height:34px!important;top:12px!important;left:12px!important}.gallery-comment-form{grid-template-columns:minmax(0,1fr) 54px!important;padding:10px!important}.gallery-comment-send-btn{width:54px!important;min-width:54px!important}}.account-dropdown{width:min(230px,100vw - 24px)!important}#accountPieceSizeToggleBtn{line-height:1.2!important}.mobile-nav-toggle{display:none}.admin-tabs{background:#eaf7ff!important;border-radius:18px!important;grid-template-columns:repeat(auto-fit,minmax(116px,1fr))!important;gap:6px!important;margin:0 0 16px!important;padding:6px!important;display:grid!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.admin-tab{color:#46677c!important;min-height:42px!important;font:inherit!important;cursor:pointer!important;background:0 0!important;border:0!important;border-radius:14px!important;font-size:.92rem!important;font-weight:950!important}.admin-tab.active{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;box-shadow:0 8px 18px #113e611a!important}.admin-panel{display:none!important}.admin-panel.active{display:block!important}.admin-moderation-grid,.admin-users-grid,.admin-analytics-grid,.admin-roles-grid,.admin-challenges-grid,.admin-library-folders-grid,.admin-library-items-grid,.admin-content-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important;gap:14px!important;display:grid!important}.admin-info-card,.admin-user-card,.admin-metric-card,.admin-content-card{background:#fff!important;border-radius:20px!important;min-width:0!important;padding:16px!important;box-shadow:0 0 0 1px #168bd01a,0 12px 26px #113e6114!important}.admin-info-card strong,.admin-user-card strong,.admin-metric-card strong{color:var(--pp-ink-strong,#102f48)!important;font-weight:950!important}.admin-info-card p,.admin-user-card span,.admin-metric-card span{color:#5f788b!important;font-weight:800!important;line-height:1.35!important}.admin-comment-card{gap:10px!important;display:grid!important}.admin-comment-card>div{justify-content:space-between!important;align-items:center!important;gap:12px!important;display:flex!important}.admin-small-danger{color:#e43c2f!important;min-height:38px!important;font:inherit!important;cursor:pointer!important;background:#fff1ef!important;border:0!important;border-radius:13px!important;font-weight:950!important}.admin-user-card{gap:12px!important;display:grid!important}.admin-user-card>div:first-child,.admin-user-identity{gap:3px!important;display:grid!important}.admin-user-identity{grid-template-columns:46px minmax(0,1fr)!important;align-items:center!important;gap:12px!important}.admin-user-avatar{border-radius:15px!important;width:46px!important;height:46px!important;box-shadow:0 9px 20px #2997d724!important}.admin-user-identity>div{min-width:0!important}.admin-user-identity strong,.admin-user-identity span{overflow-wrap:anywhere!important}.admin-user-stats{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.admin-user-stats span{color:#096da8!important;background:#eaf7ff!important;border-radius:999px!important;padding:7px 10px!important;font-size:.8rem!important}.admin-user-builds-btn,.admin-user-builds-header button,.admin-user-promote-btn,.admin-user-demote-btn,.admin-role-create-card button,.admin-content-save{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;min-height:40px!important;font:inherit!important;cursor:pointer!important;border:0!important;border-radius:14px!important;padding:0 14px!important;font-weight:950!important}.admin-user-demote-btn{color:#e43c2f!important;background:#fff1ef!important;box-shadow:inset 0 0 0 1px #e43c2f29!important}.admin-user-controls{grid-template-columns:repeat(auto-fit,minmax(165px,1fr))!important;gap:8px!important;display:grid!important}.admin-user-role-select{min-height:40px!important;color:var(--pp-ink-strong,#102f48)!important;font:inherit!important;text-overflow:ellipsis!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;width:100%!important;min-width:0!important;padding:0 36px 0 12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd024!important}.admin-role-create-card,.admin-role-card{background:#fff!important;border-radius:20px!important;padding:16px!important;box-shadow:0 0 0 1px #168bd01a,0 12px 26px #113e6114!important}.admin-role-create-card{grid-template-columns:minmax(180px,1fr) minmax(180px,1fr) 54px auto!important;align-items:center!important;gap:10px!important;margin-bottom:14px!important;display:grid!important}.admin-role-create-card input{min-height:42px!important;font:inherit!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:0 12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd024!important}.admin-challenge-create-card{grid-template-columns:minmax(150px,.75fr) minmax(260px,1.5fr) minmax(180px,.8fr) auto!important;align-items:center!important}.admin-challenge-create-card input{width:100%!important;min-width:0!important}.admin-challenge-create-card button{white-space:nowrap!important}.admin-library-create-card{background:radial-gradient(circle at 8% 0,#ffd23f24,#0000 36%),#fff!important;grid-template-columns:minmax(150px,.55fr) minmax(220px,1fr) minmax(240px,1.25fr) minmax(150px,.6fr) auto!important}.admin-library-create-card select,.admin-library-status-control select{min-height:42px!important;color:var(--pp-ink-strong,#102f48)!important;font:inherit!important;cursor:pointer!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:0 36px 0 12px!important;font-weight:900!important;box-shadow:inset 0 0 0 1px #168bd024!important}.admin-library-folder-tile{text-align:left!important;width:100%!important;min-height:92px!important;color:var(--pp-ink-strong,#102f48)!important;cursor:pointer!important;background:linear-gradient(135deg,#eaf7fff5,#fff),#fff!important;border:0!important;border-radius:20px!important;grid-template-columns:44px minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:16px!important;transition-property:transform,box-shadow,background!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important;display:grid!important;box-shadow:0 0 0 1px #168bd021,0 14px 28px #113e6114!important}.admin-library-folder-icon{background:#168bd0!important;border-radius:6px 6px 5px 5px!important;width:24px!important;height:18px!important;display:block!important;box-shadow:0 -6px 0 -2px #8bd3f7,0 8px 18px #168bd02e!important}.admin-library-folder-tile strong,.admin-library-folder-tile small{text-overflow:ellipsis!important;white-space:nowrap!important;min-width:0!important;display:block!important;overflow:hidden!important}.admin-library-folder-status{color:#086da6!important;white-space:nowrap!important;background:#eaf7ff!important;border-radius:999px!important;align-self:start!important;padding:7px 10px!important;font-size:.8rem!important;font-style:normal!important;font-weight:950!important}.admin-library-folder-tile strong{color:var(--pp-ink-strong,#102f48)!important;font-weight:950!important}.admin-library-folder-tile small{color:#5f788b!important;margin-top:2px!important;font-weight:800!important}.admin-library-folder-tile:hover{transform:translateY(-2px)!important;box-shadow:0 0 0 2px #168bd038,0 18px 34px #113e611f!important}.admin-library-folder-tile:active{transform:scale(.96)!important}#adminPanelLibrary.is-folder-open .admin-library-create-card,#adminPanelLibrary.is-folder-open .admin-library-folders-grid,#adminPanelLibrary.is-folder-open #adminLibraryStatus{display:none!important}.admin-library-items-panel{box-shadow:none!important;background:0 0!important;border-radius:0!important;margin-top:16px!important;padding:0!important}.admin-library-folder-toolbar{background:#fff!important;border-radius:20px!important;grid-template-columns:auto minmax(0,1fr) minmax(150px,auto) auto auto!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important;padding:16px!important;display:grid!important;box-shadow:0 0 0 1px #168bd01f,0 14px 30px #113e6114!important}.admin-library-share-panel{background:linear-gradient(135deg,#eaf7fffa,#fff),#fff!important;border-radius:20px!important;grid-template-columns:minmax(220px,1fr) minmax(220px,1.35fr) auto auto auto!important;align-items:center!important;gap:10px!important;margin-bottom:12px!important;padding:14px!important;display:grid!important;box-shadow:0 0 0 1px #168bd01f,0 14px 30px #113e6114!important}.admin-library-share-panel strong,.admin-library-share-panel span{min-width:0!important;display:block!important}.admin-library-share-panel strong{color:var(--pp-ink-strong,#102f48)!important;font-weight:950!important}.admin-library-share-panel span{color:#5f788b!important;margin-top:2px!important;font-weight:800!important;line-height:1.35!important}.admin-library-share-url{color:#0b4d74!important;width:100%!important;min-width:0!important;min-height:42px!important;font:inherit!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:0 12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd029!important}.admin-library-share-panel button:disabled{cursor:not-allowed!important;opacity:.48!important;transform:none!important}.admin-library-share-stats{flex-wrap:wrap!important;grid-column:1/-1!important;gap:8px!important;padding-top:4px!important;display:flex!important}.admin-library-share-stats span{color:#476579!important;background:#eaf7ff!important;border-radius:999px!important;align-items:center!important;gap:5px!important;min-height:34px!important;padding:7px 10px!important;font-size:.86rem!important;font-weight:900!important;line-height:1!important;display:inline-flex!important;box-shadow:inset 0 0 0 1px #168bd01a!important}.admin-library-share-stats strong{color:#086da6!important;font-variant-numeric:tabular-nums!important}.admin-library-status-control{color:#5f788b!important;gap:4px!important;font-weight:900!important;display:grid!important}.admin-library-status-control span{text-transform:uppercase!important;letter-spacing:.04em!important;font-size:.78rem!important}.admin-library-folder-toolbar strong,.admin-library-folder-toolbar span{overflow-wrap:anywhere!important;min-width:0!important;display:block!important}.admin-library-folder-toolbar strong{color:var(--pp-ink-strong,#102f48)!important;font-weight:950!important}.admin-library-folder-toolbar span{color:#5f788b!important;font-weight:850!important}.admin-library-back-btn{color:#086da6!important;min-height:42px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:14px!important;padding:0 14px!important;font-weight:950!important;transition-property:transform,box-shadow,background!important;transition-duration:.16s!important}.admin-library-back-btn:hover{background:#dff3ff!important;transform:translateY(-1px)!important;box-shadow:inset 0 0 0 1px #168bd029!important}.admin-library-back-btn:active{transform:scale(.96)!important}.admin-library-empty-state{max-width:360px!important}.admin-library-item-card{overflow:hidden!important}.admin-library-item-card .admin-build-thumb{min-height:190px!important}.admin-library-item-actions{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;gap:8px!important;margin-top:8px!important;display:grid!important}.admin-library-item-actions>button{width:100%!important}.admin-library-event-pdf-btn{background:#0d6fa7!important}.admin-library-rename-folder-btn,.admin-library-rename-build-btn{color:#086da6!important;background:#eaf7ff!important;box-shadow:inset 0 0 0 1px #168bd029!important}.admin-library-rename-modal{z-index:30000!important;place-items:center!important;padding:18px!important;display:grid!important;position:fixed!important;inset:0!important}.admin-library-rename-backdrop{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#102f487a!important;position:absolute!important;inset:0!important}.admin-library-rename-card{width:min(460px,100%)!important;color:var(--pp-ink-strong,#102f48)!important;background:#fff!important;border-radius:26px!important;gap:14px!important;padding:22px!important;display:grid!important;position:relative!important;box-shadow:0 0 0 1px #168bd021,0 24px 70px #113e6147!important}.admin-library-rename-card h3{text-wrap:balance!important;margin:0!important;font-size:1.45rem!important;font-weight:950!important}.admin-library-rename-card label{color:#5f788b!important;gap:7px!important;font-weight:900!important;display:grid!important}.admin-library-rename-input{min-height:48px!important;color:var(--pp-ink-strong,#102f48)!important;font:inherit!important;background:#f4fbff!important;border:0!important;border-radius:16px!important;padding:0 14px!important;font-weight:900!important;box-shadow:inset 0 0 0 1px #168bd02e!important}.admin-library-rename-actions{grid-template-columns:1fr 1fr!important;gap:10px!important;display:grid!important}.admin-library-rename-actions button,.admin-library-rename-close{min-height:44px!important;font:inherit!important;cursor:pointer!important;border:0!important;border-radius:15px!important;font-weight:950!important;transition-property:transform,box-shadow,background!important;transition-duration:.16s!important}.admin-library-rename-save{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important}.admin-library-rename-cancel,.admin-library-rename-close{color:#086da6!important;background:#eaf7ff!important}.admin-library-rename-actions button:hover,.admin-library-rename-close:hover{transform:translateY(-1px)!important;box-shadow:0 10px 20px #113e611a!important}.admin-library-rename-actions button:active,.admin-library-rename-close:active{transform:scale(.96)!important}.admin-library-rename-close{width:44px!important;padding:0!important;font-size:1.4rem!important;position:absolute!important;top:14px!important;right:14px!important}.admin-library-folder-picker-card{text-align:left!important;width:min(520px,100vw - 28px)!important}.admin-library-folder-picker-card h3,.admin-library-folder-picker-intro{text-align:center!important}.admin-library-folder-picker-intro{color:#607589!important;max-width:34ch!important;margin:-4px auto 16px!important;font-weight:750!important;line-height:1.4!important}.admin-library-folder-picker-list{gap:10px!important;max-height:min(380px,52dvh)!important;padding:2px!important;display:grid!important;overflow:auto!important}.admin-library-folder-choice{color:#102b45!important;text-align:left!important;cursor:pointer!important;background:#f4fbff!important;border:2px solid #2997d729!important;border-radius:18px!important;grid-template-columns:46px minmax(0,1fr)!important;align-items:center!important;gap:12px!important;width:100%!important;min-height:68px!important;padding:12px 14px!important;transition-property:transform,border-color,box-shadow,background-color!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important;display:grid!important;box-shadow:0 12px 28px #0f375512!important}.admin-library-folder-choice:hover,.admin-library-folder-choice:focus-visible{background:#fff!important;border-color:#2997d780!important;outline:none!important;transform:translateY(-1px)!important;box-shadow:0 18px 38px #0f375521!important}.admin-library-folder-choice:active{transform:scale(.96)!important}.admin-library-folder-choice .admin-library-folder-icon{width:40px!important;height:32px!important}.admin-library-folder-choice-copy{gap:4px!important;min-width:0!important;display:grid!important}.admin-library-folder-choice-copy strong,.admin-library-folder-choice-copy small{text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.admin-library-folder-choice-copy strong{font-size:1.02rem!important;line-height:1.1!important}.admin-library-folder-choice-copy small{color:#607589!important;font-size:.84rem!important;font-weight:800!important}@media (width<=900px){.admin-library-create-card,.admin-library-folder-toolbar,.admin-library-share-panel{grid-template-columns:1fr!important}}.shared-library-page-card{max-width:min(1180px,100vw - 32px)!important}.shared-library-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))!important;align-items:stretch!important;gap:16px!important;display:grid!important}.shared-library-card{background:#fff!important;border-radius:22px!important;transition-property:transform,box-shadow!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important;overflow:hidden!important;box-shadow:0 0 0 1px #168bd01f,0 18px 38px #113e611a!important}.shared-library-card:hover{transform:translateY(-2px)!important;box-shadow:0 0 0 2px #168bd033,0 24px 48px #113e6124!important}.shared-library-preview{background:#eaf7ff!important;border-radius:0!important;min-height:230px!important}.shared-library-card-content{gap:12px!important;padding:14px!important;display:grid!important}.shared-library-title-row{justify-content:space-between!important;align-items:center!important;gap:10px!important;display:flex!important}.shared-library-title-row strong{min-width:0!important;color:var(--pp-ink-strong,#102f48)!important;overflow-wrap:anywhere!important;font-weight:950!important}.shared-library-title-row span{color:#0870aa!important;background:#eaf7ff!important;border-radius:999px!important;flex:none!important;padding:7px 10px!important;font-weight:950!important}.shared-library-actions{grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;gap:8px!important;display:grid!important}.shared-library-actions button{color:#086da6!important;min-height:42px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:14px!important;padding:0 12px!important;font-weight:950!important;transition-property:transform,box-shadow,background!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important}.shared-library-actions button:hover{background:#fff!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #113e611c,inset 0 0 0 1px #168bd033!important}.shared-library-actions button:active{transform:scale(.96)!important}.shared-library-actions .shared-library-edit-copy{background:var(--pp-official-blue,#168bd0)!important;color:#fff!important}.shared-library-preview-modal{z-index:26000!important;place-items:center!important;padding:18px!important;display:none!important;position:fixed!important;inset:0!important}.shared-library-preview-modal.is-open{display:grid!important}.shared-library-preview-backdrop{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#102f488f!important;position:absolute!important;inset:0!important}.shared-library-preview-card{background:#fff!important;border-radius:26px!important;grid-template-columns:minmax(0,1fr) minmax(280px,360px)!important;width:min(1080px,100%)!important;max-height:min(820px,100dvh - 36px)!important;display:grid!important;position:relative!important;overflow:hidden!important;box-shadow:0 30px 90px #09233652!important}.shared-library-preview-large{background:#eaf7ff!important;border-radius:0!important;min-height:min(650px,100dvh - 36px)!important}.shared-library-preview-info{align-content:space-between!important;gap:18px!important;padding:26px!important;display:grid!important}.shared-library-preview-info h2{color:var(--pp-ink-strong,#102f48)!important;text-wrap:balance!important;margin:0 48px 8px 0!important;font-size:clamp(1.6rem,3vw,2.35rem)!important;font-weight:950!important}.shared-library-preview-info p{color:#5f788b!important;margin:0!important;font-weight:850!important}.shared-library-preview-close{color:#086da6!important;width:46px!important;height:46px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:16px!important;font-size:1.5rem!important;font-weight:950!important;transition-property:transform,box-shadow,background!important;transition-duration:.16s!important;position:absolute!important;top:16px!important;right:16px!important}.shared-library-preview-close:hover{background:#fff!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #113e611f!important}.shared-library-preview-close:active{transform:scale(.96)!important}@media (width<=760px){.shared-library-page-card{max-width:calc(100vw - 18px)!important}.shared-library-grid{grid-template-columns:1fr!important}.shared-library-preview{min-height:260px!important}.shared-library-preview-card{grid-template-columns:1fr!important;overflow:auto!important}.shared-library-preview-large{min-height:46dvh!important}.shared-library-preview-info{padding:20px!important}}.admin-role-card input,.admin-content-card input,.admin-content-card textarea{width:100%!important;min-height:42px!important;color:var(--pp-ink-strong,#102f48)!important;font:inherit!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:10px 12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd024!important}.admin-content-card input[type=file]{cursor:pointer!important;min-height:54px!important;padding:8px!important}.admin-content-card input[type=file]::file-selector-button{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;min-height:38px!important;font:inherit!important;cursor:pointer!important;border:0!important;border-radius:12px!important;margin-right:12px!important;padding:0 14px!important;font-weight:950!important}.admin-content-card{gap:10px!important;display:grid!important}.admin-content-preview{aspect-ratio:16/10!important;object-fit:cover!important;background:linear-gradient(135deg,#eef8ff,#fff)!important;border-radius:18px!important;width:100%!important;box-shadow:inset 0 0 0 1px #168bd029,0 10px 24px #113e6114!important}.admin-content-card strong,.admin-challenge-card strong{color:var(--pp-ink-strong,#102f48)!important;font-weight:950!important}.admin-content-card textarea{resize:vertical!important}.admin-content-toggle{color:#24465f!important;background:#f4fbff!important;border-radius:14px!important;align-items:center!important;gap:10px!important;min-height:42px!important;padding:8px 10px!important;font-weight:900!important;display:flex!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.admin-content-toggle input{width:54px!important;min-width:54px!important;height:32px!important;min-height:32px!important;accent-color:var(--pp-official-blue,#168bd0)!important;padding:0!important}.admin-content-save{min-width:180px!important;margin-top:14px!important}.site-announcement-banner{color:#075f94!important;text-align:center!important;background:linear-gradient(135deg,#fff8d8,#eaf7ff)!important;border-radius:18px!important;width:min(1120px,100vw - 32px)!important;margin:0 auto 16px!important;padding:14px 18px!important;font-weight:950!important;box-shadow:0 0 0 1px #168bd01f,0 14px 30px #113e6114!important}.admin-role-card{gap:6px!important;display:grid!important}.admin-role-card span{color:#fff!important;background:var(--role-color,#168bd0)!important;border-radius:999px!important;width:max-content!important;max-width:100%!important;padding:7px 10px!important;font-weight:950!important}.admin-role-card small{color:#5f788b!important;font-weight:800!important}.admin-user-builds-panel{background:#fff!important;border-radius:22px!important;margin:0 0 16px!important;padding:16px!important;box-shadow:0 0 0 1px #168bd01a,0 16px 34px #113e611a!important}.admin-user-builds-header{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:14px!important;display:flex!important}.admin-user-builds-header>div{gap:3px!important;display:grid!important}.admin-user-builds-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:14px!important;display:grid!important}.admin-metric-card{align-self:start!important;gap:8px!important;min-height:0!important;display:grid!important}.admin-metric-card strong{font-variant-numeric:tabular-nums!important;font-size:clamp(1.65rem,2.4vw,2.35rem)!important;line-height:1!important}.admin-analytics-grid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;grid-auto-flow:dense!important;align-items:start!important}.admin-activity-card,.admin-list-card{grid-column:span 2!important}@media (width<=760px){.admin-activity-card,.admin-list-card{grid-column:span 1!important}}.admin-activity-bars{grid-template-columns:repeat(var(--activity-columns,14), minmax(10px, 1fr))!important;align-items:end!important;gap:7px!important;height:150px!important;display:grid!important}.admin-activity-bar{align-items:end!important;height:100%!important;display:grid!important}.admin-activity-bar i{min-height:8px!important;height:var(--bar-height)!important;background:linear-gradient(#49b6ea,#168bd0)!important;border-radius:999px 999px 6px 6px!important;display:block!important;box-shadow:0 8px 16px #168bd02e!important}.admin-activity-line{width:100%!important;height:150px!important;display:block!important;overflow:visible!important}.admin-activity-line polyline{filter:drop-shadow(0 8px 10px #168bd02e);stroke:var(--pp-official-blue,#168bd0)!important;stroke-width:5px!important;stroke-linecap:round!important;stroke-linejoin:round!important}.admin-activity-line circle{fill:#fff!important;stroke:var(--pp-official-blue,#168bd0)!important;stroke-width:4px!important}.admin-list-card li{overflow-wrap:anywhere!important;word-break:normal!important;margin-bottom:6px!important;line-height:1.35!important}.gallery-like-slot,.gallery-lightbox-like-slot{justify-content:flex-start!important;display:flex!important}.gallery-like-button{color:#096da8!important;min-height:38px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:999px!important;justify-content:center!important;align-items:center!important;gap:7px!important;padding:0 12px!important;font-weight:950!important;transition-property:transform,background-color,color,box-shadow!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important;display:inline-flex!important;box-shadow:inset 0 0 0 1px #168bd024!important}.gallery-like-button:hover{background:#dff3ff!important;transform:translateY(-1px)!important}.gallery-like-button:active{transform:scale(.96)!important}.gallery-like-button.is-liked{color:#fff!important;background:#e7355d!important;box-shadow:0 10px 22px #e7355d33!important}.gallery-lightbox-like-slot{padding:14px 18px 0!important}.gallery-lightbox-side{grid-template-rows:auto auto minmax(0,1fr)!important}.gallery-lightbox-like-slot{justify-content:flex-start!important;place-self:start stretch!important;padding:12px 18px 0!important;display:flex!important}.gallery-like-slot{align-self:start!important;min-height:38px!important}.gallery-like-button,.gallery-lightbox-like-slot .gallery-like-button,.gallery-like-slot .gallery-like-button{flex:none!important;place-self:flex-start start!important;width:auto!important;min-width:64px!important;max-width:max-content!important;height:38px!important;min-height:38px!important;max-height:38px!important;padding:0 12px!important}.gallery-like-button span,.gallery-like-button strong{line-height:1!important}@media (width<=640px){.gallery-lightbox-side{grid-template-rows:auto auto minmax(0,1fr)!important}.gallery-lightbox-like-slot{padding:10px 14px 0!important}.gallery-like-button,.gallery-lightbox-like-slot .gallery-like-button,.gallery-like-slot .gallery-like-button{min-width:68px!important;height:40px!important;min-height:40px!important;max-height:40px!important}}.admin-list-card ol{color:#27455a!important;margin:0!important;padding-left:18px!important;font-weight:850!important}.admin-edit-card{gap:10px!important;display:grid!important}.admin-edit-card label{color:#5f788b!important;text-transform:uppercase!important;letter-spacing:.04em!important;gap:6px!important;font-size:.78rem!important;font-weight:950!important;display:grid!important}.admin-edit-card input,.admin-edit-card textarea{width:100%!important;color:var(--pp-ink-strong,#102f48)!important;font:inherit!important;text-transform:none!important;letter-spacing:0!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:11px 12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd024!important}@media (width<=760px){.mobile-nav-backdrop{z-index:1060!important;-webkit-backdrop-filter:blur(7px)!important;backdrop-filter:blur(7px)!important;background:#0c1f2d75!important;display:block!important;position:fixed!important;inset:0!important}.mobile-nav-backdrop[hidden]{display:none!important}.mobile-nav-toggle{z-index:1120!important;background:linear-gradient(#fff,#edf8ff)!important;border:0!important;border-radius:999px!important;align-content:center!important;place-items:center!important;gap:5px!important;width:62px!important;height:56px!important;transition:transform .18s cubic-bezier(.2,0,0,1),box-shadow .18s cubic-bezier(.2,0,0,1)!important;display:grid!important;position:fixed!important;top:18px!important;left:50%!important;transform:translate(-50%)!important;box-shadow:0 0 0 1px #168bd029,0 14px 34px #113e612e!important}.mobile-nav-toggle span{background:var(--pp-official-blue-dark,#075f94)!important;border-radius:999px!important;width:22px!important;height:2px!important;transition:transform .18s cubic-bezier(.2,0,0,1),opacity .18s cubic-bezier(.2,0,0,1)!important}body.mobile-nav-open .mobile-nav-toggle{transform:translate(-50%)scale(.96)!important;box-shadow:0 0 0 1px #168bd033,0 18px 44px #113e6138!important}body.mobile-nav-open .mobile-nav-toggle span:first-child{transform:translateY(7px)rotate(45deg)!important}body.mobile-nav-open .mobile-nav-toggle span:nth-child(2){opacity:0!important}body.mobile-nav-open .mobile-nav-toggle span:nth-child(3){transform:translateY(-7px)rotate(-45deg)!important}.studio-nav{opacity:0!important;visibility:hidden!important;pointer-events:none!important;z-index:1110!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fffffffa!important;border-radius:28px!important;grid-template-columns:1fr!important;gap:14px!important;width:min(390px,100vw - 40px)!important;max-width:min(390px,100vw - 40px)!important;max-height:calc(100dvh - 124px)!important;padding:24px!important;display:grid!important;top:96px!important;left:50%!important;overflow-y:auto!important;transform:translate(-50%)translateY(-12px)scale(.98)!important;box-shadow:0 0 0 1px #168bd029,0 28px 70px #041f3352!important}body.mobile-nav-open .studio-nav{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translate(-50%)translateY(0)scale(1)!important}.nav-btn{background:#f2fbff!important;border-radius:20px!important;justify-content:center!important;width:100%!important;min-height:68px!important;padding:12px 24px!important;font-size:1rem!important;box-shadow:inset 0 0 0 1px #168bd01f!important}.nav-icon-wrap{flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:12px!important;width:auto!important;min-width:180px!important}.nav-icon-wrap img{flex:none!important;width:28px!important;height:28px!important}.nav-icon-wrap span{font-size:1rem!important;font-weight:950!important;line-height:1!important;display:inline!important}.nav-btn.active{background:#fff!important;box-shadow:inset 0 0 0 2px #168bd038,0 10px 22px #113e611a!important}.admin-tabs,.admin-moderation-grid,.admin-users-grid,.admin-analytics-grid,.admin-roles-grid,.admin-challenges-grid,.admin-content-grid,.admin-role-create-card,.admin-user-controls{grid-template-columns:1fr!important}.admin-challenge-card{grid-template-columns:1fr!important;width:100%!important}.admin-activity-card{grid-column:auto!important}.admin-user-builds-grid{grid-template-columns:1fr!important}}.tool-frame-view:has(iframe.is-loaded) .tool-loading{display:none!important}.gallery-build-card,.my-build-card{transition-property:transform,box-shadow,background-color!important;transition-duration:.18s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important}.gallery-build-card:focus-within,.my-build-card:focus-within{box-shadow:0 0 0 3px #ffd32cb8,0 0 0 6px #168bd02e,0 18px 42px #113e611f!important}#gallery .v55-gallery-preview,#gallery .gallery-card-preview,#my-builds .my-build-preview{aspect-ratio:auto!important;box-sizing:border-box!important;background:linear-gradient(135deg,#edf8ff,#fafdff)!important;place-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:clamp(210px,24vw,300px)!important;min-height:0!important;display:grid!important;box-shadow:inset 0 0 0 1px #168bd01f!important}#gallery .v49-builder-preview-frame,#my-builds .v49-builder-preview-frame,.admin-build-thumb .v49-builder-preview-frame,.admin-review-preview .v49-builder-preview-frame{transform-origin:50%!important;margin:auto!important;inset:0!important}#gallery .v49-preview-placeholder,#my-builds .v49-preview-placeholder,.admin-build-thumb .v49-preview-placeholder,.admin-review-preview .v49-preview-placeholder{text-align:center!important;grid-template-columns:minmax(0,1fr)!important;place-content:center!important;place-items:center!important;width:100%!important;height:100%!important;display:grid!important}#gallery .v49-preview-placeholder>*,#my-builds .v49-preview-placeholder>*,.admin-build-thumb .v49-preview-placeholder>*,.admin-review-preview .v49-preview-placeholder>*{text-align:center!important;justify-self:center!important;margin-inline:auto!important}#gallery .v49-preview-placeholder span,#my-builds .v49-preview-placeholder span,.admin-build-thumb .v49-preview-placeholder span,.admin-review-preview .v49-preview-placeholder span{text-overflow:ellipsis!important;white-space:nowrap!important;width:min(160px,82%)!important;max-width:82%!important;display:block!important;overflow:hidden!important}.admin-grid .gallery-skeleton-preview,.my-builds-grid .gallery-skeleton-preview,#gallery .gallery-skeleton-preview{aspect-ratio:auto!important;box-sizing:border-box!important;place-items:center!important;width:100%!important;min-width:0!important;max-width:100%!important;height:clamp(210px,24vw,300px)!important;min-height:0!important;display:grid!important}#gallery .gallery-card-actions,#my-builds .my-build-actions{grid-template-columns:repeat(auto-fit,minmax(132px,1fr))!important;gap:10px!important;display:grid!important}button:focus-visible,.nav-button:focus-visible,.account-button:focus-visible,.gallery-build-card button:focus-visible,.my-build-card button:focus-visible,.gallery-lightbox-close:focus-visible,.admin-review-close:focus-visible{outline-offset:3px!important;outline:3px solid #ffd32cf2!important}@media (width>=761px){.studio-nav{border-radius:28px!important;gap:8px!important;padding:8px 10px!important}.nav-btn{border-radius:20px!important;min-width:70px!important;min-height:56px!important;padding:7px 10px!important}}.gallery-filter-row,.admin-sort-row{color:#46677c!important;align-items:center!important;gap:10px!important;margin:0 0 16px!important;font-weight:950!important;display:flex!important}.gallery-filter-row select,.admin-sort-row select{min-width:min(260px,100%)!important;min-height:42px!important;color:var(--pp-ink-strong,#102f48)!important;font:inherit!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:0 14px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd029!important}.admin-users-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))!important}.admin-user-card{align-content:start!important}.admin-user-card>div:first-child strong,.admin-user-card>div:first-child span{text-overflow:ellipsis!important;overflow:hidden!important}.admin-user-controls{grid-template-columns:repeat(3,minmax(0,1fr))!important}.admin-challenge-card{grid-template-columns:minmax(0,1.4fr) minmax(150px,.7fr) 92px 92px 92px!important;align-items:stretch!important;gap:12px!important;width:min(100%,980px)!important;display:grid!important}.admin-challenge-card label{color:#5f788b!important;gap:6px!important;font-weight:950!important;display:grid!important}.admin-challenge-card input{width:100%!important;min-width:0!important;min-height:42px!important;font:inherit!important;background:#f4fbff!important;border:0!important;border-radius:14px!important;padding:0 12px!important;font-weight:850!important;box-shadow:inset 0 0 0 1px #168bd024!important}.admin-challenge-card>span{color:#096da8!important;background:#eaf7ff!important;border-radius:14px!important;justify-content:center!important;align-items:center!important;min-height:42px!important;padding:0 12px!important;font-weight:950!important;display:inline-flex!important}.admin-challenge-card button{width:100%!important;min-width:0!important}.comment-report-btn{color:#096da8!important;width:max-content!important;min-height:40px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:999px!important;padding:0 14px!important;font-weight:950!important;transition:transform .16s cubic-bezier(.2,0,0,1),background-color .16s cubic-bezier(.2,0,0,1),color .16s cubic-bezier(.2,0,0,1),box-shadow .16s cubic-bezier(.2,0,0,1)!important;box-shadow:0 8px 18px #168bd01a!important}.comment-report-btn:not(:disabled):hover{background:#d9f1ff!important;transform:translateY(-1px)!important;box-shadow:0 12px 24px #168bd026!important}.comment-report-btn:not(:disabled):active{transform:scale(.96)!important}.comment-report-btn.is-sending{color:#62788a!important;cursor:wait!important;background:#eef6fb!important}.leaderboard-grid{grid-template-columns:minmax(0,1fr)!important;gap:12px!important;max-height:min(760px,100dvh - 230px)!important;display:grid!important;overflow-y:auto!important}.leaderboard-card{background:#fff!important;border-radius:22px!important;align-content:start!important;gap:16px!important;min-height:242px!important;padding:18px!important;display:grid!important;position:relative!important;box-shadow:0 0 0 1px #168bd01a,0 16px 34px #113e611a!important}.leaderboard-rank{color:#075f94!important;background:#eaf7ff!important;border-radius:999px!important;width:max-content!important;padding:7px 11px!important;font-weight:950!important}.leaderboard-main{grid-template-columns:auto auto minmax(0,1fr)!important;align-items:center!important;gap:12px!important;display:grid!important}.leaderboard-avatar,.profile-avatar{color:#fff!important;background:linear-gradient(#39a9e8,#168bd0)!important;border-radius:16px!important;place-items:center!important;width:44px!important;height:44px!important;font-weight:950!important;display:grid!important;box-shadow:0 10px 22px #168bd02e!important}.leaderboard-card strong{color:var(--pp-ink-strong,#102f48)!important;text-overflow:ellipsis!important;font-size:1.25rem!important;font-weight:950!important;overflow:hidden!important}.leaderboard-stats{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.leaderboard-stats span{color:#096da8!important;background:#eaf7ff!important;border-radius:999px!important;padding:7px 10px!important;font-weight:900!important}.user-tag.member{background:var(--role-color,#eaf7ff)!important;color:#075f94!important}.leaderboard-build-strip{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:12px!important;display:grid!important}.leaderboard-build-preview{cursor:pointer!important;background:#edf8ff!important;border:0!important;border-radius:18px!important;height:clamp(132px,14vw,178px)!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #168bd024!important}.profile-panel{margin:0 0 16px!important}.profile-card{background:#fff!important;border-radius:22px!important;grid-template-columns:auto minmax(0,1fr) auto!important;align-items:center!important;gap:14px!important;padding:16px!important;display:grid!important;box-shadow:0 0 0 1px #168bd01a,0 14px 32px #113e6114!important}.profile-card strong,.profile-card span{text-overflow:ellipsis!important;display:block!important;overflow:hidden!important}.profile-card button{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;min-height:42px!important;font:inherit!important;border:0!important;border-radius:14px!important;padding:0 14px!important;font-weight:950!important}.profile-subtitle{color:var(--pp-ink-strong,#102f48)!important;margin:18px 0 0!important}.comment-report-btn.is-reported{color:#116b42!important;background:#e9f9f0!important}.comment-report-toast{left:50%!important;bottom:max(22px, env(safe-area-inset-bottom))!important;z-index:2200!important;color:#fff!important;opacity:0!important;pointer-events:none!important;background:#102f48!important;border-radius:999px!important;max-width:calc(100vw - 32px)!important;padding:13px 18px!important;font-weight:950!important;transition:opacity .18s cubic-bezier(.2,0,0,1),transform .18s cubic-bezier(.2,0,0,1)!important;position:fixed!important;transform:translate(-50%,12px)scale(.98)!important;box-shadow:0 18px 45px #08233647!important}.comment-report-toast.is-visible{opacity:1!important;transform:translate(-50%)scale(1)!important}.comment-report-toast.is-error{background:#b8322b!important}.admin-comment-card.is-reported-comment{gap:12px!important}.admin-comment-card.is-reported-comment small{color:#6b5265!important;background:#fff1f7!important;border-radius:12px!important;padding:9px 11px!important;font-weight:850!important;line-height:1.35!important;display:block!important}.admin-activity-legend{grid-template-columns:repeat(auto-fit,minmax(112px,1fr))!important;gap:7px!important;max-height:180px!important;margin-top:12px!important;padding-right:4px!important;display:grid!important;overflow-y:auto!important}.admin-activity-legend span{color:#46677c!important;font-variant-numeric:tabular-nums!important;white-space:nowrap!important;background:#eaf7ff!important;border-radius:12px!important;justify-content:center!important;align-items:center!important;min-height:32px!important;padding:7px 9px!important;font-size:12px!important;font-weight:900!important;transition:transform .16s cubic-bezier(.2,0,0,1),background-color .16s cubic-bezier(.2,0,0,1),color .16s cubic-bezier(.2,0,0,1),box-shadow .16s cubic-bezier(.2,0,0,1)!important;display:inline-flex!important}.admin-activity-legend span:hover{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #113e611a!important}.admin-activity-bar i{transition:transform .16s cubic-bezier(.2,0,0,1),filter .16s cubic-bezier(.2,0,0,1),box-shadow .16s cubic-bezier(.2,0,0,1)!important}.admin-activity-bar:hover i{filter:saturate(1.12)!important;transform:scaleY(1.04)!important;box-shadow:0 12px 24px #168bd03d!important}.admin-activity-line .admin-activity-point{cursor:pointer!important;transition:r .16s cubic-bezier(.2,0,0,1),fill .16s cubic-bezier(.2,0,0,1),stroke-width .16s cubic-bezier(.2,0,0,1),filter .16s cubic-bezier(.2,0,0,1)!important}.admin-activity-line .admin-activity-point:hover{r:7!important;fill:#eaf7ff!important;stroke-width:5px!important;filter:drop-shadow(0 8px 10px #168bd040)!important}.admin-panel select:hover,.admin-panel input[type=file]:hover,.admin-content-card:hover{border-color:#168bd052!important;transform:translateY(-1px)!important;box-shadow:0 14px 30px #113e611a!important}.admin-content-card{cursor:pointer!important;transition:transform .16s cubic-bezier(.2,0,0,1),box-shadow .16s cubic-bezier(.2,0,0,1),border-color .16s cubic-bezier(.2,0,0,1),filter .16s cubic-bezier(.2,0,0,1)!important}.admin-content-card:hover .admin-content-preview{filter:saturate(1.06)contrast(1.02)!important}.admin-content-card input[type=file]{cursor:pointer!important;transition:transform .16s cubic-bezier(.2,0,0,1),background-color .16s cubic-bezier(.2,0,0,1),box-shadow .16s cubic-bezier(.2,0,0,1)!important}.admin-content-card input[type=file]::file-selector-button{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;min-height:36px!important;font:inherit!important;cursor:pointer!important;border:0!important;border-radius:12px!important;margin-right:10px!important;padding:0 13px!important;font-weight:950!important;transition:transform .16s cubic-bezier(.2,0,0,1),filter .16s cubic-bezier(.2,0,0,1),box-shadow .16s cubic-bezier(.2,0,0,1)!important}.admin-content-card input[type=file]:hover::file-selector-button{filter:saturate(1.08)!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #168bd02e!important}.admin-range-card{grid-column:1/-1!important}.admin-range-tabs{flex-wrap:wrap!important;gap:8px!important;display:flex!important}.admin-range-tabs button{color:#46677c!important;min-height:40px!important;font:inherit!important;cursor:pointer!important;background:#eaf7ff!important;border:0!important;border-radius:999px!important;padding:0 14px!important;font-weight:950!important}.admin-range-tabs button:hover{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;transform:translateY(-1px)!important;box-shadow:0 10px 22px #113e611a!important}.admin-range-tabs button.active{color:#fff!important;background:var(--pp-official-blue,#168bd0)!important;box-shadow:0 12px 26px #168bd033!important}.profile-build-card,.creator-profile-build{cursor:pointer!important;transition:transform .18s cubic-bezier(.2,0,0,1),box-shadow .18s cubic-bezier(.2,0,0,1),filter .18s cubic-bezier(.2,0,0,1)!important}.profile-build-card:hover,.creator-profile-build:hover{filter:saturate(1.05)!important;transform:translateY(-2px)!important;box-shadow:0 18px 36px #113e6124!important}.studio-main>.view:not(.active){pointer-events:none!important;height:0!important;min-height:0!important;display:none!important;overflow:hidden!important}.gallery-filter-row select,.admin-sort-row select,.admin-user-role-select,.admin-panel select{appearance:none!important;cursor:pointer!important;background-image:linear-gradient(45deg,#0000 50%,#075f94 50%),linear-gradient(135deg,#075f94 50%,#0000 50%)!important;background-position:calc(100% - 18px),calc(100% - 12px)!important;background-repeat:no-repeat!important;background-size:6px 6px,6px 6px!important;padding-right:38px!important}.gallery-filter-row select:hover,.admin-sort-row select:hover,.admin-user-role-select:hover{background-color:#fff!important;border-color:#168bd061!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px #113e611f!important}.admin-tab,.admin-panel button,.admin-panel select,.admin-panel input,.admin-panel textarea,.auth-button,.account-dropdown button,.profile-card button,.profile-hero-card button,.gallery-refresh-button,.gallery-build-card button,.my-build-card button,.leaderboard-card,.leaderboard-build-preview,.gallery-lightbox-creator strong.is-clickable,.home-card,.nav-btn,.mobile-nav-toggle{transition-property:transform,background-color,color,box-shadow,border-color,opacity,filter!important;transition-duration:.16s!important;transition-timing-function:cubic-bezier(.2,0,0,1)!important}.admin-tab:not(.active):hover,.account-dropdown button:hover,.admin-panel button:not(:disabled):hover,.profile-card button:not(:disabled):hover,.profile-hero-card button:not(:disabled):hover,.gallery-refresh-button:not(:disabled):hover,.gallery-build-card button:not(:disabled):hover,.my-build-card button:not(:disabled):hover{filter:saturate(1.04)!important;transform:translateY(-1px)!important;box-shadow:0 12px 26px #113e6121!important}.admin-tab:not(.active):hover{color:var(--pp-official-blue-dark,#075f94)!important;background:#ffffffb8!important}.admin-tab:active,.admin-panel button:not(:disabled):active,.auth-button:not(:disabled):active,.account-dropdown button:active,.profile-card button:not(:disabled):active,.profile-hero-card button:not(:disabled):active,.gallery-refresh-button:not(:disabled):active,.gallery-build-card button:not(:disabled):active,.my-build-card button:not(:disabled):active,.home-card:active,.nav-btn:active{transform:scale(.96)!important}.auth-button:hover{filter:saturate(1.08)!important;transform:translateY(-1px)!important;box-shadow:0 14px 30px #2997d738!important}.account-dropdown button:hover{color:var(--pp-official-blue-dark,#075f94)!important;background:#eaf7ff!important}.gallery-lightbox-creator strong.is-clickable:hover{color:var(--pp-official-blue-dark,#075f94)!important;filter:saturate(1.08)!important;text-decoration-color:currentColor!important}.leaderboard-card:hover,.leaderboard-build-preview:hover,.home-card:hover{filter:saturate(1.04)!important;transform:translateY(-2px)!important}@media (width<=640px){.account-area{right:max(12px, env(safe-area-inset-right))!important;margin-right:4px!important}.account-dropdown{right:max(12px, env(safe-area-inset-right))!important;width:min(220px, calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right)))!important;max-width:calc(100vw - 24px - env(safe-area-inset-left) - env(safe-area-inset-right))!important}}.gallery-lightbox-creator strong.is-clickable{cursor:pointer!important;text-underline-offset:4px!important;text-decoration:underline!important;text-decoration-thickness:2px!important}.creator-profile-overlay{z-index:1200!important;place-items:center!important;padding:20px!important;display:none!important;position:fixed!important;inset:0!important}.creator-profile-overlay.is-open{display:grid!important}.creator-profile-backdrop{-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;background:#0c1f2d8a!important;position:absolute!important;inset:0!important}.creator-profile-card{background:#fff!important;border-radius:28px!important;width:min(720px,100%)!important;max-height:min(760px,100dvh - 40px)!important;padding:20px!important;position:relative!important;overflow-y:auto!important;box-shadow:0 28px 80px #041f334d!important}.creator-profile-close{color:#075f94!important;background:#eaf7ff!important;border:0!important;border-radius:999px!important;width:44px!important;height:44px!important;font-size:1.4rem!important;font-weight:950!important;position:absolute!important;top:14px!important;right:14px!important}.creator-profile-head{align-items:center!important;gap:14px!important;margin:0 56px 18px 0!important;display:flex!important}.creator-profile-head strong{color:var(--pp-ink-strong,#102f48)!important;font-size:1.4rem!important;font-weight:950!important;display:block!important}.creator-profile-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))!important;gap:12px!important;display:grid!important}.creator-profile-build{cursor:pointer!important;background:#edf8ff!important;border:0!important;border-radius:18px!important;height:150px!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #168bd024!important}#leaderboard .leaderboard-page-card{width:min(1120px,100%)!important}#leaderboard .leaderboard-grid{max-height:none!important;overflow:visible!important}#leaderboard .leaderboard-card{min-height:330px!important;padding:clamp(18px,2.4vw,26px)!important}#leaderboard .leaderboard-build-strip{grid-template-columns:repeat(3,minmax(190px,1fr))!important;gap:16px!important}#leaderboard .leaderboard-build-preview{border-radius:22px!important;height:clamp(190px,18vw,240px)!important}@media (width<=760px){#leaderboard .leaderboard-grid{max-height:none!important;overflow:visible!important}#leaderboard .leaderboard-card{min-height:auto!important;padding:16px!important}#leaderboard .leaderboard-build-strip{grid-template-columns:1fr!important;gap:12px!important}#leaderboard .leaderboard-build-preview{border-radius:20px!important;height:clamp(210px,58vw,310px)!important}}@media (width>=901px){.studio-nav{gap:7px!important;width:max-content!important;max-width:min(760px,100vw - 420px)!important;padding:7px 10px!important;overflow:visible!important}.nav-btn{min-width:66px!important;min-height:54px!important;padding:6px 8px!important}.nav-icon-wrap{width:auto!important;min-width:0!important}.nav-icon-wrap span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:82px!important;font-size:.72rem!important;line-height:1.05!important;overflow:hidden!important}.nav-btn[data-view=leaderboard]{min-width:94px!important}}@media (width<=760px){body:not(.mobile-nav-open) .studio-nav{width:min(100%,100vw - 16px)!important;max-width:calc(100vw - 16px)!important;left:8px!important;right:8px!important;top:max(8px, env(safe-area-inset-top))!important;grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:2px!important;padding:4px!important;display:grid!important;overflow:hidden!important;transform:none!important}body:not(.mobile-nav-open) .nav-btn{border-radius:14px!important;min-width:0!important;min-height:50px!important;padding:3px 1px!important}body:not(.mobile-nav-open) .nav-icon-wrap{gap:2px!important;width:100%!important;min-width:0!important}body:not(.mobile-nav-open) .nav-icon-wrap img{width:24px!important;height:24px!important}body:not(.mobile-nav-open) .nav-icon-wrap span{text-overflow:ellipsis!important;white-space:nowrap!important;max-width:100%!important;font-size:clamp(.5rem,1.75vw,.68rem)!important;line-height:1!important;overflow:hidden!important}body:not(.mobile-nav-open) .nav-btn[data-view=leaderboard] .nav-icon-wrap span{font-size:clamp(.45rem,1.55vw,.6rem)!important}#leaderboard.simple-page{padding:86px 10px 18px!important}#leaderboard .leaderboard-page-card{border-radius:22px!important;padding:14px!important}#leaderboard .gallery-header-clean{align-items:flex-start!important;margin-bottom:10px!important;padding-bottom:10px!important}#leaderboard .gallery-header-clean h1{font-size:clamp(2rem,9vw,2.7rem)!important}#leaderboard .gallery-header-clean p{max-width:26ch!important;font-size:.95rem!important;line-height:1.25!important}#leaderboard #refreshLeaderboardBtn{width:46px!important;min-width:46px!important;height:46px!important}.leaderboard-grid{max-height:calc(100dvh - 255px)!important;padding-right:4px!important}.leaderboard-card{border-radius:20px!important;gap:12px!important;min-height:330px!important;padding:14px!important}.leaderboard-main{grid-template-columns:auto auto minmax(0,1fr)!important;gap:10px!important}.leaderboard-avatar{border-radius:14px!important;width:40px!important;height:40px!important}.admin-user-controls,.admin-challenge-create-card,.admin-challenge-card{grid-template-columns:1fr!important}.gallery-filter-row,.admin-sort-row{flex-direction:column!important;align-items:stretch!important}.leaderboard-build-strip{grid-template-columns:repeat(2,minmax(128px,1fr))!important;gap:10px!important}.leaderboard-build-preview{border-radius:18px!important;height:clamp(128px,34vw,168px)!important}.profile-card{grid-template-columns:auto minmax(0,1fr)!important}.profile-card button{grid-column:1/-1!important}}@media (width>=901px){.studio-nav{background:#ffffffeb!important;border-radius:30px!important;align-items:center!important;gap:6px!important;height:64px!important;padding:6px 10px!important;overflow:hidden!important;box-shadow:0 0 0 1px #168bd024,0 14px 34px #113e6129!important}.nav-btn{border-radius:22px!important;align-self:center!important;height:52px!important;min-height:52px!important;padding:6px 8px 9px!important;overflow:hidden!important}.nav-btn.active:after{pointer-events:none!important;height:3px!important;bottom:3px!important;left:14px!important;right:14px!important}}#admin .admin-header{align-items:center!important}#admin .admin-header p{display:none!important}#admin .admin-challenges-grid{grid-template-columns:1fr!important}#admin .admin-challenge-card{grid-template-columns:minmax(240px,1.5fr) minmax(170px,.8fr) 100px 100px 100px 120px!important;align-items:end!important;width:100%!important;max-width:100%!important}#admin .admin-challenge-card label{min-width:0!important}#admin .admin-challenge-card .admin-small-danger{grid-column:auto!important}@media (width<=900px){#admin .admin-challenge-card{grid-template-columns:1fr!important}}@media (width>=901px){.studio-topbar{box-shadow:0 0 0 1px #168bd014,0 16px 34px #113e6124!important}.studio-nav{background:#ffffffb8!important;border:0!important;border-radius:26px!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:max-content!important;max-width:min(720px,100vw - 420px)!important;height:58px!important;padding:4px 8px!important;display:inline-flex!important;overflow:visible!important;box-shadow:0 0 0 1px #168bd01f,0 10px 26px #113e6124!important}.nav-btn{opacity:1!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;width:auto!important;min-width:62px!important;height:50px!important;min-height:50px!important;padding:5px 7px!important;display:inline-flex!important;overflow:visible!important}.nav-btn[data-view=leaderboard]{min-width:96px!important}.nav-btn.active{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;box-shadow:inset 0 0 0 2px #168bd029,0 8px 18px #113e611a!important}.nav-btn.active:after{content:none!important;display:none!important}.nav-icon-wrap{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:2px!important;width:auto!important;min-width:0!important;display:inline-flex!important;overflow:visible!important}.nav-icon-wrap img{flex:none!important;width:24px!important;height:24px!important}.nav-icon-wrap span{text-overflow:clip!important;white-space:nowrap!important;max-width:96px!important;font-size:.68rem!important;line-height:1!important;display:block!important;overflow:visible!important}#admin .admin-page-card{width:min(1480px,100vw - 48px)!important;max-width:min(1480px,100vw - 48px)!important}#adminPanelLibrary.is-folder-open .admin-library-items-panel{width:100%!important}#adminPanelLibrary.is-folder-open .admin-library-items-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))!important;align-items:start!important;gap:20px!important;width:100%!important;max-width:none!important}#adminPanelLibrary.is-folder-open .admin-library-item-card{width:100%!important;max-width:none!important}#adminPanelLibrary.is-folder-open .admin-library-item-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#adminPanelLibrary.is-folder-open .admin-library-event-pdf-btn,#adminPanelLibrary.is-folder-open .admin-library-refresh-preview-btn,#adminPanelLibrary.is-folder-open .admin-library-item-actions .admin-small-danger{grid-column:1/-1!important}#adminPanelLibrary.is-folder-open .admin-library-folder-toolbar{grid-template-columns:auto minmax(220px,1fr) minmax(170px,auto) auto auto!important}#adminPanelLibrary.is-folder-open .admin-library-share-panel{grid-template-columns:minmax(240px,.9fr) minmax(320px,1.2fr) auto auto!important}}@media (width>=1400px){#adminPanelLibrary.is-folder-open .admin-library-items-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}.gallery-lightbox-preview.is-3d-interactive .v49-builder-preview-frame,.shared-library-preview-large.is-3d-interactive .v49-builder-preview-frame,.admin-review-preview.is-3d-interactive .v49-builder-preview-frame{pointer-events:auto!important;cursor:grab!important}.gallery-lightbox-preview.is-3d-interactive .v49-builder-preview-frame:active,.shared-library-preview-large.is-3d-interactive .v49-builder-preview-frame:active,.admin-review-preview.is-3d-interactive .v49-builder-preview-frame:active{cursor:grabbing!important}.gallery-lightbox-preview.is-3d-interactive,.shared-library-preview-large.is-3d-interactive,.admin-review-preview.is-3d-interactive{pointer-events:auto!important}@media (width>=901px){#adminPanelLibrary.is-folder-open .admin-library-items-grid{grid-template-columns:repeat(auto-fit,minmax(310px,360px))!important;justify-content:center!important;justify-items:stretch!important}}@media (width>=1400px){#adminPanelLibrary.is-folder-open .admin-library-items-grid{grid-template-columns:repeat(3,minmax(310px,360px))!important}}#authModal[data-mode=signup] .auth-card{width:min(440px,100vw - 24px)!important;max-height:calc(100dvh - 20px)!important;padding:clamp(14px,2.6vw,22px)!important;overflow-y:hidden!important}#authModal[data-mode=signup] .auth-icon{border-radius:16px!important;width:44px!important;height:44px!important;margin-bottom:6px!important}#authModal[data-mode=signup] .auth-icon img{width:30px!important;height:30px!important}#authModal[data-mode=signup] .auth-card h2{margin-bottom:4px!important;font-size:clamp(1.45rem,4.2vw,1.95rem)!important;line-height:1.04!important}#authModal[data-mode=signup] #authIntro{margin-bottom:10px!important;font-size:.88rem!important;line-height:1.3!important}#authModal[data-mode=signup] .auth-tabs{border-radius:16px!important;margin-bottom:10px!important;padding:4px!important}#authModal[data-mode=signup] .auth-tab{border-radius:12px!important;min-height:40px!important}#authModal[data-mode=signup] .auth-label{margin:7px 0 5px!important;font-size:.78rem!important}#authModal[data-mode=signup] .auth-input{border-radius:14px!important;min-height:42px!important;padding-inline:12px!important;font-size:.94rem!important}#authModal[data-mode=signup] #authAvatarPicker.profile-picture-picker{scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch;border-radius:18px!important;flex-wrap:nowrap!important;grid-template-columns:none!important;gap:8px!important;max-height:68px!important;margin:6px 0 7px!important;padding:6px 6px 9px!important;display:flex!important;overflow:auto hidden!important}#authModal[data-mode=signup] #authAvatarPicker.profile-picture-picker::-webkit-scrollbar{height:7px}#authModal[data-mode=signup] #authAvatarPicker.profile-picture-picker::-webkit-scrollbar-thumb{background:#168bd047;border-radius:999px}#authModal[data-mode=signup] #authAvatarPicker .profile-picture-option{scroll-snap-align:start;border-radius:16px!important;flex:0 0 52px!important;width:52px!important;min-width:52px!important;height:52px!important;padding:3px!important}#authModal[data-mode=signup] #authAvatarPicker .profile-picture-option img{border-radius:12px!important}#authModal[data-mode=signup] #authAvatarPicker .profile-picture-option:after{border-radius:13px!important;inset:4px!important}#authModal[data-mode=signup] .auth-consent{border-radius:14px!important;gap:8px!important;margin-top:8px!important;padding:8px 10px!important;line-height:1.24!important}#authModal[data-mode=signup] .auth-consent input{width:18px!important;height:18px!important}#authModal[data-mode=signup] .auth-consent span{font-size:.78rem!important;line-height:1.25!important}#authModal[data-mode=signup] .auth-primary{border-radius:15px!important;min-height:44px!important;margin-top:10px!important}#authModal[data-mode=signup] .auth-status{min-height:18px!important;margin-top:6px!important;font-size:.82rem!important}@media (width<=480px),(height<=760px){#authModal[data-mode=signup]{padding:max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left))!important}#authModal[data-mode=signup] .auth-card{border-radius:22px!important;padding:10px 12px!important}#authModal[data-mode=signup] #authIntro,#authModal[data-mode=signup] .auth-icon{display:none!important}#authModal[data-mode=signup] .auth-icon img{width:26px!important;height:26px!important}#authModal[data-mode=signup] .auth-card h2{margin-right:42px!important;font-size:1.32rem!important}#authModal[data-mode=signup] .auth-tab,#authModal[data-mode=signup] .auth-input,#authModal[data-mode=signup] .auth-primary{min-height:38px!important}#authModal[data-mode=signup] .auth-tabs{margin-bottom:7px!important}#authModal[data-mode=signup] .auth-label{margin:5px 0 4px!important}#authModal[data-mode=signup] #authAvatarPicker.profile-picture-picker{max-height:56px!important;margin-bottom:5px!important;padding:4px 5px 7px!important}#authModal[data-mode=signup] #authAvatarPicker .profile-picture-option{border-radius:14px!important;flex-basis:44px!important;width:44px!important;min-width:44px!important;height:44px!important}#authModal[data-mode=signup] .auth-consent{margin-top:6px!important;padding:7px 9px!important}#authModal[data-mode=signup] .auth-consent span{font-size:.72rem!important}#authModal[data-mode=signup] .auth-primary{margin-top:7px!important}#authModal[data-mode=signup] .auth-status{min-height:14px!important;margin-top:4px!important}}#adminPanelLibrary.is-folder-open .admin-library-items-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,290px),1fr))!important;align-items:start!important;gap:18px!important;display:grid!important}#adminPanelLibrary.is-folder-open .admin-library-item-card{border-radius:24px!important;min-width:0!important;overflow:hidden!important}#adminPanelLibrary.is-folder-open .admin-library-item-card .admin-build-thumb{aspect-ratio:1!important;background:#eef6fb!important;border-radius:20px 20px 0 0!important;height:auto!important;min-height:0!important}#adminPanelLibrary.is-folder-open .admin-library-item-card .v49-builder-preview-capture{object-fit:contain!important;padding:8px!important}#adminPanelLibrary.is-folder-open .admin-library-share-panel{grid-template-columns:minmax(0,1fr) minmax(190px,.9fr) auto auto auto!important;overflow:hidden!important}#adminPanelLibrary.is-folder-open .admin-library-share-stats{min-width:0!important;overflow:visible!important}#adminPanelLibrary.is-folder-open .admin-library-share-stats span{white-space:normal!important;max-width:100%!important;line-height:1.15!important}#adminPanelLibrary.is-folder-open .admin-library-item-actions{grid-template-columns:1fr!important;gap:9px!important}#adminPanelLibrary.is-folder-open .admin-library-item-actions>button{min-height:44px!important}@media (width>=900px){#adminPanelLibrary.is-folder-open .admin-library-items-grid{grid-template-columns:repeat(auto-fit,minmax(310px,360px))!important}}@media (width<=760px){#adminPanelLibrary.is-folder-open .admin-library-folder-toolbar,#adminPanelLibrary.is-folder-open .admin-library-share-panel{grid-template-columns:1fr!important}#adminPanelLibrary.is-folder-open .admin-library-copy-share-btn,#adminPanelLibrary.is-folder-open .admin-library-toggle-share-btn,#adminPanelLibrary.is-folder-open .admin-library-reset-share-stats-btn,#adminPanelLibrary.is-folder-open .admin-library-folder-toolbar button,#adminPanelLibrary.is-folder-open .admin-library-status-control{width:100%!important}}body .studio-main>section.view:not(.active),body .studio-main>#home.view:not(.active),body .studio-main>#gallery.view:not(.active),body .studio-main>#leaderboard.view:not(.active),body .studio-main>#my-builds.view:not(.active),body .studio-main>#profile.view:not(.active),body .studio-main>#shared-library.view:not(.active),body .studio-main>#admin.view:not(.active),body .studio-main>#studio-2d.view:not(.active),body .studio-main>#builder-3d.view:not(.active),body .studio-main>section.view.home-view:not(.active),body .studio-main>section.view.simple-page:not(.active),body .studio-main>section.view.tool-frame-view:not(.active){visibility:hidden!important;pointer-events:none!important;height:0!important;min-height:0!important;max-height:0!important;display:none!important;overflow:hidden!important}@media (width<=640px){#gallery .v55-gallery-preview,#gallery .gallery-card-preview,#my-builds .my-build-preview,.admin-grid .gallery-skeleton-preview,.my-builds-grid .gallery-skeleton-preview,#gallery .gallery-skeleton-preview{height:clamp(260px,72vw,390px)!important;min-height:0!important}#gallery .gallery-card-actions,#my-builds .my-build-actions{grid-template-columns:1fr 1fr!important}}.admin-review-hidden-capture{pointer-events:none!important;opacity:.01!important;z-index:-1!important;width:960px!important;height:720px!important;position:fixed!important;top:0!important;left:0!important}.admin-review-shell{background:#f8fcff!important;border-radius:28px!important;width:min(1280px,100vw - 32px)!important;height:min(820px,100dvh - 32px)!important;box-shadow:0 0 0 1px #ffffffb8,0 34px 90px #113e6147!important}.admin-review-header{background:radial-gradient(circle at 14% 10%,#2997d724,#0000 34%),linear-gradient(90deg,#fff,#f7fcff)!important;padding:22px 26px!important}.admin-review-kicker{letter-spacing:.08em!important}.admin-review-header h2{text-wrap:balance}.admin-review-body{background:#edf7fc!important;grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important}.admin-review-preview{background:#eef6fb!important;border-radius:22px!important;margin:18px!important;overflow:hidden!important;box-shadow:inset 0 0 0 1px #168bd024,0 18px 42px #12568814!important}.admin-review-side{background:linear-gradient(#fafdff,#f4faff)!important;grid-template-rows:auto auto auto!important;align-content:start!important;padding:18px!important;overflow-y:auto!important}.admin-review-info-card{border-color:#168bd024!important;border-radius:20px!important;box-shadow:0 0 0 1px #fffc,0 14px 30px #12568814!important}.admin-review-info-card dl{gap:10px!important}.admin-edit-card label{color:#5b7081;letter-spacing:.04em;text-transform:uppercase;gap:8px;margin-top:12px;font-size:12px;font-weight:950;display:grid}.admin-edit-card input,.admin-edit-card textarea{color:#102a43;width:100%;min-height:46px;font:inherit;box-sizing:border-box;background:#f2faff;border:1px solid #168bd02e;border-radius:14px;padding:12px 14px;font-weight:850}.admin-edit-card textarea{resize:vertical;min-height:110px}.admin-review-actions{grid-template-columns:1fr 1fr!important;gap:10px!important}.admin-review-actions button,.admin-edit-card button{min-height:48px;border-radius:14px!important;transition-property:transform,box-shadow,background,opacity!important}.admin-review-actions button:active,.admin-edit-card button:active{transform:scale(.96)!important}.admin-review-refresh{color:#006aa8;background:#e6f5ff;grid-column:1/-1;border:1px solid #168bd02e!important}.admin-review-back{grid-column:1/-1}@media (width<=900px){.admin-review-shell{border-radius:20px!important;width:calc(100vw - 12px)!important;height:calc(100dvh - 12px)!important}.admin-review-body{grid-template-rows:minmax(320px,48dvh) minmax(0,1fr)!important;grid-template-columns:1fr!important}.admin-review-preview{margin:10px!important}.admin-review-side{border-top:1px solid #168bd024!important;border-left:0!important}}@media (width>=901px){.studio-nav{background:#ffffffb8!important;border:0!important;border-radius:26px!important;justify-content:center!important;align-items:center!important;gap:4px!important;width:max-content!important;max-width:min(720px,100vw - 420px)!important;height:58px!important;min-height:58px!important;padding:4px 8px!important;display:inline-flex!important;overflow:visible!important;box-shadow:0 0 0 1px #168bd01f,0 10px 26px #113e6124!important}.nav-btn{width:auto!important;min-width:62px!important;height:50px!important;min-height:50px!important;box-shadow:none!important;opacity:1!important;background:0 0!important;border-radius:20px!important;justify-content:center!important;align-items:center!important;padding:5px 7px!important;display:inline-flex!important;overflow:visible!important}.nav-btn[data-view=leaderboard]{min-width:96px!important}.nav-btn.active{color:var(--pp-official-blue-dark,#075f94)!important;background:#fff!important;box-shadow:inset 0 0 0 2px #168bd029,0 8px 18px #113e611a!important}.nav-btn.active:after{content:none!important;display:none!important}.nav-icon-wrap{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:2px!important;width:auto!important;min-width:0!important;display:inline-flex!important;overflow:visible!important}.nav-icon-wrap img{flex:none!important;width:24px!important;height:24px!important}.nav-icon-wrap span{text-overflow:clip!important;white-space:nowrap!important;max-width:96px!important;font-size:.68rem!important;line-height:1!important;display:block!important;overflow:visible!important}}
