:root{--app-bg: #edf2f7;--panel-bg: #ffffff;--content-bg: #f7fafc;--nav-bg: rgba(255,255,255,.85);--text-color: #1f2937;--border-color: #e5e7eb}:root.dark{--app-bg: #000000;--panel-bg: #000000;--content-bg: #000000;--nav-bg: rgba(255,255,255,.02);--text-color: #f8fafc;--border-color: rgba(255,255,255,.06)}.dark .bg-white,.dark .bg-gray-50,.dark .bg-gray-100,.dark .bg-gray-200{background-color:var(--panel-bg)!important;color:var(--text-color)!important;border-color:var(--border-color)!important;border:1px solid var(--border-color)!important}.bg-white,.bg-gray-50,.bg-gray-100,.bg-gray-200{border:1px solid transparent}.dark .bg-gray-50{background-color:var(--content-bg)!important}.dark .bg-yellow-100{background-color:#facc1514!important;color:#000!important}.dark .text-gray-50,.dark .text-gray-100,.dark .text-gray-200,.dark .text-gray-300,.dark .text-gray-400,.dark .text-gray-500,.dark .text-gray-600,.dark .text-gray-700,.dark .text-gray-800,.dark .text-gray-900,.dark .text-gray-950{color:var(--text-color)!important}.error-text,.dark .error-text{color:#ef4444!important}.dark .text-sm,.dark .text-xs,.dark .text-base{color:var(--text-color)!important}.dark .remove-goal-btn{background-color:#fff!important;color:#000!important;border-color:#e5e7eb!important}.dark .reset-btn img,.dark .remove-goal-btn svg,.dark .remove-goal-btn img{filter:none!important;color:#000!important}.dark .reset-btn{border:none!important;box-shadow:none!important;overflow:hidden!important;padding:.5rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.dark .reset-btn img{background:transparent!important;display:block!important;border-radius:9999px!important;object-fit:contain!important}.dark .theme-toggle{background-color:#fbbf24!important;border:1px solid rgba(255,255,255,.06)!important}.dark .theme-toggle-thumb{background-color:#000!important;width:1rem!important;height:1rem!important}.theme-toggle-thumb{background-color:#fff}.vibration-toggle-thumb{background-color:#fff!important;width:1rem!important;height:1rem!important}.vibration-toggle.bg-yellow-400 .vibration-toggle-thumb{background-color:#fff!important}.dark .vibration-toggle.bg-yellow-400 .vibration-toggle-thumb{background-color:#000!important}.dark .vibration-toggle-thumb{background-color:#d1d5db!important;width:1rem!important;height:1rem!important}.dark .vibration-toggle.bg-gray-200{background-color:#ffffff0a!important;border:1px solid rgba(255,255,255,.06)!important}.dark .vibration-toggle.bg-gray-200 .vibration-toggle-thumb,.dark .vibration-toggle:not(.bg-yellow-400) .vibration-toggle-thumb{box-shadow:0 0 0 1px #00000040 inset!important}.timer-btn{width:3rem!important;height:3rem!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;border-radius:9999px!important}.timer-btn img{height:1.25rem!important;width:auto!important}.timer-btn svg,.timer-btn .w-6{width:1.25rem!important;height:1.25rem!important}html,body,#root{height:100%}body{margin:0;background-color:var(--app-bg);color:var(--text-color);transition:background-color .18s linear,color .18s linear;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}*{transition:background-color .16s linear,color .16s linear,border-color .16s linear}input[type=text],input[type=number],input[type=email],input[type=search],textarea,select{background-color:#fff;color:#000;border-color:var(--border-color)}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}input:focus,textarea:focus,select:focus{outline:2px solid rgba(250,204,21,.25);outline-offset:2px}
