:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;color:#1f2937;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:#111827;font-weight:600;line-height:1.25;margin:0}h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{color:#6b7280;margin:0}a{color:#3b82f6;text-decoration:none;transition:color .2s ease}a:hover{color:#2563eb}button{background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;transition:all .2s ease}button:disabled{cursor:not-allowed;opacity:.6}input,select,textarea{background:#0000;border:none;font-family:inherit;font-size:inherit;outline:none}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}:focus{outline:2px solid #3b82f6;outline-offset:2px}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.fade-in{animation:fadeIn .3s ease-in-out}.slide-up{animation:slideUp .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){html{font-size:14px}h1{font-size:1.875rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb80;height:70px;left:0;position:fixed;right:0;top:0;z-index:1000}.navbar-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1.5rem}.brand-link,.navbar-brand,.navbar-container{align-items:center;display:flex}.brand-link{color:#1f2937;font-size:1.25rem;font-weight:700;gap:.75rem;text-decoration:none}.brand-icon{color:#3b82f6;height:28px;width:28px}.brand-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.navbar-nav{gap:2rem}.nav-link,.navbar-nav{align-items:center;display:flex}.nav-link{border-radius:.5rem;color:#6b7280;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link.active,.nav-link:hover{background-color:#3b82f61a;color:#3b82f6}.nav-icon{height:18px;width:18px}.navbar-user,.user-menu{position:relative}.user-menu-trigger{align-items:center;background:#3b82f60d;border:1px solid #3b82f61a;border-radius:.75rem;cursor:pointer;display:flex;gap:.75rem;padding:.5rem 1rem;transition:all .2s ease}.user-menu-trigger:hover{background:#3b82f61a;border-color:#3b82f633}.user-avatar{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;font-size:.875rem;height:32px;justify-content:center;width:32px}.user-name{color:#1f2937;font-size:.875rem;font-weight:500}.dropdown-icon{color:#6b7280;height:16px;transition:transform .2s ease;width:16px}.dropdown-icon.rotated{transform:rotate(180deg)}.user-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 10px 25px -5px #0000001a;min-width:280px;overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem)}.dropdown-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:1.5rem}.user-info{gap:1rem}.user-avatar-large,.user-info{align-items:center;display:flex}.user-avatar-large{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;font-size:1.25rem;height:48px;justify-content:center;width:48px}.user-details{flex:1 1}.user-name-large{color:#1f2937;font-weight:600;margin-bottom:.25rem}.user-email{color:#6b7280;font-size:.875rem}.dropdown-divider{background:#e5e7eb;height:1px}.dropdown-menu{padding:.5rem}.dropdown-item{align-items:center;background:none;border:none;border-radius:.5rem;color:#374151;cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.dropdown-item:hover{background:#f3f4f6;color:#1f2937}.logout-item:hover{background:#fef2f2;color:#dc2626}@media (max-width:768px){.navbar{height:60px}.navbar-container{padding:0 1rem}.user-name{display:none}.brand-text{font-size:1.125rem}}.spinner-container{align-items:center;display:flex;justify-content:center}.spinner{border:3px solid #3b82f61a;border-radius:50%;border-top-color:#3b82f6}.spinner-small{min-height:auto}.spinner-small .spinner{border-width:2px;height:16px;width:16px}.spinner-medium{min-height:40px}.spinner-medium .spinner{height:32px;width:32px}.spinner-large{min-height:100vh}.spinner-large .spinner{height:48px;width:48px}.spinner-primary{border-color:#3b82f61a}.spinner-white{border-color:#ffffff1a}.auth-container{align-items:center;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem 1rem;position:relative}.auth-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;max-width:450px;padding:2.5rem;position:relative;width:100%;z-index:10}.register-card{max-width:500px}.auth-header{margin-bottom:2rem;text-align:center}.auth-header h1{color:#1f2937;margin-bottom:.5rem}.auth-header p{color:#6b7280}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-input.error{border-color:#ef4444}.password-toggle{background:none;border:none;color:#9ca3af;cursor:pointer;padding:0;position:absolute;right:1rem}.field-error{color:#ef4444;font-size:.75rem;margin-top:.25rem}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;padding:.75rem}.auth-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:.75rem 1.5rem;transition:all .2s ease}.auth-button:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.auth-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-footer{border-top:1px solid #e5e7eb;margin-top:1.5rem;padding-top:1.5rem;text-align:center}.auth-link{color:#3b82f6;font-weight:500;text-decoration:none}.auth-link:hover{color:#2563eb;text-decoration:underline}.auth-background{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:1}.auth-shape-1,.auth-shape-2,.auth-shape-3{animation:float 6s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.auth-shape-1{animation-delay:0s;height:300px;right:-150px;top:-150px;width:300px}.auth-shape-2{animation-delay:2s;bottom:-100px;height:200px;left:-100px;width:200px}.auth-shape-3{animation-delay:4s;height:150px;left:-75px;top:50%;width:150px}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@media (max-width:640px){.auth-card{margin:1rem;padding:1.5rem}.form-row{grid-template-columns:1fr}}.modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1050}.modal-content{background:#fff;border-radius:1rem;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:500px;overflow:hidden;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.modal-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin:0}.modal-close-btn{align-items:center;background:#f3f4f6;border:none;border-radius:.5rem;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.modal-close-btn:hover{background:#e5e7eb;color:#374151}.modal-form{display:flex;flex-direction:column;height:100%}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.form-group{margin-bottom:1.5rem}.form-label{align-items:center;color:#374151;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:.5rem}.label-icon{color:#6b7280;height:16px;width:16px}.form-input,.form-select,.form-textarea{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input.error,.form-textarea.error{border-color:#ef4444}.form-textarea{min-height:100px;resize:vertical}.textarea-footer{align-items:center;display:flex;justify-content:space-between;margin-top:.5rem}.char-count{color:#9ca3af;font-size:.75rem}.error-text{color:#ef4444;font-size:.75rem}.modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem 1.5rem 1.5rem}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;min-width:100px;padding:.75rem 1.5rem;transition:all .2s ease}.btn-secondary{background:#fff;border:2px solid #e5e7eb;color:#374151}.btn-secondary:hover{background:#f3f4f6;border-color:#d1d5db}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #0000;color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}@media (max-width:640px){.modal-content{border-radius:0;margin:0;min-height:100vh}.modal-backdrop{align-items:stretch;padding:0}.modal-footer{flex-direction:column}.btn{width:100%}}.task-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.task-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.status-indicator{border-radius:0 .375rem .375rem 0;height:100%;left:0;position:absolute;top:0;width:4px}.task-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.task-status-badge{align-items:center;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.task-actions,.task-status-badge{display:flex;gap:.5rem}.action-btn{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;color:#6b7280;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.action-btn:hover{background:#f3f4f6;color:#374151}.edit-btn:hover{background:#dbeafe;border-color:#bfdbfe;color:#2563eb}.delete-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.task-content{margin-bottom:1.5rem}.task-title{color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.task-description{color:#6b7280;font-size:.875rem;line-height:1.6}.task-footer{align-items:flex-end;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.task-meta{flex:1 1;min-width:0}.meta-item{color:#9ca3af;font-size:.75rem;gap:.375rem;margin-bottom:.25rem}.meta-icon{height:14px;width:14px}.meta-label{font-weight:500}.meta-text{color:#6b7280}.toggle-status-btn{align-items:center;border:none;border-radius:.375rem;cursor:pointer;display:flex;font-size:.75rem;font-weight:600;gap:.375rem;letter-spacing:.05em;padding:.5rem 1rem;text-transform:uppercase;transition:all .2s ease}.toggle-status-btn.pending{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.toggle-status-btn.pending:hover{background:#dcfce7;border-color:#86efac}.toggle-status-btn.completed{background:#fef3c7;border:1px solid #fed7aa;color:#d97706}.toggle-status-btn.completed:hover{background:#fde68a;border-color:#fdba74}.btn-icon{height:12px;width:12px}.task-card.completed{background:#fafafa;border-color:#e5e7eb}.task-card.completed .task-title{color:#6b7280;text-decoration:line-through}.task-card.completed .task-description{color:#9ca3af}@media (max-width:640px){.task-card{padding:1rem}.task-footer{align-items:stretch;flex-direction:column}.toggle-status-btn{justify-content:center;width:100%}}.task-stats{margin-bottom:2rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stat-card{background:#fff;box-shadow:0 1px 3px #0000001a;gap:1rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.stat-card,.stat-icon{align-items:center;display:flex}.stat-icon{background:#fffc;border-radius:.75rem;flex-shrink:0;font-size:1.5rem;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1;min-width:0}.stat-value{line-height:1}.stat-title{color:#6b7280;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.progress-bar{background:#0000000d;bottom:0;height:4px;left:0;overflow:hidden;position:absolute;right:0}.progress-fill{border-radius:0 2px 2px 0;height:100%;transition:width 1s ease}@media (max-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-card{flex-direction:column;padding:1rem;text-align:center}.stat-value{font-size:1.5rem}}.tasks-page{background:#f9fafb;min-height:100vh;padding:2rem 0}.tasks-container{margin:0 auto;max-width:1200px;padding:0 1.5rem}.tasks-header{margin-bottom:2rem}.header-content{margin-bottom:1.5rem}.page-title{color:#1f2937;margin-bottom:.5rem}.page-subtitle{color:#6b7280}.tasks-controls{align-items:center;justify-content:space-between;margin-bottom:2rem}.controls-left,.tasks-controls{display:flex;flex-wrap:wrap;gap:1rem}.search-box{min-width:300px;position:relative}.search-icon{color:#9ca3af;left:1rem;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem .75rem 2.5rem;width:100%}.filter-group,.sort-group{align-items:center;display:flex;gap:.5rem}.filter-select,.sort-select{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;padding:.75rem 1rem}.create-task-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem}.tasks-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.empty-state{color:#6b7280;padding:4rem 2rem;text-align:center}.empty-icon{color:#d1d5db;font-size:4rem;margin-bottom:1rem}.create-first-task-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;margin-top:1rem;padding:.75rem 1.5rem}@media (max-width:768px){.tasks-container{padding:0 1rem}.tasks-controls{align-items:stretch}.controls-left,.tasks-controls{flex-direction:column}.search-box{min-width:auto}.tasks-grid{grid-template-columns:1fr}}.profile-page{background:#f9fafb;min-height:100vh;padding:2rem 0}.profile-container{margin:0 auto;max-width:800px;padding:0 1.5rem}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.profile-header{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;gap:1.5rem;padding:2rem;position:relative}.profile-avatar{align-items:center;background:#fff3;border:3px solid #ffffff4d;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:2rem;height:80px;justify-content:center;width:80px}.profile-info{flex:1 1;min-width:0}.profile-name{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.profile-username{color:#fffc;font-size:1rem;margin-bottom:1rem}.profile-meta{display:flex;flex-wrap:wrap;gap:1rem}.meta-item{align-items:center;color:#ffffffe6;display:flex;font-size:.875rem;gap:.5rem}.meta-icon{height:16px;width:16px}.profile-actions{flex-shrink:0}.edit-actions{display:flex;gap:.5rem}.cancel-btn,.edit-btn,.save-btn{align-items:center;border-radius:.5rem;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease}.edit-btn{background:#fff3;border:1px solid #ffffff4d;color:#fff}.edit-btn:hover{background:#ffffff4d}.save-btn{background:#10b981;border:1px solid #059669;color:#fff}.save-btn:hover{background:#059669}.cancel-btn{background:#ef4444;border:1px solid #dc2626;color:#fff}.cancel-btn:hover{background:#dc2626}.btn-icon{height:16px;width:16px}.profile-form{padding:2rem}.form-section{margin-bottom:2rem}.section-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#374151;font-size:.875rem;font-weight:500}.input-wrapper{align-items:center;display:flex;position:relative}.input-icon{color:#9ca3af;left:1rem;position:absolute;z-index:1}.form-input{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;font-size:1rem;padding:.75rem 1rem .75rem 2.5rem;transition:all .2s ease;width:100%}.form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-input.disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.input-help{color:#6b7280;font-size:.75rem;margin-top:.25rem}.profile-stats{padding:0 2rem 2rem}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.stat-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem 1rem;text-align:center;transition:all .2s ease}.stat-card:hover{background:#fff;box-shadow:0 4px 6px #0000000d}.stat-value{color:#1f2937;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}@media (max-width:768px){.profile-container{padding:0 1rem}.profile-header{flex-direction:column;padding:1.5rem;text-align:center}.profile-actions{width:100%}.edit-actions{justify-content:center}.profile-form{padding:1.5rem}.form-row{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}.App{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.main-content{background-color:#f9fafb;flex:1 1;min-height:calc(100vh - 70px);overflow-x:hidden;padding:0}.App:has(.navbar) .main-content{margin-top:70px}.App:not(:has(.navbar)) .main-content{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}@media (max-width:768px){.main-content{min-height:calc(100vh - 60px)}.App:has(.navbar) .main-content{margin-top:60px}}
/*# sourceMappingURL=main.2b2b89f5.css.map*/