.downloaded-projects-overlay.svelte-x3i4oh{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.downloaded-projects-modal.svelte-x3i4oh{background-color:var(--bg1);border-radius:12px;width:min(90vw,700px);height:min(85vh,600px);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px #00000080}.modal-header.svelte-x3i4oh{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid var(--bg3)}.modal-header.svelte-x3i4oh h2:where(.svelte-x3i4oh){color:var(--text1);margin:0;font-size:24px;font-weight:300;font-family:Roboto,sans-serif}.modal-header.svelte-x3i4oh .header-actions:where(.svelte-x3i4oh){display:flex;gap:12px;align-items:center}.modal-header.svelte-x3i4oh .import-project-button:where(.svelte-x3i4oh){display:flex;align-items:center;gap:8px;background-color:var(--bg2);border:2px solid var(--bg4);color:var(--text1);padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-family:Roboto,sans-serif;transition:all .2s}.modal-header.svelte-x3i4oh .import-project-button:where(.svelte-x3i4oh):hover{background-color:var(--bg3);border-color:var(--bg4)}.modal-header.svelte-x3i4oh .clear-all-button:where(.svelte-x3i4oh){display:flex;align-items:center;gap:8px;background-color:var(--bg2);border:2px solid #ef4444;color:#ef4444;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-family:Roboto,sans-serif;transition:all .2s}.modal-header.svelte-x3i4oh .clear-all-button:where(.svelte-x3i4oh):hover{background-color:#ef4444;color:#fff}.modal-header.svelte-x3i4oh .close-button:where(.svelte-x3i4oh){background-color:var(--bg2);border:2px solid var(--bg4);color:var(--text2);cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background-color .2s,color .2s,border-color .2s}.modal-header.svelte-x3i4oh .close-button:where(.svelte-x3i4oh):hover{background-color:var(--bg3);border-color:var(--bg4);color:var(--text1)}.search-section.svelte-x3i4oh{padding:20px;border-bottom:1px solid var(--bg3)}.search-section.svelte-x3i4oh .search-input-container:where(.svelte-x3i4oh){display:flex;align-items:center;background-color:var(--bg2);border:2px solid var(--bg3);border-radius:8px;padding:12px;gap:10px;color:var(--text2);transition:border-color .2s}.search-section.svelte-x3i4oh .search-input-container:where(.svelte-x3i4oh):focus-within{border-color:var(--bg4)}.search-section.svelte-x3i4oh .search-input-container:where(.svelte-x3i4oh) .search-input:where(.svelte-x3i4oh){flex:1;background:none;border:none;color:var(--text1);font-size:16px;font-family:Roboto,sans-serif;outline:none}.search-section.svelte-x3i4oh .search-input-container:where(.svelte-x3i4oh) .search-input:where(.svelte-x3i4oh)::placeholder{color:var(--text2)}.projects-container.svelte-x3i4oh{flex:1;overflow-y:auto;padding:20px}.projects-container.svelte-x3i4oh::-webkit-scrollbar{width:12px}.projects-container.svelte-x3i4oh::-webkit-scrollbar-track{background:var(--bg2);border-radius:6px}.projects-container.svelte-x3i4oh::-webkit-scrollbar-thumb{background:var(--bg4);border-radius:6px;border:2px solid var(--bg2)}.projects-container.svelte-x3i4oh::-webkit-scrollbar-thumb:hover{background:var(--text2)}.projects-container.svelte-x3i4oh::-webkit-scrollbar-thumb:active{background:var(--text1)}.projects-container.svelte-x3i4oh{scrollbar-width:thin;scrollbar-color:var(--bg4) var(--bg2)}.loading-message.svelte-x3i4oh,.error-message.svelte-x3i4oh{text-align:center;color:var(--text2);padding:40px;font-size:18px;font-family:Roboto,sans-serif}.error-message.svelte-x3i4oh{color:#ff6b6b;background-color:#ff6b6b1a;border-radius:8px;margin:20px}.empty-message.svelte-x3i4oh{text-align:center;padding:60px 40px;color:var(--text2)}.empty-message.svelte-x3i4oh p:where(.svelte-x3i4oh){font-family:Roboto,sans-serif;font-size:18px;margin:0 0 10px}.empty-message.svelte-x3i4oh p.empty-subtitle:where(.svelte-x3i4oh){font-size:14px;font-weight:300}.project-card.svelte-x3i4oh{display:flex;justify-content:space-between;align-items:flex-start;background-color:var(--bg2);border-radius:10px;padding:20px;margin-bottom:16px;transition:background-color .2s}.project-card.svelte-x3i4oh:hover{background-color:var(--bg3)}.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh){flex:1;margin-right:20px}.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh) .project-name:where(.svelte-x3i4oh){color:var(--text1);font-size:20px;font-weight:400;font-family:Roboto,sans-serif;margin:0 0 8px}.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh) .project-author:where(.svelte-x3i4oh){color:var(--text2);font-size:14px;font-family:Roboto,sans-serif;font-weight:300;margin:0 0 12px}.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh) .project-meta:where(.svelte-x3i4oh){display:flex;gap:20px;font-size:12px;font-family:Roboto,sans-serif;font-weight:300;color:var(--text2);margin-bottom:0}.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh) .project-meta:where(.svelte-x3i4oh) .never-played:where(.svelte-x3i4oh){color:var(--text2);font-style:italic}.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh) .project-meta:where(.svelte-x3i4oh) .last-played:where(.svelte-x3i4oh),.project-card.svelte-x3i4oh .project-info:where(.svelte-x3i4oh) .project-meta:where(.svelte-x3i4oh) .play-count:where(.svelte-x3i4oh){color:var(--text2)}.project-card.svelte-x3i4oh .project-actions:where(.svelte-x3i4oh){display:flex;gap:10px;align-items:center}.project-card.svelte-x3i4oh .play-button:where(.svelte-x3i4oh){display:flex;align-items:center;gap:8px;background-color:var(--success-bg, #16A34A);border:2px solid var(--success-border, #15803D);color:var(--success-text, white);padding:12px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-family:Roboto,sans-serif;transition:all .2s}.project-card.svelte-x3i4oh .play-button:where(.svelte-x3i4oh):hover{background-color:var(--success-hover-bg, #15803D);border-color:var(--success-hover-border, #166534);color:var(--success-hover-text, white)}.project-card.svelte-x3i4oh .play-button:where(.svelte-x3i4oh):active{scale:.98}.project-card.svelte-x3i4oh .remove-button:where(.svelte-x3i4oh){display:flex;align-items:center;justify-content:center;background-color:var(--bg2);border:2px solid #ef4444;color:#ef4444;padding:12px;border-radius:8px;cursor:pointer;transition:all .2s}.project-card.svelte-x3i4oh .remove-button:where(.svelte-x3i4oh):hover{background-color:#ef4444;color:#fff}.project-card.svelte-x3i4oh .remove-button:where(.svelte-x3i4oh):active{scale:.98}
