:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;color:#111426;background:#f4f5fa;font-size:16px;--purple:#7457ff;--muted:#646c80;--line:#e3e6ee}*{box-sizing:border-box}body{margin:0}a{color:inherit}button,input,select,textarea{font:inherit}button,a,input,select{touch-action:manipulation}button{cursor:pointer}a,button,input,select,summary{outline-offset:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid #967fff}header{background:#101220;color:white;min-height:74px;padding:15px max(20px,calc((100% - 1200px)/2));display:flex;justify-content:space-between;align-items:center;gap:14px;border-bottom:1px solid #ffffff18}.brand{font-weight:800;font-size:21px;display:inline-flex;gap:9px;align-items:center;text-decoration:none;white-space:nowrap}.brand b{color:#a898ff}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--purple);border-radius:11px;font-size:26px}nav{display:flex;gap:20px;align-items:center}nav a{font-size:14px;text-decoration:none;color:#cfd1e2}nav select{border:1px solid #ffffff30;background:#202235;color:white;border-radius:10px;padding:9px;max-width:135px}.intro{background:linear-gradient(110deg,#101220,#1c1735 65%,#102833);color:white;padding:35px max(20px,calc((100% - 1200px)/2)) 38px;display:flex;gap:35px;align-items:center;justify-content:space-between}.eyebrow{font-size:12px;letter-spacing:.13em;font-weight:750;color:#77e5d9}.intro h1{font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;line-height:1.15;margin:14px 0}.intro p:not(.eyebrow){color:#c7cadb;max-width:690px;line-height:1.65;margin-bottom:0}.privacy-badge{border:1px solid #1ed6c533;border-radius:14px;background:#1ed6c50a;padding:15px;color:#a1eee6;font-size:14px;line-height:1.6;max-width:235px;flex-shrink:0}.container{max-width:1240px;margin:auto;padding:28px 20px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:5px 0 20px}.section-head h2{font-size:27px;letter-spacing:-.035em;margin:0}.section-head>span{font-size:13px;color:var(--muted)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.tool-card{display:flex;align-items:center;gap:15px;text-decoration:none;background:white;padding:23px 18px;border:1px solid #e8e8f2;border-radius:18px;box-shadow:0 5px 22px #29234105;transition:transform .15s,box-shadow .15s;min-width:0}.tool-card:hover,.tool-card.active{transform:translateY(-3px);box-shadow:0 12px 30px #3e326518;border-color:#b2a2ff}.tool-icon{display:grid;place-items:center;flex-shrink:0;width:45px;height:45px;border-radius:13px;color:#7457ff;background:#f0edff;font-size:28px}.tool-card:nth-child(3n+2) .tool-icon{background:#e7fbf9;color:#087e83}.tool-card:nth-child(3n) .tool-icon{background:#fff0e9;color:#c34b26}.tool-card strong{display:block;font-size:16px}.tool-card small{display:block;margin-top:6px;font-size:13px;color:var(--muted);line-height:1.45}.tool-card>span:last-child{margin-inline-start:auto;color:#959bac}.ad{min-height:130px;max-width:970px;margin:38px auto;border:1px dashed #d3d7e1;border-radius:14px;text-align:center;padding:12px;overflow:hidden;background:#fff}.ad>small{display:block;font-size:12px;color:#737b8e;margin-bottom:10px}.guide{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding:40px 0}.guide h2{font-size:37px;letter-spacing:-.04em;line-height:1.2}.guide .eyebrow{color:var(--purple)}.guide p{color:var(--muted);line-height:1.8}.guide h3{font-size:19px}footer{border-top:1px solid var(--line);padding:30px 0;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:18px}footer p,footer details{font-size:14px;color:var(--muted)}footer details{width:100%;line-height:1.7}summary{cursor:pointer}.breadcrumb{display:flex;gap:12px;color:var(--muted);font-size:14px;margin-bottom:20px}.editor{padding:25px;background:white;border-radius:22px;border-top:4px solid var(--purple);box-shadow:0 15px 45px #24203e10;margin-bottom:36px}.editor-head{display:flex;align-items:center;gap:15px}.editor-head h2{margin:0;margin-inline-end:auto;font-size:23px}.editor-head>span{font-size:14px;color:var(--muted)}.drop{display:flex;position:relative;align-items:center;justify-content:center;flex-direction:column;gap:10px;min-height:210px;border:2px dashed #cfc8e9;background:linear-gradient(135deg,#fafaff,#f5f9fc);border-radius:16px;margin:20px 0;cursor:pointer}.drop.drag{border-color:var(--purple);background:#eee9ff}.drop input{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.drop:focus-within{outline:3px solid var(--purple)}.drop>span:not(.upload-icon),.drop small{color:var(--muted);font-size:14px}.upload-icon{font-size:32px;background:#ece7ff;color:var(--purple);width:48px;height:48px;display:grid;place-items:center;border-radius:13px}.edit-grid{display:grid;grid-template-columns:minmax(0,1fr) 290px;gap:24px}.preview-pane{min-width:0}.canvas-wrap{display:grid;place-items:center;background-color:#e8e8ef;background-image:conic-gradient(#f6f6f9 25%,transparent 0 50%,#f6f6f9 0 75%,transparent 0);background-size:20px 20px;min-height:230px;border-radius:12px;padding:12px;overflow:hidden}.canvas-wrap canvas{max-width:100%;max-height:520px;width:auto;height:auto;object-fit:contain;touch-action:none}.view-tabs{display:flex;align-items:center;gap:5px;padding-bottom:10px}.view-tabs span{margin-inline-start:auto;font-size:13px;color:var(--muted)}#file-info{padding:13px 0;font-size:14px;overflow-wrap:anywhere;color:var(--muted)}form{background:#f6f7fb;padding:20px;border:1px solid var(--line);border-radius:14px}form h3{margin:0 0 18px;font-size:17px}form label{display:block;font-size:14px;margin:0 0 15px;line-height:1.5}form input:not([type=checkbox]),form select,form textarea{display:block;width:100%;min-width:0;margin-top:6px;padding:9px;border:1px solid #d3d7e0;border-radius:8px;background:white;color:#111426}form input[type=color]{height:40px;padding:3px}form input[type=range]{padding:0;accent-color:var(--purple)}form input[type=checkbox]{accent-color:var(--purple)}.row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.hint{font-size:13px;color:var(--muted);line-height:1.5}.primary,.subtle,.download{border:0;border-radius:10px;padding:11px 15px;font-weight:650;text-decoration:none;display:inline-block;text-align:center}.primary,.download{background:var(--purple);color:white}.primary{width:100%;box-shadow:0 8px 20px #7457ff25}.subtle{background:#eceef5;color:#393e53;font-size:14px}.primary:disabled{opacity:.5;cursor:wait}#reset{margin-top:10px;width:100%}#status{font-size:14px;line-height:1.7;white-space:pre-line}#status.error{color:#ae243c}#file-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}#file-list button{max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid var(--line);padding:8px 12px;border-radius:8px;background:white;font-size:14px}#file-list button.active{border-color:var(--purple);background:#f1eeff}#downloads{display:flex;flex-wrap:wrap;gap:10px}#downloads a{max-width:100%;overflow-wrap:anywhere;font-size:14px}#palette{display:flex;flex-wrap:wrap;gap:10px}#palette button{border:1px solid var(--line);padding:30px 8px 8px;border-radius:9px;min-width:95px}.skip{position:absolute;top:-100px;background:white;z-index:20;padding:12px}.skip:focus{top:0}[hidden]{display:none!important}@media(max-width:900px){.tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.privacy-badge{display:none}.edit-grid{grid-template-columns:minmax(0,1fr) 250px}.guide{gap:30px}}@media(max-width:650px){header{padding:14px 16px;gap:10px}.brand{font-size:18px}nav{gap:8px}nav>a{display:none}nav select{max-width:110px}.intro{padding:24px 17px}.intro h1{font-size:31px}.container{padding:22px 14px}.tool-grid{grid-template-columns:1fr}.tool-card{padding:19px 16px}.section-head>span{display:none}.edit-grid{grid-template-columns:1fr}.editor{padding:16px}.editor-head{flex-wrap:wrap}.editor-head h2{font-size:21px}.guide{grid-template-columns:1fr;gap:10px;padding:15px 4px}.guide h2{font-size:29px}.drop{min-height:200px}.canvas-wrap canvas{max-height:360px}.view-tabs{flex-wrap:wrap}.view-tabs span{width:100%;margin-top:5px}.ad{min-height:120px}.breadcrumb{flex-wrap:wrap}form{padding:16px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
#social-share{border:1px solid #ffffff38;background:#ffffff0c;color:white;border-radius:9px;padding:9px 12px;font-size:14px;cursor:pointer}.share-dialog{border:1px solid #e2e3ed;border-radius:20px;padding:24px;width:min(460px,calc(100% - 28px));color:#111426;box-shadow:0 25px 100px #0005}.share-dialog::backdrop{background:#101220b3}.share-heading{display:flex;align-items:center;justify-content:space-between;gap:20px}.share-heading h2{font-size:24px;margin:0}.share-links{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:24px 0}.share-links a{border:1px solid #e0e2ed;border-radius:10px;padding:13px;text-decoration:none;font-weight:600;font-size:15px}.share-links a:hover{background:#f0edff;border-color:#7457ff}.share-url input{width:100%;padding:12px;margin:16px 0 10px;border:1px solid #d6d9e4;border-radius:8px;font-size:14px}#share-status{font-size:14px;color:#087e83}#share-native[hidden]{display:none}@media(max-width:420px){header{flex-wrap:wrap}header nav{margin-inline-start:auto;gap:8px}.brand{font-size:17px}}
.wave-wrap{background:linear-gradient(125deg,#151628,#202040);border:1px solid #353453;border-radius:15px;overflow:hidden;margin-bottom:16px}.wave-wrap canvas{width:100%;height:210px;display:block;touch-action:none}audio{display:block;width:100%;margin:12px 0 18px}#progress{width:100%;height:14px;accent-color:#7457ff;margin:20px 0 12px}#cancel{margin:10px 0}.file-row{width:100%;display:flex;align-items:center;gap:8px;border:1px solid #e3e6ee;border-radius:10px;padding:8px;min-width:0}.file-row.active{border-color:#7457ff;background:#f5f2ff}#file-list .file-row button{margin:0;max-width:none}.file-row button:first-child{flex:1;text-align:start;min-width:0}.file-row button:not(:first-child){flex-shrink:0;padding:8px}#output-list{display:flex;flex-wrap:wrap;gap:8px}#output-list button{border:1px solid #ddd8ee;border-radius:8px;background:#f5f2ff;padding:8px;font-size:14px}.recorder{padding:20px 0}.recorder p{font-size:14px;color:#646c80;line-height:1.65}.record-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.record-actions .primary{width:auto}.record-actions output{font-variant-numeric:tabular-nums;font-size:25px;font-weight:700}.recording{color:#d03556}.view-tabs button[aria-pressed=true]{background:#eae3ff;color:#5133c9}button:disabled{cursor:not-allowed;opacity:.5}#downloads{margin-top:15px}.intro .privacy-badge{max-width:210px}@media(max-width:760px){header nav a{display:none}.wave-wrap canvas{height:160px}.file-row{gap:4px;padding:5px}.file-row button:not(:first-child){padding:7px!important}.record-actions .primary{width:100%}}
