@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a;background:#fafaf9;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-page{min-height:100vh;background:#fafaf9}.landing-page .landing-nav{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.04)}.landing-page .landing-nav .nav-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.landing-page .landing-nav .nav-container .logo{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:#1a1a1a}.landing-page .landing-nav .nav-container .logo .logo-icon{font-size:2rem}.landing-page .landing-nav .nav-container .nav-links{display:flex;align-items:center;gap:2.5rem}.landing-page .landing-nav .nav-container .nav-links a{color:#6b7280;text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.landing-page .landing-nav .nav-container .nav-links a:hover{color:#1a1a1a}.landing-page .landing-nav .nav-container .nav-links .login-btn{padding:.625rem 1.25rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s}.landing-page .landing-nav .nav-container .nav-links .login-btn:hover{background:#0a0a0a;transform:translateY(-1px)}.landing-page .hero{padding:6rem 2rem 4rem}.landing-page .hero .hero-content{max-width:1280px;margin:0 auto;text-align:center}.landing-page .hero .hero-content h2{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#1a1a1a;letter-spacing:-.02em}.landing-page .hero .hero-content p{font-size:1.375rem;color:#6b7280;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.landing-page .hero .hero-content .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.landing-page .hero .hero-content .hero-buttons .primary-btn{padding:.875rem 2rem;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s}.landing-page .hero .hero-content .hero-buttons .primary-btn:hover{background:#dc8a0a;transform:translateY(-2px);box-shadow:0 8px 20px #f59e0b4d}.landing-page .hero .hero-content .hero-buttons .secondary-btn{padding:.875rem 2rem;background:transparent;color:#1a1a1a;border:2px solid #E5E7EB;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s}.landing-page .hero .hero-content .hero-buttons .secondary-btn:hover{background:#f7f3ef;border-color:#d1d5db}.landing-page .hero .hero-image{max-width:1000px;margin:4rem auto 0}.landing-page .hero .hero-image .editor-preview{background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 10px 15px -3px #0000000d,0 20px 25px -5px #0000000d;overflow:hidden;border:1px solid #E5E7EB}.landing-page .hero .hero-image .editor-preview .editor-toolbar{background:#f7f3ef;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid #E5E7EB}.landing-page .hero .hero-image .editor-preview .editor-toolbar .window-controls{display:flex;gap:.5rem}.landing-page .hero .hero-image .editor-preview .editor-toolbar .window-controls span{width:12px;height:12px;border-radius:50%}.landing-page .hero .hero-image .editor-preview .editor-toolbar .window-controls span:nth-child(1){background:#ff5f57}.landing-page .hero .hero-image .editor-preview .editor-toolbar .window-controls span:nth-child(2){background:#ffbd2e}.landing-page .hero .hero-image .editor-preview .editor-toolbar .window-controls span:nth-child(3){background:#28ca42}.landing-page .hero .hero-image .editor-preview .editor-toolbar .toolbar-title{margin-left:auto;margin-right:auto;color:#6b7280;font-size:.875rem;font-weight:500}.landing-page .hero .hero-image .editor-preview .editor-content{padding:3rem;min-height:400px}.landing-page .hero .hero-image .editor-preview .editor-content h3{font-size:2rem;margin-bottom:1rem;color:#1a1a1a}.landing-page .hero .hero-image .editor-preview .editor-content p{color:#6b7280;line-height:1.8;margin-bottom:1.5rem}.landing-page .features{padding:5rem 2rem;background:#f7f3ef}.landing-page .features .container{max-width:1280px;margin:0 auto}.landing-page .features .container h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.landing-page .features .container .section-subtitle{text-align:center;color:#6b7280;font-size:1.25rem;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.landing-page .features .container .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.landing-page .features .container .feature-grid .feature-card{padding:2.5rem;background:#fff;border-radius:16px;text-align:left;transition:all .3s;border:1px solid #E5E7EB}.landing-page .features .container .feature-grid .feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #00000014;border-color:#f59e0b}.landing-page .features .container .feature-grid .feature-card:hover .feature-icon{transform:scale(1.1)}.landing-page .features .container .feature-grid .feature-card .feature-icon{width:56px;height:56px;margin-bottom:1.5rem;color:#f59e0b;transition:transform .3s}.landing-page .features .container .feature-grid .feature-card h3{font-size:1.375rem;font-weight:600;margin-bottom:.75rem;color:#1a1a1a}.landing-page .features .container .feature-grid .feature-card p{color:#6b7280;line-height:1.6;font-size:1rem}.landing-page .pricing{padding:5rem 2rem;background:#fafaf9}.landing-page .pricing .container{max-width:1280px;margin:0 auto}.landing-page .pricing .container h2{font-size:3rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1a1a1a}.landing-page .pricing .container .section-subtitle{text-align:center;color:#6b7280;font-size:1.25rem;margin-bottom:4rem}.landing-page .pricing .container .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1100px;margin:0 auto;align-items:stretch}@media (max-width: 968px){.landing-page .pricing .container .pricing-grid{grid-template-columns:1fr;max-width:400px}}.landing-page .pricing .container .pricing-grid .pricing-card{background:#fff;border-radius:16px;padding:2.5rem;text-align:center;border:2px solid #E5E7EB;position:relative;display:flex;flex-direction:column}.landing-page .pricing .container .pricing-grid .pricing-card.featured{border-color:#f59e0b;transform:scale(1.05);box-shadow:0 20px 25px -5px #0000001a}.landing-page .pricing .container .pricing-grid .pricing-card.featured:before{content:"MOST POPULAR";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;padding:.25rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;letter-spacing:.05em}.landing-page .pricing .container .pricing-grid .pricing-card h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.landing-page .pricing .container .pricing-grid .pricing-card .price{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;color:#1a1a1a}.landing-page .pricing .container .pricing-grid .pricing-card .price span{font-size:1.25rem;font-weight:400;color:#6b7280}.landing-page .pricing .container .pricing-grid .pricing-card .price-description{color:#6b7280;margin-bottom:2rem;font-size:1rem}.landing-page .pricing .container .pricing-grid .pricing-card ul{list-style:none;margin-bottom:2.5rem;text-align:left;flex:1}.landing-page .pricing .container .pricing-grid .pricing-card ul li{padding:.75rem 0;color:#6b7280;display:flex;align-items:center;gap:.75rem;font-size:.95rem}.landing-page .pricing .container .pricing-grid .pricing-card ul li:before{content:"✓";color:#f59e0b;font-weight:600;font-size:1.25rem}.landing-page .pricing .container .pricing-grid .pricing-card .pricing-btn{width:100%;padding:.875rem 1.5rem;background:transparent;color:#1a1a1a;border:2px solid #E5E7EB;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s}.landing-page .pricing .container .pricing-grid .pricing-card .pricing-btn:hover{background:#f7f3ef;border-color:#d1d5db}.landing-page .pricing .container .pricing-grid .pricing-card .pricing-btn.featured-btn{background:#f59e0b;color:#fff;border-color:#f59e0b}.landing-page .pricing .container .pricing-grid .pricing-card .pricing-btn.featured-btn:hover{background:#dc8a0a;border-color:#dc8a0a;transform:translateY(-1px)}.landing-page .cta-section{padding:5rem 2rem;background:#1a1a1a;color:#fff;text-align:center}.landing-page .cta-section .container{max-width:800px;margin:0 auto}.landing-page .cta-section .container h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.landing-page .cta-section .container p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.landing-page .cta-section .container .cta-button{padding:1rem 2.5rem;background:#fff;color:#1a1a1a;border:none;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s}.landing-page .cta-section .container .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.landing-page .footer{padding:4rem 2rem 2rem;background:#f7f3ef;border-top:1px solid #E5E7EB}.landing-page .footer .footer-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}@media (max-width: 768px){.landing-page .footer .footer-content{grid-template-columns:1fr;gap:2rem}}.landing-page .footer .footer-content .footer-brand h3{font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.landing-page .footer .footer-content .footer-brand h3 .logo-icon{font-size:2rem}.landing-page .footer .footer-content .footer-brand p{color:#6b7280;line-height:1.6;margin-bottom:1.5rem}.landing-page .footer .footer-content .footer-brand .social-links{display:flex;gap:1rem}.landing-page .footer .footer-content .footer-brand .social-links a{width:40px;height:40px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s}.landing-page .footer .footer-content .footer-brand .social-links a:hover{color:#f59e0b;border-color:#f59e0b}.landing-page .footer .footer-content .footer-links h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#1a1a1a;margin-bottom:1.5rem}.landing-page .footer .footer-content .footer-links ul{list-style:none}.landing-page .footer .footer-content .footer-links ul li{margin-bottom:.75rem}.landing-page .footer .footer-content .footer-links ul li a{color:#6b7280;text-decoration:none;font-size:.95rem;transition:color .2s}.landing-page .footer .footer-content .footer-links ul li a:hover{color:#1a1a1a}.landing-page .footer .footer-bottom{max-width:1280px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:.875rem}@media (max-width: 768px){.landing-page .footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.landing-page .footer .footer-bottom .footer-links{display:flex;gap:2rem}.landing-page .footer .footer-bottom .footer-links a{color:#6b7280;text-decoration:none;transition:color .2s}.landing-page .footer .footer-bottom .footer-links a:hover{color:#1a1a1a}.auth-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#fafaf9;padding:2rem}.auth-section .auth-container{width:100%;max-width:420px}.auth-section .auth-box{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a;border:1px solid #E5E7EB}.auth-section .auth-box h2{font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center;color:#1a1a1a}.auth-section .auth-box p{color:#6b7280;text-align:center;margin-bottom:2rem}.auth-section .auth-box .error-message{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.875rem;text-align:center;border:1px solid #FECACA}.auth-section .auth-box form{display:flex;flex-direction:column;gap:1.25rem}.auth-section .auth-box form .form-group{display:flex;flex-direction:column;gap:.5rem}.auth-section .auth-box form .form-group label{font-size:.875rem;font-weight:500;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.auth-section .auth-box form .form-group label svg{width:16px;height:16px;color:#6b7280}.auth-section .auth-box form .form-group input{padding:.75rem 1rem;border:1px solid #E5E7EB;border-radius:8px;font-size:1rem;transition:all .2s;background:#fafaf9}.auth-section .auth-box form .form-group input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a;background:#fff}.auth-section .auth-submit-btn{width:100%;padding:.875rem 1.5rem;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.auth-section .auth-submit-btn:hover:not(:disabled){background:#dc8a0a;transform:translateY(-1px)}.auth-section .auth-submit-btn:disabled{opacity:.5;cursor:not-allowed}.auth-section .auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-section .auth-divider span{background:#fff;padding:0 1rem;color:#9ca3af;font-size:.875rem;position:relative;z-index:1}.auth-section .auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#e5e7eb}.auth-section .demo-btn{width:100%;padding:.875rem 1.5rem;background:transparent;color:#1a1a1a;border:2px solid #E5E7EB;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.auth-section .demo-btn:hover:not(:disabled){background:#f7f3ef;border-color:#d1d5db}.auth-section .demo-btn:disabled{opacity:.5;cursor:not-allowed}.auth-section .auth-switch{text-align:center;margin-top:1.5rem;color:#6b7280;font-size:.875rem}.auth-section .auth-switch button{color:#f59e0b;background:none;border:none;cursor:pointer;font-weight:500;text-decoration:underline}.auth-section .auth-switch button:hover{color:#dc8a0a}.auth-section .back-btn{width:100%;margin-top:1rem;padding:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem}.auth-section .back-btn:hover{color:#1a1a1a}.dashboard{display:flex;height:100vh;background:#fafaf9}.dashboard .dashboard-sidebar{width:280px;background:#fff;border-right:1px solid #E5E7EB;display:flex;flex-direction:column}.dashboard .dashboard-sidebar .sidebar-header{padding:1.5rem;border-bottom:1px solid #E5E7EB}.dashboard .dashboard-sidebar .sidebar-header h1{font-size:1.5rem;font-weight:700;display:flex;align-items:center;gap:.5rem;color:#1a1a1a}.dashboard .dashboard-sidebar .sidebar-header h1 .logo-icon{font-size:2rem}.dashboard .dashboard-sidebar .new-project-btn{margin:1.5rem;padding:.75rem 1rem;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.dashboard .dashboard-sidebar .new-project-btn:hover{background:#dc8a0a;transform:translateY(-1px)}.dashboard .dashboard-sidebar .sidebar-nav{padding:1rem 0}.dashboard .dashboard-sidebar .sidebar-nav a{padding:.75rem 1.5rem;color:#6b7280;text-decoration:none;display:block;transition:all .2s;border-radius:0}.dashboard .dashboard-sidebar .sidebar-nav a:hover{background:#f7f3ef;color:#1a1a1a}.dashboard .dashboard-sidebar .sidebar-nav a.active{background:#f7f3ef;color:#f59e0b;font-weight:500;border-left:3px solid #F59E0B}.dashboard .dashboard-sidebar .sidebar-tags{padding:1.5rem;border-top:1px solid #E5E7EB}.dashboard .dashboard-sidebar .sidebar-tags h3{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.dashboard .dashboard-sidebar .sidebar-tags .add-tag-btn{padding:.5rem .75rem;background:transparent;color:#6b7280;border:1px dashed #E5E7EB;border-radius:6px;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;width:100%;transition:all .2s}.dashboard .dashboard-sidebar .sidebar-tags .add-tag-btn:hover{border-color:#f59e0b;color:#f59e0b}.dashboard .dashboard-sidebar .sidebar-tags .tag-list{margin-top:1rem}.dashboard .dashboard-sidebar .sidebar-tags .tag-list .tag-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 0;font-size:.875rem;color:#6b7280;cursor:pointer;transition:color .2s}.dashboard .dashboard-sidebar .sidebar-tags .tag-list .tag-item:hover{color:#1a1a1a}.dashboard .dashboard-sidebar .sidebar-tags .tag-list .tag-item .tag-color{width:12px;height:12px;border-radius:50%}.dashboard .dashboard-sidebar .sidebar-tags .tag-list .tag-item .tag-count{margin-left:auto;color:#9ca3af;font-size:.75rem}.dashboard .dashboard-sidebar .sidebar-footer{margin-top:auto;padding:1.5rem;border-top:1px solid #E5E7EB}.dashboard .dashboard-sidebar .sidebar-footer .user-info{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f7f3ef;border-radius:8px;margin-bottom:1rem}.dashboard .dashboard-sidebar .sidebar-footer .user-info span{flex:1;font-weight:500;color:#1a1a1a}.dashboard .dashboard-sidebar .sidebar-footer .user-info .logout-btn{padding:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.dashboard .dashboard-sidebar .sidebar-footer .user-info .logout-btn:hover{background:#fff;color:#1a1a1a}.dashboard .dashboard-sidebar .sidebar-footer .plan-info{padding:.75rem;background:#f7f3ef;border-radius:8px;font-size:.875rem;color:#6b7280;text-align:center}.dashboard .dashboard-sidebar .sidebar-footer .plan-info strong{color:#1a1a1a}.dashboard .dashboard-sidebar .sidebar-footer .plan-info .upgrade-btn{margin-top:.5rem;padding:.5rem 1rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;width:100%;transition:all .2s}.dashboard .dashboard-sidebar .sidebar-footer .plan-info .upgrade-btn:hover{background:#dc8a0a}.dashboard .dashboard-main{flex:1;overflow-y:auto;padding:2rem}.dashboard .dashboard-main .dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard .dashboard-main .dashboard-header h2{font-size:1.875rem;font-weight:700;color:#1a1a1a}.dashboard .dashboard-main .dashboard-header .header-actions{display:flex;gap:1rem}.dashboard .dashboard-main .dashboard-header .header-actions .search-box{position:relative;width:300px}.dashboard .dashboard-main .dashboard-header .header-actions .search-box svg{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af}.dashboard .dashboard-main .dashboard-header .header-actions .search-box input{width:100%;padding:.75rem 1rem .75rem 3rem;border:1px solid #E5E7EB;border-radius:8px;background:#fff;font-size:.875rem;transition:all .2s}.dashboard .dashboard-main .dashboard-header .header-actions .search-box input:focus{outline:none;border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b1a}.dashboard .dashboard-main .documents-table{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #E5E7EB;overflow:hidden}.dashboard .dashboard-main .documents-table .table-header{background:#f7f3ef;border-bottom:1px solid #E5E7EB}.dashboard .dashboard-main .documents-table .table-header .table-row{display:flex;padding:1rem 1.5rem;font-weight:600;font-size:.875rem;color:#1a1a1a}.dashboard .dashboard-main .documents-table .table-body .table-row{display:flex;padding:1rem 1.5rem;border-bottom:1px solid #E5E7EB;transition:background .2s;cursor:pointer}.dashboard .dashboard-main .documents-table .table-body .table-row:hover{background:#f7f3ef}.dashboard .dashboard-main .documents-table .table-body .table-row:last-child{border-bottom:none}.dashboard .dashboard-main .documents-table .table-cell{display:flex;align-items:center;gap:.5rem}.dashboard .dashboard-main .documents-table .table-cell.checkbox-cell{width:40px}.dashboard .dashboard-main .documents-table .table-cell.title-cell{flex:1;font-weight:500;color:#1a1a1a;cursor:pointer;transition:color .2s}.dashboard .dashboard-main .documents-table .table-cell.title-cell:hover{color:#f59e0b}.dashboard .dashboard-main .documents-table .table-cell.title-cell svg{color:#f59e0b}.dashboard .dashboard-main .documents-table .table-cell.owner-cell{width:150px;color:#6b7280}.dashboard .dashboard-main .documents-table .table-cell.modified-cell{width:150px;color:#6b7280;font-size:.875rem}.dashboard .dashboard-main .documents-table .table-cell.modified-cell svg{color:#9ca3af}.dashboard .dashboard-main .documents-table .table-cell.actions-cell{width:80px;justify-content:flex-end}.dashboard .dashboard-main .documents-table .owner-badge{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f7f3ef;border-radius:4px;font-size:.75rem;color:#f59e0b}.dashboard .dashboard-main .documents-table .owner-badge svg{width:14px;height:14px}.dashboard .dashboard-main .documents-table .actions-menu{position:relative}.dashboard .dashboard-main .documents-table .actions-menu .action-btn{padding:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.dashboard .dashboard-main .documents-table .actions-menu .action-btn:hover{background:#f7f3ef}.dashboard .dashboard-main .documents-table .actions-menu .actions-dropdown{position:absolute;right:0;top:100%;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:.5rem;min-width:150px;z-index:10}.dashboard .dashboard-main .documents-table .actions-menu .actions-dropdown button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;border:none;border-radius:4px;font-size:.875rem;color:#6b7280;cursor:pointer;text-align:left;transition:all .2s}.dashboard .dashboard-main .documents-table .actions-menu .actions-dropdown button:hover{background:#f7f3ef}.dashboard .dashboard-main .documents-table .actions-menu .actions-dropdown button.danger{color:#dc2626}.dashboard .dashboard-main .documents-table .actions-menu .actions-dropdown button.danger:hover{background:#fee2e2}.dashboard .dashboard-main .loading-state,.dashboard .dashboard-main .error-state,.dashboard .dashboard-main .empty-state{padding:3rem;text-align:center;color:#6b7280;font-size:1.125rem}.dashboard .dashboard-main .error-state{color:#dc2626}.dashboard .dashboard-main .permission-badge{padding:.25rem .5rem;background:#f7f3ef;border-radius:4px;font-size:.75rem;text-transform:capitalize}.editor-container{display:flex;flex-direction:column;height:100vh;background:#fafaf9}.editor-container.chat-hidden .editor-body .chat-panel{display:none}.editor-container.chat-hidden .editor-body .editor-panel,.editor-container.chat-hidden .editor-body .preview-panel{flex:0 0 50%}.editor-container .editor-header{background:#fff;border-bottom:1px solid #E5E7EB;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;height:48px}.editor-container .editor-header .header-left{display:flex;align-items:center;gap:.5rem}.editor-container .editor-header .header-left .back-btn{padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.editor-container .editor-header .header-left .back-btn:hover{background:#f7f3ef;color:#1a1a1a}.editor-container .editor-header .header-left .document-title{font-size:1rem;font-weight:600;border:none;background:none;outline:none;min-width:200px;color:#1a1a1a}.editor-container .editor-header .header-left .document-title:focus{border-bottom:2px solid #F59E0B}.editor-container .editor-header .header-center{display:flex;align-items:center;gap:.5rem}.editor-container .editor-header .header-center .save-status{font-size:.75rem;color:#6b7280;display:flex;align-items:center;gap:.25rem}.editor-container .editor-header .header-center .collaborator-avatars{display:flex;align-items:center;gap:-.5rem}.editor-container .editor-header .header-center .collaborator-avatars .collaborator-avatar{width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;font-size:.6rem;border:2px solid #FFFFFF}.editor-container .editor-header .header-right{display:flex;align-items:center;gap:.5rem}.editor-container .editor-header .header-right .icon-btn{padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.editor-container .editor-header .header-right .icon-btn:hover{background:#f7f3ef;color:#1a1a1a}.editor-container .editor-header .header-right .share-btn{padding:.25rem .75rem;background:#f59e0b;color:#fff;border:none;border-radius:4px;font-weight:500;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.25rem;height:32px;transition:all .2s}.editor-container .editor-header .header-right .share-btn:hover{background:#dc8a0a}.editor-container .editor-body{flex:1;display:flex;gap:0;padding:0;overflow:hidden}.editor-container .editor-body .editor-panel{flex:0 0 40%;background:#fff;border-radius:0;margin:0;box-shadow:none;border:1px solid #E5E7EB;border-right:2px solid white;display:flex;flex-direction:column;overflow:hidden}.editor-container .editor-body .editor-panel .editor-toolbar{background:#f7f3ef;border-bottom:1px solid #E5E7EB;padding:.5rem 1rem;display:flex;align-items:center;gap:.25rem;flex-wrap:nowrap;height:48px;overflow-x:auto}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-group{display:flex;gap:.125rem;align-items:center;flex-shrink:0}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-divider{width:1px;height:18px;background:#e5e7eb;margin:0 .25rem;flex-shrink:0}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-select{padding:.25rem .5rem;background:#fff;border:1px solid #E5E7EB;border-radius:4px;color:#1a1a1a;font-size:.75rem;cursor:pointer;transition:all .2s;height:28px;flex-shrink:0}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-select:hover{border-color:#f59e0b}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-select:focus{outline:none;border-color:#f59e0b}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-btn{padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-btn:hover{background:#fff;color:#1a1a1a}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.editor-container .editor-body .editor-panel .editor-toolbar .toolbar-btn.active{background:#f59e0b;color:#fff}.editor-container .editor-body .editor-panel .editor-content-wrapper{flex:1;padding:.5rem;overflow-y:auto;background:#e8e8e8;display:flex;justify-content:center}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content{background:#fff;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;border-radius:0;max-width:100%;width:calc(100% - .5rem);margin:.25rem auto;min-height:1100px}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror{padding:4rem 5rem;outline:none;font-family:Times New Roman,Times,serif;font-size:12pt;line-height:1.8;color:#000}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror p{margin-bottom:1rem;text-align:justify;text-indent:2em;line-height:1.8}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror h1{font-size:18pt;font-weight:700;text-align:center;margin:2rem 0 1rem;color:#000}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror h2{font-size:14pt;font-weight:700;margin:1.5rem 0 .75rem;color:#000}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror h3{font-size:12pt;font-weight:700;font-style:italic;margin:1rem 0 .5rem;color:#000}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror h4,.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror h5,.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror h6{font-size:12pt;font-weight:600;margin:1rem 0 .5rem;color:#000}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror ul,.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror ol{margin:1rem 0;padding-left:2rem;color:#1a1a1a}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror blockquote{border-left:3px solid #F59E0B;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror code{background:#f7f3ef;padding:.2rem .4rem;border-radius:4px;font-family:Fira Code,monospace;font-size:.9em;color:#f59e0b}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror pre{background:#f7f3ef;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror pre code{background:none;padding:0;color:#1a1a1a}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror table{border-collapse:collapse;width:100%;margin:1rem 0}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror table th,.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror table td{border:1px solid #E5E7EB;padding:.5rem;text-align:left}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror table th{background:#f7f3ef;font-weight:600;color:#1a1a1a}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror table td{color:#1a1a1a}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror a{color:#f59e0b;text-decoration:none}.editor-container .editor-body .editor-panel .editor-content-wrapper .editor-content .ProseMirror a:hover{text-decoration:underline}.editor-container .editor-body .editor-panel .editor-content-wrapper .bubble-menu{background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:.5rem;display:flex;gap:.25rem}.editor-container .editor-body .editor-panel .editor-content-wrapper .bubble-menu button{padding:.5rem .75rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;font-size:.875rem;transition:all .2s}.editor-container .editor-body .editor-panel .editor-content-wrapper .bubble-menu button:hover{background:#f7f3ef;color:#1a1a1a}.editor-container .editor-body .editor-panel .editor-content-wrapper .bubble-menu button.is-active{background:#f59e0b;color:#fff}.editor-container .editor-body .editor-panel .character-count{padding:.75rem 2rem;background:#f7f3ef;border-top:1px solid #E5E7EB;font-size:.875rem;color:#6b7280;text-align:right}.editor-container .editor-body .preview-panel{flex:0 0 40%;background:#fff;border-radius:0;box-shadow:none;border:1px solid #E5E7EB;border-right:none;display:flex;flex-direction:column;overflow:hidden}.editor-container .editor-body .preview-panel .preview-header{background:#f7f3ef;border-bottom:1px solid #E5E7EB;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;height:48px}.editor-container .editor-body .preview-panel .preview-header h3{font-size:.875rem;font-weight:600;color:#1a1a1a}.editor-container .editor-body .preview-panel .preview-header .preview-actions{display:flex;align-items:center;gap:.5rem}.editor-container .editor-body .preview-panel .preview-header .preview-actions button{padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.editor-container .editor-body .preview-panel .preview-header .preview-actions button:hover{background:#fff;color:#1a1a1a}.editor-container .editor-body .preview-panel .preview-header .preview-actions button.refresh-spinning{animation:spin .5s linear}.editor-container .editor-body .preview-panel .preview-header .preview-actions .zoom-level{font-size:.75rem;color:#6b7280;min-width:45px;text-align:center}.editor-container .editor-body .preview-panel .preview-header .preview-actions .divider{width:1px;height:20px;background:#e5e7eb;margin:0 .5rem}.editor-container .editor-body .preview-panel .preview-header .preview-actions .export-dropdown{position:relative}.editor-container .editor-body .preview-panel .preview-header .preview-actions .export-dropdown .export-button{padding:.5rem .75rem;background:none;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;align-items:center;gap:.5rem;font-size:.875rem;transition:all .2s}.editor-container .editor-body .preview-panel .preview-header .preview-actions .export-dropdown .export-button:hover{border-color:#f59e0b;color:#f59e0b}.editor-container .editor-body .preview-panel .preview-header .preview-actions .export-dropdown .export-menu{position:absolute;top:100%;right:0;margin-top:.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:.5rem;min-width:150px;z-index:10}.editor-container .editor-body .preview-panel .preview-header .preview-actions .export-dropdown .export-menu button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:none;border:none;border-radius:4px;font-size:.875rem;color:#6b7280;cursor:pointer;text-align:left;transition:all .2s}.editor-container .editor-body .preview-panel .preview-header .preview-actions .export-dropdown .export-menu button:hover{background:#f7f3ef;color:#1a1a1a}.editor-container .editor-body .preview-panel .pdf-preview-container{flex:1;padding:.5rem;overflow-y:auto;background:#e8e8e8}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content{display:flex;flex-direction:column;min-height:100%}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .preview-loading{text-align:center}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .preview-loading .spinner{width:32px;height:32px;border:3px solid #ddd;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .preview-loading p{color:#999;font-size:.875rem}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page{background:#fff;box-shadow:0 4px 6px #0000001a,0 1px 3px #00000014;border-radius:0;padding:4rem 5rem;margin:.25rem auto;max-width:100%;width:calc(100% - .5rem);min-height:1100px}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content{color:#000;font-family:Times New Roman,Times,serif;font-size:12pt;line-height:1.8}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content .ProseMirror{font-family:Times New Roman,Times,serif;font-size:12pt;line-height:1.8;color:#000}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content .ProseMirror table{border-collapse:collapse;width:100%;margin:1rem 0}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content .ProseMirror table th,.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content .ProseMirror table td{border:1px solid #E5E7EB;padding:.5rem;text-align:left}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content .ProseMirror table th{background:#f7f3ef;font-weight:600;color:#1a1a1a}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content .ProseMirror table td{color:#1a1a1a}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content h1{font-size:18pt;font-weight:700;text-align:center;margin:2rem 0 1rem}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content h2{font-size:14pt;font-weight:700;margin:1.5rem 0 .75rem}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content h3{font-size:12pt;font-weight:700;font-style:italic;margin:1rem 0 .5rem}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content p{margin-bottom:1rem;text-align:justify;text-indent:2em}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content ul,.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content ol{margin:1rem 0;padding-left:2rem}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content table{border-collapse:collapse;width:100%;margin:1rem 0}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content table th,.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content table td{border:1px solid #E5E7EB;padding:.5rem;text-align:left}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content table th{background:#f7f3ef;font-weight:600;color:#1a1a1a}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content table td{color:#1a1a1a}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content h4,.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content h5,.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content h6{font-size:12pt;font-weight:600;margin:1rem 0 .5rem;color:#000}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content blockquote{border-left:3px solid #F59E0B;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content code{background:#f7f3ef;padding:.2rem .4rem;border-radius:4px;font-family:Fira Code,monospace;font-size:.9em;color:#f59e0b}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content pre{background:#f7f3ef;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content pre code{background:none;padding:0;color:#1a1a1a}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content a{color:#f59e0b;text-decoration:none}.editor-container .editor-body .preview-panel .pdf-preview-container .preview-content .document-page .page-content a:hover{text-decoration:underline}.editor-container .editor-body .chat-panel{flex:0 0 20%;min-width:280px;background:#fff;border-radius:0;box-shadow:none;border:1px solid #E5E7EB;display:flex;flex-direction:column}.editor-container .editor-body .chat-panel .chat-header{background:#f7f3ef;border-bottom:1px solid #E5E7EB;padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between;height:48px}.editor-container .editor-body .chat-panel .chat-header .chat-header-content h3{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.editor-container .editor-body .chat-panel .chat-header .chat-header-content .participants-count{font-size:.75rem;color:#6b7280;margin-top:.125rem}.editor-container .editor-body .chat-panel .chat-messages{flex:1;padding:.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.editor-container .editor-body .chat-panel .chat-messages .message-group{display:flex;align-items:flex-start;gap:.5rem}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-avatar{width:32px;height:32px;background:#f7f3ef;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-avatar svg{width:18px;height:18px;color:#6b7280}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper{flex:1;display:flex;flex-direction:column}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-header{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-header .author-name{font-weight:600;color:#1a1a1a;font-size:.875rem}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-header .message-time{font-size:.75rem;color:#9ca3af}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-text{background:#f7f3ef;padding:.75rem 1rem;border-radius:4px 12px 12px;font-size:.875rem;color:#1a1a1a;line-height:1.5;max-width:100%;align-self:flex-start}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-text p{margin:0}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-actions{margin-top:.25rem;opacity:0;transition:opacity .2s}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-actions button{padding:.25rem;background:none;border:none;color:#9ca3af;cursor:pointer;border-radius:4px}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-actions button:hover{background:#f7f3ef;color:#6b7280}.editor-container .editor-body .chat-panel .chat-messages .message-group .message-content-wrapper .message-actions button svg{width:16px;height:16px}.editor-container .editor-body .chat-panel .chat-messages .message-group:hover .message-actions{opacity:1}.editor-container .editor-body .chat-panel .chat-messages .message-group.ai-message .message-avatar{background:#f59e0b1a}.editor-container .editor-body .chat-panel .chat-messages .message-group.ai-message .message-avatar svg{color:#f59e0b}.editor-container .editor-body .chat-panel .chat-messages .message-group.ai-message .message-header .author-name{color:#f59e0b}.editor-container .editor-body .chat-panel .chat-messages .message-group.ai-message .message-text{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2)}.editor-container .editor-body .chat-panel .chat-messages .message-group.own-message{flex-direction:row-reverse}.editor-container .editor-body .chat-panel .chat-messages .message-group.own-message .message-content-wrapper{align-items:flex-end}.editor-container .editor-body .chat-panel .chat-messages .message-group.own-message .message-content-wrapper .message-header{flex-direction:row-reverse}.editor-container .editor-body .chat-panel .chat-messages .message-group.own-message .message-content-wrapper .message-text{background:#f59e0b;color:#fff;border-top-right-radius:4px;border-top-left-radius:12px;align-self:flex-end;max-width:100%}.editor-container .editor-body .chat-panel .chat-input{padding:.75rem;border-top:1px solid #E5E7EB;background:#f7f3ef}.editor-container .editor-body .chat-panel .chat-input .input-wrapper{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:20px;padding:.25rem .25rem .25rem 1rem;transition:all .2s}.editor-container .editor-body .chat-panel .chat-input .input-wrapper:focus-within{border-color:#f59e0b;box-shadow:0 0 0 2px #f59e0b1a}.editor-container .editor-body .chat-panel .chat-input .input-wrapper input{flex:1;padding:.5rem 0;background:none;border:none;font-size:.875rem;color:#1a1a1a}.editor-container .editor-body .chat-panel .chat-input .input-wrapper input:focus{outline:none}.editor-container .editor-body .chat-panel .chat-input .input-wrapper input::-moz-placeholder{color:#9ca3af}.editor-container .editor-body .chat-panel .chat-input .input-wrapper input::placeholder{color:#9ca3af}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions{display:flex;align-items:center;gap:.25rem}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions button{padding:.375rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:50%;transition:all .2s;display:flex;align-items:center;justify-content:center}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions button:hover{background:#f7f3ef;color:#1a1a1a}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions button.send-btn{background:#f59e0b;color:#fff;padding:.5rem}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions button.send-btn:hover{background:#dc8a0a}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions button.send-btn:disabled{opacity:.5;cursor:not-allowed}.editor-container .editor-body .chat-panel .chat-input .input-wrapper .input-actions button svg{width:18px;height:18px}.editor-container .version-history-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.editor-container .version-history-modal .modal-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:900px;max-width:95vw;height:85vh;display:flex;flex-direction:column}.editor-container .version-history-modal .modal-content .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #E5E7EB}.editor-container .version-history-modal .modal-content .modal-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.editor-container .version-history-modal .modal-content .modal-header .header-actions{display:flex;gap:.75rem}.editor-container .version-history-modal .modal-content .modal-header .header-actions .compare-btn{padding:.5rem 1rem;background:none;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.editor-container .version-history-modal .modal-content .modal-header .header-actions .compare-btn:hover,.editor-container .version-history-modal .modal-content .modal-header .header-actions .compare-btn.active{border-color:#f59e0b;color:#f59e0b}.editor-container .version-history-modal .modal-content .modal-header .header-actions .primary-btn{padding:.5rem 1rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.editor-container .version-history-modal .modal-content .modal-header .header-actions .primary-btn:hover{background:#dc8a0a}.editor-container .version-history-modal .modal-content .modal-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.editor-container .version-history-modal .modal-content .modal-body .loading-state{flex:1;display:flex;align-items:center;justify-content:center;color:#6b7280}.editor-container .version-history-modal .modal-content .modal-body .version-list{flex:1;overflow-y:auto;padding:1rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item{background:#f7f3ef;border:1px solid #E5E7EB;border-radius:8px;margin-bottom:.75rem;cursor:pointer;transition:all .2s}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item:hover{border-color:#f59e0b}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item.selected{border-color:#f59e0b;background:#f59e0b0d}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item.current{border-color:#10b981}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header{display:flex;justify-content:space-between;align-items:start;padding:1rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-info{flex:1}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-info h4{font-weight:600;color:#1a1a1a;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-info h4 .current-badge{background:#10b981;color:#fff;font-size:.75rem;padding:.125rem .5rem;border-radius:4px;font-weight:500}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-info p{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-info p svg{width:14px;height:14px}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-info .version-message{font-style:italic;color:#9ca3af;margin-top:.5rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-actions{display:flex;gap:.5rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-actions .icon-btn{padding:.5rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-header .version-actions .icon-btn:hover{background:#fff;color:#1a1a1a}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview{padding:1rem;border-top:1px solid #E5E7EB;max-height:300px;overflow-y:auto;background:#fff}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div{font-size:.875rem;color:#1a1a1a;line-height:1.6}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div h1,.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div h2,.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div h3,.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div h4,.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div h5,.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div h6{margin-top:.5rem;margin-bottom:.5rem}.editor-container .version-history-modal .modal-content .modal-body .version-list .version-item .version-preview>div p{margin-bottom:.5rem}.editor-container .version-history-modal .modal-content .modal-body .comparison-view{flex:1;overflow:hidden;display:flex;flex-direction:column}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #E5E7EB}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-header h3{font-size:1.125rem;font-weight:600;color:#1a1a1a}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-header button{padding:.5rem 1rem;background:none;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .2s}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-header button:hover{border-color:#f59e0b;color:#f59e0b}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content{flex:1;overflow-y:auto;padding:1rem}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer{font-family:Fira Code,monospace;font-size:.875rem}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line{display:flex;min-height:1.5rem}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line.different .diff-old{background:#ef44441a;color:#dc2626}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line.different .diff-new{background:#22c55e1a;color:#16a34a}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line .diff-old,.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line .diff-new{flex:1;padding:.25rem .5rem;white-space:pre-wrap;word-break:break-all}.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line .diff-old:first-child,.editor-container .version-history-modal .modal-content .modal-body .comparison-view .comparison-content .diff-viewer .diff-line .diff-new:first-child{border-right:1px solid #E5E7EB}.editor-container .version-history-modal .modal-content .modal-footer{padding:1.5rem;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end}.editor-container .version-history-modal .modal-content .modal-footer .cancel-btn{padding:.75rem 1.5rem;background:none;border:1px solid #E5E7EB;border-radius:8px;color:#6b7280;font-weight:500;cursor:pointer;transition:all .2s}.editor-container .version-history-modal .modal-content .modal-footer .cancel-btn:hover{border-color:#f59e0b;color:#f59e0b}.ai-trigger-btn{padding:.75rem 1.25rem;background:#f59e0b;color:#fff;border:none;border-radius:24px;box-shadow:0 4px 12px #f59e0b4d;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s;z-index:40}.ai-trigger-btn.floating{position:fixed;transition:box-shadow .2s}.ai-trigger-btn.floating:hover{box-shadow:0 6px 20px #f59e0b66}.ai-trigger-btn.floating:active{box-shadow:0 2px 8px #f59e0b4d}.ai-trigger-btn:hover{background:#dc8a0a;transform:translateY(-2px);box-shadow:0 6px 12px #00000026}.ai-trigger-btn svg{width:20px;height:20px}.ai-assistant{background:#fff;border:1px solid #E5E7EB;border-radius:12px;box-shadow:0 10px 25px #0000001a;width:380px;max-height:600px;display:flex;flex-direction:column;z-index:50}.ai-assistant.floating{position:fixed;animation:fadeIn .2s ease-out}.ai-assistant .ai-header{background:#f7f3ef;border-bottom:1px solid #E5E7EB;padding:1rem;display:flex;align-items:center;justify-content:space-between}.ai-assistant .ai-header h3{font-size:1rem;font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.ai-assistant .ai-header h3 svg{color:#f59e0b}.ai-assistant .ai-header button{padding:.25rem;background:none;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.ai-assistant .ai-header button:hover{background:#fff;color:#1a1a1a}.ai-assistant .ai-content{flex:1;overflow-y:auto;display:flex;flex-direction:column}.ai-assistant .ai-content .mode-tabs{display:flex;gap:.5rem;padding:1rem 1rem 0}.ai-assistant .ai-content .mode-tabs .mode-tab{flex:1;padding:.5rem;background:none;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.25rem;transition:all .2s}.ai-assistant .ai-content .mode-tabs .mode-tab:hover{border-color:#f59e0b;color:#f59e0b}.ai-assistant .ai-content .mode-tabs .mode-tab.active{background:#f59e0b;border-color:#f59e0b;color:#fff}.ai-assistant .ai-content .mode-tabs .mode-tab:disabled{opacity:.5;cursor:not-allowed}.ai-assistant .ai-content .mode-tabs .mode-tab svg{width:16px;height:16px}.ai-assistant .ai-content .selected-text-preview{margin:1rem;padding:.75rem;background:#f7f3ef;border-radius:6px;border:1px solid #E5E7EB}.ai-assistant .ai-content .selected-text-preview .label{font-size:.75rem;color:#9ca3af;margin-bottom:.25rem;font-weight:500;text-transform:uppercase}.ai-assistant .ai-content .selected-text-preview .text{font-size:.875rem;color:#1a1a1a;font-style:italic;line-height:1.4}.ai-assistant .ai-content .translate-section{margin:0 1rem 1rem}.ai-assistant .ai-content .translate-section .section-title{font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.ai-assistant .ai-content .translate-section .language-buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.ai-assistant .ai-content .translate-section .language-buttons .lang-btn{padding:.5rem;background:#f7f3ef;border:1px solid #E5E7EB;border-radius:6px;color:#1a1a1a;font-size:.875rem;cursor:pointer;transition:all .2s}.ai-assistant .ai-content .translate-section .language-buttons .lang-btn:hover{border-color:#f59e0b;color:#f59e0b}.ai-assistant .ai-content .translate-section .language-buttons .lang-btn:disabled{opacity:.5;cursor:not-allowed}.ai-assistant .ai-content .ai-suggestion{background:#f59e0b1a;border:1px solid rgba(245,158,11,.2);border-radius:8px;padding:1rem;margin-bottom:1rem}.ai-assistant .ai-content .ai-suggestion p{font-size:.875rem;color:#1a1a1a;line-height:1.4}.ai-assistant .ai-content .quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 1rem;margin-bottom:1rem}.ai-assistant .ai-content .quick-actions .quick-action-btn{padding:.75rem;background:none;border:1px solid #E5E7EB;border-radius:8px;color:#1a1a1a;font-size:.875rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.ai-assistant .ai-content .quick-actions .quick-action-btn:hover{border-color:#f59e0b;background:#f59e0b0d;color:#f59e0b}.ai-assistant .ai-content .quick-actions .quick-action-btn:disabled{opacity:.5;cursor:not-allowed}.ai-assistant .ai-content .quick-actions .quick-action-btn svg{width:16px;height:16px}.ai-assistant .ai-content .ai-input-section{padding:0 1rem 1rem}.ai-assistant .ai-content .ai-input-section .ai-input{width:100%;min-height:80px;padding:.75rem;border:1px solid #E5E7EB;border-radius:8px;background:#f7f3ef;font-size:.875rem;color:#1a1a1a;resize:vertical;margin-bottom:.75rem}.ai-assistant .ai-content .ai-input-section .ai-input:focus{outline:none;border-color:#f59e0b}.ai-assistant .ai-content .ai-input-section .ai-input::-moz-placeholder{color:#9ca3af}.ai-assistant .ai-content .ai-input-section .ai-input::placeholder{color:#9ca3af}.ai-assistant .ai-content .ai-input-section .ai-input:disabled{opacity:.5;cursor:not-allowed}.ai-assistant .ai-content .ai-input-section .ai-submit-btn{width:100%;padding:.75rem;background:#f59e0b;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .2s}.ai-assistant .ai-content .ai-input-section .ai-submit-btn:hover{background:#dc8a0a}.ai-assistant .ai-content .ai-input-section .ai-submit-btn:disabled{opacity:.5;cursor:not-allowed}.ai-assistant .ai-content .ai-input-section .ai-submit-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.ai-assistant .ai-content .streaming-preview{margin:0 1rem 1rem;padding:1rem;background:#f7f3ef;border:1px solid #E5E7EB;border-radius:8px}.ai-assistant .ai-content .streaming-preview .streaming-label{font-size:.75rem;color:#f59e0b;margin-bottom:.5rem;font-weight:500;text-transform:uppercase}.ai-assistant .ai-content .streaming-preview .streaming-content{font-size:.875rem;color:#1a1a1a;line-height:1.5;white-space:pre-wrap}.ai-assistant .ai-content .ai-tips{padding:1rem;background:#f7f3ef;border-top:1px solid #E5E7EB}.ai-assistant .ai-content .ai-tips .tip-title{font-size:.875rem;font-weight:500;color:#1a1a1a;margin-bottom:.5rem}.ai-assistant .ai-content .ai-tips ul{list-style:none;padding:0;margin:0}.ai-assistant .ai-content .ai-tips ul li{font-size:.8rem;color:#6b7280;margin-bottom:.25rem;padding-left:1rem;position:relative}.ai-assistant .ai-content .ai-tips ul li:before{content:"•";position:absolute;left:0;color:#f59e0b}.loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:1000}.loading-overlay .loading-content{text-align:center}.loading-overlay .loading-content .loading-spinner{width:48px;height:48px;border:3px solid #E5E7EB;border-top-color:#f59e0b;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.loading-overlay .loading-content p{font-size:1.125rem;color:#1a1a1a;font-weight:500}.cloud-sync-status{position:relative}.cloud-sync-status .sync-status-btn{padding:.5rem .75rem;background:none;border:1px solid #E5E7EB;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:all .2s}.cloud-sync-status .sync-status-btn:hover{border-color:#f59e0b;color:#1a1a1a}.cloud-sync-status .sync-status-btn.error{border-color:#dc2626;color:#dc2626}.cloud-sync-status .sync-status-btn svg{width:16px;height:16px}.cloud-sync-status .sync-status-btn svg.spinning{animation:spin 1s linear infinite}.cloud-sync-status .sync-status-btn svg.synced{color:#10b981}.cloud-sync-status .sync-status-btn svg.pending{color:#f59e0b}.cloud-sync-status .sync-status-btn svg.error{color:#dc2626}.cloud-sync-status .sync-status-btn svg.offline{color:#9ca3af}.cloud-sync-status .sync-details-dropdown{position:absolute;top:100%;left:0;margin-top:.5rem;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:280px;z-index:50}.cloud-sync-status .sync-details-dropdown .sync-details-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #E5E7EB}.cloud-sync-status .sync-details-dropdown .sync-details-header h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0}.cloud-sync-status .sync-details-dropdown .sync-details-header .sync-now-btn{padding:.375rem .75rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.25rem;transition:all .2s}.cloud-sync-status .sync-details-dropdown .sync-details-header .sync-now-btn:hover{background:#dc8a0a}.cloud-sync-status .sync-details-dropdown .sync-details-header .sync-now-btn:disabled{opacity:.5;cursor:not-allowed}.cloud-sync-status .sync-details-dropdown .sync-details-header .sync-now-btn svg{width:14px;height:14px}.cloud-sync-status .sync-details-dropdown .sync-details-content{padding:1rem}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-error{padding:.75rem;background:#dc26261a;border:1px solid rgba(220,38,38,.2);border-radius:6px;color:#dc2626;font-size:.875rem;display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-error svg{width:14px;height:14px}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-info .sync-info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.875rem}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-info .sync-info-row:not(:last-child){border-bottom:1px solid #E5E7EB}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-info .sync-info-row span:first-child{color:#6b7280}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-info .sync-info-row .status-value{color:#1a1a1a;font-weight:500}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-info .sync-info-row .status-value.syncing{color:#f59e0b}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-actions{margin-top:1rem;display:flex;justify-content:space-between}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-actions .text-btn{padding:.5rem;background:none;border:none;color:#6b7280;font-size:.875rem;cursor:pointer;text-decoration:underline;transition:color .2s}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-actions .text-btn:hover{color:#1a1a1a}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-actions .text-btn.danger{color:#dc2626}.cloud-sync-status .sync-details-dropdown .sync-details-content .sync-actions .text-btn.danger:hover{color:#b91c1c}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}.pdf-viewer{width:100%;height:100%;display:flex;flex-direction:column;background:#f5f5f5}.pdf-viewer .pdf-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.pdf-viewer .pdf-loading .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}.pdf-viewer .pdf-loading p{margin-top:16px;color:#666}.pdf-viewer .pdf-controls{display:flex;align-items:center;justify-content:center;padding:12px;background:#fff;border-bottom:1px solid #e0e0e0;gap:16px}.pdf-viewer .pdf-controls button{padding:6px 16px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;transition:background .2s}.pdf-viewer .pdf-controls button:hover:not(:disabled){background:#f5f5f5}.pdf-viewer .pdf-controls button:disabled{opacity:.5;cursor:not-allowed}.pdf-viewer .pdf-controls .page-info{font-size:14px;color:#666;min-width:100px;text-align:center}.pdf-viewer .pdf-canvas-container{flex:1;overflow:auto;display:flex;justify-content:center;padding:20px}.pdf-viewer .pdf-canvas-container .pdf-canvas{box-shadow:0 2px 8px #0000001a;background:#fff;max-width:100%;height:auto}.excel-table-editor{padding:1rem;background:#f9fafb;border-radius:8px;margin:1rem 0}.excel-table-editor .excel-toolbar{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}.excel-table-editor .excel-toolbar .excel-action-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.excel-table-editor .excel-toolbar .excel-action-btn:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.excel-table-editor .excel-toolbar .excel-action-btn:disabled{opacity:.5;cursor:not-allowed}.excel-table-editor .excel-toolbar .excel-action-btn .spinning{animation:spin 1s linear infinite}.excel-table-editor .excel-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:1rem;overflow:hidden}.excel-table-editor .excel-preview .excel-preview-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.excel-table-editor .excel-preview .excel-preview-header h4{margin:0;font-size:.875rem;font-weight:600;color:#1f2937}.excel-table-editor .excel-preview .excel-preview-header .close-btn{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px}.excel-table-editor .excel-preview .excel-preview-header .close-btn:hover{background:#f3f4f6;color:#1f2937}.excel-table-editor .excel-preview .excel-preview-content{padding:1.5rem;text-align:center}.excel-table-editor .excel-preview .excel-preview-content p{margin:0 0 .75rem;color:#4b5563;font-size:.875rem}.excel-table-editor .excel-preview .excel-preview-content .file-info{color:#6b7280;font-size:.813rem}.excel-table-editor .excel-preview .excel-preview-content .preview-actions{margin-top:1.5rem}.excel-table-editor .excel-preview .excel-preview-content .preview-actions .primary-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.excel-table-editor .excel-preview .excel-preview-content .preview-actions .primary-btn:hover{background:#2563eb}.ProseMirror table{border-collapse:collapse;width:100%;margin:1rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a}.ProseMirror table td,.ProseMirror table th{border:1px solid #e5e7eb;padding:.75rem 1rem;text-align:left;min-width:100px}.ProseMirror table td.selectedCell,.ProseMirror table th.selectedCell{background:#dbeafe}.ProseMirror table th{background:#f9fafb;font-weight:600;color:#1f2937}.ProseMirror table tr:nth-child(2n){background:#f9fafb}.ProseMirror table .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:#cbd5e1;cursor:col-resize}.ProseMirror table .tableWrapper{overflow-x:auto;margin:1rem 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
