:root{--background-dark: #0a0a0a;--background-card: #1a1a1a;--background-gray: #2a2a2a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--primary-color: #00d4ff;--primary-dark: #0099cc;--secondary-color: #00ff88;--accent-color: #ff4757;--border-color: #333333;--shadow-light: 0 4px 12px rgba(0, 0, 0, .3);--shadow-heavy: 0 8px 32px rgba(0, 0, 0, .5);--border-radius-small: 12px;--border-radius-medium: 16px;--border-radius-large: 24px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--text-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0;background:url(/dashboard-bg.gif) no-repeat right -10px bottom -30px fixed;background-size:250px auto;background-blend-mode:lighten;min-height:100vh;width:100%;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column;width:100%}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.2;color:var(--text-primary)}h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:800}h2{font-size:clamp(1.5rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,2rem)}p{margin:0 0 1rem;color:var(--text-secondary)}a,a:visited,a:hover,a:active,a:focus{text-decoration:none!important}a:hover{color:var(--secondary-color)}button{border-radius:var(--border-radius-small);border:1px solid transparent;padding:.75em 1.5em;font-size:1em;font-weight:600;font-family:inherit;background-color:var(--background-gray);color:var(--text-primary);cursor:pointer;transition:var(--transition);position:relative;overflow:hidden}button:hover{background-color:var(--primary-color);color:var(--background-dark);transform:translateY(-1px);box-shadow:var(--shadow-light)}button:focus,button:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}button:disabled{opacity:.6;cursor:not-allowed;transform:none}input,textarea,select{font-family:inherit;font-size:1rem;padding:.75rem 1rem;border:2px solid var(--border-color);border-radius:var(--border-radius-small);background:var(--background-gray);color:var(--text-primary);transition:var(--transition)}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00d4ff1a}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (max-width: 768px){.container{padding:0 .5rem}body{background:url(/dashboard-bg.gif) no-repeat right -50px bottom -20px fixed;background-size:180px auto}}@media (max-width: 480px){body{background:url(/dashboard-bg.gif) no-repeat right -30px bottom -15px fixed;background-size:120px auto}h1{font-size:clamp(1.5rem,4vw,2.5rem)}h2{font-size:clamp(1.25rem,3vw,1.8rem)}h3{font-size:clamp(1rem,2.5vw,1.5rem)}}@media (max-width: 412px){body{background:url(/dashboard-bg.gif) no-repeat right -25px bottom -12px fixed;background-size:110px auto}h1{font-size:clamp(1.4rem,3.8vw,2.2rem)}h2{font-size:clamp(1.2rem,2.8vw,1.7rem)}h3{font-size:clamp(.95rem,2.3vw,1.4rem)}}@media (max-width: 375px){body{background:url(/dashboard-bg.gif) no-repeat right -20px bottom -10px fixed;background-size:100px auto}h1{font-size:clamp(1.3rem,3.5vw,2rem)}h2{font-size:clamp(1.1rem,2.8vw,1.6rem)}h3{font-size:clamp(.9rem,2.2vw,1.3rem)}}@media (max-width: 320px){body{background:url(/dashboard-bg.gif) no-repeat right -15px bottom -8px fixed;background-size:80px auto}}.main-nav{background:var(--background-gray);padding:.75rem 1.5rem;box-shadow:0 4px 32px #60b5ff1f;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:1000;border-radius:28px;margin:1rem auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:800px;width:90%}.nav-brand{display:flex;align-items:center}.brand-link{text-decoration:none;color:inherit}.nav-brand h1{color:var(--primary-color);margin:0;font-size:1.2rem;font-weight:600}.nav-links{display:flex;gap:2rem;align-items:center;justify-content:center;flex-wrap:wrap}.nav-link{text-decoration:none;color:#fff;font-weight:500;padding:.5rem 1rem;border-radius:16px;transition:all .2s ease}.nav-link:hover{color:var(--primary);background:#60b5ff1a}.nav-link.active{color:var(--primary);background:#60b5ff26;font-weight:600}.page-brand{position:fixed;top:1.5rem;left:2rem;z-index:1001;background:var(--background-gray);padding:.75rem 1.5rem;border-radius:20px;box-shadow:0 4px 16px #0000004d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border-color);transition:all .3s ease}.page-brand:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0006}.page-brand h1{color:var(--primary-color);margin:0;font-size:1.3rem;font-weight:600;letter-spacing:-.02em}nav a,nav a:visited,nav a:hover,nav a:active,nav a:focus,.hydration-logo-text,.hydration-logo-text:visited,.hydration-logo-text:hover,.hydration-logo-text:active,.hydration-logo-text:focus{text-decoration:none!important}@media (max-width: 768px){.main-nav{padding:1rem;flex-direction:column;gap:1rem;width:95%}.nav-links{width:100%;justify-content:space-between;gap:.5rem}.nav-link{padding:.5rem;font-size:.9rem}.page-brand{top:1rem;left:1rem;padding:.5rem 1rem}.page-brand h1{font-size:1.1rem}}@media (max-width: 480px){.main-nav{padding:.75rem;width:98%}.nav-links{gap:.25rem}.nav-link{padding:.4rem .6rem;font-size:.8rem}.page-brand{top:.3rem;left:.5rem;padding:.4rem .8rem}.page-brand h1{font-size:1rem}}@media (max-width: 412px){.main-nav{padding:.6rem;width:98%}.nav-links{gap:.2rem}.nav-link{padding:.35rem .5rem;font-size:.75rem}.page-brand{top:.2rem;left:.4rem;padding:.3rem .7rem}.page-brand h1{font-size:.9rem}}@media (max-width: 375px){.main-nav{padding:.5rem;width:100%;margin:.5rem}.nav-links{flex-direction:column;gap:.5rem;width:100%}.nav-link{width:100%;text-align:center;padding:.75rem;font-size:.9rem;border-radius:12px}.page-brand{top:.1rem;left:.25rem;padding:.3rem .6rem}.page-brand h1{font-size:.9rem}}@media (max-width: 320px){.main-nav{padding:.5rem;width:100%;margin:.5rem}.nav-links{flex-direction:column;gap:.5rem}.nav-link{width:100%;text-align:center;padding:.5rem}}.dashboard-container{padding:2rem;max-width:1400px;margin:0 auto;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:flex-start}.dashboard-header{text-align:center;margin-bottom:1.5rem;animation:fadeInUp .8s ease-out}.dashboard-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.dashboard-header p{color:var(--text-secondary);font-size:1.2rem;font-weight:400}.dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.dashboard-card{background:var(--background-card);border-radius:20px;padding:2rem;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color);position:relative;overflow:hidden}.dashboard-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:20px 20px 0 0}.dashboard-card h2{color:var(--text-primary);font-size:1.8rem;margin-bottom:1.5rem;font-weight:700}.progress-card{text-align:center}.progress-circle{width:200px;height:200px;border-radius:50%;background:var(--background-gray);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto 2rem;position:relative;border:8px solid var(--border-color);box-shadow:var(--shadow-light)}.progress-value{font-size:3rem;font-weight:700;color:var(--primary-color);line-height:1;position:relative;z-index:1}.progress-label{color:var(--text-secondary);font-size:1rem;margin-top:.5rem;position:relative;z-index:1}.progress-details{margin-bottom:2rem}.progress-stats{display:flex;justify-content:center;gap:3rem;margin:1.5rem 0}.stat{display:flex;flex-direction:column;align-items:center}.stat-value{font-size:1.5rem;font-weight:600;color:var(--primary-color)}.stat-label{color:var(--text-secondary);font-size:.9rem;margin-top:.25rem}.track-btn{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--background-dark);text-decoration:none;padding:1rem 2rem;border-radius:16px;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #00d4ff4d;position:relative;overflow:hidden}.track-btn:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));transform:translateY(-2px);box-shadow:0 12px 30px #00d4ff66;color:var(--background-dark)}.quick-actions{width:100%;max-width:1000px;margin:2.5rem auto 0;background:var(--background-card);border-radius:20px;padding:3rem;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color);position:relative;overflow:hidden}.quick-actions:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:20px 20px 0 0}.quick-actions h2{text-align:center;color:var(--text-primary);margin-bottom:2rem;font-size:1.8rem;font-weight:700}.action-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;justify-content:center}.action-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;background:var(--background-gray);color:var(--text-primary);padding:2rem;border-radius:20px;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid var(--border-color);position:relative;overflow:hidden;min-height:140px}.action-btn:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d4ff0d,#00ff880d);border-radius:20px;opacity:0;transition:opacity .3s ease}.action-btn:hover:before{opacity:1}.action-btn:hover{background:var(--background-gray);transform:translateY(-3px);box-shadow:var(--shadow-light);border-color:var(--primary-color);color:var(--text-primary)}.action-icon{font-size:2.5rem;position:relative;z-index:1}.action-text{font-size:1.2rem;text-align:center;position:relative;z-index:1;font-weight:600}@media (max-width: 768px){.dashboard-container{padding:1rem}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.progress-circle{width:150px;height:150px;margin-bottom:1.5rem}.progress-value{font-size:2.5rem}.action-buttons{grid-template-columns:1fr}.quick-actions{padding:2rem}.dashboard-header h1{font-size:2rem}.progress-stats{gap:2rem}}@media (max-width: 480px){.dashboard-header h1{font-size:1.8rem}.quick-actions{padding:1.5rem}.action-btn{padding:1.2rem}.progress-circle{width:120px;height:120px}.progress-value{font-size:2rem}.progress-stats{gap:1.5rem}.stat-value{font-size:1.2rem}}@media (max-width: 412px){.dashboard-container{padding:.75rem}.dashboard-header h1{font-size:1.7rem}.dashboard-header p{font-size:.95rem}.quick-actions{padding:1.3rem;margin:1.8rem auto 0}.quick-actions h2{font-size:1.6rem}.action-buttons{grid-template-columns:1fr;gap:.8rem}.action-btn{padding:1.3rem;min-height:110px}.action-icon{font-size:1.8rem}.action-text{font-size:.95rem}.progress-circle{width:110px;height:110px}.progress-value{font-size:1.8rem}.progress-stats{gap:.8rem}.stat-value{font-size:1.1rem}}@media (max-width: 375px){.dashboard-container{padding:.5rem}.dashboard-header h1{font-size:1.8rem}.dashboard-header p{font-size:1rem}.quick-actions{padding:1.5rem;margin:1.5rem auto 0}.quick-actions h2{font-size:1.5rem}.action-buttons{grid-template-columns:1fr;gap:1rem}.action-btn{padding:1.5rem;min-height:120px}.action-icon{font-size:2rem}.action-text{font-size:1rem}.progress-circle{width:120px;height:120px}.progress-value{font-size:1.8rem}.progress-stats{gap:1rem}.stat-value{font-size:1.1rem}}@media (max-width: 320px){.dashboard-container{padding:.5rem}.dashboard-header h1{font-size:1.5rem}.quick-actions,.action-btn{padding:1rem}}.track-btn:focus,.action-btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.track-btn,.track-btn:visited,.track-btn:hover,.track-btn:active,.track-btn:focus,.action-btn,.action-btn:visited,.action-btn:hover,.action-btn:active,.action-btn:focus{text-decoration:none!important}.hydration-tracker{max-width:919px;width:70%;margin:2rem auto;padding:3rem;background:var(--background-card);border-radius:24px;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color);position:relative;overflow:hidden;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:flex-start}.hydration-tracker:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:24px 24px 0 0}.tracker-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}.tracker-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.time-greeting{color:var(--text-secondary);font-size:1.2rem;font-weight:400}.progress-section{margin-bottom:3rem;animation:fadeInUp 1s ease-out .2s both}.progress-container{margin:2rem 0}.progress-bar{width:100%;height:30px;background:var(--background-gray);border-radius:15px;overflow:hidden;margin-bottom:1rem;border:1px solid var(--border-color)}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));transition:width .3s ease-in-out}.progress-text{text-align:center;color:var(--text-primary);font-weight:600;font-size:1.1rem}.add-buttons{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;justify-content:center;max-width:800px;margin:3rem auto}.add-buttons button{padding:1.5rem;border:none;border-radius:20px;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--background-dark);font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #00d4ff4d;position:relative;overflow:hidden;font-size:1.1rem}.add-buttons button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.add-buttons button:hover:before{left:100%}.add-buttons button:hover{background:linear-gradient(135deg,var(--primary-dark),var(--primary-color));transform:translateY(-2px);box-shadow:0 8px 25px #00d4ff66}.reset-btn{background:linear-gradient(135deg,var(--accent-color),#e74c3c)!important;box-shadow:0 4px 15px #ff47574d!important}.reset-btn:hover{background:linear-gradient(135deg,#e74c3c,var(--accent-color))!important;box-shadow:0 8px 25px #ff475766!important}.goal-section{margin:3rem 0}.goal-section h3{color:var(--text-primary);margin-bottom:1.5rem;font-weight:600;font-size:1.4rem}.goal-setter{display:flex;justify-content:center;align-items:center;gap:1.5rem}.goal-setter label{display:flex;align-items:center;gap:.8rem;color:var(--text-primary);font-weight:500;font-size:1.1rem}.goal-setter input{padding:1rem;border:2px solid var(--border-color);border-radius:var(--border-radius-small);width:150px;background:var(--background-gray);color:var(--text-primary);transition:var(--transition);font-size:1.1rem}.goal-setter input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00d4ff1a}.history-section{margin:3rem 0}.history-section h2{margin-bottom:2rem}.history-section h3{color:var(--text-primary);margin-bottom:1.5rem;font-weight:600;font-size:1.4rem}.history-list{background:var(--background-gray);border-radius:20px;padding:2rem;max-height:400px;overflow-y:auto;border:1px solid var(--border-color);margin-bottom:2rem}.history-item{display:flex;justify-content:space-between;padding:1.2rem;border-bottom:1px solid var(--border-color);transition:background-color .2s ease}.history-item:hover{background:var(--background-card)}.history-item:last-child{border-bottom:none}.amount{color:var(--secondary-color);font-weight:600;font-size:1.1rem}.time{color:var(--text-secondary);font-size:1rem}.no-history{text-align:center;color:var(--text-secondary);padding:2rem;font-size:1.1rem}.weekly-progress{margin:3rem 0}.weekly-progress h3{color:var(--text-primary);margin-bottom:1.5rem;font-weight:600;font-size:1.4rem}.chart-container{background:var(--background-gray);border-radius:20px;padding:2rem;border:1px solid var(--border-color)}@media (max-width: 768px){.hydration-tracker{margin:1rem;padding:2rem;width:98%;max-width:none}.tracker-header h1{font-size:2rem}.add-buttons{grid-template-columns:repeat(2,1fr);gap:1rem}.goal-setter{flex-direction:column}.time-greeting{font-size:1rem}.progress-bar{height:25px}.progress-text{font-size:1rem}}@media (max-width: 480px){.hydration-tracker{padding:1.5rem;margin:.5rem;width:100%}.tracker-header h1{font-size:1.8rem}.add-buttons{grid-template-columns:repeat(2,1fr);gap:.8rem}.add-buttons button{padding:1.2rem}.time-greeting{font-size:.9rem}.progress-bar{height:20px}.progress-text{font-size:.9rem}.chart-container{padding:1.5rem}}@media (max-width: 412px){.hydration-tracker{padding:1.2rem;margin:.3rem;width:100%}.tracker-header h1{font-size:1.7rem}.time-greeting{font-size:.85rem}.add-buttons{grid-template-columns:repeat(2,1fr);gap:.6rem}.add-buttons button{padding:1rem;font-size:.85rem}.progress-bar{height:18px}.progress-text{font-size:.85rem}.chart-container{padding:1.2rem}.goal-setter input{padding:.7rem;font-size:.85rem}}@media (max-width: 375px){.hydration-tracker{padding:1rem;margin:.25rem;width:100%}.tracker-header h1{font-size:1.6rem}.time-greeting{font-size:.9rem}.add-buttons{grid-template-columns:repeat(2,1fr);gap:.5rem}.add-buttons button{padding:1rem;font-size:.9rem}.progress-bar{height:18px}.progress-text{font-size:.9rem}.chart-container{padding:1rem}.goal-setter input{padding:.8rem;font-size:.9rem}}@media (max-width: 320px){.hydration-tracker{padding:1rem;margin:.25rem}.tracker-header h1{font-size:1.5rem}.add-buttons{grid-template-columns:1fr;gap:.5rem}.add-buttons button{padding:1rem}.time-greeting{font-size:.8rem}.progress-bar{height:16px}.progress-text{font-size:.8rem}.chart-container{padding:1rem}}.add-buttons button:focus,.goal-setter input:focus{outline:2px solid var(--primary-color);outline-offset:2px}.history-list::-webkit-scrollbar{width:6px}.history-list::-webkit-scrollbar-track{background:var(--background-card);border-radius:3px}.history-list::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}.history-list::-webkit-scrollbar-thumb:hover{background:var(--primary-color)}.profile-container{max-width:1400px;margin:0 auto;padding:2rem;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:flex-start}.profile-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}.profile-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.profile-header p{color:var(--text-secondary);font-size:1.2rem;font-weight:400}.profile-grid{display:flex;flex-direction:column;gap:2rem;width:100%;align-items:center}.profile-card{background:var(--background-card);border-radius:24px;padding:3rem;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color);position:relative;overflow:hidden;min-height:70vh;display:flex;flex-direction:column;justify-content:flex-start}.profile-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:24px 24px 0 0}.profile-card h2{color:var(--text-primary);font-size:2rem;margin-bottom:2rem;font-weight:700;position:relative;border-bottom:none;position:static}.profile-card h2:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:3px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:2px;display:none}.profile-card.profile-header{min-height:unset;padding:1.5rem 2rem}.profile-name-row{display:flex;justify-content:space-between;align-items:center;width:100%}.profile-name{margin-left:0}.profile-card.profile-header h2{text-align:left;border-bottom:none;position:static}.profile-card.profile-header h2:after{display:none}.info-form{display:flex;flex-direction:column;gap:2rem;flex:1}.form-group{display:flex;flex-direction:column;gap:.8rem}.form-group label{color:var(--text-primary);font-weight:600;font-size:1.1rem}.form-input{padding:1.2rem;border:2px solid var(--border-color);border-radius:var(--border-radius-small);font-size:1.1rem;transition:var(--transition);background:var(--background-gray);color:var(--text-primary)}.form-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #00d4ff1a}.save-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--background-dark);border:none;padding:1.5rem 3rem;border-radius:20px;cursor:pointer;font-size:1.2rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);margin-top:2rem;box-shadow:0 8px 25px #00d4ff4d;position:relative;overflow:hidden;align-self:flex-start}.save-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.save-btn:hover:before{left:100%}.save-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00d4ff66;background:linear-gradient(135deg,var(--primary-dark),var(--primary-color))}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;height:100%;align-items:center;justify-items:center;justify-content:center;margin:0 auto;padding:0;max-width:1200px}.stat-item{text-align:center;padding:1.25rem;background:var(--background-gray);border-radius:15px;border:1px solid var(--border-color);transition:all .3s ease;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:447px;max-height:447px;width:100%;box-sizing:border-box;margin:0;gap:.5rem}.stat-item:hover{transform:translateY(-3px);border-color:var(--primary-color);box-shadow:var(--shadow-light)}.stat-icon{font-size:2.5rem;margin-bottom:.5rem;color:var(--primary-color);transition:all .3s ease}.stat-item h3{color:var(--text-primary);font-size:.9rem;margin:0;font-weight:600;width:100%;text-align:center;flex-shrink:0;line-height:1.2}.stat-value{color:var(--primary-color);font-size:1.4rem;font-weight:700;margin:0;width:100%;text-align:center;flex-shrink:0;line-height:1.2}.stat-label{color:var(--text-secondary);font-size:.8rem;width:100%;text-align:center;flex-shrink:0;line-height:1.2;margin:0}@media (max-width: 768px){.profile-container{padding:1rem}.profile-header h1{font-size:2rem}.profile-grid{grid-template-columns:1fr;gap:2rem}.profile-card{padding:2rem;min-height:auto}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem;justify-content:center;align-items:center;justify-items:center}.stat-item{padding:1rem;min-height:200px;max-height:200px;gap:.4rem}.stat-icon{font-size:2rem;margin-bottom:.4rem}.stat-item h3{font-size:.85rem}.stat-value{font-size:1.2rem}.stat-label{font-size:.75rem}.modal-content{min-width:90vw;max-width:90vw;margin:1rem}}@media (max-width: 480px){.profile-header h1{font-size:1.8rem}.profile-card{padding:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem;justify-content:center;align-items:center;justify-items:center}.stat-item{padding:1rem;min-height:180px;max-height:180px;gap:.3rem}.stat-icon{font-size:1.75rem;margin-bottom:.3rem}.stat-item h3{font-size:.8rem}.stat-value{font-size:1.1rem}.stat-label{font-size:.7rem}.modal-content{min-width:95vw;max-width:95vw;margin:.5rem;padding:1.5rem}.modal-content .modal-buttons{flex-direction:column;gap:1rem}.modal-content .modal-buttons button{flex:1;width:100%;max-width:none}}@media (max-width: 412px){.profile-container{padding:.75rem}.profile-header h1{font-size:1.7rem}.profile-card{padding:1.3rem}.stats-grid{grid-template-columns:1fr;gap:.8rem}.stat-item{padding:.9rem;min-height:170px;max-height:170px}.stat-icon{font-size:1.6rem}.stat-item h3{font-size:.75rem}.stat-value{font-size:1rem}.stat-label{font-size:.65rem}.modal-content{min-width:96vw;max-width:96vw;margin:.4rem;padding:1.3rem}}@media (max-width: 375px){.profile-container{padding:.5rem}.profile-header h1{font-size:1.6rem}.profile-card{padding:1.5rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-item{padding:1rem;min-height:160px;max-height:160px}.stat-icon{font-size:1.5rem}.stat-item h3{font-size:.8rem}.stat-value{font-size:1rem}.stat-label{font-size:.7rem}.modal-content{min-width:95vw;max-width:95vw;margin:.5rem;padding:1.5rem}.modal-content .modal-buttons{flex-direction:column;gap:1rem}.modal-content .modal-buttons button{flex:1;width:100%;max-width:none}}@media (max-width: 320px){.profile-container{padding:.5rem}.profile-header h1{font-size:1.5rem}.profile-card{padding:1rem}.stat-item{min-height:140px;max-height:140px}.modal-content{padding:1rem}}.save-btn:focus,.form-input:focus{outline:2px solid var(--primary-color);outline-offset:2px}.profile-container.loading{opacity:.7;pointer-events:none}.save-btn.success{animation:successPulse .6s ease-out}.modal-content{background:var(--background-card, #18191a);padding:2rem;border-radius:10px;min-width:400px;max-width:600px;width:100%;box-shadow:0 2px 16px #0003;color:var(--text-color, #fff);overflow-y:auto;max-height:90vh}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content .info-form{display:flex;flex-direction:column;gap:2rem}.modal-content .modal-buttons{display:flex;flex-direction:row;gap:1.5rem;align-items:flex-start;justify-content:flex-start;margin-top:2rem}.modal-content .modal-buttons button{flex:0 0 160px;width:160px;min-width:120px;max-width:200px;padding:1rem 0;font-size:1.1rem;border-radius:12px;border:none;box-shadow:none}.modal-content .modal-buttons .close-btn{margin-top:2rem}.today-progress-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:flex-start}.progress-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}.progress-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.progress-header p{color:var(--text-secondary);font-size:1.2rem;font-weight:400}.progress-content{background:var(--background-card);border-radius:24px;padding:4rem;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color);position:relative;overflow:hidden;animation:fadeInUp 1s ease-out .2s both;flex:1;display:flex;flex-direction:column;justify-content:center;min-height:70vh}.progress-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:24px 24px 0 0}.progress-circle{width:250px;height:250px;border-radius:50%;background:var(--background-gray);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto 3rem;border:10px solid var(--border-color);position:relative;overflow:hidden;box-shadow:var(--shadow-light)}.progress-circle:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d4ff1a,#00ff881a);border-radius:50%}.progress-value{font-size:3rem;font-weight:700;color:var(--primary-color);position:relative;z-index:1}.progress-label{color:var(--text-secondary);font-size:1.2rem;position:relative;z-index:1}.progress-details{margin-bottom:3rem}.progress-stats{display:flex;justify-content:center;gap:4rem}.stat{text-align:center;padding:2rem;background:var(--background-gray);border-radius:20px;border:1px solid var(--border-color);transition:all .3s ease;min-width:150px;width:200px;height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;max-width:200px}.stat:hover{transform:translateY(-3px);border-color:var(--primary-color);box-shadow:var(--shadow-light)}.stat-value{display:block;font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:1.1rem}.track-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:var(--background-dark);padding:1.5rem 3rem;border-radius:20px;text-decoration:none;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);margin:0 auto;max-width:250px;box-shadow:0 8px 25px #00d4ff4d;position:relative;overflow:hidden;align-self:center;white-space:nowrap}.track-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.track-btn:hover:before{left:100%}.track-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00d4ff66;background:linear-gradient(135deg,var(--primary-dark),var(--primary-color))}.track-btn:focus,.track-btn:active{text-decoration:none}.track-btn,.track-btn:visited,.track-btn:hover,.track-btn:active,.track-btn:focus{text-decoration:none!important}.btn-icon{font-size:1.2rem}@media (max-width: 768px){.today-progress-container{padding:1rem}.progress-header h1{font-size:2rem}.progress-content{padding:2rem;border-radius:20px;min-height:60vh}.progress-circle{width:180px;height:180px;margin-bottom:2rem}.progress-value{font-size:2.5rem}.progress-stats{gap:2rem}.stat{padding:1.5rem;min-width:120px;width:150px;height:100px;max-width:150px}.progress-header p{font-size:1rem}}@media (max-width: 480px){.progress-header h1{font-size:1.8rem}.progress-content{padding:1.5rem;min-height:50vh}.progress-circle{width:150px;height:150px}.progress-value{font-size:2rem}.progress-stats{flex-direction:column;gap:1rem}.stat{padding:1rem;width:100%;max-width:none}.progress-header p{font-size:.9rem}}@media (max-width: 412px){.today-progress-container{padding:.75rem}.progress-header h1{font-size:1.7rem}.progress-content{padding:1.3rem;min-height:47vh}.progress-circle{width:130px;height:130px}.progress-value{font-size:1.9rem}.progress-stats{flex-direction:column;gap:.8rem}.stat{padding:.9rem;width:100%;max-width:none}.progress-header p{font-size:.85rem}}@media (max-width: 375px){.today-progress-container{padding:.5rem}.progress-header h1{font-size:1.6rem}.progress-content{padding:1.5rem;min-height:45vh}.progress-circle{width:120px;height:120px}.progress-value{font-size:1.8rem}.progress-stats{flex-direction:column;gap:1rem}.stat{padding:1rem;width:100%;max-width:none}.progress-header p{font-size:.9rem}}@media (max-width: 320px){.today-progress-container{padding:.5rem}.progress-header h1{font-size:1.5rem}.progress-content{padding:1rem;min-height:40vh}.progress-circle{width:100px;height:100px}.progress-value{font-size:1.5rem}.progress-header p{font-size:.8rem}}.track-btn:focus{outline:2px solid var(--primary-color);outline-offset:2px}.reminder-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 80px);display:flex;flex-direction:column;justify-content:flex-start}.reminder-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease-out}.reminder-header h1{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;letter-spacing:-.02em}.reminder-header p{color:var(--text-secondary);font-size:1.2rem;font-weight:400}.reminder-content{background:var(--background-card);border-radius:24px;padding:4rem;box-shadow:var(--shadow-heavy);border:1px solid var(--border-color);position:relative;overflow:hidden;min-height:70vh;max-width:1200px;margin:0 auto;display:flex;flex-direction:column;justify-content:center}.reminder-content:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));border-radius:24px 24px 0 0}.reminder-controls{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-bottom:3rem}.interval-selector{margin-bottom:0;width:100%;max-width:350px;display:flex;flex-direction:column;align-items:center;justify-content:center}.interval-selector label,.interval-selector input{display:block;text-align:center}.interval-selector label{margin-bottom:1rem;font-weight:600;color:var(--text-primary);font-size:1.2rem}.interval-selector input{width:100%;max-width:250px;padding:1.2rem;border:2px solid var(--border-color);border-radius:var(--border-radius-small);font-size:1.1rem;background:var(--background-gray);color:var(--text-primary);transition:var(--transition)}.interval-selector input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #00d4ff1a}.interval-selector input:disabled{opacity:.6;cursor:not-allowed}.reminder-buttons{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-bottom:0;width:100%}.start-btn,.stop-btn{padding:1.5rem 3rem;border:none;border-radius:20px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-size:1.2rem;position:relative;overflow:hidden;min-width:200px}.start-btn{background:linear-gradient(135deg,var(--secondary-color),#00cc66);color:var(--background-dark);box-shadow:0 8px 25px #00ff884d}.start-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.start-btn:hover:before{left:100%}.start-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #0f86;background:linear-gradient(135deg,#00cc66,var(--secondary-color))}.stop-btn{background:linear-gradient(135deg,var(--accent-color),#e74c3c);color:var(--text-primary);box-shadow:0 8px 25px #ff47574d}.stop-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s}.stop-btn:hover:before{left:100%}.stop-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #ff475766;background:linear-gradient(135deg,#e74c3c,var(--accent-color))}.reminder-status{text-align:center;padding:3rem;background:var(--background-gray);border-radius:20px;border:1px solid var(--border-color);margin-top:2rem}.active-status{color:var(--secondary-color);font-weight:600;font-size:1.2rem}.inactive-status{color:var(--text-secondary);font-weight:500;font-size:1.2rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.reminder-container{padding:1rem}.reminder-header h1{font-size:2rem}.reminder-content{padding:2rem;border-radius:20px;min-height:60vh}.reminder-controls{gap:1rem}.reminder-buttons{flex-direction:column;align-items:center;gap:1rem}.start-btn,.stop-btn{width:100%;min-width:auto}}@media (max-width: 480px){.reminder-header h1{font-size:1.8rem}.reminder-content{padding:1.5rem;min-height:50vh}.interval-selector input{max-width:100%}.reminder-header p{font-size:1rem}}@media (max-width: 412px){.reminder-container{padding:.75rem}.reminder-header h1{font-size:1.7rem}.reminder-content{padding:1.3rem;min-height:47vh}.reminder-header p{font-size:.95rem}.interval-selector input{padding:.9rem;font-size:.95rem}.start-btn,.stop-btn{padding:.9rem 1.3rem;font-size:.95rem}}@media (max-width: 375px){.reminder-container{padding:.5rem}.reminder-header h1{font-size:1.6rem}.reminder-content{padding:1.5rem;min-height:45vh}.reminder-header p{font-size:.9rem}.interval-selector input{padding:1rem;font-size:1rem}.start-btn,.stop-btn{padding:1rem 1.5rem;font-size:1rem}}@media (max-width: 320px){.reminder-container{padding:.5rem}.reminder-header h1{font-size:1.5rem}.reminder-content{padding:1rem;min-height:40vh}.reminder-header p{font-size:.8rem}}.start-btn:focus,.stop-btn:focus,.interval-selector input:focus{outline:2px solid var(--primary-color);outline-offset:2px}.reminder-container.loading{opacity:.7;pointer-events:none}.start-btn.success,.stop-btn.success{animation:successPulse .6s ease-out}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.app{min-height:100vh;display:flex;flex-direction:column;width:100%}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.logo,.card,.read-the-docs{display:none}.app>*{flex:1;display:flex;flex-direction:column}
