body{background-color:#121212;color:#fff;font-family:Arial,sans-serif;margin:0;padding:0}.stock-body{align-items:center;display:flex;gap:10px;justify-content:space-between}.mini-chart{flex-shrink:0;width:120px}.login-container{background:#1e1e1e;border-radius:8px;box-shadow:2px 2px 10px #ffffff1a;margin:100px auto;max-width:400px;padding:20px;text-align:center}.dashboard-container{display:flex;gap:20px;padding:20px}input.text-input{background-color:#2f2f2f;border:1px solid #000;box-sizing:border-box;color:#fff;display:block;margin-top:5px;padding:10px;width:100%}button{background-color:#00204c;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;min-width:60px;padding:10px}button:hover{background-color:#002a66}.dashboard{margin:auto;padding:20px;width:90%}.dashboard-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.dashboard-header h2{font-size:1.5em;margin:0}.dashboard-header .add-stock{display:flex;gap:8px}.dashboard-header .add-stock input{background:#2c2c2c;border:1px solid #444;border-radius:4px;color:#fff;padding:6px 8px}.dashboard-header .add-stock button{background:#002a66;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:6px 12px}.dashboard-header .add-stock button:hover{background:#004088}.stock-list table{background:#1e1e1e;border-collapse:collapse;border-radius:8px;margin-top:15px;overflow:hidden;width:100%}.stock-list td,.stock-list th{border-bottom:1px solid #444;padding:10px;text-align:left}.stock-list th{background-color:#333}.stock-list tr:hover{background-color:#222}.green{color:#00e676}.red{color:#ff5252}.stock-actions{margin-top:20px;text-align:center}.stock-actions input{border:none;border-radius:5px;margin-right:5px;padding:10px;width:70%}.stock-actions button{background-color:#00c853;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}.stock-actions button:hover{background-color:#009624}.stock-charts{margin-top:20px;text-align:center}.chart-placeholder{align-items:center;background-color:#1e1e1e;border-radius:8px;color:#888;display:flex;height:200px;justify-content:center;width:100%}.logout-btn{background-color:#ff1744;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px}.logout-btn:hover{background-color:#d50000}.sidebar{background-color:#1e1e1e;display:flex;flex-direction:column;height:100vh;padding:20px;width:220px}.sidebar h2{color:#00e676}.sidebar nav{display:flex;flex-direction:column;flex-shrink:0;width:220px}.sidebar nav a{background-color:#2e2e2e;border-radius:5px;color:#fff;margin:5px 0;padding:10px;text-align:center;text-decoration:none}.sidebar nav a:hover{background-color:#3e3e3e}.content{flex-grow:1;overflow-y:auto;padding:20px}.app-container{display:flex;height:100vh}.stock-tile{grid-gap:10px;align-items:center;background:#1b1f3b;border-radius:6px;display:grid;font-size:.95em;gap:10px;grid-template-columns:60px 80px 60px 60px 60px 1fr 24px;margin-bottom:10px;padding:10px 14px}.ticker{color:#fff}.price,.ticker{font-weight:700}.price{text-align:right}.change-metrics>div{font-family:monospace;font-size:.85em}.mini-chart{height:30px;width:100px}.stock-tile button{background:none;border:none;color:#ccc;cursor:pointer;font-size:1em;padding:0}.stock-tile button:hover{color:#f55}.dashboard-content{display:flex;gap:20px}.stock-list{flex-shrink:0;max-width:600px}.stock-list-panel{flex:2 1}.future-panel{background-color:#1e1e1e;border-radius:8px;color:#aaa;flex:1 1;padding:20px}.add-ticker-inline{align-items:center;display:flex;gap:8px}.add-ticker-inline input{background-color:#1e1e1e;border:1px solid #444;border-radius:4px;color:#fff;padding:6px 10px;width:100px}.add-ticker-inline button{background-color:#002a66;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:700;padding:6px 10px}ul{list-style:none;padding:0}@keyframes subtle-glitch{0%{transform:skewX(0deg)}20%{transform:skewX(1deg)}40%{transform:skewX(-1deg)}60%{transform:skewX(.5deg)}80%{transform:skewX(-.5deg)}to{transform:skewX(0deg)}}@keyframes subtle-flicker{0%{opacity:1}50%{opacity:.92}to{opacity:1}}.boot-screen{align-items:center;background:#000;color:#00ff41;display:flex;flex-direction:column;font-family:monospace;height:100vh;justify-content:center;left:0;overflow:hidden;position:fixed;text-align:center;top:0;width:100vw;z-index:9999}.boot-content{animation:subtle-glitch 2s infinite alternate;background:#000000e6;border:3px solid #00ff41;box-shadow:0 0 15px #00ff41;max-width:600px;padding:30px;text-shadow:0 0 6px #00ff41,0 0 12px #00ff41}h1{animation:subtle-flicker 1s infinite alternate;font-size:36px;margin-bottom:15px}.progress-bar{background:#222;border:1px solid #00ff41;height:14px;overflow:hidden;position:relative;width:100%}.progress-fill{background:#00ff41;height:100%;transition:width .3s ease-in-out}.boot-message{animation:subtle-flicker 1.5s infinite alternate;font-size:14px;font-weight:700;margin-top:15px;text-shadow:0 0 6px #00ff41}@keyframes scanline-move{0%{transform:translateY(0)}to{transform:translateY(5px)}}@keyframes flicker{0%,to{opacity:.8}50%{opacity:1}}.scanline-overlay{animation:scanline-move 1s linear infinite,flicker 3s infinite alternate;background:repeating-linear-gradient(180deg,#00ff4126 0,#00ff4105 1px,#00ff410d 3px,#0000 4px);height:100vh;left:0;opacity:.3;pointer-events:none;position:fixed;top:0;width:100vw;z-index:10000}
/*# sourceMappingURL=main.bb958f9e.css.map*/