:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;overflow:hidden}#root{width:100%;height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app-container{display:flex;height:100vh;background:#0a0a0a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.sidebar{width:280px;background:#1a1a1a;border-right:1px solid #2a2a2a;display:flex;flex-direction:column;overflow-y:auto}.sidebar-header{padding:2rem 1.5rem;border-bottom:1px solid #2a2a2a}.sidebar-header h2{font-size:1.5rem;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.sidebar-nav{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:transparent;border:none;border-radius:8px;color:#a0a0a0;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-align:left}.nav-item:hover{background:#252525;color:#fff}.nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.nav-icon{font-size:1.25rem}.app-list{padding:1rem;border-top:1px solid #2a2a2a}.app-list h3{font-size:.875rem;color:gray;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;padding:0 .5rem}.app-item{width:100%;padding:.875rem 1rem;background:transparent;border:1px solid #2a2a2a;border-radius:6px;color:#e0e0e0;font-size:.95rem;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem;text-align:left}.app-item:hover{border-color:#667eea;background:#252525}.app-item.selected{background:linear-gradient(135deg,#667eea26,#764ba226);border-color:#667eea;color:#fff}.no-apps{padding:2rem 1.5rem;text-align:center;color:gray}.no-apps p{margin-bottom:.5rem}.no-apps .hint{font-size:.875rem;color:#606060}.main-content{flex:1;padding:2rem 3rem;overflow-y:auto;max-width:1200px;margin:0 auto;width:100%}.decrypt-section{display:flex;flex-direction:column;gap:1.5rem}.section-header{margin-bottom:1rem}.section-header h1{font-size:2rem;color:#fff;margin-bottom:.5rem}.section-header p{color:gray;font-size:1rem}.selected-app{color:#a0a0a0;font-size:.95rem}.selected-app strong{color:#667eea}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#b0b0b0;font-size:.95rem;font-weight:500}.form-group input,.form-group textarea{padding:.875rem 1rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;color:#e0e0e0;font-size:.95rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;background:#202020}.form-group textarea{resize:vertical;min-height:150px}.button-group{display:flex;gap:1rem;margin-top:.5rem}.btn{padding:.875rem 2rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#2a2a2a;color:#e0e0e0}.btn-secondary:hover{background:#353535}.btn-copy{padding:.5rem 1rem;background:#2a2a2a;color:#e0e0e0;border:1px solid #3a3a3a;border-radius:6px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.btn-copy:hover{background:#353535;border-color:#667eea}.error-message{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.95rem}.error-icon{font-size:1.25rem}.result-section{margin-top:1rem;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px;padding:1.5rem;height:100%}.result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.result-header h3{font-size:1.125rem;color:#fff}.result-content{padding:1rem;background:#0a0a0a;border:1px solid #2a2a2a;border-radius:6px;color:#10b981;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto;white-space:pre-wrap;word-break:break-word;max-height:500px;overflow-y:auto}.json-formatted{color:#e0e0e0}.custom-decrypt-container{display:flex;flex-direction:column;gap:1.5rem;height:calc(100vh - 4rem)}.custom-decrypt-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;flex:1;overflow:hidden}.custom-decrypt-inputs{display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.custom-decrypt-result{display:flex;flex-direction:column;overflow:hidden}.result-placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1a1a1a;border:2px dashed #2a2a2a;border-radius:8px;color:#606060;padding:2rem;text-align:center}.placeholder-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.result-placeholder p{font-size:1rem;color:gray}@media(max-width:768px){.app-container{flex-direction:column}.sidebar{width:100%;border-right:none;border-bottom:1px solid #2a2a2a}.main-content{padding:1.5rem}.button-group{flex-direction:column}.btn{width:100%}.custom-decrypt-layout{grid-template-columns:1fr;gap:1.5rem}.custom-decrypt-container{height:auto}.result-content{max-height:300px}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a4a4a}
