.project-card{background-color:#252525;border:1px solid #404040;border-radius:12px;padding:1.5rem;transition:all .3s}.project-card.running{border-color:#4a90e2;box-shadow:0 0 20px #4a90e233}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-name-container{display:flex;align-items:center;gap:.5rem}.project-header h2{font-size:1.25rem;color:#f0f0f0;margin:0}.action-buttons{display:flex;gap:.25rem;align-items:center}.move-button{background-color:transparent;color:gray;padding:.25rem .4rem;font-size:1.1rem;line-height:1;transition:color .2s,background-color .2s}.move-button:hover:not(:disabled){color:#4a90e2;background-color:#4a90e21a}.move-button:disabled{opacity:.25;cursor:not-allowed;transform:none}.edit-button,.delete-button{background-color:transparent;color:gray;padding:.25rem .5rem;font-size:1rem;opacity:0;transition:opacity .2s,color .2s}.project-name-container:hover .edit-button,.project-name-container:hover .delete-button{opacity:1}.edit-button:hover{color:#4a90e2;background-color:#4a90e21a}.delete-button:hover{color:#e74c3c;background-color:#e74c3c1a}.rename-form{flex:1}.rename-input{width:100%;font-size:1.25rem;font-weight:600;color:#f0f0f0;background-color:#2a2a2a;border:1px solid #4a90e2;border-radius:6px;padding:.25rem .5rem}.history-link{background-color:transparent;color:#4a90e2;padding:.25rem .5rem;font-size:.75rem;text-decoration:underline}.history-link:hover{color:#3a7bc8;background-color:#4a90e21a}.timer-display{font-size:3rem;font-weight:300;font-variant-numeric:tabular-nums;text-align:center;margin:1.5rem 0;color:#f0f0f0;letter-spacing:.05em}.project-card.running .timer-display{color:#4a90e2}.controls{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.play-button{flex:1;background-color:#4a90e2;color:#fff;padding:.75rem;font-size:1rem}.pause-button{flex:1;background-color:#e8a100;color:#fff;padding:.75rem;font-size:1rem}.complete-button{background-color:#27ae60;color:#fff;padding:.75rem;min-width:100px;font-size:.875rem}.complete-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.reset-button{background-color:#3a3a3a;color:#e0e0e0;padding:.75rem;min-width:50px;font-size:1.25rem}.reset-button:hover:not(:disabled){background-color:#e74c3c;color:#fff}.reset-button:disabled{opacity:.4;cursor:not-allowed;transform:none}.note-form{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #404040}.note-input{flex:1;font-size:.875rem}.note-submit{background-color:#3a3a3a;color:#e0e0e0;padding:.5rem 1rem;font-size:.75rem}.note-submit:hover{background-color:#505050}.project-card-list{background-color:#252525;border:1px solid #404040;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;transition:all .3s;max-height:80px}.project-card-list.running{border-color:#4a90e2;box-shadow:0 0 15px #4a90e233}.reorder-section{flex:0 0 auto;display:flex;flex-direction:column;gap:.1rem}.reorder-button{background-color:transparent;color:gray;padding:0 .35rem;font-size:.7rem;line-height:1.2;min-width:auto;transition:color .2s,background-color .2s}.reorder-button:hover:not(:disabled){color:#4a90e2;background-color:#4a90e21a}.reorder-button:disabled{opacity:.25;cursor:not-allowed;transform:none}.project-name-section{flex:0 0 180px;display:flex;align-items:center;gap:.5rem}.project-name-section h3{margin:0;font-size:1rem;color:#f0f0f0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.action-buttons-list{display:flex;gap:.25rem;opacity:0;transition:opacity .2s}.project-card-list:hover .action-buttons-list{opacity:1}.icon-button{background-color:transparent;color:gray;padding:.25rem .4rem;font-size:.875rem;transition:all .2s;min-width:auto}.icon-button:hover{color:#4a90e2;background-color:#4a90e21a}.icon-button.delete:hover{color:#e74c3c;background-color:#e74c3c1a}.rename-form-list{flex:0 0 180px}.rename-input-list{width:100%;font-size:1rem;font-weight:600;color:#f0f0f0;background-color:#2a2a2a;border:1px solid #4a90e2;border-radius:6px;padding:.25rem .5rem}.timer-section{flex:0 0 100px;text-align:center}.timer-display-list{font-size:1.5rem;font-weight:300;font-variant-numeric:tabular-nums;color:#f0f0f0;letter-spacing:.05em}.project-card-list.running .timer-display-list{color:#4a90e2}.controls-section{flex:0 0 auto;display:flex;gap:.5rem}.control-btn{padding:.4rem .6rem;font-size:1rem;white-space:nowrap;min-width:40px}.note-section{flex:1;display:flex;min-width:120px}.note-input-list{flex:1;background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;padding:.4rem .6rem;font-size:.8rem}.note-input-list:focus{outline:none;border-color:#4a90e2}.note-input-list::placeholder{color:#606060}.history-button-list{flex:0 0 auto;background-color:transparent;color:#4a90e2;padding:.4rem .6rem;font-size:1rem;min-width:40px}.history-button-list:hover{background-color:#4a90e21a}.play-button{background-color:#4a90e2;color:#fff}.play-button:hover{background-color:#3a7bc8}.pause-button{background-color:#e8a100;color:#fff}.pause-button:hover{background-color:#c88c00}.complete-button{background-color:#27ae60;color:#fff}.complete-button:hover:not(:disabled){background-color:#229954}.reset-button{background-color:#3a3a3a;color:#e0e0e0}.reset-button:hover:not(:disabled){background-color:#505050}.control-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}@media (max-width: 1400px){.project-name-section{flex:0 0 150px}.note-section{min-width:100px}}@media (max-width: 1200px){.project-card-list{flex-wrap:wrap;max-height:none;padding:1rem}.project-name-section{flex:1 1 200px}.timer-section{flex:0 0 100px}.controls-section{flex:1 1 100%;justify-content:center}.note-section{flex:1 1 100%}.history-button-list{flex:0 0 auto}}.history-container{max-width:900px;margin:0 auto}.history-loading,.history-error{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:gray}.history-header{margin-bottom:2rem}.back-button{background-color:#3a3a3a;color:#e0e0e0;margin-bottom:1rem}.back-button:hover{background-color:#505050}.history-header h1{font-size:2rem;color:#f0f0f0}.totals-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:3rem}.total-card{background-color:#252525;border:1px solid #404040;border-radius:12px;padding:1.5rem;text-align:center}.total-label{font-size:.875rem;color:#a0a0a0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.total-value{font-size:1.75rem;font-weight:300;color:#4a90e2;font-variant-numeric:tabular-nums}.sessions-section,.notes-section{margin-bottom:3rem}.sessions-section h2,.notes-section h2{font-size:1.5rem;color:#f0f0f0;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #404040}.empty-message{color:gray;text-align:center;padding:2rem}.sessions-list{display:flex;flex-direction:column;gap:1rem}.session-item{background-color:#252525;border:1px solid #404040;border-radius:8px;padding:1.25rem;display:flex;align-items:center;gap:1.5rem}.session-duration{font-size:1.5rem;font-weight:500;color:#4a90e2;min-width:120px;font-variant-numeric:tabular-nums}.session-times{flex:1;display:flex;flex-direction:column;gap:.5rem}.session-time{font-size:.875rem;color:#a0a0a0}.time-label{display:inline-block;width:60px;color:#707070;font-weight:500}.notes-list{display:flex;flex-direction:column;gap:.75rem}.note-item{background-color:#252525;border:1px solid #404040;border-radius:8px;padding:1rem;display:flex;justify-content:space-between;align-items:start;gap:1rem}.note-text{flex:1;color:#e0e0e0;line-height:1.5}.note-date{font-size:.75rem;color:gray;white-space:nowrap}@media (max-width: 640px){.session-item{flex-direction:column;align-items:start}.session-duration{min-width:auto}.note-item{flex-direction:column}.note-date{align-self:flex-end}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-card{width:100%;max-width:360px;background-color:#2a2a2a;border:1px solid #404040;border-radius:10px;padding:2rem;display:flex;flex-direction:column}.login-card h1{margin:0;font-size:1.75rem;color:#f0f0f0;text-align:center}.login-subtitle{margin:.25rem 0 1.5rem;text-align:center;color:#909090}.login-label{font-size:.85rem;color:#b0b0b0;margin-bottom:.35rem}.login-card input{margin-bottom:1rem}.login-error{background-color:#e74c3c26;border:1px solid #e74c3c;color:#ff9c8f;padding:.6rem .75rem;border-radius:6px;font-size:.9rem;margin-bottom:1rem}.login-button{background-color:#4a90e2;color:#fff;padding:.7rem;font-size:1rem}.login-button:hover{background-color:#3a7bc8}.login-button:disabled{opacity:.6;cursor:default}.app{min-height:100vh}.header{margin-bottom:2rem}.header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.header h1{font-size:2rem;margin:0;color:#f0f0f0}.header-actions{display:flex;align-items:center;gap:1rem}.account-menu{display:flex;align-items:center;gap:.75rem}.account-email{color:#909090;font-size:.85rem}.logout-button{background-color:#2a2a2a;color:#a0a0a0;padding:.5rem .75rem;border:1px solid #404040;transition:all .2s}.logout-button:hover{background-color:#3a3a3a;color:#f0f0f0}.view-toggle{display:flex;gap:.5rem}.view-button{background-color:#2a2a2a;color:#a0a0a0;padding:.5rem .75rem;font-size:1.25rem;border:1px solid #404040;transition:all .2s}.view-button:hover{background-color:#3a3a3a;color:#f0f0f0}.view-button.active{background-color:#4a90e2;color:#fff;border-color:#4a90e2}.new-project-form{display:flex;gap:.75rem;max-width:500px}.new-project-input{flex:1}.add-button{background-color:#4a90e2;color:#fff;white-space:nowrap}.add-button:hover{background-color:#3a7bc8}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem}.projects-list{display:flex;flex-direction:column;gap:1rem}.empty-state{text-align:center;padding:4rem 2rem;color:gray;font-size:1.125rem}@media (max-width: 768px){.projects-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a1a1a;color:#e0e0e0;min-height:100vh}#root{max-width:1200px;margin:0 auto;padding:2rem}button{cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}button:hover{transform:translateY(-1px)}button:active{transform:translateY(0)}input[type=text]{background-color:#2a2a2a;border:1px solid #404040;border-radius:6px;color:#e0e0e0;padding:.5rem;font-size:.875rem;transition:border-color .2s}input[type=text]:focus{outline:none;border-color:#4a90e2}input[type=text]::placeholder{color:#707070}
