body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e);box-shadow:0 2px 10px #0000004d;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar-brand a{color:gold;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-links{display:flex;gap:2rem}.navbar-links a{border-radius:4px;color:#e0e0e0;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.navbar-links a:hover{background:#ffd7001a;color:gold}.navbar-links a.active{background:#ffd70033;color:gold}.navbar-user{align-items:center;color:#e0e0e0;display:flex;gap:1rem}.btn-logout{background:#0000;border:1px solid gold;border-radius:4px;color:gold;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.btn-logout:hover{background:gold;color:#1a1a2e}.auth-container{align-items:center;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);display:flex;justify-content:center;min-height:100vh}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffd7001a;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:400px;padding:2.5rem;width:100%}.auth-card h1{color:gold;font-size:2rem;margin-bottom:.5rem;text-align:center}.auth-card h2{color:#e0e0e0;font-weight:400;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease;width:100%}.form-group input:focus{border-color:gold;box-shadow:0 0 0 2px #ffd7001a;outline:none}.btn-primary{background:linear-gradient(135deg,gold,#ffb700);border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:all .3s ease;width:100%}.btn-primary:hover:not(:disabled){box-shadow:0 4px 15px #ffd7004d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.7}.error-message{background:#ff52521a;border:1px solid #ff5252;border-radius:8px;color:#ff5252;margin-bottom:1rem;padding:.75rem;text-align:center}.auth-link{color:#b0b0b0;margin-top:1.5rem;text-align:center}.auth-link a{color:gold;text-decoration:none}.auth-link a:hover{text-decoration:underline}.dashboard{padding:2rem}.dashboard h1{color:gold;margin-bottom:2rem}.stats-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;padding:1.5rem}.stat-card h3{color:#888;font-size:.9rem;font-weight:400;margin-bottom:.5rem}.stat-value{color:#fff;font-size:1.75rem;font-weight:600}.stat-value.positive{color:#4caf50}.stat-value.negative{color:#ff5252}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}@media (max-width:1024px){.dashboard-grid{grid-template-columns:1fr}}.chart-container{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;padding:1.5rem}.chart-container h2{color:#e0e0e0;font-size:1.1rem;margin-bottom:1rem}.recent-transactions{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;padding:1.5rem}.recent-transactions h2{color:#e0e0e0;font-size:1.1rem;margin-bottom:1rem}.recent-transactions ul{list-style:none;margin:0;padding:0}.transaction-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:1rem 0}.transaction-item:last-child{border-bottom:none}.transaction-info{display:flex;flex-direction:column;gap:.25rem}.casino-name{font-weight:500}.transaction-date{color:#888;font-size:.85rem}.transaction-amount{font-size:1.1rem;font-weight:600}.transaction-amount.positive{color:#4caf50}.transaction-amount.negative{color:#ff5252}.no-data{padding:2rem}.loading{min-height:400px}.transactions-page{padding:2rem}.transactions-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.transactions-header h1{color:gold}.btn-new{background:linear-gradient(135deg,gold,#ffb700);border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-new:hover{box-shadow:0 4px 15px #ffd7004d;transform:translateY(-2px)}.filters{display:flex;gap:1rem;margin-bottom:1.5rem}.filters select{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;min-width:150px;padding:.75rem 1rem}.filters select:focus{border-color:gold;outline:none}.transaction-form-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.transaction-form{background:#1a1a2e;border:1px solid #ffd70033;border-radius:16px;max-width:500px;padding:2rem;width:100%}.transaction-form h2{color:gold;margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{margin-bottom:1rem}.form-group label{color:#b0b0b0;display:block;font-size:.9rem;margin-bottom:.5rem}.form-group input,.form-group select{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;width:100%}.form-group input:focus,.form-group select:focus{border-color:gold;outline:none}.form-group .input-deposit{border-color:#ff52524d}.form-group .input-deposit:focus{border-color:#ff5252;box-shadow:0 0 0 2px #ff52521a}.form-group .input-withdrawal{border-color:#4caf504d}.form-group .input-withdrawal:focus{border-color:#4caf50;box-shadow:0 0 0 2px #4caf501a}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.btn-cancel{background:#0000;border:1px solid #888;border-radius:8px;color:#888;cursor:pointer;flex:1 1;padding:.75rem;transition:all .3s ease}.btn-cancel:hover{border-color:#fff;color:#fff}.btn-save{background:linear-gradient(135deg,gold,#ffb700);border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;flex:1 1;font-weight:600;padding:.75rem;transition:all .3s ease}.btn-save:hover{box-shadow:0 4px 15px #ffd7004d;transform:translateY(-2px)}.transactions-table{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;overflow:hidden}.transactions-table table{border-collapse:collapse;width:100%}.transactions-table th{background:#ffd7001a;color:gold;font-weight:500;padding:1rem;text-align:left}.transactions-table td{border-bottom:1px solid #ffffff0d;color:#e0e0e0;padding:1rem}.transactions-table tr:last-child td{border-bottom:none}.type-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.type-badge.deposit{background:#ff525233;color:#ff5252}.type-badge.withdrawal{background:#4caf5033;color:#4caf50}.negative,.positive{font-weight:600}.note-cell{color:#888;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.actions-cell{display:flex;gap:.5rem}.btn-edit{background:#0000;border:1px solid gold;border-radius:4px;color:gold;cursor:pointer;font-size:.85rem;padding:.4rem .75rem;transition:all .3s ease}.btn-edit:hover{background:gold;color:#1a1a2e}.actions-cell .btn-delete{background:#0000;border:1px solid #ff5252;border-radius:4px;color:#ff5252;cursor:pointer;font-size:.85rem;padding:.4rem .75rem;transition:all .3s ease}.actions-cell .btn-delete:hover{background:#ff5252;color:#fff}.transaction-form-wide{max-width:700px}.casino-entries{border-top:1px solid #ffffff1a;margin-top:1rem;padding-top:1rem}.casino-entries-header{align-items:center;color:#e0e0e0;display:flex;font-weight:500;justify-content:space-between;margin-bottom:1rem}.btn-add-entry{background:#0000;border:1px dashed gold;border-radius:6px;color:gold;cursor:pointer;font-size:.85rem;padding:.5rem 1rem;transition:all .3s ease}.btn-add-entry:hover{background:#ffd7001a}.casino-entry{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;margin-bottom:.75rem;padding:1rem}.casino-entry-row{grid-gap:1rem;align-items:end;display:grid;gap:1rem;grid-template-columns:2fr 1fr 1fr auto}.casino-entry-row .form-group{margin-bottom:0}.casino-select-group{min-width:150px}.btn-remove-entry{background:#0000;border:1px solid #ff5252;border-radius:6px;color:#ff5252;cursor:pointer;font-size:1.5rem;height:36px;line-height:1;margin-bottom:0;padding:0;transition:all .3s ease;width:36px}.btn-remove-entry:hover{background:#ff5252;color:#fff}@media (max-width:768px){.transactions-table{overflow-x:auto}.form-row{grid-template-columns:1fr}.casino-entry-row{gap:.75rem;grid-template-columns:1fr 1fr}.casino-select-group{grid-column:1/-1}.btn-remove-entry{grid-column:2;justify-self:end}}.casinos-page{margin:0 auto;max-width:800px;padding:2rem}.casinos-page h1{color:gold}.add-casino-form,.casinos-page h1{margin-bottom:2rem}.add-casino-form form{display:flex;gap:1rem}.add-casino-form input{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;padding:.75rem 1rem}.add-casino-form input:focus{border-color:gold;outline:none}.btn-add{background:linear-gradient(135deg,gold,#ffb700);border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.btn-add:hover{box-shadow:0 4px 15px #ffd7004d;transform:translateY(-2px)}.error-text{color:#ff5252;font-size:.9rem;margin-top:.5rem}.casinos-list{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;overflow:hidden}.casino-item{align-items:center;border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:1rem 1.5rem}.casino-item:last-child{border-bottom:none}.casino-name{color:#e0e0e0;font-size:1.1rem}.btn-delete{background:#0000;border:1px solid #ff5252;border-radius:6px;color:#ff5252;cursor:pointer;padding:.5rem 1rem;transition:all .3s ease}.btn-delete:hover{background:#ff5252;color:#fff}.statistics-page{padding:2rem}.statistics-page h1{color:gold;margin-bottom:2rem}.stat-section{margin-bottom:3rem}.stat-section h2{color:#e0e0e0;font-size:1.3rem;margin-bottom:1.5rem}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.stat-header select{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:.5rem 1rem}.chart-card{margin-bottom:1.5rem;padding:1.5rem}.casino-table,.chart-card,.monthly-table{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px}.casino-table,.monthly-table{overflow:hidden}.casino-table table,.monthly-table table{border-collapse:collapse;width:100%}.casino-table th,.monthly-table th{background:#ffd7001a;color:gold;font-weight:500;padding:1rem;text-align:left}.casino-table td,.monthly-table td{border-bottom:1px solid #ffffff0d;color:#e0e0e0;padding:.75rem 1rem}.casino-table tr:last-child td,.monthly-table tr:last-child td{border-bottom:none}.total-row{background:#ffd7000d}.positive{color:#4caf50}.negative{color:#ff5252}.yearly-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.year-card{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;padding:1.5rem}.year-card h3{color:gold;font-size:1.5rem;margin-bottom:1rem}.year-stats>div{border-bottom:1px solid #ffffff0d;display:flex;justify-content:space-between;padding:.5rem 0}.year-stats>div:last-child{border-bottom:none}.year-stats .label{color:#888}.year-stats .value{font-weight:600}.casino-stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 2fr}@media (max-width:1024px){.casino-stats-grid{grid-template-columns:1fr}}.color-dot{border-radius:50%;display:inline-block;height:12px;margin-right:.5rem;width:12px}.weekday-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(7,1fr)}@media (max-width:1024px){.weekday-cards{grid-template-columns:repeat(4,1fr)}}@media (max-width:600px){.weekday-cards{grid-template-columns:repeat(2,1fr)}}.weekday-card{background:#ffffff0d;border:1px solid #ffd7001a;border-radius:12px;padding:1rem;text-align:center}.weekday-card.positive-bg{background:#4caf501a;border-color:#4caf504d}.weekday-card.negative-bg{background:#ff52521a;border-color:#ff52524d}.weekday-card h4{color:#e0e0e0;font-size:.9rem;margin-bottom:.5rem}.weekday-card p{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.transaction-count{color:#888;font-size:.75rem}.no-data{color:#888;padding:3rem;text-align:center}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;min-height:100vh}.with-navbar{padding-top:70px}.loading{align-items:center;color:#888;display:flex;font-size:1.2rem;justify-content:center;min-height:100vh}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:gold;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffb700}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}select option{background:#1a1a2e;color:#e0e0e0}
/*# sourceMappingURL=main.e6ca0db6.css.map*/