@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-dark:#0f1115;--bg-card:#1a1e2499;--bg-card-hover:#232830cc;--text-active:#fff;--text-muted:#8b92a5;--border-light:#ffffff14;--accent-primary:#3b82f6;--accent-secondary:#8b5cf6;--accent-play:#10b981;--accent-pause:#f59e0b;--accent-stop:#f43f5e;--shadow-glow-play:0 0 15px #10b98126;--shadow-glow-pause:0 0 15px #f59e0b26;--shadow-subtle:0 4px 24px #0003;--radius-lg:16px;--radius-md:12px;--radius-sm:8px}*{box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;margin:0;padding:0;font-family:Inter,sans-serif}body{background-color:var(--bg-dark);color:var(--text-active);min-height:100dvh;margin:0;overflow-x:hidden}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-light);border-radius:var(--radius-lg);box-shadow:var(--shadow-subtle);transition:all .3s}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-muted{color:var(--text-muted)}.text-white{color:var(--text-active)}.text-play{color:var(--accent-play)}.text-pause{color:var(--accent-pause)}.text-stop{color:var(--accent-stop)}.app-container{flex-direction:column;height:100dvh;display:flex}.content-area{-webkit-user-select:text;user-select:text;flex:1;width:100%;max-width:800px;margin:0 auto;padding:24px 24px 100px;overflow-y:auto}@media (width>=768px){.app-container{flex-direction:row}.content-area{padding-bottom:24px;padding-left:24px}}.bottom-nav{-webkit-backdrop-filter:blur(20px);border-top:1px solid var(--border-light);z-index:50;background:#0f1115d9;justify-content:space-around;padding:16px 8px;display:flex;position:fixed;bottom:0;left:0;right:0}@media (width>=768px){.bottom-nav{border-top:none;border-right:1px solid var(--border-light);flex-direction:column;justify-content:flex-start;gap:20px;width:240px;height:100vh;padding:32px 16px;position:static}}.nav-item{color:var(--text-muted);cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:4px;font-size:.75rem;font-weight:500;text-decoration:none;transition:color .2s;display:flex}@media (width>=768px){.nav-item{border-radius:var(--radius-md);flex-direction:row;padding:12px 16px;font-size:1rem}.nav-item:hover{background:#ffffff0d}}.nav-item.active{color:var(--text-active)}.nav-item svg{width:24px;height:24px}.input-field{border:1px solid var(--border-light);color:#fff;border-radius:var(--radius-sm);background:#0003;outline:none;width:100%;padding:12px 16px;font-size:1rem;transition:border-color .2s}.input-field:focus{border-color:var(--accent-primary)}textarea.input-field{resize:vertical;min-height:80px}.btn{border-radius:var(--radius-sm);cursor:pointer;color:#fff;background:#ffffff1a;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn:hover{background:#ffffff26}.btn-primary{background:var(--accent-primary)}.btn-primary:hover{background:#2563eb}.btn-outline{border:1px solid var(--border-light);background:0 0}.btn-outline:hover{background:#ffffff0d}.btn-stop{color:var(--accent-stop);background:#f43f5e33;border:1px solid #f43f5e66}.btn-stop:hover{background:#f43f5e4d}.job-card{flex-direction:column;margin-bottom:16px;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.job-card:hover{background:var(--bg-card-hover)}.job-card.active{box-shadow:var(--shadow-glow-play);border-color:#10b98166}.job-card.paused{box-shadow:var(--shadow-glow-pause);border-color:#f59e0b4d}.job-card-header{justify-content:space-between;align-items:flex-start;display:flex}.timer-display{letter-spacing:-1px;text-align:left;margin:16px 0;font-family:monospace;font-size:2.5rem;font-weight:300;transition:color .3s}.job-card.active .timer-display{color:var(--accent-play);text-shadow:0 0 10px #10b9814d}.job-card.paused .timer-display{color:var(--accent-pause)}.action-row{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.circle-btn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex}.play-btn{color:var(--accent-play);background:#10b9811a;border:1px solid #10b98133}.play-btn:hover{background:#10b98133;transform:scale(1.05)}.pause-btn{color:var(--accent-pause);background:#f59e0b1a;border:1px solid #f59e0b33;animation:2s infinite pulse-pause;box-shadow:0 0 10px #f59e0b33}.pause-btn:hover{background:#f59e0b33}.stop-btn{color:var(--accent-stop);background:#f43f5e1a;border:1px solid #f43f5e33;margin-left:12px}.stop-btn:hover{background:#f43f5e33;transform:scale(1.05)}@keyframes pulse-pause{0%{box-shadow:0 0 #f59e0b66}70%{box-shadow:0 0 0 10px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.w-full{width:100%}.skeleton{background:linear-gradient(90deg, var(--bg-card) 25%, #ffffff0d 50%, var(--bg-card) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite loading}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.entry-row{border-bottom:1px solid var(--border-light);grid-template-columns:1fr auto;gap:16px;padding:16px;transition:background .2s;display:grid}.entry-row.clickable{cursor:pointer}.entry-row.clickable:hover{background:#ffffff0d}.entry-row.clickable:active{background:#ffffff14}.entry-row:last-child{border-bottom:none}.custom-checkbox{appearance:none;cursor:pointer;background:0 0;border:1.5px solid #ffffff4d;border-radius:50%;width:20px;min-width:20px;height:20px;margin-right:12px;transition:all .2s;position:relative}.custom-checkbox:checked{background:var(--accent-play);border-color:var(--accent-play)}.custom-checkbox:checked:after{content:"";border:solid var(--bg-dark);border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:4px;left:7px;transform:rotate(45deg)}.badge{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);background:#ffffff1a;border:1px solid #ffffff0d;border-radius:12px;margin-top:4px;padding:4px 10px;font-size:.7rem;font-weight:600;display:inline-block}.badge.filled{color:var(--accent-primary);background:#3b82f626;border-color:#3b82f64d}.bulk-bar{background:var(--bg-card);-webkit-backdrop-filter:blur(20px);border:1px solid var(--accent-primary);border-radius:var(--radius-lg);z-index:60;justify-content:space-between;align-items:center;gap:16px;width:100%;max-width:600px;margin:0 auto;padding:16px 20px;animation:.3s cubic-bezier(.16,1,.3,1) slideUp;display:flex;position:fixed;bottom:84px;left:0;right:0;box-shadow:0 -10px 40px #00000080}@media (width>=768px){.bulk-bar{width:calc(100% - 240px);bottom:24px;left:240px}}@keyframes slideUp{0%{opacity:0;transform:translateY(100px)}to{opacity:1;transform:translateY(0)}}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#0009;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-dark);border:1px solid var(--border-light);border-radius:var(--radius-lg);width:100%;max-width:500px;padding:24px;box-shadow:0 20px 40px #0006}
