@keyframes glow{0%,to{background-position:0%}50%{background-position:100%}}.animate-glow{background-size:200% 200%;animation:3s infinite glow}.active-underline{position:relative}.active-underline:after{content:"";transform-origin:0 100%;background-color:#000;height:2px;transition:transform .3s ease-in-out;position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(1)}.editable-content{border:1px solid #ccc;min-height:300px;padding:1rem}.modal-overlay{background:rgba(0,0,0,.5);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal-content{background:#fff;border-radius:8px;max-width:400px;padding:2rem}.status-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:10px;margin:15px 0;display:grid}.status-button{background:#eee;border:2px solid transparent;border-radius:6px;flex-direction:column;align-items:center;padding:10px;transition:all .3s ease-in-out;display:flex}.status-button.selected{background:#d0e5ff;border-color:#007bff}.status-box{font-size:18px;font-weight:700}.status-label{color:#555;font-size:12px}.off-duty .status-box{color:#000;background:#ddd}.sleeper .status-box{color:#fff;background:#000}.on-duty .status-box{color:#fff;background:orange}.driving .status-box{color:#fff;background:green}.pc .status-box{color:#000;background:#add8e6}.ym .status-box{color:#000;background:#f08080}.status-box{border-radius:5px;padding:4px;font-size:18px;font-weight:700}.status-label{color:#666;padding-top:15px;font-size:14px}.stats-container{text-align:center;max-width:600px;padding:20px}.stats-table{border-collapse:collapse;width:100%;margin-top:10px}.stats-table th,.stats-table td{border:1px solid #ddd;padding:10px}.stats-table thead{background-color:#888;font-weight:700}@media (max-width:480px){.stats-table th,.stats-table td{padding:8px;font-size:14px}}