:root{
    --side:150px;
    --top:66px;
    --purple:#6e35ee;
    --purple2:#9a5dff;
    --navy:#171146;
    --ink:#1d1a32;
    --muted:#747082;
    --line:rgba(45,31,85,.10);
    --shadow:0 16px 42px rgba(54,37,105,.10);
}

*{box-sizing:border-box;min-width:0}
html{scroll-behavior:smooth}
html,body{
    margin:0;
    min-height:100%;
    overflow-x:hidden;
    font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    color:var(--ink);
    background:
        radial-gradient(circle at 65% 0%,rgba(135,87,255,.08),transparent 30%),
        #fbfaff;
}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
svg{
    width:1em;height:1em;fill:none;stroke:currentColor;
    stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round
}

.studio-sidebar{
    position:fixed;z-index:80;inset:0 auto 0 0;width:var(--side);
    display:flex;flex-direction:column;padding:18px 13px 14px;
    border-right:1px solid var(--line);
    background:rgba(255,255,255,.95);backdrop-filter:blur(18px)
}
.studio-logo{
    display:grid;justify-items:center;margin-bottom:20px
}
.studio-logo strong{
    font-size:38px;line-height:.9;font-weight:1000;font-style:italic;
    letter-spacing:-.10em;color:var(--purple)
}
.studio-logo span{
    margin-top:5px;font-size:9px;font-weight:950;letter-spacing:.12em;color:#585267
}
.studio-sidebar nav{display:grid;gap:5px}
.studio-sidebar nav a{
    display:grid;grid-template-columns:23px 1fr;align-items:center;gap:8px;
    min-height:42px;padding:0 11px;border-radius:13px;color:#4f4b5f;
    font-size:10px;font-weight:780;transition:.18s ease
}
.studio-sidebar nav a svg{width:17px;height:17px}
.studio-sidebar nav a:hover,.studio-sidebar nav a.active{
    color:var(--purple);background:linear-gradient(135deg,#eee8ff,#f7f4ff)
}
.studio-premium{
    margin-top:auto;padding:16px 12px;border-radius:18px;text-align:center;
    background:
        radial-gradient(circle at 50% 0%,rgba(153,91,255,.20),transparent 40%),
        linear-gradient(180deg,#fcfaff,#f0e9ff);
    box-shadow:var(--shadow)
}
.studio-premium>span{
    display:grid;place-items:center;width:39px;height:39px;margin:0 auto 8px;
    border-radius:13px;background:#fff;color:#efa80b
}
.studio-premium>span svg{width:22px;height:22px}
.studio-premium strong{display:block;font-size:12px}
.studio-premium p{
    margin:7px 0 12px;color:var(--muted);font-size:8px;line-height:1.55
}
.studio-premium a{
    display:inline-grid;place-items:center;min-height:31px;padding:0 14px;
    border-radius:9px;background:linear-gradient(135deg,var(--purple),#8d52ff);
    color:#fff;font-size:8px;font-weight:950
}

.studio-topbar{
    position:fixed;z-index:70;inset:0 0 auto var(--side);height:var(--top);
    display:flex;align-items:center;justify-content:space-between;gap:18px;
    padding:0 28px;border-bottom:1px solid var(--line);
    background:rgba(255,255,255,.92);backdrop-filter:blur(18px)
}
.studio-topbar>form{
    width:min(620px,64vw);display:flex;align-items:center;gap:9px;
    min-height:40px;padding:0 13px;border:1px solid var(--line);border-radius:13px;
    background:#fff;box-shadow:0 7px 18px rgba(63,45,112,.04);color:#8a8497
}
.studio-topbar form svg{width:17px;height:17px}
.studio-topbar form input{
    width:100%;border:0;outline:0;background:transparent;color:var(--ink);font-size:10px
}
.studio-topbar form kbd{
    padding:4px 7px;border-radius:7px;background:#f3f0f8;font:inherit;font-size:8px
}
.studio-user{display:flex;align-items:center;gap:8px;flex:0 0 auto}
.studio-credit-chip{
    display:flex;align-items:center;gap:5px;min-height:36px;padding:0 11px;
    border:1px solid rgba(110,53,238,.16);border-radius:12px;
    background:linear-gradient(135deg,#f6f1ff,#fff);color:var(--purple);
    box-shadow:0 7px 18px rgba(63,45,112,.05);font-size:9px;font-weight:900
}
.studio-credit-chip>span{font-size:10px;color:#8750f7}
.studio-credit-chip>strong{font-size:11px;font-weight:1000;color:#4c259f}
.studio-credit-chip>small{font-size:8px;font-weight:850;color:#746985}
.studio-icon-action{
    position:relative;display:grid;place-items:center;width:38px;height:38px;
    border:1px solid transparent;border-radius:12px;background:transparent;color:#474255;
    transition:.18s ease
}
.studio-icon-action:hover{border-color:var(--line);background:#f7f4fc;color:var(--purple)}
.studio-icon-action svg{width:20px;height:20px}
.studio-action-badge{
    position:absolute;top:-2px;right:-2px;display:grid;place-items:center;
    min-width:17px;height:17px;padding:0 4px;border:2px solid #fff;border-radius:999px;
    background:#ef3d62;color:#fff;font-size:7px;font-weight:1000;line-height:1
}
.studio-cart-badge{background:linear-gradient(135deg,var(--purple),#9e63ff)}
.studio-profile-link{display:flex;align-items:center;gap:8px;font-size:9px}
.studio-profile-link i{
    display:grid;place-items:center;width:36px;height:36px;border-radius:50%;
    background:linear-gradient(135deg,var(--purple),#9e63ff);color:#fff;
    font-style:normal;font-weight:950
}
.studio-profile-link svg{width:13px;height:13px}

.studio-main{
    margin-left:var(--side);
    padding:calc(var(--top) + 14px) 18px 90px
}

.studio-hero{position:relative;min-height:354px}
.studio-hero-slide{
    position:absolute;inset:0;display:grid;grid-template-columns:1.03fr .97fr;
    min-height:354px;padding:34px 35px;overflow:hidden;border-radius:22px;
    background:
        radial-gradient(circle at 78% 25%,rgba(119,71,236,.22),transparent 32%),
        linear-gradient(130deg,var(--from),var(--to));
    color:#fff;box-shadow:0 22px 52px rgba(25,15,70,.22);
    opacity:0;pointer-events:none;transform:translateX(10px);transition:.4s ease
}
.studio-hero-slide.active{position:relative;opacity:1;pointer-events:auto;transform:none}
.studio-hero-copy{position:relative;z-index:2}
.studio-hero-copy h1{
    margin:0;font-size:44px;letter-spacing:-.05em;line-height:1
}
.studio-hero-copy>p{
    width:min(440px,100%);margin:15px 0 0;color:rgba(255,255,255,.80);
    font-size:12px;line-height:1.55
}
.studio-feature-list{
    display:flex;flex-wrap:wrap;gap:14px;margin-top:20px
}
.studio-feature-list span{
    display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.82);
    font-size:9px
}
.studio-feature-list svg{width:14px;height:14px;color:#9b6cff}
.studio-hero-actions{
    display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px
}
.studio-hero-actions>a{
    display:grid;grid-template-columns:36px 1fr 18px;align-items:center;gap:10px;
    min-height:87px;padding:15px;border-radius:15px;
    border:1px solid rgba(255,255,255,.10);
    background:linear-gradient(135deg,rgba(105,40,243,.98),rgba(70,35,171,.88));
    box-shadow:0 12px 28px rgba(8,4,40,.18)
}
.studio-hero-actions>a:nth-child(2){
    background:linear-gradient(135deg,rgba(223,105,44,.90),rgba(73,34,124,.85))
}
.studio-hero-actions>a>svg:first-child{width:30px;height:30px}
.studio-hero-actions>a>svg:last-child{width:15px;height:15px}
.studio-hero-actions strong,.studio-hero-actions small{display:block}
.studio-hero-actions strong{font-size:12px}
.studio-hero-actions small{
    margin-top:5px;color:rgba(255,255,255,.74);font-size:8px;line-height:1.45
}
.studio-hero-visual{position:relative;min-height:286px}
.studio-hero-visual picture,.studio-hero-visual picture img{
    display:block;width:100%;height:100%
}
.studio-hero-visual picture img{object-fit:contain}
.studio-hero-collage{position:absolute;inset:0}
.studio-hero-collage>a{
    position:absolute;display:grid;place-items:center;overflow:hidden;
    border:8px solid rgba(255,255,255,.08);background:#241858;
    box-shadow:0 22px 45px rgba(4,2,25,.28)
}
.studio-hero-collage>a:nth-child(1){
    top:8px;left:4%;width:190px;height:190px;border-radius:48% 52% 44% 56%
}
.studio-hero-collage>a:nth-child(2){
    top:4px;right:2%;width:180px;height:180px;border-radius:50%
}
.studio-hero-collage>a:nth-child(3){
    right:16%;bottom:-4px;width:210px;height:110px;border-radius:18px
}
.studio-hero-collage img{width:100%;height:100%;object-fit:cover}
.studio-hero-collage>a svg{width:70px;height:70px;color:#a565ff}
.studio-hero-collage>strong{
    position:absolute;right:2%;bottom:18px;padding:14px 24px;border-radius:8px;
    background:linear-gradient(135deg,#7d3af1,#30136f);box-shadow:0 16px 30px rgba(4,2,25,.30);
    font-size:28px;font-weight:1000;letter-spacing:-.05em
}
.studio-hero-collage>strong span{font-size:18px;color:#a981ff}

.studio-categories{
    display:grid;grid-template-columns:repeat(8,minmax(88px,1fr));gap:11px;margin-top:14px
}
.studio-categories>a{
    display:grid;justify-items:center;gap:7px;min-height:100px;padding:10px 7px;
    border:1px solid var(--line);border-radius:16px;background:#fff;
    box-shadow:0 9px 22px rgba(63,45,112,.05);transition:.18s ease
}
.studio-categories>a:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.studio-categories>a>span{
    display:grid;place-items:center;width:53px;height:53px;border-radius:14px;
    background:linear-gradient(145deg,#f0e9ff,#fff);color:var(--purple)
}
.studio-categories img{width:100%;height:100%;object-fit:cover;border-radius:14px}
.studio-categories svg{width:31px;height:31px}
.studio-categories strong{font-size:9px;text-align:center;line-height:1.25}

.studio-model-section{margin-top:24px}
.studio-model-section>header{
    display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px
}
.studio-model-section h2{margin:0;font-size:17px}
.studio-model-section header p{margin:4px 0 0;color:var(--muted);font-size:9px}
.studio-model-section header form{display:flex;gap:9px}
.studio-model-section select,.studio-model-section header button{
    min-height:39px;padding:0 13px;border:1px solid var(--line);border-radius:11px;
    background:#fff;color:#554f60;font-size:9px
}
.studio-model-section header button{display:flex;align-items:center;gap:7px}
.studio-model-section header button svg{width:15px;height:15px}
.studio-model-grid{
    display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px
}
.studio-model-card{
    display:grid;overflow:hidden;border:1px solid var(--line);border-radius:14px;
    background:#fff;box-shadow:0 10px 26px rgba(55,38,104,.07);transition:.18s ease
}
.studio-model-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(55,38,104,.13)}
.studio-model-image{
    position:relative;aspect-ratio:1.32/1;overflow:hidden;background:linear-gradient(145deg,#f5f1ff,#ebe4fb)
}
.studio-model-image>img{width:100%;height:100%;object-fit:cover}
.studio-model-image>span{
    display:grid;place-items:center;width:100%;height:100%;color:#9b65ff
}
.studio-model-image>span svg{width:58px;height:58px}
.studio-model-image>button{
    position:absolute;top:9px;right:9px;display:grid;place-items:center;width:28px;height:28px;
    border:0;border-radius:50%;background:rgba(20,18,28,.40);color:#fff
}
.studio-model-image>button svg{width:17px;height:17px}
.studio-model-copy{display:grid;gap:8px;min-height:112px;padding:10px}
.studio-model-copy>div{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.studio-model-copy strong{font-size:10px}
.studio-model-copy>div>span{
    padding:3px 6px;border-radius:999px;background:#f0e9ff;color:var(--purple);
    font-size:6px;font-weight:950;white-space:nowrap
}
.studio-model-copy p{
    margin:0;color:var(--muted);font-size:8px;line-height:1.45
}
.studio-model-copy footer{
    display:flex;align-items:center;gap:14px;margin-top:auto;color:#696374;font-size:8px
}
.studio-model-copy footer span{display:flex;align-items:center;gap:4px}
.studio-model-copy footer svg{width:12px;height:12px}
.studio-model-copy footer span:first-child svg{color:#ffaf0b;fill:#ffaf0b;stroke:#ffaf0b}
.studio-model-copy footer i{
    display:grid;place-items:center;width:27px;height:27px;margin-left:auto;border-radius:8px;
    background:linear-gradient(135deg,var(--purple),#9558ff);color:#fff
}
.studio-more-button{
    display:flex;align-items:center;justify-content:center;gap:10px;width:max-content;
    min-height:41px;margin:28px auto 0;padding:0 22px;border:1px solid var(--purple);
    border-radius:11px;color:var(--purple);font-size:9px;font-weight:900
}
.studio-more-button svg{width:15px;height:15px}

.studio-floating-cta{
    position:fixed;z-index:50;right:16px;bottom:18px;width:250px;padding:17px;
    overflow:hidden;border-radius:17px;background:linear-gradient(135deg,#7738e9,#5d2bc5 60%,#3659df);
    color:#fff;box-shadow:0 24px 45px rgba(71,36,167,.28)
}
.studio-floating-cta h3{margin:0;font-size:14px}
.studio-floating-cta ul{display:grid;gap:6px;margin:11px 0 13px;padding:0;list-style:none}
.studio-floating-cta li{display:flex;align-items:center;gap:6px;font-size:8px}
.studio-floating-cta li svg{
    width:14px;height:14px;padding:3px;border-radius:4px;background:rgba(255,255,255,.18)
}
.studio-floating-cta>a{
    display:grid;place-items:center;width:145px;min-height:34px;border-radius:10px;
    background:#ffd22e;color:#39286c;font-size:9px;font-weight:950
}
.studio-rocket{
    position:absolute;right:-5px;bottom:-5px;width:64px;height:64px;transform:rotate(12deg)
}

.studio-page-header{
    padding:28px;border-radius:20px;background:linear-gradient(135deg,#20175a,#130b3d);
    color:#fff;box-shadow:0 20px 45px rgba(24,14,66,.20)
}
.studio-page-header span{color:#a77dff;font-size:9px;font-weight:950;letter-spacing:.12em}
.studio-page-header h1{margin:8px 0 0;font-size:30px}
.studio-page-header p{margin:7px 0 0;color:rgba(255,255,255,.75);font-size:10px}
.studio-filter-bar{
    display:grid;grid-template-columns:1fr 200px 180px auto;gap:10px;margin:16px 0;padding:12px;
    border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)
}
.studio-filter-bar label{
    display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);
    border-radius:11px;background:#fbfafc
}
.studio-filter-bar label svg{width:17px;height:17px;color:#898293}
.studio-filter-bar input,.studio-filter-bar select{
    min-height:39px;border:1px solid var(--line);border-radius:11px;background:#fbfafc;
    padding:0 11px;outline:0;color:var(--ink);font-size:9px
}
.studio-filter-bar label input{width:100%;border:0;padding:0}
.studio-filter-bar button{
    min-height:39px;padding:0 15px;border:0;border-radius:11px;
    background:linear-gradient(135deg,var(--purple),#9658ff);color:#fff;font-size:9px;font-weight:950
}
.explore-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.studio-empty{
    grid-column:1/-1;padding:40px;border:1px dashed var(--line);border-radius:15px;
    color:var(--muted);text-align:center
}
.studio-tools-page-grid{
    display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:16px
}
.studio-tool-page-card{
    display:grid;grid-template-columns:58px 1fr 20px;align-items:center;gap:13px;
    min-height:105px;padding:16px;border:1px solid var(--line);border-radius:17px;
    background:#fff;box-shadow:var(--shadow)
}
.studio-tool-page-card>span{
    display:grid;place-items:center;width:58px;height:58px;border-radius:16px;
    background:#eee8ff;color:var(--purple)
}
.studio-tool-page-card>span img{width:100%;height:100%;object-fit:cover;border-radius:16px}
.studio-tool-page-card>span svg{width:31px;height:31px}
.studio-tool-page-card strong{font-size:12px}
.studio-tool-page-card p{margin:5px 0 0;color:var(--muted);font-size:8px;line-height:1.45}
.studio-tool-page-card>svg{width:17px;height:17px;color:var(--purple)}

.studio-back{
    display:inline-flex;align-items:center;gap:7px;margin-bottom:13px;color:var(--purple);
    font-size:9px;font-weight:900
}
.studio-detail{
    display:grid;grid-template-columns:1.05fr .95fr;gap:20px;padding:20px;border:1px solid var(--line);
    border-radius:22px;background:#fff;box-shadow:var(--shadow)
}
.studio-detail-image{
    display:grid;place-items:center;min-height:440px;overflow:hidden;border:1px solid rgba(94,57,180,.10);border-radius:18px;background:linear-gradient(145deg,#f7f4ff,#ebe5fa)
}
.studio-detail-image img{width:100%;height:100%;object-fit:contain}
.studio-detail-image>svg{width:110px;height:110px;color:#9961ff}
.studio-detail-copy{padding:15px}
.studio-detail-copy>span{color:var(--purple);font-size:9px;font-weight:950}
.studio-detail-copy h1{margin:8px 0 0;font-size:34px}
.studio-detail-copy>p{margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.6}
.studio-detail-chips{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}
.studio-detail-chips span{
    padding:6px 9px;border-radius:999px;background:#f0eaff;color:var(--purple);
    font-size:8px;font-weight:900
}
.studio-detail-copy ul{display:grid;gap:9px;margin:20px 0;padding:0;list-style:none}
.studio-detail-copy li{display:flex;align-items:center;gap:8px;font-size:10px}
.studio-detail-copy li svg{width:17px;height:17px;color:var(--purple)}
.studio-detail-copy form button{
    display:flex;align-items:center;justify-content:center;gap:9px;width:100%;min-height:46px;
    border:0;border-radius:12px;background:linear-gradient(135deg,var(--purple),#9559ff);
    color:#fff;font-weight:950
}
.studio-detail-copy form button svg{width:17px;height:17px}
.studio-related{margin-top:24px}
.studio-related h2{font-size:18px}

.studio-placeholder-page{
    display:grid;place-items:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#1e1554,#0f092f)
}
.studio-placeholder-page main{
    width:min(700px,100%);padding:36px;border-radius:24px;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.25)
}
.studio-placeholder-page main>a{color:var(--purple);font-size:10px;font-weight:900}
.studio-placeholder-page main>span{display:block;margin-top:25px;color:var(--purple);font-size:9px;font-weight:950;letter-spacing:.12em}
.studio-placeholder-page h1{margin:8px 0 0;font-size:34px}
.studio-placeholder-page p{color:var(--muted);line-height:1.65}

@media(max-width:1100px){
    :root{--side:75px}
    .studio-logo strong{font-size:30px}
    .studio-logo span,.studio-sidebar nav a span,.studio-premium{display:none}
    .studio-sidebar nav a{grid-template-columns:1fr;justify-items:center;padding:0}
    .studio-hero-slide{grid-template-columns:.95fr 1.05fr}
    .studio-categories{grid-template-columns:repeat(4,1fr)}
    .studio-model-grid,.explore-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
    :root{--side:0px;--top:60px}
    .studio-sidebar{
        inset:auto 0 0;width:100%;height:62px;padding:6px 8px;border-right:0;border-top:1px solid var(--line)
    }
    .studio-logo,.studio-premium{display:none}
    .studio-sidebar nav{grid-template-columns:repeat(5,1fr)}
    .studio-sidebar nav a{min-height:49px;gap:2px}
    .studio-sidebar nav a:nth-child(n+6){display:none}
    .studio-sidebar nav a span{display:block;font-size:7px}
    .studio-topbar{inset:0 0 auto;padding:0 9px}
    .studio-topbar>form{width:100%}
    .studio-topbar form kbd,.studio-profile-link strong,.studio-profile-link>svg,.studio-credit-chip>small{display:none}
    .studio-main{margin-left:0;padding:calc(var(--top) + 8px) 8px 80px}
    .studio-hero-slide{grid-template-columns:1fr;padding:22px;min-height:auto}
    .studio-hero-copy h1{font-size:34px}
    .studio-hero-actions{grid-template-columns:1fr}
    .studio-hero-visual{min-height:260px;margin-top:10px}
    .studio-hero-collage>a:nth-child(1){width:130px;height:130px}
    .studio-hero-collage>a:nth-child(2){width:120px;height:120px}
    .studio-hero-collage>a:nth-child(3){width:150px;height:90px}
    .studio-hero-collage>strong{font-size:20px}
    .studio-categories{grid-template-columns:repeat(2,1fr)}
    .studio-model-section>header{display:grid}
    .studio-model-grid,.explore-grid{grid-template-columns:repeat(2,1fr)}
    .studio-floating-cta{position:relative;right:auto;bottom:auto;width:100%;margin-top:20px}
    .studio-filter-bar{grid-template-columns:1fr}
    .studio-tools-page-grid{grid-template-columns:1fr}
    .studio-detail{grid-template-columns:1fr}
    .studio-detail-image{min-height:300px}
}
@media(max-width:390px){
    .studio-model-grid,.explore-grid{grid-template-columns:1fr}
}
