.shopping-module__zCv1xq__container{flex-direction:column;gap:1.5rem;height:100%;display:flex}.shopping-module__zCv1xq__topRow{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.shopping-module__zCv1xq__topBlock{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;display:flex}.shopping-module__zCv1xq__quote{color:var(--foreground);font-size:1.5rem;font-weight:500;font-family:var(--font-heading);margin-bottom:2rem}.shopping-module__zCv1xq__progressSection{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);flex-direction:column;padding:1.5rem;display:flex}.shopping-module__zCv1xq__sectionTitle{background:var(--primary);color:#fff;text-align:center;border-radius:4px;margin-bottom:1rem;padding:.5rem;font-weight:700}.shopping-module__zCv1xq__progressContent{flex:1;justify-content:space-around;align-items:center;display:flex}.shopping-module__zCv1xq__barChart{width:60%;height:180px}.shopping-module__zCv1xq__donutChart{justify-content:center;align-items:center;width:30%;display:flex;position:relative}.shopping-module__zCv1xq__donutLabel{text-align:center;position:absolute}.shopping-module__zCv1xq__donutLabel h3{color:var(--foreground);margin:0;font-size:1.8rem}.shopping-module__zCv1xq__donutLabel small{opacity:.7;color:var(--foreground);font-size:.8rem;display:block}.shopping-module__zCv1xq__shareBlock{width:100%;margin-top:1rem}.shopping-module__zCv1xq__shareLabel{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem}.shopping-module__zCv1xq__shareRow{flex-wrap:wrap;gap:.5rem;display:flex}.shopping-module__zCv1xq__shareInput{border:1px solid var(--card-border);border-radius:var(--radius);background:var(--background);min-width:200px;color:var(--foreground);flex:1;padding:.5rem 1rem}.shopping-module__zCv1xq__grid{flex:1;grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.shopping-module__zCv1xq__categoryCard{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);flex-direction:column;display:flex;overflow:hidden}.shopping-module__zCv1xq__cardHeader{background:var(--primary);color:#fff;text-align:center;padding:.5rem;font-weight:700}.shopping-module__zCv1xq__cardHeaderTitle{font-size:1.1rem}.shopping-module__zCv1xq__cardProgress{justify-content:center;align-items:center;height:100px;padding:1rem;display:flex;position:relative}.shopping-module__zCv1xq__worksHeader{background:var(--primary);color:#fff;text-align:center;padding:.25rem;font-size:.9rem;font-weight:700}.shopping-module__zCv1xq__itemList{flex-direction:column;flex:1;gap:.5rem;min-height:200px;max-height:400px;padding:.5rem;display:flex;overflow-y:auto}.shopping-module__zCv1xq__itemRow{border-bottom:1px dashed var(--card-border);color:var(--foreground);align-items:flex-start;gap:.5rem;padding:4px .5rem;font-size:.9rem;transition:background .2s;display:flex;position:relative}.shopping-module__zCv1xq__itemRow:hover{background:var(--hover-bg)}.shopping-module__zCv1xq__itemActions{opacity:0;z-index:2;background:var(--card-bg);gap:4px;transition:opacity .2s;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.shopping-module__zCv1xq__itemStatus{pointer-events:none;z-index:1;align-items:center;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}[data-theme=dark] .shopping-module__zCv1xq__itemActions{background:var(--card-bg)}.shopping-module__zCv1xq__itemRow:hover .shopping-module__zCv1xq__itemStatus{display:none}.shopping-module__zCv1xq__itemRow:hover .shopping-module__zCv1xq__itemActions{opacity:1}.shopping-module__zCv1xq__actionBtn{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.shopping-module__zCv1xq__actionBtn:hover{background:#0000000d}[data-theme=dark] .shopping-module__zCv1xq__actionBtn:hover{background:#ffffff1a}.shopping-module__zCv1xq__deleteBtn{color:var(--danger)!important}.shopping-module__zCv1xq__rateBtnUpActive{color:#10b981!important}.shopping-module__zCv1xq__rateBtnDownActive{color:#ef4444!important}.shopping-module__zCv1xq__checkbox{cursor:pointer;width:17px;height:17px;margin-top:2px}.shopping-module__zCv1xq__itemContent{word-break:break-word;flex:1;padding-right:70px}.shopping-module__zCv1xq__completedItem{opacity:.6;text-decoration:line-through}.shopping-module__zCv1xq__itemInput{border:none;border-bottom:1px dashed var(--card-border);width:100%;color:var(--foreground);background:0 0;outline:none;padding:.5rem 0;font-family:inherit;font-size:.9rem}.shopping-module__zCv1xq__itemInput:focus{border-bottom:1px solid var(--primary)}.shopping-module__zCv1xq__cardFooter{background:var(--primary);color:#fff;justify-content:space-between;padding:.4rem .75rem;font-size:.8rem;display:flex}.shopping-module__zCv1xq__cardFooter.shopping-module__zCv1xq__unrealized{background:var(--primary-dark)}.shopping-module__zCv1xq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.shopping-module__zCv1xq__modal{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow-lg);padding:2rem}.shopping-module__zCv1xq__modal h3{color:var(--primary);border-bottom:2px solid var(--primary);font-family:var(--font-heading);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.8rem}.shopping-module__zCv1xq__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.shopping-module__zCv1xq__input{border:1px solid var(--card-border);background:var(--background);color:var(--foreground);border-radius:4px;padding:.5rem}.shopping-module__zCv1xq__hint{opacity:.7;color:var(--primary);margin-top:.5rem;font-size:.85rem;font-style:italic}.shopping-module__zCv1xq__modalActions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.shopping-module__zCv1xq__cancelBtn{border:1px solid var(--card-border);color:var(--foreground);border-radius:var(--radius);cursor:pointer;background:0 0;padding:.5rem 1.5rem}.shopping-module__zCv1xq__saveBtn{background:var(--primary);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:.5rem 1.5rem}@media (max-width:1200px){.shopping-module__zCv1xq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.shopping-module__zCv1xq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.shopping-module__zCv1xq__grid{grid-template-columns:1fr}}
.LanguageSelector-module__V7wBFG__container{width:100%;min-width:140px;position:relative}.LanguageSelector-module__V7wBFG__button{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);width:100%;color:var(--foreground);cursor:pointer;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:.9rem;transition:all .2s;display:flex}.LanguageSelector-module__V7wBFG__button:hover{border-color:var(--primary);background:var(--hover-bg)}.LanguageSelector-module__V7wBFG__button.LanguageSelector-module__V7wBFG__active{border-color:var(--primary);outline:2px solid var(--primary);outline-offset:-2px}.LanguageSelector-module__V7wBFG__iconWrapper{align-items:center;gap:8px;display:flex}.LanguageSelector-module__V7wBFG__chevron{opacity:.7;transition:transform .2s}.LanguageSelector-module__V7wBFG__chevron.LanguageSelector-module__V7wBFG__open{transform:rotate(180deg)}.LanguageSelector-module__V7wBFG__dropdown{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);z-index:50;width:100%;max-height:200px;margin-bottom:4px;padding:4px;animation:.2s LanguageSelector-module__V7wBFG__fadeIn;position:absolute;bottom:100%;left:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.LanguageSelector-module__V7wBFG__dropdown.LanguageSelector-module__V7wBFG__down{margin-top:4px;margin-bottom:0;top:100%;bottom:auto}.LanguageSelector-module__V7wBFG__option{width:100%;color:var(--foreground);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:8px 12px;font-family:inherit;font-size:.9rem;transition:background .2s;display:flex}.LanguageSelector-module__V7wBFG__option:hover{background:var(--hover-bg);color:var(--primary)}.LanguageSelector-module__V7wBFG__option.LanguageSelector-module__V7wBFG__selected{background:var(--secondary);color:var(--primary-dark);font-weight:600}@keyframes LanguageSelector-module__V7wBFG__fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}
.ThemeToggle-module__sGqMhG__button{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius);color:var(--foreground);cursor:pointer;justify-content:center;align-items:center;width:36px;height:36px;padding:8px;transition:all .2s;display:flex}.ThemeToggle-module__sGqMhG__button:hover{border-color:var(--primary);background:var(--hover-bg);color:var(--primary)}
.ScreenshotGallery-module__bPmHlW__overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;background:#000000e6;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s ScreenshotGallery-module__bPmHlW__fadeIn;display:flex;position:fixed;top:0;left:0}.ScreenshotGallery-module__bPmHlW__closeBtn{color:#fff;cursor:pointer;opacity:.7;z-index:2010;background:0 0;border:none;padding:10px;transition:opacity .2s;position:absolute;top:20px;right:20px}.ScreenshotGallery-module__bPmHlW__closeBtn:hover{opacity:1}.ScreenshotGallery-module__bPmHlW__galleryContent{justify-content:center;align-items:center;width:90%;max-width:1200px;height:80vh;display:flex;position:relative}.ScreenshotGallery-module__bPmHlW__navBtn{color:#fff;cursor:pointer;z-index:2005;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ScreenshotGallery-module__bPmHlW__navBtn:hover{background:#fff3;transform:translateY(-50%)scale(1.1)}.ScreenshotGallery-module__bPmHlW__prevBtn{left:-60px}.ScreenshotGallery-module__bPmHlW__nextBtn{right:-60px}@media (max-width:768px){.ScreenshotGallery-module__bPmHlW__navBtn{background:#00000080;width:36px;height:36px}.ScreenshotGallery-module__bPmHlW__prevBtn{left:10px}.ScreenshotGallery-module__bPmHlW__nextBtn{right:10px}}.ScreenshotGallery-module__bPmHlW__imageWrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.ScreenshotGallery-module__bPmHlW__image{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;animation:.3s ScreenshotGallery-module__bPmHlW__slideIn;box-shadow:0 0 50px #00000080}.ScreenshotGallery-module__bPmHlW__dots{z-index:2005;gap:10px;display:flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.ScreenshotGallery-module__bPmHlW__dot{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:all .2s}.ScreenshotGallery-module__bPmHlW__dot:hover{background:#fff9}.ScreenshotGallery-module__bPmHlW__dot.ScreenshotGallery-module__bPmHlW__active{background:var(--primary);transform:scale(1.2)}@keyframes ScreenshotGallery-module__bPmHlW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ScreenshotGallery-module__bPmHlW__slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
