body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}#root,body,html{height:100%}.timeline-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}.timeline-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;margin:20px 0;overflow:hidden}.timeline-header{background:linear-gradient(135deg,#3f51b5,#5c6bc0);color:#fff;padding:20px;text-align:center}.event-item{align-items:center;background:#f8f9fa;border-left:4px solid #3f51b5;border-radius:8px;display:flex;margin:10px 0;padding:15px;transition:all .3s ease}.event-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateX(5px)}.event-year{color:#3f51b5;font-size:1.2em;font-weight:700;margin-right:15px;min-width:80px}.event-details{flex:1 1}.event-title{color:#333;font-weight:600;margin-bottom:5px}.event-description{color:#666;font-size:.9em}.auth-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.auth-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:40px;width:100%}.auth-title{color:#333;font-size:2em;font-weight:300;margin-bottom:30px;text-align:center}.form-group{margin-bottom:20px}.form-label{color:#555;display:block;font-weight:500;margin-bottom:8px}.form-input{border:2px solid #e1e5e9;border-radius:8px;font-size:16px;padding:12px;transition:border-color .3s ease;width:100%}.form-input:focus{border-color:#3f51b5;outline:none}.form-hint{color:#6c757d;display:block;font-size:.875em;font-style:italic;margin-top:5px}.btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:all .3s ease;width:100%}.btn-primary{background:linear-gradient(135deg,#3f51b5,#5c6bc0);color:#fff}.btn-primary:hover{box-shadow:0 4px 12px #3f51b54d;transform:translateY(-2px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover{background:#c82333}.btn-success{background:#28a745;color:#fff}.btn-success:hover{background:#218838}.loading{align-items:center;display:flex;height:200px;justify-content:center}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin:10px 0;padding:12px}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin:10px 0;padding:12px}.language-selector{position:fixed;right:20px;top:20px;z-index:1000}.navbar{align-items:center;background:linear-gradient(135deg,#3f51b5,#5c6bc0);box-shadow:0 2px 10px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:15px 20px}.navbar-brand{font-size:1.5em;font-weight:600}.navbar-nav{display:flex;gap:20px}.nav-link{border-radius:6px;color:#fff;padding:8px 16px;text-decoration:none;transition:background-color .3s ease}.nav-link:hover{background-color:#ffffff1a}.export-button{bottom:20px;position:fixed;right:20px;z-index:1000}.admin-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}.admin-header{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;margin-bottom:20px;padding:20px}.admin-header h1{color:#333;font-size:2em;margin:0 0 10px}.admin-header p{color:#666;margin:0}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:20px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:20px}.stat-card h3{color:#333;font-size:1.2em;margin:0 0 15px}.stat-number{color:#3f51b5;font-size:2.5em;font-weight:700;margin:0}.language-stats{display:flex;flex-direction:column;gap:8px}.language-stat{border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:5px 0}.language-stat:last-child{border-bottom:none}.users-section{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;padding:20px}.users-section h2{color:#333;margin:0 0 20px}.table-container{overflow-x:auto}.users-table{border-collapse:collapse;margin-bottom:20px;width:100%}.users-table td,.users-table th{border-bottom:1px solid #eee;padding:12px;text-align:left}.users-table th{color:#333;font-weight:600}.users-table th,.users-table tr:hover{background:#f8f9fa}.btn-sm{font-size:.875em;padding:6px 12px}.pagination{gap:15px;margin-top:20px}.modal-overlay,.pagination{align-items:center;display:flex;justify-content:center}.modal-overlay{background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1000}.modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}.modal-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.modal-header h3{color:#333;margin:0}.modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:24px;height:30px;justify-content:center;padding:0;width:30px}.modal-close:hover{color:#333}.modal-body{padding:20px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}@media (max-width:768px){.timeline-container{padding:10px}.auth-card{margin:20px;padding:30px}.navbar,.navbar-nav{flex-direction:column;gap:10px}.admin-container{padding:10px}.stats-grid{grid-template-columns:1fr}.users-table{font-size:.875em}.users-table td,.users-table th{padding:8px}.modal{margin:10px;width:95%}}.wu-zetian-example{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001a;margin:20px 0;padding:30px}.example-header h2{color:#333;margin-bottom:15px;text-align:center}.example-description{color:#666;font-size:1.1em;line-height:1.6;margin-bottom:30px;text-align:center}.translation-info{display:flex;justify-content:center;margin-bottom:30px}.info-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;max-width:500px;padding:20px;text-align:center}.info-card h4{font-size:1.2em;margin:0 0 15px}.info-card p{font-size:1em;margin:8px 0}.timeline-tabs{display:flex;gap:10px;justify-content:center;margin-bottom:30px}.tab-button{background:#fff;border:2px solid #3f51b5;border-radius:8px;color:#3f51b5;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.tab-button:hover{background:#f5f5f5}.tab-button.active{background:#3f51b5;color:#fff}.timeline-example{margin:20px 0}.timeline-container{padding-left:30px;position:relative}.timeline-container:before{background:linear-gradient(180deg,#3f51b5,#5c6bc0);bottom:0;content:"";left:15px;position:absolute;top:0;width:2px}.timeline-item{align-items:flex-start;display:flex;margin-bottom:40px;position:relative}.timeline-marker{align-items:center;border-radius:50%;box-shadow:0 2px 8px #0003;color:#fff;display:flex;font-size:.8em;font-weight:700;height:30px;justify-content:center;left:-30px;position:absolute;top:0;width:30px}.timeline-year{font-size:.7em;line-height:1;text-align:center}.timeline-content{background:#f8f9fa;border-radius:12px;box-shadow:0 2px 8px #0000001a;flex:1 1;margin-left:20px;padding:20px;transition:transform .3s ease}.timeline-content:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.timeline-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.timeline-title{color:#333;font-size:1.2em;font-weight:600;margin:0}.timeline-category{border-radius:20px;color:#fff;font-size:.8em;font-weight:500;padding:4px 12px}.timeline-description{color:#666;line-height:1.6;margin:0}.comparison-section{border-top:2px solid #eee;margin-top:40px;padding-top:30px}.comparison-section h3{color:#333;margin-bottom:20px;text-align:center}.comparison-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.comparison-item{background:#f8f9fa;border-left:4px solid #3f51b5;border-radius:12px;padding:20px}.comparison-item h4{color:#333;font-size:1.1em;margin:0 0 15px}.comparison-item ul{margin:0;padding-left:20px}.comparison-item li{color:#666;line-height:1.5;margin-bottom:8px}@media (max-width:768px){.wu-zetian-example{margin:10px 0;padding:20px}.timeline-tabs{align-items:center;flex-direction:column}.tab-button{max-width:300px;width:100%}.timeline-container{padding-left:20px}.timeline-marker{height:20px;left:-20px;width:20px}.timeline-year{font-size:.6em}.timeline-content{margin-left:15px;padding:15px}.timeline-header{align-items:flex-start;flex-direction:column;gap:10px}.comparison-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.e4d049c2.css.map*/