:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;color:#1a1a1a;font-family:system-ui,-apple-system,sans-serif}#root{min-height:100vh;display:flex;flex-direction:column}.search-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f0f2f5,#e8edf3)}.search-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #0000001a;padding:3rem 3.5rem;width:100%;max-width:480px;text-align:center}.brand{font-size:2rem;font-weight:800;color:#111;letter-spacing:-.5px}.brand-sub{font-size:.95rem;color:#777;margin-top:.4rem;margin-bottom:2rem}.search-form{display:flex;flex-direction:column;gap:.75rem}.ticker-input{width:100%;padding:.9rem 1.2rem;font-size:1.25rem;font-weight:600;letter-spacing:1px;border:2px solid #e0e0e0;border-radius:10px;outline:none;text-transform:uppercase;transition:border-color .2s}.ticker-input:focus{border-color:#212121}.ticker-input::placeholder{font-weight:400;letter-spacing:0;color:#bbb;text-transform:none}.search-btn{width:100%;padding:.9rem;font-size:1rem;font-weight:700;background:#212121;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .1s}.search-btn:hover{background:#333}.search-btn:active{transform:scale(.98)}.search-btn .arrow{display:inline-block;transition:transform .2s}.search-btn:hover .arrow{transform:translate(4px)}.error-msg{margin-top:1rem;padding:.75rem 1rem;background:#fff5f5;border:1px solid #ffc5c5;border-radius:8px;color:#c62828;font-size:.9rem}.search-hint{margin-top:1.5rem;font-size:.8rem;color:#aaa;letter-spacing:.3px}.loading-card{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.spinner{width:44px;height:44px;border:4px solid #e0e0e0;border-top-color:#212121;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{font-size:1rem;color:#555}.app{display:flex;flex-direction:column;flex:1;padding:1.5rem 3rem 2rem;max-width:1600px;margin:0 auto;width:100%}.app-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;border-bottom:1px solid #e0e0e0;padding-bottom:1.5rem}.header-left{display:flex;align-items:center;gap:2rem}.header-info{display:flex;flex-direction:column;gap:.25rem}.ticker-title{font-size:2.2rem;font-weight:900;color:#111;letter-spacing:-1px}.period-text{font-size:.95rem;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.header-actions{display:flex;gap:1rem}.back-btn{padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;color:#555;background:#f8f9fa;border:1px solid #ddd;border-radius:8px;cursor:pointer;transition:all .2s}.back-btn:hover{background:#fff;border-color:#111;color:#111;box-shadow:0 2px 8px #0000000d}.export-btn{display:flex;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-size:.95rem;font-weight:700;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.export-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.export-btn .icon{font-size:1.1rem}.chart-container{flex:1;height:850px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 20px #0000000d;border:1px solid #efefef}.app-footer{margin-top:2rem;text-align:center;font-size:.85rem;color:#999}
