body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}.appPage{color:#e1e1e1;box-sizing:border-box;flex-direction:column;width:100%;max-width:800px;margin:2rem auto;padding:0 1.5rem;display:flex}@media (width<=768px){.appPage{max-width:100%;margin:1rem auto;padding:0 1rem}}.appPage .header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);word-break:break-word;overflow-wrap:break-word;box-sizing:border-box;background:#ffffff08;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:100%;margin-bottom:2rem;padding:1.5rem;display:flex}@media (width<=768px){.appPage .header{gap:1rem;width:100%;margin-bottom:1.5rem;padding:1rem}}.appPage .headerMain{box-sizing:border-box;gap:1.5rem;width:100%;display:flex}@media (width<=576px){.appPage .headerMain{text-align:center;flex-direction:column;align-items:center;gap:1rem}}.appPage .warning{color:#ff5722;text-align:center;background:#ff572226;border:1px solid #ff572233;border-radius:8px;width:100%;margin-bottom:1.5rem;padding:.75rem 1rem;font-weight:500}.appPage .status{color:#64b5f6;background:#2196f326;border:1px solid #2196f333;border-radius:20px;margin:.5rem 0;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.appPage .appImage{object-fit:cover;border-radius:16px;flex-shrink:0;align-self:flex-start;width:96px;height:96px;transition:transform .2s;box-shadow:0 4px 20px #0003}.appPage .appImage:hover{transform:scale(1.05)}.appPage .titleSection{flex-direction:column;flex-grow:1;gap:.5rem;display:flex}.appPage .titleSection .appDescription{margin-top:1rem}.appPage .titleSection .appDescription p{color:#b0b0b0;margin:0;font-size:.9375rem;line-height:1.5}.appPage .titleSection .appDescription .see-more-btn{color:#64b5f6;cursor:pointer;background:0 0;border:none;padding:.5rem 0;font-size:.875rem;transition:color .2s}.appPage .titleSection .appDescription .see-more-btn:hover{color:#90caf9}.appPage .titleSection .title{color:#fff;margin:0;font-size:1.75rem;font-weight:600}.appPage .titleSection .sellerName{color:#9e9e9e;margin:0;font-size:.875rem}.appPage .titleSection .description{color:#b0b0b0;border-top:1px solid #ffffff14;margin-top:.75rem;padding-top:.75rem;font-size:.9375rem;line-height:1.6}.appPage .actionButtons{border-top:1px solid #ffffff14;flex-wrap:wrap;gap:.75rem;padding-top:1rem;display:flex}.appPage .infoGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.appPage .infoCard{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1rem}.appPage .infoCard .label{color:#9e9e9e;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem;font-size:.75rem}.appPage .infoCard .value{color:#e1e1e1;font-size:1rem;font-weight:500}.appPage .price{color:#4caf50;margin:.5rem 0;font-size:1.25rem;font-weight:600}.appPage .price span{color:#64b5f6}.appPage .cta{color:#fff;cursor:pointer;background:#2196f3;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:120px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.appPage .cta:hover{background:#1976d2;transform:translateY(-1px)}.appPage .cta:active{transform:translateY(0)}.appPage button[type=button].ban{background:#f44336}.appPage button[type=button].ban:hover{background:#d32f2f}.appPage button[type=button].delete{background:#424242}.appPage button[type=button].delete:hover{background:#323232}.appList{flex-direction:column;width:100%;display:flex;overflow:auto}.appList .appComponent{text-align:left;border-radius:var(--border-radius);background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:all var(--transition-speed) ease;align-items:center;margin:.5rem;padding:1.25rem;display:flex;position:relative}.appList .appComponent:hover{background-color:var(--bg-tertiary);border-color:var(--accent-color);box-shadow:var(--hover-shadow)}.appList .appComponent .appImage{object-fit:cover;object-position:center;border-radius:var(--border-radius);width:65px;height:65px;margin-right:1rem}.appList .appComponent .textBox{text-align:left;flex:1;min-width:0;margin:0 1rem}.appList .appComponent .textBox .appUrl{color:var(--text-primary);text-align:left;text-decoration:none;display:block}.appList .appComponent .textBox .appUrl:hover{color:var(--accent-light)}.appList .appComponent .textBox .title{white-space:nowrap;text-overflow:ellipsis;color:var(--text-primary);text-align:left;margin:0;padding-bottom:.5rem;font-size:1.125rem;font-weight:500;overflow:hidden}.appList .appComponent .textBox .description{color:var(--text-secondary);-webkit-line-clamp:2;text-align:left;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.appList .appComponent .appDeleteIcon{cursor:pointer;width:15px;height:15px;color:var(--text-secondary);background-color:var(--bg-tertiary);transition:all var(--transition-speed) ease;border-radius:8px;margin-left:auto;padding:8px;position:absolute;top:1rem;right:1rem}.appList .appComponent .appDeleteIcon:hover{background-color:var(--accent-color);color:var(--text-primary)}.appPlatforms{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.appPlatforms h3{color:#e1e1e1;text-align:center;margin:1.5rem 0 1rem;font-size:1.125rem;font-weight:600}.appPlatforms .appPlatformsWrapper{grid-template-columns:repeat(auto-fit,minmax(400px,400px));justify-content:center;gap:1rem;width:100%;display:grid}.appPlatforms .platformOuterBox{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;padding:1rem;transition:all .2s}.appPlatforms .platformOuterBox:hover{background:#ffffff0d;border-color:#ffffff1a}.appPlatforms .platformOuterBox .appPlatformBoxWrapper{color:#e1e1e1;text-decoration:none}.appPlatforms .platformOuterBox .appPlatformBoxWrapper .appPlatformBox{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.appPlatforms .platformOuterBox .appPlatformBoxWrapper .appPlatformBox .platformLogo{background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;width:32px;height:32px;padding:6px}.appPlatforms .platformOuterBox .appPlatformLinkBox{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.appPlatforms .platformOuterBox .appPlatformLinkBox .appPlatformLinkText{color:#b0b0b0;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;margin:0;font-family:SF Mono,Roboto Mono,monospace;font-size:.8125rem;overflow:hidden}.appPlatforms .platformOuterBox .appPlatformLinkBox .linkCopyIcon{color:#64b5f6;cursor:pointer;background:#2196f31a;border-radius:6px;flex-shrink:0;width:16px;height:16px;padding:.4rem;transition:all .2s}.appPlatforms .platformOuterBox .appPlatformLinkBox .linkCopyIcon:hover{background:#2196f326;transform:translateY(-1px)}.appPlatforms .platformOuterBox .appPlatformLinkBox .linkCopyIcon:active{transform:translateY(0)}.appPlatforms .platformOuterBox .platform-item{align-items:center;gap:1rem;width:100%;display:flex}.appPlatforms .platformOuterBox .platform-item .platform-icon{background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;flex-shrink:0;width:32px;height:32px;padding:6px}.appPlatforms .platformOuterBox .platform-item .link-box{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex:1;align-items:center;gap:.5rem;min-width:0;padding:.5rem .75rem;display:flex}.appPlatforms .platformOuterBox .platform-item .link-box .platform-url{color:#b0b0b0;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;outline:none;width:100%;padding:0;font-family:SF Mono,Roboto Mono,monospace;font-size:.8125rem;overflow:hidden}.appPlatforms .platformOuterBox .platform-item .link-box .platform-url:focus{color:#e1e1e1;white-space:normal;word-break:break-all}.appPlatforms .platformOuterBox .platform-item .link-box .copy-icon{color:#64b5f6;cursor:pointer;background:#2196f31a;border-radius:6px;flex-shrink:0;width:16px;height:16px;padding:.4rem;transition:all .2s}.appPlatforms .platformOuterBox .platform-item .link-box .copy-icon:hover{background:#2196f326;transform:translateY(-1px)}.appPlatforms .platformOuterBox .platform-item .link-box .copy-icon:active{transform:translateY(0)}.appPlatforms .platformOuterBox .platform-item .delete-button{color:#ef5350;cursor:pointer;background:#f443361a;border-radius:8px;flex-shrink:0;width:32px;height:32px;padding:6px;transition:all .2s}.appPlatforms .platformOuterBox .platform-item .delete-button:hover{background:#f4433626;transform:translateY(-1px)}.appPlatforms .platformOuterBox .platform-item .delete-button:active{transform:translateY(0)}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox{gap:.5rem;display:flex}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox .statusButton{cursor:pointer;border-radius:8px;width:32px;height:32px;padding:6px;transition:all .2s}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox .statusButton.approve{color:#66bb6a;background:#4caf501a}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox .statusButton.approve:hover{background:#4caf5026;transform:translateY(-1px)}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox .statusButton.reject{color:#ef5350;background:#f443361a}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox .statusButton.reject:hover{background:#f4433626;transform:translateY(-1px)}.appPlatforms .platformOuterBox .platform-item .appPlatformStatusBox .statusButton:active{transform:translateY(0)}.search{flex-direction:column;align-items:center;display:flex}.search .AppLogo{pointer-events:none;height:10rem}@media (prefers-reduced-motion:no-preference){.search .AppLogo{animation:20s linear infinite App-logo-spin}}.search .title{font-size:24px}.search .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.search .ctaBox{justify-content:center;margin:.5rem}.suggestions{border:2px solid var(--border-color,#0003);background-color:var(--bg-secondary,#1c1f24);opacity:0;z-index:1000;border-radius:12px;flex-direction:column;width:100%;height:0;margin:0 auto;transition:all .3s;display:flex;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 20px #0003}@media (width<=768px){.suggestions{width:calc(100% - 2rem);max-height:60vh}}.suggestions.active{opacity:1;height:auto;max-height:300px}.suggestions .loading-container{justify-content:center;align-items:center;width:100%;height:100px;display:flex}.suggestions .appComponent{text-align:left;border-top:1px solid var(--border-color,#0003);cursor:pointer;justify-content:space-between;align-items:center;padding:.75rem 1rem;transition:background-color .2s;display:flex}.suggestions .appComponent:first-child{border-top:none}.suggestions .appComponent:hover{background-color:var(--hover-bg,#ffffff0d)}.suggestions .appComponent:active{background-color:var(--active-bg,#ffffff1a)}.suggestions .appComponent .dataBox{flex:1;min-width:0;margin-right:1rem}.suggestions .appComponent .dataBox .name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin-bottom:.25rem;font-size:1rem;font-weight:500;overflow:hidden}.suggestions .appComponent .dataBox .description{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;overflow:hidden}.suggestions .appComponent .actionButton{border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;white-space:nowrap;background:0 0;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.suggestions .appComponent .actionButton:hover{background:var(--hover-bg);border-color:var(--text-primary)}.suggestions .noResults{text-align:center;color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:2rem;display:flex}.suggestions .noResults .icon{margin-bottom:1rem;font-size:2rem}.suggestions .noResults .message{font-size:.875rem}.menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#121212cc;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 8px #0003}.menu .logoBox{flex:1;justify-content:flex-start;display:flex}.menu .logoBox .logo{transition:opacity .2s}.menu .logoBox .logo:hover{opacity:.8}.menu .logoBox .logo .image{color:#fff;width:auto;height:40px}.menu .logoBox .logo .image .logo-text{letter-spacing:.5px;font-weight:500}@media (width<=768px){.menu .logoBox .logo .image{height:32px}}.menu .widgetBox{justify-content:flex-end;align-items:center;gap:.5rem;display:flex}.menu .widgetBox .widget-container{border-radius:8px;padding:.5rem;transition:all .2s;position:relative}.menu .widgetBox .widget-container:hover{background:#ffffff1a}.menu .widgetBox .widget-container .widget{cursor:pointer;color:#fff;opacity:.8;width:auto;height:22px;transition:opacity .2s}.menu .widgetBox .widget-container .widget:hover{opacity:1}@media (width<=768px){.menu .widgetBox{gap:.25rem}.menu .widgetBox .widget-container{padding:.4rem}.menu .widgetBox .widget-container .widget{height:20px}}.inputField{text-align:left;flex-direction:column;width:100%;display:flex}.inputField .label{color:var(--text-primary);margin-bottom:4px;font-size:clamp(13px,2.5vw,14px);font-weight:500;line-height:1.4;transition:color .3s;display:block}.inputField .input{background:var(--input-background);border:1px solid var(--border-color);width:100%;height:44px;color:var(--text-primary);border-radius:8px;padding:0 16px;font-size:15px;line-height:24px;transition:all .3s}.inputField .input::placeholder{color:var(--text-secondary)}.inputField .input:hover{border-color:var(--text-secondary)}.inputField .input:focus{border-color:var(--text-primary);box-shadow:0 0 0 3px var(--focus-ring);outline:none}.passwordInputField{text-align:left;flex-direction:column;width:100%;display:flex}.passwordInputField .label{color:var(--text-primary);margin-bottom:4px;font-size:clamp(13px,2.5vw,14px);font-weight:500;line-height:1.4;transition:color .3s;display:block}.passwordInputField .fieldBox{background:var(--input-background);border:1px solid var(--border-color);border-radius:8px;align-items:center;width:100%;height:44px;transition:all .3s;display:flex}.passwordInputField .fieldBox:hover{border-color:var(--text-secondary)}.passwordInputField .fieldBox:focus-within{border-color:var(--text-primary);box-shadow:0 0 0 3px var(--focus-ring)}.passwordInputField .fieldBox .input{height:100%;color:var(--text-primary);background:0 0;border:none;flex:1;padding:0 16px;font-size:15px;line-height:24px}.passwordInputField .fieldBox .input::placeholder{color:var(--text-secondary)}.passwordInputField .fieldBox .input:focus{outline:none}.passwordInputField .fieldBox .icon{width:44px;height:44px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;flex:none;justify-content:center;align-items:center;margin-right:4px;padding:0;transition:color .2s;display:flex}.passwordInputField .fieldBox .icon:hover{color:var(--text-primary)}.passwordInputField .fieldBox .icon svg{width:20px;height:20px}.selectorField{text-align:left;flex-direction:column;width:100%;margin-bottom:1rem;display:flex}.selectorField .label{color:var(--text-primary,#c9c9c9);margin-bottom:4px;font-size:clamp(13px,2.5vw,14px);font-weight:500;line-height:1.4;transition:color .3s;display:block}.selectorField .selector .selector-field__control{border-color:#61dafb33;border-radius:8px;min-height:44px;transition:all .3s}.selectorField .selector .selector-field__control:hover{border-color:#61dafb66}.selectorField .selector .selector-field__control--is-focused{border-color:#61dafb!important;box-shadow:0 0 0 1px #61dafb33!important}.selectorField .selector .selector-field__input{color:#c9c9c9!important}.selectorField .selector .selector-field__multi-value{background-color:#61dafb1a;border-radius:4px}.selectorField .selector .selector-field__multi-value__label{color:#c9c9c9}.selectorField .selector .selector-field__multi-value__remove{color:#c9c9c9;cursor:pointer}.selectorField .selector .selector-field__multi-value__remove:hover{color:#fff;background-color:#61dafb33}.selectorField .selector .selector-field__menu{background-color:#1d2026;border:1px solid #61dafb33;box-shadow:0 4px 6px #0000001a}.selectorField .selector .selector-field__menu-list{padding:4px}.selectorField .selector .selector-field__option{color:#c9c9c9;cursor:pointer;transition:all .2s}.selectorField .selector .selector-field__option--is-focused{background-color:#61dafb1a}.selectorField .selector .selector-field__option--is-selected{background-color:#61dafb33}.selectorField .selector .selector-field__option:active{background-color:#61dafb4d}.selectorField .selector .selector-field__placeholder{color:#c9c9c980}.checkboxField{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin:.5rem 0;display:flex}.checkboxField .label{color:#fff;font-size:16px}.checkboxField .checkbox{margin-right:.5rem}.loadingSpinner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.modal{z-index:1;justify-content:center;align-items:flex-start;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:100px;left:0}.modal .innerModal{background-color:#424752fa;border-radius:5px;flex-direction:column;align-items:center;width:500px;padding:2.5rem 1rem;display:flex;position:relative}.modal .innerModal .counter{color:#61dafb;background-color:#3c3c3c;border-radius:4px;padding:5px 10px;font-size:12px;position:absolute;top:5px;left:5px}.modal .innerModal .closeIcon,.modal .innerModal .editIcon,.modal .innerModal .deleteIcon{cursor:pointer;color:#61dafb;background-color:#3c3c3c;border-radius:10px;width:15px;height:15px;padding:7px;position:absolute;top:5px;right:5px}.modal .innerModal .editIcon{right:45px}.modal .innerModal .deleteIcon{right:85px}.buttonWidget{background-color:#00000045;border:1px solid #000;border-radius:5px;width:250px;margin:1rem;display:flex}.buttonWidget .route{color:#fff;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;padding:.75rem;text-decoration:none;display:flex}.buttonWidget .route .icon{color:#fff;width:30px;height:30px}.buttonWidget .route .icon path{stroke:#fff}.buttonWidget .route .textBox{text-align:left;flex-direction:column;align-items:flex-start;width:70%;margin-left:1rem;display:flex}.buttonWidget .route .textBox .title{text-align:left;margin:0;font-size:18px}.buttonWidget .route .textBox .description{margin:0;padding-top:5px;font-size:14px}.customAttributesWrapper{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.customAttributesWrapper .cATitle{color:var(--text-primary);font-size:1.25rem;font-weight:500}.customAttributesWrapper .attributeWrapper{flex-direction:column;gap:.75rem;display:flex}.customAttributesWrapper .attributeWrapper .attributeBox{background:#61dafb14;border:1px solid #61dafb26;border-radius:12px;padding:1rem;transition:all .2s}.customAttributesWrapper .attributeWrapper .attributeBox:hover{background:#61dafb1f;border-color:#61dafb40}.customAttributesWrapper .attributeWrapper .attributeBox .attributeName{color:var(--text-primary);border-bottom:1px solid #61dafb33;margin-bottom:.75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues{flex-direction:column;flex:1;gap:.5rem;display:flex}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue{background:#0003;border:1px solid #61dafb1a;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;transition:all .2s;display:flex}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue:hover{background:#0000004d;border-color:#61dafb4d}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue :global(.inputFieldWrapper){flex:1;margin:0}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue :global(.inputFieldWrapper) .inputField{color:var(--text-primary);background:0 0;border:none;outline:none;padding:.25rem 0;font-size:.9rem}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue :global(.inputFieldWrapper) .inputField:focus{background:#61dafb0d;border-radius:4px;padding:.25rem .5rem}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue :global(.inputFieldWrapper) .inputField::placeholder{color:var(--text-secondary);opacity:.6}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue :global(.inputFieldWrapper) .inputLabel{display:none}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue .removeValue{cursor:pointer;color:var(--text-secondary);opacity:.6;border-radius:4px;flex-shrink:0;padding:.25rem;transition:all .2s}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .editableAttributeValue .removeValue:hover{color:#ff4757;opacity:1;background:#ff47571a;transform:scale(1.1)}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .addValueButton{align-self:flex-start;margin-top:.25rem;color:var(--text-primary)!important;text-transform:none!important;background:#61dafb1a!important;border:1px dashed #61dafb66!important;border-radius:8px!important;padding:.5rem 1rem!important;font-size:.85rem!important;transition:all .2s!important}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .addValueButton:hover{transform:translateY(-1px);background:#61dafb33!important;border-color:#61dafb99!important}.customAttributesWrapper .attributeWrapper .attributeBox .attributeValues .addValueButton .MuiButton-startIcon{margin-right:.5rem}.customAttributesWrapper .attributeWrapper .attributeBox .deleteAttribute{cursor:pointer;color:var(--text-secondary);opacity:.6;border-radius:4px;padding:.25rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.customAttributesWrapper .attributeWrapper .attributeBox .deleteAttribute:hover{color:#ff4757;opacity:1;background:#ff47571a;transform:scale(1.1)}.customAttributesWrapper .attributeWrapper .attributeBox{padding-right:3rem;position:relative}.customAttributesWrapper .newAttributeBox{background:#61dafb0d;border:1px solid #61dafb33;border-radius:12px;flex-direction:column;gap:1rem;margin-top:.5rem;padding:1.5rem;display:flex}.customAttributesWrapper .newAttributeBox .noAttributesMessage{color:var(--text-secondary);text-align:center;background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;padding:1rem;font-size:.9rem;font-style:italic}.customAttributesWrapper .newAttributeBox .valuesSection{flex-direction:column;gap:.75rem;display:flex}.customAttributesWrapper .newAttributeBox .valuesSection .valueField{background:#0003;border:1px solid #61dafb1a;border-radius:8px;align-items:flex-end;gap:.75rem;padding:.75rem;display:flex}.customAttributesWrapper .newAttributeBox .valuesSection .valueField :global(.inputFieldWrapper){flex:1}.customAttributesWrapper .newAttributeBox .valuesSection .valueField :global(.inputFieldWrapper) .inputField{color:var(--text-primary);background:#61dafb0d;border:1px solid #61dafb33;border-radius:6px;padding:.75rem}.customAttributesWrapper .newAttributeBox .valuesSection .valueField :global(.inputFieldWrapper) .inputField:focus{background:#61dafb14;border-color:#61dafb80}.customAttributesWrapper .newAttributeBox .valuesSection .valueField .removeValue{cursor:pointer;color:var(--text-secondary);border-radius:4px;margin-bottom:1rem;padding:.25rem;transition:all .2s}.customAttributesWrapper .newAttributeBox .valuesSection .valueField .removeValue:hover{color:#ff4757;background:#ff47571a;transform:scale(1.1)}.customAttributesWrapper .newAttributeBox .valuesSection :global(.MuiButton-outlined){align-self:flex-start;margin-top:.5rem;color:var(--text-primary)!important;text-transform:none!important;background:#61dafb1a!important;border:1px dashed #61dafb66!important}.customAttributesWrapper .newAttributeBox .valuesSection :global(.MuiButton-outlined):hover{background:#61dafb33!important;border-color:#61dafb99!important}.customAttributesWrapper .newAttributeBox .buttonBox{justify-content:flex-end;gap:.75rem;margin-top:1rem;display:flex}.customAttributesWrapper .newAttributeBox .buttonBox button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.customAttributesWrapper .newAttributeBox .buttonBox button.cta{color:#fff;background:linear-gradient(135deg,#61dafb,#21a1c4);box-shadow:0 2px 8px #61dafb4d}.customAttributesWrapper .newAttributeBox .buttonBox button.cta:hover:not(:disabled){background:linear-gradient(135deg,#21a1c4,#1890a3);transform:translateY(-1px);box-shadow:0 4px 12px #61dafb66}.customAttributesWrapper .newAttributeBox .buttonBox button.cta:disabled{color:#ffffff80;cursor:not-allowed;box-shadow:none;background:#61dafb4d;transform:none}.customAttributesWrapper .newAttributeBox .buttonBox button.cta.danger{background:linear-gradient(135deg,#ff4757,#e84057);box-shadow:0 2px 8px #ff47574d}.customAttributesWrapper .newAttributeBox .buttonBox button.cta.danger:hover{background:linear-gradient(135deg,#e84057,#d63149);box-shadow:0 4px 12px #ff475766}.customAttributesWrapper .addIcon{cursor:pointer;margin-top:.5rem}.customAttributesWrapper :global(.MuiButton-root){align-self:flex-start;color:#fff!important;text-transform:none!important;background:linear-gradient(135deg,#61dafb,#21a1c4)!important;border:none!important;border-radius:8px!important;padding:.75rem 1.5rem!important;font-weight:500!important;transition:all .2s!important;box-shadow:0 2px 8px #61dafb4d!important}.customAttributesWrapper :global(.MuiButton-root):hover:not(:disabled){background:linear-gradient(135deg,#21a1c4,#1890a3)!important;transform:translateY(-1px)!important;box-shadow:0 4px 12px #61dafb66!important}.customAttributesWrapper :global(.MuiButton-root):disabled{color:#ffffff80!important;cursor:not-allowed!important;box-shadow:none!important;background:#61dafb4d!important;transform:none!important}.newAppPage{flex-direction:column;align-items:center;width:100%;padding:2rem 0;display:flex}.newAppPage .appImage{border-radius:5px;height:75px;margin-right:1rem}.newAppPage .title{margin:0;padding-bottom:.25rem;font-size:22px}.newAppPage .description{-webkit-line-clamp:3;-webkit-box-orient:vertical;width:500px;font-size:12px;display:-webkit-box;overflow:hidden}.linksWrapper{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.linksWrapper .linkTitle{color:var(--text-primary);font-size:1.25rem;font-weight:500}.linksWrapper .linkWrapper{flex-direction:column;gap:.5rem;display:flex}.linksWrapper .linkWrapper .linkBox{background:#61dafb1a;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem;display:flex}.linksWrapper .linkWrapper .linkBox .linkName{color:var(--text-primary);font-weight:500}.linksWrapper .linkWrapper .linkBox .linkValue{color:var(--text-secondary)}.linksWrapper .linkWrapper .linkBox .deleteLink{cursor:pointer;color:var(--text-secondary);margin-left:auto;transition:color .2s}.linksWrapper .linkWrapper .linkBox .deleteLink:hover{color:var(--danger-color)}.linksWrapper .buttonBox{gap:.5rem;margin-top:.5rem;display:flex}.linksWrapper .buttonBox button{border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:all .2s}.linksWrapper .buttonBox button.cta{background:var(--accent-color);color:#fff}.linksWrapper .buttonBox button.cta:hover{background:var(--accent-color-hover)}.linksWrapper .buttonBox button.cta.danger{background:var(--danger-color)}.linksWrapper .buttonBox button.cta.danger:hover{background:var(--danger-color-hover)}.linksWrapper :global(.MuiButton-root){color:#c9c9c9;background-color:#61dafb38;border-color:#61dafb;align-self:flex-start}.linksWrapper :global(.MuiButton-root):hover{background-color:#61dafb4f}:root{--background-primary:#18181b;--background-secondary:#1f1f23;--input-background:#27272a;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--border-color:#3f3f46;--button-background:#2196f3;--button-text:#fff;--button-hover:#1976d2;--overlay-color:#0006;--focus-ring:#2196f333;--link-color:#2196f3;--placeholder-color:#6b7280;--input-border:#4b5563cc}@media (prefers-color-scheme:dark){:root{--background-primary:#18181b;--background-secondary:#27272a;--text-primary:#f4f4f5;--text-secondary:#a1a1aa;--border-color:#3f3f46;--input-background:#27272a;--button-background:#2196f3;--button-text:#fff;--button-hover:#1976d2;--overlay-color:#0009;--focus-ring:#2196f333;--link-color:#2196f3}}.loginPage{background:var(--background-primary);box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:16px;display:flex}.loginPage .loginContent{background:var(--background-secondary);box-sizing:border-box;border-radius:16px;flex-direction:column;align-items:stretch;gap:32px;width:100%;max-width:400px;padding:32px 24px;display:flex;transform:translateY(-100px)}.loginPage .header{text-align:center}.loginPage .header .welcomeText{color:var(--text-primary);margin-bottom:8px;font-size:30px;font-weight:600}.loginPage .header .subtitle{color:var(--text-secondary);font-size:16px}.loginPage .loginForm{flex-direction:column;gap:24px;width:100%;display:flex}.loginPage .loginForm .formFields{flex-direction:column;gap:20px;display:flex}.loginPage .loginForm .field{flex-direction:column;gap:8px;display:flex}.loginPage .loginForm .field label{color:var(--text-primary);text-align:left;font-size:14px;font-weight:500}.loginPage .loginForm .field .inputContainer{width:100%;position:relative}.loginPage .loginForm .field .inputContainer input{background:var(--input-background);border:1px solid var(--input-border);width:100%;height:44px;color:var(--text-primary);box-sizing:border-box;border-radius:8px;padding:0 16px;font-size:15px;transition:all .2s}.loginPage .loginForm .field .inputContainer input::placeholder{color:var(--placeholder-color)}.loginPage .loginForm .field .inputContainer input:hover{border-color:var(--text-secondary)}.loginPage .loginForm .field .inputContainer input:focus{border-color:var(--link-color);box-shadow:0 0 0 1px var(--link-color);outline:none}.loginPage .loginForm .field .inputContainer .passwordToggle{color:var(--text-secondary);cursor:pointer;position:absolute;top:50%;right:16px;transform:translateY(-50%)}.loginPage .loginForm .forgotPassword{color:var(--link-color);text-align:left;margin-top:-8px;font-size:14px;text-decoration:none}.loginPage .loginForm .forgotPassword:hover{text-decoration:underline}.loginPage .loginForm .loginButton{background:var(--button-background);width:100%;height:44px;color:var(--button-text);cursor:pointer;border:none;border-radius:8px;font-size:15px;font-weight:500;transition:background-color .2s}.loginPage .loginForm .loginButton:hover{background:var(--button-hover)}.loginPage .loginForm .createAccount{text-align:center;color:var(--text-secondary);font-size:14px}.loginPage .loginForm .createAccount a{color:var(--link-color);margin-left:4px;text-decoration:none}.loginPage .loginForm .createAccount a:hover{text-decoration:underline}@media (width<=1023px){.loginPage .loginSide{width:100%}}@media (prefers-reduced-motion:reduce){.loginPage *,.loginPage :before{transition:none!important;animation:none!important}}.registerPage{flex-direction:column;justify-content:center;align-items:center;width:100%;margin:.5rem;display:flex}.registerPage .title{margin:0;padding-bottom:.25rem;font-size:22px}.registerPage .login{font-size:14px}.registerPage .login .link{color:#61dafb;text-decoration:none}.profilePage{flex-direction:column;align-items:center;height:100%;display:flex}.profilePage .AppLogo{pointer-events:none;height:10rem}@media (prefers-reduced-motion:no-preference){.profilePage .AppLogo{animation:20s linear infinite App-logo-spin}}.profilePage .title{font-size:24px}.profilePage .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.profilePage .ctaBox{justify-content:center;margin:.5rem}.listPreview{border:1px solid #3c3c3c;border-radius:5px;flex-direction:column;justify-content:space-between;align-items:center;width:400px;margin:1rem;padding:1rem;display:flex;position:relative}.listPreview .listTextBox{cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.listPreview .listTextBox .listUrl{text-align:left;outline:none;text-decoration:none}.listPreview .listTextBox .listUrl .counter{font-size:12px}.listPreview .listTextBox .listUrl .title{color:#61dafb;margin:0;font-size:24px}.listPreview .listTextBox .description{margin:0;font-size:14px}.listPreview .listTextBox .publicBadge{margin-left:2rem}.listPreview .listAppBox{width:100%}.listPreview .listAppBox .appComponent{margin-left:0;margin-right:0}.listPreview .listAppBox .appComponent .appImage{width:30px;height:30px}.listTable{background-color:#1a202c;border-radius:8px;flex-direction:column;gap:1rem;width:100%;padding:1rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.listTable .noLists{color:#a0aec0;text-align:center;padding:2rem;font-style:italic}.listTable .listPreview{background-color:#2d3748;border:1px solid #4a5568;border-radius:6px;padding:1rem;transition:all .2s ease-in-out}.listTable .listPreview:hover{border-color:#90cdf4;box-shadow:0 4px 12px #0000001a}.listTable .listPreview h3{color:#90cdf4;margin:0 0 .5rem;font-size:1.1rem}.listTable .listPreview p{color:#e2e8f0;margin:0;font-size:.9rem}.listTable .listPreview p.description{color:#a0aec0;margin-top:.5rem}.listTable .listPreview .stats{border-top:1px solid #4a5568;gap:1rem;margin-top:1rem;padding-top:.5rem;display:flex}.listTable .listPreview .stats span{color:#a0aec0;font-size:.875rem}.listTable .listPreview .stats span strong{color:#90cdf4;font-weight:600}._badge_b69mn_1{border:1px solid #13b958;border-radius:5px;padding:5px 10px;display:flex}._badge_b69mn_1 ._text_b69mn_7{color:#fff;text-transform:uppercase;font-size:12px}.listModal{flex-direction:column;align-items:center;display:flex}.listModal .textWrapper{text-align:left;width:100%}.listModal .textWrapper .title{margin:0 0 .25rem;font-size:18px}.listModal .textWrapper .description{margin:0;font-size:15px}.listModal .searchBox{margin-top:1rem;display:flex}.listModal .searchBox .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.listModal .searchBox .suggestions.active{top:480px}.listModal .addNewApp{margin:5px 0;font-size:13px}.listModal .addNewApp .link{color:#61dafb;text-decoration:none}.newListModal{flex-direction:column;align-items:center;width:100%;padding:2rem 0;display:flex}.newListModal .appImage{border-radius:5px;height:75px;margin-right:1rem}.newListModal .title{margin:0;padding-bottom:.25rem;font-size:22px}.newListModal .description{-webkit-line-clamp:3;-webkit-box-orient:vertical;width:500px;font-size:12px;display:-webkit-box;overflow:hidden}.miniListPreview{border:1px solid #3c3c3c;border-radius:5px;flex-direction:column;justify-content:space-between;align-items:center;width:400px;margin:1rem;padding:1rem;display:flex;position:relative}.miniListPreview .listTextBox{cursor:pointer;flex-direction:row;justify-content:space-between;align-items:center;width:100%;display:flex}.miniListPreview .listTextBox .listUrl{text-align:left;outline:none;text-decoration:none}.miniListPreview .listTextBox .listUrl .counter{font-size:12px}.miniListPreview .listTextBox .listUrl .title{color:#61dafb;margin:0;font-size:24px}.miniListPreview .listTextBox .description{margin:0;font-size:14px}.miniListPreview .listTextBox .publicBadge{margin-left:2rem}.miniListPreview .listAppBox{width:100%}.miniListPreview .listAppBox .appComponent{margin-left:0;margin-right:0}.miniListPreview .listAppBox .appComponent .appImage{width:30px;height:30px}._button_qw4lz_1{cursor:pointer;color:#c9c9c9;background-color:#282c34;border:1px solid #7487ff;border-radius:5px;margin:.25rem;padding:.5rem .75rem;font-size:14px}._button_qw4lz_1:disabled,._button_qw4lz_1[disabled]{color:#858585;border:1px solid #646eab}.listPage{flex-direction:column;align-items:center;width:100%;margin:.5rem;display:flex}.listPage .counter{text-align:left}.listPage .searchBox{margin-top:1rem;display:flex}.listPage .searchBox .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.listPage .searchBox .suggestions.active{top:480px}.publicLists{flex-direction:column;align-items:center;height:100%;display:flex}.publicLists .AppLogo{pointer-events:none;height:10rem}@media (prefers-reduced-motion:no-preference){.publicLists .AppLogo{animation:20s linear infinite App-logo-spin}}.publicLists .title{font-size:24px}.allUsersPage{background-color:#1a1a1a;width:100%;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem 1.5rem 100px}.allUsersPage .title{color:#e2e8f0;margin-bottom:2rem;font-size:32px;font-weight:600}.allUsersPage .searchField{color:#e2e8f0;background-color:#2d3748;border:2px solid #2d3748;border-radius:8px;width:100%;max-width:400px;margin-bottom:2rem;padding:.75rem 1rem;font-size:16px;transition:all .2s ease-in-out}.allUsersPage .searchField:focus{border-color:#61dafb;outline:none;box-shadow:0 0 0 3px #61dafb33}.allUsersPage .searchField::placeholder{color:#718096}.allUsersPage .userBox{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;width:100%;margin:0 auto 2rem;display:grid}.allUsersPage .userBox .userWrapper{box-sizing:border-box;color:#e2e8f0;background:#2d3748;border-radius:12px;width:100%;padding:1.5rem;transition:transform .2s ease-in-out;box-shadow:0 4px 6px #0000004d}.allUsersPage .userBox .userWrapper:hover{background:#3a4a63;transform:translateY(-2px)}.allUsersPage .loading-spinner{flex-direction:column;justify-content:center;align-items:center;min-height:400px;display:flex}.allUsersPage .loading-spinner .spinner{border:4px solid #2d3748;border-top-color:#61dafb;border-radius:50%;width:50px;height:50px;margin-bottom:1rem;animation:1s linear infinite spin}.allUsersPage .loading-spinner p{color:#a0aec0;font-size:16px}.allUsersPage .no-results{text-align:center;color:#a0aec0;margin:2rem 0;font-size:16px}.allUsersPage button{color:#1a202c;cursor:pointer;background-color:#61dafb;border:none;border-radius:8px;margin:2rem auto 0;padding:.75rem 1.5rem;font-size:16px;font-weight:500;transition:all .2s ease-in-out;display:block}.allUsersPage button:hover{background-color:#4fa8d5;transform:translateY(-1px)}.allUsersPage button:active{transform:translateY(0)}.allUsersPage button:disabled{color:#718096;cursor:not-allowed;background-color:#2d3748;transform:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboardPage{width:100%;max-width:1400px;min-height:calc(100vh - 64px);color:var(--text-primary);background-color:var(--bg-primary);flex-direction:column;align-items:center;margin:0 auto;padding:2rem;display:flex}.dashboardPage .title{color:var(--text-primary);text-align:center;margin-bottom:3rem;font-size:clamp(28px,5vw,36px);font-weight:700}.dashboardPage .widgets{grid-template-columns:minmax(auto,340px);justify-content:center;gap:1.5rem;width:100%;display:grid}@media (width>=768px){.dashboardPage .widgets{grid-template-columns:repeat(2,340px)}}@media (width>=1200px){.dashboardPage .widgets{grid-template-columns:repeat(3,340px)}}.dashboardPage .widgets :global(.buttonWidget){width:100%;height:280px}.dashboardPage .widgets :global(.buttonWidget) .route{background-color:var(--bg-secondary);border-radius:var(--border-radius);height:100%;transition:all var(--transition-speed) ease;cursor:pointer;color:var(--text-primary);border:1px solid var(--border-color);flex-direction:column;align-items:flex-start;padding:2.5rem;text-decoration:none;display:flex}.dashboardPage .widgets :global(.buttonWidget) .route:hover{border-color:var(--accent-color);box-shadow:var(--hover-shadow);background-color:#3f495e;transform:translateY(-4px)}.dashboardPage .widgets :global(.buttonWidget) .route:hover .icon{color:var(--accent-light)}.dashboardPage .widgets :global(.buttonWidget) .route .icon{color:var(--accent-color);transition:all var(--transition-speed) ease;margin-bottom:1.75rem;font-size:3rem}.dashboardPage .widgets :global(.buttonWidget) .route .textBox{width:100%}.dashboardPage .widgets :global(.buttonWidget) .route .textBox .title{color:var(--text-primary);text-align:left;margin:0 0 1.25rem;font-size:1.375rem;font-weight:600}.dashboardPage .widgets :global(.buttonWidget) .route .digit{color:var(--accent-light);margin-top:auto;font-size:2.5rem;font-weight:700}.allListsPage{width:100%}.allListsPage .title{font-size:28px}.allListsPage .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.allListsPage .listBox{flex-flow:wrap;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex}.allListsPage .listBox .listWrapper{width:50%;position:relative}:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f8fafc;--text-secondary:#94a3b8;--accent-color:#6366f1;--accent-light:#818cf8;--accent-dark:#4f46e5;--success-color:#22c55e;--error-color:#ef4444;--border-color:#334155;--card-shadow:0 4px 6px -1px #0003, 0 2px 4px -2px #0003;--hover-shadow:0 10px 15px -3px #6366f140, 0 4px 6px -4px #6366f140;--border-radius:12px;--transition-speed:.2s}.allAppsPage{width:100%;max-width:1200px;min-height:100vh;color:var(--text-primary);background-color:var(--bg-primary);margin:0 auto;padding:2rem 1rem}.allAppsPage .title{color:var(--text-primary);text-align:center;margin-bottom:2rem;padding:0 1rem;font-size:clamp(24px,5vw,32px);font-weight:600}@media (width>=768px){.allAppsPage .title{text-align:center;padding:0}}.allAppsPage .searchWrapper{justify-content:center;width:min(280px,90%);margin:0 auto 2rem;display:flex;position:relative}@media (width>=768px){.allAppsPage .searchWrapper{width:min(500px,90%);margin-bottom:3rem}}.allAppsPage .searchWrapper .searchField{width:100%;color:var(--text-primary);background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all var(--transition-speed) ease;padding:.875rem 2.5rem .875rem 1rem;font-size:16px}.allAppsPage .searchWrapper .searchField::placeholder{color:var(--text-secondary)}.allAppsPage .searchWrapper .searchField:focus{border-color:var(--accent-color);background-color:var(--bg-tertiary);outline:none;box-shadow:0 0 0 3px #6366f133}.allAppsPage .searchWrapper .clearSearch{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-speed) ease;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.25rem;display:flex;position:absolute;top:50%;right:.25rem;transform:translateY(-50%)}.allAppsPage .searchWrapper .clearSearch:hover{color:var(--text-primary);background-color:var(--bg-tertiary)}.allAppsPage .searchWrapper .clearSearch:focus{box-shadow:0 0 0 2px var(--accent-color);outline:none}.allAppsPage .appBox{width:100%;margin:0 auto;display:flex}.allAppsPage .appBox .appList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;width:100%;padding:0 1rem;display:grid}@media (width>=768px){.allAppsPage .appBox .appList{gap:2rem;padding:0}}.allAppsPage .appBox .appList .appItem{background-color:var(--bg-secondary);border-radius:var(--border-radius);transition:transform var(--transition-speed) ease, background-color var(--transition-speed) ease;cursor:pointer;text-align:left;padding:1.25rem}.allAppsPage .appBox .appList .appItem:hover{background-color:var(--bg-tertiary)}.allAppsPage .appBox .appList .appItem .appName{color:var(--text-primary);text-align:left;margin-bottom:.5rem;font-size:1.125rem;font-weight:500}.allAppsPage .cta{width:100%;max-width:200px;color:var(--text-primary);background:linear-gradient(135deg, var(--accent-color), var(--accent-light));border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed) ease;border:none;margin:2rem auto;padding:.75rem 1.5rem;font-size:16px;font-weight:500;display:block}.allAppsPage .cta:hover{background:linear-gradient(135deg, var(--accent-dark), var(--accent-color));box-shadow:var(--hover-shadow);transform:translateY(-2px)}.allAppsPage .cta:focus{outline:none;box-shadow:0 0 0 3px #6366f14d}.allAppsPage .cta:active{transform:translateY(0)}.allAppsPage .cta:disabled{opacity:.7;cursor:not-allowed;transform:none}.allAppsPage .skeleton{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-tertiary) 50%, var(--bg-secondary) 75%);border-radius:var(--border-radius);background-size:200% 100%;height:24px;margin-bottom:1rem;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.userPage{flex-direction:column;align-items:center;max-width:800px;margin:0 auto 2rem;padding:0 1rem;display:flex}.userPage h4{color:#90cdf4;border-bottom:2px solid #2d3748;width:100%;margin:2rem 0 1rem;padding-bottom:.5rem;font-size:1.25rem}.userPage .cta{color:#fff;cursor:pointer;background-color:#4299e1;border:none;border-radius:8px;margin-bottom:1rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;box-shadow:0 2px 4px #0000001a}.userPage .cta:hover{background-color:#3182ce;box-shadow:0 4px 6px #00000026}.userPage .cta:active{box-shadow:0 2px 4px #0000001a}.userPage .box{color:#e2e8f0;background-color:#1a202c;border-radius:12px;width:100%;margin-bottom:2rem;padding:1.5rem;transition:box-shadow .3s;box-shadow:0 2px 12px #0003}.userPage .box:hover{box-shadow:0 4px 20px #0000004d}.userPage .box .userInfo{border-bottom:1px solid #2d3748;justify-content:space-between;align-items:center;width:100%;padding:.75rem 0;display:flex}.userPage .box .userInfo:last-child{border-bottom:none}.userPage .box .userInfo .label{color:#90cdf4;flex:0 0 150px;font-weight:600}.userPage .box .userInfo .value{text-align:right;overflow-wrap:break-word;word-wrap:break-word;color:#e2e8f0;flex:1}.userPage .box .userInfo .value svg{vertical-align:middle;width:20px;height:20px}.userPage .box .userInfo .value svg:first-child{color:#48bb78}.userPage .box .userInfo .value svg:last-child{color:#f56565}.edit-app-page{color:#c9c9c9;max-width:1200px;margin:0 auto;padding:2rem}.edit-app-page .loading-container{flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:300px;display:flex}.edit-app-page .edit-app-container{background-color:#1d2026;border:1px solid #61dafb33;padding:2rem}.edit-app-page .edit-app-container .header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.edit-app-page .edit-app-container .header h1{color:#c9c9c9;margin:0;font-size:1.8rem}.edit-app-page .edit-app-container .header .app-image{object-fit:cover;border:1px solid #61dafb33;border-radius:12px;width:80px;height:80px}.edit-app-page .edit-app-container .form-section{margin:1.5rem 0}.edit-app-page .edit-app-container .form-section h2{color:#c9c9c9;margin-bottom:1rem;font-size:1.2rem}.edit-app-page .edit-app-container .form-section>div{margin-bottom:1rem}.edit-app-page .edit-app-container .form-section .selector-field-container{margin-bottom:1.5rem}.edit-app-page .edit-app-container .form-section .selector-field-container .selectorField{margin-bottom:0}.edit-app-page .edit-app-container .form-section .error-text{color:#ff6b6b;margin:3px 14px 0;font-size:.75rem}.edit-app-page .edit-app-container .section-divider{background-color:#61dafb33;margin:2rem 0}.edit-app-page .edit-app-container .actions{border-top:1px solid #61dafb33;justify-content:flex-end;gap:1rem;margin-top:2rem;padding-top:1rem;display:flex}:global .MuiButton-root.MuiButton-contained{color:#c9c9c9;background-color:#61dafb38;border:1px solid #61dafb}:global .MuiButton-root.MuiButton-contained:hover{background-color:#61dafb4f}:global .MuiButton-root.MuiButton-contained:disabled{color:#c9c9c980;background-color:#61dafb1a;border-color:#61dafb4d}:global .MuiButton-root.MuiButton-outlined{color:#c9c9c9;border:1px solid #61dafb}:global .MuiButton-root.MuiButton-outlined:hover{background-color:#61dafb1a}:global .MuiButton-root.MuiButton-outlined:disabled{color:#c9c9c980;border-color:#61dafb4d}.allAppsPage{width:100%;margin-bottom:2rem}.allAppsPage .title{font-size:28px}.allAppsPage .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.allAppsPage .appBox{width:100%;max-width:900px;margin:0 auto;display:flex}.allAppsPage .appBox .appList{max-height:initial;flex-flow:wrap;justify-content:center}.pendingAppChangePage{flex-wrap:wrap;gap:2rem;max-width:1600px;margin:0 auto;padding:2rem;display:flex}.pendingAppChangePage h2{color:#e2e8f0;text-align:center;width:100%;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}.pendingAppChangePage .appContainer,.pendingAppChangePage .appChangeContainer{box-sizing:border-box;background:#1a202c;border:1px solid #2d3748;border-radius:12px;flex-direction:column;align-items:center;width:100%;padding:2rem;transition:transform .2s;display:flex;box-shadow:0 2px 12px #0003}.pendingAppChangePage .appContainer:hover,.pendingAppChangePage .appChangeContainer:hover{border-color:#4a5568}@media screen and (width>=768px){.pendingAppChangePage .appContainer,.pendingAppChangePage .appChangeContainer{width:calc(50% - 1rem)}}.pendingAppChangePage .appContainer>*,.pendingAppChangePage .appChangeContainer>*{width:100%;margin:.75rem 0}.pendingAppChangePage .appImage{object-fit:cover;border-radius:12px;width:64px;height:64px;margin:1rem 0 1.5rem;box-shadow:0 2px 8px #0003}.pendingAppChangePage .title{color:#e2e8f0;text-align:center;border-bottom:1px solid #2d3748;margin:0;padding-bottom:1rem;font-size:1.5rem;font-weight:600}.pendingAppChangePage .description{color:#a0aec0;max-width:100%;margin:1rem 0;font-size:.95rem;line-height:1.6;overflow:hidden}.pendingAppChangePage .description .show-more-btn{color:#4299e1;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:.25rem 0;font-size:.9rem;font-weight:500;transition:color .2s}.pendingAppChangePage .description .show-more-btn:hover{color:#63b3ed;text-decoration:underline}.pendingAppChangePage p{color:#a0aec0;margin:.5rem 0;font-size:.95rem;line-height:1.6}.pendingAppChangePage p.price{color:#e2e8f0;font-size:1.1rem;font-weight:600}.pendingAppChangePage p.random{border-bottom:1px solid #2d3748;align-items:center;padding:.5rem 0;display:flex}.pendingAppChangePage p.random:last-child{border-bottom:none}.pendingAppChangePage .screenshots{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;width:100%;margin:1.5rem 0;display:grid}.pendingAppChangePage .screenshots img{object-fit:cover;border-radius:8px;width:100%;height:100px;transition:transform .2s;box-shadow:0 2px 4px #0003}.pendingAppChangePage .screenshots img:hover{transform:scale(1.05)}.pendingAppChangePage .highlight-change{background-color:#ffff001a;border-left:3px solid #ecc94b;border-radius:6px;padding:.5rem 1rem}.pendingAppChangePage .custom-attributes{width:100%;margin:1rem 0}.pendingAppChangePage .custom-attributes h3{color:#e2e8f0;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.pendingAppChangePage .custom-attributes .custom-attributes-list{flex-direction:column;gap:.5rem;display:flex}.pendingAppChangePage .custom-attributes .custom-attributes-list .custom-attribute-item{background-color:#2d3748;border-radius:4px;padding:.5rem;font-size:.9rem}.pendingAppChangePage .custom-attributes .custom-attributes-list .custom-attribute-item strong{color:#a0aec0;margin-right:.5rem;font-weight:600}.pendingAppChangePage .brew-section{border-top:1px solid #2d3748;width:100%;margin:1.5rem 0;padding-top:1rem}.pendingAppChangePage .brew-section h3{color:#e2e8f0;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.pendingAppChangePage .brew-section .brew-commands-list{flex-direction:column;gap:.5rem;display:flex}.pendingAppChangePage .brew-section .brew-commands-list .brew-command-item{background-color:#2d3748;border-radius:4px;padding:.5rem;font-size:.9rem}.pendingAppChangePage .brew-section .brew-commands-list .brew-command-item strong{color:#a0aec0;margin-right:.5rem;font-weight:600}.pendingAppChangePage .brew-comparison{background:#1a202c;border:1px solid #2d3748;border-radius:12px;gap:1.5rem;width:100%;margin:1.5rem 0;padding:2rem;display:flex;box-shadow:0 2px 12px #0003}.pendingAppChangePage .brew-comparison .brew-column{flex:1}.pendingAppChangePage .brew-comparison .brew-column h3{color:#e2e8f0;text-align:center;border-bottom:1px solid #2d3748;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:600}.pendingAppChangePage .brew-comparison .brew-column .brew-commands-list{flex-direction:column;gap:.5rem;display:flex}.pendingAppChangePage .brew-comparison .brew-column .brew-commands-list .brew-command-item{background-color:#2d3748;border-radius:4px;padding:.75rem;font-size:.9rem;transition:background-color .2s}.pendingAppChangePage .brew-comparison .brew-column .brew-commands-list .brew-command-item:hover{background-color:#3a4a63}.pendingAppChangePage .brew-comparison .brew-column .brew-commands-list .brew-command-item.highlight-change{border-left:3px solid #ecc94b;padding-left:.72rem}.pendingAppChangePage .brew-comparison .brew-column .brew-commands-list .brew-command-item strong{color:#a0aec0;margin-right:.5rem;font-weight:600}.pendingAppChangePage .brew-comparison .divider{background-color:#2d3748;width:1px}.pendingAppChangePage__buttonContainer{justify-content:center;gap:1rem;width:100%;padding:2rem 0;display:flex}.pendingAppChangePage__buttonContainer button.cta{cursor:pointer;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.pendingAppChangePage__buttonContainer button.cta:first-child{color:#e2e8f0;background-color:#2f855a}.pendingAppChangePage__buttonContainer button.cta:first-child:hover{background-color:#276749}.pendingAppChangePage__buttonContainer button.cta:last-child{color:#e2e8f0;background-color:#c53030}.pendingAppChangePage__buttonContainer button.cta:last-child:hover{background-color:#9b2c2c}._attributes_19sqk_1{width:100%;max-width:1200px;min-height:100vh;color:var(--text-primary);background-color:var(--bg-primary);margin:0 auto;padding:2rem 1rem}._attributes_19sqk_1 ._title_19sqk_10{color:var(--text-primary);text-align:center;margin-bottom:2rem;padding:0 1rem;font-size:clamp(24px,5vw,32px);font-weight:600}@media (width>=768px){._attributes_19sqk_1 ._title_19sqk_10{text-align:center;padding:0}}._attributes_19sqk_1 ._attributeBox_19sqk_24{background-color:var(--bg-secondary);border-radius:var(--border-radius);width:min(800px,90%);box-shadow:var(--card-shadow);transition:box-shadow var(--transition-speed) ease;flex-direction:column;align-items:center;margin:0 auto 2rem;padding:1.5rem;display:flex}@media (width>=768px){._attributes_19sqk_1 ._attributeBox_19sqk_24{margin-bottom:3rem;padding:2rem}}._attributes_19sqk_1 ._skeleton_19sqk_42{background:var(--bg-secondary);border-radius:var(--border-radius);height:24px;margin:1rem auto;animation:2s cubic-bezier(.4,0,.6,1) infinite _pulse_19sqk_1}@keyframes _pulse_19sqk_1{0%,to{opacity:1}50%{opacity:.5}}._attributeList_zrqrf_1{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:300px;display:flex}._attributeList_zrqrf_1 ._attributeComponent_zrqrf_9{box-sizing:border-box;border:1px solid #61dafb;border-radius:3px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:10px;display:flex}._attributeList_zrqrf_1 ._attributeComponent_zrqrf_9 ._name_zrqrf_20{margin:0}._attributeList_zrqrf_1 ._attributeActions_zrqrf_23{gap:1rem;display:flex}._attributeList_zrqrf_1 ._attributeActions_zrqrf_23 ._attributeIcon_zrqrf_27{cursor:pointer}._newAttribute_1t4xe_1{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:400px;margin:0 auto;display:flex}._newAttribute_1t4xe_1 ._newAttributeBox_1t4xe_10{background-color:var(--bg-secondary);border-radius:var(--border-radius);border:1px solid var(--border-color);box-sizing:border-box;flex-direction:column;gap:1.25rem;width:100%;padding:1.5rem;display:flex}._newAttribute_1t4xe_1 ._newAttributeBox_1t4xe_10 input[type=text]{width:100%;color:var(--text-primary);background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--border-radius);transition:all var(--transition-speed) ease;box-sizing:border-box;padding:.875rem 1rem;font-size:16px}._newAttribute_1t4xe_1 ._newAttributeBox_1t4xe_10 input[type=text]::placeholder{color:var(--text-secondary)}._newAttribute_1t4xe_1 ._newAttributeBox_1t4xe_10 input[type=text]:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #6366f133}._newAttribute_1t4xe_1 ._newAttributeBox_1t4xe_10 label{color:var(--text-secondary);margin-bottom:.5rem;font-size:14px}._newAttribute_1t4xe_1 ._newAttributeBox_1t4xe_10 input[type=checkbox]{accent-color:var(--accent-color);cursor:pointer;width:16px;height:16px;margin-right:.5rem}._newAttribute_1t4xe_1 ._actions_1t4xe_52{align-items:center;gap:1rem;margin-top:.5rem;display:flex}._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._cancel_1t4xe_58,._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._save_1t4xe_59{box-sizing:border-box;border-radius:var(--border-radius);width:100%;transition:all var(--transition-speed) ease;cursor:pointer;margin:0;padding:.75rem 1rem;font-size:14px;font-weight:500}._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._cancel_1t4xe_58{background-color:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border-color)}._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._cancel_1t4xe_58:hover{background-color:var(--bg-secondary)}._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._save_1t4xe_59{background-color:var(--accent-color);color:#fff;border:none}._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._save_1t4xe_59:hover{background-color:var(--accent-dark)}._newAttribute_1t4xe_1 ._actions_1t4xe_52 ._save_1t4xe_59:disabled{opacity:.7;cursor:not-allowed}._newAttribute_1t4xe_1 ._attributeAddIcon_1t4xe_90{background-color:var(--bg-secondary);color:var(--text-primary);cursor:pointer;transition:all var(--transition-speed) ease;border:1px solid var(--border-color);border-radius:50%;margin-top:1rem;padding:.75rem}._newAttribute_1t4xe_1 ._attributeAddIcon_1t4xe_90:hover{background-color:var(--bg-tertiary);color:var(--accent-color)}.container{padding:20px}.container .error{color:#dc3545;text-align:center;margin-top:2rem}.container .no-results{text-align:center;color:#666;margin-top:2rem;font-size:1.1rem}.container .searchField{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;padding:.5rem;font-size:18px}.container .appList{flex-flow:wrap;width:50%;margin:20px auto}.container .appList>div{width:50%}.pendingPlatform{flex-direction:column;align-items:center;padding:20px;display:flex}.pendingPlatform>.imgContainer{text-align:center}.pendingPlatform>.imgContainer>img{border-radius:8px;width:150px;height:150px}.pendingPlatform>.text{text-align:center;margin:15px 0}.pendingPlatform>.platformForm{border:2px solid #000;border-radius:3px;justify-content:space-between;align-items:center;width:50%;margin:0 auto;padding:12px;display:flex}.pendingPlatform>.platformForm>*{flex-basis:33.333%;display:block}.pendingPlatform>.platformForm>.imgContainer{justify-content:flex-start;display:flex}.pendingPlatform>.platformForm>.imgContainer>img{height:100px}.pendingPlatform>.platformForm>.link{color:#000;background:#e3e4e5;border-radius:4px;padding:4px 0}.pendingPlatform>.platformForm>.approve{flex-grow:1;justify-content:flex-end;gap:30px;display:flex}.pendingPlatform>.platformForm>.approve>button{cursor:pointer;background:0 0;border:1px solid #fff;border-radius:3px;width:50px;height:50px}.pendingPlatform>.platformForm>.approve>button>svg{width:22px;height:22px;margin-top:5px}.pendingPlatform>.platformForm>.approve>button>svg.check{color:green}.pendingPlatform>.platformForm>.approve>button>svg.cross{color:red}.apiLogsPage{padding:20px}.apiLogsPage .header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.apiLogsPage .header h1{margin:0}.apiLogsPage .header .clearButton{margin-left:20px}.apiLogsPage .MuiTableContainer-root{margin-top:20px}.apiLogsPage .MuiTableContainer-root .MuiTable-root .MuiTableHead-root .MuiTableRow-root .MuiTableCell-root{font-weight:700}.apiLogsPage .MuiTableContainer-root .MuiTable-root .MuiTableBody-root .MuiTableRow-root:hover{background-color:#0000000a}.tagsPage{color:#fff;background-color:#121212;width:100%;height:100%;padding:20px}.tagsPage .MuiPaper-root{color:#fff;background-color:#1e1e1e}.tagsPage .MuiTextField-root .MuiOutlinedInput-root{color:#fff}.tagsPage .MuiTextField-root .MuiOutlinedInput-root fieldset{border-color:#ffffff3b}.tagsPage .MuiTextField-root .MuiOutlinedInput-root:hover fieldset{border-color:#ffffff80}.tagsPage .MuiTextField-root .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#90caf9}.tagsPage .MuiTextField-root .MuiOutlinedInput-root input{color:#fff}.tagsPage .MuiTextField-root .MuiOutlinedInput-root input::placeholder{color:#ffffff80}.tagsPage .MuiTextField-root .MuiInputAdornment-root{color:#ffffffb3}.tagsPage .MuiListItemButton-root{color:#fff}.tagsPage .MuiListItemButton-root:hover{background-color:#ffffff14}.tagsPage .MuiListItemButton-root.Mui-selected{background-color:#90caf929}.tagsPage .MuiListItemButton-root.Mui-selected:hover{background-color:#90caf93d}.tagsPage .MuiListItemText-primary{color:#fff}.tagsPage .MuiListItemText-secondary{color:#ffffffb3}.tagsPage .MuiTableCell-root{color:#fff;border-bottom:1px solid #ffffff1f}.tagsPage .MuiTableRow-root:hover{background-color:#ffffff14}.tagsPage .MuiTypography-root.MuiTypography-h4,.tagsPage .MuiTypography-root.MuiTypography-h6{color:#fff}.tagsPage .MuiTypography-root.MuiTypography-body1[color=textSecondary]{color:#ffffffb3}.tagsPage .MuiTypography-root.MuiTypography-body2{color:#ffffffe6}.tagsPage .MuiTypography-root.MuiTypography-body2[color=textSecondary]{color:#ffffffb3}.tagsPage .MuiChip-root{font-weight:600}.tagsPage .MuiChip-root.MuiChip-colorPrimary{color:#000;background-color:#90caf9}.tagsPage .MuiChip-root.MuiChip-colorDefault{color:#fff;background-color:#ffffff1f}.tagsPage .MuiChip-root.MuiChip-colorSuccess{color:#000;background-color:#66bb6a}.tagsPage .MuiChip-root.MuiChip-colorWarning{color:#000;background-color:#ffa726}.tagsPage .MuiDivider-root{border-color:#ffffff1f}.tagsPage .MuiAvatar-root{border:1px solid #ffffff1f}.tagsPage .MuiCircularProgress-root{color:#90caf9}html,.App{height:100%}.App{text-align:center;color:#fff;scroll-behavior:smooth;background-color:#282c34;min-height:100vh;overflow:hidden}.ctaBox{flex-direction:row;justify-content:space-between;display:flex}.cta{cursor:pointer;color:#c9c9c9;background-color:#61dafb38;border:1px solid #61dafb;border-radius:5px;margin:.25rem;padding:.5rem .75rem;font-size:14px}.inputWrapper{flex-direction:column;align-items:center;width:350px;display:flex}.inputWrapper .splitInput{flex-direction:row;justify-content:space-between;width:100%;display:flex}.inputWrapper .splitInput .inputField{width:48%}.addIcon{cursor:pointer;color:#61dafb;background-color:#1d2026;border-radius:50px;width:25px;height:25px;padding:10px}.addIcon.close{width:20px;height:20px;margin-left:.5rem}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logsPage .highlight{color:#7487ff}._editSubscription_108k6_1{background-color:var(--bg-secondary);border-radius:var(--border-radius);padding:1.5rem}._editSubscription_108k6_1 ._header_108k6_6{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}._editSubscription_108k6_1 ._header_108k6_6 ._appIcon_108k6_12{object-fit:cover;border-radius:12px;width:48px;height:48px}._editSubscription_108k6_1 ._header_108k6_6 ._appTitle_108k6_18{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:600}._editSubscription_108k6_1 ._formSection_108k6_24{width:100%;margin-bottom:1.5rem}._editSubscription_108k6_1 ._formSection_108k6_24 ._sectionTitle_108k6_28{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;font-size:.875rem;font-weight:500}._editSubscription_108k6_1 ._formSection_108k6_24 ._billingInputs_108k6_36{flex-direction:column;gap:1rem;width:100%;max-width:400px;display:flex}._editSubscription_108k6_1 ._formSection_108k6_24 ._billingInputs_108k6_36 .inputField,._editSubscription_108k6_1 ._formSection_108k6_24 ._billingInputs_108k6_36 .selectorField{width:100%}._editSubscription_108k6_1 ._formSection_108k6_24 ._billingInputs_108k6_36 .inputField input{height:44px}._editSubscription_108k6_1 ._formSection_108k6_24 ._billingInputs_108k6_36 .select__control{height:44px;min-height:44px}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiOutlinedInput-root{background:var(--bg-tertiary);border-radius:8px;min-height:120px;transition:all .2s}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--accent-color)}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--accent-color);border-width:2px}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiOutlinedInput-root .MuiOutlinedInput-input{color:var(--text-primary);padding:.75rem 1rem;font-size:.9375rem}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiOutlinedInput-root .MuiOutlinedInput-input::placeholder{color:var(--text-secondary);opacity:.7}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiInputLabel-root{color:var(--text-secondary);font-size:.875rem}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiInputLabel-root.Mui-focused{color:var(--accent-color)}._editSubscription_108k6_1 ._formSection_108k6_24 .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)}._editSubscription_108k6_1 ._priceBox_108k6_85{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}@media (width<=480px){._editSubscription_108k6_1 ._priceBox_108k6_85{grid-template-columns:1fr}}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiFormControl-root{width:100%}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-root{background-color:var(--bg-tertiary);transition:all var(--transition-speed) ease;border-radius:8px}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-root:hover{background-color:var(--bg-tertiary)}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:var(--accent-color)}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--accent-color);border-width:2px}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-input{color:var(--text-primary);padding:.75rem 1rem}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-input::placeholder{color:var(--text-secondary);opacity:.8}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiInputLabel-root{color:var(--text-secondary)}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiInputLabel-root.Mui-focused{color:var(--accent-color)}._editSubscription_108k6_1 ._priceBox_108k6_85 .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)}._editSubscription_108k6_1 ._buttonGroup_108k6_131{justify-content:space-between;gap:1rem;width:100%;margin-top:2rem;display:flex}@media (width<=480px){._editSubscription_108k6_1 ._buttonGroup_108k6_131{flex-direction:column;gap:.75rem}._editSubscription_108k6_1 ._buttonGroup_108k6_131>div{width:100%}._editSubscription_108k6_1 ._buttonGroup_108k6_131>div:last-child{gap:.75rem;display:flex}._editSubscription_108k6_1 ._buttonGroup_108k6_131>div:last-child button{flex:1}}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button{cursor:pointer;border:none;border-radius:8px;min-width:120px;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:500;transition:all .2s}@media (width<=480px){._editSubscription_108k6_1 ._buttonGroup_108k6_131 button{width:100%;padding:.75rem 1rem}}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._saveButton_108k6_170{background-color:var(--accent-color);color:#fff}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._saveButton_108k6_170:hover{background-color:var(--accent-light)}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._saveButton_108k6_170:active{transform:translateY(1px)}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._cancelButton_108k6_180{background-color:var(--bg-tertiary);color:var(--text-secondary)}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._cancelButton_108k6_180:hover{background-color:var(--bg-secondary);color:var(--text-primary)}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._deleteButton_108k6_188{color:#ef4444;background-color:#ef44441a}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._deleteButton_108k6_188:hover{color:#fff;background-color:#ef4444}._editSubscription_108k6_1 ._buttonGroup_108k6_131 button._deleteButton_108k6_188:active{transform:translateY(1px)}.inputField{max-width:400px;margin-bottom:1rem}.inputField .label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.inputField .input{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);transition:all var(--transition-speed) ease;border-radius:8px;padding:.75rem 1rem;font-size:.9375rem}.inputField .input::placeholder{color:var(--text-secondary);opacity:.7}.inputField .input:hover{border-color:var(--accent-color);background:var(--bg-tertiary)}.inputField .input:focus{border-color:var(--accent-color);background:var(--bg-tertiary);outline:none;box-shadow:0 0 0 3px #6366f11a}.selectorField{margin-bottom:1rem}.selectorField .label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:500}.selectorField .selector .selector-field__control{background:var(--bg-tertiary);border:1px solid var(--border-color);min-height:42px;transition:all var(--transition-speed) ease;border-radius:8px}.selectorField .selector .selector-field__control:hover{border-color:var(--accent-color);background:var(--bg-tertiary)}.selectorField .selector .selector-field__control.selector-field__control--is-focused{border-color:var(--accent-color);background:var(--bg-tertiary);box-shadow:0 0 0 3px #6366f11a}.selectorField .selector .selector-field__menu{background:var(--bg-secondary);border:1px solid var(--border-color);z-index:2;border-radius:8px;margin-top:4px;box-shadow:0 4px 6px -1px #0000001a}.selectorField .selector .selector-field__menu .selector-field__menu-list{padding:4px}.selectorField .selector .selector-field__menu .selector-field__option{color:var(--text-primary);cursor:pointer;background:0 0;border-radius:6px;padding:8px 12px}.selectorField .selector .selector-field__menu .selector-field__option--is-focused{background:var(--bg-tertiary)}.selectorField .selector .selector-field__menu .selector-field__option--is-selected{background:var(--accent-color);color:#fff}.selectorField .selector .selector-field__value-container{padding:2px 8px}.selectorField .selector .selector-field__single-value{color:var(--text-primary)}.selectorField .selector .selector-field__placeholder{color:var(--text-secondary);opacity:.7}._subscription_mah2q_1{background-color:var(--bg-secondary);border:1px solid var(--border-color);transition:all var(--transition-speed) ease;border-radius:16px;flex-direction:column;padding:1.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000001a}._subscription_mah2q_1:hover{border-color:var(--accent-color);transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}._subscription_mah2q_1:hover ._editButton_mah2q_18{opacity:1;transform:translateY(0)}._subscription_mah2q_1 ._subscriptionWrap_mah2q_22{flex-direction:column;gap:1.25rem;display:flex}._subscription_mah2q_1 ._block_mah2q_27{align-items:center;gap:1.25rem;width:100%;display:flex}._subscription_mah2q_1 ._block_mah2q_27 p{color:var(--text-primary);flex:1;margin:0;font-size:1rem;font-weight:500;line-height:1.5}._subscription_mah2q_1 ._appIcon_mah2q_41{object-fit:cover;background-color:var(--bg-tertiary);border-radius:14px;width:56px;height:56px;box-shadow:0 2px 8px #00000014}._subscription_mah2q_1 ._price_mah2q_49{color:var(--accent-light);background-color:#6366f11a;border:1px solid #6366f133;border-radius:24px;align-items:center;margin:0;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;display:inline-flex;box-shadow:0 1px 2px #6366f10d}._subscription_mah2q_1 ._editButton_mah2q_18{opacity:0;transition:all var(--transition-speed) ease;position:absolute;top:1rem;right:1rem;transform:translateY(-4px)}._subscription_mah2q_1 ._editButton_mah2q_18 button{background-color:var(--bg-tertiary);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;transition:all var(--transition-speed) ease;border-radius:12px;justify-content:center;align-items:center;padding:0;display:flex;box-shadow:0 1px 3px #0000001a}._subscription_mah2q_1 ._editButton_mah2q_18 button:hover{background-color:var(--accent-color);color:var(--text-primary);border-color:var(--accent-light);box-shadow:0 4px 12px #6366f133}._subscription_mah2q_1 ._editButton_mah2q_18 button svg{width:18px;height:18px}._subscription_mah2q_1 ._note_mah2q_95{border-top:1px solid var(--border-color);color:var(--text-secondary);margin-top:1.25rem;padding-top:1.25rem;font-size:.9375rem;line-height:1.6}._subscription_mah2q_1 hr{border:none;border-top:1px solid var(--border-color);opacity:.8;width:100%;margin:1.25rem 0}._subscriptions_1pqae_1{width:100%;max-width:800px;min-height:100vh;color:var(--text-primary);background-color:var(--bg-primary);flex-direction:column;align-items:center;margin:0 auto;padding:1rem .5rem;display:flex}@media (width>=768px){._subscriptions_1pqae_1{padding:2rem 1rem}}._title_1pqae_19{color:var(--text-primary);text-align:center;width:100%;margin-bottom:1.5rem;padding:0 .5rem;font-size:clamp(20px,4vw,32px);font-weight:600}@media (width>=768px){._title_1pqae_19{margin-bottom:2rem;padding:0}}._subscriptionList_1pqae_35{flex-direction:column;gap:1rem;width:100%;padding:.5rem;display:flex}@media (width>=768px){._subscriptionList_1pqae_35{gap:1.5rem;padding:1rem 2rem}}._loadingContainer_1pqae_49{justify-content:center;align-items:center;width:100%;padding:2rem 0;display:flex}@media (width>=768px){._loadingContainer_1pqae_49{padding:4rem 0}}._addToggle_1pqae_62{width:calc(100% - 2rem);max-width:300px;color:var(--text-primary);background-color:var(--accent-color);border-radius:var(--border-radius);cursor:pointer;transition:all var(--transition-speed) ease;border:none;margin:.75rem 0;padding:.5rem 1rem;font-size:1rem}._addToggle_1pqae_62:hover{background-color:var(--accent-light);box-shadow:var(--hover-shadow);transform:translateY(-1px)}._addToggle_1pqae_62:focus{outline:none;box-shadow:0 0 0 3px #6366f14d}@media (width>=768px){._addToggle_1pqae_62{width:auto;margin:1rem 0;padding:.75rem 1.5rem}}._subscriptionsHeader_g3eea_1{background-color:#0000003b;border:1px solid;border-radius:3px;margin-bottom:10px;padding:10px}._subscriptionsHeader_g3eea_1 ._title_g3eea_8{margin:0}._subscriptionsHeader_g3eea_1 ._total_g3eea_11{justify-content:center;font-size:18px;display:flex}._subscriptionsHeader_g3eea_1 ._total_g3eea_11 ._spacer_g3eea_16{margin:0 .25rem}._currency_g3eea_20{display:flex}@media only screen and (width<=481px){._currency_g3eea_20{flex-direction:column}}._currency_g3eea_20 ._currencyItem_g3eea_28{margin-right:1rem}._featuredListsPage_fdhiu_1 ._searchWrapper_fdhiu_1{width:500px;margin:0 auto;position:relative}._featuredListsPage_fdhiu_1 ._searchWrapper_fdhiu_1 ._searchField_fdhiu_6{color:#c9c9c9;background-color:#ffffff26;border:1px solid #61dafb;border-radius:3px;width:100%;margin-bottom:8px;padding:.5rem;font-size:18px}._featuredListsPage_fdhiu_1 ._title_fdhiu_16{font-size:28px}._featuredListsPage_fdhiu_1 ._listBox_fdhiu_19{flex-flow:wrap;justify-content:center;align-items:center;width:100%;max-width:900px;margin:0 auto;display:flex}._featuredListsPage_fdhiu_1 ._listBox_fdhiu_19 ._listWrapper_fdhiu_29{width:50%;position:relative}
