:root{--ink:#28243c;--muted:#817c91;--purple:#6657d9;--paper:#fbfaf7}*{box-sizing:border-box}html{background:var(--paper)}body{color:var(--ink);background:radial-gradient(circle at 15% 15%,#f5effc 0,transparent 28%),var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif}button,a{font:inherit}button{color:inherit}.topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:3;background:#fbfaf7e0;border-bottom:1px solid #e5e0eb;justify-content:space-between;align-items:center;height:82px;padding:0 clamp(22px,5vw,68px);display:flex;position:relative}.brand{color:var(--ink);letter-spacing:.15em;align-items:center;gap:10px;font-family:Georgia,serif;font-size:22px;font-weight:800;text-decoration:none;display:flex}.brand em{letter-spacing:.12em;color:#938da2;border-left:1px solid #c8c2d0;padding-left:13px;font-family:Arial,sans-serif;font-size:10px;font-style:normal;font-weight:600}.brandMark{color:#fff;background:var(--purple);border-radius:50%;place-items:center;width:30px;height:30px;font-size:14px;display:grid}.headerActions{align-items:center;gap:10px;display:flex}.headerActions button{cursor:pointer;background:#fff;border:1px solid #ded9e6;border-radius:13px;height:42px;padding:0 16px;font-weight:700;transition:transform .2s,box-shadow .2s}.headerActions button:hover{transform:translateY(-2px);box-shadow:0 7px 16px #4b3a7614}.headerActions .iconButton{width:42px;padding:0;font-size:20px}.headerActions .randomButton{color:#574bb7;background:#f1edfb;border-color:#e5ddfa}.headerActions .saveButton{color:#fff;background:var(--purple);border-color:var(--purple);box-shadow:0 8px 22px #6657d93d}.workspace{grid-template-columns:minmax(520px,590px) minmax(420px,1fr);align-items:start;gap:clamp(42px,6vw,92px);width:min(1280px,100% - 44px);min-height:calc(100vh - 136px);margin:0 auto;padding:42px 0 48px;display:grid}.editorCard{background:#fff;border:1px solid #e5e0eb;border-radius:28px;overflow:hidden;box-shadow:0 24px 70px #4a3d6b14}.editorIntro{padding:26px 30px 19px}.eyebrow{letter-spacing:.21em;font-weight:800;color:#8a78c7!important;margin:0 0 7px!important;font-size:9px!important}.editorIntro h1{letter-spacing:-.025em;margin:0 0 8px;font-family:Georgia,serif;font-size:33px;line-height:1}.editorIntro p{color:var(--muted);margin:0;font-size:13px}.tabs{scrollbar-width:none;border-bottom:1px solid #eeeaf1;padding:0 18px;display:flex;overflow-x:auto}.tabs::-webkit-scrollbar{display:none}.tabs button{color:#928c9d;cursor:pointer;background:0 0;border:0;flex:none;padding:14px 13px 16px;font-size:11px;font-weight:800;position:relative}.tabs button.active{color:var(--purple)}.tabs button.active:after{content:"";background:var(--purple);border-radius:3px 3px 0 0;height:3px;position:absolute;bottom:-1px;left:20%;right:20%}.choiceSection{min-height:307px;padding:19px 22px 16px}.sectionHeading{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sectionHeading>span{text-transform:capitalize;font-family:Georgia,serif;font-size:16px;font-weight:700}.sectionHeading small{color:#aaa4b2;letter-spacing:.14em;font-size:8px;font-weight:700}.groupToggle{background:#f2eff8;border-radius:999px;padding:3px;display:flex}.groupToggle button{color:#8b8398;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:7px 12px;font-size:9px;font-weight:800}.groupToggle button.selected{color:var(--purple);background:#fff;box-shadow:0 2px 8px #4c3a7317}.choiceScroller{scrollbar-width:thin;scrollbar-color:#d8d1e8 transparent;max-height:285px;padding:2px 3px 5px 1px;overflow:auto}.choiceGrid{grid-template-columns:repeat(4,1fr);gap:9px;display:grid}.choiceGrid.dense{grid-template-columns:repeat(5,1fr)}.choice{cursor:pointer;color:#6d6879;background:#faf9fb;border:1px solid #e5e0e8;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:0;height:124px;font-size:9px;font-weight:700;transition:all .2s;display:flex}.choice:hover{border-color:#a99ce5;transform:translateY(-2px)}.choice.activeChoice{border:2px solid var(--purple);color:var(--purple);background:#f3f0fc;box-shadow:0 7px 16px #6657d91c}.choicePreview{background:#eee9fb;border-radius:50%;width:78px;height:78px;display:block;box-shadow:0 0 0 1px #e0dbe8}.dense .choicePreview{width:66px;height:66px}.activeChoice .choicePreview{box-shadow:0 0 0 2px #9f92df}.accessories{border-top:1px solid #eeeaf1;padding:15px 24px 21px}.accessories .sectionHeading{margin-bottom:10px}.accessoryPills{flex-wrap:wrap;gap:7px;display:flex}.accessoryPills button{color:#777181;cursor:pointer;background:#fff;border:1px solid #e3dee8;border-radius:999px;padding:8px 12px;font-size:9px}.accessoryPills button.selectedPill{color:#fff;background:var(--purple);border-color:var(--purple)}.colorsPanel{flex-direction:column;gap:12px;padding:2px 4px;display:flex}.colorRow{justify-content:space-between;align-items:center;display:flex}.colorRow>span{text-transform:capitalize;font-family:Georgia,serif;font-size:14px;font-weight:700}.colorRow>div{gap:8px;display:flex}.swatch{cursor:pointer;border:3px solid #fff;border-radius:50%;width:27px;height:27px;box-shadow:0 0 0 1px #ddd6e0}.swatch.selected{box-shadow:0 0 0 2px var(--purple);transform:scale(1.08)}.previewPane{flex-direction:column;align-items:center;display:flex;position:sticky;top:105px}.avatarFrame{aspect-ratio:1;background:#fff;border:1px solid #ded8e7;border-radius:50%;width:min(100%,560px);padding:13px;box-shadow:0 30px 72px #5c4f8427}.avatarFrame canvas{border-radius:50%;width:100%;height:100%;display:block}.sparkle{color:#9b8bd4;font-family:Georgia,serif;animation:3s ease-in-out infinite float;position:absolute}.s1{font-size:27px;top:14%;left:0}.s2{font-size:20px;animation-delay:-1s;top:7%;right:2%}.s3{font-size:25px;animation-delay:-2s;bottom:22%;right:0}@keyframes float{50%{transform:translateY(-8px)rotate(7deg)}}.previewFooter{text-align:center;margin-top:16px}.previewFooter span{color:#786cab;letter-spacing:.18em;font-size:9px;font-weight:800}.previewFooter i{background:#7bc78e;border-radius:50%;width:7px;height:7px;margin-right:6px;display:inline-block;box-shadow:0 0 0 4px #dff2e4}.previewFooter p{color:#8b8595;margin:6px 0 0;font-family:Georgia,serif;font-size:13px;font-style:italic}footer{color:#a29ca9;border-top:1px solid #e5e0eb;justify-content:center;align-items:center;gap:22px;height:54px;font-family:Georgia,serif;font-size:11px;font-style:italic;display:flex}footer span:nth-child(2){color:#9b8bd4}@media (width<=1000px){.workspace{grid-template-columns:1fr;gap:32px;width:min(650px,100% - 30px);padding-top:28px}.previewPane{grid-row:1;position:relative;top:auto}.avatarFrame{width:min(76vw,480px)}.editorCard{grid-row:2}}@media (width<=600px){.topbar{align-items:flex-start;height:auto;padding:15px 16px}.brand em,.randomButton{display:none}.headerActions button{height:38px;padding:0 11px}.headerActions .iconButton{width:38px}.workspace{width:calc(100% - 20px)}.avatarFrame{width:min(86vw,390px)}.editorIntro{padding:24px 20px 17px}.editorIntro h1{font-size:29px}.tabs{padding:0 8px}.tabs button{padding-left:11px;padding-right:11px}.choiceSection{padding:17px 14px 14px}.choiceScroller{max-height:none}.choiceGrid,.choiceGrid.dense{grid-template-columns:repeat(2,1fr)}.choice{gap:4px;height:100px}.choicePreview,.dense .choicePreview{width:63px;height:63px}.colorsPanel{gap:14px}.colorRow{align-items:flex-start;gap:8px}.colorRow>div{flex-wrap:wrap;justify-content:flex-end}.swatch{width:26px;height:26px}.accessories{padding-left:16px;padding-right:16px}footer{display:none}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.libraryButton{color:#5d4fc4;background:#f1edfb!important;border-color:#e5ddfa!important}.libraryButton span{background:#fff;border-radius:999px;place-items:center;min-width:18px;height:18px;margin-left:5px;font-size:10px;display:inline-grid}.downloadButton{color:#5d4fc4}.toast{z-index:7;color:#fff;background:#2d2440;border:1px solid #ded7ec;border-radius:14px;align-items:center;gap:15px;max-width:min(360px,100vw - 40px);padding:13px 14px 13px 17px;font-size:12px;font-weight:700;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 45px #30274540}.toast button,.closeButton{color:inherit;cursor:pointer;background:0 0;border:0;font-size:22px;line-height:1}.libraryOverlay{z-index:6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#28203973;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.libraryDialog{background:#fbfaf7;border:1px solid #e4dfea;border-radius:26px;width:min(780px,100%);max-height:min(760px,100vh - 48px);overflow:auto;box-shadow:0 30px 90px #1e172c61}.libraryHeader{border-bottom:1px solid #e9e5ed;justify-content:space-between;align-items:flex-start;padding:27px 29px 22px;display:flex}.libraryHeader .eyebrow{margin-bottom:7px!important}.libraryHeader h2{letter-spacing:-.035em;margin:0;font-family:Georgia,serif;font-size:32px}.libraryHeader p:last-child{color:#817c91;margin:6px 0 0;font-size:12px}.closeButton{color:#6657d9;background:#eee9f6;border-radius:50%;width:36px;height:36px}.creationGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:22px;display:grid}.creationCard{background:#fff;border:1px solid #e4dfea;border-radius:17px;gap:13px;padding:12px;display:flex}.creationCard .choicePreview{flex:none;width:112px;height:112px}.creationDetails{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.creationDetails input{color:#28243c;background:0 0;border:0;border-bottom:1px solid #0000;outline:0;width:100%;padding:3px 0 5px;font-family:Georgia,serif;font-size:16px;font-weight:700}.creationDetails input:focus{border-bottom-color:#9f92df}.creationDetails time{color:#9a94a2;letter-spacing:.08em;text-transform:uppercase;font-size:9px;font-weight:800}.creationActions{flex-wrap:wrap;gap:6px;margin-top:auto;padding-top:10px;display:flex}.creationActions button{color:#5f566b;cursor:pointer;background:#fff;border:1px solid #e3ddec;border-radius:9px;padding:6px 8px;font-size:10px;font-weight:800}.creationActions button:hover{color:#5d4fc4;border-color:#9f92df}.creationActions .deleteButton{color:#aa596b}.emptyCollection{text-align:center;padding:68px 24px}.emptyCollection span{color:#6657d9;background:#eee9fa;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 14px;font-size:22px;display:grid}.emptyCollection h3{margin:0;font-family:Georgia,serif;font-size:23px}.emptyCollection p,.collectionError{color:#817c91;font-size:13px}.emptyCollection p{margin:8px 0 0}.collectionError{color:#9a4358;background:#fff0f2;border-radius:12px;margin:28px;padding:13px 15px}@media (width<=600px){.brand em,.randomButton,.downloadButton{display:none}.headerActions{gap:6px}.headerActions button{height:38px;padding:0 10px;font-size:10px}.libraryOverlay{padding:12px}.libraryHeader{padding:23px 20px 18px}.libraryHeader h2{font-size:28px}.creationGrid{grid-template-columns:1fr;padding:14px}.creationCard .choicePreview{width:96px;height:96px}}.hubPage{color:#28243c;background:radial-gradient(circle at 85% 8%,#eee8ff 0,#0000 28%),radial-gradient(circle at 8% 55%,#f8e8ef 0,#0000 26%),#fbfaf7;min-height:100vh;padding:0 clamp(24px,6vw,84px);font-family:Arial,Helvetica,sans-serif}.hubHeader{border-bottom:1px solid #ddd7e4;justify-content:space-between;align-items:center;height:100px;display:flex}.hubBrand{color:#28243c;letter-spacing:.05em;align-items:center;gap:13px;font-family:Georgia,serif;font-size:20px;font-weight:800;text-decoration:none;display:flex}.hubMonogram{color:#fff;letter-spacing:.08em;background:#2d2440;border-radius:50%;place-items:center;width:42px;height:42px;font-family:Arial,sans-serif;font-size:11px;display:grid}.hubEdition{color:#8c8597;letter-spacing:.16em;text-transform:uppercase;font-size:10px;font-weight:800}.hubHero{max-width:850px;padding:clamp(68px,9vw,126px) 0 62px}.hubEyebrow{letter-spacing:.24em;font-weight:900;color:#7565c9!important;margin:0 0 20px!important;font-size:10px!important}.hubHero h1{letter-spacing:-.065em;margin:0;font-family:Georgia,serif;font-size:clamp(64px,10vw,132px);font-weight:500;line-height:.82}.hubHero>p:last-child{color:#746e7e;max-width:570px;margin:32px 0 0;font-family:Georgia,serif;font-size:clamp(18px,2vw,25px);line-height:1.45}.experienceShelf{padding-bottom:96px}.shelfHeading{justify-content:space-between;align-items:end;margin-bottom:20px;display:flex}.shelfHeading h2{margin:0;font-family:Georgia,serif;font-size:28px}.shelfHeading span{color:#8e8798;letter-spacing:.18em;text-transform:uppercase;font-size:9px;font-weight:800}.experienceGrid{grid-template-columns:minmax(0,1.55fr) minmax(260px,.7fr);gap:18px;display:grid}.experienceCard{background:#fff;border:1px solid #ded8e5;border-radius:28px;min-height:390px;overflow:hidden;box-shadow:0 24px 70px #4a3d6b12}.museCard{color:inherit;grid-template-columns:1.05fr .95fr;text-decoration:none;transition:transform .25s,box-shadow .25s;display:grid}.museCard:hover{transform:translateY(-5px);box-shadow:0 32px 80px #4a3d6b24}.cardArtwork{background:linear-gradient(145deg,#6a58d8,#b690e9);min-height:390px;position:relative;overflow:hidden}.artHalo{background:#f7f3ff;border-radius:50%;width:330px;height:330px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 16px #ffffff24}.artFace{color:#6b58d4;background:#ffd8bd;border-radius:48% 48% 44% 44%;place-items:center;width:152px;height:190px;font-size:43px;display:grid;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 0 0 14px #2d2440}.artSparkle{color:#fff;font-family:Georgia,serif;position:absolute}.artSparkle.one{font-size:35px;top:16%;left:11%}.artSparkle.two{font-size:28px;bottom:16%;right:12%}.cardCopy{flex-direction:column;padding:42px;display:flex}.cardCopy>div{justify-content:space-between;align-items:center;display:flex}.cardNumber{color:#8b8297;letter-spacing:.16em;font-size:11px;font-weight:900}.cardStatus{color:#34744a;letter-spacing:.12em;text-transform:uppercase;background:#e4f5e8;border-radius:999px;padding:7px 10px;font-size:9px;font-weight:900}.cardCopy h3{letter-spacing:-.045em;margin:64px 0 14px;font-family:Georgia,serif;font-size:58px;line-height:1}.cardCopy p{color:#746e7e;margin:0;font-family:Georgia,serif;font-size:17px;line-height:1.45}.cardAction{color:#5d4fc4;letter-spacing:.12em;text-transform:uppercase;margin-top:auto;padding-top:24px;font-size:11px;font-weight:900}.cardAction b{margin-left:5px;font-size:17px}.comingCard{background:#ffffff6b;border-style:dashed;flex-direction:column;justify-content:flex-end;padding:38px;display:flex}.comingCard span{color:#9a92a3;letter-spacing:.16em;text-transform:uppercase;font-size:9px;font-weight:900}.comingCard strong{max-width:250px;margin-top:14px;font-family:Georgia,serif;font-size:28px;font-weight:500;line-height:1.15}.hubFooter{color:#918a9a;border-top:1px solid #ddd7e4;justify-content:space-between;align-items:center;height:92px;font-family:Georgia,serif;font-size:12px;font-style:italic;display:flex}.hubFooter span:first-child{letter-spacing:.16em;text-transform:uppercase;font-family:Arial,sans-serif;font-size:10px;font-style:normal;font-weight:900}@media (width<=850px){.hubEdition{display:none}.experienceGrid{grid-template-columns:1fr}.comingCard{min-height:210px}.museCard{grid-template-columns:1fr}.cardArtwork{min-height:320px}.cardCopy{min-height:330px}.cardCopy h3{margin-top:42px}}@media (width<=520px){.hubPage{padding:0 18px}.hubHeader{height:82px}.hubHero{padding:72px 0 50px}.hubHero h1{font-size:64px}.experienceCard{border-radius:22px}.cardArtwork{min-height:270px}.artHalo{width:240px;height:240px}.artFace{width:118px;height:148px}.cardCopy{padding:30px}.cardCopy h3{font-size:48px}.hubFooter{height:76px}}
