:root{color:#222;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh}.housework-execute-page{background:#f7f7f7;min-height:100vh}.housework-execute-header{background:#fff;border-bottom:1px solid #e5e5e5;justify-content:space-between;align-items:center;height:60px;padding:0 16px;display:flex}.housework-execute-header h1{margin:0;font-size:20px}.housework-execute-back-button{cursor:pointer;background:0 0;border:none;width:40px;height:40px;padding:0;font-size:28px}.housework-execute-header-space{width:40px}.housework-execute-content{padding:16px}.housework-execute-search{background:#fff;border:1px solid #ddd;border-radius:8px;align-items:center;gap:8px;height:44px;margin-bottom:16px;padding:0 12px;display:flex}.housework-execute-search input{background:0 0;border:none;outline:none;flex:1;font-size:16px}.housework-execute-category-tabs{gap:8px;margin-bottom:20px;padding-bottom:4px;display:flex;overflow-x:auto}.housework-execute-category-tabs button{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #ddd;border-radius:20px;flex-shrink:0;padding:8px 14px}.housework-execute-category-tabs button.active{color:#fff;background:#333;border-color:#333}.housework-execute-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.housework-execute-title h2{margin:0;font-size:18px}.housework-execute-title span{color:#777;font-size:14px}.housework-execute-list{flex-direction:column;gap:10px;display:flex}.housework-execute-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:16px;display:flex}.housework-execute-card:hover{background:#fafafa}.housework-execute-card h3{margin:6px 0 0;font-size:17px}.housework-execute-category{color:#777;font-size:12px}.housework-execute-card-right{flex-shrink:0;align-items:center;gap:12px;display:flex}.housework-execute-card-right>span:first-child{font-weight:700}.housework-execute-arrow{color:#999;font-size:24px}.housework-execute-empty{text-align:center;color:#777;padding:40px 20px}.housework-execute-overlay{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.housework-execute-modal{box-sizing:border-box;text-align:center;background:#fff;border-radius:16px;width:100%;max-width:360px;padding:24px}.housework-execute-modal h2{margin:0 0 12px;font-size:20px}.housework-execute-modal-name{margin:0 0 20px;font-size:18px;font-weight:700}.housework-execute-modal-question{color:#666;margin:0 0 16px;font-size:14px}.housework-execute-member-button{color:#fff;cursor:pointer;background:#ffb000;border:none;border-radius:8px;width:100%;margin-bottom:10px;padding:12px;font-size:16px;font-weight:700;display:block}.housework-execute-member-button:hover{opacity:.9}.housework-execute-cancel-button{color:#555;cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;margin-top:4px;padding:12px;font-size:15px;display:block}.housework-list-page{box-sizing:border-box;background:#fff;width:100%;min-height:100vh;padding-bottom:80px}.housework-list-header{box-sizing:border-box;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:52px;padding:0 16px;display:flex}.housework-list-header h1{white-space:nowrap;margin:0;font-size:20px;font-weight:700}.housework-list-back-button,.housework-list-add-button{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.housework-list-back-button{color:#333;font-size:22px}.housework-list-add-button{color:#f9ad00;font-size:28px;line-height:1}.housework-list-content{box-sizing:border-box;padding:16px}.housework-list-search-box{box-sizing:border-box;background:#f5f5f5;border-radius:10px;align-items:center;width:100%;height:42px;padding:0 14px;display:flex}.housework-list-search-icon{margin-right:8px;font-size:16px}.housework-list-search-box input{background:0 0;border:none;outline:none;width:100%;font-family:inherit;font-size:14px}.housework-list-search-box input::placeholder{color:#999}.housework-list-category-tabs{scrollbar-width:none;gap:8px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.housework-list-category-tabs::-webkit-scrollbar{display:none}.housework-list-category-tab{color:#666;cursor:pointer;background:#f2f2f2;border:none;border-radius:20px;flex-shrink:0;padding:8px 14px;font-family:inherit;font-size:14px}.housework-list-category-tab.active{color:#fff;background:#ffb400;font-weight:700}.housework-list-title{justify-content:space-between;align-items:center;margin-top:22px;margin-bottom:10px;display:flex}.housework-list-title h2{margin:0;font-size:15px;font-weight:700}.housework-list-title span{color:#888;font-size:12px}.housework-cards{flex-direction:column;gap:10px;display:flex}.housework-list-page .housework-card{box-sizing:border-box;background:#fff;border:1px solid #e8e8e8;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;min-height:130px;padding:14px;display:flex;position:relative;box-shadow:0 2px 6px #0000000d}.housework-list-page .housework-card-main{min-width:0;padding-right:10px}.housework-list-page .housework-card-top{justify-content:space-between;align-items:center;gap:10px;display:flex}.housework-list-page .category-badge{color:#777;background:#f2f2f2;border-radius:6px;padding:5px 8px;font-size:11px;display:inline-block}.housework-list-page .points{color:#f0a500;white-space:nowrap;font-size:14px;font-weight:700}.housework-list-page .housework-card h3{margin:10px 0 7px;font-size:16px;font-weight:700}.housework-list-page .housework-info{color:#888;flex-direction:column;gap:4px;font-size:11px;display:flex}.housework-list-page .empty-message{text-align:center;color:#999;padding:50px 20px;font-size:14px}@media (width<=480px){.housework-list-content{padding:14px}.housework-list-page .housework-card{min-height:125px;padding:12px}.housework-list-page .housework-card h3{font-size:15px}.housework-card-actions{border-top:1px solid #eee;justify-content:flex-end;gap:8px;margin-top:12px;padding-top:12px;display:flex}.housework-card-actions button{cursor:pointer;border-radius:6px;padding:6px 14px;font-size:13px}.housework-edit-button{color:#333;background:#fff;border:1px solid #ccc}.housework-delete-button{color:#d64545;background:#fff;border:1px solid #e0a0a0}.housework-edit-button:hover{background:#f5f5f5}.housework-delete-button:hover{background:#fff5f5}}.housework-form{background:#fff;min-height:100vh}.form-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:64px;padding:0 16px;display:flex}.form-header h1{margin:0;font-size:20px;font-weight:700}.back-button{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;width:36px;height:36px;font-size:20px}.header-spacer{width:36px}.form-content{padding:24px 16px 100px}.form-group{margin-bottom:20px}.form-group label{margin-bottom:8px;font-size:14px;font-weight:600;display:block}.form-group input,.form-group select{box-sizing:border-box;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;height:48px;padding:0 14px;font-size:16px}.form-group input:focus,.form-group select:focus{border-color:#f9b000;outline:none}.submit-button{color:#fff;cursor:pointer;background:#f9b000;border:none;border-radius:12px;width:100%;height:52px;margin-top:12px;font-size:16px;font-weight:700}.submit-button:hover{opacity:.9}.custom-repeat{gap:8px;display:flex}.custom-repeat input,.custom-repeat select{flex:1}.history-page{background:#fff;min-height:100vh;padding-bottom:80px}.history-header{box-sizing:border-box;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:58px;padding:0 16px;display:flex}.history-header h1{margin:0;font-size:20px;font-weight:700}.history-back-button{cursor:pointer;background:#f6f6f6;border:none;border-radius:50%;width:36px;height:36px;font-size:20px}.history-header-space{width:36px}.history-summary{grid-template-columns:1fr 1fr;gap:12px;padding:20px 16px 12px;display:grid}.history-summary-item{text-align:center;background:#fafafa;border-radius:12px;padding:16px}.history-summary-label{color:#777;margin-bottom:6px;font-size:13px;display:block}.history-summary-item strong{color:#f5aa00;font-size:22px}.history-filter{gap:8px;padding:8px 16px 18px;display:flex;overflow-x:auto}.history-filter button{color:#666;cursor:pointer;background:#f2f2f2;border:none;border-radius:20px;flex-shrink:0;padding:9px 18px;font-size:14px}.history-filter button.active{color:#fff;background:#ffb000;font-weight:700}.history-content{padding:0 16px}.history-title-row{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.history-title-row h2{margin:0;font-size:16px;font-weight:700}.history-title-row span{color:#777;font-size:13px}.history-list{flex-direction:column;gap:10px;display:flex}.history-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:14px 16px;box-shadow:0 2px 6px #0000000d}.history-card-top{justify-content:space-between;align-items:center;display:flex}.history-category{color:#777;background:#f1f1f1;border-radius:6px;padding:5px 9px;font-size:12px}.history-points{color:#f0a400;font-size:14px;font-weight:700}.history-card h3{margin:10px 0 8px;font-size:16px;font-weight:700}.history-card-info{color:#777;flex-direction:column;gap:4px;font-size:12px;display:flex}.history-empty{text-align:center;color:#999;padding:50px 20px;font-size:14px}@media (width<=480px){.history-summary,.history-content{padding-left:14px;padding-right:14px}.history-summary-item{padding:14px 8px}.history-summary-item strong{font-size:20px}}.members-page{background:#fff;min-height:100vh}.members-header{background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;height:58px;padding:0 16px;display:flex}.members-header h1{color:#222;margin:0;font-size:20px;font-weight:700}.members-back-button{color:#222;cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:20px;display:flex}.members-header-space{width:38px}.members-content{padding:20px 16px 100px}.members-section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.members-section-title h2{color:#222;margin:0;font-size:17px;font-weight:700}.members-section-title span{color:#888;font-size:13px}.members-list{flex-direction:column;gap:12px;display:flex}.member-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;align-items:center;padding:18px;display:flex;box-shadow:0 2px 6px #0000000f}.member-icon{background:#f5f5f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;margin-right:14px;font-size:25px;display:flex}.member-info{flex:1;min-width:0}.member-info h3{color:#222;margin:0 0 10px;font-size:17px;font-weight:700}.member-stats{gap:28px;display:flex}.member-stats>div{flex-direction:column;gap:3px;display:flex}.member-stat-label{color:#888;font-size:11px}.member-points{color:#f5a900;font-size:16px;font-weight:700}.member-completed{color:#555;font-size:14px;font-weight:600}.invite-button{color:#fff;cursor:pointer;background:#ffb000;border:none;border-radius:12px;width:100%;height:52px;margin-top:24px;font-size:15px;font-weight:700}.invite-button:hover{opacity:.9}.invite-button:active{opacity:.8}*{box-sizing:border-box}body{color:#333;background:#f6f6f6;margin:0;font-family:-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}button{font-family:inherit}.app{background:#fff;width:100%;max-width:600px;min-height:100vh;margin:0 auto}.header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:24px 20px;display:flex}.header h1{margin:0;font-size:24px}.header p{color:#888;margin:5px 0 0;font-size:14px}.settings-button{background:#f5f5f5;border:none;border-radius:50%;width:44px;height:44px;font-size:20px}.section{padding:24px 16px 8px}.section-title{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.section-title h2{margin:0;font-size:20px}.section-title span{color:#999;font-size:14px}.housework-list{flex-direction:column;gap:10px;display:flex}.housework-card{background:#fff;border:1px solid #eee;border-radius:16px;justify-content:space-between;gap:10px;padding:16px;display:flex;position:relative;box-shadow:0 2px 8px #0000000a}.housework-card.overdue{border-left:5px solid #e76f51}.housework-info{min-width:0}.category{color:#777;background:#f1f1f1;border-radius:8px;margin-bottom:6px;padding:3px 8px;font-size:12px;display:inline-block}.housework-info h3{margin:0 0 6px;font-size:18px}.housework-info p{color:#888;margin:0;font-size:13px}.housework-action{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-end;display:flex}.housework-action strong{color:#e9a400}.complete-button{color:#fff;cursor:pointer;background:#f5b400;border:none;border-radius:10px;padding:8px 14px;font-weight:700}.member-select{z-index:10;background:#fff;border-radius:14px;width:200px;padding:14px;position:absolute;bottom:-100px;right:10px;box-shadow:0 4px 20px #0000002e}.member-select p{margin:0 0 10px;font-weight:700}.member-select button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:8px;width:100%;margin-top:6px;padding:8px}.empty{text-align:center;color:#999;padding:24px}.add-button{color:#fff;text-align:center;cursor:pointer;background:#f5b400;border:none;border-radius:16px;width:calc(100% - 32px);margin:28px auto 100px;padding:16px;font-size:17px;font-weight:700;display:block}.bottom-nav{background:#fff;border-top:1px solid #eee;justify-content:space-around;width:100%;max-width:600px;padding:10px 0;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav button{color:#999;background:0 0;border:none;flex-direction:column;align-items:center;gap:3px;font-size:20px;display:flex}.bottom-nav span{font-size:11px}.bottom-nav .active{color:#e9a400}
