:root{--bg: #dce5da;--app-bg: #eef3ec;--surface: #ffffff;--surface-2: #f1f5ef;--surface-3: #e4ebe3;--ink: #1b3a2b;--muted: #6e8077;--muted-2: #8a9a90;--line: #e4ebe3;--green: #1f9d63;--green-dark: #0e7a4e;--green-strong: #15824f;--green-soft: #e4f5ea;--green-pale: #f5f8f4;--accent-yellow: #ffe08a;--accent-amber: #c77a1e;--accent-violet: #7a5bd0;--accent-teal: #1b9e94;--shadow: 0 26px 60px rgba(20, 50, 35, .18);--shadow-card: 0 2px 8px rgba(20, 50, 35, .05);color:var(--ink);font-family:Noto Sans JP,Hiragino Sans,Yu Gothic,system-ui,sans-serif;--font-display: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", "Noto Sans JP", system-ui, sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(1200px 480px at 50% -10%,#e8efe5 0,#e8efe500 70%),var(--bg)}button,input,select{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.48}input,select{min-height:42px;min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);padding:0 12px}input:focus,select:focus,button:focus-visible{outline:3px solid rgba(50,142,101,.22);outline-offset:2px}table{width:100%;border-collapse:collapse;font-size:14px}th,td{padding:13px 12px;border-bottom:1px solid var(--line);text-align:left;white-space:nowrap}th{color:var(--muted);font-size:12px}.app-shell{min-height:100vh;padding:22px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1280px;margin:0 auto 18px}.brand{display:flex;align-items:center;gap:0}.brand p,.admin-title p,.sidebar-title p{margin:0 0 3px;color:var(--muted);font-size:13px;font-weight:700}.brand h1,.admin-title h2,.sidebar-title h2{margin:0;font-size:22px;line-height:1.25}.view-switch{display:flex;gap:5px;padding:5px;border:1px solid var(--line);border-radius:999px;background:var(--surface)}.view-switch button{min-width:96px;min-height:38px;border-radius:999px;background:transparent;color:var(--muted);font-size:14px;font-weight:800}.view-switch button.active{background:var(--green);color:#fff}.employee-shell,.admin-layout{max-width:1280px;margin:0 auto}.employee-shell{display:flex;justify-content:center;align-items:start;min-height:calc(100vh - 112px)}.phone{position:relative;width:min(100%,410px);height:820px;overflow:hidden;border:11px solid #1c1c1e;border-radius:46px;background:var(--app-bg);box-shadow:var(--shadow),0 0 0 1px #333}.phone-status{display:flex;justify-content:space-between;gap:10px;padding:14px 20px 7px;color:var(--muted);font-size:12px;font-weight:800}.mobile-datebar{display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:0 16px 10px}.mobile-datebar button{width:34px;height:34px;border-radius:999px;background:var(--surface-2);color:var(--green);font-size:26px;line-height:1}.mobile-datebar strong{text-align:center;font-size:20px}.employee-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 20px 14px}.employee-greeting h2,.employee-greeting p{margin:0}.employee-greeting h2{font-family:var(--font-display);font-size:22px;line-height:1.3;color:var(--ink)}.employee-greeting p{margin-top:3px;color:var(--muted);font-size:12.5px;font-weight:500}.header-bell{position:relative;flex-shrink:0;display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--surface);color:var(--ink);box-shadow:var(--shadow-card)}.header-bell i{position:absolute;top:9px;right:10px;width:8px;height:8px;border-radius:50%;background:#e5634d;border:1.5px solid var(--surface)}.header-bell{transition:background .2s ease,color .2s ease,transform .15s ease}.header-bell:active{transform:scale(.92)}.header-bell.is-active{background:var(--green);color:#fff}.notif-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;background:#14281e47;animation:notifFade .22s ease}.notif-panel{position:absolute;top:64px;right:14px;left:14px;z-index:61;max-height:70%;display:flex;flex-direction:column;background:var(--surface);border-radius:20px;box-shadow:0 24px 50px #1432234d;overflow:hidden;transform-origin:top right;animation:notifPop .3s cubic-bezier(.2,.8,.2,1)}.notif-arrow{position:absolute;top:-7px;right:16px;width:14px;height:14px;background:var(--surface);transform:rotate(45deg);border-radius:3px}.notif-head{display:flex;align-items:center;justify-content:space-between;padding:15px 16px 10px}.notif-head h3{margin:0;font-size:16px}.notif-close{width:28px;height:28px;border-radius:50%;background:var(--surface-2);color:var(--muted);font-size:17px;line-height:1;display:grid;place-items:center}.notif-list{padding:0 14px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.notif-list .notice-row{animation:notifUp .34s ease both}.notif-list .notice-row:nth-child(2){animation-delay:.04s}.notif-list .notice-row:nth-child(3){animation-delay:.08s}.notif-list .notice-row:nth-child(4){animation-delay:.12s}.notif-list .notice-row:nth-child(5){animation-delay:.16s}.notif-list .notice-row:nth-child(6){animation-delay:.2s}@keyframes notifFade{0%{opacity:0}to{opacity:1}}@keyframes notifPop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes notifUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:0 16px 14px}.mobile-nav button{min-height:38px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:13px;font-weight:800}.mobile-nav button.active{background:var(--green);color:#fff}.phone-content{display:grid;gap:12px;height:610px;overflow-y:auto;padding:0 16px 96px;scrollbar-width:none}.phone-content::-webkit-scrollbar{display:none}.mobile-footer{position:absolute;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;padding:8px 8px 12px;border-top:1px solid var(--line);background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:0 -8px 24px #14322314}.mobile-footer button{display:grid;justify-items:center;gap:4px;min-height:54px;border-radius:12px;background:transparent;color:var(--muted);font-weight:800}.mobile-footer button.active{color:var(--green)}.mobile-footer small{font-size:10px;line-height:1}.mobile-footer .footer-fab{align-self:start;justify-self:center;display:grid;place-items:center;width:52px;height:52px;min-height:0;margin-top:-16px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;font-size:28px;font-weight:400;line-height:1;box-shadow:0 6px 16px #0f7a4a66}.mobile-footer .footer-fab span{margin-top:-2px}.mobile-footer .footer-fab:active{transform:scale(.96)}.nav-icon.health:before,.nav-icon.health:after{top:4px;width:7px;height:11px;background:currentColor;border-radius:7px 7px 0 0}.nav-icon.health:before{left:12px;transform:rotate(-45deg);transform-origin:0 100%}.nav-icon.health:after{left:5px;transform:rotate(45deg);transform-origin:100% 100%}.nav-icon{position:relative;width:24px;height:24px}.nav-icon:before,.nav-icon:after{content:"";position:absolute;border-color:currentColor}.nav-icon.timeline:before{left:4px;top:5px;width:16px;height:14px;border:2px solid currentColor;border-radius:5px}.nav-icon.timeline:after{left:7px;top:9px;width:10px;height:2px;background:currentColor;box-shadow:0 5px 0 currentColor}.nav-icon.times:before{left:4px;top:4px;width:16px;height:13px;border:2px solid currentColor;border-radius:5px 5px 5px 0}.nav-icon.times:after{left:7px;top:7px;width:8px;height:2px;background:currentColor;box-shadow:0 4px 0 currentColor}.nav-icon.steps:before{left:5px;bottom:3px;width:6px;height:14px;border-radius:999px 999px 5px 5px;background:currentColor}.nav-icon.steps:after{right:4px;bottom:4px;width:7px;height:11px;border-radius:999px 999px 5px 5px;background:currentColor}.nav-icon.meal:before{left:4px;top:3px;width:14px;height:14px;border:2px solid currentColor;border-radius:999px}.nav-icon.meal:after{right:3px;top:2px;width:2px;height:19px;background:currentColor}.nav-icon.gift:before{left:4px;top:8px;width:16px;height:13px;border:2px solid currentColor;border-radius:4px}.nav-icon.gift:after{left:11px;top:4px;width:2px;height:18px;background:currentColor}.nav-icon.user:before{left:8px;top:4px;width:8px;height:8px;border:2px solid currentColor;border-radius:999px}.nav-icon.user:after{left:4px;bottom:3px;width:16px;height:9px;border:2px solid currentColor;border-radius:999px 999px 4px 4px}.point-hero{padding:26px;border-radius:26px;background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 180px),var(--green);color:#fff}.daily-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.daily-summary div{padding:14px;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card)}.daily-summary span{display:block;color:var(--muted);font-size:11px;font-weight:800}.daily-summary strong{display:block;margin-top:5px;font-family:var(--font-display);color:var(--green);font-size:18px}.health-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:14px;background:var(--surface-3)}.health-tab{padding:9px;border-radius:11px;background:transparent;color:var(--muted);font-size:13.5px;font-weight:800}.health-tab.active{background:var(--surface);color:var(--ink);box-shadow:0 1px 4px #1432231f}.step-ring{display:grid;place-items:center;width:136px;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(var(--green) 0 var(--progress),#e8eee9 var(--progress) 100%);color:var(--green)}.step-ring span,.step-ring small{color:var(--muted);font-size:11px;font-weight:900}.step-ring strong{font-size:30px;line-height:1}.walking-top{display:flex;align-items:center;gap:16px;margin-bottom:14px}.walking-top .step-ring{width:116px;flex-shrink:0}.walking-metrics{flex:1;display:grid;gap:10px}.walking-metrics div{padding:10px 12px;border-radius:12px;background:var(--surface-2)}.walking-metrics span{display:block;color:var(--muted);font-size:11px;font-weight:800}.walking-metrics strong{display:block;margin-top:4px;font-size:16px}.point-hero span,.point-hero p{color:#ffffffb8;font-size:13px;font-weight:800}.point-hero strong{display:block;margin:8px 0;font-size:48px;line-height:1}.point-hero p{margin:0}.quick-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.quick-actions button,.action-button,.mobile-list-row button{min-height:44px;border-radius:12px;background:var(--green);color:#fff;font-size:13px;font-weight:900}.quick-actions button:nth-child(2){background:var(--green-dark)}.quick-actions button:nth-child(3){background:#5aa77e}.mobile-card,.admin-card,.stat-card,.item-card{border:1px solid var(--line);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-card)}.mobile-card{padding:16px;border:0;border-radius:20px}.mobile-card h3,.admin-card h3,.item-card h3{margin:0 0 12px;font-size:17px}.card-copy{margin:-4px 0 12px;color:var(--muted);font-size:12px;line-height:1.6}.mobile-form{display:grid;gap:10px}.mobile-form label{display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:800}.mobile-form textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);font:inherit;font-size:13px}.primary-button{min-height:42px;border-radius:10px;background:var(--green);color:#fff;font-weight:900}.step-rule{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.step-rule span{padding:7px 8px;border-radius:8px;background:var(--surface-2);color:var(--green-dark);font-size:11px;font-weight:800;text-align:center}.upload-box{min-height:54px;place-items:center;border:1px dashed rgba(50,142,101,.48);border-radius:10px;background:var(--green-pale);color:var(--green)}.camera-box{position:relative;display:flex;width:100%;min-height:112px;align-items:center;justify-content:center;flex-direction:column;gap:10px;border:1px dashed rgba(50,142,101,.5);border-radius:16px;background:var(--green-pale);color:var(--green);text-align:center}.camera-box strong{color:var(--green);font-size:14px}.camera-fullscreen{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;overflow:hidden;background:#111;color:#fff}.camera-fullscreen[hidden]{display:none}.camera-fullscreen video{width:100%;height:100%;object-fit:cover;background:#111}.camera-topbar{position:absolute;top:0;left:0;right:0;z-index:2;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;min-height:68px;padding:14px 16px 8px;background:linear-gradient(180deg,rgba(0,0,0,.62),transparent)}.camera-topbar button{width:36px;height:36px;border-radius:999px;background:#ffffff2e;color:#fff;font-size:28px;line-height:1}.camera-topbar strong{text-align:center;font-size:14px}.camera-guide{position:absolute;left:50%;top:50%;width:min(78vw,312px);aspect-ratio:1;transform:translate(-50%,-50%);border:3px solid rgba(255,255,255,.95);border-radius:18px;background:linear-gradient(90deg,transparent 33.333%,rgba(255,255,255,.45) 33.333% 33.9%,transparent 33.9% 66.666%,rgba(255,255,255,.45) 66.666% 67.2%,transparent 67.2%),linear-gradient(180deg,transparent 33.333%,rgba(255,255,255,.45) 33.333% 33.9%,transparent 33.9% 66.666%,rgba(255,255,255,.45) 66.666% 67.2%,transparent 67.2%);box-shadow:0 0 0 999px #00000057,inset 0 0 0 1px #328e65e6}.camera-fullscreen p{position:absolute;left:22px;right:22px;bottom:112px;z-index:2;margin:0;color:#fff;font-size:12px;line-height:1.5;text-align:center}.camera-shutter{position:absolute;left:0;right:0;bottom:22px;z-index:2;display:grid;place-items:center}.camera-shutter button{width:70px;height:70px;border:5px solid rgba(255,255,255,.9);border-radius:999px;background:#fff;box-shadow:0 0 0 5px #ffffff38}.file-box{position:relative;display:grid;min-height:40px;place-items:center;border:1px solid var(--line);border-radius:10px;background:var(--surface);color:var(--muted);text-align:center}.file-box input{display:none}.file-box span{max-width:100%;overflow:hidden;padding:0 12px;font-size:12px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.camera-icon{position:relative;width:30px;height:24px;border:2px solid currentColor;border-radius:7px}.camera-icon:before{content:"";position:absolute;left:9px;top:5px;width:8px;height:8px;border:2px solid currentColor;border-radius:999px}.camera-icon:after{content:"";position:absolute;left:6px;top:-7px;width:10px;height:6px;border-radius:4px 4px 0 0;background:currentColor}.upload-box input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.upload-box span{font-size:13px}.meal-preview{width:100%;aspect-ratio:16 / 9;object-fit:cover;border-radius:10px;border:1px solid var(--line)}.action-button{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:8px;padding:0 14px;text-align:left}.mobile-list-row,.mobile-log{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.section-line{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.section-line h3{margin:0}.section-line button{min-height:32px;padding:0 12px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;font-weight:900}.lunch-done-badge{display:inline-flex;align-items:center;padding:5px 11px;border-radius:999px;background:#328e651f;color:var(--green-dark);font-size:12px;font-weight:900}.lunch-slot{display:grid;grid-template-columns:84px minmax(0,1fr);gap:14px;align-items:center;width:100%;padding:12px;border:1px solid rgba(50,142,101,.16);border-radius:20px;background:#fff;color:var(--ink);text-align:left;transition:transform .12s ease,box-shadow .12s ease}.lunch-slot:active{transform:scale(.99)}.lunch-slot.registered{background:linear-gradient(120deg,#fff,var(--surface-2));box-shadow:var(--shadow-card)}.lunch-slot img{width:84px;height:84px;object-fit:cover;border-radius:16px}.lunch-slot-body{min-width:0}.lunch-slot-tag{display:inline-flex;padding:4px 9px;border-radius:999px;background:#328e651a;color:var(--green-dark);font-size:11px;font-weight:900}.lunch-slot-body strong{display:block;overflow:hidden;margin-top:5px;color:var(--ink);font-size:15px;line-height:1.4;text-overflow:ellipsis;white-space:nowrap}.lunch-slot-body em{display:block;margin-top:4px;color:var(--green);font-size:12px;font-style:normal;font-weight:800}.lunch-slot.empty{border:1.5px dashed rgba(50,142,101,.4);background:var(--surface-2)}.lunch-slot-plus{display:grid;place-items:center;width:84px;height:84px;border-radius:16px;background:var(--surface);border:1.5px dashed rgba(50,142,101,.4);color:var(--green);font-size:34px;font-weight:900}.lunch-slot.empty .lunch-slot-body strong{margin-top:0;color:var(--green-dark);white-space:normal}.lunch-slot.empty .lunch-slot-body em{color:var(--muted);font-weight:700}.engagement-meter{flex:1;min-width:0}.engagement-meter-bar{height:10px;border-radius:999px;background:var(--surface-2);overflow:hidden}.engagement-meter-bar i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--green),var(--green-dark))}.engagement-meter p{margin:8px 0 0;color:var(--muted);font-size:12px;font-weight:700}.mobile-list-row:last-child,.mobile-log:last-child{border-bottom:0}.mobile-list-row strong,.mobile-list-row span,.mobile-log strong,.mobile-log span{display:block}.mobile-list-row span,.mobile-log span,.empty{color:var(--muted);font-size:12px}.mobile-list-row button{flex:0 0 auto;min-height:36px;padding:0 12px}.mobile-log em{color:var(--green);font-style:normal;font-weight:900}.history-groups{display:grid;gap:14px}.history-groups h4{margin:0 0 4px;color:var(--muted);font-size:12px}.exchange-log em{color:var(--green-dark)}.balance-card span{color:var(--muted);font-size:13px;font-weight:800}.balance-card strong{display:block;margin-top:6px;font-size:34px}.profile-card{display:grid;justify-items:center;gap:6px;padding:22px;border-radius:22px;background:var(--surface);border:1px solid var(--line)}.avatar{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:var(--green);color:#fff;font-size:26px;font-weight:900}.profile-card h3,.profile-card p{margin:0}.profile-card p{color:var(--muted);font-size:13px}.mypage-profile{padding:22px;border-radius:24px;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;box-shadow:0 12px 28px #0f7a4a4d}.mypage-profile-head{display:flex;align-items:center;gap:15px}.mypage-avatar{display:grid;place-items:center;flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#fff3;border:2px solid rgba(255,255,255,.5);font-family:var(--font-display);font-weight:900;font-size:26px}.mypage-id{min-width:0}.mypage-id strong{display:block;font-family:var(--font-display);font-size:20px;line-height:1.25}.mypage-id span{font-size:12px;opacity:.88}.mypage-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:16px}.mypage-stat{padding:11px 13px;border-radius:14px;background:#ffffff29}.mypage-stat span{font-size:10.5px;opacity:.9}.mypage-stat strong{display:block;margin:2px 0;font-family:var(--font-display);font-weight:900;font-size:19px}.mypage-stat strong small{font-size:12px;font-weight:700}.mypage-stat em{font-style:normal;font-size:11px;font-weight:700;opacity:.95}.mypage-xp{margin-top:14px}.mypage-xp-bar{height:8px;border-radius:8px;background:#ffffff40;overflow:hidden}.mypage-xp-bar i{display:block;height:100%;border-radius:8px;background:var(--accent-yellow)}.mypage-xp small{display:block;margin-top:6px;font-size:11px;opacity:.9}.reward-link{display:flex;align-items:center;gap:13px;width:100%;padding:15px 17px;border-radius:18px;background:var(--surface);box-shadow:var(--shadow-card);text-align:left}.reward-link-icon{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:#fbeedc;font-size:20px}.reward-link-text{flex:1;min-width:0}.reward-link-text strong{display:block;font-size:14.5px;color:var(--ink)}.reward-link-text small{display:block;margin-top:1px;color:var(--muted-2);font-size:11.5px}.reward-link-chevron{flex-shrink:0;color:#c5d0c5;font-size:22px;line-height:1}.page-back{align-self:start;display:inline-flex;align-items:center;gap:4px;padding:6px 4px;background:transparent;color:var(--green-dark);font-size:13px;font-weight:800}.page-back span{font-size:18px;line-height:1}.status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.status-grid div,.meal-summary,.coupon-row{border-radius:8px;background:var(--surface-2);padding:11px}.status-grid span,.meal-summary span{display:block;color:var(--muted);font-size:11px;font-weight:800}.status-grid strong,.meal-summary strong{display:block;margin-top:5px;font-size:15px}.meal-summary{margin-top:8px}.coupon-row{display:grid;gap:6px;margin-top:8px}.coupon-row code{width:fit-content;padding:5px 8px;border-radius:6px;background:var(--surface);color:var(--green-dark);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;font-weight:900}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:20px;background:#1b2b246b}.phone .modal-backdrop{position:absolute;z-index:40;padding:16px}.phone .confirm-dialog{padding:18px}.phone .confirm-dialog h2{font-size:18px}.confirm-dialog{width:min(100%,390px);border-radius:12px;background:var(--surface);padding:22px;box-shadow:var(--shadow)}.confirm-dialog h2{margin:0;font-size:22px}.confirm-dialog p{margin:12px 0 16px;color:var(--muted);font-size:14px;line-height:1.7}.dialog-summary{display:grid;grid-template-columns:1fr auto;gap:8px 14px;padding:14px;border-radius:8px;background:var(--surface-2)}.dialog-summary span{color:var(--muted);font-size:13px;font-weight:800}.dialog-summary strong{color:var(--green-dark)}.dialog-actions{display:grid;grid-template-columns:.8fr 1.2fr;gap:10px;margin-top:16px}.dialog-actions button{min-height:42px;border-radius:8px;font-weight:900}.dialog-actions button:first-child{background:var(--surface-2);color:var(--green-dark)}.dialog-actions button:last-child{background:var(--green);color:#fff}.form-dialog{width:min(100%,460px)}.form-dialog .stack-form{margin-top:18px}.form-dialog .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px}.admin-sidebar{min-height:760px;border-radius:18px;background:var(--surface);border:1px solid var(--line);color:#fff;padding:22px}.sidebar-title{margin-bottom:22px}.sidebar-title p{color:var(--muted)}.sidebar-title h2{color:var(--ink)}.sidebar-button{width:100%;min-height:44px;margin-bottom:8px;padding:0 12px;border-radius:8px;background:transparent;color:var(--muted);text-align:left;font-weight:800}.sidebar-button.active,.sidebar-button:hover{background:var(--green);color:#fff}.admin-main{min-width:0}.admin-title,.section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.admin-title h2{font-size:30px}.admin-title button,.section-heading button,.stack-form button{min-height:42px;padding:0 16px;border-radius:8px;background:var(--green);color:#fff;font-weight:900}.section-heading{margin-bottom:12px}.section-heading h3{margin:0;font-size:18px}.section-heading span{color:var(--muted);font-size:13px;font-weight:800}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.dashboard-grid{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:14px;margin-bottom:16px}.chart-card{min-height:260px}.line-chart{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:12px;height:176px;padding:16px 8px 0;border-radius:8px;background:linear-gradient(180deg,transparent 24%,rgba(50,142,101,.08) 25%,transparent 26%),linear-gradient(180deg,transparent 49%,rgba(50,142,101,.08) 50%,transparent 51%),linear-gradient(180deg,transparent 74%,rgba(50,142,101,.08) 75%,transparent 76%)}.line-bar{display:grid;align-items:end;justify-items:center;gap:8px;height:100%}.line-bar span{width:14px;min-height:10px;border-radius:999px 999px 4px 4px;background:var(--green)}.line-bar small{color:var(--muted);font-size:11px;font-weight:800}.department-bars{display:grid;gap:14px}.department-bars>div{display:grid;grid-template-columns:82px 1fr 64px;gap:10px;align-items:center;font-size:13px}.department-bars span{color:var(--muted);font-weight:800}.department-bars div div{height:10px;overflow:hidden;border-radius:999px;background:var(--surface-2)}.department-bars i{display:block;height:100%;border-radius:inherit;background:var(--green)}.department-bars strong{color:var(--green-dark);text-align:right}.activity-donut{display:grid;grid-template-columns:126px 1fr;gap:16px;align-items:center}.donut-visual{width:126px;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle at center,#fff 0 48%,transparent 49%),conic-gradient(var(--green) 0 42%,#8fc7ad 42% 72%,#d4eadf 72% 100%)}.activity-donut p{display:flex;align-items:center;gap:8px;margin:9px 0;color:var(--muted);font-size:13px;font-weight:800}.activity-donut span{width:10px;height:10px;border-radius:999px;background:var(--green)}.activity-donut p:nth-child(2) span{background:#8fc7ad}.activity-donut p:nth-child(3) span{background:#d4eadf}.stat-card{padding:18px;background:var(--green-pale)}.stat-card span,.item-card span{display:block;color:var(--muted);font-size:12px;font-weight:800}.stat-card strong{display:block;margin-top:8px;color:var(--green-dark);font-size:25px}.stat-card p{margin:8px 0 0;color:var(--muted);font-size:13px}.admin-card{padding:18px}.admin-content-grid{display:grid;grid-template-columns:minmax(300px,.75fr) minmax(420px,1fr);gap:16px}.stack-form{display:grid;gap:13px}.stack-form label{display:grid;gap:7px;color:var(--muted);font-size:13px;font-weight:800}.table-wrap{overflow-x:auto}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.item-card{display:flex;justify-content:space-between;gap:14px;min-height:128px;padding:16px}.item-card h3{margin-top:8px}.item-card p{margin:0;color:var(--muted);font-size:13px}.item-card strong{flex:0 0 auto;color:var(--green)}@media(max-width:980px){.topbar,.admin-title{align-items:stretch;flex-direction:column}.view-switch{width:100%}.view-switch button{flex:1}.employee-shell,.admin-layout,.admin-content-grid{grid-template-columns:1fr}.admin-sidebar{min-height:auto}.stat-grid,.dashboard-grid,.card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.app-shell{padding:14px}.brand h1{font-size:18px}.phone{min-height:720px;border-width:7px;border-radius:32px}.point-hero strong{font-size:40px}.stat-grid,.dashboard-grid,.card-grid{grid-template-columns:1fr}}button.ghost-button{min-height:42px;padding:0 16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--green-dark);font-weight:900}button.ghost-button:hover{background:var(--surface-2)}button.ghost-button.danger{border-color:#d6454566;color:#c0392b}.mini-button{min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:7px;background:var(--surface);color:var(--green-dark);font-size:12px;font-weight:900}.mini-button:hover{background:var(--surface-2)}.mini-button.danger{border-color:#d6454559;color:#c0392b}.mini-button.danger:hover{background:#d6454514}.row-actions{display:flex;gap:8px;justify-content:center;flex-wrap:wrap}td .row-actions{justify-content:flex-start;white-space:nowrap}.dialog-actions button.danger{background:#d64545;color:#fff}.row-active,.row-active td{background:var(--green-pale)}.card-active{border-color:var(--green);box-shadow:0 0 0 2px #328e652e}.item-card{flex-direction:column}.item-meta{display:block;margin-top:10px;color:var(--green);font-weight:900}.engagement-summary{display:grid;grid-template-columns:200px minmax(0,1fr);gap:20px;align-items:center}.engagement-rate{padding:18px;border-radius:14px;background:var(--green-pale);text-align:center}.engagement-rate span{display:block;color:var(--muted);font-size:12px;font-weight:800}.engagement-rate strong{display:block;margin:6px 0 4px;color:var(--green-dark);font-size:38px;line-height:1}.engagement-rate small{color:var(--muted);font-size:12px;font-weight:800}.privacy-note{margin:14px 0 0;padding:10px 12px;border-radius:10px;background:var(--surface-2);color:var(--muted);font-size:12px;line-height:1.6}@media(max-width:700px){.engagement-summary{grid-template-columns:1fr}}.detail-topbar{display:flex;align-items:center;gap:10px;padding:2px 0 4px}.detail-topbar button{min-height:36px;padding:0 12px 0 8px;border-radius:999px;background:var(--surface-2);color:var(--green-dark);font-size:14px;font-weight:900}.detail-topbar strong{font-size:16px}.meal-detail-photo{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:14px}.meal-detail-card h3{margin:16px 0 8px;font-size:14px}.meal-detail-head{display:flex;align-items:center;justify-content:space-between;margin-top:14px}.meal-detail-badge{display:inline-flex;padding:5px 12px;border-radius:999px;background:#328e651f;color:var(--green-dark);font-size:12px;font-weight:900}.meal-detail-head time{color:var(--muted);font-size:13px;font-weight:800}.meal-chip-list{display:flex;flex-wrap:wrap;gap:8px}.meal-chip{display:inline-flex;padding:7px 12px;border-radius:999px;background:var(--surface-2);color:var(--green-dark);font-size:13px;font-weight:800}.meal-detail-memo{margin:0;padding:12px;border-radius:12px;background:var(--surface-2);color:var(--ink);font-size:13px;line-height:1.6}.detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.detail-actions button{min-height:44px}.goal-bar{height:10px;margin:10px 0 8px;border-radius:999px;background:var(--surface-2);overflow:hidden}.goal-bar i{display:block;height:100%;border-radius:inherit;background:var(--green)}.exercise-menu{display:grid;gap:10px}.exercise-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:14px;background:#fff}.exercise-item.done{background:var(--green-pale)}.exercise-item strong{display:block;font-size:14px}.exercise-item span{color:var(--muted);font-size:11px;font-weight:700}.exercise-item button{flex:0 0 auto;min-height:38px;padding:0 14px;border-radius:999px;background:var(--green);color:#fff;font-size:12px;font-weight:900}.exercise-item button:disabled{background:var(--green-soft);color:var(--green-dark)}.activity-log-list{display:grid;gap:8px}.activity-log-row{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:12px;background:var(--surface-2)}.activity-log-row strong{display:block;font-size:14px}.activity-log-row span{color:var(--muted);font-size:11px;font-weight:700}.activity-log-row em{color:var(--green-dark);font-style:normal;font-weight:900}.nutrition-cal{display:grid;gap:6px;margin-bottom:14px}.nutrition-cal-bar{height:12px;border-radius:999px;background:var(--surface-2);overflow:hidden}.nutrition-cal-bar i{display:block;height:100%;border-radius:inherit;background:var(--green)}.nutrition-cal-text{display:flex;align-items:baseline;gap:6px}.nutrition-cal-text strong{font-size:22px;color:var(--green-dark)}.nutrition-cal-text span{color:var(--muted);font-size:12px;font-weight:800}.pfc-bar{display:flex;height:12px;margin-bottom:8px;border-radius:999px;overflow:hidden;background:var(--surface-2)}.pfc-bar span{display:block;height:100%}.pfc-p,.dot-p{background:var(--green)}.pfc-f,.dot-f{background:#e6a23c}.pfc-c,.dot-c{background:#8fc7ad}.pfc-legend{display:flex;flex-wrap:wrap;gap:10px 14px}.pfc-legend span{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:11px;font-weight:800}.pfc-legend i{width:9px;height:9px;border-radius:999px}.nutrition-veg{display:flex;align-items:center;justify-content:space-between;margin-top:12px;padding:10px 12px;border-radius:12px;background:var(--surface-2)}.nutrition-veg span{color:var(--muted);font-size:12px;font-weight:800}.nutrition-veg strong{color:var(--green-dark);font-size:15px}.nutrition-advice{margin:12px 0 0;padding:10px 12px;border-radius:12px;background:var(--green-pale);color:var(--green-dark);font-size:12px;font-weight:700;line-height:1.6}.meal-nutrition-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.meal-nutrition-grid div{padding:10px 6px;border-radius:12px;background:var(--surface-2);text-align:center}.meal-nutrition-grid span{display:block;color:var(--muted);font-size:10px;font-weight:800}.meal-nutrition-grid strong{display:block;margin-top:4px;color:var(--green-dark);font-size:16px}.meal-nutrition-grid strong i{font-size:10px;font-style:normal;margin-left:1px;color:var(--muted)}.body-card .section-line button{min-height:34px;padding:0 14px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:12px;font-weight:900}.body-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.body-grid div{padding:12px 8px;border-radius:12px;background:var(--surface-2);text-align:center}.body-grid span{display:block;color:var(--muted);font-size:11px;font-weight:800}.body-grid strong{display:block;margin-top:4px;color:var(--green-dark);font-size:18px}.body-grid strong i{margin-left:2px;font-size:11px;font-style:normal;color:var(--muted)}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.checkin-card{display:grid;gap:12px;padding:14px;border:1px solid rgba(50,142,101,.4);border-radius:18px;background:linear-gradient(120deg,var(--green-pale),var(--green-soft));box-shadow:0 8px 22px #1d302b0d}.checkin-card.done{border-color:var(--line);background:var(--surface)}.checkin-head{display:flex;align-items:center;gap:12px}.checkin-head>div:not(.checkin-icon){flex:1;min-width:0}.checkin-icon{display:grid;place-items:center;flex:0 0 auto;width:40px;height:40px;border-radius:12px;background:#fff;font-size:20px}.checkin-card strong{display:block;font-size:14px}.checkin-card small{display:block;margin-top:2px;color:var(--muted);font-size:11px;font-weight:700;line-height:1.5}.checkin-card small.checkin-reward{margin-top:4px;color:var(--green-dark);font-family:var(--font-display);font-size:14px;font-weight:900}.qr-scan-button,.self-checkin-button{min-height:46px;border-radius:999px;background:var(--green);color:#fff;font-size:14px;font-weight:900}.self-checkin-button:active{transform:scale(.99)}.checkin-head em{flex:0 0 auto;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--green);color:#fff;font-style:normal;font-weight:900}.celebrate-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:inherit;background:radial-gradient(circle at 50% 42%,#fffffff2,#e4f5ebe6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;transition:opacity .25s ease;pointer-events:none}.celebrate-overlay.theme-mood{background:radial-gradient(circle at 50% 42%,#fffffff2,#fff6e2e6)}.celebrate-overlay.show{opacity:1}.celebrate-burst{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.celebrate-rings{position:absolute;top:6px;left:50%;width:96px;height:96px;transform:translate(-50%);pointer-events:none}.celebrate-rings i{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:70px;height:70px;border-radius:50%;border:3px solid var(--green);opacity:0;animation:celebrate-ring 1.2s ease-out forwards}.celebrate-rings i:nth-child(2){border-color:#f5b73d;animation-delay:.14s}.celebrate-rings i:nth-child(3){border-color:var(--green-dark);animation-delay:.28s}.theme-mood .celebrate-rings i{border-color:#f5b73d}.theme-mood .celebrate-rings i:nth-child(2){border-color:#e8744f}@keyframes celebrate-ring{0%{transform:scale(.3);opacity:.75}70%{opacity:.3}to{transform:scale(2);opacity:0}}.celebrate-emoji{font-size:66px;line-height:1;filter:drop-shadow(0 12px 20px rgba(35,104,72,.25));animation:celebrate-emoji .7s cubic-bezier(.18,1.5,.4,1) both}@keyframes celebrate-emoji{0%{transform:scale(0) rotate(-30deg)}60%{transform:scale(1.28) rotate(8deg)}to{transform:scale(1) rotate(0)}}.celebrate-points{font-family:var(--font-display);font-size:42px;font-weight:800;color:var(--green-dark);animation:celebrate-points .6s .16s cubic-bezier(.18,1.5,.4,1) both}.celebrate-points small{margin-left:2px;font-size:18px}.theme-mood .celebrate-points{color:#b7791f}@keyframes celebrate-points{0%{transform:translateY(16px) scale(.6);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.celebrate-title{font-size:15px;font-weight:800;color:var(--ink);animation:celebrate-title .5s .3s ease both}@keyframes celebrate-title{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.celebrate-confetti{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.celebrate-confetti span{position:absolute;top:44%;left:50%;width:9px;height:14px;border-radius:2px;opacity:0;animation:celebrate-confetti 1.25s ease-out forwards}@keyframes celebrate-confetti{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(var(--dx),var(--dy)) rotate(560deg);opacity:0}}@media(prefers-reduced-motion:reduce){.celebrate-rings i,.celebrate-emoji,.celebrate-points,.celebrate-title,.celebrate-confetti span{animation-duration:.01ms;animation-iteration-count:1}}.mission-progress{padding:4px 10px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:900}.mission-list{display:grid;gap:8px}.mission-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:13px;font-weight:700}.mission-row i{display:grid;place-items:center;flex:0 0 auto;width:22px;height:22px;border:2px solid var(--line);border-radius:999px;background:#fff;color:#fff;font-size:12px;font-style:normal;font-weight:900}.mission-row.done{background:var(--green-pale);color:var(--green-dark)}.mission-row.done i{border-color:var(--green);background:var(--green)}.mission-note{margin:12px 0 0;color:var(--muted);font-size:11px;font-weight:700;line-height:1.6}.mission-card .primary-button{width:100%;margin-top:12px}.notice-list{display:grid;gap:10px}.notice-row{padding:12px;border:1px solid var(--line);border-radius:12px;background:#fff}.notice-head{display:flex;align-items:center;gap:8px;margin-bottom:6px}.notice-head time{color:var(--muted);font-size:11px;font-weight:700}.notice-badge{padding:3px 9px;border-radius:999px;background:var(--surface-2);color:var(--muted);font-size:10px;font-weight:900}.notice-badge.event{background:var(--green-soft);color:var(--green-dark)}.notice-badge.important{background:#fdecec;color:#c0392b}.notice-row strong{display:block;font-size:13px}.notice-row p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.notice-admin-list{display:grid;gap:12px}.notice-admin-row{display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:12px;background:#fff}.notice-admin-row.card-active{border-color:var(--green)}.notice-admin-body strong{display:block;font-size:14px}.notice-admin-body p{margin:4px 0 0;color:var(--muted);font-size:12px;line-height:1.6}.notice-admin-row .row-actions{justify-content:flex-end}.stack-form textarea{width:100%;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--ink);font:inherit;font-size:13px}.weight-chart{display:flex;align-items:flex-end;gap:8px;height:130px;padding:8px 4px 0}.weight-bar{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:flex-end;gap:4px;height:100%;min-width:0}.weight-bar em{color:var(--green-dark);font-size:10px;font-style:normal;font-weight:900}.weight-bar span{width:100%;max-width:26px;min-height:6px;border-radius:6px 6px 0 0;background:linear-gradient(180deg,var(--green),var(--green-dark))}.weight-bar small{color:var(--muted);font-size:10px;font-weight:700}.weight-goal p{margin:0;color:var(--muted);font-size:12px;font-weight:700}.weight-goal p b{color:var(--green-dark)}.weight-form{display:flex;align-items:flex-end;gap:10px;margin-top:14px;padding-top:14px;border-top:1px dashed var(--line)}.weight-form label{flex:1;display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:800}.weight-form .primary-button{flex:0 0 auto;padding:0 18px}.checkin-table{flex:1;min-width:0}.sync-badge{padding:4px 10px;border-radius:999px;background:var(--green-soft);color:var(--green-dark);font-size:11px;font-weight:900}.sync-note{margin:12px 0 0;padding:10px 12px;border-radius:10px;background:var(--green-pale);color:var(--green-dark);font-size:11px;font-weight:700;line-height:1.6}.dialog-note{margin:0;padding:10px 12px;border-radius:10px;background:var(--green-pale);color:var(--muted);font-size:12px;font-weight:700;line-height:1.6}.rules-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.rules-steps{display:grid;gap:8px;padding:12px;border:1px dashed var(--line);border-radius:10px;background:var(--green-pale)}.rules-steps-title{color:var(--muted);font-size:12px;font-weight:800}.rules-step-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.rules-form button[type=submit]{justify-self:start;min-height:42px;padding:0 22px;border-radius:10px;background:var(--green);color:#fff;font-weight:900}@media(max-width:960px){.rules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.level-card{padding:20px;border-radius:24px;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;box-shadow:0 12px 28px #0f7a4a52}.level-badge,.level-points em{font-family:var(--font-display)}.level-head{display:flex;align-items:center;gap:12px}.level-badge{flex-shrink:0;min-width:54px;padding:8px 10px;border-radius:14px;background:#ffffff2e;border:1px solid rgba(255,255,255,.4);font-family:inherit;font-weight:900;font-size:18px;text-align:center}.level-meta{flex:1;min-width:0}.level-meta strong{display:block;font-size:15px;font-weight:800}.level-meta span{font-size:11.5px;opacity:.85}.level-points{text-align:right}.level-points span{display:block;font-size:10.5px;opacity:.85}.level-points em{font-style:normal;font-weight:900;font-size:18px}.level-xp{margin-top:14px}.level-xp-bar{height:9px;border-radius:9px;background:#ffffff40;overflow:hidden}.level-xp-bar i{display:block;height:100%;border-radius:9px;background:#ffe08a}.level-xp small{display:block;margin-top:6px;font-size:11px;opacity:.9}.mood-progress{font-size:11px;font-weight:800;color:var(--green)}.mood-chips{display:flex;flex-wrap:wrap;gap:8px}.mood-chip{display:inline-flex;align-items:center;gap:6px;padding:9px 13px;border-radius:13px;border:1.5px solid var(--line);background:var(--surface-2);color:var(--ink);font-weight:800;font-size:13px}.mood-chip.selected{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.mood-note{margin:11px 0 0;font-size:11px;color:var(--muted);line-height:1.5}.quest-list{display:flex;flex-direction:column;gap:11px}.quest-row-head strong{font-size:13.5px;font-weight:700}.quest-row-head span{font-size:11.5px;font-weight:800;color:var(--muted)}.quest-row.done .quest-row-head span{color:var(--green)}.quest-bar{height:8px;border-radius:8px;background:var(--surface-3);overflow:hidden}.bingo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.bingo-cell{position:relative;aspect-ratio:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:6px;border-radius:14px;border:1.5px solid var(--line);background:var(--surface-2);font-size:11px;font-weight:700;line-height:1.3;color:var(--ink)}.bingo-cell.done{background:var(--green);border-color:var(--green);color:#fff}.bingo-cell i{position:absolute;top:5px;right:7px;font-style:normal;font-weight:900}.home-section-title{margin:4px 2px -2px;font-size:16px}.event-home-card{display:block;width:100%;padding:0;border-radius:20px;background:var(--surface);box-shadow:var(--shadow-card);text-align:left;cursor:pointer;font:inherit;color:inherit;transition:transform .15s ease}.event-home-card:active{transform:scale(.99)}.event-home-hero{position:relative;height:96px;display:flex;align-items:flex-end;padding:13px 16px;color:#fff;overflow:hidden;border-radius:20px 20px 0 0}.event-home-stripes{position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(90deg,rgba(255,255,255,.12) 0 2px,transparent 2px 30px)}.event-home-hero-text{position:relative}.event-home-hero-text span{font-size:11px;font-weight:800;opacity:.92}.event-home-hero-text strong{display:block;margin-top:2px;font-family:var(--font-display);font-size:17px;font-weight:800}.event-home-body{padding:14px 16px}.event-home-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:8px}.event-home-row span{font-size:12.5px;color:var(--muted);font-weight:700}.event-home-row em{font-style:normal;font-family:var(--font-display);font-weight:900;font-size:18px}.event-detail{display:flex;flex-direction:column;gap:14px;padding-bottom:20px}.event-hero{position:relative;margin:0 -16px;padding:56px 20px 26px;color:#fff;overflow:hidden}.event-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:repeating-linear-gradient(115deg,rgba(255,255,255,.1) 0 2px,transparent 2px 34px)}.event-back,.event-badge,.event-hero h2{position:relative}.event-back{position:absolute;top:16px;left:14px;width:36px;height:36px;border-radius:50%;background:#ffffff38;display:grid;place-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.event-badge{display:inline-block;padding:4px 11px;border-radius:9px;background:#fff3;font-size:11.5px;font-weight:800}.event-hero h2{margin:9px 0 0;font-size:22px;color:#fff;line-height:1.3}.event-progress-card{margin:-24px 2px 0;padding:18px;border-radius:20px;background:var(--surface);box-shadow:0 10px 26px #1432231f}.event-progress-top{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px}.event-progress-rate span{font-size:12px;font-weight:700;color:var(--muted)}.event-progress-rate strong{display:block;font-size:38px;font-weight:900;line-height:1}.event-progress-meta{text-align:right;display:flex;flex-direction:column;gap:3px}.event-progress-meta span{font-size:12px;color:var(--muted)}.event-progress-foot{display:flex;align-items:center;gap:10px;margin-top:14px}.event-reward{flex:1;background:var(--green-pale);border-radius:13px;padding:9px 13px}.event-reward span{display:block;font-size:10.5px;color:var(--muted);font-weight:700}.event-reward strong{font-size:16px;font-weight:900;color:var(--ink)}.event-join{flex:1.2;padding:13px;border-radius:13px;background:var(--green);color:#fff;font-size:15px;font-weight:800}.event-join.is-joined,.event-join:disabled{background:var(--green-soft);color:var(--green)}.event-desc{margin:0 2px;font-size:13.5px;line-height:1.75;color:#4a5b50}.event-note{margin:0 2px;padding:13px 15px;border-radius:14px;background:var(--green-soft);font-size:12px;font-weight:600;line-height:1.6;color:var(--green-dark)}.event-others-title{margin:6px 2px 0;font-size:15px}.event-others{display:flex;flex-direction:column;gap:9px}.event-other-row{display:flex;align-items:center;gap:12px;width:100%;padding:13px 15px;border-radius:16px;background:var(--surface);box-shadow:var(--shadow-card);cursor:pointer;text-align:left}.event-other-bar{width:8px;height:38px;border-radius:8px;flex-shrink:0}.event-other-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.event-other-main strong{font-size:13.5px;color:var(--ink)}.event-other-main small{font-size:11px;color:var(--muted-2)}.event-other-rate{font-size:16px;font-weight:900;flex-shrink:0}.badge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px 6px}.badge-item{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;opacity:.45}.badge-item.got{opacity:1}.badge-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid var(--line);background:var(--surface-2);font-size:22px}.badge-item.got .badge-icon{border-color:var(--green);background:var(--green-soft)}.badge-item strong{font-size:10px;font-weight:800;line-height:1.25}.badge-item small{font-size:9px;color:var(--muted)}.badge-item.got small{color:var(--green)}.times-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.times-header h3{margin:0;font-size:20px;font-weight:900}.times-header p{margin:2px 0 0;font-size:12px;color:var(--muted)}.times-compose-button{padding:9px 15px;border-radius:12px;background:var(--green);color:#fff;font-weight:800}.times-feed,.times-preview-list{display:flex;flex-direction:column;gap:11px}.post-card{padding:14px;border-radius:18px;background:var(--surface);border:1px solid var(--line)}.post-card.compact{border:none;border-radius:0;padding:12px 0;border-bottom:1px solid var(--line)}.times-preview-list .post-card.compact:last-child{border-bottom:none;padding-bottom:0}.post-card.auto{border-left:4px solid var(--green)}.post-head{display:flex;align-items:center;gap:10px;margin-bottom:9px}.post-avatar{width:38px;height:38px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--green-soft);color:var(--green-dark);font-weight:800}.post-author{flex:1;min-width:0}.post-author strong{display:block;font-size:14px;font-weight:800}.post-author span{font-size:11px;color:var(--muted)}.post-cat{flex-shrink:0;padding:4px 9px;border-radius:8px;font-size:10.5px;font-weight:800;background:var(--surface-3);color:var(--muted)}.post-cat.kaizen{background:#e4eefa;color:#2b6fc2}.post-cat.safety{background:#fbe6e1;color:#d2543f}.post-cat.thanks{background:#fbe6f1;color:#c75591}.post-cat.question{background:#eee8fb;color:#7a5bd0}.post-cat.health{background:var(--green-soft);color:var(--green-dark)}.post-cat.today{background:#e8f2ec;color:#4f7a66}.post-text{margin:0;font-size:14px;line-height:1.7;color:var(--ink);white-space:pre-wrap}.post-advice{display:flex;gap:10px;margin-top:11px;padding:12px;border-radius:13px;background:#f3eefb}.post-advice-icon{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:9px;background:#7a5bd0;font-size:16px}.post-advice strong{font-size:11.5px;color:#7a5bd0}.post-advice p{margin:3px 0 0;font-size:13px;color:#4a3d63;line-height:1.6}.post-reactions{display:flex;gap:8px;margin-top:12px}.post-react{padding:7px 12px;border-radius:11px;background:var(--surface-2);color:var(--muted);font-size:12px;font-weight:800}.post-react.active{background:var(--green-soft);color:var(--green-dark)}.compose-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;background:#14281e66}.compose-sheet{position:absolute;left:0;right:0;bottom:0;z-index:61;max-height:90%;overflow-y:auto;padding:10px 18px 26px;border-radius:24px 24px 0 0;background:var(--surface)}.compose-handle{width:40px;height:5px;margin:0 auto 14px;border-radius:5px;background:var(--line)}.compose-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.compose-top strong{font-size:15px;font-weight:800}.compose-submit{padding:8px 18px}.compose-label{display:block;margin-bottom:8px;font-size:11.5px;font-weight:800;color:var(--muted)}.compose-chips{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:16px}.compose-chip{padding:8px 12px;border-radius:11px;border:1.5px solid transparent;background:var(--surface-2);color:var(--muted);font-size:12px;font-weight:800}.compose-chip.selected{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.compose-text{width:100%;min-height:110px;margin-bottom:16px;padding:14px;border:1.5px solid var(--line);border-radius:16px;font:inherit;font-size:14px;line-height:1.6;resize:none}.compose-hint{margin:0;font-size:11px;color:var(--muted);line-height:1.5}.advice-dialog{width:min(92%,360px);padding:22px;border-radius:22px;background:var(--surface);box-shadow:var(--shadow)}.advice-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.advice-head strong{display:block;font-size:15px;font-weight:800}.advice-head small{font-size:11px;color:var(--muted)}.advice-body{margin:0 0 16px;padding:15px;border-radius:14px;background:#f3eefb;font-size:14px;line-height:1.75;color:#4a3d63}.dashboard-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.mood-trend{display:flex;flex-direction:column;gap:12px}.mood-trend-head{display:flex;justify-content:space-between;margin-bottom:5px;font-size:12px}.mood-trend-head strong{font-weight:800}.mood-trend-bar{height:8px;border-radius:8px;background:var(--surface-3);overflow:hidden}.mood-trend-bar i{display:block;height:100%;border-radius:8px;background:var(--green)}.mood-trend-bar.tired i{background:#e0a040}.mood-trend-bar.stressed i{background:#d2543f}.post-cell{max-width:360px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}tr.row-hidden{opacity:.5}@media(max-width:960px){.dashboard-grid.two{grid-template-columns:minmax(0,1fr)}}.admin-sidebar{background:#15321f;border:none;border-radius:18px;padding:20px 14px;display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:10px;padding:4px 8px 20px}.sidebar-logo{width:38px;height:38px;border-radius:11px;background:var(--green);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-weight:900;font-size:14px;flex-shrink:0}.sidebar-brand-text{display:flex;flex-direction:column;line-height:1.3}.sidebar-brand-text strong{font-family:var(--font-display);font-size:13px;color:#fff}.sidebar-brand-text span{font-size:10.5px;color:#fff9}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.admin-sidebar .sidebar-button{display:flex;align-items:center;gap:11px;min-height:42px;margin-bottom:0;padding:0 13px;border-radius:11px;background:transparent;color:#ffffffa6;font-size:13px;font-weight:700}.admin-sidebar .sidebar-button .sidebar-dot{width:7px;height:7px;border-radius:50%;background:transparent;flex-shrink:0}.admin-sidebar .sidebar-button:hover{background:#ffffff14;color:#fff}.admin-sidebar .sidebar-button.active{background:var(--green);color:#fff}.admin-sidebar .sidebar-button.active .sidebar-dot{background:#fff}.sidebar-note{margin:auto 0 0;padding:12px 13px;border-radius:11px;background:#ffffff14;font-size:11px;color:#ffffffb3;line-height:1.6}.admin-title h2{font-size:24px}.admin-subtitle{margin:2px 0 0;font-size:12.5px;color:var(--muted);font-weight:700}.admin-actions{display:flex;gap:9px;flex-shrink:0}.admin-actions .ghost-button{min-height:40px;padding:0 15px;border-radius:11px;background:var(--green-soft);color:var(--green);font-weight:800;font-size:12.5px}.admin-actions [data-reset-db]{font-size:12.5px}.link-button{background:transparent!important;color:var(--green)!important;font-weight:800;font-size:12.5px;padding:4px 0!important;min-height:auto!important}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.kpi-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-card{background:var(--surface);border-radius:16px;padding:15px 16px;box-shadow:var(--shadow-card)}.kpi-label{font-size:11.5px;color:var(--muted-2);font-weight:600}.kpi-value{display:flex;align-items:baseline;gap:4px;margin-top:5px}.kpi-value strong{font-family:var(--font-display);font-weight:900;font-size:24px;color:var(--ink)}.kpi-value small{font-size:11px;color:#a6b3ab}.dash-row{display:grid;grid-template-columns:1.6fr 1fr;gap:14px;margin-bottom:14px}.card-subnote{margin:-6px 0 12px;font-size:10.5px;color:#a6b3ab}.bar-chart{display:flex;align-items:flex-end;gap:12px;height:130px}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;gap:7px;height:100%;justify-content:flex-end}.bar-col .bar{width:100%;border-radius:7px 7px 0 0;background:linear-gradient(180deg,#33b879,var(--green))}.bar-col .bar.muted{background:#cde8d8}.bar-col small{font-size:10.5px;color:#a6b3ab}.mod-list{display:flex;flex-direction:column}.mod-row{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid #f0f3ef}.mod-row:last-child{border-bottom:none}.mod-row.is-hidden{opacity:.5}.mod-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:12px;color:#fff;flex-shrink:0;background:var(--green)}.mod-avatar.cat-kaizen{background:#2b6fc2}.mod-avatar.cat-safety{background:#d2543f}.mod-avatar.cat-thanks{background:#c75591}.mod-avatar.cat-question{background:#7a5bd0}.mod-avatar.cat-health{background:var(--green)}.mod-avatar.cat-today{background:#4f7a66}.mod-main{flex:1;min-width:0}.mod-meta{display:flex;align-items:center;gap:8px}.mod-meta strong{font-size:12.5px;color:var(--ink)}.mod-meta span{font-size:11px;color:#a6b3ab}.mod-text{flex:1;min-width:0;margin:2px 0 0;font-size:12.5px;color:#2b3d33;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mod-row>.mod-text{margin:0}.mod-row time{font-size:12px;color:#a6b3ab;flex-shrink:0}.mod-status{font-size:11px;font-weight:800;padding:3px 9px;border-radius:7px;flex-shrink:0}.mod-status.on{background:var(--green-soft);color:var(--green-dark)}.mod-status.off{background:#f2f2ee;color:var(--muted)}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.team-card{border:1px solid var(--line);border-radius:16px;padding:16px;background:var(--green-pale)}.team-card-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:12px}.team-card-head h4{margin:0;font-family:var(--font-display);font-size:16px;color:var(--ink)}.team-card-head span{font-size:12px;font-weight:800;color:var(--muted)}.team-stats{display:flex;gap:8px;margin-bottom:12px}.team-stats div{flex:1;display:flex;flex-direction:column;gap:3px}.team-stats small{font-size:10px;color:var(--muted-2)}.team-stats strong{font-family:var(--font-display);font-size:15px;color:var(--ink)}.team-bar{height:8px;border-radius:8px;background:#e4ebe3;overflow:hidden}.team-bar i{display:block;height:100%;border-radius:8px;background:linear-gradient(90deg,#33b879,var(--green))}.quest-row{margin-bottom:13px}.quest-row:last-child{margin-bottom:0}.quest-row-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:6px}.quest-row-head span{font-size:13px;font-weight:700;color:var(--ink)}.quest-row-head strong{font-size:12px;font-weight:800;color:var(--green)}.quest-bar{height:8px;border-radius:8px;background:#edf1eb;overflow:hidden}.quest-bar i{display:block;height:100%;border-radius:8px;background:var(--green)}.bingo-board{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;max-width:460px}.bingo-cell{aspect-ratio:1;border-radius:14px;border:1.5px solid var(--line);background:var(--green-pale);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:8px;padding:8px}.bingo-label{font-size:12px;font-weight:700;color:var(--ink);line-height:1.4}.bingo-count{font-size:11px;font-weight:800;color:var(--green);background:var(--green-soft);padding:2px 9px;border-radius:8px}.coupon-status{display:inline-block;padding:3px 10px;border-radius:8px;font-size:11.5px;font-weight:800}.coupon-status.unused{background:var(--green-soft);color:var(--green-dark)}.coupon-status.used{background:#f2f2ee;color:var(--muted)}@media(max-width:1080px){.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-row{grid-template-columns:minmax(0,1fr)}}@keyframes kf-fade{0%{opacity:0}to{opacity:1}}@keyframes kf-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes kf-pop{0%{opacity:0;transform:scale(.92)}60%{transform:scale(1.02)}to{opacity:1;transform:scale(1)}}@keyframes kf-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-backdrop{animation:kf-fade .2s ease}.confirm-dialog,.advice-dialog{animation:kf-pop .3s cubic-bezier(.2,.8,.2,1)}.compose-backdrop{animation:kf-fade .2s ease}.compose-sheet{animation:kf-sheet-up .32s cubic-bezier(.2,.8,.2,1)}.phone-content.is-entering>*{animation:kf-rise .34s ease both}.phone-content.is-entering>*:nth-child(2){animation-delay:.04s}.phone-content.is-entering>*:nth-child(3){animation-delay:.08s}.phone-content.is-entering>*:nth-child(4){animation-delay:.12s}.phone-content.is-entering>*:nth-child(5){animation-delay:.16s}.phone-content.is-entering>*:nth-child(6){animation-delay:.2s}.phone-content.is-entering>*:nth-child(n+7){animation-delay:.22s}button,[role=button]{transition:transform .12s ease,box-shadow .2s ease}button:not(:disabled):active,[role=button]:active{transform:scale(.96)}@media(prefers-reduced-motion:reduce){.modal-backdrop,.confirm-dialog,.advice-dialog,.compose-backdrop,.compose-sheet,.phone-content.is-entering>*{animation-duration:.01ms!important}button:not(:disabled):active,[role=button]:active{transform:none}}.dnd-bingo{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start}.bingo-board.editable{flex-shrink:0}.bingo-board.editable .bingo-cell{cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .12s ease,border-color .15s ease,background .15s ease}.bingo-board.editable .bingo-cell:active{cursor:grabbing}.dnd-pool-title{font-size:13px;font-weight:800;color:var(--ink)}.dnd-pool-hint{margin:4px 0 10px;font-size:11.5px;color:var(--muted)}.dnd-pool-list{display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start}.dnd-chip{display:inline-flex;flex-direction:column;gap:2px;padding:9px 13px;border-radius:11px;background:var(--surface);border:1px solid var(--line);font-size:12.5px;font-weight:700;color:var(--ink);cursor:grab;-webkit-user-select:none;user-select:none;box-shadow:var(--shadow-card)}.dnd-chip small{font-size:10.5px;color:var(--muted);font-weight:700}.dnd-chip:active{cursor:grabbing}.dnd-chip.dragging,.bingo-cell.dragging{opacity:.4}.dnd-quest{display:grid;grid-template-columns:1fr 1fr;gap:14px}.dnd-col-title{margin-bottom:8px;font-size:12.5px;font-weight:800;color:var(--muted)}.dnd-zone{display:flex;flex-wrap:wrap;gap:8px;align-content:flex-start;min-height:92px;padding:12px;border-radius:14px;border:1.5px dashed var(--line);background:var(--green-pale)}.dnd-zone.drag-over,.bingo-cell.drop-cell.drag-over{border-color:var(--green);border-style:solid;background:var(--green-soft)}.dnd-empty{margin:auto;color:var(--muted-2);font-size:12px}@media(max-width:900px){.dnd-bingo,.dnd-quest{grid-template-columns:minmax(0,1fr)}}
