:root{font-family:Inter,PingFang SC,Microsoft YaHei,sans-serif;color:#1f2937;background:#f7f8fa;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}input{width:100%;min-height:38px;border:1px solid #d7dce2;border-radius:6px;padding:8px 10px;color:#1f2937;background:#fff;outline:none}textarea{width:100%;min-height:150px;resize:vertical;border:1px solid #d7dce2;border-radius:6px;padding:10px;color:#1f2937;background:#fff;outline:none}textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #dbeafe}input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #dbeafe}label{display:grid;gap:7px;font-size:14px;color:#374151}h1,h2,h3,p{margin:0}.button{min-height:36px;border:1px solid #d1d5db;border-radius:6px;padding:7px 12px;color:#374151;background:#fff}.button.primary{border-color:#2563eb;color:#fff;background:#2563eb}.button.secondary{background:#fff}.button.small{min-height:30px;padding:4px 9px;font-size:13px}.button.danger{border-color:#fecaca;color:#b91c1c;background:#fff}.button.wide{width:100%}.button.link{border:0;color:#2563eb;background:transparent}.subtle,.phonetic,.meaning,time,.count,.key-state{color:#6b7280}.error{color:#b91c1c;font-size:14px}.success{color:#047857;font-size:14px}.auth-page{display:grid;min-height:100vh;place-items:center;padding:20px}.loading-page{display:grid;min-height:100vh;place-items:center}.spinner{width:28px;height:28px;border:3px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-form{display:grid;width:min(100%,360px);gap:16px;border:1px solid #e5e7eb;border-radius:10px;padding:28px;background:#fff;box-shadow:0 8px 24px #0f172a0d}.auth-form h1{font-size:24px}.app-page{width:min(100% - 32px,1000px);min-height:100vh;margin:0 auto;padding:32px 0 24px}.app-header,.toolbar,.word-card,.word-title,.word-actions,.header-actions,.modal-header,.modal-footer,.group-header,.repeater-row,.app-footer,.notice{display:flex;align-items:center}.app-header{justify-content:space-between;gap:16px;margin-bottom:22px}.app-header h1{font-size:24px}.header-actions{gap:8px}.toolbar{justify-content:space-between;gap:12px;margin-bottom:14px}.search-input{max-width:320px}.count{white-space:nowrap;font-size:14px}.notice{justify-content:space-between;margin-bottom:12px;border:1px solid #bfdbfe;border-radius:6px;padding:9px 12px;color:#1d4ed8;background:#eff6ff;font-size:14px}.notice button,.app-footer button{border:0;padding:0;color:inherit;background:transparent}.word-list{display:grid;gap:10px}.word-card{justify-content:space-between;gap:20px;border:1px solid #e5e7eb;border-radius:8px;padding:16px;background:#fff;cursor:pointer}.word-card.inactive{border-color:#d1d5db;color:#6b7280;background:#f3f4f6}.word-card.inactive .phonetic,.word-card.inactive .meaning{color:#9ca3af}.word-summary{min-width:0}.word-title{gap:10px}.word-title h2{overflow:hidden;font-size:19px;text-overflow:ellipsis}.tag{border-radius:999px;padding:3px 8px;color:#92400e;background:#fffbeb;white-space:nowrap;font-size:12px}.tag.complete{color:#047857;background:#ecfdf5}.tag.generating{color:#1d4ed8;background:#eff6ff}.tag.deleted{color:#6b7280;background:#e5e7eb}.phonetic{margin-top:5px;font-family:Georgia,serif}.meaning{overflow:hidden;max-width:580px;margin-top:7px;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.word-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;min-width:260px}.word-actions time{width:100%;text-align:right;font-size:12px}.empty-state{border:1px dashed #d1d5db;border-radius:8px;padding:48px 20px;color:#6b7280;text-align:center}.pagination{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:18px;color:#6b7280;font-size:14px}.app-footer{justify-content:flex-end;gap:14px;margin-top:22px;color:#6b7280;font-size:13px}.modal-backdrop{position:fixed;z-index:10;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#11182773}.modal{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(100%,760px);max-height:calc(100vh - 40px);border:1px solid #e5e7eb;border-radius:10px;background:#fff;box-shadow:0 16px 36px #0f172a2e}.modal.settings{width:min(100%,460px)}.compact-modal{width:min(100%,500px)}.detail-modal{width:min(100%,680px)}.modal-header,.modal-footer{justify-content:space-between;padding:16px 20px}.modal-header{border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:18px}.close-button,.remove-button{border:0;color:#6b7280;background:transparent;font-size:24px;line-height:1}.modal-body{overflow-y:auto;padding:20px}.modal-footer{justify-content:flex-end;gap:8px;border-top:1px solid #e5e7eb}.base-grid,.two-inputs,.three-inputs{display:grid;gap:10px}.base-grid,.two-inputs{grid-template-columns:repeat(2,minmax(0,1fr))}.three-inputs{grid-template-columns:100px minmax(0,1fr) minmax(0,1fr)}.checkbox-line{display:flex;align-items:center;gap:8px;margin-top:16px}.checkbox-line input{width:16px;min-height:16px}.field-group{margin-top:24px}.group-header{justify-content:space-between;margin-bottom:8px}.group-header h3{font-size:15px}.repeater-row{align-items:flex-start;gap:7px;margin-top:8px}.repeater-content{flex:1;min-width:0}.phrase-inputs{display:grid;gap:8px;border-left:2px solid #e5e7eb;padding-left:10px}.key-state{margin-bottom:18px;font-size:14px}.detail-body{display:grid;gap:24px}.detail-section h3{margin-bottom:10px;font-size:15px}.meaning-detail{display:grid;grid-template-columns:44px minmax(0,1fr);gap:5px 10px;margin-top:10px}.meaning-detail strong{color:#2563eb}.meaning-detail small{grid-column:2;color:#6b7280}.forms-list{display:flex;flex-wrap:wrap;gap:7px 14px;color:#4b5563;font-size:14px}.example-detail{margin-top:10px}.example-detail small{display:block;margin-top:3px;color:#6b7280}.phrase-detail{margin-top:16px;border-left:2px solid #dbeafe;padding-left:10px}.usage-section{margin-top:26px;border-top:1px solid #e5e7eb;padding-top:18px}.usage-section h3{margin-bottom:12px;font-size:15px}.usage-totals{display:flex;gap:10px}.usage-totals span{flex:1;border-radius:6px;padding:10px;color:#6b7280;background:#f9fafb;font-size:13px}.usage-totals strong{display:block;margin-top:4px;color:#1f2937;font-size:18px}.usage-list{display:grid;gap:7px;margin-top:14px}.usage-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;border-bottom:1px solid #f1f5f9;padding-bottom:7px;color:#4b5563;font-size:12px}.usage-row span:first-child{overflow:hidden;color:#374151;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.app-page{width:min(100% - 20px,1000px);padding-top:18px}.app-header{align-items:flex-start;flex-direction:column}.header-actions{width:100%;flex-wrap:wrap}.header-actions .button{flex:1}.toolbar{align-items:stretch;flex-direction:column}.search-input{max-width:none}.word-card{align-items:stretch;flex-direction:column;gap:14px}.word-actions{justify-content:flex-start;min-width:0}.word-actions time{width:auto;margin-left:auto}.app-footer{align-items:flex-start;flex-direction:column;gap:8px}.modal-backdrop{padding:0}.modal{width:100%;max-height:100vh;height:100%;border-radius:0}.base-grid,.two-inputs,.three-inputs{grid-template-columns:1fr}}
