*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2563eb;--blue-d: #1e40af;--purple: #a855f7;--green: #16a34a;--red: #dc2626;--gray: #6b7280;--bg: #f1f5f9;--card: #ffffff;--border: #e2e8f0;--text: #1e293b;--sub: #64748b}html,body{height:100%;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px}#root{height:100%}.views-container{position:relative;min-height:100vh;max-width:480px;margin:0 auto}.view{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffd9;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;z-index:100}.spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--sub);font-size:.9rem}.header{display:flex;align-items:center;gap:8px;background:var(--blue);color:#fff;padding:12px 16px;min-height:52px;position:sticky;top:0;z-index:10}.header h1{flex:1;font-size:1rem;font-weight:600;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.back-btn{background:#fff3;border:none;color:#fff;padding:6px 10px;border-radius:6px;font-size:.85rem;cursor:pointer;white-space:nowrap}.back-btn:hover{background:#ffffff4d}.key-btn{background:#fff3;border:none;color:#fff;padding:6px 10px;border-radius:6px;font-size:1rem;cursor:pointer}.header-sub{font-size:.8rem;opacity:.85;white-space:nowrap}.error-banner{background:#fef2f2;color:var(--red);border:1px solid #fecaca;border-radius:8px;padding:10px 14px;margin:12px 16px;font-size:.88rem}.login-view{background:var(--blue)}.login-body{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 16px}.login-card{background:var(--card);border-radius:24px;padding:32px 24px 28px;width:100%;max-width:360px;box-shadow:0 12px 40px #00000040}.login-app-icon{width:72px;height:72px;border-radius:18px;overflow:hidden;margin:0 auto 14px;box-shadow:0 4px 16px #2563eb59}.login-app-icon img{width:100%;height:100%;display:block}.login-title{font-size:1.2rem;font-weight:700;color:var(--text);text-align:center;margin-bottom:22px}.login-label{display:block;font-size:.82rem;font-weight:600;color:var(--sub);margin:12px 0 4px}.login-input{display:block;width:100%;padding:10px 14px;border:1.5px solid var(--border);border-radius:8px;font-size:1rem;background:#f8fafc;outline:none;transition:border-color .15s}.login-input:focus{border-color:var(--blue);background:#fff}.login-hint{font-size:.78rem;color:var(--gray);text-align:center;margin-top:16px}.btn-primary{display:block;width:100%;padding:12px;background:var(--blue);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover:not(:disabled){background:var(--blue-d)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-cancel{flex:1;padding:11px;background:#f1f5f9;color:var(--text);border:none;border-radius:10px;font-size:.95rem;cursor:pointer}.btn-confirm{flex:1;padding:11px;background:var(--blue);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.staff-select-body{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.staff-item{display:flex;align-items:center;justify-content:space-between;background:var(--card);border:1.5px solid var(--border);border-radius:12px;padding:14px 16px;cursor:pointer;text-align:left;width:100%;transition:border-color .15s,box-shadow .15s}.staff-item:hover{border-color:var(--blue);box-shadow:0 2px 8px #2563eb26}.staff-name{font-size:1rem;font-weight:600;color:var(--text)}.staff-id{font-size:.8rem;color:var(--gray);background:var(--bg);padding:2px 8px;border-radius:10px}.proc-list-body{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:8px}.summary-card{background:var(--card);border-radius:14px;padding:16px 16px 18px}.summary-card-title{font-size:.82rem;font-weight:600;color:var(--sub);margin-bottom:14px}.donut-wrap{display:flex;align-items:center;gap:20px}.donut-chart-area{position:relative;flex-shrink:0;width:140px;height:140px}.donut-ring{transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.donut-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.donut-pct{font-size:1.7rem;font-weight:700;color:var(--purple);line-height:1}.donut-unit{font-size:.9rem;font-weight:500}.donut-legend{display:flex;flex-direction:column;gap:12px}.donut-legend-item{display:flex;align-items:center;gap:8px}.donut-dot{width:10px;height:10px;border-radius:3px;flex-shrink:0}.donut-dot-done{background:#a855f7}.donut-dot-undone{background:#e2e8f0}.donut-dot-rate{background:transparent;border:1.5px solid #e2e8f0;border-radius:3px}.donut-legend-label{font-size:.72rem;color:var(--sub);margin-bottom:1px}.donut-legend-count{font-size:1rem;font-weight:700;line-height:1}.donut-count-done{color:#9333ea}.donut-count-undone{color:var(--text)}.proc-item{display:flex;flex-direction:column;gap:8px;background:var(--card);border:1.5px solid var(--border);border-radius:12px;padding:14px 16px;cursor:pointer;text-align:left;width:100%;transition:border-color .15s,box-shadow .15s}.proc-item:hover{border-color:var(--blue);box-shadow:0 2px 8px #2563eb1f}.proc-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.proc-name{font-size:.95rem;font-weight:600;color:var(--text)}.proc-item-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.proc-arrow{font-size:1.3rem;color:#cbd5e1;line-height:1}.badge-done{font-size:.73rem;background:#f3e8ff;color:#9333ea;padding:3px 9px;border-radius:10px;white-space:nowrap;font-weight:600}.badge-progress{font-size:.73rem;background:#fef9c3;color:#a16207;padding:3px 9px;border-radius:10px;white-space:nowrap}.badge-undone{font-size:.73rem;background:#f1f5f9;color:var(--gray);padding:3px 9px;border-radius:10px;white-space:nowrap}.proc-counts{display:flex;gap:6px;flex-wrap:wrap}.count-chip{font-size:.75rem;padding:3px 8px;border-radius:8px}.count-chip.kengaku{background:#eff6ff;color:#3b82f6}.count-chip.shido{background:#ecfeff;color:#0891b2}.count-chip.jisshi{background:#fff7ed;color:#f97316}.count-chip.mitori{background:#fdf4ff;color:#a855f7}.proc-detail-body{flex:1;padding:12px 16px;display:flex;flex-direction:column;gap:14px}.count-section{background:var(--card);border-radius:12px;padding:14px}.count-section-title{font-size:.82rem;font-weight:600;color:var(--sub);margin-bottom:10px}.count-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.count-card{position:relative;border-radius:10px;padding:12px 10px;cursor:pointer;-webkit-user-select:none;user-select:none;min-height:80px;display:flex;flex-direction:column;gap:4px;transition:transform .1s}.count-card:active{transform:scale(.97)}.count-card.readonly{cursor:default}.count-card.c1{background:#eff6ff}.count-card.c2{background:#ecfeff}.count-card.c3{background:#fff7ed}.count-card.c4{background:#fdf4ff}.count-dot{width:8px;height:8px;border-radius:50%}.c1 .count-dot{background:#3b82f6}.c2 .count-dot{background:#06b6d4}.c3 .count-dot{background:#f97316}.c4 .count-dot{background:#a855f7}.count-label{font-size:.75rem;color:var(--sub);line-height:1.3}.count-num{font-size:1.8rem;font-weight:700}.c1 .count-num{color:#2563eb}.c2 .count-num{color:#0891b2}.c3 .count-num{color:#ea580c}.c4 .count-num{color:#9333ea}.dec-btn-inline{position:absolute;bottom:8px;right:8px;background:#00000014;border:none;border-radius:6px;width:26px;height:26px;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.dec-btn-inline:disabled{opacity:.3;cursor:not-allowed}.jiritsu-section{background:var(--card);border-radius:12px;padding:14px}.jiritsu-section-title{font-size:.82rem;font-weight:600;color:var(--sub);margin-bottom:10px}.eval-banner{background:#fefce8;color:#854d0e;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;font-size:.88rem;margin-bottom:10px}.eval-progress-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.eval-bar-bg{flex:1;height:8px;background:var(--bg);border-radius:4px;overflow:hidden}.eval-bar-fill{height:100%;background:var(--purple);border-radius:4px;transition:width .3s}.eval-bar-text{font-size:.82rem;color:var(--sub);white-space:nowrap}.jiritsu-eval-list{list-style:none;display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.jiritsu-eval-item{display:flex;align-items:center;justify-content:space-between;background:var(--bg);border-radius:8px;padding:8px 10px}.eval-item-l{display:flex;align-items:center;gap:10px}.eval-avatar{width:32px;height:32px;border-radius:50%;background:var(--purple);color:#fff;font-size:.88rem;font-weight:700;display:flex;align-items:center;justify-content:center}.jiritsu-eval-name{font-size:.9rem;font-weight:600}.jiritsu-eval-date{font-size:.75rem;color:var(--gray)}.jiritsu-remove-btn{background:none;border:none;color:var(--gray);font-size:.9rem;cursor:pointer;padding:4px 6px}.add-eval-btn{width:100%;padding:10px;border:1.5px dashed var(--purple);background:#fdf4ff;color:var(--purple);border-radius:8px;font-size:.88rem;cursor:pointer;transition:background .15s}.add-eval-btn:hover:not(:disabled){background:#f3e8ff}.add-eval-btn:disabled{opacity:.6;cursor:not-allowed}.notes-section{background:var(--card);border-radius:12px;padding:14px}.notes-section-title{font-size:.82rem;font-weight:600;color:var(--sub);margin-bottom:8px}.notes-textarea{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:10px;font-size:.9rem;resize:vertical;outline:none;font-family:inherit}.notes-textarea:focus{border-color:var(--blue)}.notes-saving{font-size:.78rem;color:var(--green);margin-top:4px;min-height:16px}.log-section{background:var(--card);border-radius:12px;padding:14px;margin-bottom:24px}.log-section-title{font-size:.82rem;font-weight:600;color:var(--sub);margin-bottom:8px}.log-empty{font-size:.85rem;color:var(--gray);text-align:center;padding:12px}.log-list{list-style:none;display:flex;flex-direction:column;gap:8px}.log-item{background:var(--bg);border-radius:8px;padding:8px 12px}.log-item-top{display:flex;justify-content:space-between;font-size:.75rem;color:var(--gray);margin-bottom:4px}.log-item-body{font-size:.85rem;color:var(--text)}.log-comment{font-size:.82rem;color:var(--sub);margin-top:4px;padding:4px 8px;background:#fff;border-left:3px solid var(--purple);border-radius:0 4px 4px 0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:20px}.modal-sheet{background:var(--card);border-radius:20px;padding:24px 20px 20px;width:100%;max-width:420px;display:flex;flex-direction:column;gap:12px;box-shadow:0 20px 60px #00000040;max-height:85vh;overflow-y:auto}.modal-title{font-size:1.05rem;font-weight:700;color:var(--text)}.modal-desc{font-size:.9rem;color:var(--sub);line-height:1.6}.modal-comment-input{width:100%;border:1.5px solid var(--border);border-radius:8px;padding:9px 12px;font-size:.9rem;font-family:inherit;background:#f8fafc;outline:none;resize:none;transition:border-color .15s}.modal-comment-input:focus{border-color:var(--purple);background:#fff}.modal-btn-row{display:flex;gap:10px}.log-comment-btn{display:inline-flex;align-items:center;gap:4px;margin-top:5px;padding:3px 10px;background:#fdf4ff;color:var(--purple);border:1px solid #e9d5ff;border-radius:20px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .15s}.log-comment-btn:hover{background:#f3e8ff}.log-comment-btn.readonly{cursor:default;opacity:.6}.log-comment-expand{margin-top:5px;padding:6px 10px;background:#fff;border-left:3px solid var(--purple);border-radius:0 6px 6px 0;font-size:.82rem;color:var(--sub);line-height:1.5;white-space:pre-wrap;word-break:break-word;overflow-wrap:break-word}
