*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden;width:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.navbar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #0000000d}.navbar-container{max-width:1200px;margin:0 auto;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:32px}.navbar-logo{display:flex;align-items:center;gap:8px;text-decoration:none;font-size:20px;font-weight:700;color:#1e293b;transition:transform .2s ease}.navbar-logo:hover{transform:scale(1.05)}.logo-icon{font-size:28px}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.navbar-links{display:flex;gap:8px;flex:1}.nav-link{padding:8px 16px;border-radius:8px;text-decoration:none;color:#64748b;font-weight:500;transition:all .2s ease}.nav-link:hover{color:#667eea;background:#667eea1a}.nav-link.active{color:#667eea;background:#667eea26}.navbar-user{display:flex;align-items:center;gap:16px}.user-info{display:flex;align-items:center;gap:12px}.user-avatar{width:36px;height:36px;border-radius:50%;border:2px solid #e2e8f0}.user-name{font-size:14px;font-weight:500;color:#1e293b}.sign-out-btn{padding:8px 16px;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s ease}.sign-out-btn:hover{background:#e2e8f0;color:#334155}.login-btn{padding:8px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;transition:all .2s ease}.login-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}@media(max-width:768px){.navbar-container{flex-wrap:wrap;padding:12px 16px}.navbar-links{order:3;width:100%;justify-content:center;padding-top:12px;border-top:1px solid #e2e8f0}.nav-link{font-size:14px;padding:6px 12px}.user-name{display:none}}@media(max-width:480px){.navbar-container{padding:12px;gap:16px}.navbar-links{gap:4px;padding-top:8px}.nav-link{font-size:13px;padding:6px 10px}.navbar-logo{font-size:18px}.logo-icon{font-size:24px}}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background:#fff;z-index:9999;overflow:hidden;font-family:Inter,-apple-system,sans-serif}.loading-content{display:flex;flex-direction:column;align-items:center;gap:2rem;position:relative;z-index:2}.spinner-wrapper{position:relative;width:100px;height:100px;display:flex;justify-content:center;align-items:center}.main-spinner{position:absolute;width:80px;height:80px;border:4px solid transparent;border-top:4px solid #6366f1;border-right:4px solid #8b5cf6;border-radius:50%;animation:spin 1.5s cubic-bezier(.68,-.55,.27,1.55) infinite}.inner-spinner{position:absolute;width:50px;height:50px;border:4px solid transparent;border-bottom:4px solid #ec4899;border-left:4px solid #f43f5e;border-radius:50%;animation:spin-reverse 1.2s cubic-bezier(.68,-.55,.27,1.55) infinite}.pulse-ring{position:absolute;width:100px;height:100px;border:2px solid rgba(99,102,241,.2);border-radius:50%;animation:pulse 2s ease-out infinite}.loading-text-container{text-align:center;animation:fadeIn .8s ease-out forwards}.loading-title{font-size:1.5rem;font-weight:800;background:linear-gradient(135deg,#6366f1,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem;letter-spacing:-.02em}.loading-message{font-size:.9rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.1em;animation:blink 1.5s ease-in-out infinite}.background-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,#6366f10d,#fff0 70%);z-index:1;animation:rotate-glow 10s linear infinite}@keyframes spin-reverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes pulse{0%{transform:scale(.8);opacity:.8}to{transform:scale(1.4);opacity:0}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:.6}50%{opacity:1}}@keyframes rotate-glow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-color-scheme:dark){.loading-screen{background:#0f172a}.loading-message{color:#94a3b8}.background-glow{background:radial-gradient(circle,#6366f11a,#0f172a00 70%)}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:48px;max-width:480px;width:100%;box-shadow:0 20px 60px #0000004d;animation:slideUp .5s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:40px}.login-header h1{font-size:32px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}.login-header p{color:#64748b;font-size:16px}.login-content{display:flex;flex-direction:column;gap:24px}.google-signin-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px 24px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:16px;font-weight:600;color:#1e293b;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.google-signin-btn:hover:not(:disabled){border-color:#667eea;box-shadow:0 4px 12px #667eea33;transform:translateY(-2px)}.google-signin-btn:active:not(:disabled){transform:translateY(0)}.google-signin-btn:disabled{opacity:.6;cursor:not-allowed}.google-icon{width:24px;height:24px}.login-info{background:#f1f5f9;border-radius:12px;padding:16px}.login-info p{color:#475569;font-size:14px;line-height:1.6;margin:0}.login-info strong{color:#1e293b}@media(max-width:640px){.login-card{padding:32px 24px}.login-header h1{font-size:28px}}.metrics-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000000d;border-top:4px solid;transition:transform .2s ease,box-shadow .2s ease}.metrics-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.metrics-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.metrics-icon{font-size:28px}.metrics-title{font-size:14px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0}.metrics-value{display:flex;align-items:baseline;gap:6px;margin-bottom:12px}.metrics-value .value{font-size:36px;font-weight:700;color:#1e293b;line-height:1}.metrics-value .unit{font-size:18px;font-weight:500;color:#94a3b8}.metrics-change{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:600}.trend-icon{font-size:18px}.change-value{font-weight:700}.change-label{color:#94a3b8;font-weight:400;font-size:12px}.progress-chart{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #0000000d}.chart-empty{padding:60px 20px;text-align:center;color:#94a3b8;font-size:16px}.radar-chart-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;background:#fff;border-radius:12px}.radar-chart-container .recharts-polar-grid-concentric-path{stroke-opacity:.5}.radar-chart-container .recharts-polar-angle-axis-line{stroke:#e2e8f0}.pie-chart-container{width:100%;height:100%;position:relative;background:#fff;border-radius:12px;padding:1rem}.pie-center-label{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;pointer-events:none}.label-total{font-size:1.5rem;font-weight:700;color:#1e293b;line-height:1}.label-unit{font-size:.875rem;color:#64748b;font-weight:500}.health-summary-widget{background:#fff;padding:1.5rem;border-radius:16px;box-shadow:0 4px 20px #0000000d;margin-bottom:2rem}.widget-header-title{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem;color:#111827;border-bottom:1px solid #f3f4f6;padding-bottom:.75rem}.health-sections-container{display:flex;flex-direction:column;gap:2rem}.health-section{display:flex;flex-direction:column;gap:1rem}.section-title-small{font-size:.9rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin:0}.health-metrics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.health-metric-card{padding:1.25rem;border-radius:12px;background:#f9fafb;border:1px solid #f3f4f6;display:flex;flex-direction:column;gap:.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.health-metric-card:hover{transform:translateY(-2px);background:#fff;box-shadow:0 4px 12px #0000000d;border-color:#e5e7eb}.metric-header{display:flex;align-items:center;gap:.5rem}.metric-label{font-size:.85rem;color:#6b7280;font-weight:500}.metric-main{display:flex;align-items:baseline;gap:.25rem}.metric-value{font-size:1.5rem;font-weight:700;color:#111827}.metric-unit{font-size:.85rem;color:#9ca3af}.metric-chart{height:40px;margin-top:.5rem}.health-widget-loading,.health-widget-error{padding:2rem;text-align:center;background:#fff;border-radius:16px;margin-bottom:2rem;color:#6b7280}.category-tabs{margin-bottom:1rem}.dashboard-container{padding:2rem;max-width:1400px;margin:0 auto;background-color:#f8fafc;min-height:100vh}.content{background:#f8fafc;height:100%}.empty-dashboard{text-align:center;padding:100px 20px}.empty-icon{font-size:100px;margin-bottom:24px}.empty-dashboard h1{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:12px}.empty-dashboard p{font-size:18px;color:#64748b;margin-bottom:32px}.btn-large{padding:16px 32px;font-size:18px}.dashboard-actions{display:flex;align-items:center;gap:16px}.dashboard-actions-group{display:flex;gap:12px}.public-mode-banner{background:#e0f2fe;border:1px solid #bae6fd;padding:12px 20px;border-radius:12px;margin-bottom:32px;color:#0369a1;font-weight:500}.public-mode-banner p{margin:0}.sync-notification{background:#f0fdf4;border:1px solid #bbf7d0;padding:8px 16px;border-radius:99px;display:flex;align-items:center;gap:12px;color:#166534;font-size:14px;font-weight:500}.btn-sm{padding:4px 12px;font-size:13px}.sync-progress-banner{background:#fff;border-radius:12px;padding:20px;margin-bottom:32px;box-shadow:0 4px 12px #0000000d;display:flex;flex-direction:column;gap:12px;border-left:4px solid #667eea}.sync-status-text{font-size:14px;color:#475569}.sync-status-text strong{color:#1e293b}.progress-bar-container{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);transition:width .3s ease}.sync-spinner{width:20px;height:20px;border:3px solid #f1f5f9;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.dashboard-title{font-size:36px;font-weight:700;color:#1e293b;margin-bottom:8px}.dashboard-subtitle{color:#64748b;font-size:16px}.metrics-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:32px}.analysis-section{display:grid;grid-template-columns:1.5fr 1fr;gap:1.8rem;margin-bottom:3rem}.analysis-card{background:#fff;padding:1.8rem;border-radius:20px;box-shadow:0 4px 20px #0000000a,0 2px 8px #00000005;display:flex;flex-direction:column;border:1px solid rgba(226,232,240,.8);transition:transform .3s ease,box-shadow .3s ease}.analysis-card:hover{box-shadow:0 10px 30px #0000000f}.analysis-card .section-title{margin-bottom:1.8rem;font-size:1.4rem;color:#1e293b;border-left:4px solid #6366f1;padding-left:12px}.charts-section{margin-bottom:48px}.section-title{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:24px}.chart-wrapper{margin-bottom:32px}.chart-title{font-size:18px;font-weight:600;color:#475569;margin-bottom:16px}.recent-posts-section{margin-bottom:32px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.view-all-link{color:#667eea;text-decoration:none;font-weight:600;transition:transform .2s ease;display:inline-block}.view-all-link:hover{transform:translate(4px)}.recent-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.recent-post-card{background:#fff;border-radius:12px;padding:20px;text-decoration:none;box-shadow:0 2px 8px #0000000d;transition:all .2s ease;border:2px solid transparent}.recent-post-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a;border-color:#667eea}.recent-post-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.recent-post-date{font-size:14px;color:#94a3b8;font-weight:500}.fitness-score-badge{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6px 12px;border-radius:8px;font-size:14px;font-weight:700}.recent-post-title{font-size:16px;font-weight:600;color:#1e293b;margin-bottom:12px}.recent-post-metrics{display:flex;gap:12px;font-size:13px;color:#64748b}.recent-post-metrics span{background:#f1f5f9;padding:4px 8px;border-radius:6px}@media(max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{flex-direction:column;gap:16px}.dashboard-title{font-size:28px}.dashboard-actions{flex-direction:column;align-items:stretch;width:100%}.dashboard-actions-group{width:100%}.dashboard-actions-group .btn{flex:1}.analysis-section,.metrics-cards-grid,.recent-posts-grid{grid-template-columns:1fr}}@media(max-width:480px){.dashboard-container{padding:1rem}.dashboard-title{font-size:24px}.btn{padding:10px 20px;font-size:15px}.analysis-card{padding:1.5rem}.section-title{font-size:20px}}.loading-container{text-align:center;padding:60px;color:#94a3b8;font-size:18px}.empty-posts{text-align:center;padding:80px 20px}.empty-icon{font-size:80px;margin-bottom:24px}.empty-posts h2{font-size:28px;font-weight:700;color:#1e293b;margin-bottom:12px}.empty-posts p{font-size:16px;color:#64748b;margin-bottom:32px}.post-list-container{max-width:1200px;margin:0 auto;padding:0 2rem}.post-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;margin-top:32px}.page-title{font-size:32px;font-weight:700;color:#1e293b;margin:0}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.post-card{background:#fff;border-radius:16px;padding:24px;text-decoration:none;box-shadow:0 4px 12px #0000000d;transition:all .3s ease;border:2px solid transparent}.post-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001a;border-color:#667eea}.post-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.fitness-score{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:12px 16px;border-radius:12px;text-align:center}.score-value{font-size:24px;font-weight:700;line-height:1}.score-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;margin-top:4px;opacity:.9}.post-date{font-size:14px;color:#94a3b8;font-weight:500}.post-title{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:16px}.post-metrics{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.metric-item{display:flex;align-items:center;gap:4px;font-size:13px;min-width:0}.metric-icon{font-size:14px;flex-shrink:0}.metric-value{font-weight:700;color:#1e293b;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60px}.metric-unit{color:#94a3b8;font-size:11px;flex-shrink:0}.post-preview{color:#64748b;font-size:14px;line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;margin:0}.post-footer{margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9}.public-badge{background:#e0f2fe;color:#0369a1;font-size:11px;font-weight:700;padding:2px 8px;border-radius:99px;text-transform:uppercase}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}@media(max-width:768px){.post-list-container{padding:0 1rem}.post-list-header{flex-direction:column;align-items:flex-start;gap:16px;margin-top:24px}.page-title{font-size:28px}.posts-grid{grid-template-columns:1fr}}@media(max-width:480px){.post-list-container{padding:0 1rem}.post-list-header{margin-top:16px;margin-bottom:24px}.page-title{font-size:24px}.post-card{padding:20px}.post-card-header{margin-bottom:12px}.fitness-score{padding:10px 14px}.score-value{font-size:20px}.score-label{font-size:10px}.post-date{font-size:13px}.post-title{font-size:16px;margin-bottom:12px}.post-metrics{gap:8px}.metric-item{gap:3px;font-size:12px}.metric-value{font-size:12px;max-width:50px}.metric-icon{font-size:13px}.btn{width:100%;text-align:center}}.post-detail-container{max-width:900px;margin:0 auto}.loading-container,.error-container{text-align:center;padding:60px;color:#94a3b8}.error-container h2{color:#1e293b;margin-bottom:24px}.post-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;margin-top:24px}.header-actions{display:flex;gap:12px;align-items:center}.edit-btn{padding:8px 16px;background:#e0e7ff;color:#4338ca;border:none;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s ease}.edit-btn:hover{background:#c7d2fe}.back-link{color:#667eea;text-decoration:none;font-weight:600;transition:transform .2s ease;display:inline-block}.back-link:hover{transform:translate(-4px)}.delete-btn{padding:8px 16px;background:#fee2e2;color:#dc2626;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.delete-btn:hover{background:#fecaca}.visibility-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-left:12px}.visibility-btn.public{background:#e0f2fe;color:#0369a1}.visibility-btn.private{background:#f1f5f9;color:#475569}.visibility-btn:hover{filter:brightness(.95);transform:translateY(-1px)}.delete-confirm{background:#fef2f2;border:2px solid #fecaca;border-radius:12px;padding:20px;margin-bottom:24px}.delete-confirm p{color:#991b1b;font-weight:600;margin-bottom:16px}.confirm-actions{display:flex;gap:12px}.btn{padding:10px 20px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-danger{background:#dc2626;color:#fff}.btn-danger:hover{background:#b91c1c}.btn-secondary{background:#e2e8f0;color:#475569}.btn-secondary:hover{background:#cbd5e1}.post-detail-content{display:flex;flex-direction:column;gap:32px}.post-header-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d}.post-title{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:16px}.post-meta{display:flex;justify-content:space-between;align-items:center}.post-date{color:#64748b;font-size:16px}.fitness-score-large{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 24px;border-radius:12px;font-size:32px;font-weight:700}.fitness-score-large .score-max{font-size:20px;opacity:.8}.user-notes{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d}.user-notes h3{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:16px}.user-notes p{color:#475569;line-height:1.7;white-space:pre-wrap}.metrics-section,.insights-section,.composition-section,.pdf-section{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d}.metrics-section h2,.insights-section h2,.composition-section h2,.pdf-section h2{font-size:24px;font-weight:600;color:#1e293b;margin-bottom:24px}.metrics-grid-large{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.metric-card{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:12px;border-left:4px solid #667eea}.metric-icon{font-size:36px}.metric-info{flex:1}.metric-label{font-size:13px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:6px}.metric-value-large{font-size:28px;font-weight:700;color:#1e293b}.metric-value-large span{font-size:16px;color:#94a3b8;font-weight:500}.insights-content{background:#faf5ff;border-left:4px solid #8b5cf6;padding:24px;border-radius:12px}.insights-content p{color:#475569;line-height:1.8;margin-bottom:16px}.insights-content p:last-child{margin-bottom:0}.composition-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.composition-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:8px}.composition-item .label{font-size:14px;color:#64748b;font-weight:500}.composition-item .value{font-size:18px;font-weight:700;color:#1e293b}.pdf-link{display:inline-flex;align-items:center;gap:8px;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:16px;transition:all .2s ease}.pdf-link:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}@media(max-width:768px){.post-detail-container{padding:0 1rem}.post-title{font-size:24px}.post-meta{flex-direction:column;align-items:flex-start;gap:16px}.post-detail-header{flex-direction:column;align-items:flex-start;gap:12px}.metrics-grid-large,.composition-grid{grid-template-columns:1fr}}@media(max-width:480px){.post-detail-container{padding:0 1rem}.post-header-section,.user-notes,.metrics-section,.insights-section,.composition-section,.pdf-section{padding:20px;border-radius:12px}.post-title,.metrics-section h2,.insights-section h2,.composition-section h2,.pdf-section h2{font-size:20px}.header-actions{flex-wrap:wrap;width:100%}.header-actions button,.header-actions a{font-size:14px;padding:8px 14px}}.create-post-container{max-width:900px;margin:0 auto}.page-title{font-size:32px;font-weight:700;color:#1e293b;margin-bottom:32px}.create-post-steps{display:flex;flex-direction:column;gap:24px}.step-card{background:#fff;border-radius:16px;padding:32px;box-shadow:0 4px 12px #0000000d}.step-title{font-size:20px;font-weight:600;color:#1e293b;margin-bottom:16px}.step-description{color:#64748b;margin-bottom:20px}.loading,.empty-state{text-align:center;padding:40px;color:#94a3b8}.pdf-list{display:grid;gap:12px}.pdf-item{display:flex;align-items:center;gap:16px;padding:16px;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s ease}.pdf-item:hover{border-color:#667eea;background:#667eea0d}.pdf-item.selected{border-color:#667eea;background:#667eea1a}.pdf-icon{font-size:32px}.pdf-info{flex:1}.pdf-name{font-weight:600;color:#1e293b;margin-bottom:4px}.pdf-date{font-size:14px;color:#94a3b8}.selected-badge{color:#667eea;font-size:24px;font-weight:700}.btn{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff;width:100%;padding:16px;font-size:18px}.btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #10b9814d}.extracted-data-preview{margin-top:24px;padding:24px;background:#f8fafc;border-radius:12px}.extracted-data-preview h3{font-size:18px;font-weight:600;color:#1e293b;margin-bottom:16px}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.data-item{display:flex;flex-direction:column;gap:6px}.data-label{font-size:13px;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.data-value{font-size:24px;font-weight:700;color:#1e293b}.notes-textarea{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:12px;font-family:inherit;font-size:16px;resize:vertical;margin-bottom:20px;transition:border-color .2s ease}.notes-textarea:focus{outline:none;border-color:#667eea}.visibility-toggle{margin-bottom:24px;padding:16px;background:#f0f9ff;border-radius:12px;border:1px solid #bae6fd}.checkbox-label{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:600;color:#0369a1;margin-bottom:8px}.checkbox-label input{width:18px;height:18px;cursor:pointer}.visibility-hint{font-size:14px;color:#0c4a6e;margin:0}@media(max-width:768px){.create-post-container{padding:0 1rem}.step-card{padding:24px 20px}.data-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media(max-width:480px){.create-post-container{padding:0 1rem}.page-title{font-size:24px}.step-card{padding:20px 16px}.step-title{font-size:18px}.data-grid{grid-template-columns:1fr}.btn-success{font-size:16px;padding:14px}}.import-modal-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.import-modal-content{background:#fff;width:100%;max-width:500px;border-radius:16px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;max-height:80vh}.import-modal-header{padding:24px;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center}.import-modal-header h2{margin:0;font-size:1.25rem;color:#111827}.close-btn{background:none;border:none;font-size:1.5rem;color:#9ca3af;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;transition:background .2s}.close-btn:hover{background:#f3f4f6;color:#6b7280}.import-controls{padding:16px 24px;background:#f8fafc;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;gap:16px}.import-description{color:#6b7280;font-size:.9rem;margin:0;line-height:1.4;flex:1}.btn-outline{background:#fff;border:1px solid #d1d5db;color:#374151;padding:6px 12px;font-size:.85rem;border-radius:8px;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-outline:hover{background:#f9fafb;border-color:#9ca3af}.file-list-container{flex:1;overflow-y:auto;padding:0 24px 24px}.loading-state,.empty-state{padding:40px 0;text-align:center;color:#9ca3af}.zip-file-list{display:flex;flex-direction:column;gap:12px}.zip-file-item{display:flex;align-items:center;padding:12px;background:#f9fafb;border:1px solid #f3f4f6;border-radius:12px;transition:all .2s}.zip-file-item:hover{border-color:#3b82f6;background:#eff6ff}.file-icon{font-size:1.5rem;margin-right:12px}.file-details{flex:1}.file-name{font-weight:500;color:#111827;font-size:.95rem;margin-bottom:2px;word-break:break-all}.file-date{font-size:.8rem;color:#9ca3af}.import-modal-footer{padding:16px 24px;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end}.error-state{padding:30px 0;text-align:center}.error-text{color:#ef4444;font-weight:600;margin-bottom:20px}.troubleshooting-steps{text-align:left;background:#fef2f2;padding:16px;border-radius:12px;border:1px solid #fee2e2}.troubleshooting-steps p{margin:0 0 8px;font-weight:600;color:#991b1b;font-size:.9rem}.troubleshooting-steps ul{margin:0;padding-left:20px;color:#b91c1c;font-size:.85rem;display:flex;flex-direction:column;gap:4px}.hint-text{font-size:.8rem;color:#9ca3af;margin-top:12px}.btn-icon{background:none;border:1px solid #f3f4f6;padding:6px;border-radius:8px;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-icon:hover{background:#f3f4f6}.folder-status-info{display:flex;flex-direction:column;gap:4px;flex:1}.folder-meta-badge{font-size:.75rem;color:#10b981;background:#ecfdf5;padding:2px 8px;border-radius:99px;display:inline-block;width:fit-content;font-weight:500}.suggestion-box{margin-top:24px;padding:16px;background:#f0f9ff;border:1px solid #e0f2fe;border-radius:12px;text-align:left}.suggestion-title{font-weight:600;color:#0369a1;margin:0 0 12px;font-size:.9rem}.suggestion-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.suggestion-item{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:#0c4a6e;background:#fff;padding:6px 10px;border-radius:6px;border:1px solid #bae6fd}.suggestion-item small{color:#64748b}.suggestion-hint{margin:0;font-size:.8rem;color:#64748b;font-style:italic}@media(max-width:640px){.import-modal-content{max-height:90vh}}.health-analytics-container{padding:2rem;max-width:1600px;margin:0 auto;background-color:#f8fafc;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-title{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0;letter-spacing:-.02em;background:linear-gradient(135deg,#1e293b,#475569);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.header-actions{display:flex;gap:1rem}.analytics-layout{display:grid;grid-template-columns:300px 1fr;gap:2rem;align-items:start}.sidebar-section{display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:2rem}.section-group{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:1.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(255,255,255,.5)}.section-subtitle{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;margin:0 0 1rem;font-weight:700}.section-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.category-tabs{display:flex;flex-direction:column;gap:.5rem}.tab-btn{text-align:left;padding:.85rem 1.25rem;border-radius:12px;border:1px solid transparent;background:transparent;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.tab-btn:hover{background:#6366f10d;color:#4f46e5}.tab-btn.active{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 12px #4f46e540}.main-chart-section{background:#fff;padding:2.5rem;border-radius:24px;box-shadow:0 20px 40px #0000000a;border:1px solid rgba(241,245,249,1)}.stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px -10px #00000014;transition:transform .2s;border:1px solid #f1f5f9}.stat-card:hover{transform:translateY(-2px)}.stat-title{font-size:.85rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;margin-bottom:.5rem}.stat-value{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1.2;margin-bottom:1rem;letter-spacing:-.03em}.stat-meta{display:flex;gap:1rem;font-size:.8rem;color:#64748b;font-weight:500;padding-top:.75rem;border-top:1px solid #f1f5f9}.chart-header-controls{margin-bottom:1.5rem}.chart-controls{display:flex;justify-content:flex-end;gap:2rem;margin-top:1rem;padding-top:1.5rem;border-top:1px solid #f1f5f9}.control-group{display:flex;align-items:center;gap:.75rem}.control-label{font-size:.85rem;font-weight:600;color:#64748b}.date-range-selector,.chart-type-selector{background:#f1f5f9;padding:4px;border-radius:12px;display:flex;gap:2px}.range-btn,.type-btn{background:transparent;border:none;padding:.4rem 1rem;border-radius:8px;font-size:.85rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s ease}.range-btn:hover,.type-btn:hover{color:#1e293b}.range-btn.active,.type-btn.active{background:#fff;color:#0f172a;box-shadow:0 2px 8px #0000000f}.chart-wrapper{margin-top:1rem;border-radius:16px;overflow:hidden}.btn{padding:.6rem 1.2rem;border:none;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#1e293b;color:#fff}.btn-primary:hover{background:#0f172a;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a26}.btn-outline{background:#fff;border:1px solid #e2e8f0;color:#475569}.btn-outline:hover{background:#f8fafc;border-color:#cbd5e1}.btn-text{background:transparent;border:none;color:#6366f1;font-size:.8rem;font-weight:600;cursor:pointer;padding:.25rem .5rem;border-radius:6px}.btn-text:hover{background:#6366f11a}.selector-grid{display:grid;grid-template-columns:1fr;gap:.5rem}.metric-toggle{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:transparent;border-radius:10px;cursor:pointer;font-size:.9rem;transition:all .2s;border:1px solid transparent}.metric-toggle:hover{background:#f8fafc}.toggle-label{font-weight:600}.metric-toggle input[type=checkbox]{width:1.1rem;height:1.1rem;border-radius:4px;accent-color:#6366f1;cursor:pointer}@media(max-width:1024px){.analytics-layout{grid-template-columns:1fr}.sidebar-section{position:static;flex-direction:row;flex-wrap:wrap}.section-group{flex:1;min-width:250px}.chart-controls{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:640px){.health-analytics-container{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-row{grid-template-columns:1fr 1fr}.main-chart-section{padding:1.5rem}.page-title{font-size:1.75rem}.sidebar-section{gap:1rem}.section-group{min-width:100%}}@media(max-width:480px){.health-analytics-container{padding:1rem}.page-title{font-size:1.5rem}.main-chart-section{padding:1rem;border-radius:16px}.stats-row{grid-template-columns:1fr}.stat-value{font-size:2rem}.chart-controls{gap:1rem}.date-range-selector,.chart-type-selector{width:100%;justify-content:space-between}.range-btn,.type-btn{flex:1;padding:.5rem .75rem;font-size:.8rem}}.settings-container{max-width:800px;margin:0 auto;padding:2rem}.settings-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000d}.settings-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.settings-section:last-of-type{border-bottom:none;margin-bottom:1rem}.settings-section h2{font-size:1.25rem;color:#1e293b;margin-bottom:1.5rem;font-weight:700}.language-select,.folder-input{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .2s ease}.language-select:focus,.folder-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.hint-text{font-size:.875rem;color:#64748b;margin-top:.5rem}.settings-footer{display:flex;justify-content:flex-end;margin-top:1rem}@media(max-width:768px){.settings-container{padding:1rem}.settings-form{padding:1.5rem}}.blog-container{max-width:1200px;margin:0 auto;padding:2rem}.blog-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.article-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001a}.article-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.article-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.article-date{font-size:.9rem;color:#64748b}.badge{padding:.25rem .75rem;border-radius:99px;font-size:.75rem;font-weight:700;text-transform:uppercase}.badge-public{background:#f0fdf4;color:#16a34a}.badge-private{background:#fef2f2;color:#dc2626}.article-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:1rem;line-height:1.4}.article-excerpt{font-size:.95rem;color:#475569;line-height:1.6;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.article-footer{margin-top:auto;padding-top:1rem;border-top:1px solid #f1f5f9}.read-more{font-weight:600;color:#6366f1}.article-detail-container{max-width:850px;margin:0 auto;padding:3rem 1.5rem}.article-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.author-actions{display:flex;gap:.75rem}.full-article{background:#fff;padding:3.5rem;border-radius:24px;box-shadow:0 10px 40px #00000008}.article-header{text-align:center;margin-bottom:3.5rem}.article-title-large{font-size:3rem;font-weight:800;color:#1e293b;margin-bottom:1.5rem;letter-spacing:-.02em}.article-meta-large{color:#64748b;font-size:1.1rem;display:flex;justify-content:center;align-items:center;gap:.75rem}.separator{opacity:.5}.article-body{font-size:1.15rem;line-height:1.8;color:#334155}.article-body p{margin-bottom:1.5rem}.article-body h1,.article-body h2,.article-body h3{color:#1e293b;margin:2.5rem 0 1rem;font-weight:700}.article-body img{max-width:100%;border-radius:12px;margin:2rem 0}@media(max-width:768px){.blog-container{padding:1rem}.article-title-large{font-size:2rem}.full-article{padding:2rem}.blog-header{flex-direction:column;gap:1.5rem}.articles-grid{grid-template-columns:1fr}}@media(max-width:480px){.blog-container,.article-detail-container{padding:1rem}.article-title-large{font-size:1.75rem;line-height:1.2}.full-article{padding:1.5rem;border-radius:16px}.article-meta-large{font-size:.9rem;flex-wrap:wrap}.article-body{font-size:1rem;line-height:1.7}.article-nav{flex-direction:column;align-items:flex-start;gap:1rem}.author-actions{width:100%;justify-content:flex-start}}.editor-container{max-width:1000px;margin:0 auto;padding:2rem}.editor-header{margin-bottom:2rem}.editor-form{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 4px 20px #0000000d}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:.5rem}.title-input{width:100%;font-size:1.5rem;padding:.75rem 0;border:none;border-bottom:2px solid #e2e8f0;font-weight:700;transition:border-color .2s;outline:none}.title-input:focus{border-color:#6366f1}.excerpt-input{width:100%;padding:1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;resize:none;transition:border-color .2s}.excerpt-input:focus{border-color:#6366f1;outline:none}.tinymce-wrapper{margin-bottom:2rem}.tinymce-wrapper .tox-tinymce{border-radius:12px;border:1px solid #e2e8f0!important;overflow:hidden}.editor-footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #f1f5f9}.actions{display:flex;gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:500;color:#475569}.checkbox-label input{width:1.2rem;height:1.2rem}#root{width:100%;min-height:100vh}
