:root{--bg-main:#111216;--bg-card:#181a22;--bg-sidebar:#0e0e11;--bg-input:#1c1d21;--text-primary:#E2E2E2;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-purple:#8b7fbe;--accent-gradient:linear-gradient(135deg,#a78bfa,#818cf8);--border-color:#27272a;--border-light:#3f3f46}body{background-color:var(--bg-main);color:var(--text-primary);font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4{font-family:Poppins,sans-serif}.hide-scroll::-webkit-scrollbar{display:none}.text-gradient{background:linear-gradient(90deg,#fff,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.voice-container{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:16px;max-width:1200px;margin:0 auto}@media (min-width:768px){.voice-container{padding:32px}}.controls-row{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}@media (min-width:1024px){.controls-row{flex-direction:row;align-items:center;justify-content:space-between}}.view-toggle{display:flex;background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;width:100%}@media (min-width:768px){.view-toggle{width:auto}}.view-toggle-btn{flex:1;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;color:var(--text-muted);background:transparent;border:none;display:flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.view-toggle-btn:hover{color:white}.view-toggle-btn.active{background:var(--accent-purple);color:white}.saved-count{background:rgba(255,255,255,.2);padding:2px 8px;border-radius:10px;font-size:11px}.search-wrapper{display:flex;align-items:center;background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px;padding:10px 16px;flex:1;transition:all .2s}.search-wrapper:focus-within{border-color:var(--accent-purple);box-shadow:0 0 0 2px rgba(139,127,190,.15)}.search-input{background:transparent;border:none;color:white;width:100%;margin-left:10px;font-size:14px}.search-input:focus{outline:none}.right-controls{display:flex;flex-wrap:wrap;align-items:center;gap:12px;width:100%}@media (min-width:1024px){.right-controls{width:auto;flex-wrap:nowrap}}.filter-btn,.filter-wrapper{position:relative}.filter-btn{padding:10px 20px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px;color:var(--text-secondary);font-weight:600;font-size:14px;display:flex;align-items:center;gap:8px;cursor:pointer;transition:all .2s;white-space:nowrap}.filter-btn.active,.filter-btn:hover{border-color:var(--accent-purple);color:white}.filter-badge{position:absolute;top:-6px;right:-6px;background:var(--accent-purple);color:white;font-size:10px;font-weight:800;height:18px;min-width:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;border:2px solid var(--bg-card);transform:scale(0);transition:transform .2s}.filter-badge.visible{transform:scale(1)}.filter-dropdown{position:absolute;top:100%;right:0;left:0;margin-top:12px;width:320px;background:var(--bg-card);border:1px solid var(--border-light);border-radius:16px;padding:20px;z-index:50;box-shadow:0 20px 40px rgba(0,0,0,.5);display:none;animation:fadeIn .2s ease-out;max-height:80vh;overflow-y:auto}@media (min-width:768px){.filter-dropdown{left:auto;right:0}}.filter-dropdown.show{display:block}.filter-group{margin-bottom:20px}.filter-group:last-of-type{margin-bottom:0}.filter-title{font-size:11px;text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);font-weight:700;margin-bottom:10px}.chip-container{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{font-size:12px;padding:6px 12px;background:var(--bg-main);border:1px solid var(--border-color);border-radius:20px;color:var(--text-secondary);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:6px}.filter-chip:hover{border-color:var(--text-secondary);color:white}.filter-chip.selected{background:rgba(139,127,190,.15);border-color:var(--accent-purple);color:var(--accent-purple);font-weight:600}.flag-chip-icon{width:16px;height:16px;border-radius:50%;object-fit:cover}.model-select{background:var(--bg-input);border:1px solid var(--border-color);border-radius:10px;padding:10px 14px;font-size:13px;color:var(--text-primary);cursor:pointer}.voice-table-wrapper{overflow-x:auto;border:1px solid var(--border-color);border-radius:16px;width:100%;display:none}@media (min-width:768px){.voice-table-wrapper{display:block}}.voice-table{width:100%;border-collapse:collapse}.voice-table th{text-align:left;padding:16px 20px;font-size:11px;text-transform:uppercase;letter-spacing:.8px;color:var(--text-muted);border-bottom:1px solid var(--border-color);background:rgba(0,0,0,.2);white-space:nowrap}.voice-table th:last-child{text-align:right;padding-right:20px}.sortable-header{cursor:pointer;user-select:none;transition:color .2s}.sortable-header:hover{color:var(--text-primary)}.sortable-header.active{color:var(--accent-purple)}.sort-icons{display:inline-flex;flex-direction:column;margin-left:6px;vertical-align:middle;gap:2px}.sort-icons i{font-size:8px;line-height:1;opacity:.4;transition:opacity .2s}.sortable-header.active .sort-icons i.active{opacity:1;color:var(--accent-purple)}.sortable-header:hover .sort-icons i{opacity:.7}.voice-row{transition:background .2s;border-bottom:1px solid var(--border-color)}.voice-row:last-child{border-bottom:none}.voice-row:hover{background:rgba(255,255,255,.02)}.voice-td{padding:16px 20px;vertical-align:middle;color:var(--text-primary);font-size:14px}.flag-icon{width:28px;height:28px;border-radius:50%;object-fit:cover;border:2px solid #2d313d}.vibe-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.05);color:var(--text-secondary);font-size:14px}.creator-badge{font-size:12px;color:var(--accent-purple)}.creator-badge,.id-badge{display:inline-flex;align-items:center;font-weight:600;white-space:nowrap}.id-badge{gap:6px;background:rgba(139,127,190,.15);border:1px solid rgba(139,127,190,.3);padding:6px 12px;border-radius:8px;font-family:Courier New,monospace;font-size:11px;color:#a78bfa;cursor:pointer;transition:all .2s}.id-badge:hover{background:rgba(139,127,190,.25);border-color:rgba(139,127,190,.5)}.action-cell{display:flex;gap:8px;align-items:center;justify-content:flex-end;height:100%}.voice-td:last-child{text-align:right}.play-btn{width:36px;height:36px;border-radius:50%;background:var(--bg-input);border:1px solid var(--border-light);color:var(--accent-purple);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.play-btn:hover{border-color:var(--accent-purple);transform:scale(1.05)}.play-btn.playing,.play-btn:hover{background:var(--accent-purple);color:white}.play-btn.playing{animation:pulse 1.5s infinite}.save-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-light);background:transparent;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer;flex-shrink:0}.save-btn:hover{background:white;color:black;border-color:white}.save-btn.saved{background:var(--accent-purple);border-color:var(--accent-purple);color:white}.voice-cards-mobile{display:flex;flex-direction:column;gap:2px;background:var(--bg-input);border-radius:16px;overflow:hidden}@media (min-width:768px){.voice-cards-mobile{display:none}}.voice-card{display:flex;align-items:center;gap:12px;padding:14px 16px;background:var(--bg-card);transition:background .2s}.voice-card:hover{background:rgba(255,255,255,.02)}.voice-card:active{background:rgba(255,255,255,.05)}.voice-info{flex:1;min-width:0}.voice-row-1{display:flex;align-items:baseline;gap:8px;margin-bottom:6px}.voice-name{font-weight:600;font-size:15px;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.voice-meta-suffix{font-size:12px;color:var(--text-muted);white-space:nowrap;flex-shrink:0}.voice-row-2{display:flex;align-items:center;gap:8px}.voice-accent-icon{width:22px;height:22px;border-radius:50%;object-fit:cover;border:1px solid var(--border-color)}.voice-vibe-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;background:rgba(255,255,255,.05);color:var(--text-secondary);font-size:12px}.voice-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.voice-actions .play-btn{width:38px;height:38px}.voice-actions .save-btn{width:36px;height:36px}.voice-actions .copy-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--border-light);background:transparent;color:var(--text-secondary);display:inline-flex;align-items:center;justify-content:center;transition:all .2s;cursor:pointer;flex-shrink:0}.voice-actions .copy-btn:hover{background:rgba(139,127,190,.15);border-color:var(--accent-purple);color:var(--accent-purple)}.voice-actions .copy-btn:active{background:var(--accent-purple);color:white}.infinite-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 16px;gap:12px;opacity:0;transition:opacity .3s}.infinite-loader.visible{opacity:1}.loader-spinner{width:32px;height:32px;border:3px solid var(--border-color);border-top-color:var(--accent-purple);border-radius:50%;animation:spin 1s linear infinite}.loader-text{font-size:13px;color:var(--text-muted)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.toast{position:fixed;bottom:30px;left:50%;transform:translateX(-50%) translateY(100px);background:#10b981;color:white;padding:12px 24px;border-radius:50px;font-weight:600;font-size:14px;box-shadow:0 10px 30px rgba(16,185,129,.4);transition:transform .3s cubic-bezier(.175,.885,.32,1.275);z-index:100;display:flex;align-items:center;gap:8px}.toast.visible{transform:translateX(-50%) translateY(0)}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(139,127,190,.7)}70%{box-shadow:0 0 0 10px rgba(139,127,190,0)}to{box-shadow:0 0 0 0 rgba(139,127,190,0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.filter-divider{height:1px;background:var(--border-color);margin:16px 0}.my-voices-empty{flex-direction:column;padding:60px 24px;text-align:center}.my-voices-empty,.my-voices-empty-icon{display:flex;align-items:center;justify-content:center}.my-voices-empty-icon{width:72px;height:72px;border-radius:50%;background:rgba(167,139,250,.1);border:1px solid rgba(167,139,250,.2);font-size:28px;color:var(--accent-purple);margin-bottom:20px}.my-voices-empty-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.my-voices-empty-desc{font-size:13px;color:var(--text-muted);max-width:360px;line-height:1.5;margin-bottom:24px}.my-voices-cost{display:flex;gap:6px;font-size:13px;color:#f59e0b;margin-top:8px}.create-voice-btn,.my-voices-cost{align-items:center;font-weight:600}.create-voice-btn{display:inline-flex;gap:8px;padding:12px 24px;background:var(--accent-purple);color:white;border:none;border-radius:12px;font-size:14px;cursor:pointer;transition:all .2s}.create-voice-btn:hover{filter:brightness(1.15);transform:translateY(-1px)}.create-voice-btn:active{transform:translateY(0)}.cv-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:100;padding:16px}.cv-modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;width:480px;max-width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:fadeIn .2s ease-out}.cv-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--border-color);flex-shrink:0}.cv-modal-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;color:var(--text-primary)}.cv-modal-title i{color:var(--accent-purple)}.cv-modal-close{background:none;border:none;color:var(--text-muted);font-size:18px;cursor:pointer;padding:4px 8px;border-radius:8px;transition:all .2s}.cv-modal-close:hover{color:var(--text-primary);background:rgba(255,255,255,.05)}.cv-modal-content{padding:24px;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0}.cv-modal-content::-webkit-scrollbar{width:6px}.cv-modal-content::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}.cv-notice{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;background:rgba(167,139,250,.08);border:1px solid rgba(167,139,250,.15);border-radius:12px;font-size:12px;color:var(--text-secondary);line-height:1.5;margin-bottom:20px}.cv-notice i{color:var(--accent-purple);margin-top:2px;flex-shrink:0}.cv-upload-area{border:2px dashed var(--border-light);border-radius:16px;padding:32px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;margin-bottom:20px;min-height:120px}.cv-upload-area:hover{border-color:var(--accent-purple);background:rgba(167,139,250,.04)}.cv-upload-area.dragging{border-color:var(--accent-purple);background:rgba(167,139,250,.08)}.cv-upload-area.has-file{border-style:solid;border-color:var(--border-light);padding:16px 20px;min-height:auto}.cv-upload-icon{font-size:32px;color:var(--accent-purple);margin-bottom:12px}.cv-upload-text{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:4px}.cv-upload-hint{font-size:12px;color:var(--text-muted)}.cv-upload-file{display:flex;align-items:center;gap:10px;width:100%}.cv-upload-file>i{font-size:20px;color:var(--accent-purple);flex-shrink:0}.cv-upload-filename{font-size:13px;font-weight:500;color:var(--text-primary);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cv-upload-remove{background:none;border:none;color:var(--text-muted);font-size:14px;cursor:pointer;padding:4px 6px;border-radius:6px;transition:all .2s;flex-shrink:0}.cv-upload-remove:hover{color:#ea6c6c;background:rgba(234,108,108,.1)}.cv-field{margin-bottom:16px}.cv-field:last-child{margin-bottom:0}.cv-field-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:8px}.cv-field-input{width:100%;padding:10px 14px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:14px;transition:all .2s}.cv-field-input:focus{outline:none;border-color:var(--accent-purple);box-shadow:0 0 0 2px rgba(139,127,190,.15)}.cv-field-hint{font-size:11px;color:var(--text-muted);margin-top:4px;text-align:right}.cv-chips{display:flex;flex-wrap:wrap;gap:8px}.cv-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid var(--border-color);flex-shrink:0}.cv-btn-cancel{padding:10px 20px;background:transparent;border:1px solid var(--border-light);border-radius:10px;color:var(--text-secondary);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cv-btn-cancel:hover{border-color:var(--text-secondary);color:var(--text-primary);background:rgba(255,255,255,.05)}.cv-btn-continue{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--accent-purple);border:none;border-radius:10px;color:white;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cv-btn-continue:hover:not(.disabled){filter:brightness(1.1)}.cv-btn-continue.disabled{opacity:.4;cursor:not-allowed}.cv-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;text-align:center}.cv-loading-spinner{width:48px;height:48px;border:4px solid var(--border-color);border-top-color:var(--accent-purple);border-radius:50%;animation:spin 1s linear infinite;margin-bottom:24px}.cv-loading-title{font-size:18px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.cv-loading-desc{font-size:13px;color:var(--text-muted);line-height:1.5}.cv-toggle-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 16px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px;margin-bottom:16px}.cv-toggle-label{font-size:13px;font-weight:600;color:var(--text-primary)}.cv-toggle-desc{font-size:11px;color:var(--text-muted);margin-top:2px}.cv-toggle-switch{position:relative;display:inline-block;width:40px;height:20px;flex-shrink:0}.cv-toggle-switch input{opacity:0;width:0;height:0}.cv-toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:var(--border-light);transition:.3s;border-radius:20px}.cv-toggle-slider:before{position:absolute;content:"";height:14px;width:14px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.cv-toggle-switch input:checked+.cv-toggle-slider{background-color:var(--accent-purple)}.cv-toggle-switch input:checked+.cv-toggle-slider:before{transform:translateX(20px)}.cv-consent{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:rgba(255,255,255,.02);border:1px solid var(--border-color);border-radius:12px;cursor:pointer;margin-top:8px}.cv-consent input[type=checkbox]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:var(--accent-purple);cursor:pointer}.cv-consent span{font-size:11px;color:var(--text-muted);line-height:1.5}.cv-field-textarea{width:100%;padding:10px 14px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:10px;color:var(--text-primary);font-size:14px;font-family:inherit;resize:vertical;min-height:80px;max-height:160px;transition:all .2s}.cv-field-textarea:focus{outline:none;border-color:var(--accent-purple);box-shadow:0 0 0 2px rgba(139,127,190,.15)}.cv-field-textarea::placeholder{color:var(--text-muted)}.cv-btn-generate{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(167,139,250,.12);border:1px solid rgba(167,139,250,.3);border-radius:10px;color:var(--accent-purple);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.cv-btn-generate:hover{background:rgba(167,139,250,.2);border-color:var(--accent-purple)}.cv-test-loading{align-items:center;gap:12px;padding:32px 16px;color:var(--text-muted);font-size:13px}.cv-test-loading,.cv-test-ready{display:flex;flex-direction:column}.cv-test-ready{gap:10px}.cv-test-player{display:flex;align-items:center;gap:14px;padding:14px 16px;background:var(--bg-input);border:1px solid var(--border-color);border-radius:12px}.cv-test-play-btn{width:40px;height:40px;border-radius:50%;background:var(--accent-purple);border:none;color:white;font-size:14px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.cv-test-play-btn:hover{filter:brightness(1.15);transform:scale(1.05)}.cv-test-play-btn.playing{animation:pulse 1.5s infinite}.cv-test-canvas{flex:1;height:48px;min-width:0;border-radius:6px}.cv-test-back-btn{display:inline-flex;align-items:center;gap:6px;background:none;border:none;color:var(--text-muted);font-size:12px;cursor:pointer;padding:4px 0;transition:color .2s;align-self:flex-start}.cv-test-back-btn:hover{color:var(--text-primary)}.cv-divider{height:1px;background:var(--border-color);margin:20px 0}.cv-slider-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cv-slider-value{background:rgba(255,255,255,.05);border:1px solid var(--border-color);border-radius:6px;padding:4px 6px;font-family:monospace;font-size:14px;color:var(--text-primary);width:60px;text-align:center;outline:none;transition:border-color .2s}.cv-slider-value:focus{border-color:var(--accent-purple)}.cv-slider-value::-webkit-inner-spin-button,.cv-slider-value::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.cv-slider{-webkit-appearance:none;width:100%;background:transparent;margin:8px 0}.cv-slider::-webkit-slider-runnable-track{width:100%;height:4px;cursor:pointer;background:var(--border-light);border-radius:2px}.cv-slider::-webkit-slider-thumb{height:16px;width:16px;border-radius:50%;background:var(--accent-purple);cursor:pointer;-webkit-appearance:none;margin-top:-6px;transition:background .2s}.cv-slider:hover::-webkit-slider-thumb{background:#c4b5fd}.cv-slider::-moz-range-track{width:100%;height:4px;cursor:pointer;background:var(--border-light);border-radius:2px}.cv-slider::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:var(--accent-purple);cursor:pointer;border:none}.cv-btn-save{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;background:var(--accent-purple);border:none;border-radius:10px;color:white;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.cv-btn-save:hover:not(.disabled){filter:brightness(1.1)}.cv-btn-save.disabled{opacity:.4;cursor:not-allowed}.cv-confirm-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10;border-radius:20px}.cv-confirm-box{background:var(--bg-card);border:1px solid var(--border-light);border-radius:20px;padding:60px 40px;text-align:center;max-width:480px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.4);animation:fadeIn .2s ease-out}.cv-confirm-icon{width:56px;height:56px;border-radius:50%;background:rgba(167,139,250,.12);border:1px solid rgba(167,139,250,.25);display:flex;align-items:center;justify-content:center;font-size:22px;color:var(--accent-purple);margin:0 auto 16px}.cv-confirm-title{font-size:17px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.cv-confirm-desc{font-size:13px;color:var(--text-muted);line-height:1.5;margin-bottom:24px}.cv-confirm-actions{display:flex;gap:10px;justify-content:center}.cv-confirm-actions .cv-btn-cancel,.cv-confirm-actions .cv-btn-continue{flex:1}.cv-success-state{flex-direction:column;padding:60px 40px;text-align:center;position:relative;overflow:hidden}.cv-success-icon,.cv-success-state{display:flex;align-items:center;justify-content:center}.cv-success-icon{width:72px;height:72px;border-radius:50%;background:rgba(16,185,129,.15);border:2px solid #10b981;font-size:28px;color:#10b981;margin-bottom:20px;animation:successPop .4s cubic-bezier(.175,.885,.32,1.275)}@keyframes successPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.cv-success-title{font-size:20px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.cv-success-desc{font-size:13px;color:var(--text-muted);line-height:1.5}.cv-confetti-container{position:absolute;inset:0;pointer-events:none;overflow:hidden}.cv-confetti-piece{position:absolute;top:-10px;width:8px;height:8px;border-radius:2px;animation:confettiFall linear forwards;opacity:.9}@keyframes confettiFall{0%{transform:translateY(-10px) rotate(0deg);opacity:1}to{transform:translateY(400px) rotate(2turn);opacity:0}}