.home-container{min-height:100vh;background:#f5f5f5;padding:16px 16px 80px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.home-header{margin-bottom:20px}.welcome-section{background:#fff;border-radius:12px;padding:20px;border:1px solid #e7e8ec;box-shadow:0 1px #0000000d}.welcome-title{font-size:24px;font-weight:600;color:#2c2d2e;margin-bottom:8px}.welcome-subtitle{font-size:15px;color:#6d6e70;margin:0}.loading-dashboard{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.spinner{width:40px;height:40px;border:4px solid #e7e8ec;border-top-color:#4680c2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-dashboard p{color:#6d6e70;font-size:15px}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.stat-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e7e8ec;display:flex;align-items:center;gap:12px;transition:all .2s ease}.stat-card:hover{box-shadow:0 2px 8px #00000014}.stat-card.success{border-left:3px solid #4caf50}.stat-card.processing{border-left:3px solid #ff9800}.stat-card.failed{border-left:3px solid #f44336}.stat-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border-radius:10px;flex-shrink:0}.stat-card.success .stat-icon{background:#e8f5e9;color:#4caf50}.stat-card.processing .stat-icon{background:#fff3e0;color:#ff9800}.stat-card.failed .stat-icon{background:#ffebee;color:#f44336}.stat-content{flex:1}.stat-value{font-size:24px;font-weight:700;color:#2c2d2e;line-height:1.2;margin-bottom:2px}.stat-label{font-size:13px;color:#6d6e70}.recent-works-section{margin-bottom:20px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.section-title{font-size:18px;font-weight:600;color:#2c2d2e;margin:0;padding-left:4px}.view-all-link{font-size:14px;color:#4680c2;text-decoration:none;font-weight:500;transition:color .2s ease}.view-all-link:hover{color:#3d6fa8}.empty-works{background:#fff;border-radius:12px;padding:40px 20px;text-align:center;border:1px solid #e7e8ec}.empty-works p{font-size:16px;color:#2c2d2e;margin:0 0 20px;font-weight:500}.create-first-button{display:inline-block;padding:10px 20px;background:#4680c2;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;font-size:15px;transition:all .2s ease}.create-first-button:hover{background:#3d6fa8}.recent-works-list{display:flex;flex-direction:column;gap:12px}.recent-work-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e7e8ec;text-decoration:none;transition:all .2s ease;display:block}.recent-work-card:hover{box-shadow:0 2px 8px #00000014;border-color:#4680c2;transform:translateY(-2px)}.work-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.work-title{font-size:16px;font-weight:600;color:#2c2d2e;margin:0;flex:1;line-height:1.4}.work-status-badge{padding:4px 10px;border-radius:12px;font-size:11px;font-weight:600;white-space:nowrap;flex-shrink:0}.work-status-badge.status-completed{background:#e8f5e9;color:#2e7d32}.work-status-badge.status-processing{background:#fff3e0;color:#e65100}.work-status-badge.status-failed{background:#ffebee;color:#c62828}.work-card-footer{display:flex;justify-content:space-between;align-items:center}.work-date{font-size:13px;color:#6d6e70}.work-arrow{font-size:18px;color:#4680c2;transition:transform .2s ease}.recent-work-card:hover .work-arrow{transform:translate(4px)}.quick-actions-section{margin-bottom:20px}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.quick-action-card{background:#fff;border-radius:12px;padding:16px;border:1px solid #e7e8ec;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:8px;transition:all .2s ease;text-align:center}.quick-action-card:hover{box-shadow:0 2px 8px #00000014;transform:translateY(-2px)}.quick-action-card.primary{background:#4680c2;border-color:#4680c2;color:#fff}.quick-action-card.primary:hover{background:#3d6fa8}.action-icon{font-size:32px;display:block}.action-label{font-size:14px;font-weight:500;color:#2c2d2e}.quick-action-card.primary .action-label{color:#fff}.info-section{margin-bottom:20px}.info-list{background:#fff;border-radius:12px;border:1px solid #e7e8ec;overflow:hidden}.info-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-bottom:1px solid #f0f2f5;transition:background .2s ease}.info-item:last-child{border-bottom:none}.info-item:hover{background:#f0f2f5}.info-icon{font-size:24px;flex-shrink:0}.info-text{display:flex;flex-direction:column;gap:2px;flex:1}.info-text strong{font-size:15px;font-weight:600;color:#2c2d2e}.info-text span{font-size:13px;color:#6d6e70}@media (max-width: 480px){.home-container{padding:12px}.welcome-title{font-size:22px}.stats-grid,.quick-actions-grid{grid-template-columns:1fr}}.create-work-container{min-height:100vh;background:#f5f5f5;padding:16px 16px 80px;animation:fadeIn .3s ease}.create-work-header{margin-bottom:20px;position:relative}.back-button{position:absolute;left:0;top:0;background:#fff;border:1px solid #e7e8ec;color:#4680c2;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block;font-family:inherit}.create-work-header h1{font-size:28px;font-weight:600;margin:10px 0 0;color:#2c2d2e;text-align:center;padding-top:40px}.create-work-form{max-width:800px;margin:0 auto;background:#fff;border-radius:8px;padding:24px;box-shadow:0 1px #0000000d;border:1px solid #e7e8ec}.form-section{margin-bottom:24px}.section-title{font-size:18px;font-weight:600;color:#2c2d2e;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #e7e8ec}.form-group{margin-bottom:16px}.form-group label{display:flex;align-items:center;gap:8px;font-weight:500;color:#2c2d2e;margin-bottom:8px;font-size:14px}.label-icon{font-size:16px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:10px 12px;border:1px solid #e7e8ec;border-radius:8px;font-size:15px;font-family:inherit;transition:all .2s ease;background:#fff;color:#2c2d2e}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#4680c2;box-shadow:0 0 0 2px #4680c21a}.form-group textarea{resize:vertical;min-height:80px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.work-type-display{margin-top:8px}.work-type-badge{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#f0f2f5;border:1px solid #e7e8ec;border-radius:8px;font-size:15px;color:#2c2d2e;font-weight:500}.toggle-advanced{width:100%;padding:10px 12px;background:#f0f2f5;border:1px solid #e7e8ec;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#2c2d2e;display:flex;align-items:center;gap:8px;transition:all .2s ease;font-family:inherit}.toggle-advanced:hover{background:#e7e8ec}.advanced-fields{margin-top:16px;padding-top:16px;border-top:1px solid #e7e8ec;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submit-button{width:100%;padding:12px;background:#4680c2;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;margin-top:8px;font-family:inherit}.submit-button:hover:not(:disabled){background:#3d6fa8}.submit-button:active:not(:disabled){background:#356599}.submit-button:disabled{opacity:.6;cursor:not-allowed}.error-message{padding:12px;background:#fff3cd;border:1px solid #ffc107;border-radius:8px;color:#856404;margin-bottom:16px;font-size:14px}.generating-screen{max-width:500px;margin:100px auto;text-align:center;color:#2c2d2e;padding:40px;background:#fff;border-radius:8px;box-shadow:0 1px #0000000d;border:1px solid #e7e8ec}.generating-animation{margin-bottom:30px}.spinner{width:60px;height:60px;margin:0 auto;border:4px solid #e7e8ec;border-top-color:#4680c2;border-radius:50%;animation:spin 1s linear infinite}.generating-screen h2{font-size:24px;margin-bottom:12px;font-weight:600;color:#2c2d2e}.progress-text{font-size:15px;color:#6d6e70;margin-bottom:24px;min-height:24px}.progress-steps{display:flex;justify-content:space-around;margin-top:24px;gap:12px}.step{display:flex;flex-direction:column;align-items:center;gap:6px;opacity:.5;transition:opacity .3s ease}.step.active{opacity:1}.step-icon{font-size:24px}.step-label{font-size:11px;font-weight:500;color:#6d6e70}@media (max-width: 768px){.create-work-container{padding:15px}.create-work-form{padding:16px}.form-row{grid-template-columns:1fr}.work-type-selector{grid-template-columns:repeat(2,1fr)}.back-button{position:relative;margin-bottom:15px}.create-work-header h1{font-size:24px}}.my-works-container{min-height:100vh;background:#f5f5f5;padding:16px 16px 80px;animation:fadeIn .3s ease}.my-works-header{margin-bottom:20px;position:relative}.back-button{position:absolute;left:0;top:0;background:#fff;border:1px solid #e7e8ec;color:#4680c2;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;text-decoration:none;display:inline-block}.back-button:hover{background:#f0f2f5;border-color:#4680c2}.my-works-header h1{font-size:28px;font-weight:600;margin:10px 0 0;color:#2c2d2e;text-align:center;padding-top:40px}.subtitle{font-size:15px;color:#6d6e70;margin-top:5px;text-align:center}.loading-state,.empty-state{max-width:500px;margin:100px auto;text-align:center;color:#2c2d2e;padding:40px;background:#fff;border-radius:8px;box-shadow:0 1px #0000000d;border:1px solid #e7e8ec}.spinner{width:48px;height:48px;margin:0 auto 20px;border:4px solid #e7e8ec;border-top-color:#4680c2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.empty-state h2{font-size:20px;margin-bottom:8px;font-weight:600;color:#2c2d2e}.empty-state p{font-size:15px;color:#6d6e70;margin-bottom:24px}.create-button{display:inline-block;padding:10px 20px;background:#4680c2;color:#fff;border-radius:8px;text-decoration:none;font-weight:500;font-size:15px;transition:all .2s ease}.create-button:hover{background:#3d6fa8}.works-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.work-card{background:#fff;border-radius:8px;padding:16px;box-shadow:0 1px #0000000d;border:1px solid #e7e8ec;transition:all .2s ease}.work-card:hover{box-shadow:0 2px 8px #0000001a}.work-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.work-header h3{font-size:18px;font-weight:600;color:#2c2d2e;margin:0;flex:1}.work-status{padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500;white-space:nowrap}.work-status.completed{background:#e8f5e9;color:#2e7d32}.work-status.processing{background:#fff3e0;color:#e65100}.work-status.failed{background:#ffebee;color:#c62828}.work-info{display:flex;gap:16px;margin-bottom:12px;font-size:14px;color:#6d6e70}.work-type{font-weight:500;color:#4680c2}.download-button{width:100%;padding:10px;background:#4680c2;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.download-button:hover{background:#3d6fa8}@media (max-width: 768px){.my-works-container{padding:15px}.back-button{position:relative;margin-bottom:15px}.my-works-header h1{font-size:24px}.work-header{flex-direction:column;gap:8px}.work-info{flex-direction:column;gap:6px}}.chat-container{min-height:100vh;background:#f5f5f5;padding:16px 16px 80px;display:flex;flex-direction:column;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.chat-header{margin-bottom:16px;text-align:center}.chat-header h1{font-size:24px;font-weight:600;color:#2c2d2e;margin:0 0 4px}.chat-subtitle{font-size:14px;color:#6d6e70;margin:0}.chat-messages{flex:1;overflow-y:auto;padding:16px 0;display:flex;flex-direction:column;gap:12px;min-height:300px}.chat-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#6d6e70}.chat-empty-icon{font-size:64px;margin-bottom:16px;opacity:.5}.chat-empty p{font-size:16px;font-weight:500;color:#2c2d2e;margin:0 0 4px}.chat-empty span{font-size:14px;color:#6d6e70}.message{display:flex;animation:messageSlide .3s ease}@keyframes messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message-user{justify-content:flex-end}.message-system{justify-content:flex-start}.message-content{max-width:75%;padding:10px 14px;border-radius:12px;position:relative}.message-user .message-content{background:#4680c2;color:#fff;border-bottom-right-radius:4px}.message-system .message-content{background:#fff;color:#2c2d2e;border:1px solid #e7e8ec;border-bottom-left-radius:4px}.message-content p{margin:0 0 4px;font-size:15px;line-height:1.4;word-wrap:break-word}.message-time{font-size:11px;opacity:.7;display:block;text-align:right}.message-system .message-time{text-align:left}.chat-input-form{display:flex;gap:8px;padding:12px;background:#fff;border-radius:12px;border:1px solid #e7e8ec;margin-top:auto}.chat-input{flex:1;border:none;outline:none;font-size:15px;font-family:inherit;color:#2c2d2e;background:transparent;padding:0}.chat-input::placeholder{color:#99a2ad}.chat-send-button{width:36px;height:36px;border:none;background:#4680c2;color:#fff;border-radius:50%;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;font-family:inherit}.chat-send-button:hover:not(:disabled){background:#3d6fa8;transform:scale(1.05)}.chat-send-button:active:not(:disabled){transform:scale(.95)}.chat-send-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 480px){.chat-container{padding:12px}.message-content{max-width:85%}}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #e7e8ec;display:flex;justify-content:space-around;align-items:center;padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:1000;box-shadow:0 -2px 8px #0000000a}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:8px 16px;text-decoration:none;color:#6d6e70;transition:all .2s ease;position:relative;min-width:60px}.nav-item:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#4680c2;transition:width .2s ease;border-radius:0 0 2px 2px}.nav-item.active:before{width:40px}.nav-item:hover,.nav-item.active{color:#4680c2}.nav-icon{font-size:24px;transition:transform .2s ease;display:block}.nav-item.active .nav-icon{transform:scale(1.1)}.nav-label{font-size:11px;font-weight:500;transition:font-weight .2s ease}.nav-item.active .nav-label{font-weight:600}@media (max-width: 480px){.nav-item{padding:6px 12px;min-width:50px}.nav-icon{font-size:22px}.nav-label{font-size:10px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;overflow-x:hidden}#root{min-height:100vh}.app-container{min-height:100vh;padding-bottom:60px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#0000001a}::-webkit-scrollbar-thumb{background:#4680c24d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4680c280}
