*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:#050a30!important;color:#fff;line-height:1.6;padding:20px}.auth-page-center{min-height:100vh;width:100vw;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#050a30,#343a6d);position:fixed;top:0;left:0;right:0;bottom:0;z-index:10}.auth-welcome{text-align:center;margin-bottom:2rem}.auth-welcome h1{font-size:2.5rem;color:#bcc8d3;margin-bottom:.5rem}.auth-sub{color:#9fa7b3;font-size:1.1rem}.auth-form{background:#2c304afa;padding:2rem 2.5rem;border-radius:16px;box-shadow:0 8px 32px #00000052;border:2px solid #6c63ff;display:flex;flex-direction:column;gap:1.2rem;min-width:340px}.auth-form label{color:#e0e7ff;font-weight:600;margin-bottom:.3rem}.auth-form input,.auth-form textarea{background:#353866;color:#f3f6fd;border:1.5px solid #6c63ff;border-radius:6px;font-size:1.1rem;padding:.7em 1em;margin-bottom:.5rem}.auth-form input::placeholder{color:#b3b8d0;opacity:1}.auth-form input:focus,.auth-form textarea:focus{border-color:#a084ff;background:#23243a;outline:none}.auth-btns{display:flex;justify-content:space-between;gap:1rem}.auth-btns button{flex:1;font-size:1rem;padding:.7em 0;border-radius:6px;border:none;background:linear-gradient(90deg,#6c63ff 60%,#5146d8);color:#fff;font-weight:600;letter-spacing:.5px;box-shadow:0 2px 8px #6c63ff1f;transition:background .2s}.auth-btns button:hover{background:linear-gradient(90deg,#5146d8 60%,#6c63ff)}.sidebar{border-radius:15px;width:350px;height:100vh;background:#333652;color:#fff;padding:20px;position:fixed;top:0;left:0;display:flex;flex-direction:column;gap:15px;box-shadow:2px 0 5px #0000001a}.sidebar ul{flex:1 1 auto;margin-bottom:0}.sidebar-logout{margin-top:auto;display:flex;justify-content:center}.logout-btn{background:#e53935;color:#fff;font-weight:700;border:none;border-radius:8px;padding:.9em 2em;font-size:1.1rem;box-shadow:0 2px 8px #e539351a;letter-spacing:.5px;transition:background .2s,box-shadow .2s;display:flex;align-items:center;gap:.5em;justify-content:center}.logout-btn:hover{background:#b71c1c;box-shadow:0 4px 16px #e539352e}.sidebar-projects-list{list-style:none;padding:0;margin:1.2em 0 0;display:flex;flex-direction:column;gap:.5em}.sidebar-item{width:100%}.sidebar-project-btn{width:100%;display:flex;align-items:center;gap:.7em;background:transparent;border:none;color:#e0e7ff;font-size:1.08em;font-weight:600;padding:.7em 1em;border-radius:8px;transition:background .18s,color .18s;cursor:pointer;text-align:left}.sidebar-project-btn:hover,.sidebar-project-btn:focus{background:#353866;color:#fff}.sidebar-project-dot{display:inline-block;width:.7em;height:.7em;border-radius:50%;background:#6c63ff;margin-right:.3em}.sidebar-project-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.new-project-btn{background:#6c63ff;color:#fff;font-weight:600;border:none;border-radius:24px;padding:.7em 1.5em;font-size:1rem;margin:1em 0 .5em;box-shadow:0 2px 8px #6c63ff1a;transition:background .2s}.new-project-btn:hover{background:#5146d8}.new-project-helper{display:block;color:#b3b8d0;font-size:.95em;margin-bottom:1em;text-align:center}.dashboard-header{display:flex;justify-content:space-between;align-items:center;background:#fff;color:#222;padding:1.5rem 2.5rem;border-radius:18px;box-shadow:0 4px 24px #00000014;margin-bottom:2.5rem;margin-top:2rem;position:sticky;top:0;z-index:20}body.dark .dashboard-header{background:#23243a;color:#e0e7ff;box-shadow:0 4px 24px #2c304a2e}.header-left{display:flex;flex-direction:column;align-items:flex-start;gap:.3em}.header-welcome{font-size:1.1rem;color:#6c63ff;font-weight:600;margin-top:.2em}body.dark .header-welcome{color:#a084ff}.header-right{display:flex;align-items:center;gap:1.2em;width:90px;height:90px}.header-right img{width:150%;height:150%;object-fit:contain}.dashboard,.main-content{background:#050a30!important;box-shadow:none!important;border-radius:0!important;color:#fff}.project-form-modern{background:var(--form-bg, #fff);border-radius:1.2rem;box-shadow:0 4px 24px #00000012;padding:2.5rem 2rem 2rem;max-width:420px;margin:2rem auto;display:flex;flex-direction:column;gap:1.5rem}.project-form-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:700;text-align:center;color:var(--text, #222)}.project-form-fields{display:flex;flex-direction:column;gap:1.2rem}.project-form-group{display:flex;flex-direction:column;gap:.3rem}.project-form-group label{font-weight:500;color:var(--text, #222)}.project-form-group select{padding:.5rem .8rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:1rem;background:var(--input-bg, #f9fafb);transition:border .2s}.project-form-group select:focus{border:1.5px solid #2563eb;outline:none}.project-form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1.2rem}.project-form-actions button{padding:.6rem 1.3rem;border-radius:.5rem;border:none;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,color .2s;background:linear-gradient(90deg,#6c63ff,#5146d8);color:#fff}.project-form-actions button[type=reset]{background:#e5e7eb;color:#222}.project-form-actions button:hover{background:linear-gradient(90deg,#5146d8,#6c63ff)}body.dark .project-form-modern{--form-bg: #23243a;--text: #e0e7ff;--input-bg: #353866}@media (max-width: 600px){.project-form-modern{padding:1.2rem .5rem 1.5rem;max-width:98vw}}.project-details-card{background:var(--form-bg, #fff);border-radius:1.2rem;box-shadow:0 4px 24px #00000012;padding:2.5rem 2rem 2rem;max-width:520px;margin:2rem auto;display:flex;flex-direction:column;gap:1.2rem}.project-details-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.project-details-title{font-size:1.6rem;font-weight:700;color:var(--text, #222)}.project-details-meta{display:flex;gap:1.5rem;font-size:1.05rem;color:#6c63ff;margin-bottom:.5rem}.project-details-desc{color:var(--text, #222);font-size:1.1rem;margin-bottom:.7rem}.project-details-delete-btn{background:#e53935;color:#fff;font-weight:700;border:none;border-radius:8px;padding:.5em 1.5em;font-size:1rem;box-shadow:0 2px 8px #e539351a;letter-spacing:.5px;transition:background .2s,box-shadow .2s;margin-left:auto}.project-details-delete-btn:hover{background:#b71c1c;box-shadow:0 4px 16px #e539352e}.project-details-tasks{margin-top:1.5rem;padding:1rem 0 0;border-top:1px solid #e5e7eb}.project-details-tasks-list{list-style:none;padding:0;margin:.7em 0 0;display:flex;flex-direction:column;gap:.5em}body.dark .project-details-card{--form-bg: #23243a;--text: #e0e7ff}body.dark .project-details-meta{color:#a084ff}.project-details-card label{color:#6c63ff;font-weight:600;margin-bottom:.3rem}body.dark .project-details-card label{color:#a084ff}@media (max-width: 600px){.project-details-card{padding:1.2rem .5rem 1.5rem;max-width:98vw}}.project-form-modern label{color:#6c63ff;font-weight:600;margin-bottom:.3rem}body.dark .project-form-modern label{color:#a084ff}.task-item{display:flex;align-items:center;justify-content:space-between;background:#efdcf9;color:#222;border-radius:8px;padding:.7em 1.2em;font-size:1.08em;margin-bottom:.5em;box-shadow:0 1px 4px #2c304a14;transition:background .18s}body.dark .task-item{background:#353866;color:#e0e7ff}.task-title{flex:1;text-align:left;white-space:pre-line;overflow-wrap:anywhere}.task-remove-btn{background:#e53935;color:#fff;border:none;border-radius:50%;width:2em;height:2em;font-size:1.2em;font-weight:700;cursor:pointer;margin-left:1em;display:flex;align-items:center;justify-content:center;transition:background .18s,box-shadow .18s;box-shadow:0 2px 8px #e5393514}.task-remove-btn:hover{background:#b71c1c;box-shadow:0 4px 16px #e539352e}form{display:flex;flex-direction:column;gap:15px;margin:20px 0}label{font-weight:700}input,textarea{width:100%;padding:10px;border:1px solid #ccc;border-radius:5px;font-size:1rem}input:focus,textarea:focus{border-color:#007bff;outline:none}button{background:#050a30;color:#fff;border:none;padding:10px 15px;border-radius:5px;cursor:pointer;font-size:1rem;margin:5px}button:hover{background:#0056b3}button:disabled{background:#ccc;cursor:not-allowed}h2,h3{margin-bottom:15px;color:#fff}.main-content{margin-left:250px;padding:20px;background:#050a30!important;min-height:100vh}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:999;display:flex;align-items:center;justify-content:center}.modal-error{border:none;border-radius:12px;padding:2rem 2.5rem;background:#fff0f0;box-shadow:0 8px 32px #0000002e;color:#b00020;min-width:320px;max-width:90vw;text-align:center;animation:modal-pop .2s ease;will-change:opacity;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000}.modal-title{margin-top:0;color:#b00020;font-size:1.5rem;font-weight:700}.modal-message{margin:1rem 0 2rem;font-size:1.1rem}.modal-btn{background:#b00020;color:#fff;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:1rem;cursor:pointer;transition:background .2s}.modal-btn:hover{background:#d32f2f}@keyframes modal-pop{0%{opacity:0}to{opacity:1}}body:has(dialog[open]){overflow:hidden}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}body.light{--bg: #fff;--text: #222}body.dark{--bg: #222;--text: #fff}body{background:var(--bg);color:var(--text)}
