*{box-sizing:border-box;margin:0;padding:0}body{background:#0f172a;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;min-height:100vh}.login-screen{align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b);display:flex;justify-content:center;min-height:100vh}.login-card{background:#1e293b;border:1px solid #334155;max-width:400px;padding:3rem;text-align:center;width:90%}.login-card,.logo{border-radius:16px}.logo{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;display:flex;font-size:2rem;font-weight:800;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.login-card h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.login-card p{color:#94a3b8;margin-bottom:2rem}.header{background:#1e293b;border-bottom:1px solid #334155;gap:1.5rem;height:56px;padding:0 1.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header,.header-left{align-items:center;display:flex}.header-left{gap:.75rem}.logo-sm{align-items:center;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:8px;color:#fff;display:flex;font-size:1rem;font-weight:800;height:32px;justify-content:center;width:32px}.brand{color:#f1f5f9;font-size:1rem;font-weight:700}.tabs{display:flex;flex:1 1;gap:.25rem}.tab{background:#0000;border:none;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:.875rem;font-weight:500;padding:.4rem 1rem;transition:all .15s}.tab:hover{background:#334155;color:#e2e8f0}.tab.active{background:#3b82f6;color:#fff}.header-right{align-items:center;display:flex;gap:1rem;margin-left:auto}.user{color:#94a3b8;font-size:.8rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:opacity .15s}.btn-primary:hover{opacity:.9}.btn-ghost{background:#0000;border:1px solid #334155;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:.8rem;padding:.4rem .75rem;transition:all .15s}.btn-ghost:hover{border-color:#64748b;color:#e2e8f0}.main{margin:0 auto;max-width:1400px;padding:1.5rem}.filters-bar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.search-input{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;flex:1 1;font-size:.875rem;min-width:250px;outline:none;padding:.5rem .75rem;transition:border-color .15s}.search-input:focus{border-color:#3b82f6}select{background:#1e293b;border:1px solid #334155;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:.875rem;outline:none;padding:.5rem .75rem}select:focus{border-color:#3b82f6}.results-count{color:#64748b;font-size:.8rem;margin-bottom:.75rem}.table-wrap{border:1px solid #334155;border-radius:10px;overflow-x:auto}table{border-collapse:collapse;font-size:.85rem;width:100%}thead{background:#1e293b}th{color:#94a3b8;cursor:pointer;font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}th:hover{color:#e2e8f0}td{border-top:1px solid #1e293b;padding:.65rem 1rem;vertical-align:middle}tr:hover td{background:#1e293b}.clickable{cursor:pointer}.title-cell{font-weight:500;max-width:280px}.empty{color:#64748b;padding:3rem;text-align:center}.total-row td{background:#1e293b;border-top:2px solid #334155}.badge{border-radius:99px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.2rem .6rem}.profit-pos{color:#22c55e}.profit-neg{color:#ef4444}.section-title{color:#f1f5f9;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.stat-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.stat-card{background:#1e293b;border:1px solid #334155;border-radius:12px;padding:1.25rem;text-align:center}.stat-card.won{border-color:#22c55e40}.stat-card.lost{border-color:#ef444440}.stat-card.direct{border-color:#3b82f640}.stat-card.rate{border-color:#f59e0b40}.stat-card.profit{border-color:#22c55e40}.stat-card.sale{border-color:#6366f140}.stat-num{color:#f1f5f9;font-size:1.75rem;font-weight:800}.stat-label{color:#64748b;font-size:.75rem;letter-spacing:.05em;margin-top:.25rem;text-transform:uppercase}.loading{align-items:center;color:#64748b;display:flex;gap:1rem;justify-content:center;padding:4rem}.spinner{animation:spin .8s linear infinite;border:3px solid #334155;border-radius:50%;border-top-color:#3b82f6;height:24px;width:24px}@keyframes spin{to{transform:rotate(1turn)}}.error{background:#450a0a;border:1px solid #ef4444;border-radius:8px;color:#fca5a5;margin-bottom:1rem;padding:1rem}.error button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;margin-left:1rem;padding:.25rem .75rem}.modal-overlay{align-items:center;background:#000000b3;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:200}.modal{background:#1e293b;border:1px solid #334155;border-radius:16px;max-height:90vh;max-width:560px;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal h2{font-size:1.1rem;font-weight:700;line-height:1.4;margin-bottom:1.5rem}.modal-close{align-items:center;background:#334155;border:none;border-radius:50%;color:#94a3b8;cursor:pointer;display:flex;font-size:.85rem;height:28px;justify-content:center;position:absolute;right:1rem;top:1rem;width:28px}.modal-close:hover{background:#475569;color:#fff}.detail-grid{display:flex;flex-direction:column;gap:.75rem}.detail-row{align-items:center;border-bottom:1px solid #334155;display:flex;font-size:.875rem;justify-content:space-between;padding:.5rem 0}.detail-row span:first-child{color:#64748b;font-weight:500}.detail-row span:last-child{color:#e2e8f0;text-align:right}
/*# sourceMappingURL=main.46806d81.css.map*/