.Settings-module__c4tK1a__container{max-width:900px;margin:0 auto;padding:2rem}.Settings-module__c4tK1a__title{letter-spacing:-.03em;background:linear-gradient(135deg,var(--primary)0%,var(--accent-purple)50%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.25rem;font-weight:900}.Settings-module__c4tK1a__section{-webkit-backdrop-filter:blur(20px)saturate(200%);border-radius:var(--radius-xl);background:linear-gradient(145deg,#ffffff08 0%,#ffffff03 100%);border:1px solid #ffffff1a;margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #00000080,inset 0 1px 1px #ffffff26}.Settings-module__c4tK1a__section:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#fff3,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Settings-module__c4tK1a__header{margin-bottom:2rem}.Settings-module__c4tK1a__header h2{margin-bottom:.5rem;font-size:1.4rem;font-weight:800}.Settings-module__c4tK1a__header p{color:var(--text-muted);font-size:.9rem}.Settings-module__c4tK1a__primaryGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:1.5rem;display:grid}.Settings-module__c4tK1a__actionCardPrimary{border-radius:var(--radius-lg);transition:all var(--transition-base);background:#ffffff08;border:1px solid #ffffff14;flex-direction:column;justify-content:space-between;padding:1.5rem;display:flex;box-shadow:inset 0 1px 1px #ffffff0d}.Settings-module__c4tK1a__actionCardPrimary:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-2px)}.Settings-module__c4tK1a__actionCardContent{margin-bottom:1.5rem}.Settings-module__c4tK1a__cardTitle{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.Settings-module__c4tK1a__cardDesc{color:var(--text-muted);font-size:.85rem;line-height:1.5}.Settings-module__c4tK1a__primaryBtn{color:var(--foreground);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background:#ffffff0d;border:1px solid #ffffff1a;justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.95rem;font-weight:600;display:flex}.Settings-module__c4tK1a__primaryBtn:hover:not(:disabled){background:#ffffff1a;border-color:#fff3}.Settings-module__c4tK1a__highlightBtn{color:#fff;background:linear-gradient(135deg,#5b9cff33,#a78bfa26);border-color:#5b9cff4d;box-shadow:0 4px 15px #5b9cff26,inset 0 1px 1px #ffffff1a}.Settings-module__c4tK1a__highlightBtn:hover:not(:disabled){background:linear-gradient(135deg,#5b9cff4d,#a78bfa40);border-color:#5b9cff80;box-shadow:0 6px 20px #5b9cff40,inset 0 1px 1px #fff3}.Settings-module__c4tK1a__primaryBtn:disabled{opacity:.5;cursor:not-allowed}.Settings-module__c4tK1a__consoleWrapper{border-radius:var(--radius-lg);background:#0006;border:1px solid #ffffff14;position:relative;overflow:hidden;box-shadow:inset 0 2px 10px #00000080}.Settings-module__c4tK1a__consoleHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:#ffffff08;border-bottom:1px solid #ffffff0d;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:flex}.Settings-module__c4tK1a__console{height:160px;color:var(--text-muted);scrollbar-width:thin;scrollbar-color:#fff3 transparent;padding:1rem;font-family:JetBrains Mono,monospace;font-size:.8rem;overflow-y:auto}.Settings-module__c4tK1a__console::-webkit-scrollbar{width:6px}.Settings-module__c4tK1a__console::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px}.Settings-module__c4tK1a__logLine{border-bottom:1px dashed #ffffff08;margin-bottom:.35rem;padding-bottom:.35rem;line-height:1.4}.Settings-module__c4tK1a__logLine:last-child{border-bottom:none}.Settings-module__c4tK1a__emptyLog{color:var(--text-disabled);font-style:italic}.Settings-module__c4tK1a__prefGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;display:grid}.Settings-module__c4tK1a__prefCard{border-radius:var(--radius-lg);transition:all var(--transition-fast);background:#ffffff08;border:1px solid #ffffff14;align-items:center;gap:1rem;padding:1rem;display:flex}.Settings-module__c4tK1a__prefCard:hover{background:#ffffff0d;border-color:#ffffff26}.Settings-module__c4tK1a__prefIcon{color:var(--text-muted);flex-shrink:0;width:24px;height:24px}.Settings-module__c4tK1a__prefContent{flex-direction:column;flex:1;gap:.4rem;display:flex}.Settings-module__c4tK1a__prefTitle{color:var(--text-secondary);font-size:.85rem;font-weight:600}.Settings-module__c4tK1a__input{border-radius:var(--radius-md);color:var(--foreground);transition:all var(--transition-base);cursor:pointer;background:#00000040;border:1px solid #ffffff1a;width:100%;padding:.5rem;font-family:inherit;font-size:.9rem}.Settings-module__c4tK1a__input:focus{border-color:#5b9cff80;outline:none;box-shadow:0 0 0 2px #5b9cff26}[data-theme=light] .Settings-module__c4tK1a__input{color:#0f172a;background:#ffffff80;border-color:#0000001a}.Settings-module__c4tK1a__maintGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Settings-module__c4tK1a__maintCard{border-radius:var(--radius-lg);transition:all var(--transition-base);background:#00000026;border:1px dashed #ffffff1a;justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.Settings-module__c4tK1a__maintCard:hover{background:#00000040;border-color:#fff3}.Settings-module__c4tK1a__maintTitle{margin-bottom:.25rem;font-size:1rem;font-weight:600}.Settings-module__c4tK1a__maintDesc{color:var(--text-disabled);font-size:.8rem}.Settings-module__c4tK1a__maintBtn{color:var(--text-muted);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background:0 0;border:1px solid #ffffff26;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex}.Settings-module__c4tK1a__maintBtn:hover:not(:disabled){color:var(--foreground);background:#ffffff1a;border-color:#ffffff4d}.Settings-module__c4tK1a__maintBtn:disabled{opacity:.3;cursor:not-allowed}.Settings-module__c4tK1a__progressBarContainer{border-radius:var(--radius-sm);background:#0000004d;border:1px solid #ffffff1a;justify-content:center;align-items:center;height:30px;display:flex;position:relative;overflow:hidden}.Settings-module__c4tK1a__progressBar{z-index:1;background:linear-gradient(90deg,#5b9cff99,#a78bfa99);transition:width .3s;position:absolute;top:0;bottom:0;left:0}.Settings-module__c4tK1a__progressText{z-index:2;color:#fff;text-shadow:0 1px 2px #000c;font-size:.8rem;font-weight:700;position:relative}@media (max-width:768px){.Settings-module__c4tK1a__primaryGrid,.Settings-module__c4tK1a__maintGrid{grid-template-columns:1fr}.Settings-module__c4tK1a__maintCard{flex-direction:column;align-items:flex-start;gap:1rem}.Settings-module__c4tK1a__maintBtn{justify-content:center;width:100%}}
.AddGameModal-module__NJRg0q__overlay{-webkit-backdrop-filter:blur(16px);z-index:300;background:#04060ebf;justify-content:center;align-items:center;padding:1rem;animation:.25s ease-out AddGameModal-module__NJRg0q__overlayIn;display:flex;position:fixed;inset:0}@keyframes AddGameModal-module__NJRg0q__overlayIn{0%{opacity:0}to{opacity:1}}.AddGameModal-module__NJRg0q__modal{border-radius:var(--radius-xl);background:#0a0e1ce6;border:1px solid #ffffff1f;width:100%;max-width:540px;max-height:90vh;animation:.35s cubic-bezier(.16,1,.3,1) AddGameModal-module__NJRg0q__modalIn;position:relative;overflow-y:auto;box-shadow:0 30px 80px #000c,0 0 0 1px #ffffff14,inset 0 1px 2px #ffffff26}[data-theme=light] .AddGameModal-module__NJRg0q__modal{background:#fffffff0;border-color:#00000014;box-shadow:0 30px 85px #00000026,inset 0 1px #fffc}.AddGameModal-module__NJRg0q__modal:before{content:"";border-radius:var(--radius-xl)var(--radius-xl)0 0;background:linear-gradient(90deg,#5b9cff00 0%,#5b9cffcc 20%,#a78bfacc 50%,#f472b6b3 80%,#f472b600 100%);height:3px;position:absolute;top:0;left:0;right:0}@keyframes AddGameModal-module__NJRg0q__modalIn{0%{opacity:0;filter:blur(8px);transform:translateY(24px)scale(.96)}to{opacity:1;filter:blur();transform:translateY(0)scale(1)}}.AddGameModal-module__NJRg0q__content{padding:2.5rem}.AddGameModal-module__NJRg0q__header{margin-bottom:1.75rem}.AddGameModal-module__NJRg0q__title{align-items:center;gap:var(--spacing-sm);letter-spacing:-.02em;color:var(--foreground);background:linear-gradient(135deg,#fff,#a8c8fc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0;font-size:1.4rem;font-weight:800;display:flex}[data-theme=light] .AddGameModal-module__NJRg0q__title{background:linear-gradient(135deg,#101827,#2563eb);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.AddGameModal-module__NJRg0q__subtitle{color:var(--text-muted);margin:.25rem 0 0;font-size:.82rem}.AddGameModal-module__NJRg0q__form{flex-direction:column;gap:1.25rem;display:flex}.AddGameModal-module__NJRg0q__field{flex-direction:column;gap:8px;display:flex}.AddGameModal-module__NJRg0q__label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);align-items:center;gap:6px;font-size:.72rem;font-weight:800;display:flex}.AddGameModal-module__NJRg0q__labelHint{text-transform:none;letter-spacing:0;color:var(--primary);margin-left:auto;font-size:.76rem;font-weight:700}.AddGameModal-module__NJRg0q__row{gap:1.25rem;display:flex}.AddGameModal-module__NJRg0q__platformSelectorGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.AddGameModal-module__NJRg0q__platformPill{color:var(--text-muted);border-radius:var(--radius-lg);cursor:pointer;text-align:center;background:#ffffff08;border:1px solid #ffffff14;outline:none;padding:8px 12px;font-size:.8rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}[data-theme=light] .AddGameModal-module__NJRg0q__platformPill{background:#00000008;border-color:#00000014}.AddGameModal-module__NJRg0q__platformPill:hover{background:var(--glass-bg-hover);color:var(--foreground);border-color:#ffffff26;transform:translateY(-1px)}.AddGameModal-module__NJRg0q__platformPillActive{color:var(--foreground);background:#5b9cff26;border-color:#5b9cff66}.AddGameModal-module__NJRg0q__customInput{margin-top:4px;animation:.2s cubic-bezier(.16,1,.3,1) AddGameModal-module__NJRg0q__slideDownIn}@keyframes AddGameModal-module__NJRg0q__slideDownIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.AddGameModal-module__NJRg0q__input,.AddGameModal-module__NJRg0q__select{border-radius:var(--radius-lg);color:var(--foreground);transition:all .25s var(--transition-base);background:#ffffff08;border:1px solid #ffffff14;outline:none;padding:11px 15px;font-family:inherit;font-size:.9rem;box-shadow:inset 0 1px 1px #0003}[data-theme=light] .AddGameModal-module__NJRg0q__input,[data-theme=light] .AddGameModal-module__NJRg0q__select{background:#00000005;border-color:#0000001a;box-shadow:inset 0 1px 1px #0000000d}.AddGameModal-module__NJRg0q__input:focus,.AddGameModal-module__NJRg0q__select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #5b9cff26,inset 0 1px 1px #0003}.AddGameModal-module__NJRg0q__input::placeholder{color:var(--text-disabled)}.AddGameModal-module__NJRg0q__searchWrapper{position:relative}.AddGameModal-module__NJRg0q__suggestions{border-radius:var(--radius-lg);z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0c1122f7;border:1px solid #ffffff1f;max-height:220px;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 16px 40px #000000b3}[data-theme=light] .AddGameModal-module__NJRg0q__suggestions{background:#fffffffa;border-color:#00000014;box-shadow:0 16px 40px #0000001a}.AddGameModal-module__NJRg0q__suggestionItem{cursor:pointer;transition:background var(--transition-fast);border-bottom:1px solid #ffffff08;align-items:center;gap:12px;padding:10px 14px;display:flex}.AddGameModal-module__NJRg0q__suggestionItem:last-child{border-bottom:none}.AddGameModal-module__NJRg0q__suggestionItem:hover{background:#5b9cff1a}.AddGameModal-module__NJRg0q__suggestionImg{border-radius:var(--radius-md);object-fit:cover;background:var(--background-secondary);width:38px;height:38px}.AddGameModal-module__NJRg0q__suggestionInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.AddGameModal-module__NJRg0q__suggestionName{color:var(--foreground);text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;font-weight:600;overflow:hidden}.AddGameModal-module__NJRg0q__suggestionPrice{color:var(--primary-light);font-size:.74rem;font-weight:700}.AddGameModal-module__NJRg0q__flagRow{flex-wrap:wrap;gap:10px;display:flex}.AddGameModal-module__NJRg0q__flagChip{border-radius:var(--radius-full);cursor:pointer;color:var(--text-muted);-webkit-user-select:none;user-select:none;background:#ffffff05;border:1px solid #ffffff14;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}[data-theme=light] .AddGameModal-module__NJRg0q__flagChip{background:#00000005;border-color:#00000014}.AddGameModal-module__NJRg0q__flagChip:hover{color:var(--foreground);background:#5b9cff0f;border-color:#5b9cff59;transform:translateY(-1px)}.AddGameModal-module__NJRg0q__flagActive{color:var(--foreground);background:linear-gradient(135deg,#5b9cff33,#a78bfa26);border-color:#5b9cff73;box-shadow:0 0 12px #5b9cff1a}.AddGameModal-module__NJRg0q__advancedToggle{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;align-items:center;gap:6px;margin-top:4px;padding:8px 0;font-family:inherit;font-size:.75rem;font-weight:800;display:flex}.AddGameModal-module__NJRg0q__advancedToggle:hover{color:var(--foreground)}.AddGameModal-module__NJRg0q__advancedContent{border-radius:var(--radius-lg);background:#ffffff03;border:1px solid #ffffff0a;flex-direction:column;gap:1rem;padding:1.25rem;animation:.25s cubic-bezier(.16,1,.3,1) AddGameModal-module__NJRg0q__slideDownIn;display:flex}.AddGameModal-module__NJRg0q__checkboxLabel{color:var(--text-muted);cursor:pointer;transition:color var(--transition-base);align-items:center;gap:10px;font-size:.85rem;display:flex}.AddGameModal-module__NJRg0q__checkboxLabel:hover{color:var(--foreground)}.AddGameModal-module__NJRg0q__checkbox{accent-color:var(--primary);width:15px;height:15px}.AddGameModal-module__NJRg0q__footer{border-top:1px solid #ffffff0f;justify-content:flex-end;gap:12px;margin-top:1rem;padding-top:1.25rem;display:flex}.AddGameModal-module__NJRg0q__cancelBtn{color:var(--text-muted);border-radius:var(--radius-lg);cursor:pointer;transition:all var(--transition-base);background:0 0;border:1px solid #ffffff14;padding:11px 22px;font-family:inherit;font-size:.88rem;font-weight:600}.AddGameModal-module__NJRg0q__cancelBtn:hover{color:var(--foreground);background:#ffffff0a;border-color:#ffffff26}.AddGameModal-module__NJRg0q__submitBtn{color:#fff;border-radius:var(--radius-lg);cursor:pointer;transition:all .2s var(--transition-base);background:linear-gradient(135deg,#5b9cff73,#a78bfa59);border:1px solid #5b9cff73;padding:11px 26px;font-family:inherit;font-size:.88rem;font-weight:700;box-shadow:0 4px 14px #5b9cff33}.AddGameModal-module__NJRg0q__submitBtn:hover{border-color:#5b9cff99;transform:translateY(-1px);box-shadow:0 6px 22px #5b9cff59}.AddGameModal-module__NJRg0q__submitBtn.AddGameModal-module__NJRg0q__loading{opacity:.6;pointer-events:none}@media (max-width:540px){.AddGameModal-module__NJRg0q__content{padding:1.75rem}.AddGameModal-module__NJRg0q__platformSelectorGrid{grid-template-columns:repeat(2,1fr)}.AddGameModal-module__NJRg0q__row{flex-direction:column;gap:1.25rem}.AddGameModal-module__NJRg0q__flagRow{gap:8px}}
.ThemeToggle-module__3b5zuq__container{background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--blur-md))saturate(180%);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow),var(--glass-specular);gap:3px;padding:3px;display:flex}[data-theme=light] .ThemeToggle-module__3b5zuq__container{background:#ffffff80;border:1px solid #fff9}.ThemeToggle-module__3b5zuq__button{border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem .75rem;display:flex;position:relative}.ThemeToggle-module__3b5zuq__button:hover{background:var(--glass-bg-hover);transform:translateY(-1px)}[data-theme=light] .ThemeToggle-module__3b5zuq__button:hover{background:#0000000d}.ThemeToggle-module__3b5zuq__button.ThemeToggle-module__3b5zuq__active{background:linear-gradient(135deg,#5b9cff4d,#a78bfa33);box-shadow:0 2px 12px #5b9cff33,inset 0 1px #ffffff1a}.ThemeToggle-module__3b5zuq__button.ThemeToggle-module__3b5zuq__active:hover{transform:translateY(-2px);box-shadow:0 4px 16px #5b9cff4d}.ThemeToggle-module__3b5zuq__icon{filter:drop-shadow(0 1px 3px #0003);font-size:1.2rem;line-height:1}.ThemeToggle-module__3b5zuq__button.ThemeToggle-module__3b5zuq__active .ThemeToggle-module__3b5zuq__icon{filter:drop-shadow(0 2px 6px #fff3)}
