*{box-sizing:border-box;margin:0;padding:0}.auth-page{align-items:center;background:#ececec;display:flex;height:100vh;justify-content:center;width:100%}.auth-card{background:#fff;border-radius:10px;display:flex;height:700px;overflow:hidden;width:1100px}.auth-left{display:flex;flex-direction:column;justify-content:center;padding:80px;width:50%}.auth-left h2{margin-bottom:10px;margin-top:20px}.auth-left p{color:#777;margin-bottom:30px}.auth-left form{display:flex;flex-direction:column}.auth-left label{font-weight:600;margin-bottom:8px}.auth-left input{border:1px solid #ddd;border-radius:6px;margin-bottom:20px;padding:12px}.options{display:flex;font-size:14px;justify-content:space-between;margin-bottom:25px}.auth-left button{background:#5b4df1;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:15px}.bottom-link{margin-top:30px;text-align:center}.bottom-link a{color:#5b4df1;margin-left:8px;text-decoration:none}.auth-right{align-items:center;background:linear-gradient(135deg,#5b4df1,#8a7cf5);color:#fff;display:flex;justify-content:center;padding:40px;text-align:center;width:50%}.content h2{font-size:36px;margin-bottom:20px}.content p{font-size:18px}.error-message{color:#d62828;font-size:14px;font-weight:600;margin:10px 0}.dashboard{background:#f5f6fb}.sidebar{background:#fff;border-right:1px solid #eee;display:flex;flex-direction:column;justify-content:space-between;padding:30px;width:240px}.sidebar ul{list-style:none;margin-top:40px}.sidebar li{cursor:pointer;margin-bottom:20px}.sidebar .active{color:#5b4df1;font-weight:700}.header-top{align-items:center;display:grid;grid-template-columns:1fr auto 1fr;width:100%}.header button{background:#5b4df1;border:none;border-radius:25px;color:#fff;height:45px;padding:12px 20px;width:150px}.stats{margin-top:25px}.stat-card{border-radius:20px}.board{display:flex;gap:20px;margin-top:25px}.column{border-radius:20px;flex:1 1;min-height:500px;padding:20px}.todo{background:#fff7e5}.progress{background:#efedff}.approval{background:#e8fff0}.done{background:#ffeef8}.task-card{border-radius:15px}.priority{border-radius:20px;display:inline-block;margin-top:10px;padding:5px 10px}.priority.high{background:#ffd7d7}.priority.medium{background:#fff2c6}.priority.low{background:#dfffe6}.logout-btn{background:#ff4d4d;border:none;border-radius:10px;color:#fff;padding:10px}.settings-page{padding:20px}.settings-card,.settings-page h2{margin-bottom:20px}.settings-card{background:#fff;border-radius:15px;box-shadow:0 2px 8px #0000000d;padding:20px}.settings-card h3{margin-bottom:15px}.settings-card input{border:1px solid #ddd;border-radius:8px;margin-bottom:15px;padding:12px;width:100%}.switch{align-items:center;display:flex;gap:10px}.save-btn{background:#5b4df1;border-radius:10px;padding:12px 25px}.save-btn:hover{opacity:.9}.add-task-btn{background:#5b4df1;padding:10px 20px}.task-actions{margin-top:10px}.task-actions button{border-radius:5px;padding:5px 10px}.board-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.add-task-btn{background:#6c63ff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600}.add-task-btn:hover{background:#564dd9}.column-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.add-btn{background:#6c63ff;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:30px;width:30px}.empty-column{color:#999;margin-top:30px;text-align:center}.task-card{border-radius:10px;box-shadow:0 3px 10px #00000014}.task-actions{margin-top:15px}.edit-btn{background:#ffd54f}.delete-btn,.edit-btn{border:none;border-radius:8px;cursor:pointer;padding:8px}.delete-btn{background:#ef5350}.modal-overlay{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal{background:#fff;border-radius:15px;display:flex;flex-direction:column;gap:15px;padding:25px;width:450px}.modal input,.modal select,.modal textarea{border:1px solid #ddd;border-radius:8px;font-size:15px;padding:12px;width:100%}.modal textarea{resize:none}.modal-buttons{display:flex;gap:10px;justify-content:flex-end}.cancel-btn{background:#ddd}.save-btn{background:#6c63ff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 18px}.header{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px}.header-left{grid-column:2;text-align:center}.header-left h2{color:#222;font-size:28px;margin:0}.board-title{margin:0;text-align:center}.board-description{margin:5px 0 0;text-align:center}.board-dates{color:#9a9a9a;font-size:13px;margin-top:4px}.header-actions{align-items:center;display:flex;gap:15px;grid-column:3;justify-content:flex-end;margin-top:10px}.add-board-btn{background:#6c63ff;border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:12px 20px;transition:.2s}.add-board-btn:hover{background:#5a52e0}.logo{margin-bottom:30px}.menu{list-style:none;margin:0;padding:0}.menu li{border-radius:8px;cursor:pointer;margin-bottom:5px;padding:12px}.menu li:hover{background:#ecebff}.menu .active{background:#6c63ff;color:#fff}.boards-title{color:#666;font-size:14px;margin-bottom:15px;margin-top:30px}.boards-list{display:flex;flex-direction:column;gap:8px}.board-item{border-radius:8px;cursor:pointer;padding:10px;transition:.2s}.board-item:hover{background:#f2f2f7}.active-board{background:#6c63ff;color:#fff}.empty-board{color:#999;font-size:13px}.stats{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}.stat-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000000d;flex:1 1;min-width:180px;padding:20px}.stat-card h4{color:#777;font-size:14px;margin:0}.stat-card p{color:#222;font-size:28px;font-weight:700;margin-top:12px}.task-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;cursor:grab;display:flex;flex-direction:column;gap:12px;margin-bottom:15px;padding:15px}.task-card:active{cursor:grabbing}.task-header h4{color:#222;font-size:17px;margin:0}.task-description{color:#666;font-size:14px;line-height:1.4}.task-description.empty{color:#aaa;font-style:italic}.task-info{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.task-dates{color:#777;font-size:12px}.task-dates p{margin:2px 0}.task-actions{display:flex;gap:10px;justify-content:flex-end}.edit-btn{background:#4f46e5;color:#fff}.delete-btn{background:#ef4444;color:#fff}.task-actions button{border:none;border-radius:8px;cursor:pointer;padding:8px 12px;transition:.2s}.task-actions button:hover{transform:scale(1.05)}.boards-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);overflow-y:auto;padding:25px}.board-card{border:1px solid #ececec;border-radius:16px;box-shadow:0 6px 18px #00000014;cursor:pointer;transition:.25s ease}.board-card:hover{box-shadow:0 12px 25px #0000001f}.board-card h3{color:#2b2b2b;font-size:22px;margin-bottom:15px}.board-card p{color:#666;line-height:1.5;margin-bottom:10px}.board-card p:first-of-type{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.dashboard{background:#f5f7fb}.dashboard,.dashboard-content{display:flex;height:100vh;overflow:hidden}.dashboard-content{flex:1 1;flex-direction:column;min-width:0}.dashboard-main{box-sizing:border-box;flex:1 1;min-height:0;overflow-y:auto;padding:30px}.dashboard-footer{align-items:center;background:#fff;border-top:1px solid #ececec;box-sizing:border-box;color:#8a8a8a;display:flex;flex-shrink:0;font-size:14px;height:60px;justify-content:space-between;padding:15px 30px;width:100%}.boards-grid::-webkit-scrollbar{display:none}.board-card{background:#fff;border-radius:18px;box-shadow:0 8px 25px #0000000f;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;padding:22px;transition:.25s;width:80%}.board-card:hover{box-shadow:0 15px 30px #0000001a;transform:translateY(-6px)}.column-purple{background-color:#f1ecff}.column-blue{background-color:#eaf4ff}.column-orange{background-color:#fff3e6}.column-green{background-color:#eaf8ef}.column{border-radius:15px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;min-height:0;min-width:200px;padding:15px;width:300px}.column-header{flex-shrink:0}.column-body{flex:1 1;min-height:0;overflow-y:auto;scrollbar-width:none}.column-add-task{flex-shrink:0}.column-body::-webkit-scrollbar{display:none}.projects-page{box-sizing:border-box;display:flex;flex-direction:column;height:100%;width:100%}.projects-page h2{color:#2b2b2b;font-size:26px;margin:0 0 20px}.projects-grid{grid-gap:24px;box-sizing:border-box;display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));overflow-y:auto;padding:5px 5px 25px;width:100%}.project-card{background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 6px 18px #00000014;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;min-height:200px;min-width:0;padding:22px;transition:.25s ease}.project-card:hover{box-shadow:0 12px 25px #0000001f;transform:translateY(-6px)}.project-card h3{color:#2b2b2b;font-size:22px;margin:0 0 15px}.project-card p{color:#666;line-height:1.5;margin:5px 0}.project-status{background:#eaf8ef;border-radius:8px;color:#2e7d32;font-size:13px;font-weight:600;margin-top:15px;padding:8px 12px;width:fit-content}.analytics-page{box-sizing:border-box;height:100%;overflow-y:auto;padding:5px;scrollbar-width:none;width:100%}.analytics-page::-webkit-scrollbar{display:none}.analytics-title{margin-bottom:25px}.analytics-title h2{color:#252525;font-size:28px;margin:0}.analytics-title p{color:#8a8a8a;margin-top:6px}.analytics-stats{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:25px}.analytics-stat-card{align-items:center;background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 6px 18px #0000000f;display:flex;gap:15px;padding:20px}.analytics-stat-card h3{color:#2b2b2b;font-size:26px;margin:0}.analytics-stat-card p{color:#8a8a8a;font-size:14px;margin:5px 0 0}.stat-icon{align-items:center;background:#f1ecff;border-radius:12px;display:flex;font-size:20px;height:45px;justify-content:center;width:45px}.analytics-charts{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:25px}.chart-card,.progress-card{background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 6px 18px #0000000f;box-sizing:border-box;padding:22px}.chart-card h3,.progress-card h3{color:#2b2b2b;margin:0 0 20px}.project-progress{margin-bottom:20px}.progress-info{color:#555;display:flex;font-size:14px;justify-content:space-between;margin-bottom:8px}.progress-bar{background:#ececec;border-radius:20px;height:10px}.progress-value{background:#8b5cf6;border-radius:20px;height:100%;transition:width .4s ease}@media (max-width:1100px){.analytics-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:800px){.analytics-charts{grid-template-columns:1fr}}@media (max-width:600px){.analytics-stats{grid-template-columns:1fr}}.settings-success{background:#eaf8ef;color:#2e7d32}.settings-error,.settings-success{border-radius:10px;font-size:14px;margin-bottom:20px;padding:12px 16px}.settings-error{background:#fdecec;color:#c62828}.settings-profile-banner{background:linear-gradient(135deg,#fff,#f5f0ff);border:1px solid #e9e0ff;box-shadow:0 8px 24px #5d3fd314;margin-bottom:25px;padding:22px 25px}.profile-avatar,.settings-profile-banner{align-items:center;border-radius:18px;display:flex}.profile-avatar{background:linear-gradient(135deg,#8b5cf6,#6d4ad3);box-shadow:0 7px 18px #8b5cf640;color:#fff;font-size:21px;font-weight:700;height:65px;justify-content:center;margin-right:18px;width:65px}.profile-banner-info{flex:1 1}.profile-banner-info h3{color:#2b2b2b;font-size:20px;margin:0 0 5px}.profile-banner-info p{color:#777;font-size:14px;margin:0 0 8px}.account-type{background:#eee8ff;color:#7451d8;display:inline-block;font-size:11px;padding:5px 10px}.account-status,.account-type{border-radius:20px;font-weight:600}.account-status{align-items:center;background:#ecf8f0;color:#398554;display:flex;font-size:12px;gap:7px;padding:7px 12px}.status-dot{background:#46a467;border-radius:50%;height:7px;width:7px}.password-strength{margin-bottom:20px;margin-top:-8px}.strength-header{color:#888;display:flex;font-size:11px;justify-content:space-between;margin-bottom:8px}.strength-label{font-weight:600}.strength-bars{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(4,1fr)}.strength-bars span{background:#e7e7e7;border-radius:10px;height:4px}.strength-bars span.active{background:#8b5cf6}.settings-account-card{align-items:center;background:#fff;border:1px solid #ececec;border-radius:16px;box-shadow:0 6px 18px #0000000d;display:flex;justify-content:space-between;padding:22px 25px}.account-card-content{align-items:center;display:flex;gap:15px}.account-card-icon{align-items:center;background:#f1ecff;border-radius:12px;display:flex;height:45px;justify-content:center;width:45px}.account-card-content h3{color:#333;font-size:16px;margin:0 0 5px}.account-card-content p{color:#8a8a8a;font-size:13px;margin:0}.logout-settings-btn{background:#fff2f2;border:1px solid #ffdada;border-radius:9px;color:#d94a4a;cursor:pointer;font-weight:600;padding:10px 18px;transition:.2s ease}.logout-settings-btn:hover{background:#d94a4a;color:#fff}.board-info{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.story-overlay{background:#0000008c;z-index:999}.story-modal{border-radius:15px;overflow:auto}.story-header{align-items:center;display:flex;justify-content:space-between}.story-header h1{margin:0}.story-header h2{color:#6b7280;margin-bottom:5px}.story-grid,.story-section{margin-top:25px}.story-grid{grid-gap:20px;gap:20px}.story-section progress{height:18px;width:100%}.story-overlay{align-items:center;background:#00000073;display:flex;inset:0;justify-content:center;position:fixed;z-index:2000}.story-modal{background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000040;max-height:90vh;max-width:95%;overflow-y:auto;padding:30px;position:relative;width:850px}.close-btn{background:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;height:34px;position:absolute;right:15px;top:15px;transition:.2s;width:34px}.close-btn:hover{background:#dc2626}.story-modal h2{color:#1f2937;margin-bottom:25px}.story-section{margin-bottom:22px}.story-section h3{color:#2563eb;font-size:18px;margin-bottom:8px}.story-section p{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;line-height:1.5;padding:12px}.story-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,1fr);margin-bottom:25px}.story-grid div{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:15px}.story-grid strong{color:#374151;display:block;margin-bottom:8px}.story-progress{margin-bottom:25px}.story-progress h3{margin-bottom:10px}.progress-bar{background:#e5e7eb;border-radius:999px;height:14px;overflow:hidden;width:100%}.progress-fill{background:linear-gradient(90deg,#2563eb,#22c55e);height:100%;transition:width .3s ease}.story-progress span{color:#374151;display:inline-block;font-weight:700;margin-top:8px}.checklists{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(2,1fr)}.checklist{background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;padding:18px}.checklist h3{color:#2563eb;margin-bottom:15px}.checklist label{align-items:center;cursor:pointer;display:flex;font-size:15px;gap:10px;margin-bottom:12px}.checklist input[type=checkbox]{cursor:pointer;height:18px;width:18px}@media (max-width:768px){.story-modal{padding:20px;width:95%}.checklists,.story-grid{grid-template-columns:1fr}}.drag-handle{color:#666;cursor:grab;font-size:18px;padding:4px 8px;-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}.success-message{background:#e8f8ee;border:1px solid #63c174;border-radius:8px;color:#166534;font-weight:600;margin-top:10px;padding:12px;text-align:center}.story-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:25px}.cancel-btn{background:#e5e5e5}.cancel-btn,.confirm-btn{border:none;border-radius:8px;cursor:pointer;padding:10px 18px}.confirm-btn{background:#22c55e;color:#fff}.confirm-btn:hover{background:#16a34a}
/*# sourceMappingURL=main.fc7e0711.css.map*/