@import "https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Satisfy&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@700;800&display=swap";
*{box-sizing:border-box}html,body{color:#000;background:#eeece4;margin:0;padding:0;font-family:Jost,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji}a{color:inherit;text-decoration:none}button{cursor:pointer}:root{--brand-ink:#535148;--brand-blue:#233b78;--brand-blue-2:#2c4185;--brand-amber:#f5a33b;--bg-soft:#f7f6ef;--border:#eef0f3}.container{box-sizing:border-box;width:100%;max-width:none;margin:0;padding:24px}.card{border:1px solid var(--border);background:#fff;border-radius:20px;padding:28px;box-shadow:0 18px 40px #00000014}.muted{color:#6a7280}.row{align-items:center;gap:16px;display:flex}.col{flex-direction:column;gap:10px;display:flex}.btn{background:linear-gradient(180deg,var(--brand-blue)0%,var(--brand-blue-2)100%);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:205px;height:50px;padding:12px 18px;transition:transform .12s,box-shadow .12s;display:flex;box-shadow:0 10px 18px #233b7840}.btn:hover{transform:translateY(-1px);box-shadow:0 12px 22px #233b7847}.btn:disabled{color:#9ca3af;cursor:not-allowed;box-shadow:none;background:#d1d5db;transform:none}.btn:disabled:hover{box-shadow:none;transform:none}.btn.secondary{color:#000;background:#e7eaf3;box-shadow:0 6px 14px #0000000a}.btn.ghost{color:#000;background:0 0;border:1px solid #cbd5e1}.input{background:#fbfcff;border:1px solid #e4e4e7;border-radius:12px;padding:12px 14px;transition:box-shadow .12s,border-color .12s}.input:focus{background:#fff;border-color:#b7c5ff;outline:none;box-shadow:0 0 0 3px #3e5dff1f}.textarea{resize:vertical;min-height:160px}.section-title{letter-spacing:.2px;margin:0 0 8px;font-size:22px;font-weight:800}.file-list{color:#384050;background:#f6f8fb;border:1px dashed #cfd8ea;border-radius:12px;padding:10px 12px}.encode-card{background:linear-gradient(#fff 0%,#fafbff 100%)}.bg-grad{background:linear-gradient(#92a3cd 0%,#eeece4 23.56%);flex-direction:column;min-height:100vh;display:flex}.page{flex-direction:column;flex:1;display:flex}.topbar{background:0 0}.header{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f5f6fbeb;border-bottom:1px solid #a1b1ce52;width:100%;padding:18px 0;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;width:100%;padding:0 60px;display:flex;overflow:visible}.brand{letter-spacing:.14em;text-transform:uppercase;color:#7d828f;align-items:center;gap:14px;font-size:20px;font-weight:700;display:flex}.brand-logo{filter:drop-shadow(0 6px 12px #00000014);width:auto;height:36px;display:block}.nav{align-items:center;gap:10px;display:flex}.nav-link{color:#535148;letter-spacing:.02em;border-radius:10px;padding:10px 18px;font-size:17px;font-weight:600;text-decoration:none;transition:background .12s,color .12s}.nav-link:hover{color:#233b78;background:#0000000f}.header-sign-in{color:#1d2f55;white-space:nowrap;background:#f3f6ff;border:1px solid #748bbd59;border-radius:14px;justify-content:center;align-items:center;min-width:max(80px,min(140px,20vw));padding:12px clamp(16px,3vw,28px);font-size:clamp(13px,2vw,16px);font-weight:600;transition:transform .12s,box-shadow .12s,background .12s;display:inline-flex;box-shadow:0 12px 26px #233b7829}.header-sign-in:hover{background:#e6edff;transform:translateY(-1px);box-shadow:0 16px 34px #233b7833}.profile-pill{background:#fffc;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:10px;padding:6px 10px;display:flex;box-shadow:0 6px 14px #0000000f}.profile-pill .avatar{color:#fff;background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;display:inline-flex;overflow:hidden}.profile-pill .name{font-weight:600}.profile-pill .go{margin-left:6px}@media (max-width:768px){.profile-pill .name{display:none}.profile-pill{gap:0;padding:6px}}.profile-menu{position:relative}.dropdown-menu{z-index:100;background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:160px;padding:6px;animation:.14s ease-out dropdownIn;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 18px 38px #0000001f}.dropdown-item{text-align:left;color:#111827;background:0 0;border:none;border-radius:10px;width:100%;padding:10px 12px;font-size:16px;font-weight:600;display:block}a.dropdown-item,button.dropdown-item{font-family:inherit}.dropdown-item:hover{background:#f3f4f6}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.dropzone{text-align:center;box-sizing:border-box;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;width:100%;max-width:100%;padding:18px;overflow:hidden}.dropzone:hover{background:#f1f5f9}.toggle{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:center;gap:10px;padding:10px 14px;display:flex}.file-list{background:#f1f5ff;border:1px dashed #c7d2fe;border-radius:10px;margin-top:8px;padding:8px 12px}.dz-items{box-sizing:border-box;flex-direction:column;gap:8px;width:100%;max-width:100%;display:flex}.chips{flex-wrap:wrap;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.chip{background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;align-items:center;gap:6px;padding:4px 8px;display:flex}.chip .label{white-space:nowrap;text-overflow:ellipsis;max-width:220px;overflow:hidden}.progress{background:#eef2ff;border:1px solid #c7d2fe;border-radius:10px;height:10px;position:relative;overflow:hidden}.progress-bar{background:linear-gradient(90deg,#4b6bdb,#2139d1);height:100%;transition:width .25s}.progress-shimmer{pointer-events:none;opacity:0;background:linear-gradient(90deg,#fff0 0%,#fff9 50%,#fff0 100%);width:40%;height:100%;position:absolute;top:0;left:0;transform:translate(-100%)}.progress-shimmer.active{opacity:.6;animation:1.2s linear infinite shimmer}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(250%)}}.toggle input[type=checkbox]{appearance:none;background:#e2e8f0;border-radius:999px;outline:none;width:44px;height:24px;transition:background .15s;position:relative}.toggle input[type=checkbox]:after{content:"";background:#fff;border-radius:999px;width:18px;height:18px;transition:transform .15s;position:absolute;top:3px;left:3px;box-shadow:0 1px 2px #0003}.toggle input[type=checkbox]:checked{background:linear-gradient(#2f6ef2,#214bd6)}.toggle input[type=checkbox]:checked:after{transform:translate(20px)}.unlock-settings{border-top:1px solid #eef0f3;margin-top:1rem;padding-top:1rem}.radio-label{cursor:pointer;align-items:center;gap:8px;display:flex}.radio-label input[type=radio]{width:18px;height:18px;accent-color:var(--brand-blue)}.price-input-wrapper{align-items:center;gap:8px;margin-top:.5rem;display:flex}.auth-wrap{padding:40px 16px}.auth-card{max-width:560px;margin:40px auto}.auth-actions{justify-content:flex-end;display:flex}.hero{text-align:center;padding:42px 0 56px}.hero h1{letter-spacing:.3px;color:#1e232b;margin:0;font-size:36px;font-weight:900}.hero p{color:#5e626d;max-width:640px;margin:10px auto 0}.orange-band{background:#f4a53c;margin-top:40px;padding:48px 0}.orange-grid{grid-template-columns:1fr 1fr;align-items:center;gap:24px;display:grid}.video-ph{color:#9ca3af;background:#f3f4f6;border-radius:16px;justify-content:center;align-items:center;height:240px;font-size:32px;display:flex}.dashboard-grid{grid-template-columns:1.2fr .8fr;align-items:start;gap:24px;display:grid}.panel{background:#ffffffeb;border:1px solid #00000014;border-radius:18px;padding:18px;box-shadow:0 10px 28px #0000001a}.media-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.preview{box-sizing:border-box;background:#f8fafc;border:1px dashed #d1d5db;border-radius:14px;align-items:center;gap:10px;width:100%;max-width:100%;padding:10px;display:flex}.preview img{object-fit:cover;background:#e5e7eb;border-radius:10px;flex-shrink:0;width:56px;height:56px}.preview .meta{flex:1;min-width:0;overflow:hidden}.preview .name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.preview .muted{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.preview .remove{color:#991b1b;white-space:nowrap;background:#fee2e2;border:none;border-radius:8px;flex-shrink:0;padding:6px 8px}.upload-tile{background:#f8fafc;border:1px dashed #cbd5e1;border-radius:10px;width:44px;height:44px;transition:transform .12s,box-shadow .12s;position:relative;box-shadow:0 4px 10px #0000000a}.upload-tile:after{content:"";opacity:.18;background:url(/images/line_right_left.png) 50%/24px 24px no-repeat;position:absolute;inset:0}.upload-tile.small{width:44px;height:44px}.upload-tile:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 8px 18px #00000014}.modal-overlay{z-index:60;background:#00000040;justify-content:center;align-items:center;animation:.12s fadeIn;display:flex;position:fixed;inset:0}.modal-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;width:min(620px,94vw);padding:28px;animation:.14s popIn;box-shadow:0 28px 60px #0000002e}.upload-modal h3{text-align:center;margin:0 0 16px;font-size:24px}.upload-drop{cursor:pointer;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:14px;justify-content:center;align-items:center;min-height:160px;display:flex}.upload-icon{background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;width:64px;height:64px;box-shadow:inset 0 0 0 2px #e0e7ff}.uploaded-preview{justify-content:center;align-items:center;padding:12px;display:flex}.uploaded-preview img{border-radius:12px;max-width:220px;max-height:220px;box-shadow:0 10px 26px #00000014}.modal-actions{justify-content:center;gap:12px;margin-top:18px;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes popIn{0%{opacity:0;transform:translateY(6px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.rec-card{background:#fffffe;border-radius:2px;position:relative;overflow:hidden;box-shadow:2px 2px 4px #00000040;border:1px solid #00000061!important}.rec-title{color:#000;font-family:Jost,sans-serif;font-size:14px;font-weight:400;line-height:20px;position:absolute;top:18px;left:18px}.rec-disc{background:#000c;border-radius:50%;width:158.85px;height:158.85px;position:absolute;top:76px;right:-80px}.rec-image-placeholder{background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:2px solid #6366f133;border-radius:50%;justify-content:center;align-items:center;width:158.85px;height:158.85px;display:flex;position:absolute;top:76px;right:-80px}.rec-image-icon{z-index:2;opacity:.8;position:relative}.rec-image-pattern{border-radius:50%;position:absolute;inset:0}.pattern-dot{background:#6366f14d;border-radius:50%;width:8px;height:8px;animation:3s ease-in-out infinite float;position:absolute}.pattern-dot:nth-child(2){animation-delay:1s}.pattern-dot:nth-child(3){animation-delay:2s}@keyframes float{0%,to{opacity:.3;transform:translateY(0)scale(1)}50%{opacity:.6;transform:translateY(-10px)scale(1.2)}}.rec-disc .rec-center{background:#e02d3ccc;border-radius:50%;width:50.37px;height:50.37px;position:absolute;top:calc(50% - 25.185px);left:calc(50% - 25.185px)}.rec-fab{z-index:40;cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:89px;height:89px;padding:0;transition:transform .16s,box-shadow .16s;display:flex;position:fixed;bottom:150px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 24px #0000004d,0 4px 12px #0003}.rec-fab:hover{transform:translate(-50%)translateY(-2px);box-shadow:0 12px 32px #00000059,0 6px 16px #00000040}.rec-ico{background:#505050;border-radius:50%;width:38px;height:38px;position:relative}.rec-ico:after{content:"";background:#e02d3ccc;border-radius:50%;position:absolute;inset:10px}.rec-panel{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #0000002e;border-radius:20px;width:418px;height:620px;padding:18px;animation:.18s recPop;position:fixed;bottom:120px;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 28px 70px #00000038}.rec-head{justify-content:space-between;align-items:center;display:flex}.rec-title{color:#111827;font-weight:600}.rec-body{flex-direction:column;align-items:center;height:calc(100% - 46px);padding:10px 2px 2px;display:flex;position:relative}.rec-status{text-align:center;color:#111827;z-index:2;margin:6px 0 12px;font-size:15px;font-weight:700;position:relative}.wf-bars{background:linear-gradient(#e9f4ffe6,#ffffffe6);border:1px solid #00000014;border-radius:14px;justify-content:center;align-items:flex-end;gap:2px;height:120px;padding:8px 10px;display:flex;overflow:hidden}.wf-bar{transform-origin:bottom;background:linear-gradient(#60a5fa,#2563eb);border-radius:3px;width:4px;transition:height 60ms linear;box-shadow:0 6px 18px #2563eb40}.rec-box{box-sizing:border-box;background:#efece4;border:1px solid #00000014;border-radius:20px;justify-content:center;align-items:flex-end;width:368px;height:430px;margin:12px auto 0;padding:14px;display:flex;position:relative;overflow:hidden}.rec-box .wf-bars{background:0 0;border:none;border-radius:20px;justify-content:flex-start;align-items:flex-end;gap:2px;width:100%;height:100%;padding:0 6px 10px}.rec-box .wf-bar{width:3px;box-shadow:none;background:#505050;border-radius:2px}.rec-canvas{width:100%;height:100%;display:block}.rec-bot{background:#000c;border-radius:50%;justify-content:center;align-items:center;width:88.3px;height:88.3px;display:flex;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:2px 2px 12px #00000040}.rec-bot:after{content:"";background:#e02d3ccc;border-radius:50%;width:28.13px;height:28.13px;display:block}@keyframes recPop{0%{opacity:0;transform:translate(-50%)translateY(16px)}to{opacity:1;transform:translate(-50%)translateY(8px)}}.btn-dark{color:#fff;background:#2d4276}.btn-amber{color:#000;background:#fbc12f}.upload-help{text-align:center;color:#334155;margin-top:12px;font-size:14px}.go-shift{transition:margin-left .22s cubic-bezier(.2,.8,.2,1)}.go-shift.shifted{margin-left:12px}.view-toggle{position:relative}.view-toggle-btn{cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.view-toggle-btn .grid{grid-template-columns:repeat(2,10px);grid-auto-rows:10px;gap:4px;display:grid}.view-toggle-btn .grid div{opacity:.8;background:#000;border-radius:2px;width:10px;height:10px}.view-menu{background:#eeece4;border:.5px solid #00000080;border-radius:5px;min-width:140px;padding:8px;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 26px #0000001f}.view-menu button{text-align:left;background:0 0;border:none;border-radius:6px;width:100%;padding:6px 8px;display:block}.view-menu button:hover{background:#0000000d}.nb-stage{background:linear-gradient(#92a3cd 0%,#eeece4 23.56%);min-height:100vh}.nb-wrap{grid-template-columns:200px 1fr minmax(280px,320px);align-items:flex-start;column-gap:24px;width:min(1400px,100% - 48px);margin:0 auto;padding:120px 0 40px;display:grid;position:relative}.nb-wrap.no-creator{grid-template-columns:220px 1fr}.nb-main{background:#fffc;border:.5px solid #cbcbcb;border-radius:5px;justify-self:start;width:100%;max-width:880px;margin:0;padding:16px 16px 12px;box-shadow:0 10px 24px #0000000f}.nb-creator-wrap{position:sticky;top:120px}.nb-creator-card{background:#ffffffe6;border-radius:8px;padding:24px;box-shadow:0 2px 12px #00000014}.nb-media{aspect-ratio:4/3;-webkit-user-select:none;user-select:none;background:#fcfbfa;border-radius:4px;justify-content:center;align-items:center;width:100%;max-height:400px;display:flex;position:relative;overflow:hidden}.nb-media img{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.nb-media .nb-arrow{color:#fff;cursor:pointer;opacity:.9;z-index:2;background:#00000026;border:none;border-radius:999px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.nb-media .nb-arrow.left{left:8px}.nb-media .nb-arrow.right{right:8px}.nb-media .nb-arrow:hover{background:#00000040}.nb-gesture{pointer-events:none;position:absolute;inset:0}.nb-locked:after{content:"";background:#fff9;position:absolute;inset:0}.nb-lock-ico{opacity:.9;pointer-events:none;width:64px;height:64px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.nb-dots{justify-content:center;gap:6px;margin:10px 0 0;display:flex}.nb-dot{background:#d1d1d1;border-radius:2px;width:8px;height:3px}.nb-dot.active{background:#d02d2d}.nb-text{white-space:pre-wrap;color:#000;text-align:center;margin-top:14px;font-size:15px;line-height:1.55}.nb-text-locked{color:#333;background:#0000000d;border-radius:6px;justify-content:center;align-items:center;min-height:120px;margin-top:12px;display:flex}.nb-input-container{width:min(1200px,100% - 48px);margin-top:-30px;margin-left:auto;margin-right:auto;padding-left:244px;padding-right:24px}.nb-input-container .nb-footer{width:100%;max-width:clamp(540px,60vw,880px);margin-left:0}.nb-footer{background:#fffffe;border:.5px solid #cbcbcb;border-radius:5px;align-items:center;margin-top:0;padding:4px 6px;display:flex}.nb-footer .inner{background:#ededed;border-radius:5px;flex:1;align-items:center;height:37px;padding:0 8px;display:flex}.nb-footer input{background:0 0;border:none;outline:none;flex:1;font-size:12px}.nb-back{cursor:pointer;width:200px;margin:0 0 16px;position:sticky;top:120px}.nb-back .panel{background:#fffc;border:.5px solid #cbcbcb;border-radius:5px;justify-content:space-between;align-items:center;height:105px;padding:0 18px;display:flex}.nb-back .panel,.nb-back .panel *{pointer-events:none}.nb-rec{background:#111;border-radius:50%;justify-content:center;align-items:center;width:54.92px;height:54.92px;display:flex;position:relative;box-shadow:inset 0 0 0 2px #ffffff1f}.nb-rec:after{content:"";background:#e02d3c;border-radius:50%;width:18px;height:18px}.nb-chev{color:#1d1b20;opacity:.75;cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.nb-chev:hover{background:#0000000d}.nb-preview img{border-radius:8px;max-width:92vw;max-height:92vh;box-shadow:0 24px 60px #00000059}.nb-pay-card{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:320px;padding:18px 20px;box-shadow:0 20px 50px #0000002e}.nb-pay-amount{margin:6px 0 12px;font-size:28px;font-weight:700}.nb-pay-card .btn{border-radius:10px;width:154px;height:39px;margin:8px auto 0}.btn.success{color:#fff;background:linear-gradient(#2ecc71 0%,#27ae60 100%)}@media (max-width:1200px){.nb-wrap,.nb-wrap.no-creator{grid-template-columns:180px 1fr;width:min(100%,100% - 32px)}.nb-creator-wrap{grid-column:2;max-width:400px;margin-top:24px;position:static}}@media (max-width:768px){.nb-wrap,.nb-wrap.no-creator{grid-template-columns:1fr;width:min(100%,100% - 24px)}.nb-main{width:100%;max-width:none}.nb-back{width:auto;margin-bottom:12px;position:static}.nb-creator-wrap{grid-column:1;max-width:none;margin-top:20px}.nb-creator-card{padding:16px}}@media (max-width:1080px){.rec-fab{width:64px;height:64px;bottom:90px}.rec-ico{width:34px;height:34px}.rec-ico:after{inset:9px}.rec-panel{width:min(520px,92vw);height:min(62vh,560px);padding:16px;bottom:90px}}@media (max-width:680px){.rec-fab{width:56px;height:56px;bottom:36px}.rec-ico{width:30px;height:30px}.rec-ico:after{inset:8px}.rec-panel{border-radius:16px;width:min(92vw,420px);height:min(60vh,520px);padding:14px;bottom:24px}}.embed-section{background:linear-gradient(165deg,#d9e9ff 0%,#f0f5ff 45%,#fff 100%);width:100%;min-height:100vh;padding:0;scroll-margin-top:0;position:relative;overflow:hidden}.embed-section:before{content:"";opacity:.9;pointer-events:none;background-image:radial-gradient(circle at 12% 20%,#80a1da26 0%,#80a1da00 62%),radial-gradient(circle at 88% 78%,#80a1da1f 0%,#80a1da00 52%);position:absolute;inset:0}.embed-layout{z-index:1;grid-template-columns:50% 50%;align-items:stretch;gap:0;width:100%;max-width:none;min-height:100vh;margin:0;padding:0;display:grid;position:relative;overflow:visible}.embed-media{width:100%;height:100%;box-shadow:none;border-radius:0;position:relative;overflow:hidden}.embed-large{width:100%;height:100%;min-height:100vh;position:relative}.embed-large:after{content:"";background:linear-gradient(#14366600 0%,#14366638 75%);position:absolute;inset:0}.embed-large img{object-fit:cover;width:100%;height:100%;min-height:100vh;display:block}.embed-copy{background:#bce0ff;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:80px 60px;display:flex;position:relative}.embed-thumb{z-index:5;border-radius:5px;width:50%;height:auto;margin-top:-45%;margin-bottom:-80px;position:relative}.embed-thumb img{border-radius:5px;width:100%;height:auto;display:block}.embed-label{letter-spacing:-4px;background:linear-gradient(90deg,#000c 0%,#00000059 50%,#bcf4ff33 100%);-webkit-text-fill-color:transparent;text-transform:capitalize;white-space:nowrap;z-index:10;pointer-events:none;-webkit-background-clip:text;background-clip:text;margin-top:20%;font-size:clamp(6rem,16vw,24rem);font-weight:900;line-height:1;transition:clip-path .3s ease-out;position:absolute;top:50%;left:50%;transform:translate(-60%,-50%)}.embed-caption{color:#2f4c7a;z-index:15;text-align:right;white-space:nowrap;margin:0;font-family:Inter,sans-serif;font-size:20px;font-weight:500;position:absolute;top:75%;left:75%;transform:translate(-60%,calc(150px - 50%))}.release-section{color:#fff;background:linear-gradient(175deg,#2d4378 0%,#1e3369 100%);padding:120px 0 0;position:relative;overflow:hidden}.release-container{justify-content:space-between;align-items:center;width:100%;max-width:100%;min-height:700px;padding:0 5%;display:flex;position:relative}.release-title{z-index:2;letter-spacing:-.02em;color:#fff;margin:0;padding-left:5%;font-size:clamp(4rem,12vw,14rem);font-weight:700;line-height:1;position:relative}.release-arrow{z-index:1;pointer-events:none;width:75%;height:auto;transition:clip-path .3s ease-out;position:absolute;top:50%;left:5%;transform:translate(10%)translateY(-50%)}.release-icons{z-index:2;width:clamp(280px,30vw,400px);max-width:calc(100vw - 20px);transition:transform .3s ease-out,opacity .3s ease-out;position:absolute;bottom:-100px;right:clamp(3%,10vw,7%)}.release-icons-img{border-radius:16px;width:100%;height:auto;display:block;box-shadow:0 20px 60px #0006}.release-tagline{text-align:center;color:#ffffffb3;letter-spacing:.05em;margin:0;padding:60px 0 200px;font-size:clamp(15px,2.5vw,18px)}.earn-section{z-index:3;background:linear-gradient(160deg,#ffd86d 0%,#fcb640 65%,#f2a136 100%);padding:132px 0;position:relative}.earn-layout{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:center;gap:72px;display:grid}.earn-left{text-align:center;color:#3f2b04;padding:60px 12px;position:relative}.earn-title{letter-spacing:-3px;text-shadow:0 16px 40px #00000029;margin:0;font-size:clamp(3.8rem,11vw,7.4rem);font-weight:900}.scribble{opacity:.75;color:#3d2b09;font-size:20px;font-weight:600;position:absolute}.scribble-top{top:28px;left:16%;transform:rotate(-15deg)}.scribble-right{top:18%;right:12%;transform:rotate(12deg)}.scribble-bottom{bottom:24px;left:20%;transform:rotate(10deg)}.earn-card{background:#fff;border:1px solid #0f172a14;border-radius:32px;max-width:480px;padding:48px 44px;box-shadow:0 32px 60px #121f3726}.earn-card h3{color:#111827;margin:0 0 12px;font-size:28px}.earn-card p{color:#4b5563;margin:0 0 28px;line-height:1.7}.earn-form{flex-wrap:wrap;gap:14px;display:flex}.earn-form .input{flex:220px}.earn-form .btn{padding:12px 28px}.cta-section{background:#fff;padding:110px 0}.cta-layout{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;display:flex}.cta-layout h2{color:#111827;margin:0;font-size:32px;font-weight:800}.site-footer{color:#5f6b7d;background:#f0f2f6;padding:40px 0 56px;font-size:14px}.footer-content{text-align:center;flex-direction:column;align-items:center;gap:18px;display:flex}.footer-links{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.footer-links a{color:inherit;transition:color .15s}.footer-links a:hover{color:var(--brand-blue)}.footer-meta{color:#6b7280;font-size:13px}.visually-hidden{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:1080px){.header-inner{padding:0 32px}.release-container{flex-direction:column;align-items:flex-start;min-height:650px;padding:60px 5%}.release-title{margin-bottom:40px;padding-left:0}.release-arrow{width:65%;top:45%;left:0}.release-icons{width:clamp(220px,40vw,360px);max-width:calc(100vw - 20px);position:absolute;bottom:-80px;right:5%}.release-tagline{padding-bottom:40px}.earn-layout{text-align:center;grid-template-columns:1fr;justify-items:center}.earn-card{width:100%;max-width:520px}.earn-form{justify-content:center}.embed-layout{text-align:center;grid-template-columns:1fr}.embed-media{width:min(640px,100%);margin:0 auto}.embed-copy{align-items:center}.embed-thumb{margin-top:0;transform:translateY(-12px)}.embed-text{text-align:center;align-items:center}}@media (max-width:680px){.header-inner{gap:8px;padding:0 16px}.header-sign-in{min-width:80px;padding:10px 16px;font-size:13px}.nav-link{padding:8px 10px;font-size:15px}.brand-logo{height:30px}.brand{gap:10px}.profile-menu.hide-on-mobile{display:none}.header-dashboard-btn{width:auto!important;min-width:auto!important;margin-right:8px!important;padding:10px 16px!important;font-size:14px!important}.encode-title-mobile{display:block!important}.encode-title-desktop{display:none!important}.encode-library-btn{white-space:nowrap!important;width:auto!important;min-width:auto!important;max-width:120px!important;padding:8px 12px!important;font-size:13px!important}.landing-container{width:min(100%,100% - 32px)}.hero-section{min-height:100vh;padding:120px 0 80px}.hero-title{margin:0 0 32px;font-size:clamp(2.5rem,10vw,3.6rem)}.hero-copy{margin:0 0 40px;font-size:16px}.scroll-hint{width:42px;height:42px;font-size:20px;bottom:30px}.embed-thumb{padding:18px}.embed-caption{font-size:18px}.release-container{min-height:550px}.release-arrow{width:70%;top:50%}.release-icons{width:clamp(180px,45vw,280px);max-width:calc(100vw - 20px);bottom:-60px;right:5%}.release-tagline{padding:40px 0 35px}.earn-card{padding:36px 28px}.cta-layout{text-align:center;flex-direction:column}}@media (max-width:460px){.header-inner{gap:6px;padding:0 10px}.header-sign-in{min-width:70px;padding:8px 12px;font-size:12px}.nav-link{padding:6px 8px;font-size:14px}.brand-logo{height:24px}.brand{gap:6px;font-size:18px}.encode-library-btn{padding:5px 8px!important;font-size:12px!important}.cta-group{flex-direction:column}.btn{width:min(180px,90vw);padding:12px 16px;font-size:15px}.header{position:static}.embed-label{font-size:4.2rem}.release-title{font-size:clamp(3rem,15vw,5rem)}.release-container{min-height:500px;padding:40px 5%}.release-arrow{width:75%}.release-icons{width:clamp(150px,50vw,230px);max-width:calc(100vw - 20px);bottom:-50px;right:max(10px,5%)}.release-tagline{padding-bottom:30px}}@media (max-width:380px){.header-inner{gap:4px;padding:0 8px}.header-sign-in{min-width:65px;padding:6px 10px;font-size:11px}.nav-link{padding:5px 6px;font-size:13px}.brand-logo{height:22px}.brand{gap:5px;font-size:16px}}.notebook-stage{background:linear-gradient(#92a3cd 0%,#eeece4 23.56%);justify-content:center;min-height:100vh;padding:0;display:flex}.notebook-wrap{width:100%;max-width:1440px;margin:0 auto;padding:92px 0 40px;position:relative}.notebook-main{background:#fffc;border:.5px solid #cbcbcb;border-radius:5px;width:660px;height:721px;position:absolute;top:121px;left:375px;box-shadow:0 10px 24px #0000000f}.notebook-media{background:#e5e7eb;border-radius:4px;justify-content:center;align-items:center;width:400px;height:300px;display:flex;position:absolute;top:150px;left:424px;overflow:hidden}.notebook-media img{object-fit:contain;width:100%;height:100%;display:block}.notebook-media.locked:after{content:"";background:#fff9;position:absolute;inset:0}.notebook-media .lock{opacity:.9;filter:drop-shadow(0 2px 4px #0003);width:64px;height:64px;position:absolute}.notebook-status{gap:3px;width:30px;height:3px;display:flex;position:absolute;top:541px;left:691px}.notebook-status .b{background:#d1d1d1;border-radius:2px;width:8px;height:3px}.notebook-status .b.active{background:#d02d2d}.notebook-text{color:#000;width:333px;height:198px;font-size:15px;line-height:22px;position:absolute;top:552px;left:539px}.notebook-side{width:359px;height:188px;right: - (1440px - 1096px - 359px);background:#fffc;border-radius:5px;position:absolute;top:121px;left:1096px}.notebook-back{width:200px;height:105px;position:absolute;top:121px;left:0}.notebook-back .panel{box-sizing:border-box;background:#fffc;border:.5px solid #cbcbcb;border-radius:5px;justify-content:space-between;align-items:center;width:200px;height:105px;padding:0 18px;display:flex}.notebook-back .disc{background:#000c;border-radius:5px;width:54.92px;height:54.92px;position:relative}.notebook-back .disc:after{content:"";background:#e02d3ccc;border-radius:5px;width:17.5px;height:17.5px;position:absolute;top:calc(50% - 8.75px);left:calc(50% - 8.75px)}.notebook-back .chev{opacity:.7;border-radius:5px;justify-content:center;align-items:center;width:78px;height:78px;display:flex}.notebook-comment{background:#fffffe;border:.5px solid #cbcbcb;border-radius:5px;align-items:center;width:660px;height:46px;padding:0 6px;display:flex;position:absolute;top:848px;left:375px}.notebook-comment .inner{background:#ededed;border-radius:5px;align-items:center;width:474px;height:37px;margin-left:5px;padding:0 8px;display:flex}.notebook-comment input{color:#000;background:0 0;border:none;outline:none;flex:1;font-size:12px}@media (max-width:1440px){.notebook-main{left:calc(50% - 330px)}.notebook-media{left:calc(50% - 281px)}.notebook-text{left:calc(50% - 166.5px)}.notebook-status{left:calc(50% - 15px)}.notebook-comment{left:calc(50% - 330px)}}.password-strength-indicator{margin-top:10px;padding:0}.password-requirements{flex-direction:column;gap:6px;display:flex}.password-requirement{opacity:.7;align-items:center;gap:8px;font-size:12px;transition:all .15s;display:flex}.password-requirement.met{opacity:1}.password-requirement.unmet{color:#00000073}.password-requirement.met{color:#059669}.requirement-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px;transition:all .2s}.password-requirement.unmet .requirement-dot{background:#00000040}.password-requirement.met .requirement-dot{background:#10b981;box-shadow:0 0 4px #10b98166}.requirement-label{letter-spacing:.01em;flex:1;font-weight:400}.password-validation-icon{pointer-events:none;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.password-validation-icon.invalid{opacity:.3}.password-validation-icon.valid{opacity:1;animation:.3s checkmark-appear}@keyframes checkmark-appear{0%{opacity:0;transform:translateY(-50%)scale(.8)}to{opacity:1;transform:translateY(-50%)scale(1)}}@keyframes pulse-border{0%,to{border-color:#2563eb;box-shadow:0 8px 24px #2563eb26}50%{border-color:#3b82f6;box-shadow:0 12px 32px #2563eb40}}
.GlobalAudioPlayer-module__g_LqrG__playerBar{z-index:9999;background:linear-gradient(#1a1a2e 0%,#16213e 100%);animation:.3s ease-out GlobalAudioPlayer-module__g_LqrG__slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000004d}@keyframes GlobalAudioPlayer-module__g_LqrG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.GlobalAudioPlayer-module__g_LqrG__progressContainer{cursor:pointer;flex:1;align-items:center;min-width:120px;max-width:400px;height:20px;display:flex}.GlobalAudioPlayer-module__g_LqrG__progressContainer:hover .GlobalAudioPlayer-module__g_LqrG__progressHandle{opacity:1;transform:translate(-50%,-50%)scale(1)}.GlobalAudioPlayer-module__g_LqrG__progressTrack{background:#fff3;border-radius:2px;width:100%;height:4px;position:relative}.GlobalAudioPlayer-module__g_LqrG__progressFill{background:linear-gradient(90deg,#4f8cff 0%,#6c63ff 100%);border-radius:2px;height:100%;transition:width 50ms linear;position:absolute;top:0;left:0}.GlobalAudioPlayer-module__g_LqrG__progressHandle{opacity:0;background:#fff;border-radius:50%;width:12px;height:12px;transition:opacity .15s,transform .15s;position:absolute;top:50%;transform:translate(-50%,-50%)scale(.8);box-shadow:0 2px 4px #0000004d}.GlobalAudioPlayer-module__g_LqrG__content{justify-content:space-between;align-items:center;gap:20px;max-width:1400px;margin:0 auto;padding:8px 24px;display:flex}.GlobalAudioPlayer-module__g_LqrG__trackInfo{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.GlobalAudioPlayer-module__g_LqrG__vinylContainer{flex-shrink:0;width:56px;height:56px;position:relative}.GlobalAudioPlayer-module__g_LqrG__vinylDisc{background:#111;border-radius:50%;width:100%;height:100%;animation:4s linear infinite paused GlobalAudioPlayer-module__g_LqrG__spin;position:relative;box-shadow:0 0 0 2px #222,0 0 0 4px #111,0 4px 12px #00000080}.GlobalAudioPlayer-module__g_LqrG__vinylDisc.GlobalAudioPlayer-module__g_LqrG__playing{animation-play-state:running}@keyframes GlobalAudioPlayer-module__g_LqrG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.GlobalAudioPlayer-module__g_LqrG__vinylGrooves{background:repeating-radial-gradient(circle,#0000 0 2px,#ffffff08 2px 3px);border-radius:50%;position:absolute;inset:10%}.GlobalAudioPlayer-module__g_LqrG__vinylShine{background:linear-gradient(135deg,#0000 0% 40%,#fff3 45%,#ffffff0d 50%,#0000 55% 100%);border-radius:50%;position:absolute;inset:0}.GlobalAudioPlayer-module__g_LqrG__vinylLabel{background:linear-gradient(135deg,#4f8cff,#6c63ff);border-radius:50%;justify-content:center;align-items:center;width:40%;height:40%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:inset 0 1px 3px #0000004d}.GlobalAudioPlayer-module__g_LqrG__vinylHole{background:#111;border-radius:50%;width:16%;height:16%}.GlobalAudioPlayer-module__g_LqrG__coverArt{object-fit:cover;border-radius:6px;flex-shrink:0;width:56px;height:56px}.GlobalAudioPlayer-module__g_LqrG__trackDetails{min-width:0;overflow:hidden}.GlobalAudioPlayer-module__g_LqrG__trackTitle{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:14px;font-weight:600;overflow:hidden}.GlobalAudioPlayer-module__g_LqrG__trackArtist{color:#fff9;white-space:nowrap;text-overflow:ellipsis;max-width:200px;font-size:12px;overflow:hidden}.GlobalAudioPlayer-module__g_LqrG__controls{flex-shrink:0;align-items:center;gap:16px;display:flex}.GlobalAudioPlayer-module__g_LqrG__playPauseBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f8cff 0%,#6c63ff 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 12px #4f8cff4d}.GlobalAudioPlayer-module__g_LqrG__playPauseBtn:hover{transform:scale(1.05);box-shadow:0 6px 16px #4f8cff66}.GlobalAudioPlayer-module__g_LqrG__playPauseBtn:active{transform:scale(.98)}.GlobalAudioPlayer-module__g_LqrG__timeDisplay{color:#ffffffb3;font-variant-numeric:tabular-nums;text-align:center;flex-shrink:0;min-width:40px;font-size:12px}.GlobalAudioPlayer-module__g_LqrG__rightControls{flex:1;justify-content:flex-end;align-items:center;gap:16px;display:flex}.GlobalAudioPlayer-module__g_LqrG__volumeControl{align-items:center;gap:8px;display:flex}.GlobalAudioPlayer-module__g_LqrG__volumeBtn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .15s;display:flex}.GlobalAudioPlayer-module__g_LqrG__volumeBtn:hover{color:#fff}.GlobalAudioPlayer-module__g_LqrG__volumeSlider{appearance:none;cursor:pointer;background:#fff3;border-radius:2px;width:80px;height:4px}.GlobalAudioPlayer-module__g_LqrG__volumeSlider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#fff;border-radius:50%;width:12px;height:12px;transition:transform .15s}.GlobalAudioPlayer-module__g_LqrG__volumeSlider::-webkit-slider-thumb:hover{transform:scale(1.2)}.GlobalAudioPlayer-module__g_LqrG__volumeSlider::-moz-range-thumb{cursor:pointer;background:#fff;border:none;border-radius:50%;width:12px;height:12px}.GlobalAudioPlayer-module__g_LqrG__closeBtn{color:#ffffff80;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:color .15s,background .15s;display:flex}.GlobalAudioPlayer-module__g_LqrG__closeBtn:hover{color:#fff;background:#ffffff1a}@media (max-width:768px){.GlobalAudioPlayer-module__g_LqrG__content{gap:12px;padding:8px 16px}.GlobalAudioPlayer-module__g_LqrG__vinylContainer{width:44px;height:44px}.GlobalAudioPlayer-module__g_LqrG__trackTitle{max-width:100px;font-size:13px}.GlobalAudioPlayer-module__g_LqrG__trackArtist{display:none}.GlobalAudioPlayer-module__g_LqrG__playPauseBtn{width:36px;height:36px}.GlobalAudioPlayer-module__g_LqrG__playPauseBtn svg{width:18px;height:18px}.GlobalAudioPlayer-module__g_LqrG__progressContainer{min-width:80px;max-width:200px}.GlobalAudioPlayer-module__g_LqrG__timeDisplay{min-width:32px;font-size:11px}.GlobalAudioPlayer-module__g_LqrG__volumeControl{display:none}}@media (max-width:480px){.GlobalAudioPlayer-module__g_LqrG__trackDetails{display:none}.GlobalAudioPlayer-module__g_LqrG__vinylContainer{width:40px;height:40px}.GlobalAudioPlayer-module__g_LqrG__progressContainer{min-width:60px;max-width:120px}}
