.AddSongModal-module__dNiNyG__overlay{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:999;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.AddSongModal-module__dNiNyG__modal{background:var(--background);color:var(--foreground);border:1px solid var(--foreground);border-radius:10px;width:90%;max-width:400px;padding:20px;animation:.25s ease-out AddSongModal-module__dNiNyG__fadeIn;box-shadow:0 8px 20px rgba(0,0,0,.25)}.AddSongModal-module__dNiNyG__title{margin-bottom:10px}.AddSongModal-module__dNiNyG__label{color:var(--foreground);margin-top:15px;display:block}.AddSongModal-module__dNiNyG__input{border:1px solid var(--foreground);background:var(--background);width:100%;color:var(--foreground);border-radius:6px;margin-top:6px;padding:10px}.AddSongModal-module__dNiNyG__input:focus{outline:2px solid var(--foreground)}.AddSongModal-module__dNiNyG__buttons{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.AddSongModal-module__dNiNyG__primaryButton{background:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:6px;padding:8px 16px}.AddSongModal-module__dNiNyG__primaryButton:hover{opacity:.85}.AddSongModal-module__dNiNyG__secondaryButton{color:var(--foreground);border:1px solid var(--foreground);cursor:pointer;background:0 0;border-radius:6px;padding:8px 16px}.AddSongModal-module__dNiNyG__secondaryButton:hover{background:var(--foreground);color:var(--background)}@keyframes AddSongModal-module__dNiNyG__fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
:root{--bg:var(--background);--card:#fafafa;--muted:#666;--border:#e6e6e6;--accent:#0070f3;--accent-dark:#0059c9;--success:#00a86b;--danger:#e05555;--radius:12px;--max-width:1200px}:root[data-theme=dark]{--bg:#0d0d0d;--card:#1a1a1a;--muted:#aaa;--border:#333}.calculator-module__kEltUa__resultsPage{max-width:var(--max-width);color:var(--foreground);background:var(--background);box-sizing:border-box;flex-direction:column;gap:1.25rem;margin:0 auto;padding:2.5rem 1.25rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Arial;display:flex}.calculator-module__kEltUa__resultsPage>h1{text-align:center;margin:0 0 .5rem;font-size:1.75rem;font-weight:600}.calculator-module__kEltUa__songTabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.calculator-module__kEltUa__tabWrapper{margin:0 6px;display:inline-block;position:relative}.calculator-module__kEltUa__tab{background:var(--card);border:1px solid var(--border);cursor:pointer;color:var(--foreground);text-align:center;border-radius:999px;min-width:70px;padding:.5rem .9rem;font-weight:600;line-height:1;transition:transform .12s,background-color .12s,color .12s}.calculator-module__kEltUa__tab:hover{transform:translateY(-2px)}.calculator-module__kEltUa__active{background:var(--foreground);color:var(--bg);border-color:var(--foreground);box-shadow:0 6px 18px rgba(0,0,0,.18)}.calculator-module__kEltUa__deleteSongButton{background:var(--bg);width:22px;height:22px;color:var(--danger);cursor:pointer;border:1px solid rgba(224,85,85,.25);border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:inline-flex;position:absolute;top:-8px;right:-8px;box-shadow:0 2px 6px rgba(0,0,0,.12)}.calculator-module__kEltUa__addSongButton{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-left:12px;padding:.45rem .85rem;font-weight:600;transition:background .12s}.calculator-module__kEltUa__addSongButton:hover{background:var(--accent-dark)}.calculator-module__kEltUa__noSongs{text-align:center;color:var(--muted);padding:.5rem 0}.calculator-module__kEltUa__earningsSection{text-align:center;margin:.5rem 0 1.5rem}.calculator-module__kEltUa__totalAmount{align-items:center;gap:.5rem;font-size:1.15rem;font-weight:700;display:inline-flex}.calculator-module__kEltUa__totalAmount input{border:1px solid var(--border);background:var(--bg);width:110px;color:var(--foreground);border-radius:8px;padding:.35rem .5rem;font-size:1rem}.calculator-module__kEltUa__earningsSection button{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;border-radius:8px;padding:.35rem .6rem;font-size:.92rem}.calculator-module__kEltUa__earningsSection button:hover{background:rgba(255,255,255,.1)}.calculator-module__kEltUa__lastEarnings{justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;font-weight:600;display:flex}.calculator-module__kEltUa__editLastEarnings{border:1px solid var(--border);background:var(--card);color:var(--foreground);cursor:pointer;border-radius:6px;margin-left:.5rem;padding:.25rem .45rem}.calculator-module__kEltUa__earningsToDistribute{color:var(--muted);margin-top:.5rem;font-weight:600}.calculator-module__kEltUa__payoutCheckbox{color:var(--foreground);align-items:center;gap:.5rem;margin-top:.6rem;margin-left:.6rem;font-weight:500;display:inline-flex}.calculator-module__kEltUa__previousPayoutBlock{align-items:center;gap:.6rem;margin-top:.6rem;display:inline-flex}.calculator-module__kEltUa__previousPayoutBlock input{border:1px solid var(--border);background:var(--bg);width:140px;color:var(--foreground);border-radius:8px;padding:.4rem .5rem}.calculator-module__kEltUa__splitView{grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;display:grid}.calculator-module__kEltUa__section{background:var(--background);border:1px solid var(--border);border-radius:var(--radius);min-height:120px;color:var(--foreground);padding:1rem 1.15rem;box-shadow:0 6px 18px rgba(16,24,40,.06)}.calculator-module__kEltUa__section h2:first-child{text-align:center;margin-top:0;margin-bottom:.75rem;font-size:1.05rem}.calculator-module__kEltUa__separatorLine{border-top:2px solid var(--border);grid-column:1/-1;height:1px;margin:1rem 0}.calculator-module__kEltUa__headerRow{color:var(--foreground);border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.65rem 0;font-weight:600;display:grid}.calculator-module__kEltUa__headerRowPublishing{grid-template-columns:40px 1fr 120px}.calculator-module__kEltUa__headerRowMechanical{grid-template-columns:40px 1fr 110px 110px 120px}.calculator-module__kEltUa__trashIcon{cursor:pointer;color:var(--muted);margin-left:auto;font-size:1.05rem}.calculator-module__kEltUa__contributorRow{border-bottom:1px dashed var(--border);color:var(--foreground);align-items:center;gap:.6rem;padding:.6rem 0;display:grid}.calculator-module__kEltUa__contributorRowPublishing{grid-template-columns:40px 1fr 120px}.calculator-module__kEltUa__contributorRowMechanical{grid-template-columns:40px 1fr 110px 110px 120px}.calculator-module__kEltUa__contributorRow input[type=text],.calculator-module__kEltUa__contributorRow input[type=number]{border:1px solid var(--border);background:var(--bg);color:var(--foreground);border-radius:8px;width:100%;padding:.4rem .5rem;font-size:.95rem}.calculator-module__kEltUa__contributorRow input[type=checkbox]{transform:scale(1.12)}.calculator-module__kEltUa__section>button{background:var(--bg);border:1px solid var(--border);color:var(--foreground);cursor:pointer;border-radius:8px;margin-top:.75rem;padding:.45rem .75rem}.calculator-module__kEltUa__calculateButton{background:var(--success);color:var(--foreground);cursor:pointer;border:none;border-radius:10px;margin:1.5rem auto;padding:.8rem 1.25rem;font-weight:700;display:block}.calculator-module__kEltUa__calculatedSplits{background:var(--background);border:1px solid var(--border);border-radius:10px;border-radius:var(--radius);width:100%;margin-top:1.25rem;padding:1rem 1.15rem;overflow:hidden}.calculator-module__kEltUa__calculatedSplits table{border-collapse:collapse;background:var(--background);width:100%;color:var(--foreground);font-size:.95rem}.calculator-module__kEltUa__calculatedSplits th,.calculator-module__kEltUa__calculatedSplits td{border-bottom:1px solid var(--border);text-align:left;padding:.6rem .9rem}.calculator-module__kEltUa__calculatedSplits th{background:rgba(0,0,0,.04)}:root[data-theme=dark] .calculator-module__kEltUa__calculatedSplits th{background:rgba(255,255,255,.05)}.calculator-module__kEltUa__calculatedSplits tr:last-child td{border-bottom:none}@media (max-width:980px){.calculator-module__kEltUa__splitView{grid-template-columns:1fr}.calculator-module__kEltUa__headerRowPublishing,.calculator-module__kEltUa__headerRowMechanical,.calculator-module__kEltUa__contributorRowPublishing,.calculator-module__kEltUa__contributorRowMechanical{grid-template-columns:40px 1fr 1fr}.calculator-module__kEltUa__contributorRowMechanical{grid-template-columns:40px 1fr 1fr 1fr}}
