@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--font-family:"Outfit", system-ui, -apple-system, sans-serif;--bg-primary:#0a0b10;--bg-secondary:#12131a;--card-bg:#ffffff08;--card-border:#ffffff14;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--accent-purple:#a855f7;--accent-blue:#3b82f6;--accent-green:#10b981;--accent-orange:#f59e0b;--accent-rose:#f43f5e;--gradient-purple:linear-gradient(135deg, #a855f7 0%, #6366f1 100%);--gradient-blue:linear-gradient(135deg, #3b82f6 0%, #06b6d4 100%);--gradient-green:linear-gradient(135deg, #10b981 0%, #14b8a6 100%);--gradient-orange:linear-gradient(135deg, #f59e0b 0%, #d97706 100%);--gradient-rose:linear-gradient(135deg, #f43f5e 0%, #e11d48 100%);--shadow-lg:0 10px 25px -5px #0000004d, 0 8px 10px -6px #0000004d;--shadow-glow:0 0 20px #a855f733}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-family);-webkit-font-smoothing:antialiased;min-height:100vh;line-height:1.5;overflow-x:hidden}.glow-orb-1{z-index:-1;filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#a855f726 0%,#0000 70%);width:300px;height:300px;position:absolute;top:10%;left:15%}.glow-orb-2{z-index:-1;filter:blur(50px);pointer-events:none;background:radial-gradient(circle,#3b52f61f 0%,#0000 70%);width:400px;height:400px;position:absolute;bottom:15%;right:10%}#root{flex-direction:column;align-items:center;width:100%;min-height:100vh;padding:2rem 1rem;display:flex}.app-container{flex-direction:column;gap:2rem;width:100%;max-width:1200px;display:flex}.app-header{text-align:center;background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-lg);border-radius:16px;padding:1.5rem}.app-title{background:linear-gradient(90deg,#a855f7,#3b82f6,#06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.app-subtitle{color:var(--text-secondary);font-size:1.1rem}.badge{color:#c084fc;background:#a855f726;border:1px solid #a855f74d;border-radius:9999px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.25rem .75rem;font-size:.85rem;font-weight:500;display:inline-flex}.badge:before{content:"";background-color:var(--accent-purple);width:8px;height:8px;box-shadow:0 0 8px var(--accent-purple);border-radius:50%;display:inline-block}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;display:grid}@media (width<=768px){.dashboard-grid{grid-template-columns:1fr}}.glass-card{background:var(--card-bg);border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-lg);border-radius:16px;flex-direction:column;gap:1.25rem;padding:1.5rem;transition:transform .3s,border-color .3s,box-shadow .3s;display:flex}.glass-card:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 30px #0006,0 0 15px #ffffff05}.card-header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.card-title{align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;display:flex}.card-title-icon{border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-weight:700;display:flex}.title-auth{background:var(--gradient-purple)}.title-firestore{background:var(--gradient-blue)}.title-rtdb{background:var(--gradient-orange)}.title-storage{background:var(--gradient-green)}.title-hosting{background:var(--gradient-rose)}.status-indicator{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.8rem;font-weight:500;display:inline-flex}.status-dot{background-color:var(--text-secondary);border-radius:50%;width:8px;height:8px}.status-dot.active{background-color:var(--accent-green);box-shadow:0 0 8px var(--accent-green)}.form-group{flex-direction:column;gap:.5rem;display:flex}.input-field{border:1px solid var(--card-border);width:100%;color:var(--text-primary);font-family:var(--font-family);background:#0000004d;border-radius:8px;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.input-field:focus{border-color:var(--accent-blue);outline:none;box-shadow:0 0 0 2px #3b82f633}.btn{font-family:var(--font-family);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.95rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--gradient-blue);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.btn-secondary{color:var(--text-primary);border:1px solid var(--card-border);background:#ffffff14}.btn-secondary:hover:not(:disabled){background:#ffffff1f}.btn-danger{background:var(--gradient-rose);color:#fff}.btn-danger:hover:not(:disabled){box-shadow:0 4px 12px #f43f5e4d}.btn-purple{background:var(--gradient-purple);color:#fff}.btn-purple:hover:not(:disabled){box-shadow:0 4px 12px #a855f74d}.user-panel{background:#a855f70d;border:1px dashed #a855f733;border-radius:8px;flex-direction:column;gap:.5rem;padding:.75rem;font-size:.9rem;display:flex}.user-email{color:#d8b4fe;font-weight:500}.list-container{flex-direction:column;gap:.5rem;max-height:200px;padding-right:.25rem;display:flex;overflow-y:auto}.list-container::-webkit-scrollbar{width:6px}.list-container::-webkit-scrollbar-track{background:#0000001a}.list-container::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.list-item{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;justify-content:space-between;align-items:center;padding:.6rem .75rem;font-size:.9rem;display:flex}.list-item-btn-delete{color:var(--accent-rose);cursor:pointer;opacity:.7;background:0 0;border:none;font-weight:600;transition:opacity .2s}.list-item-btn-delete:hover{opacity:1}.rtdb-messages{border:1px solid var(--card-border);background:#0003;border-radius:8px;flex-direction:column;gap:.5rem;height:150px;padding:.75rem;display:flex;overflow-y:auto}.message-bubble{border-radius:8px;max-width:80%;padding:.4rem .75rem;font-size:.85rem}.message-bubble.mine{background:#3b82f633;border:1px solid #3b82f64d;align-self:flex-end}.message-bubble.others{border:1px solid var(--card-border);background:#ffffff0d;align-self:flex-start}.message-sender{color:var(--text-secondary);margin-bottom:.1rem;font-size:.7rem}.file-upload-zone{text-align:center;cursor:pointer;background:#10b98105;border:2px dashed #10b9814d;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;transition:border-color .2s,background-color .2s;display:flex}.file-upload-zone:hover{border-color:var(--accent-green);background:#10b9810d}.upload-icon{color:var(--accent-green);font-size:2rem}.file-preview{border:1px solid var(--card-border);background:#ffffff05;border-radius:8px;align-items:center;gap:.75rem;padding:.5rem;display:flex}.file-preview-img{object-fit:cover;border-radius:6px;width:48px;height:48px}.progress-bar-container{background:#ffffff0d;border-radius:3px;width:100%;height:6px;overflow:hidden}.progress-bar{background:var(--gradient-green);height:100%;transition:width .1s}.hosting-details{background:#f43f5e08;border:1px solid #f43f5e26;border-radius:8px;padding:.75rem 1rem;font-size:.9rem}.hosting-details table{border-collapse:collapse;width:100%;margin-top:.5rem}.hosting-details td{padding:.25rem 0}.hosting-details td:first-child{color:var(--text-secondary);width:40%;font-weight:500}.link-highlight{color:#f43f5e;font-weight:500;text-decoration:none}.link-highlight:hover{text-decoration:underline}.notification-banner{border-radius:8px;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem;animation:.3s fadeIn}.notification-banner.success{color:#a7f3d0;background:#10b9811a;border:1px solid #10b98133}.notification-banner.error{color:#fecdd3;background:#f43f5e1a;border:1px solid #f43f5e33}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.calculator-card{grid-column:1/-1}.calculator-layout{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width<=900px){.calculator-layout{grid-template-columns:1fr}}.calculator-inputs,.calculator-outputs{flex-direction:column;gap:1.25rem;display:flex}.input-row-2{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.input-label{color:var(--text-secondary);font-size:.85rem;font-weight:500}.select-field{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2rem}.toggle-container{border:1px solid var(--card-border);background:#0000004d;border-radius:8px;height:46px;padding:.25rem;display:flex}.btn-toggle{color:var(--text-secondary);font-family:var(--font-family);cursor:pointer;background:0 0;border:none;border-radius:6px;flex:1;font-size:.9rem;font-weight:500;transition:all .2s}.btn-toggle.active-long{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.btn-toggle.active-short{color:#fb7185;background:#f43f5e26;border:1px solid #f43f5e4d}.results-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.result-card{border:1px solid var(--card-border);text-align:center;background:#00000040;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:1rem;display:flex}.highlighted-result{background:#a855f70d;border-color:#a855f740}.result-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.8rem;font-weight:500}.result-value{color:var(--text-primary);font-size:1.5rem;font-weight:700}.result-value.text-red{color:#fb7185}.result-value.text-glow{color:#c084fc;text-shadow:0 0 10px #a855f74d}.result-sub{color:var(--text-secondary);margin-top:.15rem;font-size:.75rem}.targets-section{border:1px solid var(--card-border);background:#ffffff03;border-radius:12px;flex-direction:column;gap:.75rem;padding:1rem;display:flex}.targets-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.targets-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.target-col{background:#00000026;border-radius:8px;flex-direction:column;align-items:center;padding:.5rem;display:flex}.target-rr{color:var(--text-secondary);font-size:.75rem}.target-price{color:#34d399;font-size:.95rem;font-weight:600}.btn-save-setup{height:48px;margin-top:auto;font-weight:600}.trade-log-list{flex-direction:column;gap:.75rem;max-height:250px;display:flex;overflow-y:auto}.trade-log-item{border:1px solid var(--card-border);background:#0003;border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex;position:relative}.trade-log-header{justify-content:space-between;align-items:center;display:flex}.trade-log-ticker{font-size:.95rem;font-weight:600}.trade-log-direction{text-transform:uppercase;border-radius:4px;padding:.1rem .4rem;font-size:.75rem;font-weight:600}.trade-log-direction.long{color:#34d399;background:#10b9811a}.trade-log-direction.short{color:#fb7185;background:#f43f5e1a}.trade-log-details{color:var(--text-secondary);border-top:1px dashed var(--card-border);grid-template-columns:repeat(3,1fr);gap:.5rem;margin-top:.25rem;padding-top:.4rem;font-size:.8rem;display:grid}.trade-log-delete-btn{color:var(--accent-rose);cursor:pointer;opacity:.6;background:0 0;border:none;font-size:.85rem;transition:opacity .2s;position:absolute;top:.75rem;right:.75rem}.trade-log-delete-btn:hover{opacity:1}
