*{-webkit-tap-highlight-color:transparent;box-sizing:border-box;margin:0;padding:0}:root{--red:#c8102e;--red-light:#fee2e2;--red-dark:#991b1b;--black:#1a1a1a;--white:#fff;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-700:#374151;--gray-900:#111827;--green-bg:#dcfce7;--green-text:#166534;--amber-bg:#fef3c7;--amber-text:#92400e;--blue-bg:#dbeafe;--blue-text:#1e40af;--orange-bg:#ffedd5;--orange-text:#9a3412;--purple-bg:#eeedfe;--purple-text:#3c3489;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-full:9999px;--shadow-sm:0 1px 2px #0000000d;--nav-height:56px;--header-height:60px}#root,body,html{height:100%;width:100%}body{background:#f3f4f6;background:var(--gray-100);color:#111827;color:var(--gray-900);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}.app-shell{background:#fff;background:var(--white);display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:480px;position:relative}.app-header{background:#c8102e;background:var(--red);gap:10px;height:60px;height:var(--header-height);padding:12px 16px 10px}.app-header,.app-header .logo{align-items:center;display:flex;flex-shrink:0}.app-header .logo{background:#ffffff26;border-radius:8px;color:#fff;font-size:20px;height:36px;justify-content:center;width:36px}.app-header h1{color:#fff;font-size:17px;font-weight:600;line-height:1.1}.app-header p{color:#ffffffbf;font-size:11px;margin-top:1px}.app-header .avatar-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:11px;font-weight:600;height:32px;justify-content:center;margin-left:auto;width:32px}.bottom-nav{background:#fff;background:var(--white);border-top:1px solid #e5e7eb;border-top:1px solid var(--gray-200);display:flex;flex-shrink:0;height:56px;height:var(--nav-height);padding-bottom:env(safe-area-inset-bottom)}.nav-btn{align-items:center;background:#0000;border:none;border-top:2px solid #0000;color:#9ca3af;color:var(--gray-400);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:10px;gap:2px;padding:8px 4px 6px;transition:color .15s}.nav-btn svg{height:22px;width:22px}.nav-btn.active{border-top-color:#c8102e;border-top-color:var(--red);color:#c8102e;color:var(--red)}.page-content{-webkit-overflow-scrolling:touch;flex:1 1;overflow-y:auto;padding:16px 16px 80px}.card{background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);margin-bottom:12px;padding:14px 16px}.card-sm{padding:10px 14px}.section-label{color:#9ca3af;color:var(--gray-400);font-size:11px;font-weight:600;letter-spacing:.06em;margin-bottom:10px;text-transform:uppercase}.badge{align-items:center;border-radius:9999px;border-radius:var(--radius-full);display:inline-flex;font-size:11px;font-weight:500;padding:2px 8px;white-space:nowrap}.badge-green{background:#dcfce7;background:var(--green-bg);color:#166534;color:var(--green-text)}.badge-amber{background:#fef3c7;background:var(--amber-bg);color:#92400e;color:var(--amber-text)}.badge-red{background:#fee2e2;background:var(--red-light);color:#991b1b;color:var(--red-dark)}.badge-gray{background:#f3f4f6;background:var(--gray-100);color:#6b7280;color:var(--gray-500)}.badge-blue{background:#dbeafe;background:var(--blue-bg);color:#1e40af;color:var(--blue-text)}.badge-orange{background:#ffedd5;background:var(--orange-bg);color:#9a3412;color:var(--orange-text)}.badge-purple{background:#eeedfe;background:var(--purple-bg);color:#3c3489;color:var(--purple-text)}.divider{background:#f3f4f6;background:var(--gray-100);height:1px;margin:10px 0}.field-label{color:#6b7280;color:var(--gray-500);display:block;font-size:11px;margin-bottom:4px}.field-note{align-items:center;color:#9ca3af;color:var(--gray-400);display:flex;font-size:11px;gap:4px;margin-top:4px}input,select,textarea{appearance:none;-webkit-appearance:none;background:#fff;background:var(--white);border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-md);color:#111827;color:var(--gray-900);font-size:13px;outline:none;padding:8px 10px;width:100%}input:focus,select:focus,textarea:focus{border-color:#c8102e;border-color:var(--red);box-shadow:0 0 0 2px #c8102e1a}input:disabled,select:disabled,textarea:disabled{background:#f9fafb;background:var(--gray-50);color:#6b7280;color:var(--gray-500);cursor:default}textarea{line-height:1.5;resize:none}select{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 10px center;background-repeat:no-repeat;padding-right:30px}.btn-primary{align-items:center;background:#c8102e;background:var(--red);border:none;border-radius:8px;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:11px;transition:opacity .15s;width:100%}.btn-primary:active{opacity:.85}.btn-primary:disabled{cursor:default;opacity:.5}.btn-secondary{border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:8px;border-radius:var(--radius-md);color:#6b7280;color:var(--gray-500)}.btn-outline-red,.btn-secondary{align-items:center;background:#0000;cursor:pointer;display:flex;font-size:13px;gap:6px;justify-content:center;margin-top:8px;padding:10px;width:100%}.btn-outline-red{border:1px solid #c8102e;border:1px solid var(--red);border-radius:8px;border-radius:var(--radius-md);color:#c8102e;color:var(--red);font-weight:500}.btn-add{background:#0000;border:1px dashed #d1d5db;border:1px dashed var(--gray-300);border-radius:8px;border-radius:var(--radius-md);color:#9ca3af;color:var(--gray-400);font-size:12px;justify-content:center;margin-top:4px;padding:10px;width:100%}.back-btn,.btn-add{align-items:center;cursor:pointer;display:flex;gap:6px}.back-btn{background:none;border:none;color:#c8102e;color:var(--red);font-size:13px;font-weight:500;margin-bottom:14px;padding:0}.toggle-row{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.toggle-row span{color:#111827;color:var(--gray-900);font-size:13px}.toggle{background:#e5e7eb;background:var(--gray-200);border:none;border-radius:9999px;border-radius:var(--radius-full);cursor:pointer;flex-shrink:0;height:22px;position:relative;transition:background .2s;width:38px}.toggle.on{background:#c8102e;background:var(--red)}.toggle-knob{background:#fff;border-radius:50%;height:16px;left:3px;position:absolute;top:3px;transition:left .2s;width:16px}.toggle.on .toggle-knob{left:19px}.stat-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin-bottom:14px}.stat-card{background:#f9fafb;background:var(--gray-50);border-radius:8px;border-radius:var(--radius-md);padding:10px 12px}.stat-val{color:#c8102e;color:var(--red);font-size:22px;font-weight:600}.stat-lbl{color:#9ca3af;color:var(--gray-400);font-size:11px;margin-top:2px}.list-row{align-items:center;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);display:flex;gap:10px;padding:9px 0}.list-row:last-child{border-bottom:none;padding-bottom:0}.avatar{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:12px;font-weight:600;height:36px;justify-content:center;width:36px}.info-box{align-items:flex-start;background:#fef3c7;background:var(--amber-bg);color:#92400e;color:var(--amber-text);display:flex;gap:6px;margin-bottom:10px;padding:10px 12px}.info-box,.review-box{border-radius:8px;border-radius:var(--radius-md);font-size:12px}.review-box{background:#f9fafb;background:var(--gray-50);color:#6b7280;color:var(--gray-500);line-height:1.8;margin:10px 0;padding:12px}.review-box strong{color:#111827;color:var(--gray-900);font-weight:500}.progress-strip{background:#f3f4f6;background:var(--gray-100);border-radius:2px;height:3px;margin-bottom:6px}.progress-fill{background:#c8102e;background:var(--red);border-radius:2px;height:100%;transition:width .3s}.cal-row{align-items:flex-start;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);display:flex;gap:12px;padding:10px 0}.cal-row:last-child{border-bottom:none;padding-bottom:0}.cal-date{background:#f9fafb;background:var(--gray-50);border-radius:8px;flex-shrink:0;min-width:42px;padding:6px 4px;text-align:center}.cal-day{color:#c8102e;color:var(--red);font-size:18px;font-weight:600;line-height:1}.cal-mon{color:#9ca3af;color:var(--gray-400);font-size:10px;text-transform:uppercase}.check-row{align-items:flex-start;border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);display:flex;gap:8px;padding:7px 0}.check-row:last-of-type{border-bottom:none}.check-num{color:#9ca3af;color:var(--gray-400);flex-shrink:0;font-size:11px;min-width:42px;padding-top:1px}.check-q{color:#111827;color:var(--gray-900);flex:1 1;font-size:12px;line-height:1.4}.yn-group{display:flex;flex-shrink:0;gap:4px}.yn-btn{background:#0000;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:4px;color:#9ca3af;color:var(--gray-400);cursor:pointer;font-size:10px;font-weight:500;padding:3px 7px;transition:all .1s}.yn-btn.sel-y{background:#dcfce7;background:var(--green-bg);border-color:#166534;border-color:var(--green-text);color:#166534;color:var(--green-text)}.yn-btn.sel-n{background:#fee2e2;background:var(--red-light);border-color:#991b1b;border-color:var(--red-dark);color:#991b1b;color:var(--red-dark)}.yn-btn.sel-na{background:#f3f4f6;background:var(--gray-100);border-color:#9ca3af;border-color:var(--gray-400);color:#6b7280;color:var(--gray-500)}.week-bar{align-items:flex-end;display:flex;gap:4px;height:60px;margin:10px 0 6px}.bar-col{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:3px}.bar{border-radius:3px 3px 0 0;width:100%}.bar-lbl{color:#9ca3af;color:var(--gray-400);font-size:9px}.bar-hrs{color:#374151;color:var(--gray-700);font-size:9px;font-weight:600}.hist-entry{border-bottom:1px solid #f3f4f6;border-bottom:1px solid var(--gray-100);padding:10px 0}.hist-entry:last-child{border-bottom:none;padding-bottom:0}.hist-top{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:4px}.hist-date{color:#111827;color:var(--gray-900);font-size:13px;font-weight:500}.hist-hrs{color:#c8102e;color:var(--red);font-size:13px;font-weight:600;margin-left:auto}.hist-note{color:#6b7280;color:var(--gray-500);font-size:11px;line-height:1.5}.filter-row{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.filter-pill{background:#0000;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:9999px;border-radius:var(--radius-full);color:#6b7280;color:var(--gray-500);cursor:pointer;font-size:11px;padding:4px 12px}.filter-pill.active{background:#c8102e;background:var(--red);border-color:#c8102e;border-color:var(--red);color:#fff}.tool-link{align-items:center;background:#fff;background:var(--white);border:1px solid #e5e7eb;border:1px solid var(--gray-200);border-radius:12px;border-radius:var(--radius-lg);cursor:pointer;display:flex;gap:10px;margin-bottom:10px;padding:11px 14px;text-decoration:none;transition:background .1s}.tool-link:hover{background:#f9fafb;background:var(--gray-50)}.tool-icon{align-items:center;background:#fee2e2;background:var(--red-light);border-radius:8px;color:#c8102e;color:var(--red);flex-shrink:0;font-size:18px;height:36px;width:36px}.login-page,.tool-icon{display:flex;justify-content:center}.login-page{background:#fff;background:var(--white);flex-direction:column;min-height:100%;padding:32px 24px}.login-logo{margin-bottom:28px;text-align:center}.login-logo .icon-wrap{align-items:center;background:#fee2e2;background:var(--red-light);border-radius:16px;display:flex;font-size:32px;height:64px;justify-content:center;margin:0 auto 12px;width:64px}.login-logo h2{color:#111827;color:var(--gray-900);font-size:22px;font-weight:700}.login-logo p{color:#6b7280;color:var(--gray-500);font-size:13px;margin-top:4px}.error-box{background:#fee2e2;background:var(--red-light);border-radius:8px;border-radius:var(--radius-md);color:#991b1b;color:var(--red-dark);font-size:13px;margin-bottom:12px;padding:9px 12px}.user-pills{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:10px}.user-pill{background:#0000;border:1px solid #d1d5db;border:1px solid var(--gray-300);border-radius:9999px;border-radius:var(--radius-full);color:#6b7280;color:var(--gray-500);cursor:pointer;font-size:12px;padding:6px 14px}.user-pill:hover{background:#f9fafb;background:var(--gray-50)}.loading-screen{align-items:center;background:#fff;background:var(--white);display:flex;height:100%;justify-content:center}.spinner{animation:spin .7s linear infinite;border:3px solid #e5e7eb;border-top-color:#c8102e;border:3px solid var(--gray-200);border-radius:50%;border-top-color:var(--red);height:32px;width:32px}@keyframes spin{to{transform:rotate(1turn)}}.cat-title{color:#111827;color:var(--gray-900);font-size:13px;font-weight:600;margin-bottom:6px;padding-top:2px}.cat-sub{color:#9ca3af;color:var(--gray-400);font-size:11px;font-weight:500;letter-spacing:.04em;margin:8px 0 4px;text-transform:uppercase}@media (min-width:481px){.app-shell{box-shadow:0 0 0 1px #e5e7eb,0 4px 24px #00000014;box-shadow:0 0 0 1px var(--gray-200),0 4px 24px #00000014}body{background:#f3f4f6;background:var(--gray-100)}}
/*# sourceMappingURL=main.1f340dac.css.map*/