.login-container{width:100%;max-width:420px;padding:20px}.login-card{background:#ffffffeb;border-radius:17px;padding:44px;border:1px solid #dfe7f2;box-shadow:0 16px 40px #1e40af1a,0 3px 10px #0f172a0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.login-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.login-icon{width:58px;height:58px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);display:grid;place-items:center;margin-bottom:16px;box-shadow:0 10px 24px #2563eb40}.login-title{text-align:center;color:#11213d;margin:0;font-size:28px;letter-spacing:-.02em;font-weight:800}.login-subtitle{text-align:center;color:#6f7f98;margin:8px 0 0;font-size:14px;font-weight:700}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.login-button{margin-top:12px;padding:14px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:900;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 22px #2563eb38}.login-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #2563eb4d}.login-button:active{transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.register-container{width:100%;max-width:500px;padding:20px}.register-card{background:#ffffffeb;border-radius:17px;padding:44px;border:1px solid #dfe7f2;box-shadow:0 16px 40px #1e40af1a,0 3px 10px #0f172a0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.register-header{display:flex;flex-direction:column;align-items:center;margin-bottom:32px}.register-icon{width:58px;height:58px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);display:grid;place-items:center;margin-bottom:16px;box-shadow:0 10px 24px #2563eb40}.register-title{text-align:center;color:#11213d;margin:0;font-size:28px;letter-spacing:-.02em;font-weight:800}.register-subtitle{text-align:center;color:#6f7f98;margin:8px 0 0;font-size:14px;font-weight:700}.register-form{display:flex;flex-direction:column;gap:18px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{color:#6f7f98;font-size:13px;font-weight:900}.required{color:#ef4444}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;color:#6f7f98;pointer-events:none}.form-group input{width:100%;padding:12px 16px 12px 42px;border:1px solid #d9e3f0;border-radius:10px;font-size:15px;background:#fff;color:#243856;font-weight:700;transition:border-color .2s,box-shadow .2s}.form-group input:not(.input-wrapper>input){padding:12px 16px}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:focus+.input-icon,.input-wrapper:focus-within .input-icon{color:#2563eb}.form-group input.error{border-color:#ef4444}.form-group input.error:focus{box-shadow:0 0 0 3px #ef44441a}.form-group input::placeholder{color:#a0aec0;font-weight:600}.error-text{color:#ef4444;font-size:12px;font-weight:700;margin-top:2px}.error-message{background:#fee2e2;color:#dc2626;padding:12px 16px;border-radius:10px;font-size:14px;font-weight:700;margin-bottom:18px;text-align:center}.register-button{margin-top:12px;padding:14px;background:linear-gradient(135deg,#2563eb,#06b6d4);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:900;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 10px 22px #2563eb38}.register-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 28px #2563eb4d}.register-button:active:not(:disabled){transform:translateY(0)}.register-button:disabled{opacity:.6;cursor:not-allowed}.toggle-mode{margin-top:24px;text-align:center;color:#6f7f98;font-size:14px;font-weight:700}.link-button{background:none;border:none;color:#2563eb;font-weight:900;cursor:pointer;padding:0;margin-left:4px;text-decoration:none}.link-button:hover{text-decoration:underline}@media (max-width: 600px){.form-row{grid-template-columns:1fr}.register-card{padding:32px 24px}}.App{min-height:100vh}.app-auth{display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at top right,#eef7ff 0,transparent 32%),#f6f9fd}.app-home{background:radial-gradient(circle at top right,#e9f3ff 0,transparent 32%),#f4f8ff}:root{--bg: #f6f9fd;--panel: rgba(255,255,255,.92);--line: #dfe7f2;--text: #11213d;--muted: #6f7f98;--blue: #2563eb;--blue-2: #0ea5e9;--green: #16b981;--orange: #f59e0b;--red: #ef4444;--purple: #7c3aed;--shadow: 0 16px 40px rgba(30, 64, 175, .1), 0 3px 10px rgba(15, 23, 42, .06);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top right,#eef7ff 0,transparent 32%),var(--bg)}.global-switcher{position:fixed;right:28px;bottom:24px;z-index:50;display:flex;gap:8px;padding:8px;border-radius:999px;background:#ffffffe6;border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.global-switcher button{border:0;padding:10px 16px;border-radius:999px;color:#52617a;background:transparent;font-weight:800}.global-switcher button.selected{color:#fff;background:linear-gradient(135deg,var(--blue),#06b6d4)}.app-shell{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;background:#ffffffdb;border-right:1px solid var(--line);box-shadow:10px 0 24px #1e40af0a}.admin-mode .sidebar{background:linear-gradient(180deg,#fff,#f8fbff 70%,#fff)}.brand{height:78px;display:flex;align-items:center;gap:12px;padding:0 26px;border-bottom:1px solid var(--line)}.brand-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,#0ea5e9,#2563eb);box-shadow:0 10px 24px #2563eb40}.admin-mode .brand-icon{background:linear-gradient(135deg,#1d4ed8,#7c3aed)}.brand strong{font-size:21px;letter-spacing:.02em;white-space:nowrap}.brand em{margin-left:auto;padding:5px 10px;border-radius:8px;color:#2563eb;font-size:13px;font-style:normal;font-weight:900;background:#eaf2ff}.admin-mode .brand em{color:#fff;background:#2563ebe6}.nav-list{flex:1;padding:26px 14px;display:flex;flex-direction:column;gap:8px;overflow-y:auto}.nav-item{border:0;display:flex;align-items:center;gap:18px;width:100%;min-height:54px;padding:0 18px;border-radius:12px;background:transparent;color:#45546e;font-weight:800;text-align:left}.nav-item:hover{background:#f0f6ff}.nav-item.active{color:#1261f3;background:linear-gradient(90deg,#eaf2ff,#f7fbff);box-shadow:inset 4px 0 #2563eb}.admin-mode .nav-item.active{color:#1d4ed8;background:#eef3ff}.sidebar-footer{margin-top:auto;min-height:96px;border-top:1px solid var(--line);padding:24px 28px;display:flex;align-items:center;gap:14px;color:#52617a}.sidebar-footer strong{display:block;font-size:14px}.sidebar-footer span{display:block;margin-top:4px;font-size:13px}.main-area{min-width:0;display:flex;flex-direction:column}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px 0 38px;background:#ffffffad;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.screen-switch-note{display:inline-flex;align-items:center;gap:9px;color:#71809a;font-size:13px;font-weight:800}.mini-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px #16b9811f}.top-actions{display:flex;align-items:center;gap:18px}.icon-button{width:42px;height:42px;border-radius:50%;border:0;background:transparent;color:#243856;position:relative;display:grid;place-items:center}.icon-button:hover{background:#edf4ff}.icon-button b{position:absolute;top:2px;right:1px;width:18px;height:18px;border-radius:50%;color:#fff;background:var(--red);font-size:11px;display:grid;place-items:center}.profile{display:flex;align-items:center;gap:11px;color:#283b5a}.profile strong{display:block;font-size:14px}.profile span{display:block;color:#7b879b;font-size:12px;margin-top:2px}.page-content{padding:34px 42px 70px;max-width:1440px;width:100%;margin:0 auto}.page-title{margin-bottom:24px}.page-title h1{margin:0;font-size:34px;line-height:1.2;letter-spacing:-.04em}.page-title p{margin:8px 0 0;color:#6d7e96;font-weight:700}.split-title,.split{display:flex;align-items:center;justify-content:space-between;gap:18px}.metric-grid{display:grid;gap:24px;margin-bottom:26px}.metric-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card{min-height:136px;padding:24px;border-radius:16px;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);display:flex;align-items:center;gap:20px}.metric-icon{width:58px;height:58px;flex:0 0 58px;border-radius:50%;color:#fff;display:grid;place-items:center}.metric-icon svg{width:28px;height:28px}.metric-icon.blue{background:linear-gradient(135deg,#1d4ed8,#38bdf8)}.metric-icon.green{background:linear-gradient(135deg,#059669,#34d399)}.metric-icon.orange{background:linear-gradient(135deg,#f97316,#fbbf24)}.metric-icon.purple{background:linear-gradient(135deg,#7c3aed,#a78bfa)}.metric-icon.red{background:linear-gradient(135deg,#ef4444,#fb7185)}.metric-body p{margin:0 0 5px;color:#74839a;font-weight:900}.metric-body strong{display:block;font-size:31px;line-height:1.1;letter-spacing:-.04em}.metric-body span{display:block;margin-top:12px;color:#64748b;font-weight:700}.progress{width:100%;height:6px;overflow:hidden;border-radius:999px;background:#dbeafe;margin-top:14px}.progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue),#38bdf8)}.panel{background:var(--panel);border:1px solid var(--line);border-radius:17px;padding:22px;box-shadow:var(--shadow)}.panel+.panel{margin-top:24px}.panel h2{margin:0 0 18px;font-size:20px;letter-spacing:-.02em}.panel-header{margin-bottom:18px}.panel-header h2{margin-bottom:3px}.panel-header p{margin:0;color:#71809a;font-weight:700}.button-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.button-row.center{justify-content:center}.work-input-top-tools{display:grid;grid-template-columns:auto auto;align-items:end;gap:14px;margin-bottom:18px}.month-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:0}.month-picker-anchor{position:relative;display:inline-flex}.month-picker-input-anchor{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.bulk-toggle{margin-left:6px;border:1px solid #d9e3f0;background:#f8fbff}.bulk-toggle:hover{background:#f0f6ff}.work-input-main-actions{justify-self:end}.review-panel{border-radius:14px;border-color:#dbe4f1;background:#fff}.review-panel-header{margin-bottom:14px;padding:6px 2px 2px}.review-heading-inline{display:inline-flex;align-items:center;gap:14px;flex-wrap:nowrap}.review-heading-title{margin:0;white-space:nowrap;font-size:33px;letter-spacing:-.03em}.review-inline-summary{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px}.review-summary-card{min-width:184px;min-height:62px;display:inline-flex;align-items:center;gap:11px;padding:10px 14px;border-radius:9px;border:1px solid #d7e0ee;background:#f2f5fa}.review-summary-icon{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#3b82f6;background:#e6efff}.review-summary-value{display:block;margin-top:0;color:#1f2e4f;font-size:20px;font-weight:650;line-height:1;letter-spacing:-.03em}.review-summary-card.error.no-error{border-color:#d6ead9;background:#eff8f2}.review-summary-card.error.no-error .review-summary-icon{color:#16a34a;background:#dff5e4}.review-summary-card.error.has-error{border-color:#fecaca;background:#fef2f2}.review-summary-card.error.has-error .review-summary-icon{color:#dc2626;background:#fee2e2}.primary,.secondary{min-height:42px;border-radius:10px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900}.primary{border:0;color:#fff;background:linear-gradient(135deg,var(--blue),#06b6d4);box-shadow:0 10px 22px #2563eb38}.secondary{color:#243856;background:#fff;border:1px solid #d9e3f0}.secondary:hover{background:#f6faff}.primary:disabled,.secondary:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:12px;background:#fff}table{width:100%;border-collapse:collapse}th{background:#f3f7fc;color:#33425d;font-size:14px;font-weight:900;white-space:nowrap}th,td{padding:14px;border-bottom:1px solid #e6edf6;text-align:left}td{font-size:14px;color:#1d2e4c;font-weight:650}tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#f8fbff}.thin{width:44px;text-align:center}.favorite-table{table-layout:fixed}.favorite-table th{white-space:nowrap}.favorite-table th:nth-child(1),.favorite-table td:nth-child(1){width:92px;min-width:92px;max-width:92px}.favorite-table th:nth-child(2),.favorite-table td:nth-child(2){width:150px;min-width:150px;max-width:150px}.favorite-table th:nth-child(3),.favorite-table td:nth-child(3){width:130px;min-width:130px;max-width:130px}.favorite-table th:nth-child(4),.favorite-table td:nth-child(4){width:260px;min-width:260px;max-width:260px}.favorite-table th:nth-child(6),.favorite-table td:nth-child(6){width:96px;min-width:96px;max-width:96px}.favorite-table td:nth-child(2),.favorite-table td:nth-child(3),.favorite-table td:nth-child(4),.favorite-table td:nth-child(5){white-space:normal;word-wrap:break-word;overflow-wrap:break-word}.favorite-table th:nth-child(4),.favorite-table td:nth-child(4){padding-left:32px}.ghost-icon{border:0;background:transparent;color:#64748b;border-radius:7px;width:30px;height:30px;display:inline-grid;place-items:center}.ghost-icon:hover{background:#edf4ff}.drag-handle{border:0;background:transparent;color:#64748b;border-radius:8px;width:30px;height:30px;display:inline-grid;place-items:center;cursor:grab}.drag-handle:hover{background:#edf4ff}.drag-handle:active{cursor:grabbing}.dragging-row{background:#f0f7ff}.favorite-row-actions-cell{width:88px}.favorite-row-actions{display:inline-flex;align-items:center;justify-content:center;gap:4px}.input-table th:first-child,.input-table td:first-child{width:48px;text-align:center;color:#60708a}.input-table select,.input-table input{width:100%;height:36px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;padding:0 10px;color:#243856;font-weight:700}.input-table input[type=number]{text-align:right}.input-table tr.sat{background:#f0f7ff}.input-table tr.holiday{background:#fef2f2}.input-table .sat{color:#2563eb}.input-table .holiday{color:#ef4444}.daily-entry-list{display:flex;flex-direction:column;gap:14px}.day-card{border:1px solid #dce5f2;border-left:4px solid #cdd9ec;border-radius:12px;background:#fff;overflow:hidden}.day-card.sat{border-left-color:#60a5fa}.day-card.holiday{border-left-color:#ef4444}.day-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#f9fbff;border-bottom:1px solid #e6edf6}.day-card-title{display:inline-flex;align-items:center;gap:8px;color:#243856;font-weight:900}.day-card-total{color:#243856;font-weight:900}.day-entry-head{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(180px,.7fr) 92px;gap:10px;padding:8px 14px;color:#64748b;font-size:12px;font-weight:800}.day-entry-row{display:grid;grid-template-columns:minmax(0,1fr) 110px minmax(180px,.7fr) 92px;gap:10px;align-items:center;padding:8px 14px;border-top:1px solid #edf2f8}.project-input-wrap{display:grid;grid-template-columns:minmax(160px,.5fr) minmax(220px,1fr) 32px;gap:8px;align-items:center}.hours-input-wrap{display:grid;grid-template-columns:1fr auto;gap:6px;align-items:center}.hours-input-wrap span{font-weight:800;color:#64748b}.day-entry-row select,.day-entry-row input{width:100%;height:34px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;padding:0 10px;color:#243856;font-weight:700}.day-entry-row input[type=number]{text-align:right}.day-entry-actions{display:inline-flex;align-items:center;gap:6px;justify-self:end}.day-add-row{margin:10px 14px 12px;min-height:34px;font-size:13px}.total-footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:18px;padding:16px 10px 0}.total-footer span{font-weight:900;font-size:20px}.total-footer strong{font-size:30px;letter-spacing:-.04em}.total-footer em{color:#64748b;font-style:normal;font-weight:700}.status-chip{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:27px;padding:0 10px;border-radius:8px;font-size:13px;font-weight:900}.status-提出済み,.status-承認済み,.status-完了,.status-有効,.status-在籍,.status-運用中{color:#087548;background:#dcfce7}.status-未提出,.status-エラー{color:#dc2626;background:#fee2e2}.status-差戻し,.status-処理中,.status-下書き{color:#b45309;background:#fef3c7}.two-column{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.7fr);gap:24px;margin-top:24px}.two-column .panel+.panel{margin-top:0}.dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:24px;align-items:start}.right-rail{display:flex;flex-direction:column;gap:24px}.right-rail .panel{margin-top:0}.action-list{display:flex;flex-direction:column;gap:12px}.action-list button{border:1px solid #dfe7f2;background:#fff;min-height:78px;border-radius:12px;display:flex;align-items:center;gap:16px;padding:0 16px;color:#253857;text-align:left}.action-list button svg{width:44px;height:44px;padding:10px;border-radius:50%;color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed)}.action-list button:nth-child(2) svg{background:linear-gradient(135deg,#059669,#34d399)}.action-list button:nth-child(3) svg{background:linear-gradient(135deg,#2563eb,#38bdf8)}.action-list b{display:block;font-size:16px}.action-list em{display:block;margin-top:4px;color:#71809a;font-style:normal;font-size:13px;font-weight:700}.donut{width:170px;height:170px;border-radius:50%;margin:10px auto 18px;display:grid;place-items:center;background:conic-gradient(var(--green) 0 72%,var(--red) 72% 86%,var(--orange) 86% 97%,#cbd5e1 97% 100%);position:relative}.donut:after{content:"";position:absolute;width:92px;height:92px;background:#fff;border-radius:50%}.donut span{position:relative;z-index:1;text-align:center;color:#64748b;font-weight:800}.donut b{font-size:22px;color:#0f172a}.legend p{margin:8px 0;color:#58677f;font-weight:800}.legend i{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:8px}.legend .green{background:var(--green)}.legend .red{background:var(--red)}.legend .orange{background:var(--orange)}.pagination{display:flex;align-items:center;gap:8px;margin-top:18px;color:#64748b;font-weight:800}.pagination span{margin-right:auto}.pagination button{min-width:36px;height:36px;border:1px solid #d9e3f0;background:#fff;border-radius:8px;font-weight:900;color:#52617a}.pagination button.active{background:var(--blue);color:#fff;border-color:var(--blue)}.upload-panel{min-height:260px;display:grid;place-items:center}.upload-box{border:2px dashed #bfd3ee;background:linear-gradient(180deg,#f8fbff,#fff);border-radius:18px;min-height:220px;width:100%;display:grid;place-items:center;text-align:center;padding:32px;color:#45546e}.upload-box svg{color:#2563eb}.upload-box h2{margin:8px 0 0}.upload-box p{color:#71809a;font-weight:700;margin:0 0 18px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0f172a59;display:grid;place-items:center;padding:20px}.modal-card{width:min(560px,100%);background:#fff;border:1px solid #d9e3f0;border-radius:16px;box-shadow:0 24px 48px #0f172a38;padding:22px}.modal-card h2{margin:0 0 14px;font-size:22px}.modal-error{margin:0 0 12px;color:#dc2626;font-size:14px;font-weight:700}.modal-form-grid{display:grid;gap:12px}.modal-form-grid label{display:grid;gap:6px}.modal-form-grid span{color:#42516a;font-weight:800;font-size:13px}.modal-form-grid select{width:100%;height:38px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;padding:0 10px;color:#243856;font-weight:700}.modal-form-grid textarea{width:100%;min-height:84px;border:1px solid #d9e3ef;border-radius:8px;background:#fff;padding:8px 10px;color:#243856;font-weight:700;resize:vertical}.modal-actions{justify-content:flex-end;margin-top:16px}.slack-notify-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.slack-notify-form-grid label{display:grid;gap:6px}.slack-notify-form-grid label.wide{grid-column:1 / -1}.slack-notify-form-grid span{color:#42516a;font-weight:800;font-size:13px}.slack-notify-form-grid input{width:100%;height:38px;border:1px solid #d9e3ef;border-radius:10px;padding:0 12px;background:#fff;color:#243856;font-weight:700}.slack-notify-actions{margin-top:14px}.slack-result-summary{margin:12px 0 0;color:#1d4ed8;font-weight:800}.check-grid{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center}.check-grid span{font-weight:900;color:#33425d}.task-list{display:flex;flex-direction:column;gap:14px}.task-list div{display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;background:#f8fbff;border:1px solid #e5edf7}.task-list b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#eaf2ff;color:var(--blue)}.task-list span{font-weight:900}.submit-card{max-width:760px;margin:52px auto 0;text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:44px}.submit-card>svg{color:var(--green)}.submit-card h2{font-size:26px;margin:18px 0 8px}.submit-card p{color:#64748b;font-weight:700;line-height:1.8}.submit-summary{margin:26px 0;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.submit-summary span{border:1px solid #e5edf7;border-radius:14px;padding:14px;color:#64748b;font-weight:800}.submit-summary b{display:block;margin-top:7px;color:#172642;font-size:18px}.review-confirm-panel{max-width:760px;margin:0 auto 18px;padding:24px 24px 20px;border:1px solid #dfe7f2;border-radius:20px;background:linear-gradient(180deg,#fcfdff,#f6f9ff);box-shadow:0 20px 50px #1e40af1f;text-align:center}.review-confirm-icon{width:48px;height:48px;margin:0 auto 12px;display:grid;place-items:center;border-radius:50%;color:#10b981;border:3px solid rgba(16,185,129,.9);background:#ecfdf5}.review-confirm-icon svg{width:24px;height:24px}.review-confirm-panel h2{margin:0;font-size:28px;line-height:1.2;letter-spacing:-.04em}.review-metrics-grid{margin:16px 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.review-metric-card{min-height:82px;padding:12px;border-radius:14px;border:1px solid #d9e3f0;background:#fff}.review-metric-card span{display:block;color:#64748b;font-size:15px;font-weight:800}.review-metric-card strong{display:block;margin-top:4px;color:#16233c;font-size:26px;letter-spacing:-.02em}@media (max-width: 1180px){.app-shell{grid-template-columns:260px 1fr}.metric-grid.four,.metric-grid.three{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-layout,.two-column{grid-template-columns:1fr}.work-input-top-tools{grid-template-columns:1fr;align-items:stretch}.work-input-main-actions{justify-self:start}.right-rail{display:grid;grid-template-columns:repeat(2,1fr)}.day-entry-head,.day-entry-row,.project-input-wrap{grid-template-columns:1fr}.day-entry-actions{justify-self:start}.review-confirm-panel h2{font-size:25px}.review-metrics-grid{grid-template-columns:1fr}.review-metric-card strong{font-size:24px}.review-heading-inline{width:100%;flex-wrap:wrap}.review-inline-summary{width:100%}.review-heading-title,.review-summary-value{font-size:30px}}@media (max-width: 760px){.app-shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.nav-list{display:grid;grid-template-columns:repeat(2,1fr)}.page-content{padding:24px 16px 96px}.topbar{padding:0 16px}.month-toolbar{flex-wrap:wrap}.metric-grid.four,.metric-grid.three,.right-rail{grid-template-columns:1fr}.split,.split-title{align-items:flex-start;flex-direction:column}.review-confirm-panel{padding:20px 14px 16px;border-radius:16px}.review-confirm-icon{width:44px;height:44px;margin-bottom:10px}.review-confirm-panel h2{font-size:22px}.review-metrics-grid{margin:14px 0}.review-metric-card strong{font-size:22px}.review-panel-header{padding:0}.review-heading-inline{gap:10px}.review-heading-title{font-size:24px}.review-inline-summary{width:100%}.review-inline-summary{justify-content:flex-start}.review-summary-card{width:calc(50% - 5px);min-width:0;min-height:56px;padding:8px 10px}.review-summary-value{font-size:24px}.review-action-buttons{width:100%;justify-content:flex-start}.modal-card{padding:18px}.modal-actions{justify-content:flex-start}.slack-notify-form-grid{grid-template-columns:1fr}}:root{--bg: #f6f9fd;--panel: rgba(255, 255, 255, .92);--line: #dfe7f2;--text: #11213d;--muted: #6f7f98;--blue: #2563eb;--blue-2: #0ea5e9;--green: #16b981;--orange: #f59e0b;--red: #ef4444;--purple: #7c3aed;--shadow: 0 16px 40px rgba(30, 64, 175, .1), 0 3px 10px rgba(15, 23, 42, .06);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at top right,#eef7ff 0,transparent 32%),var(--bg)}button,input,select{font:inherit}button,a{cursor:pointer;font-family:inherit}a{color:inherit;text-decoration:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
