.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-container{background:#fff;border-radius:12px;padding:2.5rem;width:100%;max-width:420px;box-shadow:0 20px 60px #0000004d}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h1{margin:0 0 .5rem;font-size:2rem;color:#333}.auth-header p{margin:0;color:#666;font-size:1rem}.auth-tabs{display:flex;gap:.5rem;margin-bottom:2rem;background:#f5f5f5;border-radius:8px;padding:.25rem}.auth-tabs button{flex:1;padding:.75rem;border:none;background:transparent;color:#666;font-size:1rem;font-weight:500;border-radius:6px;transition:all .2s;cursor:pointer}.auth-tabs button.active{background:#fff;color:#667eea;box-shadow:0 2px 4px #0000001a}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333;font-size:.875rem}.form-group input{padding:.875rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.error-message{padding:.875rem;background:#fee;color:#c33;border-radius:8px;font-size:.875rem;border:1px solid #fcc}.submit-button{padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:.5rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.divider{display:flex;align-items:center;margin:1.5rem 0;color:#999;font-size:.875rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.divider span{padding:0 1rem}.google-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;background:#fff;color:#333;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.google-button:hover:not(:disabled){background:#f8f8f8;border-color:#ccc}.google-button:disabled{opacity:.6;cursor:not-allowed}.google-button svg{flex-shrink:0}.file-dropzone{border:2px dashed #ccc;border-radius:8px;padding:3rem 2rem;text-align:center;background:#fff;cursor:pointer;transition:all .2s}.file-dropzone:hover{border-color:#007bff;background:#f8f9fa}.file-dropzone.dragging{border-color:#007bff;background:#e7f3ff;transform:scale(1.02)}.dropzone-content{pointer-events:none}.dropzone-icon{font-size:4rem;margin-bottom:1rem}.dropzone-text{font-size:1.25rem;font-weight:500;color:#333;margin:.5rem 0}.dropzone-subtext{font-size:1rem;color:#666;margin:.5rem 0}.dropzone-hint{font-size:.875rem;color:#999;margin:.5rem 0}.card-preview{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.card-preview h3{margin:0 0 1rem;color:#333}.preview-list{display:flex;flex-direction:column;gap:1rem;max-height:400px;overflow-y:auto}.preview-card{display:flex;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.card-number{flex-shrink:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;background:#007bff;color:#fff;border-radius:50%;font-weight:500;font-size:.875rem}.card-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.card-front,.card-back{line-height:1.5;color:#333}.card-front{display:flex;align-items:flex-start;gap:.5rem}.cloze-badge{flex-shrink:0;display:inline-block;padding:.125rem .5rem;background:#ffc107;color:#000;border-radius:4px;font-size:.75rem;font-weight:500}.card-back{color:#666}.remaining-count{margin-top:1rem;text-align:center;color:#666;font-style:italic}.preview-list::-webkit-scrollbar{width:8px}.preview-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.preview-list::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.preview-list::-webkit-scrollbar-thumb:hover{background:#555}.import-page{max-width:900px;margin:0 auto}.import-page h2{margin-bottom:2rem;color:#333}.import-container{display:flex;flex-direction:column;gap:1.5rem}.import-summary{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e0e0e0}.summary-stats{display:flex;gap:1.5rem;flex-wrap:wrap}.summary-stats .stat{font-size:.95rem;color:#666}.summary-stats .stat.done{color:#2e7d32;font-weight:500}.clear-all-button{padding:.5rem 1rem;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-size:.9rem;transition:all .2s}.clear-all-button:hover:not(:disabled){background:#ffebee;border-color:#ef5350;color:#c62828}.clear-all-button:disabled{opacity:.5;cursor:not-allowed}.deck-mode-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.deck-mode-section h4{margin:0 0 1rem;color:#333;font-size:1rem}.deck-mode-options{display:flex;gap:1rem;flex-wrap:wrap}.deck-mode-option{flex:1;min-width:200px;display:flex;flex-direction:column;padding:1rem;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .2s}.deck-mode-option:hover{border-color:#90caf9}.deck-mode-option.active{border-color:#1976d2;background:#e3f2fd}.deck-mode-option input[type=radio]{display:none}.deck-mode-option .option-label{font-weight:500;color:#333;margin-bottom:.25rem}.deck-mode-option .option-desc{font-size:.85rem;color:#666}.single-deck-input{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.single-deck-input label{font-weight:500;color:#333}.single-deck-input input{padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.single-deck-input input:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px #1976d21a}.file-list{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0}.file-list h4{margin:0 0 1rem;color:#333;font-size:1rem}.file-item{border:1px solid #e0e0e0;border-radius:6px;margin-bottom:.75rem;overflow:hidden;transition:border-color .2s}.file-item:last-child{margin-bottom:0}.file-item.importing{border-color:#ffc107;background:#fffde7}.file-item.done{border-color:#4caf50;background:#e8f5e9}.file-item.error{border-color:#f44336;background:#ffebee}.file-item-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;gap:1rem;flex-wrap:wrap}.file-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;background:transparent;padding:0;border:none;border-radius:0}.file-status-icon{font-size:1.1rem}.file-name{font-weight:500;color:#333}.file-size{font-size:.85rem;color:#888}.card-count{background:#e3f2fd;color:#1565c0;padding:.2rem .6rem;border-radius:12px;font-size:.8rem;font-weight:500}.file-actions{display:flex;align-items:center;gap:.5rem}.deck-name-input{padding:.4rem .6rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;width:150px}.deck-name-input:focus{outline:none;border-color:#1976d2}.preview-toggle{padding:.4rem .8rem;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;font-size:.85rem;transition:all .2s}.preview-toggle:hover{background:#e0e0e0}.remove-button{width:28px;height:28px;padding:0;background:transparent;border:1px solid #ddd;border-radius:4px;color:#999;cursor:pointer;font-size:1.1rem;line-height:1;transition:all .2s}.remove-button:hover:not(:disabled){background:#ffebee;border-color:#ef5350;color:#c62828}.remove-button:disabled{opacity:.3;cursor:not-allowed}.file-error{padding:.5rem 1rem;background:#ffcdd2;color:#c62828;font-size:.85rem}.file-preview{border-top:1px solid #e0e0e0;padding:1rem;background:#fafafa}.preview-stats{display:flex;gap:1.5rem;margin-bottom:1rem;font-size:.9rem;color:#666}.import-actions{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;display:flex;justify-content:center}.import-button{padding:1rem 2rem;background:#1976d2;color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:500;cursor:pointer;transition:background .2s}.import-button:hover:not(:disabled){background:#1565c0}.import-button:disabled{background:#bdbdbd;cursor:not-allowed}@media (max-width: 600px){.import-summary{flex-direction:column;gap:1rem;align-items:flex-start}.file-item-header{flex-direction:column;align-items:flex-start}.file-actions{width:100%;justify-content:flex-end}.deck-name-input{width:120px}.deck-mode-options{flex-direction:column}}.dashboard-page{max-width:1000px;margin:0 auto}.dashboard-page h2{margin-bottom:2rem;color:#333}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e0e0e0;text-align:center}.stat-value{font-size:3rem;font-weight:700;color:#007bff;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#666}.decks-section{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e0e0e0;margin-bottom:2rem}.decks-section h3{margin:0 0 1rem;color:#333}.decks-list{display:flex;flex-direction:column;gap:.75rem}.deck-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border-radius:6px;border:1px solid #e9ecef}.deck-name{font-weight:500;color:#333}.deck-count{color:#666;background:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.875rem}.empty-state{background:#fff;padding:3rem 2rem;border-radius:8px;border:1px solid #e0e0e0;text-align:center;color:#666;margin-bottom:2rem}.empty-state p{margin:.5rem 0}.actions{display:flex;justify-content:center;margin-bottom:2rem}.danger-button{padding:.75rem 1.5rem;background:#dc3545;color:#fff;border:none;border-radius:4px;font-size:1rem;transition:background .2s}.danger-button:hover{background:#c82333}.info-box{background:#e3f2fd;padding:1.5rem;border-radius:8px;border:1px solid #90caf9}.info-box h4{margin:0 0 .5rem;color:#1976d2}.info-box p{margin:0;color:#1565c0;line-height:1.6}*{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;background:#f5f5f5}.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:#fff;border-bottom:1px solid #e0e0e0;padding:1rem 2rem;display:flex;gap:2rem;align-items:center;box-shadow:0 2px 4px #0000000d}.app-header h1{font-size:1.5rem;color:#333}.app-header nav{display:flex;gap:1rem}.app-header nav button{padding:.5rem 1.5rem;border:none;background:transparent;color:#666;cursor:pointer;font-size:1rem;border-radius:4px;transition:all .2s}.app-header nav button:hover{background:#f0f0f0;color:#333}.app-header nav button.active{background:#007bff;color:#fff}.app-main{flex:1;padding:2rem;max-width:1200px;width:100%;margin:0 auto}button{cursor:pointer;font-family:inherit}button:disabled{opacity:.5;cursor:not-allowed}.loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;gap:1.5rem}.spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen p{font-size:1.125rem;font-weight:500}.user-menu{display:flex;align-items:center;gap:1rem;margin-left:auto}.user-email{color:#666;font-size:.875rem}.logout-button{padding:.5rem 1rem;background:#f0f0f0;color:#666;border:none;border-radius:4px;font-size:.875rem;transition:all .2s}.logout-button:hover{background:#e0e0e0;color:#333}
