*{margin:0;padding:0}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#6f6e6e,#fafafa);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#818181,#fafafa)}.home-app{width:100%;display:grid;grid-template-columns:30% 70%;padding-top:80px}@media (max-width:550px){.home-app{grid-template-columns:auto}}.left-boardlist-container{display:flex;justify-content:center;height:70vh;padding:2rem 1rem}.board-list{width:100%;max-width:320px;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #0000001a;display:flex;flex-direction:column;padding:1.5rem;animation:slideIn .5s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.board-list-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(0,0,0,.08)}.board-list__title{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0 0 .25rem}.board-count{font-size:.875rem;color:#6b7280;font-weight:500}.boards{flex:1;overflow-y:auto;margin-bottom:1.5rem;max-height:400px}.board-item{position:relative;z-index:1;padding:.875rem 1rem;border-radius:12px;cursor:pointer;margin-bottom:.5rem;border:2px solid transparent;overflow:visible}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.board-item:hover{background:#667eea14;border-color:#667eea33;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26;z-index:10}.board-item.active{background:linear-gradient(135deg,#667eea1a,#764ba21a);border-color:#667eea;transform:translateY(-1px);box-shadow:0 8px 25px #667eea33}.board-item:hover:not(:has(.options-menu:hover)){background:#667eea14;border-color:#667eea33;transform:translateY(-2px);box-shadow:0 8px 25px #667eea26}.board-item-content{display:flex;align-items:center;gap:.75rem;position:relative;z-index:1}.board-icon{width:32px;height:32px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.board-name{font-weight:600;color:#1f2937;flex:1}.board-options{position:relative;margin-left:auto}.options-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:4px;transition:all .2s ease;opacity:0;transform:scale(.9)}.board-item:hover .options-btn{opacity:1;transform:scale(1)}.options-btn:hover{background:#667eea1a;color:#667eea}.options-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 4px 20px #00000026;z-index:1000;min-width:140px;overflow:hidden;pointer-events:auto;transform:translateY(8px)}@keyframes menuSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.option-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;border:none;background:none;cursor:pointer;font-size:.875rem;color:#374151;transition:all .2s ease;text-align:left}.option-item:hover{background:#f3f4f6}.option-item.delete{color:#dc2626}.option-item.delete:hover{background:#fef2f2}.edit-form{flex:1}.edit-input{width:100%;padding:.25rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;font-weight:600;color:#1f2937;background:#fff}.edit-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 2px #667eea33}.board-hover-indicator{transform:translateY(-50%);width:6px;height:6px;background:#667eea;border-radius:50%;opacity:0;transition:opacity .3s ease}.board-item:hover .board-hover-indicator,.board-item.active .board-hover-indicator{opacity:1}.empty-state{text-align:center;padding:2rem 1rem;color:#6b7280}.empty-icon{margin-bottom:1rem;color:#9ca3af}.empty-text{font-size:1.125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.empty-subtext{font-size:.875rem;color:#6b7280;margin:0}.add-board-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1rem;border:none;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;cursor:pointer;font-weight:600;font-size:.925rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #667eea4d}.add-board-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.add-board-btn:active{transform:translateY(0)}.modal-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .3s ease-out}.modal{background:#fff;padding:2rem;border-radius:20px;width:90%;max-width:400px;box-shadow:0 20px 60px #0000004d;animation:modalSlide .4s cubic-bezier(.4,0,.2,1)}@keyframes modalSlide{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.modal-header h3{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.modal-close{background:none;border:none;cursor:pointer;color:#6b7280;padding:.25rem;border-radius:6px;transition:all .2s ease}.modal-close:hover{background:#f3f4f6;color:#374151}.input-group{margin-bottom:1.5rem}.input-group label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.input-group input{width:90%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb}.input-group input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.cancel-btn,.create-btn,.cancel-addmem-btn{padding:.75rem 1rem;border-radius:10px;cursor:pointer;border:none;font-weight:600;transition:all .3s ease;font-size:.875rem}.board-cancel-btn{border:none;border-radius:10px;transition:all .3s ease;padding:.75rem 1rem;background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#374151;box-shadow:0 4px 12px #0000001a}.cancel-btn,.cancel-addmem-btn{background:#f3f4f6;color:#6b7280}.cancel-btn:hover,.cancel-addmem-btn{background:#e5e7eb;color:#374151}.create-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea4d}.create-btn:hover,.board-cancel-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #667eea66}.members-modal{max-width:500px;max-height:80vh;display:flex;flex-direction:column}.members-search{margin-bottom:1rem}.search-input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb}.search-input:focus{outline:none;border-color:#667eea;background:#fff;box-shadow:0 0 0 4px #667eea1a}.members-list{flex:1;overflow-y:auto;max-height:300px;margin-bottom:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#f9fafb}.member-item{display:flex;align-items:center;padding:1rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #e5e7eb}.member-item:last-child{border-bottom:none}.member-item:hover{background:#f3f4f6}.member-item.selected{background:#667eea1a;border-color:#667eea33}.member-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;margin-right:1rem;flex-shrink:0}.member-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.2rem}.member-info{flex:1}.member-name{font-weight:600;color:#1f2937;margin-bottom:.25rem}.member-email{font-size:.875rem;color:#6b7280}.member-checkbox{margin-left:1rem}.member-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#667eea;cursor:pointer}.no-members{text-align:center;padding:2rem;color:#6b7280}.selected-members-summary{background:#f3f4f6;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;color:#374151;text-align:center}.create-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.create-btn:disabled:hover{transform:none;box-shadow:0 4px 15px #667eea4d}@media (max-width: 640px){.left-boardlist-container{padding:1rem}.board-list{max-width:100%;margin:0}.modal{margin:1rem;width:calc(100% - 2rem)}}.edit-form{display:flex;flex-direction:column;gap:.5rem;width:100%}.edit-input{width:100%;font-size:.9rem;font-weight:600;border:1px solid #d1d5db;border-radius:8px;background-color:#f9fafb;transition:border .2s ease}.edit-input:focus{outline:none;border-color:#667eea;background-color:#fff;box-shadow:0 0 0 2px #667eea33}.edit-actions{display:flex;flex-wrap:wrap;align-items:center;width:100%;gap:.5rem;justify-content:flex-end}.save-btn{height:30px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;cursor:pointer;transition:background .2s ease}.save-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1)}.cancel-btn{text-align:center;height:30px;padding:.5rem 1rem}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{height:80%;background-color:#fff;border-radius:1rem;padding:2rem;width:100%;max-width:30rem;box-shadow:0 25px 50px -12px #00000040;transform:scale(1);animation:slideIn .3s ease-out}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.modal-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.modal-subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.close-button{padding:.5rem;border:none;border-radius:.5rem;background-color:#f3f4f6;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-button:hover{background-color:#e5e7eb;transform:scale(1.05)}.task-form-container{width:100%;display:flex;flex-direction:column;gap:.5rem;min-height:80%}.form-group{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:600;color:#374151}.form-input,.form-textarea,.form-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.875rem;transition:all .2s ease;background-color:#fafafa}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-textarea{resize:vertical;min-height:5rem}.form-select{cursor:pointer}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.assign-group{display:flex;gap:.5rem}.assign-select{flex:1;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:.875rem;background-color:#fafafa;cursor:pointer;transition:all .2s ease}.assign-select:focus{border-color:#3b82f6;background-color:#fff;outline:none}.smart-assign-button{padding:.75rem 1rem;border:none;border-radius:.75rem;background-color:#8b5cf6;color:#fff;cursor:pointer;font-size:.875rem;font-weight:600;transition:all .2s ease;align-items:center;gap:.5rem;min-width:120px;justify-content:center;display:flex}.smart-assign-button:hover:not(:disabled){background-color:#7c3aed;transform:translateY(-1px)}.smart-assign-button:disabled{background-color:#d1d5db;cursor:not-allowed}.loading-spinner{width:15px!important;height:15px!important;border:2px solid #ffffff;border-top:2px solid transparent;border-radius:50%;animation:spin 1s linear infinite}.assignment-confirmation{font-size:.75rem;color:#059669;margin:.25rem 0 0;font-weight:500}.button-group{display:flex;gap:1rem}.submit-button{flex:1;padding:.875rem 1.5rem;border:none;border-radius:.75rem;background-color:#3b82f6;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.submit-button:hover{background-color:#2563eb;transform:translateY(-1px);box-shadow:0 10px 16px -4px #3b82f64d}.cancel-button{flex:1;padding:.875rem 1.5rem;border:2px solid #e5e7eb;border-radius:.75rem;background-color:#fff;color:#6b7280;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-button:hover{background-color:#f9fafb;border-color:#d1d5db;transform:translateY(-1px)}.form-select.priority-high:focus{border-color:#ef4444}.form-select.priority-medium:focus{border-color:#f59e0b}.form-select.priority-low:focus{border-color:#10b981}.form-select.status-todo:focus{border-color:#6b7280}.form-select.status-in-progress:focus{border-color:#3b82f6}.form-select.status-done:focus{border-color:#10b981}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 640px){.modal-content{margin:1rem;padding:1.5rem}}.right-board-container{display:flex;justify-content:center;padding:2rem 1rem}.board-container{flex:1;display:flex;flex-direction:column;padding:2rem;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0);border-radius:20px;max-width:900px}.board-container.empty{display:flex;align-items:center;justify-content:center}.empty-state{text-align:center;max-width:500px;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.empty-icon{color:#94a3b8;margin-bottom:1.5rem}.empty-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:.75rem}.empty-text{font-size:1rem;color:#64748b;margin-bottom:2rem;line-height:1.5}.empty-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#94a3b8;font-size:.875rem;background:#94a3b81a;padding:.75rem 1.5rem;border-radius:12px;border:1px solid rgba(148,163,184,.2)}.board-header{margin-bottom:2rem;animation:slideDown .5s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.board-header-content{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1.5rem 2rem;border-top-left-radius:16px;border-top-right-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(255,255,255,.2)}.board-header-member{display:flex;justify-content:space-between;align-items:center;background:#fff;border-bottom-left-radius:16px;border-bottom-right-radius:16px;padding:1.5rem 2rem}.board-title{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.board-title-member{font-size:1.5rem;font-weight:500;font-weight:700;color:#545555;margin:0}.box{display:flex;flex-direction:column;justify-content:center;align-items:center}.board-stats{display:flex;gap:2rem}.board-member-avatar{display:flex;gap:1rem}.stat{text-align:center}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1e293b}.stat-label{display:block;font-size:.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.add-task-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#3b82f6;color:#fff;font-weight:500;font-size:.95rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.add-task-btn:hover{background-color:#2563eb}.columns{flex:1;display:flex;gap:1.5rem;overflow-x:auto;padding-bottom:1rem}.column{flex:1 0 300px;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;border:2px solid transparent;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideUp .5s ease-out both;min-height:400px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,255,255,.3)}.column-title-wrapper{display:flex;align-items:center;gap:.75rem}.column-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fffc;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.column-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.task-count{color:#fff;font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:12px;min-width:24px;text-align:center}.tasks-container{flex:1;display:flex;flex-direction:column;gap:.75rem}.task{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(255,255,255,.5);transition:all .3s cubic-bezier(.4,0,.2,1);animation:taskSlide .5s ease-out both;cursor:grab}.task:active{border:2px solid #3b82f6;opacity:.9;cursor:grabbing;transform:translateY(1px)}@keyframes taskSlide{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.task:hover:not(:active){transform:translateY(-2px);box-shadow:0 8px 25px #0000001f;border-color:#667eea4d;cursor:default}.task-content{display:flex;flex-wrap:wrap;width:100%;flex-direction:column;gap:.5rem}.task-title{width:100%;font-weight:600;color:#1e293b;line-height:1.4}.task-meta{width:100%;display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-end;align-items:center}.task-id{width:100%;font-size:.75rem;color:#94a3b8;font-weight:500}.task-description,.task-priority-content,.task-assignedTo{width:100%;font-size:1rem;color:#45474a;font-weight:700;white-space:pre-wrap}.task-priority{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.task-actions{display:flex;gap:.5rem;margin-top:.75rem;opacity:0;transition:opacity .3s ease}.task:hover .task-actions{opacity:1}.task-action-btn{background:#f1f5f9;border:none;border-radius:6px;padding:.25rem;cursor:pointer;color:#64748b;transition:all .2s ease}.task-action-btn:hover{background:#e2e8f0;color:#1e293b}.placeholder{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;color:#94a3b8}.placeholder-icon{margin-bottom:1rem}.placeholder-text{font-size:.875rem;font-weight:600;color:#64748b;margin-bottom:.25rem}.placeholder-hint{font-size:.75rem;color:#94a3b8;margin:0}@media (max-width: 768px){.board-container{padding:1rem}.board-header-content{flex-direction:column;gap:1rem;text-align:center}.columns{flex-direction:column;gap:1rem}.column{flex:none;min-height:300px}.board-stats{gap:1rem}}.columns::-webkit-scrollbar{height:8px}.columns::-webkit-scrollbar-track{background:#94a3b81a;border-radius:10px}.columns::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:10px}.columns::-webkit-scrollbar-thumb:hover{background:#94a3b880}.modal-overlay{position:fixed;inset:0;background:#eae9e999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:999;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.green{color:green!important}.task-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.task-menu-container{position:relative}.task-menu-trigger{background:none;border:none;padding:4px;cursor:pointer;border-radius:4px;color:#64748b;transition:all .2s ease;display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(-2px)}.task:hover .task-menu-trigger{opacity:1;transform:translateY(0)}.task-menu-trigger:hover{background-color:#f1f5f9;color:#334155}.task-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;min-width:140px;overflow:hidden;animation:fadeInDown .2s ease-out}.task-menu-item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;background:none;border:none;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;color:#374151}.task-menu-item:hover{background-color:#f9fafb}.task-menu-item.delete{color:#dc2626}.task-menu-item.delete:hover{background-color:#fef2f2}.reassign-modal{max-width:400px;width:90%}.reassign-content{padding:20px}.reassign-content .form-group{margin-bottom:20px}.reassign-content .form-label{display:block;margin-bottom:8px;font-weight:600;color:#374151;font-size:14px}.reassign-content .form-select{width:100%;padding:12px;border:2px solid #e5e7eb;border-radius:8px;font-size:14px;background-color:#fff;transition:border-color .2s ease}.reassign-content .form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reassign-content .button-group{display:flex;gap:12px;justify-content:flex-end}.reassign-content .submit-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.reassign-content .submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-1px)}.reassign-content .submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.reassign-content .cancel-button{background:#f3f4f6;color:#374151;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;font-size:14px}.reassign-content .cancel-button:hover{background:#e5e7eb}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.task-menu{right:-8px;min-width:120px}.task-menu-item{padding:8px 10px;font-size:13px}.reassign-modal{margin:20px}}.login-page{height:100%;width:100%;background:linear-gradient(to bottom right,#0f172a,#1e3a8a,#0f172a);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-family:Segoe UI,sans-serif}.floating-orb{position:absolute;border-radius:9999px;background:radial-gradient(circle at center,#60a5fa33,#22d3ee33);filter:blur(50px);animation:float 6s ease-in-out infinite,pulse 4s ease-in-out infinite}.orb-3{width:240px;height:240px;top:50%;right:25%;transform:translate(50%,-50%)}.form-container{position:relative;z-index:10;width:100%;max-width:600px;display:flex;justify-content:center;flex-wrap:wrap;align-items:center;margin:0 1rem}.form-header{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.form-header h1{font-size:2rem;font-weight:700;text-align:center;background:linear-gradient(to right,#60a5fa,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.form-div{width:100%}.form-box{width:100%;background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #3b82f640;color:#fff}.form-group{width:100%;margin-bottom:20px}.input-wrapper{width:80%;position:relative}.input-wrapper .icon.active{color:#60a5fa}.input-wrapper input:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf84d}.toggle-visibility:hover{color:#60a5fa}.submit-button{width:100%;padding:12px;background:linear-gradient(to right,#3b82f6,#22d3ee);border:none;border-radius:10px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-button:hover{transform:scale(1.02);box-shadow:0 4px 20px #38bdf84d}.loading,.login-content{display:flex;align-items:center;justify-content:center;gap:8px}.footer-text .link{color:#60a5fa;text-decoration:none}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-fade-in-up{animation:fade-in-up .8s ease-out forwards;opacity:0}.signup-page{height:100vh;background:linear-gradient(to bottom right,#0f172a,#6b21a8,#0f172a);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;font-family:Segoe UI,sans-serif}.grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);background-size:50px 50px;animation:pulse 4s infinite ease-in-out;z-index:0}.floating-orb{position:absolute;border-radius:9999px;background:radial-gradient(circle at center,#c084fc33,#f472b633);filter:blur(50px);animation:float 6s ease-in-out infinite,pulse 4s ease-in-out infinite}.orb-1{width:280px;height:280px;top:-120px;left:-120px}.orb-2{width:380px;height:380px;bottom:-200px;right:-200px}.orb-3{width:240px;height:240px;top:50%;left:25%;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.form-container{position:relative;z-index:10;width:100%;max-width:420px}.form-header h1{font-size:24px;font-weight:700;text-align:center;background:linear-gradient(to right,#c084fc,#f472b6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.form-header p{text-align:center;color:#cbd5e1;font-size:14px;margin-bottom:16px}.form-box{background:#ffffff0d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:24px;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #805ad540;color:#fff}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;color:#d1d5db;font-size:14px}.input-wrapper{position:relative}.input-wrapper .icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#9ca3af}.input-wrapper .icon.active{color:#c084fc}.input-wrapper input{width:100%;padding:12px 40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;outline:none;transition:all .3s ease}.input-wrapper input:focus{border-color:#a78bfa;box-shadow:0 0 0 2px #a78bfa4d}.toggle-visibility{position:absolute;right:-70px;top:50%;transform:translateY(-50%);background:none;border:none;color:#9ca3af;cursor:pointer;transition:color .3s ease}.toggle-visibility:hover{color:#c084fc}.submit-button{width:100%;padding:12px;background:linear-gradient(to right,#8b5cf6,#ec4899);border:none;border-radius:10px;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.submit-button:hover{transform:scale(1.02);box-shadow:0 4px 20px #a78bfa4d}.submit-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.loading{display:flex;align-items:center;justify-content:center;gap:8px}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.footer-text{margin-top:16px;font-size:14px;text-align:center;color:#cbd5e1}.footer-text .link{color:#c084fc;text-decoration:none}.footer-text .link:hover{text-decoration:underline}.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;height:90vh;text-align:center}.notfound-image{max-width:600px;width:90%;height:auto;margin-bottom:1.5rem}.notfound-title{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.notfound-text{font-size:1rem;color:#d6d3d3;max-width:500px}.home-link{color:#fff;padding:1rem;font-style:normal;font-size:20px}.home-link:hover{color:#4242c0}.navbar{background-color:#2e272718;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;position:fixed;width:100%;z-index:50;top:0}.navbar-container{padding:2px 10px}.navbar-content{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;height:4rem}.logo-link{text-decoration:none;color:inherit}.logo-container{display:flex;align-items:center;gap:.75rem;cursor:pointer}.logo-container:hover .logo-icon{transform:scale(1.1);box-shadow:0 20px 25px -5px #8b5cf666,0 10px 10px -5px #8b5cf60a}.logo-icon-wrapper{position:relative}.logo-icon{width:3.25rem;height:3.25rem;background:linear-gradient(to right,#a855f7,#ec4899);display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 20px 25px -5px #8b5cf640,0 10px 10px -5px #8b5cf60a;transition:all .3s ease}.logo-icon img{width:100%;height:100%;object-fit:cover;border-radius:50%;color:#fff}.logo-blur{position:absolute;inset:0;background:linear-gradient(to right,#a855f7,#ec4899);border-radius:.75rem;filter:blur(8px);opacity:0;transition:opacity .3s ease}.logo-container:hover .logo-blur{opacity:.2}.logo-text{display:none}@media (min-width: 640px){.logo-text{display:block}}.logo-title{font-size:1.25rem;font-weight:700;background:linear-gradient(to right,#c084fc,#f472b6);-webkit-background-clip:text;background-clip:text;color:transparent;margin:0}.logo-subtitle{font-size:.875rem;margin:0;color:#fffc}.desktop-menu{display:none;align-items:center;gap:1rem}@media (min-width: 768px){.desktop-menu{display:flex}}.profile-dropdown{position:relative}.profile-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.75rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer;color:#fff}.profile-button:hover{background-color:#ffffff1a}.profile-avatar{width:2.5rem;height:2.5rem;object-fit:cover;border-radius:50%}.profile-avatar-default{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(to bottom right,#6366f1,#a855f7);border-radius:50%;padding:.25rem}.profile-avatar-default svg{width:100%;height:100%;border-radius:50%;color:#fff}.profile-name{font-size:.875rem;font-weight:500}.chevron-icon{width:1rem;height:1rem;transition:transform .2s ease}.chevron-icon.rotated{transform:rotate(180deg)}.dropdown-menu{position:absolute;right:0;margin-top:.5rem;width:12rem;background-color:#1e293bf2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:.75rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-content{padding:.5rem}.dropdown-header{padding:.75rem;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:.5rem}.dropdown-header .user-name{font-size:.875rem;font-weight:500;color:#fff;margin:0}.dropdown-header .user-email{font-size:.75rem;color:#9ca3af;margin:0}.dropdown-item{width:100%;text-align:left;padding:.75rem;font-size:.875rem;color:#d1d5db;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer;border:none;background:none}.dropdown-item:hover{color:#fff;background-color:#ffffff1a}.dropdown-item svg{width:1rem;height:1rem}.dropdown-divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:.5rem 0}.dropdown-item.logout{color:#f87171}.dropdown-item.logout:hover{color:#fca5a5;background-color:#ef44441a}.settings-link{text-decoration:none}.settings-button{padding:.5rem;border-radius:.75rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#d1d5db;transition:all .3s ease;cursor:pointer;display:flex;align-items:center;justify-content:center}.settings-button:hover{color:#fff;background-color:#ffffff1a}.settings-button svg{width:1.25rem;height:1.25rem}.mobile-menu-button{display:block;padding:.5rem;border-radius:.75rem;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#d1d5db;transition:all .3s ease;cursor:pointer}@media (min-width: 768px){.mobile-menu-button{display:none}}.mobile-menu-button:hover{color:#fff;background-color:#ffffff1a}.mobile-menu-button svg{width:1.5rem;height:1.5rem}.mobile-menu{display:block;position:absolute;top:4rem;left:0;right:0;background-color:#1e293bf2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000040;animation:fadeIn .2s ease-out}@media (min-width: 768px){.mobile-menu{display:none}}.mobile-menu-content{padding:1rem;display:flex;flex-direction:column;gap:1rem}.mobile-profile-section{display:flex;align-items:center;gap:.75rem;padding:.75rem;background-color:#ffffff0d;border-radius:.75rem;border:1px solid rgba(255,255,255,.1)}.mobile-profile-avatar{width:2.5rem;height:2.5rem;background:linear-gradient(to right,#3b82f6,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center}.mobile-profile-avatar svg{width:1.5rem;height:1.5rem;color:#fff}.mobile-profile-info .user-name{font-size:.875rem;font-weight:500;color:#fff;margin:0}.mobile-profile-info .user-email{font-size:.75rem;color:#9ca3af;margin:0}.mobile-menu-items{display:flex;flex-direction:column;gap:.5rem}.mobile-menu-item{width:100%;text-align:left;padding:.75rem;font-size:.875rem;color:#d1d5db;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;text-decoration:none;cursor:pointer;border:none;background:none}.mobile-menu-item:hover{color:#fff;background-color:#ffffff1a}.mobile-menu-item svg{width:1rem;height:1rem}.mobile-menu-item.sign-in{color:#60a5fa}.mobile-menu-item.sign-in:hover{color:#93c5fd;background-color:#3b82f61a}.mobile-menu-item.settings{padding:.75rem 1rem;color:#d1d5db;border-radius:.75rem;transition:all .2s ease;display:flex;align-items:center;gap:.75rem}.mobile-menu-item.settings:hover{color:#fff;background-color:#ffffff1a}.mobile-menu-item.settings svg{width:1.25rem;height:1.25rem}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.log-info{display:flex;align-items:center}.log-count{font-size:.875rem;color:#64748b;font-weight:500}.log-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}.loading-spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.log-empty{text-align:center;padding:3rem;color:#64748b}.pagination-container{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;flex-wrap:wrap;gap:1rem}.pagination{display:flex;align-items:center;gap:.5rem}.pagination-btn{padding:.5rem .75rem;border:1px solid #d1d5db;background:#fff;color:#374151;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-size:.875rem;font-weight:500;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center}.pagination-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.pagination-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.pagination-btn.active:hover{background:#2563eb;border-color:#2563eb}.pagination-nav{padding:.5rem 1rem;font-weight:600}.pagination-ellipsis{padding:.5rem .25rem;color:#9ca3af;font-weight:500}.pagination-info{font-size:.875rem;color:#64748b;font-weight:500}.log-item{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #f1f5f9;transition:background-color .2s ease;background:#fff;box-shadow:0 1px 3px #0000000a;border-radius:8px}.log-item:last-child{border-bottom:none}.log-badge{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;flex-shrink:0;margin-top:.125rem}.badge-created{background:#dcfce7;color:#166534}.badge-updated{background:#fef3c7;color:#92400e}.badge-deleted{background:#fee2e2;color:#991b1b}.badge-assigned{background:#dbeafe;color:#1e40af}.badge-completed{background:#d1fae5;color:#065f46}.log-body{flex:1;min-width:0}.log-details{font-size:.875rem;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.log-meta{font-size:.75rem;color:#6b7280;font-weight:500}@media (max-width: 768px){.log-header{flex-direction:column;align-items:flex-start}.pagination-container{flex-direction:column;align-items:center;text-align:center}.pagination{flex-wrap:wrap;justify-content:center}.pagination-btn{min-width:36px;height:36px;font-size:.8rem}.pagination-nav{padding:.5rem .75rem}.log-item{flex-direction:column;gap:.75rem}.log-badge{align-self:flex-start}}.log-wrapper{width:80%;margin:100px auto 0;padding:1.5rem;font-family:Segoe UI,Roboto,system-ui,sans-serif}.log-title{margin-bottom:1rem;font-size:2rem;font-weight:700;color:#1e293b;background:linear-gradient(135deg,#2f4bcc,#602d93);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.log-loading,.log-empty{color:#555;text-align:center}.log-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.log-badge{text-transform:capitalize;font-size:.75rem;font-weight:600;padding:.35rem .6rem;border-radius:6px;flex-shrink:0}.badge-created{background:#e0fbea;color:#047857}.badge-updated{background:#e0f2fe;color:#0369a1}.badge-deleted{background:#fee2e2;color:#b91c1c}.badge-assigned{background:#ede9fe;color:#5b21b6}.badge-moved{background:#fff7ed;color:#d97706}.log-body{flex:1}.log-details{margin:0 0 .25rem;font-size:.9rem;color:#111827}.log-meta{font-size:.75rem;color:#6b7280}@media (max-width: 600px){.log-item{flex-direction:column;align-items:flex-start}}.app-container{min-height:100vh;height:100vh;width:100vw;overflow-x:hidden;background:url(/bg.jpg);background-position:center}.loading-container{background:linear-gradient(to bottom right,#0f172a,#1e3a8a,#0f172a);height:100vh;width:100vw;display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.loading-infinity{width:16.6667%;height:auto}.loading-infinity:after{content:"";display:block;width:100%;padding-top:100%;border:5px solid #38bdf8;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.profile-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.profile-wrapper{width:90%;max-width:900px;margin:4rem auto;position:relative;z-index:1}.profile-header{text-align:center;margin-bottom:2.5rem}.profile-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;letter-spacing:-.025em;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.profile-header p{color:#ffffffe6;font-size:1.1rem;font-weight:400;text-shadow:0 1px 2px rgba(0,0,0,.1)}.profile-card{background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;box-shadow:0 20px 40px #0000001a,0 1px 3px #0000000d,inset 0 1px #ffffff1a;overflow:hidden;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.profile-card:hover{transform:translateY(-2px);box-shadow:0 25px 50px #00000026,0 1px 3px #0000000d,inset 0 1px #ffffff1a}.profile-cover{height:8rem;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);position:relative;overflow:hidden}.profile-cover:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 3s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.profile-cover:after{content:"";position:absolute;inset:0;background:#0000001a;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.profile-content{position:relative;padding:2rem}.profile-info-top{display:flex;flex-direction:column;align-items:center;margin-top:-5rem;margin-bottom:2rem;gap:1.5rem}@media (min-width: 768px){.profile-info-top{flex-direction:row;justify-content:space-between;align-items:flex-end}}.profile-pic-wrapper{position:relative;width:6rem;height:6rem;border-radius:50%;border:4px solid white;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);overflow:hidden;box-shadow:0 10px 30px #0003,0 4px 6px #0000001a,inset 0 1px #ffffff4d;transition:all .3s ease}.profile-pic-wrapper:hover{transform:scale(1.05);box-shadow:0 15px 35px #00000040,0 5px 8px #0000001f,inset 0 1px #ffffff4d}.profile-pic-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.profile-pic-wrapper:hover img{transform:scale(1.1)}.profile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e5e7eb,#d1d5db)}.placeholder .icon{width:2.5rem;height:2.5rem;color:#9ca3af}.profile-pic-upload{position:absolute;bottom:0;right:0;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea66;border:3px solid white}.profile-pic-upload:hover{transform:scale(1.1);background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 6px 16px #667eea99}.profile-pic-upload .icon{width:1.25rem;height:1.25rem}.hidden{display:none}.profile-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media (min-width: 768px){.profile-buttons{justify-content:flex-end}}.profile-buttons button{border-radius:.75rem;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .3s ease;border:none;position:relative;overflow:hidden;min-width:120px}.profile-buttons button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.profile-buttons button:hover:before{left:100%}.edit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea66;padding:.75rem 2rem}.edit-btn:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px);box-shadow:0 6px 16px #667eea99}.cancel-btn{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#374151;box-shadow:0 4px 12px #0000001a}.cancel-btn:hover{background:linear-gradient(135deg,#d1d5db,#9ca3af);transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b98166}.save-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-2px);box-shadow:0 6px 16px #10b98199}.save-btn:disabled,.cancel-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.loading-spinner{width:1.25rem;height:1.25rem;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.profile-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 768px){.profile-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.profile-grid>div{background:#f8fafccc;padding:.5rem 1rem;border-radius:1rem;border:1px solid rgba(226,232,240,.5);transition:all .3s ease;position:relative;overflow:hidden}.profile-grid>div:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.profile-grid>div:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb);opacity:0;transition:opacity .3s ease}.profile-grid>div:hover:before{opacity:1}.profile-label{display:flex;align-items:center;font-size:.875rem;font-weight:600;color:#4b5563;margin-bottom:.75rem;gap:.5rem;text-transform:uppercase;letter-spacing:.05em}.profile-field{background:#fff;padding:0 1.1rem;border-radius:.75rem;font-weight:500;color:#111827;border:1px solid rgba(226,232,240,.8);display:flex;align-items:center;gap:.5rem;min-height:2rem;transition:all .3s ease}.profile-field:hover{border-color:#667eea4d;box-shadow:0 0 0 3px #667eea1a}.icon{width:1.25rem;height:1.25rem;color:#6b7280}.icon-sm{width:1rem;height:1rem;color:#6b7280}.icon-sm.green{color:#10b981}.profile-bottom{margin-top:2.5rem;padding-top:2rem;border-top:1px solid rgba(226,232,240,.8);background:#f8fafc80;border-radius:1rem;padding:2rem;position:relative}.profile-bottom:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(102,126,234,.3),transparent)}.profile-bottom h3{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.profile-bottom p{font-size:.95rem;color:#6b7280;line-height:1.6}@media (max-width: 767px){.profile-wrapper{width:95%;margin:1rem auto}.profile-content{padding:1.5rem}.profile-pic-wrapper{width:6rem;height:6rem}.profile-buttons button{padding:.625rem 1.5rem;font-size:.875rem;min-width:100px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.profile-buttons button:focus,.profile-pic-upload:focus{outline:none;box-shadow:0 0 0 3px #667eea80}.profile-pic-upload input:focus+.profile-pic-upload{box-shadow:0 0 0 3px #667eea80}
