@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;width:100%;overflow:hidden}#root{height:100vh;width:100vw;overflow:hidden}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1;margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#f9f9f9;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-container{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;padding:40px;width:100%;max-width:420px;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.login-header h1{font-size:28px;font-weight:700;color:#2d3748;margin:0 0 8px}.login-header p{font-size:16px;color:#718096;margin:0}.form-toggle{display:flex;background:#f7fafc;border-radius:12px;padding:4px;margin-bottom:30px}.form-toggle button{flex:1;background:none;border:none;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:600;color:#718096;cursor:pointer;transition:all .3s ease}.form-toggle button.active{background:#fff;color:#667eea;box-shadow:0 2px 8px #0000001a}.form-toggle button:hover:not(.active){color:#4a5568}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#2d3748}.form-group input{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:16px;transition:all .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f7fafc;cursor:not-allowed}.form-group input::placeholder{color:#a0aec0}.error-message{background:#fed7d7;color:#e53e3e;padding:12px 16px;border-radius:8px;font-size:14px;text-align:center;margin:10px 0}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.form-footer{text-align:center;margin-top:20px}.form-footer p{font-size:14px;color:#718096;margin:0}.link-button{background:none;border:none;color:#667eea;font-weight:600;cursor:pointer;text-decoration:underline;margin-left:4px}.link-button:hover:not(:disabled){color:#764ba2}.link-button:disabled{opacity:.6;cursor:not-allowed}.demo-section{margin-top:30px;padding-top:20px;border-top:1px solid #e2e8f0;text-align:center}.demo-text{font-size:13px;color:#a0aec0;margin:0 0 12px}.demo-button{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;padding:10px 20px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .3s ease}.demo-button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.demo-button:disabled{opacity:.6;cursor:not-allowed}.google-auth-section{margin-bottom:2rem}.google-signin-title{text-align:center;margin-bottom:1rem;color:#666;font-size:.9rem}.google-signin-button{width:100%;display:flex;justify-content:center;margin-bottom:1rem}.divider{display:flex;align-items:center;margin:1.5rem 0;text-align:center}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#ddd}.divider span{padding:0 1rem;color:#666;font-size:.9rem;background:#fff}@media (max-width: 480px){.login-page{padding:10px}.login-container{padding:30px 20px}.login-header h1{font-size:24px}.form-group input{font-size:16px}.google-signin-button{margin-bottom:1rem}.divider{margin:1rem 0}}.dashboard-layout{display:flex;height:100vh;background:#f8fafc;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;transition:width .3s ease;box-shadow:0 0 10px #0000000d;z-index:100}.sidebar.collapsed{width:70px}.sidebar-header{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;min-height:70px;transition:all .3s ease}.collapsed .sidebar-header{justify-content:center;padding:20px 12px}.logo{flex:1;min-width:0}.logo h2{margin:0;font-size:20px;font-weight:700;color:#2d3748;white-space:nowrap;overflow:hidden;transition:all .3s ease}.collapsed .logo{display:none}.toggle-button{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4a5568;font-size:12px;transition:all .2s ease;flex-shrink:0}.toggle-button:hover{background:#edf2f7;border-color:#cbd5e0}.sidebar-nav{flex:1;padding:20px 0}.sidebar-nav ul{list-style:none;margin:0;padding:0}.sidebar-nav li{margin-bottom:4px}.nav-link{display:flex;align-items:center;padding:12px 20px;text-decoration:none;color:#4a5568;transition:all .2s ease;border-radius:0;position:relative}.nav-link:hover{background:#f7fafc;color:#2d3748}.nav-link.active{background:#667eea;color:#fff}.nav-link.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#4c51bf}.nav-icon{font-size:18px;margin-right:12px;display:flex;align-items:center;justify-content:center;width:24px;flex-shrink:0}.nav-text{font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden}.collapsed .nav-text{display:none}.collapsed .nav-link{padding:12px;justify-content:center}.collapsed .nav-icon{margin-right:0}.sidebar-footer{padding:20px;border-top:1px solid #e2e8f0}.user-info{display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;background:#667eea;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-avatar span{color:#fff;font-size:16px}.user-details{flex:1;min-width:0}.username{font-size:14px;font-weight:600;color:#2d3748;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-button{background:none;border:none;color:#718096;font-size:12px;cursor:pointer;padding:0;text-align:left;text-decoration:underline}.logout-button:hover{color:#e53e3e}.main-content{flex:1;overflow:hidden;display:flex;flex-direction:column;position:relative}@media (max-width: 768px){.sidebar{position:fixed;top:0;left:0;height:100vh;z-index:1000;transform:translate(-100%);transition:transform .3s ease}.sidebar.open{transform:translate(0)}.sidebar.collapsed{width:260px;transform:translate(-100%)}.main-content{margin-left:0}.mobile-menu-button{position:fixed;top:20px;left:20px;z-index:1001;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a}}@media (min-width: 769px){.mobile-menu-button{display:none}}@media (max-width: 480px){.dashboard-layout{flex-direction:column;flex-direction:column-reverse}.sidebar{position:fixed;left:0;bottom:0;top:auto;width:100vw;height:60px;flex-direction:row;border-right:none;border-top:1px solid #e2e8f0;box-shadow:0 -2px 8px #0000000d;z-index:1000;transition:height .3s;transform:none!important;display:flex!important}.sidebar-header{display:none}.sidebar-nav{flex:1;padding:0;display:flex;align-items:center;justify-content:center;height:100%}.sidebar-nav ul{display:flex;flex-direction:row;width:100%;height:100%;align-items:center;justify-content:space-around}.sidebar-nav li{margin-bottom:0;flex:1;height:100%;display:flex;align-items:center;justify-content:center}.nav-link{flex-direction:column;justify-content:center;align-items:center;padding:0;height:100%;width:100%;font-size:12px;border-radius:0}.nav-icon{margin-right:0;margin-bottom:2px}.nav-text,.sidebar-footer{display:none}.toggle-button{display:none!important}.main-content{margin-left:0;margin-bottom:60px;height:calc(100vh - 60px)}}.floating-dialog-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.floating-dialog{position:absolute;bottom:0;left:0;right:0;height:50vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -10px 25px #0000001a;z-index:1001;display:flex;flex-direction:column;animation:slideUp .3s ease-out;transition:all .3s ease-out}.floating-dialog.maximized{top:20px;bottom:20px;height:auto;border-radius:12px;animation:expandToMax .3s ease-out}@keyframes expandToMax{0%{top:auto;bottom:0;left:0;right:0;height:50vh;border-radius:20px 20px 0 0}to{top:20px;bottom:20px;left:20px;right:20px;height:auto;border-radius:12px}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.floating-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:20px 20px 0 0;flex-shrink:0}.floating-dialog.maximized .floating-dialog-header{border-radius:12px 12px 0 0}.floating-dialog-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#333}.header-buttons{display:flex;gap:.5rem;align-items:center}.close-button,.maximize-button{background:none;border:none;padding:.5rem;cursor:pointer;color:#6c757d;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.close-button:hover,.maximize-button:hover{background:#e9ecef;color:#495057}.floating-chat-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.floating-chat-messages{flex:1;padding:1rem;overflow-y:auto;background:#fff}.floating-chat-welcome{text-align:center;color:#6c757d;padding:2rem 1rem}.floating-chat-welcome p:first-child{font-size:1.1rem;font-weight:500;color:#495057;margin-bottom:1rem}.floating-chat-welcome ul{text-align:left;max-width:400px;margin:0 auto;padding-left:0;list-style:none}.floating-chat-welcome li{margin:.5rem 0;padding-left:1rem;position:relative}.floating-message{margin:.75rem 0;display:flex}.floating-message.user{justify-content:flex-end}.floating-message.bot{justify-content:flex-start}.floating-message-content{max-width:80%;padding:.75rem 1rem;border-radius:1rem;position:relative;text-align:left}.floating-message.user .floating-message-content{background:#007bff;color:#fff;border-bottom-right-radius:.25rem}.floating-message.bot .floating-message-content{background:#f1f3f4;color:#333;border-bottom-left-radius:.25rem}.floating-message-text{font-size:.9rem;line-height:1.4;white-space:pre-wrap;word-wrap:break-word}.floating-message-text .markdown-content{line-height:1.5}.floating-message-text pre{max-width:100%;overflow-x:auto;white-space:pre;word-wrap:normal}.floating-message-text code{word-break:break-all}.floating-message-text table{border-collapse:collapse;width:100%;margin:.5em 0}.floating-message-text th,.floating-message-text td{border:1px solid #ddd;padding:.5em;text-align:left}.floating-message-text th{background-color:#f5f5f5;font-weight:600}.floating-message-text hr{border:none;border-top:1px solid #ddd;margin:1em 0}.floating-message-text a{color:#007bff;text-decoration:none}.floating-message-text a:hover{text-decoration:underline}.streaming-cursor{display:inline-block;animation:blink 1s infinite;color:#007bff;font-weight:700;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.floating-message.divider{justify-content:center;margin:1.5rem 0}.floating-message-divider{display:flex;align-items:center;width:100%;gap:1rem}.divider-line{flex:1;height:1px;background:#ddd}.divider-text{font-size:.75rem;color:#666;font-weight:500;padding:.25rem .75rem;background:#fff;border-radius:1rem;border:1px solid #ddd;white-space:nowrap}.floating-message-time{font-size:.7rem;opacity:.7;margin-top:.25rem}.floating-typing-indicator{display:flex;align-items:center;gap:.25rem}.floating-typing-indicator span{width:.5rem;height:.5rem;background:#6c757d;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.floating-typing-indicator span:nth-child(1){animation-delay:-.32s}.floating-typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}.floating-chat-input-container{border-top:1px solid #e9ecef;background:#fff;flex-shrink:0;border-radius:0 0 12px 12px}.floating-chat-input{display:flex;padding:1rem;gap:.75rem;align-items:flex-end}.floating-chat-input textarea{flex:1;min-height:2.5rem;max-height:6rem;padding:.75rem;border:1px solid #ddd;border-radius:1.25rem;resize:none;font-family:inherit;font-size:.9rem;outline:none;transition:border-color .2s ease}.floating-chat-input textarea:focus{border-color:#007bff}.floating-send-button{padding:.75rem 1.5rem;background:#007bff;color:#fff;border:none;border-radius:1.25rem;cursor:pointer;font-size:.9rem;font-weight:500;transition:background-color .2s ease;white-space:nowrap}.floating-send-button:hover:not(:disabled){background:#0056b3}.floating-send-button:disabled{background:#6c757d;cursor:not-allowed}:root{--record-button-normal: #80b9fa;--record-button-pulse-dark: #51759e;--record-button-pressed: #51759e}.floating-record-button{padding:0;background:var(--record-button-normal);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;width:45px;height:45px;-webkit-user-select:none;user-select:none}.floating-record-button:hover:not(.recording):not(.connecting):not(:disabled){background:var(--record-button-normal)}.floating-record-button.pressed:not(.recording):not(.connecting){background:var(--record-button-pressed);transform:translateY(1px)}.floating-record-button.connecting{background:var(--record-button-pressed);animation:connecting 1s ease-in-out infinite}.floating-record-button.recording{background:var(--record-button-pressed);animation:pulse 1.5s infinite}@keyframes connecting{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes pulse{0%{background:var(--record-button-pressed)}50%{background:var(--record-button-pulse-dark)}to{background:var(--record-button-pressed)}}.floating-confirmation-controls{padding:1rem;background:#fff3cd;border-top:1px solid #ffeeba}.floating-confirmation-controls p{margin:0 0 .75rem;font-size:.85rem;color:#856404}.floating-confirmation-buttons{display:flex;gap:.75rem;justify-content:center}.floating-btn-confirm-small,.floating-btn-cancel-small{padding:.5rem 1rem;border:none;border-radius:.5rem;cursor:pointer;font-size:.85rem;font-weight:500;transition:all .2s ease}.floating-btn-confirm-small{background:#28a745;color:#fff}.floating-btn-confirm-small:hover{background:#218838}.floating-btn-cancel-small{background:#6c757d;color:#fff}.floating-btn-cancel-small:hover{background:#5a6268}@media (max-width: 768px){.floating-dialog{height:60vh}.floating-dialog.maximized{top:70px;bottom:10px}.floating-dialog-header{padding:.5rem}.floating-dialog-header h3{font-size:1rem}.floating-chat-messages{padding:.75rem}.floating-message-content{max-width:85%;padding:.625rem .875rem}.floating-chat-input{padding:.75rem}.floating-chat-input textarea{font-size:16px}.floating-confirmation-controls{padding:.75rem}.floating-confirmation-buttons{flex-direction:column}.floating-btn-confirm-small,.floating-btn-cancel-small{width:100%;padding:.75rem}.floating-message-text pre{font-size:.75em;padding:.5em}.floating-message-text code{font-size:.8em}.floating-message-text h1{font-size:1.1em}.floating-message-text h2{font-size:1.05em}.floating-message-text h3{font-size:1em}}@media (max-width: 480px){.floating-dialog{height:70vh}.floating-chat-welcome{padding:1rem .5rem}.floating-chat-welcome ul{font-size:.85rem}}@media (min-width: 769px){.floating-dialog{left:10%;right:10%;max-width:1200px;margin:0 auto}.floating-dialog.maximized{left:5%;right:5%;top:20px;bottom:20px;max-width:none}}.task-container{display:flex;flex-direction:column;height:100%;background:#fff;overflow:hidden}.task-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #e9ecef;background:#f8f9fa;flex-shrink:0;gap:1rem;flex-wrap:nowrap}.task-stats{display:flex;gap:1rem;font-size:.875rem;color:#6c757d;flex-wrap:wrap}.task-stats span{font-weight:500}.task-sort{display:flex;align-items:center;gap:.5rem}.sort-buttons{display:flex;background:#f8f9fa;border-radius:.375rem;padding:.125rem;gap:.125rem;border:1px solid #e9ecef}.sort-direction-btn{padding:.375rem;border:1px solid #e9ecef;background:#fff;border-radius:.375rem;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;color:#6c757d;width:32px;height:32px}.sort-direction-btn:hover{background:#f8f9fa;border-color:#007bff;color:#007bff}.sort-btn{padding:.375rem .75rem;border:none;background:transparent;color:#6c757d;font-size:.8rem;font-weight:500;border-radius:.25rem;cursor:pointer;transition:all .15s ease;white-space:nowrap;min-width:60px}.sort-btn:hover{background:#e9ecef;color:#495057}.sort-btn.active{background:#007bff;color:#fff;box-shadow:0 1px 3px #007bff4d}.sort-btn.active:hover{background:#0056b3}.sort-disabled-hint{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6c757d;padding:.375rem .5rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:.25rem;font-weight:500}.sort-disabled-hint svg{color:#ffc107}.sort-disabled-hint span{white-space:nowrap;cursor:help}.task-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-add,.btn-save,.btn-reset{padding:.5rem 1rem;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s;flex-shrink:0}.btn-add{background:#007bff;color:#fff}.btn-add:hover{background:#0056b3}.btn-save{background:#28a745;color:#fff}.btn-save:hover{background:#218838}.btn-reset{background:#6c757d;color:#fff}.btn-reset:hover{background:#545b62}.task-list{flex:1;overflow-y:auto;padding-top:1rem;min-height:0;background:#f8f9fa;padding-bottom:100px}.task-empty{text-align:center;color:#6c757d;padding:3rem 1rem;line-height:1.6}.task-item{background:#fff;border:1px solid #e9ecef;border-radius:.5rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000000d;transition:all .2s ease;cursor:pointer;overflow:hidden}.task-item:hover{box-shadow:0 4px 12px #0000001a;border-color:#007bff}.task-item.expanded{cursor:default}.task-main{padding:1rem;display:flex;flex-direction:column;gap:.75rem;animation:slideDown .2s ease-out}.task-title-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.task-info-row{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;padding:.5rem 0;font-size:.875rem;border-bottom:1px solid #f1f3f4;margin-bottom:.5rem}.task-info-item{display:flex;align-items:center;gap:.25rem;font-weight:500;padding:.25rem .5rem;border-radius:.25rem;background:#f8f9fa;white-space:nowrap}.task-info-item.priority{color:#495057;background:linear-gradient(135deg,#e3f2fd,#bbdefb)}.task-info-item.urgency{color:#495057;background:linear-gradient(135deg,#f3e5f5,#e1bee7)}.task-info-item.deadline{color:#495057;background:linear-gradient(135deg,#e8f5e8,#c8e6c9)}.task-info-item.deadline.overdue{color:#721c24;background:linear-gradient(135deg,#f8d7da,#f5c6cb);font-weight:600}.task-info-item.deadline.today{color:#856404;background:linear-gradient(135deg,#fff3cd,#ffeaa7);font-weight:600}.task-info-item.deadline.tomorrow{color:#004085;background:linear-gradient(135deg,#cce5ff,#b3d7ff);font-weight:600}.task-title-input{flex:1;min-width:200px;padding:.5rem;border:1px solid #ced4da;border-radius:.375rem;font-size:1rem;font-weight:500}.task-title-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.task-title-input:read-only{background:#f8f9fa;cursor:default}.task-status{min-width:120px}.status-select{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:.375rem;color:#fff;font-weight:500;font-size:.875rem}.status-select:disabled{cursor:default}.task-description{width:100%;padding:.5rem;border:1px solid #ced4da;border-radius:.375rem;resize:vertical;font-family:inherit;min-height:60px;overflow-y:auto}.task-description:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .2rem #007bff40}.task-description:read-only{background:#f8f9fa;cursor:default}.task-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;padding:.75rem;background:#f8f9fa;border-radius:.375rem}.task-field{display:flex;flex-direction:column;gap:.25rem}.task-field label{font-size:.75rem;font-weight:600;color:#495057;text-transform:uppercase;letter-spacing:.05em}.small-input,.small-select,.datetime-input{padding:.375rem .5rem;border:1px solid #ced4da;border-radius:.25rem;font-size:.875rem;width:100%}.small-input:focus,.small-select:focus,.datetime-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 .1rem #007bff40}.small-input:read-only,.datetime-input:read-only{background:#e9ecef;cursor:default}.small-select:disabled{background:#e9ecef;cursor:default}.task-field span{font-size:.75rem;color:#6c757d;margin-left:.25rem}.task-actions-row{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e9ecef}.task-left-actions{display:flex;gap:.5rem}.task-save-actions{display:flex;gap:.5rem;align-items:center}.btn-delete{padding:.375rem .75rem;background:#dc3545;color:#fff;border:none;border-radius:.25rem;cursor:pointer;font-size:.75rem;font-weight:500;transition:background .2s}.btn-delete:hover{background:#c82333}.btn-save-task,.btn-reset-task{padding:.375rem .75rem;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;font-size:.8rem;transition:all .2s;flex-shrink:0}.btn-save-task{background:#28a745;color:#fff}.btn-save-task:hover{background:#218838}.btn-save-task:disabled{background:#6c757d;cursor:not-allowed}.btn-reset-task{background:#6c757d;color:#fff}.btn-reset-task:hover{background:#545b62}.btn-reset-task:disabled{background:#adb5bd;cursor:not-allowed}@media (max-width: 968px){.task-header{flex-wrap:wrap;gap:.75rem}.task-stats{order:1;flex:1 1 auto}.task-actions{order:2;flex:0 0 auto}.task-sort{order:3;flex:0 0 auto}}@media (max-width: 768px){.task-header{flex-direction:column;gap:.75rem;align-items:stretch}.task-stats{justify-content:center;order:1}.task-actions{justify-content:center;order:3}.task-sort{justify-content:center;order:2}.sort-buttons{justify-content:center;max-width:100%;overflow-x:auto}.sort-btn{font-size:.75rem;padding:.25rem .5rem;min-width:50px}.sort-direction-btn{width:28px;height:28px;padding:.25rem}.task-details{grid-template-columns:1fr}.task-title-row{flex-direction:column}.task-title-input{min-width:auto}.task-status{width:100%}.task-card-header,.task-main{padding:.75rem}.task-title-preview{flex-direction:column;align-items:flex-start;gap:.5rem}.task-title-text{white-space:normal;overflow:visible;text-overflow:unset}.task-expand-icon{margin-left:.5rem}}.task-container.readonly .task-item{opacity:.9;background:#f8f9fa;cursor:default}.task-container.readonly .task-card-header{cursor:default}.task-container.readonly .task-card-header:hover{background-color:transparent}.task-container.readonly .task-title-input,.task-container.readonly .task-description{background:#e9ecef;border-color:#dee2e6}.task-container.readonly{pointer-events:auto}.task-container.readonly .task-list{overflow-y:auto}.task-container.readonly input,.task-container.readonly select,.task-container.readonly textarea,.task-container.readonly button{pointer-events:none;-webkit-user-select:none;user-select:none}.task-container.readonly .task-item{cursor:default}.task-container.readonly .task-main{display:flex}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.1rem;color:#6c757d}.error-panel{background:#fff5f5;border:1px solid #fed7d7;border-radius:.5rem;margin:1rem;padding:1rem;box-shadow:0 2px 8px #dc35451a;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-header{display:flex;align-items:center;margin-bottom:.75rem;gap:.5rem}.error-icon{font-size:1.25rem}.error-title{color:#e53e3e;font-size:1rem;font-weight:600;margin:0;flex:1}.error-close{background:none;border:none;color:#e53e3e;font-size:1.25rem;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:background-color .2s}.error-close:hover{background:#fed7d7}.error-message{color:#c53030;font-weight:500;margin-bottom:1rem}.conflict-details{background:#fff;border:1px solid #fbb6ce;border-radius:.375rem;padding:1rem;margin-top:.75rem}.conflict-details h5{color:#c53030;font-size:.875rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.conflict-item{background:#fef5e7;border:1px solid #fbd38d;border-radius:.375rem;padding:.75rem;margin-bottom:.75rem}.conflict-item:last-child{margin-bottom:0}.conflict-type{color:#dd6b20;font-weight:600;font-size:.875rem;margin-bottom:.25rem}.conflict-description{color:#744210;font-size:.875rem;margin-bottom:.5rem;line-height:1.4}.conflict-info{color:#553c0f;font-size:.8rem;background:#fff;border-radius:.25rem;padding:.5rem;border:1px solid #f6e05e}.conflict-info div{margin-bottom:.25rem}.conflict-info div:last-child{margin-bottom:0}.conflict-suggestion{background:#e6fffa;border:1px solid #81e6d9;border-radius:.375rem;padding:.75rem;margin-top:.75rem;color:#047857;font-size:.875rem;line-height:1.4}.validation-details{background:#fff;border:1px solid #fbb6ce;border-radius:.375rem;padding:1rem;margin-top:.75rem}.validation-details h5{color:#c53030;font-size:.875rem;font-weight:600;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.05em}.validation-message{color:#9b2c2c;font-size:.875rem;background:#fed7d7;border-radius:.25rem;padding:.5rem}.validation-errors{margin-top:.5rem}.validation-error-item{background:#fef5e7;border:1px solid #fbd38d;border-radius:.375rem;padding:.75rem;margin-bottom:.75rem}.validation-error-item:last-child{margin-bottom:0}.validation-message{color:#9c4221;font-size:.875rem;line-height:1.4;display:flex;align-items:flex-start;gap:.5rem}.error-bullet{color:#dd6b20;font-weight:700;margin-top:.1rem}.technical-details{margin-top:.5rem}.technical-details summary{color:#744210;font-size:.8rem;cursor:pointer;padding:.25rem 0}.technical-details code{display:block;background:#f7fafc;border:1px solid #e2e8f0;border-radius:.25rem;padding:.5rem;margin-top:.25rem;font-size:.75rem;color:#4a5568;white-space:pre-wrap;word-break:break-word}.validation-help{background:#e6fffa;border:1px solid #81e6d9;border-radius:.375rem;padding:1rem;margin-top:.75rem}.validation-help h6{color:#047857;font-size:.875rem;font-weight:600;margin:0 0 .5rem}.validation-help ul{color:#065f46;font-size:.8rem;margin:.5rem 0;padding-left:1.25rem}.validation-help li{margin-bottom:.25rem;line-height:1.4}.refresh-note{background:#fff8dc;border:1px solid #f6e05e;border-radius:.25rem;padding:.75rem;margin-top:.75rem;color:#744210;font-size:.875rem;line-height:1.4}.refresh-note strong{color:#9c4221}.system-error-details{background:#fff;border:1px solid #fbb6ce;border-radius:.375rem;padding:1rem;margin-top:.75rem}.system-error-details h5{color:#c53030;font-size:.875rem;font-weight:600;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.system-error-message{color:#9b2c2c;font-size:.875rem;background:#fed7d7;border-radius:.25rem;padding:.75rem;margin-bottom:.5rem}.task-card-header{padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s ease}.task-card-header:hover{background-color:#f8f9fa}.task-item.expanded .task-card-header{border-bottom:1px solid #e9ecef;background-color:#f8f9fa}.task-header-content{flex:1;min-width:0}.task-title-preview{display:flex;gap:.75rem;margin-bottom:.5rem;align-items:flex-start}.task-badges{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.task-title-text{font-size:1rem;font-weight:500;color:#333;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-status-badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:500;color:#fff;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.1)}.priority-badge,.urgency-badge{padding:.2rem .4rem;border-radius:.25rem;font-size:.7rem;font-weight:600;white-space:nowrap}.priority-badge{background:#e3f2fd;color:#1976d2;border:1px solid #bbdefb}.urgency-badge{background:#fff3e0;color:#f57c00;border:1px solid #ffcc02}.task-modified-badge{background:#ffc107;color:#212529;padding:.125rem .375rem;border-radius:.25rem;font-size:.7rem;font-weight:600;margin-right:.25rem;border:1px solid #ffca2c}.task-item.modified{border-left:4px solid #ffc107;background:#fffbf0}.task-item.modified .task-card-header{background:#fff9e6}.task-time-info{text-align:left;font-size:.875rem;color:#6c757d;line-height:1.2}.task-expand-icon{display:flex;align-items:center;margin-left:1rem;color:#6c757d;transition:transform .2s ease}.task-expand-icon svg.rotated{transform:rotate(180deg)}.task-readonly-content{display:flex;flex-direction:column;gap:.75rem}.task-description-readonly{font-size:.875rem;color:#495057;line-height:1.5;padding:.5rem 0;border-bottom:1px solid #f1f3f4}.task-details-readonly{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:#6c757d}.task-details-readonly span{padding:.25rem .5rem;background:#f8f9fa;border-radius:.25rem;white-space:nowrap}.task-time-schedule{margin-top:.75rem;padding:.75rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:.5rem;border:1px solid #dee2e6;box-shadow:inset 0 1px 2px #0000000d}.schedule-info{font-size:.875rem;color:#495057;font-weight:500;line-height:1.5;text-align:center}.schedule-incomplete{font-size:.875rem;color:#6c757d;font-style:italic;text-align:center;opacity:.8}@media (max-width: 768px){.task-details-readonly{flex-direction:column;gap:.5rem}.task-time-schedule{padding:.5rem}.schedule-info{font-size:.8rem;line-height:1.4}}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-box{background:#fff;border-radius:.5rem;box-shadow:0 10px 25px #0003;max-width:480px;width:90%;max-height:90vh;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dialog-header{padding:1.5rem 1.5rem 0;border-bottom:1px solid #e9ecef;margin-bottom:1rem}.dialog-header h4{margin:0;color:#495057;font-size:1.1rem;font-weight:600}.dialog-content{padding:0 1.5rem;color:#6c757d;line-height:1.6}.dialog-content p{margin:0 0 1rem}.dialog-content p:last-child{margin-bottom:0}.dialog-actions{padding:1.5rem;display:flex;gap:.75rem;justify-content:flex-end;border-top:1px solid #e9ecef;margin-top:1.5rem}.dialog-btn{padding:.5rem 1rem;border:none;border-radius:.375rem;cursor:pointer;font-weight:500;font-size:.875rem;transition:all .2s;min-width:80px}.dialog-btn-primary{background:#28a745;color:#fff}.dialog-btn-primary:hover{background:#218838}.dialog-btn-secondary{background:#ffc107;color:#212529}.dialog-btn-secondary:hover{background:#e0a800}.dialog-btn-cancel{background:#6c757d;color:#fff}.dialog-btn-cancel:hover{background:#545b62}@media (max-width: 768px){.dialog-box{width:95%;margin:1rem}.dialog-actions{flex-direction:column}.dialog-btn{width:100%}}.task-operations-container{position:relative;height:100vh;width:100%}.task-panel-fullscreen{width:100%;height:100vh;overflow-y:auto;background:#f8f9fa;position:relative}.confirmation-overlay{position:absolute;top:0;left:0;right:0;z-index:10;background:#ffc107e6;padding:10px;text-align:center;color:#856404;font-weight:700;border-bottom:1px solid #ffc107}.confirmation-text{font-size:.9rem}.floating-chat-button{position:fixed;bottom:30px;right:30px;width:64px;height:64px;border-radius:50%;background:#80b9fa;border:none;color:#fff;cursor:pointer;box-shadow:0 8px 25px #4facfe66;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000;animation:float 5s ease-in-out infinite}.floating-chat-button:hover{transform:scale(1.05);box-shadow:0 12px 35px #4facfe99}.floating-chat-button:active{transform:scale(.95)}.floating-chat-button svg{width:26px;height:26px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.loading{display:flex;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;color:#666}@media (max-width: 768px){.floating-chat-button{bottom:20px;right:20px;width:56px;height:56px}.floating-chat-button svg{width:22px;height:22px}.floating-chat-button:hover{transform:scale(1.03)}}@media (max-width: 480px){.floating-chat-button{bottom:80px}}.common-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.common-title h1{font-size:32px;font-weight:700;color:#2d3748;margin:0}@media (max-width: 768px){.common-title{flex-direction:column;align-items:flex-start;gap:16px}.common-title h1{font-size:28px}}.rbc-btn{color:inherit;font:inherit;margin:0}button.rbc-btn{overflow:visible;text-transform:none;-webkit-appearance:button;-moz-appearance:button;appearance:button;cursor:pointer}button[disabled].rbc-btn{cursor:not-allowed}button.rbc-input::-moz-focus-inner{border:0;padding:0}.rbc-calendar{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.rbc-m-b-negative-3{margin-bottom:-3px}.rbc-h-full{height:100%}.rbc-calendar *,.rbc-calendar *:before,.rbc-calendar *:after{-webkit-box-sizing:inherit;box-sizing:inherit}.rbc-abs-full,.rbc-row-bg{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.rbc-ellipsis,.rbc-show-more,.rbc-row-segment .rbc-event-content,.rbc-event-label{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rbc-rtl{direction:rtl}.rbc-off-range{color:#999}.rbc-off-range-bg{background:#e6e6e6}.rbc-header{overflow:hidden;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;text-overflow:ellipsis;white-space:nowrap;padding:0 3px;text-align:center;vertical-align:middle;font-weight:700;font-size:90%;min-height:0;border-bottom:1px solid #ddd}.rbc-header+.rbc-header{border-left:1px solid #ddd}.rbc-rtl .rbc-header+.rbc-header{border-left-width:0;border-right:1px solid #ddd}.rbc-header>a,.rbc-header>a:active,.rbc-header>a:visited{color:inherit;text-decoration:none}.rbc-button-link{color:inherit;background:none;margin:0;padding:0;border:none;cursor:pointer;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.rbc-row-content{position:relative;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;z-index:4}.rbc-row-content-scrollable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.rbc-row-content-scrollable .rbc-row-content-scroll-container{height:100%;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar{display:none}.rbc-today{background-color:#eaf6ff}.rbc-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;font-size:16px}.rbc-toolbar .rbc-toolbar-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px;text-align:center}.rbc-toolbar button{color:#373a3c;display:inline-block;margin:0;text-align:center;vertical-align:middle;background:none;background-image:none;border:1px solid #ccc;padding:.375rem 1rem;border-radius:4px;line-height:normal;white-space:nowrap}.rbc-toolbar button:active,.rbc-toolbar button.rbc-active{background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px #00000020;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:active:hover,.rbc-toolbar button:active:focus,.rbc-toolbar button.rbc-active:hover,.rbc-toolbar button.rbc-active:focus{color:#373a3c;background-color:#d4d4d4;border-color:#8c8c8c}.rbc-toolbar button:focus{color:#373a3c;background-color:#e6e6e6;border-color:#adadad}.rbc-toolbar button:hover{color:#373a3c;cursor:pointer;background-color:#e6e6e6;border-color:#adadad}.rbc-btn-group{display:inline-block;white-space:nowrap}.rbc-btn-group>button:first-child:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.rbc-btn-group>button:last-child:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.rbc-rtl .rbc-btn-group>button:first-child:not(:last-child){border-radius:0 4px 4px 0}.rbc-rtl .rbc-btn-group>button:last-child:not(:first-child){border-radius:4px 0 0 4px}.rbc-btn-group>button:not(:first-child):not(:last-child){border-radius:0}.rbc-btn-group button+button{margin-left:-1px}.rbc-rtl .rbc-btn-group button+button{margin-left:0;margin-right:-1px}.rbc-btn-group+.rbc-btn-group,.rbc-btn-group+button{margin-left:10px}@media (max-width: 767px){.rbc-toolbar{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.rbc-event,.rbc-day-slot .rbc-background-event{border:none;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:2px 5px;background-color:#3174ad;border-radius:5px;color:#fff;cursor:pointer;width:100%;text-align:left}.rbc-slot-selecting .rbc-event,.rbc-slot-selecting .rbc-day-slot .rbc-background-event,.rbc-day-slot .rbc-slot-selecting .rbc-background-event{cursor:inherit;pointer-events:none}.rbc-event.rbc-selected,.rbc-day-slot .rbc-selected.rbc-background-event{background-color:#265985}.rbc-event:focus,.rbc-day-slot .rbc-background-event:focus{outline:5px auto #3b99fc}.rbc-event-label{font-size:80%}.rbc-event-overlaps{-webkit-box-shadow:-1px 1px 5px 0px rgba(51,51,51,.5);box-shadow:-1px 1px 5px #33333380}.rbc-event-continues-prior{border-top-left-radius:0;border-bottom-left-radius:0}.rbc-event-continues-after{border-top-right-radius:0;border-bottom-right-radius:0}.rbc-event-continues-earlier{border-top-left-radius:0;border-top-right-radius:0}.rbc-event-continues-later{border-bottom-left-radius:0;border-bottom-right-radius:0}.rbc-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-row-segment{padding:0 1px 1px}.rbc-selected-cell{background-color:#0000001a}.rbc-show-more{background-color:#ffffff4d;z-index:4;font-weight:700;font-size:85%;height:auto;line-height:normal;color:#3174ad}.rbc-show-more:hover,.rbc-show-more:focus{color:#265985}.rbc-month-view{position:relative;border:1px solid #ddd;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none;height:100%}.rbc-month-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-month-row{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px;overflow:hidden;height:100%}.rbc-month-row+.rbc-month-row{border-top:1px solid #ddd}.rbc-date-cell{-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;min-width:0;padding-right:5px;text-align:right}.rbc-date-cell.rbc-now{font-weight:700}.rbc-date-cell>a,.rbc-date-cell>a:active,.rbc-date-cell>a:visited{color:inherit;text-decoration:none}.rbc-row-bg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:hidden;right:1px}.rbc-day-bg{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}.rbc-day-bg+.rbc-day-bg{border-left:1px solid #ddd}.rbc-rtl .rbc-day-bg+.rbc-day-bg{border-left-width:0;border-right:1px solid #ddd}.rbc-overlay{position:absolute;z-index:5;border:1px solid #e5e5e5;background-color:#fff;-webkit-box-shadow:0 5px 15px rgba(0,0,0,.25);box-shadow:0 5px 15px #00000040;padding:10px}.rbc-overlay>*+*{margin-top:1px}.rbc-overlay-header{border-bottom:1px solid #e5e5e5;margin:-10px -10px 5px;padding:2px 10px}.rbc-agenda-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;overflow:auto}.rbc-agenda-view table.rbc-agenda-table{width:100%;border:1px solid #ddd;border-spacing:0;border-collapse:collapse}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td{padding:5px 10px;vertical-align:top}.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell{padding-left:15px;padding-right:15px;text-transform:lowercase}.rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody>tr>td+td{border-left-width:0;border-right:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table tbody>tr+tr{border-top:1px solid #ddd}.rbc-agenda-view table.rbc-agenda-table thead>tr>th{padding:3px 5px;text-align:left;border-bottom:1px solid #ddd}.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead>tr>th{text-align:right}.rbc-agenda-time-cell{text-transform:lowercase}.rbc-agenda-time-cell .rbc-continues-after:after{content:" »"}.rbc-agenda-time-cell .rbc-continues-prior:before{content:"« "}.rbc-agenda-date-cell,.rbc-agenda-time-cell{white-space:nowrap}.rbc-agenda-event-cell{width:100%}.rbc-time-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%}.rbc-time-column .rbc-timeslot-group{-webkit-box-flex:1;-ms-flex:1;flex:1}.rbc-timeslot-group{border-bottom:1px solid #ddd;min-height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.rbc-time-gutter,.rbc-header-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-label{padding:0 5px}.rbc-day-slot{position:relative}.rbc-day-slot .rbc-events-container{bottom:0;left:0;position:absolute;right:0;margin-right:10px;top:0}.rbc-day-slot .rbc-events-container.rbc-rtl{left:10px;right:0}.rbc-day-slot .rbc-event,.rbc-day-slot .rbc-background-event{border:1px solid #265985;display:-webkit-box;display:-ms-flexbox;display:flex;max-height:100%;min-height:20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;position:absolute}.rbc-day-slot .rbc-background-event{opacity:.75}.rbc-day-slot .rbc-event-label{-webkit-box-flex:0;-ms-flex:none;flex:none;padding-right:5px;width:auto}.rbc-day-slot .rbc-event-content{width:100%;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;word-wrap:break-word;line-height:1;height:100%;min-height:1em}.rbc-day-slot .rbc-time-slot{border-top:1px solid #f7f7f7}.rbc-time-view-resources .rbc-time-gutter,.rbc-time-view-resources .rbc-time-header-gutter{position:sticky;left:0;background-color:#fff;border-right:1px solid #ddd;z-index:10;margin-right:-1px}.rbc-time-view-resources .rbc-time-header{overflow:hidden}.rbc-time-view-resources .rbc-time-header-content{min-width:auto;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-ms-flex-preferred-size:0px;flex-basis:0px}.rbc-time-view-resources .rbc-time-header-cell-single-day{display:none}.rbc-time-view-resources .rbc-day-slot{min-width:140px}.rbc-time-view-resources .rbc-header,.rbc-time-view-resources .rbc-day-bg{width:140px;-webkit-box-flex:1;-ms-flex:1 1 0px;flex:1 1 0;-ms-flex-preferred-size:0 px;flex-basis:0 px}.rbc-time-header-content+.rbc-time-header-content{margin-left:-1px}.rbc-time-slot{-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.rbc-time-slot.rbc-now{font-weight:700}.rbc-day-header{text-align:center}.rbc-slot-selection{z-index:10;position:absolute;background-color:#00000080;color:#fff;font-size:75%;width:100%;padding:3px}.rbc-slot-selecting{cursor:move}.rbc-time-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;border:1px solid #ddd;min-height:0}.rbc-time-view .rbc-time-gutter{white-space:nowrap;text-align:right}.rbc-time-view .rbc-allday-cell{-webkit-box-sizing:content-box;box-sizing:content-box;width:100%;height:100%;position:relative}.rbc-time-view .rbc-allday-cell+.rbc-allday-cell{border-left:1px solid #ddd}.rbc-time-view .rbc-allday-events{position:relative;z-index:4}.rbc-time-view .rbc-row{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:20px}.rbc-time-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.rbc-time-header.rbc-overflowing{border-right:1px solid #ddd}.rbc-rtl .rbc-time-header.rbc-overflowing{border-right-width:0;border-left:1px solid #ddd}.rbc-time-header>.rbc-row:first-child{border-bottom:1px solid #ddd}.rbc-time-header>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd}.rbc-time-header-cell-single-day{display:none}.rbc-time-header-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;min-width:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-left:1px solid #ddd}.rbc-rtl .rbc-time-header-content{border-left-width:0;border-right:1px solid #ddd}.rbc-time-header-content>.rbc-row.rbc-row-resource{border-bottom:1px solid #ddd;-ms-flex-negative:0;flex-shrink:0}.rbc-time-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;border-top:2px solid #ddd;overflow-y:auto;position:relative}.rbc-time-content>.rbc-time-gutter{-webkit-box-flex:0;-ms-flex:none;flex:none}.rbc-time-content>*+*>*{border-left:1px solid #ddd}.rbc-rtl .rbc-time-content>*+*>*{border-left-width:0;border-right:1px solid #ddd}.rbc-time-content>.rbc-day-slot{width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rbc-current-time-indicator{position:absolute;z-index:3;left:0;right:0;height:1px;background-color:#74ad31;pointer-events:none}.rbc-resource-grouping.rbc-time-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.rbc-resource-grouping .rbc-row .rbc-header{width:141px}.profile-page{padding:1rem;background:#f8fafc;min-height:100vh;overflow-y:scroll;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.profile-container{max-width:1000px;margin:0 auto}.profile-header{margin-bottom:32px}.profile-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.profile-title h1{font-size:32px;font-weight:700;color:#2d3748;margin:0}.profile-actions{display:flex;gap:12px}.edit-button{background:#667eea;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-button:hover{background:#5a6fd8;transform:translateY(-1px)}.edit-actions{display:flex;gap:8px}.save-button{background:#48bb78;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.save-button:hover:not(:disabled){background:#38a169;transform:translateY(-1px)}.save-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.cancel-button{background:#f7fafc;color:#4a5568;border:1px solid #e2e8f0;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-button:hover:not(:disabled){background:#edf2f7;border-color:#cbd5e0}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.error-message{background:#fed7d7;color:#e53e3e;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #feb2b2}.loading,.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.retry-button{background:#667eea;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;margin-top:16px}.profile-content{display:flex;flex-direction:column;gap:24px}.profile-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.profile-section h2{font-size:20px;font-weight:600;color:#2d3748;margin:0 0 20px;display:flex;align-items:center;gap:8px}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.info-item{display:flex;flex-direction:column;gap:8px}.info-item label{font-size:14px;font-weight:600;color:#4a5568}.info-value{font-size:16px;color:#2d3748;padding:12px 0}.info-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s ease}.info-input:focus{outline:none;border-color:#667eea}.timezone-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:.8em;padding-right:2.8rem;cursor:pointer}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.stat-item{text-align:center;background:#f7fafc;padding:24px;border-radius:10px;border:1px solid #e2e8f0}.stat-number{font-size:32px;font-weight:700;color:#667eea;margin-bottom:8px}.stat-label{font-size:14px;color:#718096;font-weight:500}.usage-stats{display:flex;flex-direction:column;gap:16px}.usage-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.usage-item{display:flex;flex-direction:column;align-items:center;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.usage-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea40}.usage-number{font-size:28px;font-weight:700;margin-bottom:8px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.usage-label{font-size:14px;font-weight:500;opacity:.9}.usage-info{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;margin-top:8px}.usage-note{margin:0;font-size:14px;color:#4a5568;line-height:1.5}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.schedule-item{display:flex;flex-direction:column;gap:8px}.schedule-item label{font-size:14px;font-weight:600;color:#4a5568}.schedule-value{font-size:16px;color:#2d3748;padding:12px 16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.schedule-input{display:flex;align-items:center;gap:8px}.schedule-input input{flex:1;padding:10px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px}.schedule-input input:focus{outline:none;border-color:#667eea}.schedule-input span{color:#718096;font-weight:600}.rest-day-button{background:#fed7d7;color:#e53e3e;border:1px solid #feb2b2;padding:10px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .2s ease;width:100%}.rest-day-button:hover{background:#fecaca;border-color:#fca5a5}.set-rest-button{background:#edf2f7;border:1px solid #cbd5e0;padding:8px 12px;border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease;margin-left:8px}.set-rest-button:hover{background:#e2e8f0;border-color:#a0aec0}.weekly-timeline{margin-top:16px}.timeline-header{margin-bottom:16px}.timeline-time-labels{display:grid;grid-template-columns:120px repeat(24,1fr);gap:0;margin-bottom:8px;padding-left:8px}.time-label{font-size:11px;color:#a0aec0;text-align:center;padding:4px 2px;border-left:1px solid #f1f5f9}.time-label:first-child{border-left:none}.timeline-days{display:flex;flex-direction:column;gap:12px}.timeline-day{display:grid;grid-template-columns:120px 1fr;align-items:center;gap:16px}.day-label{display:flex;flex-direction:column;align-items:flex-end;padding-right:16px}.day-name{font-size:14px;font-weight:600;color:#2d3748}.day-info{font-size:12px;color:#718096;margin-top:2px}.day-timeline{position:relative;height:40px;display:flex;align-items:center}.timeline-track{position:relative;width:100%;height:20px;background:#f7fafc;border-radius:10px;border:1px solid #e2e8f0;overflow:hidden}.work-period{position:absolute;top:0;height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:0;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.work-period:hover{transform:scaleY(1.2);box-shadow:0 2px 8px #667eea4d;z-index:10}.work-time-tooltip{color:#fff;font-size:11px;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.3);opacity:0;transition:opacity .2s ease;white-space:nowrap}.work-period:hover .work-time-tooltip{opacity:1}.timeline-track:before{content:"";position:absolute;top:0;left:0;right:0;height:100%;background-image:repeating-linear-gradient(to right,transparent,transparent calc(100% / 24 - 1px),#e2e8f0 calc(100% / 24 - 1px),#e2e8f0 calc(100% / 24));pointer-events:none}.sleep-schedule{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.sleep-item{display:flex;flex-direction:column;gap:8px}.sleep-item label{font-size:14px;font-weight:600;color:#4a5568}.sleep-value{font-size:16px;color:#2d3748;padding:12px 16px;background:#f7fafc;border-radius:8px;border:1px solid #e2e8f0}.sleep-input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:border-color .2s ease}.sleep-input:focus{outline:none;border-color:#667eea}@media (max-width: 768px){.profile-page{padding:16px}.info-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.usage-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.usage-item{padding:16px}.usage-number{font-size:24px}.schedule-grid{grid-template-columns:1fr}.timeline-time-labels{grid-template-columns:80px repeat(12,1fr)}.timeline-day{grid-template-columns:80px 1fr;gap:8px}.day-label{padding-right:8px}.time-label:nth-child(2n){display:none}.sleep-schedule{grid-template-columns:1fr}.profile-section{padding:20px}.edit-actions{flex-direction:column;width:100%}.edit-actions button{width:100%}}@media (max-width: 480px){.profile-page{padding:12px}.profile-section{padding:16px}.stats-grid{grid-template-columns:1fr}.stat-item{padding:20px}.stat-number{font-size:28px}.usage-grid{grid-template-columns:1fr;gap:12px}.usage-item{padding:16px}.usage-number{font-size:20px}}.subscription-manager{margin-top:2rem}.subscription-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#666}.subscription-loading .loading-spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background-color:#fee;color:#c33;padding:1rem;border-radius:8px;margin-bottom:1rem;border:1px solid #fcc;display:flex;justify-content:space-between;align-items:center}.close-error{background:none;border:none;font-size:1.2rem;cursor:pointer;color:#c33;padding:0;margin-left:1rem}.close-error:hover{color:#900}.current-subscription{background:#f8f9fa;border-radius:12px;padding:2rem;margin-bottom:2rem;border:1px solid #e9ecef}.current-subscription h3{margin:0 0 1rem;color:#333}.status-badge{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-weight:600;margin-bottom:1rem}.status-badge.active{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.status-badge.inactive{background-color:#f8d7da;color:#721c24;border:1px solid #f5c2c7}.subscription-active .subscription-info{margin-bottom:1.5rem}.plan-name,.period-end{margin:.5rem 0;color:#666}.plan-name strong,.period-end strong{color:#333}.cancellation-notice{background-color:#fff3cd;color:#856404;padding:.75rem;border-radius:6px;border:1px solid #ffeaa7;margin-top:1rem}.subscription-actions{display:flex;gap:1rem;flex-wrap:wrap}.subscription-actions button{padding:.75rem 1.5rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.reactivate-button{background-color:#28a745;color:#fff}.reactivate-button:hover:not(:disabled){background-color:#218838}.cancel-button{background-color:#dc3545;color:#fff}.cancel-button:hover:not(:disabled){background-color:#c82333}.manage-button{background-color:#007bff;color:#fff}.manage-button:hover:not(:disabled){background-color:#0056b3}.subscribe-button{background-color:#28a745;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.subscribe-button:hover:not(:disabled){background-color:#218838;transform:translateY(-2px)}.subscription-inactive{text-align:center;padding:2rem}.subscription-inactive p{margin:1rem 0 2rem;color:#666;font-size:1.1rem}.subscription-plans{background:#f8f9fa;border-radius:12px;padding:2rem;border:1px solid #e9ecef}.plans-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.plans-header h3{margin:0;color:#333}.close-plans{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-plans:hover{background-color:#e9ecef;color:#333}.plans-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.plan-card{background:#fff;border-radius:12px;padding:2rem;border:2px solid #e9ecef;transition:all .3s ease;position:relative;overflow:hidden}.plan-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0000001a}.plan-card.basic{border-color:#007bff}.plan-card.premium{border-color:#28a745;position:relative}.plan-card.premium:before{content:"🌟 推荐";position:absolute;top:1rem;right:1rem;background:#28a745;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600}.plan-card.enterprise{border-color:#6f42c1}.plan-header h4{margin:0 0 .5rem;color:#333;font-size:1.5rem}.plan-description{color:#666;margin:0 0 1.5rem;line-height:1.5}.plan-price{margin-bottom:2rem}.plan-price .price{font-size:2.5rem;font-weight:700;color:#333}.plan-price .interval{color:#666;font-size:1rem;margin-left:.25rem}.plan-features ul{list-style:none;padding:0;margin:0 0 2rem}.plan-features li{padding:.5rem 0;color:#666;line-height:1.5}.plan-action{margin-top:auto}.subscribe-plan-button{width:100%;padding:1rem;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:1.1rem;transition:all .3s ease}.subscribe-plan-button.basic{background-color:#007bff;color:#fff}.subscribe-plan-button.basic:hover:not(:disabled){background-color:#0056b3}.subscribe-plan-button.premium{background-color:#28a745;color:#fff}.subscribe-plan-button.premium:hover:not(:disabled){background-color:#218838}.subscribe-plan-button.enterprise{background-color:#6f42c1;color:#fff}.subscribe-plan-button.enterprise:hover:not(:disabled){background-color:#5a32a3}.subscribe-plan-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.plans-grid{grid-template-columns:1fr}.subscription-actions{flex-direction:column}.subscription-actions button{width:100%}.plans-header{flex-direction:column;gap:1rem;text-align:center}.current-subscription,.subscription-plans{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}.app{height:100vh;width:100vw;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.welcome{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden}.welcome h1{font-size:3rem;margin-bottom:1rem}.welcome p{font-size:1.2rem;opacity:.8}.user-page-mobile{display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;padding:1rem}.task-panel-fullscreen{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#fff;position:relative}.floating-add-button{position:fixed;bottom:2rem;right:2rem;width:3.5rem;height:3.5rem;background:#007bff;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #007bff4d;transition:all .3s ease;z-index:100;padding:0}.floating-add-button svg{width:24px;height:24px;stroke-width:2}.floating-add-button:hover{background:#0056b3;transform:scale(1.1);box-shadow:0 6px 20px #007bff66}.floating-add-button:active{transform:scale(.95)}.user-page{display:flex;height:100vh;width:100vw;overflow:hidden}.chat-panel{width:50%;min-width:0;background:#f8f9fa;border-right:1px solid #e9ecef;display:flex;flex-direction:column;overflow:hidden}.task-panel{width:50%;min-width:0;background:#fff;display:flex;flex-direction:column;overflow:hidden;position:relative}.user-header{padding:1rem;background:#6c757d;color:#fff;text-align:center;font-weight:700;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.error-indicator{font-size:1.25rem;animation:pulse 2s infinite;cursor:help}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.confirmation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#80808066;z-index:10;display:flex;align-items:center;justify-content:center;pointer-events:none}.confirmation-text{color:#fff;font-size:.875rem;font-weight:500;text-shadow:0 1px 3px rgba(0,0,0,.5);letter-spacing:.05em}#root{margin:0 auto;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}@media (max-width: 768px){.floating-add-button{bottom:1.5rem;right:1.5rem;width:3rem;height:3rem}.floating-add-button svg{width:20px;height:20px;stroke-width:2.2}.welcome h1{font-size:2rem}.user-page{flex-direction:column}.chat-panel,.task-panel{width:100%;height:50vh}}@media (max-width: 480px){.floating-add-button{bottom:1rem;right:1rem;width:2.75rem;height:2.75rem}.floating-add-button svg{width:18px;height:18px;stroke-width:2.5}.user-header{padding:.75rem;font-size:.9rem}}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8fafc;text-align:center;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-container>div{font-size:18px;color:#718096}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#f8fafc;text-align:center;padding:40px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.not-found h1{font-size:48px;font-weight:700;color:#2d3748;margin:0 0 16px}.not-found p{font-size:18px;color:#718096;margin:0 0 32px}.not-found a{display:inline-block;background:#667eea;color:#fff;text-decoration:none;padding:14px 28px;border-radius:10px;font-size:16px;font-weight:600;transition:all .3s ease}.not-found a:hover{background:#5a6fd8;transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}
