@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--glass-bg:#ffffff08;--glass-bg-hover:#ffffff0f;--glass-border:#ffffff14;--glass-border-focus:#fff3;--glass-shadow:0 8px 32px 0 #0000005e;--glass-blur:blur(16px);--border-radius-lg:24px;--border-radius-md:16px;--border-radius-sm:8px;--color-hypo:#ef444426;--color-hypo-border:#ef444466;--color-hypo-text:#f87171;--color-in-range:#06b6d426;--color-in-range-border:#06b6d466;--color-in-range-text:#22d3ee;--color-hyper:#a855f726;--color-hyper-border:#a855f766;--color-hyper-text:#c084fc;--color-primary:#8b5cf6;--color-primary-hover:#a78bfa;--color-primary-glow:#8b5cf680;--color-text-primary:#fff;--color-text-secondary:#94a3b8;--color-text-muted:#64748b;background-color:#0b0f19;font-family:Outfit,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box;margin:0;padding:0}body{background:radial-gradient(circle at 10% 20%,#8b5cf626 0%,#0000 40%),radial-gradient(circle at 90% 80%,#f43f5e26 0%,#0000 40%),#080b11;min-height:100vh;margin:0;position:relative;overflow-x:hidden}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle,#8b5cf614 0%,#0000 50%),radial-gradient(circle at 80% 20%,#3b82f60f 0%,#0000 40%),radial-gradient(circle at 20% 85%,#f43f5e12 0%,#0000 40%);width:200%;height:200%;animation:25s ease-in-out infinite alternate liquidBackground;position:fixed;inset:-50%}@keyframes liquidBackground{0%{transform:translate(0)rotate(0)}50%{transform:translate(-5%,5%)rotate(180deg)}to{transform:translate(5%,-5%)rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff03}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--border-radius-lg);padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.glass-panel:hover{border-color:#ffffff1f;box-shadow:0 12px 40px #00000073}.glass-input-group{text-align:left;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.glass-label{color:var(--color-text-secondary);letter-spacing:.025em;font-size:.875rem;font-weight:500}.glass-input{border:1px solid var(--glass-border);border-radius:var(--border-radius-md);color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff05;outline:none;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s ease-in-out}.glass-input:focus{border-color:var(--color-primary);background:#ffffff0a;box-shadow:0 0 15px #8b5cf626}.glass-select{appearance:none;color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.5)' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-position:right 1.25rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.glass-select option{color:#fff;background-color:#0d1220}.glass-btn{background:var(--color-primary);color:#fff;border-radius:var(--border-radius-md);cursor:pointer;box-shadow:0 4px 14px 0 var(--color-primary-glow);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.glass-btn:hover{background:var(--color-primary-hover);box-shadow:0 6px 20px 0 var(--color-primary-glow);transform:translateY(-2px)}.glass-btn:active{transform:translateY(0)}.glass-btn-secondary{border:1px solid var(--glass-border);color:var(--color-text-primary);box-shadow:none;background:#ffffff0d}.glass-btn-secondary:hover{box-shadow:none;background:#ffffff14;border-color:#fff3}.gradient-text{background:linear-gradient(135deg,#fff 0%,#a78bfa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-weight:700}.sub-title{color:var(--color-text-secondary);font-weight:300}.glucose-card{border-radius:var(--border-radius-md);border:1px solid var(--glass-border);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);padding:1.25rem;transition:all .3s}.glucose-card.hypo{background:var(--color-hypo);border-color:var(--color-hypo-border)}.glucose-card.in-range{background:var(--color-in-range);border-color:var(--color-in-range-border)}.glucose-card.hyper{background:var(--color-hyper);border-color:var(--color-hyper-border)}.flex-row{align-items:center;gap:1rem;display:flex}.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}@media (width<=768px){.grid-cols-2{grid-template-columns:1fr}}.print-only{display:none}@media print{body{margin:0;padding:0;font-family:Outfit,sans-serif;font-size:12pt;line-height:1.4;color:#000!important;background:#fff!important}body:before,.no-print{display:none!important}.print-only{display:block!important}.glass-panel{page-break-inside:avoid;box-shadow:none!important;-webkit-backdrop-filter:none!important;color:#000!important;background:0 0!important;border:1px solid #ccc!important;border-radius:12px!important;margin-bottom:2rem!important;padding:1.5rem!important}.gradient-text{-webkit-text-fill-color:initial!important;color:#1e1b4b!important;background:0 0!important}.sub-title{color:#555!important}.glucose-card{page-break-inside:avoid;color:#000!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;border:1px solid #ddd!important;border-radius:8px!important;margin-bottom:.5rem!important;padding:.75rem 1rem!important}.glucose-card.hypo{background:#eff6ff!important;border-color:#93c5fd!important}.glucose-card.hypo span{color:#1e40af!important}.glucose-card.in-range{background:#ecfdf5!important;border-color:#a7f3d0!important}.glucose-card.in-range span{color:#065f46!important}.glucose-card.hyper{background:#fff1f2!important;border-color:#fecdd3!important}.glucose-card.hyper span{color:#9f1239!important}h1,h2,h3,h4{color:#000!important}.grid-cols-2{grid-template-columns:1fr 1fr!important;gap:1.5rem!important;display:grid!important}.print-header-layout{border-bottom:2px solid #333;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex!important}ul{padding-left:0;list-style-type:none}li{margin-bottom:.5rem;color:#222!important}}@media (width<=768px){body,button,select,label,.glass-btn,.glucose-card span:last-child{-webkit-user-select:none;user-select:none}input,textarea,.glucose-card span:first-child,p{-webkit-user-select:text;user-select:text}*{-webkit-tap-highlight-color:transparent}body{-webkit-overflow-scrolling:touch}}.app-header{padding:calc(1.25rem + env(safe-area-inset-top,0px)) 2rem 1.25rem 2rem;justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.header-nav{gap:.5rem;display:flex}.dashboard-grid{grid-template-columns:1.2fr 2fr;gap:2rem;display:grid}.history-list{flex-direction:column;gap:1rem;max-height:550px;padding-right:.5rem;display:flex;overflow-y:auto}.glucose-card-layout{justify-content:space-between;align-items:center;gap:1.25rem;display:flex}@media (width<=768px){.app-header{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1.25rem 1rem}.header-nav{flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%}.header-nav .glass-btn{flex:auto;padding:.5rem .75rem!important;font-size:.8rem!important}.dashboard-grid{grid-template-columns:1fr;gap:1.5rem}.grid-cols-3{grid-template-columns:1fr!important}.history-list{padding-right:0;max-height:none!important;overflow-y:visible!important}.glucose-card-layout{flex-direction:column;align-items:flex-start;gap:1rem;width:100%}.glucose-card-layout>div{width:100%}.glucose-card-layout>button{align-self:flex-end;margin-top:-.5rem}}body.font-normal{font-size:16px}body.font-large{font-size:18px}body.font-larger{font-size:20px}body.font-large .glass-label{font-size:.95rem}body.font-larger .glass-label{font-size:1.05rem}body.font-large p,body.font-large button,body.font-large input,body.font-large select{font-size:1.02rem!important}body.font-larger p,body.font-larger button,body.font-larger input,body.font-larger select{font-size:1.12rem!important}body.light-theme{--glass-bg:#ffffff73;--glass-bg-hover:#fff9;--glass-border:#6366f11f;--glass-border-focus:#6366f166;--glass-shadow:0 8px 32px 0 #1f268714;--glass-blur:blur(24px);--color-hypo:#ef444414;--color-hypo-border:#ef444440;--color-hypo-text:#b91c1c;--color-in-range:#0d948814;--color-in-range-border:#0d948840;--color-in-range-text:#0f766e;--color-hyper:#9333ea14;--color-hyper-border:#9333ea40;--color-hyper-text:#7e22ce;--color-primary:#4f46e5;--color-primary-hover:#4338ca;--color-primary-glow:#4f46e533;--color-text-primary:#1e293b;--color-text-secondary:#475569;--color-text-muted:#64748b;background:radial-gradient(at 15% 10%,#6366f12e 0%,#0000 45%),radial-gradient(at 85% 15%,#3b82f624 0%,#0000 40%),radial-gradient(#a855f714 0%,#0000 50%),radial-gradient(at 90% 85%,#f43f5e24 0%,#0000 40%),radial-gradient(at 10% 90%,#0ea5e91f 0%,#0000 40%),linear-gradient(135deg,#f0f4ff 0%,#e8ecf8 50%,#f5f0ff 100%)}body.light-theme:before{background:radial-gradient(circle at 30% 25%,#6366f11a 0%,#0000 40%),radial-gradient(circle at 70% 35%,#3b82f614 0%,#0000 35%),radial-gradient(circle at 50% 75%,#a855f712 0%,#0000 40%),radial-gradient(circle at 20% 85%,#f43f5e17 0%,#0000 35%),radial-gradient(circle at 80% 70%,#0ea5e90f 0%,#0000 35%);animation:20s ease-in-out infinite alternate lightShimmer}@keyframes lightShimmer{0%{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}to{opacity:.8;transform:scale(1)}}body.light-theme .glass-panel{-webkit-backdrop-filter:blur(24px)saturate(1.4)!important;background:linear-gradient(135deg,#fff9 0%,#fff6 40%,#ede9fe4d 60%,#e0e7ff66 100%)!important;border:1px solid #6366f11f!important;box-shadow:0 8px 32px #6366f10f,inset 0 1px #fffc,inset 0 -1px #6366f10d!important}body.light-theme .gradient-text{background:linear-gradient(135deg,#1e1b4b 0%,#4f46e5 50%,#7c3aed 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}body.light-theme .sub-title{color:#475569!important}body.light-theme .glass-label{color:#334155!important}body.light-theme h1,body.light-theme h2,body.light-theme h3,body.light-theme h4,body.light-theme h5{color:#0f172a!important}body.light-theme p{color:#334155!important}body.light-theme .sub-title strong{color:var(--color-primary)!important}body.light-theme .header-nav svg{color:#475569!important}body.light-theme .header-nav button.glass-btn:not(.glass-btn-secondary) svg{color:#fff!important}body.light-theme .glass-input-group svg[style*="rgba(255, 255, 255"],body.light-theme .glass-input-group svg[style*="rgba(255,255,255"],body.light-theme div[style*="position: relative"]>svg[style*=pointerEvents]{color:#6366f1!important;filter:drop-shadow(0 0 4px #6366f133)!important}body.light-theme .glass-input{color:#1e293b!important;background:linear-gradient(135deg,#ffffff8c,#ede9fe59)!important;border-color:#6366f126!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:inset 0 2px 8px #6366f10a!important}body.light-theme .glass-input::placeholder{color:#94a3b8!important}body.light-theme .glass-input:focus{background:linear-gradient(135deg,#fffc,#ede9fe80)!important;border-color:#6366f1!important;box-shadow:0 0 0 3px #6366f11a,0 0 20px #6366f11a,inset 0 2px 8px #6366f10f!important}body.light-theme .glass-select option{color:#1e293b!important;background-color:#fff!important}body.light-theme .glass-btn-secondary{color:#475569!important;background:linear-gradient(135deg,#fff9,#e0e7ff66)!important;border-color:#6366f11f!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:inset 0 1px #fffc!important}body.light-theme .glass-btn-secondary:hover{transform:translateY(-1px);background:linear-gradient(135deg,#ffffffd9,#e0e7ff99)!important;border-color:#6366f140!important;box-shadow:inset 0 1px #ffffffe6,0 4px 16px #6366f114!important}body.light-theme .glucose-card{background:linear-gradient(135deg,#ffffffb3,#ede9fe66)!important;border-color:#6366f11f!important;transition:all .3s!important;box-shadow:0 4px 16px #6366f10a,inset 0 1px #ffffffb3!important}body.light-theme .glucose-card:hover{transform:translateY(-1px);box-shadow:0 8px 24px #6366f114,inset 0 1px #fffc!important}body.light-theme .glucose-card.hypo{background:linear-gradient(135deg,#fee2e2e6,#fecaca99)!important;border-color:#ef444440!important;box-shadow:0 4px 16px #ef44440f,inset 0 1px #ffffff80!important}body.light-theme .glucose-card.in-range{background:linear-gradient(135deg,#ccfbf1e6,#a7f3d099)!important;border-color:#0d948840!important;box-shadow:0 4px 16px #0d94880f,inset 0 1px #ffffff80!important}body.light-theme .glucose-card.hyper{background:linear-gradient(135deg,#f3e8ffe6,#e9d5ff99)!important;border-color:#9333ea40!important;box-shadow:0 4px 16px #9333ea0f,inset 0 1px #ffffff80!important}body.light-theme .glucose-card span{color:#334155!important}body.light-theme .glucose-card div[style*=background]{background:#ffffffb3!important;border-color:#6366f11f!important}body.light-theme .glucose-card span[style*=background]{color:#4f46e5!important;background:linear-gradient(135deg,#6366f11a,#a855f714)!important;border-color:#6366f126!important}body.light-theme .glucose-card span[style*=color-text-secondary],body.light-theme div[style*=monthYear]{color:#475569!important}body.light-theme input[type=date]{color:#1e293b!important}body.light-theme div[style*="rgba(244, 63, 94"]{color:#b91c1c!important;background:linear-gradient(135deg,#ef44441a,#ef44440f)!important;border-color:#ef444433!important}body.light-theme div[style*="rgba(16, 185, 129"]{color:#0f766e!important;background:linear-gradient(135deg,#0d94881a,#0d94880f)!important;border-color:#0d948833!important}body.light-theme ul li strong{color:#1e1b4b!important}body.light-theme .glass-panel div[style*=border-bottom]{border-color:#6366f11a!important}body.light-theme div[style*="rgba(239, 68, 68, 0.1)"]{background:linear-gradient(135deg,#ef44441f,#f43f5e14)!important;border-color:#ef444433!important}body.light-theme .glass-btn[style*="background: rgb(239, 68, 68)"],body.light-theme .glass-btn[style*=\#ef4444]{box-shadow:0 4px 20px #ef444459,inset 0 1px #fff3!important}body.light-theme ::-webkit-scrollbar-track{background:#f1f5f9cc!important}body.light-theme ::-webkit-scrollbar-thumb{background:linear-gradient(#6366f140,#a855f733)!important;border-radius:10px!important}body.light-theme ::-webkit-scrollbar-thumb:hover{background:linear-gradient(#6366f166,#a855f759)!important}body.light-theme a[style*="color: var(--color-text-secondary)"]{color:#4f46e5!important}body.light-theme .glass-panel ul li span{color:#1e293b!important}body.light-theme .glass-panel ul li span strong{color:#1e1b4b!important;font-weight:700!important}body.light-theme div[style*="rgba(5, 8, 15, 0.85)"],body.light-theme div[style*="rgba(5,8,15,0.85)"]{-webkit-backdrop-filter:blur(16px)!important;background:#f0f4ffa6!important}body.light-theme .glass-panel h3{color:#0f172a!important}body.light-theme .glass-panel span:not([style*=color]){color:#1e293b!important}body.light-theme .glass-panel strong:not([style*=color]){color:#1e1b4b!important}
