@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap);:root{--gray-50:#f8fafc;--gray-200:#e2e8f0;--gray-500:#64748b;--gray-900:#0f172a;--radius-lg:16px;--shadow-lg:0 18px 45px #0f172a14;--bg-primary:#f5f7fb;--bg-surface:#fff;--text-primary:#1e293b;--text-muted:#64748b;--border-color:#e2e8f0}:root.dark{--bg-primary:#0f172a;--bg-surface:#1e293b;--text-primary:#e2e8f0;--text-muted:#94a3b8;--border-color:#334155}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden}body{-webkit-tap-highlight-color:transparent;background-color:#f5f7fb;background-color:var(--bg-primary);color:#1e293b;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;max-width:100vw;padding:0;transition:background-color .3s ease,color .3s ease;width:100%}#root{min-height:100vh;position:relative;width:100%}@supports (-webkit-touch-callout:none){#root,body{min-height:-webkit-fill-available}}@media screen and (max-width:768px){input,select,textarea{font-size:16px!important}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}iframe,img,video{height:auto;max-width:100%}table{table-layout:auto;width:100%}@media (max-width:768px){table{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}:root{--layout-bg-primary:#f5f7fb;--layout-text-primary:#1e293b;--layout-text-muted:#64748b;--layout-sidebar-bg:#0f172a;--layout-sidebar-text:#e2e8f0;--layout-sidebar-text-muted:#94a3b8;--layout-sidebar-hover:#1e293b;--layout-topbar-bg:#0000;--layout-topbar-text:#0f172a;--layout-topbar-text-muted:#64748b;--layout-surface:#fff;--layout-surface-hover:#f1f5f9;--layout-border:#e2e8f0;--layout-shadow:#0f172a1f;--layout-shadow-hover:#0f172a29}:root.dark{--layout-bg-primary:#0f172a;--layout-text-primary:#e2e8f0;--layout-text-muted:#94a3b8;--layout-sidebar-bg:#020617;--layout-sidebar-text:#e2e8f0;--layout-sidebar-text-muted:#94a3b8;--layout-sidebar-hover:#1e293b;--layout-topbar-bg:#0000;--layout-topbar-text:#e2e8f0;--layout-topbar-text-muted:#94a3b8;--layout-surface:#1e293b;--layout-surface-hover:#334155;--layout-border:#334155;--layout-shadow:#0000004d;--layout-shadow-hover:#0006}.ns-app-shell{background:#f5f7fb;background:var(--layout-bg-primary);color:#1e293b;color:var(--layout-text-primary);display:grid;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;grid-template-columns:260px 1fr;grid-template-rows:auto 1fr;min-height:100vh}.ns-app-shell,.ns-sidebar{transition:background-color .3s ease,color .3s ease}.ns-sidebar{background:#0f172a;background:var(--layout-sidebar-bg);color:#e2e8f0;color:var(--layout-sidebar-text);display:flex;flex-direction:column;grid-row:1/span 2;padding:16px 12px}.ns-sidebar-logo{align-items:center;display:flex;margin-bottom:20px}.ns-sidebar-logo-mark{align-items:center;background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border-radius:12px;box-shadow:0 8px 20px #0f172a59;color:#0f172a;display:flex;font-weight:700;height:36px;justify-content:center;margin-right:12px;width:36px}.ns-sidebar-logo-text span{font-weight:600}.ns-sidebar-logo-text small{color:#94a3b8;color:var(--layout-sidebar-text-muted)}.ns-sidebar-nav{display:flex;flex:1 1;flex-direction:column;gap:8px;overflow-y:auto}.ns-sidebar-group{display:flex;flex-direction:column;gap:2px}.ns-sidebar-group-title{color:#94a3b8;color:var(--layout-sidebar-text-muted);font-size:11px;font-weight:600;letter-spacing:.5px;margin-top:2px;padding:6px 12px 2px;text-transform:uppercase}.ns-sidebar-group:first-child .ns-sidebar-group-title{display:none}.ns-sidebar-group-items{display:flex;flex-direction:column;gap:2px}.ns-sidebar-link{align-items:center;border-radius:8px;color:#e2e8f0;color:var(--layout-sidebar-text);display:flex;font-size:14px;padding:8px 12px;text-decoration:none;transition:background .15s ease,color .15s ease,transform .05s ease}.ns-sidebar-link:hover{background:#1e293b;background:var(--layout-sidebar-hover)}.ns-sidebar-link-active{background:linear-gradient(135deg,#2a9d8f,#0ea5e9);box-shadow:0 10px 25px #0f172a66;color:#0f172a;font-weight:600}.ns-topbar{align-items:center;display:flex;grid-column:2/3;justify-content:space-between;padding:18px 28px 12px}.ns-topbar-title{color:#0f172a;color:var(--layout-topbar-text);font-size:22px;margin:0 0 4px;transition:color .3s ease}.ns-topbar-subtitle{color:#64748b;color:var(--layout-topbar-text-muted);font-size:13px;margin:0;transition:color .3s ease}.ns-topbar-left{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.ns-topbar-right{align-items:center;display:flex;gap:16px}.ns-topbar-notifications{align-items:center;background:#fff;background:var(--layout-surface);border-radius:999px;box-shadow:0 4px 10px #0f172a1f;box-shadow:0 4px 10px var(--layout-shadow);color:inherit;cursor:pointer;display:flex;height:32px;justify-content:center;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease;width:32px}.ns-topbar-notifications:hover{box-shadow:0 6px 14px #0f172a29;box-shadow:0 6px 14px var(--layout-shadow-hover);transform:translateY(-2px)}.ns-topbar-notification-badge{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid #fff;border:2px solid var(--layout-surface);border-radius:999px;box-shadow:0 2px 6px #ef444466;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-4px;top:-4px;transition:border-color .3s ease}.ns-topbar-user{align-items:center;display:flex;gap:10px;position:relative}.ns-topbar-user-menu{background:#fff;background:var(--layout-surface);border:1px solid #e2e8f0;border:1px solid var(--layout-border);border-radius:8px;box-shadow:0 4px 12px #0f172a1f;box-shadow:0 4px 12px var(--layout-shadow);min-width:150px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);transition:background-color .3s ease,border-color .3s ease;z-index:1000}.ns-topbar-logout-btn{align-items:center;background:#0000;border:none;color:#64748b;color:var(--layout-text-muted);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.ns-topbar-logout-btn:hover{background-color:#f1f5f9;background-color:var(--layout-surface-hover);color:#ef4444}.ns-topbar-avatar{align-items:center;background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border:2px solid #fff3;border-radius:999px;box-shadow:0 2px 8px #0000001a;color:#fff;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;position:relative;transition:all .2s ease;width:40px}.ns-topbar-avatar:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.05)}.ns-topbar-avatar-edit{transition:all .2s ease}.ns-topbar-avatar:hover .ns-topbar-avatar-edit{background:#0ea5e9;transform:scale(1.1)}.ns-topbar-user-name{color:var(--layout-text);display:block;font-size:14px;font-weight:600;margin-bottom:2px}.ns-topbar-user-role{color:#64748b;color:var(--layout-topbar-text-muted);display:block;font-size:12px;transition:color .3s ease}.ns-topbar-trial-badge{color:#f59e0b;display:block;font-size:11px;font-weight:600;margin-top:2px}.ns-topbar-trial-badge-clickable{align-items:center;background-color:#fef3c7;border:1px solid #fde68a;border-radius:999px;color:#d97706;cursor:pointer;display:inline-flex;font-size:11px;font-weight:600;margin-right:10px;padding:4px 10px;text-decoration:none;transition:all .2s ease;white-space:nowrap}.ns-topbar-trial-badge-clickable:hover{background-color:#fde68a;box-shadow:0 2px 4px #0000001a;color:#b45309;transform:translateY(-1px)}.ns-main{grid-column:2/3;padding:0 28px 24px}.ns-main-inner{background:#0000}@media (max-width:1024px){.ns-app-shell{grid-template-columns:220px 1fr}}@media (max-width:768px){.ns-app-shell{grid-template-columns:1fr;grid-template-rows:auto auto 1fr}.ns-sidebar{flex-direction:row;grid-row:2/3;overflow-x:auto;padding:10px}.ns-sidebar-logo{display:none}.ns-sidebar-nav{flex-direction:row;gap:8px}.ns-sidebar-group{display:flex;flex-direction:row;gap:4px}.ns-sidebar-group-title{display:none}.ns-sidebar-group-items{flex-direction:row}.ns-sidebar-link{white-space:nowrap}.ns-topbar{flex-wrap:wrap;gap:12px;padding:12px 16px}.ns-topbar-left{flex:1 1;min-width:0}.ns-topbar-title{font-size:18px}.ns-topbar-subtitle{font-size:12px}.ns-topbar-right{flex-wrap:wrap;gap:8px}.ns-topbar-user-info{display:none}.ns-topbar-trial-badge-clickable{font-size:10px;padding:3px 8px}.ns-main{padding:0 16px 16px}}@media (max-width:480px){.ns-topbar{align-items:flex-start!important;flex-direction:column!important;gap:8px!important;padding:12px!important}.ns-topbar-left{width:100%!important}.ns-topbar-title{font-size:16px!important}.ns-topbar-subtitle{font-size:11px!important}.ns-topbar-right{gap:8px!important;justify-content:space-between!important;width:100%!important}.ns-topbar-trial-badge-clickable{font-size:9px!important;min-height:28px!important;padding:4px 8px!important}.ns-topbar-notifications{height:36px!important;min-width:36px!important;width:36px!important}.ns-topbar-avatar{font-size:12px!important;height:36px!important;width:36px!important}.ns-topbar-avatar-edit{font-size:10px!important;height:20px!important;width:20px!important}.ns-sidebar{gap:4px!important;padding:8px!important}.ns-sidebar-link{font-size:12px!important;min-height:40px!important;padding:8px 10px!important}.ns-main{padding:0 12px 12px!important}}@media (hover:none) and (pointer:coarse){.ns-sidebar-link{min-height:44px!important;padding:12px 14px!important}.ns-topbar-avatar,.ns-topbar-notifications{min-height:44px!important;min-width:44px!important}.ns-topbar-avatar{height:44px!important;width:44px!important}.ns-topbar-logout-btn{min-height:44px!important;padding:14px 16px!important}}@media (max-width:768px) and (orientation:landscape){.ns-sidebar{padding:6px!important}.ns-sidebar-link{font-size:11px!important;padding:6px 8px!important}.ns-topbar{padding:10px 12px!important}.ns-main{padding:0 12px 12px!important}}@media print{.ns-page-header,.ns-page-header-actions,.ns-sidebar,.ns-sidebar-link,.ns-sidebar-logo,.ns-sidebar-nav,.ns-topbar,.ns-topbar-left,.ns-topbar-notifications,.ns-topbar-right,.ns-topbar-trial-badge,.ns-topbar-user,aside:not(.exam-request-print aside),button:not(.exam-request-print button),header:not(.exam-request-print header),nav:not(.exam-request-print nav){display:none!important;visibility:hidden!important}.exam-request-print{display:block!important;left:0!important;position:absolute!important;right:0!important;top:0!important;visibility:visible!important;width:100%!important}.exam-request-print,body{background:#fff!important;margin:0!important;padding:0!important}body,html{height:auto!important;overflow:visible!important}}:root{--ui-surface:#fff;--ui-surface-hover:#f8fafc;--ui-text-primary:#0f172a;--ui-text-muted:#64748b;--ui-border:#e2e8f0;--ui-border-hover:#cbd5e1;--ui-bg-hover:#e2e8f0;--ui-shadow:#0f172a14;--ui-shadow-hover:#0f172a1f;--ui-shadow-card:#0f172a0d;--ui-badge-success-bg:#10b9811f;--ui-badge-success-text:#047857;--ui-badge-warning-bg:#eab3081f;--ui-badge-warning-text:#a16207;--ui-badge-neutral-bg:#94a3b824;--ui-badge-neutral-text:#475569;--ui-table-hover:#f8fafc}:root.dark{--ui-surface:#1e293b;--ui-surface-hover:#334155;--ui-text-primary:#e2e8f0;--ui-text-muted:#94a3b8;--ui-border:#334155;--ui-border-hover:#475569;--ui-bg-hover:#334155;--ui-shadow:#0000004d;--ui-shadow-hover:#0006;--ui-shadow-card:#0003;--ui-badge-success-bg:#10b98133;--ui-badge-success-text:#34d399;--ui-badge-warning-bg:#eab30833;--ui-badge-warning-text:#fbbf24;--ui-badge-neutral-bg:#94a3b833;--ui-badge-neutral-text:#cbd5e1;--ui-table-hover:#334155}.ns-btn{align-items:center;border:none;border-radius:999px;cursor:pointer;display:inline-flex;font-size:13px;font-weight:500;gap:6px;justify-content:center;padding:8px 16px;transition:background .15s ease,box-shadow .15s ease,transform .05s ease,color .15s ease}.ns-btn-primary{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;box-shadow:0 4px 16px #0ea5e94d,0 2px 8px #2a9d8f33!important;overflow:hidden!important;position:relative!important}.ns-btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000)!important;content:""!important;height:100%!important;left:-100%!important;position:absolute!important;top:0!important;transition:left .5s ease!important;width:100%!important}.ns-btn-primary:hover{box-shadow:0 6px 24px #0ea5e966,0 4px 12px #2a9d8f4d!important;transform:translateY(-2px)!important}.ns-btn-primary:hover:before{left:100%!important}.ns-btn-secondary{background:#fff;background:var(--ui-surface);border:1px solid #e2e8f0;border:1px solid var(--ui-border);border-radius:999px;color:#0f172a;color:var(--ui-text-primary);transition:background-color .3s ease,color .3s ease,border-color .3s ease}.ns-btn-secondary:hover{background:#f8fafc;background:var(--ui-surface-hover)}.ns-btn:disabled{cursor:not-allowed;opacity:.6;pointer-events:none}.ns-btn-primary:disabled{background:linear-gradient(135deg,#94a3b8,#cbd5e1);box-shadow:none}.ns-btn-ghost{background:#0000;color:#64748b;color:var(--ui-text-muted);transition:background-color .3s ease,color .3s ease}.ns-btn-ghost:hover{background:#e2e8f0;background:var(--ui-bg-hover);color:#0f172a;color:var(--ui-text-primary)}.ns-btn-outline{background:#0000;border:1px solid #0ea5e9;color:#0ea5e9;transition:background-color .3s ease}.ns-btn-outline:hover{background:#0ea5e91a}:root.dark .ns-btn-outline:hover{background:#0ea5e926}.ns-card{background:var(--ui-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--ui-border)!important;box-shadow:0 4px 20px #0f172a14,0 0 0 1px #0f172a0d!important;box-shadow:0 4px 20px var(--ui-shadow),0 0 0 1px var(--ui-shadow-card)!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important;position:relative!important;transition:all .3s ease!important;width:100%!important}.ns-card:before{background:linear-gradient(90deg,#2a9d8f,#0ea5e9)!important;content:""!important;height:3px!important;left:0!important;opacity:0!important;position:absolute!important;right:0!important;top:0!important;transition:opacity .3s ease!important}.ns-card:hover{box-shadow:0 8px 32px #0f172a1f,0 0 0 1px #0ea5e91a!important;box-shadow:0 8px 32px var(--ui-shadow-hover),0 0 0 1px #0ea5e91a!important;transform:translateY(-4px)!important}.ns-card:hover:before{opacity:1!important}.ns-card-header{align-items:flex-start;gap:12px;margin-bottom:12px;min-height:0}.ns-card-header>div{flex:1 1;min-width:0;overflow:hidden}.ns-card-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;color:#0f172a;color:var(--ui-text-primary);display:-webkit-box;font-size:14px;font-weight:600;line-height:1.4;margin:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;transition:color .3s ease}.ns-card-subtitle{color:#64748b;color:var(--ui-text-muted);font-size:12px;margin:2px 0 0;transition:color .3s ease}.ns-card-actions{align-items:center;display:flex;gap:8px}.ns-card-body{display:flex;flex:1 1;flex-direction:column;font-size:13px;min-height:0}.ns-badge{align-items:center;border-radius:999px;display:inline-flex;font-size:11px;font-weight:500;padding:2px 8px}.ns-badge-success{background:#10b9811f;background:var(--ui-badge-success-bg);color:#047857;color:var(--ui-badge-success-text)}.ns-badge-success,.ns-badge-warning{transition:background-color .3s ease,color .3s ease}.ns-badge-warning{background:#eab3081f;background:var(--ui-badge-warning-bg);color:#a16207;color:var(--ui-badge-warning-text)}.ns-badge-neutral{background:#94a3b824;background:var(--ui-badge-neutral-bg);color:#475569;color:var(--ui-badge-neutral-text);transition:background-color .3s ease,color .3s ease}.ns-table{border-collapse:collapse;font-size:13px;max-width:100%;table-layout:auto;width:100%}.ns-table td,.ns-table th{word-wrap:break-word;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--ui-border);overflow-wrap:break-word;padding:8px 6px;text-align:left;transition:background-color .3s ease,border-color .3s ease}.ns-table th{color:#64748b;color:var(--ui-text-muted);font-size:12px;font-weight:600;transition:color .3s ease}.ns-table tr:hover td{background:#f8fafc;background:var(--ui-table-hover)}.ns-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}@media (max-width:768px){.ns-table-wrapper{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.ns-table{min-width:600px}.ns-table td,.ns-table th{min-width:100px;white-space:nowrap}}.ns-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ns-modal{animation:slideUp .3s ease;background:#fff;background:var(--ui-surface);border:1px solid #e2e8f0;border:1px solid var(--ui-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;margin:16px;max-height:90vh;max-width:600px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.ns-modal-lg{max-width:800px}.ns-modal-xl{max-width:1100px}.ns-modal-full{border-radius:8px;margin:0;max-height:98vh;max-width:98vw}@media (max-width:768px){.ns-modal,.ns-modal-lg,.ns-modal-xl{margin:16px;max-height:95vh;max-width:calc(100% - 32px)}}@media (max-width:640px){.ns-modal,.ns-modal-lg,.ns-modal-xl{margin:8px;max-height:98vh;max-width:calc(100% - 16px)}.ns-modal-body,.ns-modal-header{padding:1rem}.ns-modal-footer{flex-direction:column-reverse;gap:.75rem;padding:1rem;position:relative;z-index:1}.ns-modal-footer .ns-btn{min-width:0;min-width:auto;width:100%}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ns-modal-header{align-items:center;border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--ui-border);display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem;transition:border-color .3s ease}.ns-modal-header h3{color:#0f172a;color:var(--ui-text-primary);font-size:1.25rem;margin:0;transition:color .3s ease}.ns-modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;color:var(--ui-text-muted);cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;line-height:1;padding:0;transition:color .3s ease;width:32px}.ns-modal-close:hover{background-color:#e2e8f0;background-color:var(--ui-bg-hover);color:#0f172a;color:var(--ui-text-primary)}.ns-modal-toggle{align-items:center;background:none;border:none;border-radius:50%;color:#64748b;color:var(--ui-text-muted);cursor:pointer;display:flex;font-size:1.2rem;height:32px;justify-content:center;line-height:1;margin-right:8px;padding:0;transition:color .3s ease;width:32px}.ns-modal-toggle:hover{background-color:#e2e8f0;background-color:var(--ui-bg-hover);color:#0f172a;color:var(--ui-text-primary)}.ns-modal-body{flex:1 1;min-height:0;overflow-y:auto;padding:1.5rem}.ns-modal-footer{background-color:#f8fafc;background-color:var(--ui-surface-hover);border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);border-top:1px solid #e2e8f0;border-top:1px solid var(--ui-border);display:flex;flex-shrink:0;gap:1rem;justify-content:flex-end;min-height:auto;padding:1.5rem;transition:background-color .3s ease,border-color .3s ease}.ns-modal-footer .ns-btn{font-size:14px;font-weight:500;min-width:120px;padding:10px 20px;white-space:nowrap}.ns-subscription-banner{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#fff;margin-bottom:1.5rem;padding:1rem 1.5rem}.ns-subscription-banner-warning{background:linear-gradient(135deg,#f093fb,#f5576c)}.ns-subscription-banner-expired{background:linear-gradient(135deg,#fa709a,#fee140)}.ns-subscription-banner-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.ns-subscription-banner-content>div{flex:1 1;min-width:200px}.ns-subscription-banner-content strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.ns-subscription-banner-content p{font-size:.9rem;margin:0;opacity:.95}.ns-subscription-banner-content button{white-space:nowrap}@media (max-width:768px){.ns-subscription-banner-content{align-items:stretch;flex-direction:column}.ns-subscription-banner-content button{width:100%}}.ns-payment-modal-content{padding:1rem 0}.ns-payment-plan{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem;text-align:center}.ns-payment-plan h3{color:#333;font-size:1.5rem;margin:0 0 1rem}.ns-payment-price{align-items:baseline;display:flex;gap:.25rem;justify-content:center}.ns-payment-currency{color:#666;font-size:1.2rem}.ns-payment-amount{color:#4caf50;font-size:3rem;font-weight:700}.ns-payment-period{color:#666;font-size:1.2rem}.ns-payment-features{margin-bottom:2rem}.ns-payment-features h4{color:#333;margin:0 0 1rem}.ns-payment-features ul{list-style:none;margin:0;padding:0}.ns-payment-features li{color:#555;padding:.5rem 0}.ns-payment-error{background:#ffebee;border-radius:4px;color:#c62828;margin-bottom:1rem;padding:1rem}.ns-payment-error p{margin:0}.ns-payment-info{background:#f5f5f5;border-radius:4px;color:#666;font-size:.9rem;padding:1rem}.ns-payment-info p{margin:0}.ns-payment-type-selection{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.ns-payment-type-selection h4{color:#333;font-size:1.1rem;margin:0 0 1rem}.ns-payment-options{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.ns-payment-option{align-items:flex-start;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:1rem;transition:all .2s}.ns-payment-option:hover{background:#f9fff9;border-color:#4caf50}.ns-payment-option.selected{background:#f1f8f4;border-color:#4caf50}.ns-payment-option input[type=radio]{cursor:pointer;margin-top:.25rem}.ns-option-content{flex:1 1}.ns-option-content strong{color:#333;display:block;margin-bottom:.25rem}.ns-option-content p{color:#4caf50;font-weight:500;margin:0 0 .25rem}.ns-option-content small{color:#666;font-size:.85rem}.ns-cancellation-modal-content{padding:1rem 0}.ns-cancellation-warning{background:#fff3e0;border-radius:8px;margin-bottom:2rem;padding:1rem;text-align:center}.ns-cancellation-warning h3{color:#f57c00;font-size:1.3rem;margin:0}.ns-cancellation-info{margin-bottom:2rem}.ns-cancellation-info h4{color:#333;margin:0 0 1rem}.ns-cancellation-info ul{list-style:none;margin:0;padding:0}.ns-cancellation-info li{color:#555;padding:.5rem 0}.ns-cancellation-info li strong{color:#4caf50}.ns-cancellation-note{background:#e3f2fd;border-left:4px solid #2196f3;border-radius:4px;padding:1rem}.ns-cancellation-note p{color:#1565c0;font-size:.9rem;margin:0}@media (max-width:768px){.ns-payment-options{grid-template-columns:1fr}.ns-months-grid{grid-template-columns:repeat(2,1fr)!important}}.ns-prepaid-months-selection{border-bottom:1px solid #e0e0e0;margin-bottom:2rem;padding-bottom:2rem}.ns-prepaid-months-selection h4{color:#333;font-size:1.1rem;margin:0 0 1rem}.ns-months-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr)}.ns-month-option{align-items:center;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1rem;position:relative;transition:all .2s}.ns-month-option:hover{background:#f0f9ff;border-color:#0ea5e9;box-shadow:0 4px 12px #0ea5e926;transform:translateY(-2px)}.ns-month-option.selected{background:#e0f2fe;border-color:#0ea5e9;box-shadow:0 4px 12px #0ea5e933}.ns-month-option input[type=radio]{cursor:pointer}.ns-month-content{text-align:center;width:100%}.ns-month-content strong{color:#333;display:block;font-size:1rem;margin-bottom:.25rem}.ns-month-discount{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:2px 8px;text-transform:uppercase}.ns-status-badge{border-radius:12px;box-shadow:0 4px 12px #00000014;margin-bottom:20px;padding:20px;text-align:center;transition:all .3s ease}.ns-status-badge strong{display:block;font-size:1.25rem;font-weight:700;letter-spacing:.5px;margin-bottom:8px;text-transform:uppercase}.ns-status-badge p{font-size:.95rem;margin:0;opacity:.9}.ns-status-badge.ns-status-active{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b9814d;color:#fff}.ns-status-badge.ns-status-active:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.ns-status-badge.ns-status-expired{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 16px #ef44444d;color:#fff}.ns-status-badge.ns-status-expired:hover{box-shadow:0 6px 20px #ef444466;transform:translateY(-2px)}.ns-status-badge.ns-status-trial{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 16px #f59e0b4d;color:#fff}.ns-status-badge.ns-status-cancelled{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 16px #6b72804d;color:#fff}.ns-renewal-button{margin-top:20px;width:100%}.ns-renewal-button button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:1.05rem;font-weight:700;gap:8px;justify-content:center;letter-spacing:1px;overflow:hidden;padding:16px 28px;position:relative;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1);width:100%}.ns-renewal-button button:before{background:#fff6;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .6s cubic-bezier(.4,0,.2,1),height .6s cubic-bezier(.4,0,.2,1);width:0;z-index:0}.ns-renewal-button button:after{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%;z-index:1}.ns-renewal-button button:hover:before{height:400px;width:400px}.ns-renewal-button button:hover:after{left:100%}.ns-renewal-button button:hover{transform:translateY(-3px) scale(1.02)}.ns-renewal-button button:active{transform:translateY(-1px) scale(.98);transition:all .15s ease}.ns-renewal-button button>*{position:relative;z-index:2}.ns-status-active .ns-renewal-button button{background:linear-gradient(135deg,#fff,#f0fdf4 50%,#dcfce7)!important;border:2px solid #fff9!important;box-shadow:0 4px 16px #10b98140,inset 0 0 0 1px #ffffff1a,0 2px 8px #05966926!important;color:#047857!important}.ns-status-active .ns-renewal-button button:hover{background:linear-gradient(135deg,#fff,#dcfce7 50%,#bbf7d0)!important;border-color:#ffffffe6!important;box-shadow:0 8px 24px #10b98159,inset 0 0 0 1px #fff3,0 4px 12px #05966940,0 0 20px #10b98133!important;color:#065f46!important}.ns-status-active .ns-renewal-button button:active{box-shadow:0 2px 8px #10b9814d,inset 0 0 0 1px #ffffff1a!important}.ns-status-active .ns-renewal-button button:focus{box-shadow:0 4px 16px #10b98140,0 0 0 3px #10b98133,inset 0 0 0 1px #ffffff1a,0 2px 8px #05966926!important;outline:none}.ns-status-expired .ns-renewal-button button{background:linear-gradient(135deg,#fff,#fef2f2);border:2px solid #ffffff80;color:#dc2626}.ns-status-expired .ns-renewal-button button:hover{background:linear-gradient(135deg,#fff,#fee2e2);border-color:#fffc;color:#b91c1c}.ns-subscription-details{border-top:1px solid #fff3;margin-top:24px;padding-top:24px}.ns-detail-row{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;font-size:.95rem;justify-content:space-between;padding:12px 0}.ns-detail-row:last-child{border-bottom:none}.ns-detail-row span{color:#fffc}.ns-detail-row strong{color:#fff;font-weight:600}.ns-subscription-plan{position:relative;transition:all .3s ease}.ns-subscription-plan:hover{transform:translateY(-4px)}.ns-plan-actions{margin-top:20px}.ns-plan-actions button{transition:all .3s ease}.ns-plan-actions button:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.ns-popular-badge{background:linear-gradient(135deg,#f59e0b,#d97706);border-radius:20px;box-shadow:0 2px 8px #f59e0b66;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.5px;padding:6px 16px;position:absolute;right:20px;text-transform:uppercase;top:-12px;z-index:1}@media (max-width:768px){.ns-status-badge{padding:16px}.ns-status-badge strong{font-size:1.1rem}.ns-renewal-button button{font-size:.95rem;letter-spacing:.8px;padding:14px 24px}.ns-status-active .ns-renewal-button button{box-shadow:0 3px 12px #10b98140,inset 0 0 0 1px #ffffff1a,0 2px 6px #05966926!important}.ns-status-active .ns-renewal-button button:hover{box-shadow:0 6px 18px #10b98159,inset 0 0 0 1px #fff3,0 3px 10px #05966940,0 0 15px #10b98133!important}.ns-detail-row{font-size:.85rem;padding:10px 0}}.ns-consultation-form{display:flex;flex-direction:column;gap:16px}.ns-form-row{grid-template-columns:1fr 1fr}.ns-form-error{background-color:#fee2e2;border:1px solid #fca5a5;border-radius:8px;color:#991b1b;font-size:13px;margin-bottom:8px;padding:12px}.ns-consultation-notifications{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.ns-notification-item{align-items:center;border:1px solid;border-radius:12px;display:flex;gap:12px;padding:12px 16px;transition:transform .2s ease,box-shadow .2s ease}.ns-notification-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.ns-notification-today{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fcd34d;color:#92400e}.ns-notification-tomorrow{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#93c5fd;color:#1e40af}.ns-notification-icon{flex-shrink:0;font-size:24px}.ns-notification-content{display:flex;flex:1 1;flex-direction:column;gap:2px}.ns-notification-content strong{font-size:14px;font-weight:600}.ns-notification-content span{font-size:12px;opacity:.9}.ns-week-calendar-btn{background:#fffc;border:none;border-radius:6px;bottom:6px;cursor:pointer;font-size:12px;opacity:.7;padding:4px 6px;position:absolute;right:6px;transition:all .2s ease}.ns-week-calendar-btn:hover{background:#fff;opacity:1;transform:scale(1.1)}.ns-consultation-detail{display:flex;flex-direction:column;gap:16px}.ns-consultation-detail-field{display:flex;flex-direction:column;gap:4px}.ns-consultation-detail-field strong{color:#475569;font-size:13px;font-weight:600}.ns-consultation-detail-field span{color:#1e293b;font-size:14px}@media (max-width:640px){.ns-form-row{grid-template-columns:1fr}.ns-notification-item{padding:10px 12px}.ns-notification-icon{font-size:20px}}:root{--page-surface:#fff;--page-surface-hover:#f8fafc;--page-text-primary:#0f172a;--page-text-muted:#64748b;--page-border:#e2e8f0;--page-bg-hover:#f1f5f9;--page-shadow:#0f172a14;--page-shadow-hover:#0f172a1f;--page-login-panel-bg:#fffffffa;--page-login-text:#0f172a}:root.dark{--page-surface:#1e293b;--page-surface-hover:#334155;--page-text-primary:#e2e8f0;--page-text-muted:#94a3b8;--page-border:#334155;--page-bg-hover:#334155;--page-shadow:#0000004d;--page-shadow-hover:#0006;--page-login-panel-bg:#1e293bf2;--page-login-text:#e2e8f0}.ns-login{align-items:center!important;animation:gradientShift 15s ease infinite!important;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)!important;background-size:200% 200%!important;display:flex!important;justify-content:center!important;margin:0!important;min-height:100vh!important;padding:20px!important;position:relative!important;width:100%!important}.ns-login:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%)!important;bottom:0!important;content:""!important;left:0!important;pointer-events:none!important;position:absolute!important;right:0!important;top:0!important}.ns-login-panel{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#fffffffa!important;background:var(--page-login-panel-bg)!important;border-radius:24px!important;box-shadow:0 20px 60px #0f172a14,0 0 0 1px #e2e8f0!important;box-shadow:0 20px 60px var(--page-shadow),0 0 0 1px var(--page-border)!important;box-sizing:border-box!important;margin:0 auto!important;max-width:440px!important;padding:48px!important;position:relative!important;transition:background-color .3s ease,box-shadow .3s ease,border-color .3s ease;width:100%!important;z-index:1!important}@media (max-width:768px){.ns-login{align-items:flex-start!important;padding:40px 16px 16px!important}.ns-login-panel{border-radius:20px!important;max-width:100%!important;padding:32px 24px!important}.ns-login-header{margin-bottom:28px!important}.ns-login-logo .mark{font-size:18px!important;height:40px!important;width:40px!important}.ns-login-logo .text{font-size:20px!important}.ns-login-form{gap:16px!important}.ns-form-actions{flex-direction:column!important}.ns-form-actions .ns-btn{width:100%!important}}@media (max-width:480px){.ns-login{padding:32px 12px 12px!important}.ns-login-panel{border-radius:16px!important;padding:24px 20px!important}.ns-login-header{margin-bottom:24px!important}.ns-login-logo{gap:10px!important}.ns-login-logo .mark{font-size:16px!important;height:36px!important;width:36px!important}.ns-login-logo .text{font-size:18px!important}.ns-login-header p{font-size:13px!important}.ns-login-form{gap:14px!important}.ns-field span{font-size:13px!important}.ns-input{font-size:14px!important;padding:10px 14px!important}.ns-login-footer{font-size:11px!important;margin-top:20px!important}}@media (max-height:600px) and (orientation:landscape){.ns-login{align-items:center!important;padding:16px!important}.ns-login-panel{max-width:500px!important;padding:32px 28px!important}.ns-login-header{margin-bottom:20px!important}.ns-login-form{gap:14px!important}}.ns-login-header{margin-bottom:32px;text-align:center}.ns-login-logo{gap:12px;margin-bottom:12px}.ns-login-logo,.ns-login-logo .mark{align-items:center;display:flex;justify-content:center}.ns-login-logo .mark{background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border-radius:12px;box-shadow:0 8px 20px #0f172a59;color:#fff;font-size:20px;font-weight:700;height:48px;width:48px}.ns-login-logo .text{color:#0f172a;color:var(--page-login-text);font-size:24px;font-weight:700;transition:color .3s ease}.ns-login-header p{color:#64748b;color:var(--page-text-muted);font-size:14px;margin:0;transition:color .3s ease}.ns-login-form{display:flex;flex-direction:column;gap:20px}.ns-login-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin:0;padding:12px}:root.dark .ns-login-error{background:#ef444433;border-color:#ef44444d;color:#fca5a5}.ns-login-footer{color:#64748b;color:var(--page-text-muted);font-size:12px;margin-top:24px;text-align:center;transition:color .3s ease}.ns-login-footer a{color:#0ea5e9;text-decoration:none}.ns-login-footer a:hover{text-decoration:underline}.ns-page{box-sizing:border-box!important;max-width:100%!important;overflow-x:hidden!important}.ns-page,.ns-page-dashboard{display:block!important;margin:0!important;padding:0!important;width:100%!important}.ns-page-dashboard{background:#0000!important;min-height:auto!important}.ns-page-dashboard *{box-sizing:border-box!important}.ns-page-dashboard .ns-card{display:block!important;opacity:1!important;visibility:visible!important}.ns-page-dashboard .ns-badge,.ns-page-dashboard .ns-btn{display:inline-flex!important;opacity:1!important;visibility:visible!important}.ns-page-dashboard .ns-badge{align-items:center!important;border-radius:999px!important;font-size:11px!important;font-weight:500!important;padding:2px 8px!important}.ns-page-dashboard .ns-badge-success{background:#10b9811f!important;color:#047857!important}.ns-page-dashboard .ns-badge-warning{background:#eab3081f!important;color:#a16207!important}.ns-page-dashboard .ns-badge-neutral{background:#94a3b824!important;color:#475569!important}.ns-page-header{align-items:flex-start!important;display:flex!important;flex-wrap:wrap!important;gap:20px!important;justify-content:space-between!important;margin-bottom:24px!important;width:100%!important}.ns-page-header h2{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:24px!important}.ns-page-header h2,.ns-page-header p{display:block!important;transition:color .3s ease}.ns-page-header p{color:#64748b!important;color:var(--page-text-muted)!important;font-size:14px!important}.ns-page-header-actions{display:flex!important;flex-wrap:wrap!important;gap:12px!important}.ns-grid{grid-gap:20px!important;display:grid!important;margin-bottom:24px!important;width:100%!important}.ns-grid-2{grid-template-columns:repeat(2,1fr)!important}.ns-grid-3{grid-template-columns:repeat(3,1fr)!important}@media (max-width:1024px){.ns-grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.ns-grid-2,.ns-grid-3{grid-template-columns:1fr!important}.ns-page-header{flex-direction:column!important}.ns-page-header-actions{width:100%!important}.ns-page-header-actions .ns-btn{flex:1 1!important;min-width:0!important}}@media (max-width:480px){.ns-page-header h2{font-size:20px!important}.ns-page-header p{font-size:13px!important}.ns-kpi-value{font-size:28px!important}.ns-grid{gap:16px!important;margin-bottom:20px!important}.ns-table{font-size:12px!important}.ns-table td,.ns-table th{padding:6px 4px!important}}.ns-kpi{align-items:flex-start!important;width:100%!important}.ns-kpi-value{color:#0f172a!important;color:var(--page-text-primary)!important;display:block!important;margin-bottom:8px!important;transition:color .3s ease}.ns-form{gap:20px!important}.ns-field,.ns-form{display:flex!important;flex-direction:column!important;width:100%!important}.ns-field{gap:8px!important}.ns-field span{font-size:14px!important;font-weight:500!important;transition:color .3s ease}.ns-field span,.ns-input{color:#0f172a!important;color:var(--page-text-primary)!important;display:block!important}.ns-input{background:var(--page-surface)!important;border:2px solid #e2e8f0!important;border:2px solid var(--page-border)!important;border-radius:12px!important;box-sizing:border-box!important;font-family:inherit!important;font-size:15px!important;padding:12px 16px!important;width:100%!important}.ns-input:hover{border-color:var(--page-border-hover)!important}.ns-input:focus{border-color:#0ea5e9!important;box-shadow:0 0 0 4px #0ea5e91a,0 4px 12px #0ea5e926!important;transform:translateY(-1px)!important}.ns-input::placeholder{color:#64748b!important;color:var(--page-text-muted)!important}.ns-field select.ns-input,select.ns-input{-webkit-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%2364748b' d='M6 9 1 4h10z'/%3E%3C/svg%3E")!important;background-position:right 12px center!important;background-repeat:no-repeat!important;cursor:pointer!important;padding-right:40px!important}.ns-field select.ns-input:hover,select.ns-input:hover{border-color:var(--page-border-hover)!important}.ns-field select.ns-input:focus,select.ns-input:focus{border-color:#0ea5e9!important;box-shadow:0 0 0 4px #0ea5e91a,0 4px 12px #0ea5e926!important;outline:none!important;transform:translateY(-1px)!important}.ns-form-actions{display:flex!important;gap:12px!important;margin-top:8px!important;width:100%!important}.ns-adherence-list{gap:16px!important;margin:0!important;padding:0!important}.ns-adherence-item,.ns-adherence-list{display:flex!important;flex-direction:column!important;width:100%!important}.ns-adherence-item{background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:8px!important;gap:8px!important;padding:16px!important;transition:all .2s ease!important}.ns-adherence-item:hover{border-color:var(--page-border-hover)!important;box-shadow:0 2px 8px #0000000d!important}:root.dark .ns-adherence-item:hover{box-shadow:0 2px 8px #0003!important}.ns-adherence-info{align-items:flex-start!important;gap:12px!important;width:100%!important}.ns-adherence-name{font-size:15px!important;line-height:1.4!important}.ns-adherence-name,.ns-adherence-percent{color:#0f172a!important;color:var(--page-text-primary)!important;display:block!important;transition:color .3s ease!important}.ns-adherence-percent{flex-shrink:0!important;font-size:16px!important;font-weight:700!important;white-space:nowrap!important}.ns-adherence-bar{background:#e2e8f0!important;background:var(--page-border)!important;height:10px!important;position:relative!important;transition:background-color .3s ease!important;width:100%!important}.ns-adherence-bar,.ns-adherence-bar-fill{border-radius:5px!important;display:block!important}.ns-adherence-bar-fill{min-width:2px!important;transition:width .5s ease!important}.ns-chart-placeholder{align-items:center!important;display:flex!important;justify-content:center!important;min-height:200px!important;padding:40px!important;width:100%!important}.ns-chart-caption{color:#64748b!important;color:var(--page-text-muted)!important;display:block!important;font-size:14px!important;margin:0!important;text-align:center!important;transition:color .3s ease!important}.ns-table-toolbar{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:12px!important;margin-bottom:16px!important;width:100%!important}.ns-table-toolbar .ns-input{flex:1 1!important;max-width:400px!important;min-width:200px!important}.ns-table-wrapper{-webkit-overflow-scrolling:touch!important;display:block!important;overflow-x:auto!important;width:100%!important}.ns-table{border-collapse:collapse!important;display:table!important;font-size:13px!important;max-width:100%!important;table-layout:auto!important}.ns-table td,.ns-table th{word-wrap:break-word!important;border-bottom:1px solid #e2e8f0!important;display:table-cell!important;overflow-wrap:break-word!important;padding:8px 6px!important;text-align:left!important}.ns-table th{color:#64748b!important;font-size:12px!important;font-weight:600!important}.ns-table tr{display:table-row!important}.ns-table tr:hover td{background:#f8fafc!important}.ns-table thead{display:table-header-group!important}.ns-table tbody{display:table-row-group!important}.video-call-container{background:#000;display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.video-call-remote{background:#1a1a1a;flex:1 1;position:relative;width:100%}.video-call-local{background:#1a1a1a;border:2px solid #fff;border-radius:8px;height:150px;overflow:hidden;position:absolute;right:20px;top:20px;width:200px}.video-call-placeholder{flex-direction:column}.video-call-placeholder,.video-call-placeholder-small{align-items:center;color:#fff;display:flex;height:100%;justify-content:center;width:100%}.video-call-placeholder-icon{font-size:64px;margin-bottom:16px}.video-call-controls{background:#00000080;border-radius:32px;bottom:40px;display:flex;gap:16px;left:50%;padding:16px;position:absolute;transform:translateX(-50%)}.video-call-control-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:56px;justify-content:center;transition:background .3s;width:56px}.video-call-control-btn:hover{background:#ffffff4d}.video-call-control-btn.disabled{background:#ff0000b3}.video-call-control-btn.end-call{background:#ef4444;border-radius:30px;box-shadow:0 4px 12px #ef444466;font-size:24px;height:60px;transition:all .2s ease;width:60px}.video-call-control-btn.end-call:hover{background:#dc2626;box-shadow:0 6px 16px #ef444499;transform:scale(1.1)}.video-call-control-btn.end-call:active{transform:scale(.95)}.video-call-status{color:#fff;font-size:14px;left:20px;position:absolute;top:20px}.video-call-error,.video-call-loading{align-items:center;color:#fff;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:center;width:100%}.spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.live-stream-container{background:#000;display:flex;flex-direction:column;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.live-stream-video{background:#1a1a1a;flex:1 1;position:relative;width:100%}.live-stream-info{background:#000000b3;border-radius:8px;color:#fff;left:20px;padding:12px 20px;position:absolute;top:20px}.live-stream-info h2{font-size:20px;margin:0 0 8px}.live-stream-info p{font-size:14px;margin:0;opacity:.8}.live-stream-viewers{background:#f00c;border-radius:20px;color:#fff;font-size:14px;font-weight:700;padding:8px 16px;position:absolute;right:20px;top:20px}.live-stream-controls{background:#00000080;border-radius:32px;bottom:40px;display:flex;gap:16px;left:50%;padding:16px;position:absolute;transform:translateX(-50%)}.live-stream-control-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:56px;justify-content:center;transition:background .3s;width:56px}.live-stream-control-btn:hover{background:#ffffff4d}.live-stream-control-btn.disabled{background:#ff0000b3}.live-stream-control-btn.end-live{background:#f44336}.live-stream-control-btn.end-live:hover{background:#d32f2f}.live-stream-info-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.live-stream-dot{animation:pulse-dot 1.5s ease-in-out infinite;background:#ef4444;border-radius:50%;height:10px;width:10px}.live-stream-info .live-stream-label{background:#ef4444;border-radius:4px;color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;padding:4px 10px}.live-stream-title{font-size:18px;font-weight:600;margin:8px 0}.live-stream-description{font-size:13px;margin:4px 0;opacity:.9}.live-stream-info .live-stream-viewers{background:#0000;font-size:12px;font-weight:400;margin-top:8px;opacity:.8;padding:0;position:static}.live-stream-back-button{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:48px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:48px;z-index:100}.live-stream-back-button:hover{background:#000000e6;transform:scale(1.05)}.live-stream-back-icon{font-size:20px;line-height:1}.live-video-grid{grid-gap:2px;background-color:#000;box-sizing:border-box;display:grid;gap:2px;height:100vh;padding:2px;width:100%}.live-grid-1{grid-template-columns:1fr;grid-template-rows:1fr}.live-grid-2{grid-template-rows:1fr}.live-grid-2,.live-grid-4{grid-template-columns:1fr 1fr}.live-grid-4{grid-template-rows:1fr 1fr}.live-grid-many{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,minmax(200px,1fr))}.live-video-cell{background:#1a1a1a;border-radius:8px;min-height:200px;overflow:hidden;position:relative}.live-video-cell-full{border-radius:0}.live-video-label{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;border-radius:6px;color:#fff;font-size:13px;font-weight:600;left:12px;padding:6px 12px;position:absolute;top:12px;z-index:10}.live-video-player{background:#000;height:100%;left:0;position:absolute;top:0;width:100%}.live-video-player>div,.live-video-player>div>div{background:#0000!important}.live-video-player video,.live-video-player>div,.live-video-player>div>div{height:100%!important;left:0!important;position:absolute!important;top:0!important;width:100%!important}.live-video-player video{object-fit:cover!important}.live-video-player [class*=agora],.live-video-player [id*=agora]{background:#0000!important}.live-video-placeholder{align-items:center;background:#1a1a1a;color:#888;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.live-video-placeholder .spinner{animation:spin 1s linear infinite;border:4px solid #ffffff1a;border-radius:50%;border-top-color:#10b981;height:48px;margin-bottom:16px;width:48px}.live-video-placeholder p{color:#aaa;font-size:16px}.live-video-no-video{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#666;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.live-video-no-video-icon{font-size:48px;margin-bottom:12px;opacity:.5}.live-video-no-video p{color:#888;font-size:14px}@media (max-width:768px){.live-grid-2{grid-template-columns:1fr;grid-template-rows:1fr 1fr}.live-grid-4,.live-grid-many{grid-template-columns:1fr 1fr}.live-video-label{font-size:11px;padding:4px 8px}}.ns-live-stream-page{background:#e5e7eb;background:var(--dash-bg,#e5e7eb);margin:0 auto;max-width:1200px;min-height:calc(100vh - 80px);padding:40px}.ns-live-stream-header{align-items:center;background:#fff;background:var(--dash-card-bg,#fff);border-radius:12px;box-shadow:0 1px 3px #0000001a;box-shadow:var(--dash-shadow,0 1px 3px #0000001a);display:flex;justify-content:space-between;margin-bottom:24px;padding:24px}.ns-live-stream-title{color:#111827;color:var(--dash-text-dark,#111827);font-size:28px;font-weight:700;margin:0}.ns-live-status-badge{border-radius:20px;font-size:14px;font-weight:700;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.ns-live-status-badge.live{animation:pulse 2s infinite;background:#10b981;box-shadow:0 0 10px #10b9814d;color:#fff}.ns-live-status-badge.waiting{background:#f59e0b;color:#fff}.ns-live-stream-error{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:24px;padding:16px}.ns-live-stream-video-container{align-items:center;background:#000;border-radius:12px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--dash-shadow-lg,0 10px 15px #0000001a);display:flex;justify-content:center;margin-bottom:24px;min-height:500px;overflow:hidden;position:relative}.ns-live-stream-video-container.live-host-grid-2{grid-gap:4px;display:grid;gap:4px;grid-template-columns:1fr 1fr}.ns-live-stream-video-container.live-host-grid-4{grid-gap:4px;display:grid;gap:4px;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}.ns-live-stream-video-container.live-host-grid-many{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(3,1fr)}.ns-live-video-cell{background:#1a1a1a;min-height:250px;overflow:hidden;position:relative}.ns-live-video-cell-full{min-height:500px}.ns-live-video-label{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border-radius:6px;color:#fff;font-size:13px;font-weight:600;left:10px;padding:6px 12px;position:absolute;top:10px;z-index:15}.ns-live-video-player{background:#000;height:100%;left:0;position:absolute;top:0;width:100%}.ns-live-video-player>div,.ns-live-video-player>div>div{background:#0000!important}.ns-live-video-player video,.ns-live-video-player>div,.ns-live-video-player>div>div{height:100%!important;left:0!important;position:absolute!important;top:0!important;width:100%!important}.ns-live-video-player video{object-fit:cover!important}.ns-live-video-no-video{align-items:center;background:linear-gradient(135deg,#1a1a1a,#2a2a2a);color:#666;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.ns-live-video-no-video-icon{font-size:48px;margin-bottom:12px;opacity:.5}.ns-live-video-no-video p{color:#888;font-size:14px}.ns-live-stream-video{background:#1a1a1a;height:100%;left:0;min-height:100%;position:absolute;top:0;width:100%}.ns-live-stream-video canvas,.ns-live-stream-video video{height:100%!important;object-fit:cover!important;width:100%!important}.ns-live-stream-video>div{height:100%!important;left:0!important;position:absolute!important;top:0!important;width:100%!important}.ns-live-stream-placeholder{background:#00000080;border-radius:12px;color:#fff;left:50%;padding:24px 32px;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:5}.ns-live-stream-placeholder-icon{font-size:48px;margin-bottom:16px;opacity:.5}.ns-live-stream-placeholder p{font-size:18px;margin:0;opacity:.7}.ns-live-stream-video-status{align-items:center;background:#000000b3;border-radius:20px;color:#fff;display:flex;font-size:14px;font-weight:600;gap:8px;padding:8px 16px;position:absolute;right:20px;top:20px;z-index:10}.ns-live-stream-status-indicator{animation:pulse 2s infinite;background:#10b981;border-radius:50%;height:8px;width:8px}.ns-live-stream-status-indicator.active{background:#10b981;box-shadow:0 0 10px #10b98180}.ns-live-stream-status-feedback{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.ns-live-status-item{align-items:center;background:#fff;background:var(--dash-card-bg,#fff);border:1px solid #e5e7eb;border:1px solid var(--dash-border,#e5e7eb);border-radius:8px;box-shadow:0 1px 3px #0000001a;box-shadow:var(--dash-shadow,0 1px 3px #0000001a);display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px}.ns-live-status-item.success{background:#d1fae5;border-color:#10b981;color:#065f46}.ns-live-status-item.warning{background:#fef3c7;border-color:#f59e0b;color:#92400e}.ns-live-status-item.error{background:#fee2e2;border-color:#ef4444;color:#991b1b}.ns-live-status-icon{font-size:16px}.ns-live-status-text{font-size:14px}.ns-live-stream-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:24px}.ns-live-stream-stat-card{background:#fff;background:var(--dash-card-bg,#fff);border-radius:12px;box-shadow:0 1px 3px #0000001a;box-shadow:var(--dash-shadow,0 1px 3px #0000001a);padding:24px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.ns-live-stream-stat-card:hover{box-shadow:0 10px 15px #0000001a;box-shadow:var(--dash-shadow-lg,0 10px 15px #0000001a);transform:translateY(-2px)}.ns-live-stream-stat-value{color:#3b82f6;font-size:32px;font-weight:700;margin-bottom:8px}.ns-live-stream-stat-value.ns-live-timer{color:#10b981;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,Consolas,monospace;letter-spacing:1px}.ns-live-stream-stat-label{color:#6b7280;color:var(--dash-text-medium,#6b7280);font-size:14px;letter-spacing:.5px;text-transform:uppercase}.ns-live-stream-controls{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:24px}.ns-live-control-btn{align-items:center;background:#fff;background:var(--dash-card-bg,#fff);border:1px solid #e5e7eb;border:1px solid var(--dash-border,#e5e7eb);border-radius:8px;box-shadow:0 1px 3px #0000001a;box-shadow:var(--dash-shadow,0 1px 3px #0000001a);cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .2s ease}.ns-live-control-btn:hover{background:#f1f5f9;background:var(--dash-bg-hover,#f1f5f9);box-shadow:0 4px 6px #0000001a;box-shadow:var(--dash-shadow-lg,0 4px 6px #0000001a);transform:translateY(-1px)}.ns-live-control-btn.muted{background:#fee2e2;border-color:#fecaca;color:#991b1b}.ns-live-control-btn.disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.ns-live-control-icon{font-size:18px}.ns-live-control-text{font-size:14px}.ns-live-stream-end-btn,.ns-live-stream-primary-btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;padding:16px;text-transform:uppercase;transition:all .2s ease;width:100%}.ns-live-stream-primary-btn{background:#3b82f6;box-shadow:0 4px 6px #3b82f64d;color:#fff}.ns-live-stream-primary-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 6px 12px #3b82f666;transform:translateY(-2px)}.ns-live-stream-end-btn{background:#ef4444;box-shadow:0 4px 6px #ef44444d;color:#fff}.ns-live-stream-end-btn:hover:not(:disabled){background:#dc2626;box-shadow:0 6px 12px #ef444466;transform:translateY(-2px)}.ns-live-stream-end-btn:disabled,.ns-live-stream-primary-btn:disabled{background:#d1d5db;box-shadow:none;color:#9ca3af;cursor:not-allowed;transform:none}.ns-live-stream-create-page{align-items:center;background:#e5e7eb;background:var(--dash-bg,#e5e7eb);display:flex;justify-content:center;min-height:calc(100vh - 80px);padding:40px}.ns-live-stream-create-card{background:#fff;background:var(--dash-card-bg,#fff);border-radius:16px;box-shadow:0 10px 15px #0000001a;box-shadow:var(--dash-shadow-lg,0 10px 15px #0000001a);max-width:600px;padding:40px;width:100%}.ns-live-stream-create-title{color:#111827;color:var(--dash-text-dark,#111827);font-size:32px;font-weight:700;margin:0 0 32px;text-align:center}.ns-live-stream-alert{border-radius:8px;font-size:14px;margin-bottom:24px;padding:16px}.ns-live-stream-alert.warning{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.ns-live-stream-alert.error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.ns-live-stream-form-group{margin-bottom:24px}.ns-live-stream-label{color:#111827;color:var(--dash-text-dark,#111827);display:block;font-size:14px;font-weight:600;margin-bottom:8px}.ns-live-stream-input,.ns-live-stream-textarea{background:#fff;background:var(--dash-card-bg,#fff);border:1px solid #e5e7eb;border:1px solid var(--dash-border,#e5e7eb);border-radius:8px;box-sizing:border-box;color:#111827;color:var(--dash-text-dark,#111827);font-family:inherit;font-size:16px;padding:12px 16px;transition:all .2s ease;width:100%}.ns-live-stream-input:focus,.ns-live-stream-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.ns-live-stream-textarea{min-height:100px;resize:vertical}.ns-live-stream-create-btn{background:#10b981;border:none;border-radius:8px;box-shadow:0 4px 6px #10b9814d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;letter-spacing:.5px;padding:16px;text-transform:uppercase;transition:all .2s ease;width:100%}.ns-live-stream-create-btn:hover:not(:disabled){background:#059669;box-shadow:0 6px 12px #10b98166;transform:translateY(-2px)}.ns-live-stream-create-btn:disabled{background:#d1d5db;box-shadow:none;color:#9ca3af;cursor:not-allowed;transform:none}@media (max-width:768px){.ns-live-stream-page{padding:20px}.ns-live-stream-header{align-items:flex-start;flex-direction:column;gap:16px}.ns-live-stream-title{font-size:24px}.ns-live-stream-video-container{min-height:300px}.ns-live-stream-stats{grid-template-columns:1fr}.ns-live-stream-controls{flex-direction:column}.ns-live-control-btn{justify-content:center;width:100%}.ns-live-stream-create-card{padding:24px}.ns-live-stream-create-title{font-size:24px}}.ns-landing{color:#0f172a!important;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;min-height:100vh!important}.ns-landing,.ns-landing-header{background:#fff!important;width:100%!important}.ns-landing-header{border-bottom:1px solid #e2e8f0!important;box-sizing:border-box!important;justify-content:space-between!important;padding:20px 40px!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:100!important}.ns-landing-header,.ns-landing-logo{align-items:center!important;display:flex!important}.ns-landing-logo{gap:12px!important}.ns-landing-logo .mark{align-items:center!important;background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-radius:10px!important;color:#fff!important;display:flex!important;font-size:18px!important;font-weight:700!important;height:40px!important;justify-content:center!important;width:40px!important}.ns-landing-logo .text{color:#0f172a!important;font-size:20px!important;font-weight:700!important}.ns-landing-nav{align-items:center!important;display:flex!important;gap:32px!important}.ns-landing-nav a{color:#64748b!important;font-size:14px!important;font-weight:500!important;text-decoration:none!important;transition:color .2s ease!important}.ns-landing-nav a:hover{color:#0ea5e9!important}.ns-landing-cta{align-items:center!important;display:flex!important;gap:12px!important}.ns-landing-main{margin:0 auto!important;max-width:100%!important;width:100%!important}.ns-landing-hero{background:linear-gradient(135deg,#f8fafc,#fff)!important;box-sizing:border-box!important;padding:80px 40px!important;width:100%!important}.ns-landing-hero-content{grid-gap:60px!important;align-items:center!important;display:grid!important;gap:60px!important;grid-template-columns:1fr 1fr!important;margin:0 auto!important;max-width:1200px!important}.ns-landing-hero-text{display:flex!important;flex-direction:column!important;gap:24px!important}.ns-landing-badge-new{align-items:center!important;background:#0ea5e91a!important;border-radius:20px!important;color:#0ea5e9!important;display:inline-flex!important;font-size:14px!important;font-weight:500!important;gap:8px!important;padding:8px 16px!important;width:-webkit-fit-content!important;width:fit-content!important}.ns-landing-hero-text h1{color:#0f172a!important;font-size:48px!important;font-weight:800!important;line-height:1.2!important;margin:0!important}.ns-hero-gradient{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;-webkit-background-clip:text!important;background-clip:text!important}.ns-hero-description{color:#64748b!important;font-size:18px!important;line-height:1.6!important;margin:0!important}.ns-landing-stats{display:flex!important;gap:32px!important;margin-top:8px!important}.ns-stat-item{display:flex!important;flex-direction:column!important;gap:4px!important}.ns-stat-number{color:#0f172a!important;font-size:32px!important;font-weight:700!important}.ns-stat-label{color:#64748b!important;font-size:14px!important}.ns-landing-hero-actions{gap:16px!important;margin-top:8px!important}.ns-landing-hero-actions,.ns-watch-demo{align-items:center!important;display:flex!important}.ns-watch-demo{color:#0ea5e9!important;font-size:16px!important;font-weight:500!important;gap:8px!important;text-decoration:none!important}.ns-watch-demo:hover{text-decoration:underline!important}.ns-landing-hero-note{color:#64748b!important;font-size:14px!important;margin:8px 0 0!important}.ns-landing-hero-visual{align-items:center!important;display:flex!important;justify-content:center!important}.ns-hero-cards{display:flex!important;flex-direction:column!important;gap:20px!important;width:100%!important}.ns-hero-card{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;padding:24px!important}.ns-hero-card-icon{font-size:32px!important;margin-bottom:12px!important}.ns-hero-card h3{color:#0f172a!important;font-size:18px!important;font-weight:600!important;margin:0 0 8px!important}.ns-hero-card p{color:#64748b!important;font-size:14px!important;line-height:1.5!important;margin:0 0 16px!important}.ns-hero-card-features span{background:#f1f5f9!important;border-radius:12px!important;font-size:12px!important;padding:4px 12px!important}.ns-hero-card-web{border-left:4px solid #0ea5e9!important}.ns-hero-card-app{border-left:4px solid #2a9d8f!important}.ns-landing-social-proof{background:#f8fafc!important;box-sizing:border-box!important;padding:80px 40px!important;width:100%!important}.ns-social-proof-content{margin:0 auto!important;max-width:1200px!important}.ns-limited-availability{margin:0 auto!important;max-width:800px!important;text-align:center!important}.ns-limited-badge{background:linear-gradient(135deg,#f59e0b,#d97706)!important;border-radius:20px!important;color:#fff!important;display:inline-block!important;font-size:14px!important;font-weight:600!important;margin-bottom:16px!important;padding:8px 20px!important}.ns-limited-title{color:#0f172a!important;font-size:36px!important;font-weight:700!important;margin:0 0 16px!important}.ns-limited-description{color:#64748b!important;font-size:16px!important;line-height:1.6!important;margin:0 0 32px!important}.ns-limited-features{grid-gap:24px!important;display:grid!important;gap:24px!important;grid-template-columns:repeat(3,1fr)!important;margin-bottom:32px!important}.ns-limited-feature{background:#fff!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000d!important;display:flex!important;gap:16px!important;padding:20px!important;text-align:left!important}.ns-limited-icon{flex-shrink:0!important;font-size:32px!important}.ns-limited-feature strong{color:#0f172a!important;display:block!important;font-size:16px!important;font-weight:600!important;margin-bottom:4px!important}.ns-limited-feature span{color:#64748b!important;display:block!important;font-size:14px!important}.ns-limited-cta{align-items:center!important;display:flex!important;flex-direction:column!important;gap:12px!important}.ns-limited-note{color:#64748b!important;font-size:14px!important;margin:0!important}.ns-landing-features{background:#fff!important;box-sizing:border-box!important;padding:80px 40px!important;width:100%!important}.ns-features-header{margin:0 auto 60px!important;max-width:800px!important;text-align:center!important}.ns-features-header h2{color:#0f172a!important;font-size:36px!important;font-weight:700!important;margin:0 0 16px!important}.ns-features-header p{color:#64748b!important;font-size:18px!important;margin:0!important}.ns-features-grid{grid-gap:24px!important;display:grid!important;gap:24px!important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;margin:0 auto!important;overflow-x:hidden!important}.ns-feature-card,.ns-features-grid{box-sizing:border-box!important;max-width:100%!important;width:100%!important}.ns-feature-card{word-wrap:break-word!important;background:var(--bg-surface)!important;border:1px solid var(--border-color)!important;border-radius:16px!important;overflow:hidden!important;padding:32px!important;transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease,border-color .3s ease!important}.ns-feature-card:hover{box-shadow:0 8px 24px #0000001a!important;transform:translateY(-4px)!important}:root.dark .ns-feature-card:hover{box-shadow:0 8px 24px #0000004d!important}.ns-feature-icon{font-size:48px!important;margin-bottom:16px!important}.ns-feature-card h3{color:var(--text-primary)!important;font-size:20px!important;font-weight:600!important;margin:0 0 12px!important;transition:color .3s ease!important}.ns-feature-card p{color:var(--text-muted)!important;font-size:14px!important;line-height:1.6!important;margin:0 0 16px!important;transition:color .3s ease!important}.ns-feature-list{display:flex!important;flex-direction:column!important;gap:8px!important;list-style:none!important;margin:0!important;padding:0!important}.ns-feature-list li{color:var(--text-muted)!important;font-size:14px!important;padding-left:20px!important;position:relative!important;transition:color .3s ease!important}.ns-feature-list li:before{color:#10b981!important;content:"✓"!important;font-weight:600!important;left:0!important;position:absolute!important}.ns-landing-benefits{background:var(--bg-primary)!important;box-sizing:border-box!important;padding:80px 40px!important;transition:background-color .3s ease!important;width:100%!important}.ns-benefits-content{grid-gap:60px!important;align-items:center!important;display:grid!important;gap:60px!important;grid-template-columns:1fr 1fr!important;margin:0 auto!important;max-width:1200px!important}.ns-benefits-text h2{color:var(--text-primary)!important;font-size:36px!important;font-weight:700!important;margin:0 0 16px!important;transition:color .3s ease!important}.ns-benefits-subtitle{color:var(--text-muted)!important;font-size:18px!important;margin:0 0 32px!important;transition:color .3s ease!important}.ns-benefits-list{display:flex!important;flex-direction:column!important;gap:24px!important}.ns-benefit-item{display:flex!important;gap:16px!important}.ns-benefit-icon{flex-shrink:0!important;font-size:32px!important}.ns-benefit-item h4{color:#0f172a!important;font-size:18px!important;font-weight:600!important;margin:0 0 8px!important}.ns-benefit-item p{color:#64748b!important;font-size:14px!important;line-height:1.6!important;margin:0!important}.ns-benefits-visual{display:flex!important;justify-content:center!important}.ns-benefits-card{background:#fff!important;border-radius:16px!important;box-shadow:0 4px 20px #00000014!important;padding:32px!important;width:100%!important}.ns-benefits-card-header{color:#64748b!important;font-size:14px!important;font-weight:600!important;letter-spacing:.5px!important;margin-bottom:24px!important;text-transform:uppercase!important}.ns-benefits-metrics{gap:24px!important}.ns-benefits-metrics,.ns-metric{display:flex!important;flex-direction:column!important}.ns-metric{gap:4px!important}.ns-metric-value{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:48px!important;font-weight:700!important}.ns-metric-label{color:#64748b!important;font-size:14px!important}.ns-landing-trial-section{background:#fff!important;box-sizing:border-box!important;padding:80px 40px!important;width:100%!important}.ns-landing-trial-card{background:linear-gradient(135deg,#f8fafc,#fff)!important;border:1px solid #e2e8f0!important;border-radius:24px!important;box-shadow:0 8px 32px #00000014!important;margin:0 auto!important;max-width:800px!important;padding:48px!important;text-align:center!important}.ns-trial-badge{background:linear-gradient(135deg,#f59e0b,#d97706)!important;border-radius:20px!important;color:#fff!important;display:inline-block!important;font-size:14px!important;font-weight:600!important;margin-bottom:24px!important;padding:8px 20px!important}.ns-landing-trial-card h2{color:#0f172a!important;font-size:36px!important;font-weight:700!important;margin:0 0 16px!important}.ns-trial-description{color:#64748b!important;font-size:16px!important;line-height:1.6!important;margin:0 0 32px!important}.ns-landing-trial-features{display:flex!important;flex-direction:column!important;gap:16px!important;list-style:none!important;margin:0 0 32px!important;padding:0!important;text-align:left!important}.ns-landing-trial-features li{align-items:flex-start!important;display:flex!important;gap:16px!important}.ns-landing-trial-features li span:first-child{color:#10b981!important;flex-shrink:0!important;font-size:18px!important;font-weight:600!important}.ns-landing-trial-features li strong{color:#0f172a!important;display:block!important;font-size:16px!important;font-weight:600!important;margin-bottom:4px!important}.ns-landing-trial-features li span:last-child{color:#64748b!important;font-size:14px!important}.ns-landing-trial-cta{margin-bottom:24px!important}.ns-landing-trial-note{color:#64748b!important;font-size:16px!important;margin:0 0 16px!important}.ns-landing-trial-note strong{color:#0f172a!important;font-weight:600!important}.ns-trial-guarantee{background:#10b9811a!important;border-radius:12px!important;color:#047857!important;font-size:14px!important;font-weight:500!important;padding:16px!important}.ns-landing-comparison{background:#f8fafc!important;box-sizing:border-box!important;padding:80px 40px!important;width:100%!important}.ns-landing-comparison h2{color:#0f172a!important;font-size:36px!important;font-weight:700!important;margin:0 0 48px!important;text-align:center!important}.ns-comparison-grid{grid-gap:32px!important;display:grid!important;gap:32px!important;grid-template-columns:repeat(2,1fr)!important;margin:0 auto!important;max-width:1000px!important}.ns-comparison-item{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:16px!important;padding:32px!important}.ns-comparison-item.ns-comparison-old{background:#fef2f2!important;border-color:#fecaca!important}.ns-comparison-icon{font-size:32px!important;margin-bottom:16px!important}.ns-comparison-item h4{color:#0f172a!important;font-size:20px!important;font-weight:600!important;margin:0 0 16px!important}.ns-comparison-item ul{display:flex!important;flex-direction:column!important;gap:12px!important;list-style:none!important;margin:0!important;padding:0!important}.ns-comparison-item li{color:#475569!important;font-size:14px!important}.ns-landing-footer{background:#0f172a!important;box-sizing:border-box!important;color:#e2e8f0!important;padding:60px 40px 24px!important;width:100%!important}.ns-footer-content{grid-gap:60px!important;display:grid!important;gap:60px!important;grid-template-columns:2fr 3fr!important;margin:0 auto 32px!important;max-width:1200px!important}.ns-footer-brand p{color:#94a3b8!important;font-size:14px!important;margin:8px 0 0!important}.ns-footer-links{grid-gap:40px!important;display:grid!important;gap:40px!important;grid-template-columns:repeat(3,1fr)!important}.ns-footer-column h5{color:#e2e8f0!important;font-size:16px!important;font-weight:600!important;margin:0 0 16px!important}.ns-footer-column a{color:#94a3b8!important;display:block!important;font-size:14px!important;margin-bottom:12px!important;text-decoration:none!important;transition:color .2s ease!important}.ns-footer-column a:hover{color:#0ea5e9!important}.ns-footer-bottom{border-top:1px solid #1e293b!important;margin:0 auto!important;max-width:1200px!important;padding-top:24px!important;text-align:center!important}.ns-footer-bottom span{color:#94a3b8!important;font-size:14px!important}@media (max-width:1024px){.ns-benefits-content,.ns-comparison-grid,.ns-footer-content,.ns-landing-hero-content{grid-template-columns:1fr!important}.ns-footer-links{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.ns-landing-header{flex-direction:column!important;gap:16px!important;padding:20px!important}.ns-landing-nav{gap:20px!important}.ns-landing-hero{padding:40px 20px!important}.ns-landing-hero-text h1{font-size:32px!important}.ns-landing-stats{flex-direction:column!important;gap:16px!important}.ns-features-grid,.ns-limited-features{grid-template-columns:1fr!important}.ns-features-grid{box-sizing:border-box!important;margin:0!important;max-width:100%!important;overflow-x:hidden!important;padding:0!important;width:100%!important}.ns-landing-benefits,.ns-landing-comparison,.ns-landing-features,.ns-landing-social-proof,.ns-landing-trial-section{padding:40px 20px!important}.ns-landing-footer{padding:40px 20px 24px!important}.ns-footer-links{grid-template-columns:1fr!important}}@media (max-width:480px){.ns-landing-header{flex-wrap:wrap!important;gap:12px!important;padding:16px 20px!important}.ns-landing-logo .mark{font-size:16px!important;height:32px!important;width:32px!important}.ns-landing-logo .text{font-size:18px!important}.ns-landing-nav{font-size:13px!important;gap:16px!important}.ns-landing-cta{gap:8px!important;width:100%!important}.ns-landing-cta .ns-btn{flex:1 1!important;font-size:12px!important;min-width:0!important;padding:10px 16px!important}.ns-landing-hero{padding:40px 20px!important}.ns-landing-hero-text h1{font-size:28px!important;line-height:1.3!important}.ns-hero-description{font-size:15px!important}.ns-landing-stats{align-items:center!important;flex-direction:column!important;gap:16px!important}.ns-stat-number{font-size:28px!important}.ns-stat-label{font-size:12px!important}.ns-landing-hero-actions{flex-direction:column!important;width:100%!important}.ns-landing-hero-actions .ns-btn,.ns-watch-demo{justify-content:center!important;width:100%!important}.ns-hero-card{padding:20px!important}.ns-hero-card h3{font-size:16px!important}.ns-hero-card p{font-size:13px!important}.ns-limited-title{font-size:24px!important}.ns-limited-description{font-size:14px!important}.ns-features-header h2{font-size:28px!important}.ns-features-header p{font-size:15px!important}.ns-feature-card{word-wrap:break-word!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important;padding:24px!important;width:100%!important}.ns-feature-icon{font-size:40px!important}.ns-feature-card h3{font-size:18px!important}.ns-benefits-text h2{font-size:28px!important}.ns-benefits-subtitle{font-size:15px!important}.ns-landing-trial-card{padding:32px 24px!important}.ns-landing-comparison h2,.ns-landing-trial-card h2{font-size:28px!important}.ns-comparison-item{padding:24px!important}.ns-footer-content{gap:32px!important}}@media (hover:none) and (pointer:coarse){.ns-landing-footer a,.ns-landing-nav a,.ns-watch-demo{align-items:center!important;display:inline-flex!important;min-height:44px!important;padding:8px 12px!important}.ns-feature-card{word-wrap:break-word!important;box-sizing:border-box!important;max-width:100%!important;overflow:hidden!important;width:100%!important}.ns-comparison-item,.ns-feature-card{min-height:44px!important}}.ns-landing-header-modern{backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;background:#fffc!important;border-bottom:1px solid #e2e8f080!important;box-shadow:0 1px 20px #00000008!important;left:0!important;position:fixed!important;right:0!important;top:0!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;z-index:1000!important}.ns-landing-header-content{justify-content:space-between!important;margin:0 auto!important;max-width:1400px!important;padding:16px 40px!important}.ns-landing-header-content,.ns-landing-logo-modern{align-items:center!important;display:flex!important}.ns-landing-logo-modern{gap:12px!important;text-decoration:none!important}.ns-logo-icon-modern{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:12px!important;box-shadow:0 4px 12px #667eea4d!important;color:#fff!important;display:flex!important;font-size:16px!important;font-weight:700!important;height:42px!important;justify-content:center!important;width:42px!important}.ns-logo-text-modern{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#0f172a,#334155)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:22px!important;font-weight:700!important}.ns-landing-nav-modern{align-items:center!important;display:flex!important;gap:32px!important}.ns-landing-nav-modern a{color:#64748b!important;font-size:15px!important;font-weight:500!important;position:relative!important;text-decoration:none!important;transition:all .2s ease!important}.ns-landing-nav-modern a:after{background:linear-gradient(90deg,#667eea,#764ba2)!important;bottom:-4px!important;content:""!important;height:2px!important;left:0!important;position:absolute!important;transition:width .3s ease!important;width:0!important}.ns-landing-nav-modern a:hover{color:#667eea!important}.ns-landing-nav-modern a:hover:after{width:100%!important}.ns-landing-cta-modern{align-items:center!important;display:flex!important;gap:12px!important}.ns-btn-login-modern{background:#0000!important;border:1px solid #e2e8f0!important;border-radius:10px!important;color:#64748b!important;cursor:pointer!important;font-size:15px!important;font-weight:500!important;padding:10px 24px!important;transition:all .2s ease!important}.ns-btn-login-modern:hover{background:#00000005!important;border-color:#cbd5e1!important;color:#0f172a!important}.ns-btn-signup-modern{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:10px!important;box-shadow:0 4px 12px #667eea4d!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:15px!important;font-weight:600!important;gap:8px!important;padding:10px 24px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ns-btn-signup-modern:hover{box-shadow:0 6px 20px #667eea66!important;transform:translateY(-2px)!important}.ns-landing-main-modern{overflow-x:hidden!important;padding-top:74px!important;width:100%!important}.ns-hero-modern{align-items:center!important;display:flex!important;min-height:calc(100vh - 74px)!important;overflow:hidden!important;padding:80px 40px!important;position:relative!important}.ns-hero-background{bottom:0!important;left:0!important;overflow:hidden!important;position:absolute!important;right:0!important;top:0!important;z-index:0!important}.ns-hero-gradient-1{animation:float 20s ease-in-out infinite!important;background:radial-gradient(circle,#667eea26 0,#0000 70%)!important;height:600px!important;position:absolute!important;right:-200px!important;top:-200px!important;width:600px!important}.ns-hero-gradient-2{animation:float 25s ease-in-out infinite reverse!important;background:radial-gradient(circle,#764ba21f 0,#0000 70%)!important;bottom:-300px!important;height:700px!important;left:-200px!important;position:absolute!important;width:700px!important}.ns-hero-gradient-3{animation:pulse 15s ease-in-out infinite!important;background:radial-gradient(circle,#f093fb14 0,#0000 70%)!important;height:800px!important;left:50%!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:800px!important}.ns-hero-content-modern{grid-gap:80px!important;align-items:center!important;display:grid!important;gap:80px!important;grid-template-columns:1fr 1fr!important;margin:0 auto!important;max-width:1400px!important;position:relative!important;z-index:1!important}.ns-hero-badge-modern{align-items:center!important;animation:slideInDown .6s cubic-bezier(.4,0,.2,1)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffffe6!important;border:1px solid #667eea33!important;border-radius:30px!important;box-shadow:0 4px 12px #667eea1a!important;color:#667eea!important;display:inline-flex!important;font-size:14px!important;font-weight:500!important;gap:8px!important;padding:10px 20px!important;width:-webkit-fit-content!important;width:fit-content!important}.ns-badge-dot{animation:pulse-dot 2s ease-in-out infinite!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:50%!important;height:8px!important;width:8px!important}@keyframes pulse-dot{0%,to{opacity:1!important;transform:scale(1)!important}50%{opacity:.7!important;transform:scale(1.2)!important}}.ns-hero-title-modern{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .2s backwards!important;color:#0f172a!important;font-size:64px!important;font-weight:800!important;line-height:1.1!important;margin:24px 0!important}.ns-hero-title-gradient{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)!important;-webkit-background-clip:text!important;background-clip:text!important;display:inline-block!important}@keyframes slideInUp{0%{opacity:0!important;transform:translateY(30px)!important}to{opacity:1!important;transform:translateY(0)!important}}.ns-hero-subtitle-modern{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .4s backwards!important;color:#64748b!important;font-size:20px!important;line-height:1.7!important;margin:0 0 32px!important}.ns-hero-actions-modern{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .6s backwards!important;display:flex!important;gap:16px!important;margin-bottom:32px!important}.ns-btn-primary-modern{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:12px!important;box-shadow:0 8px 24px #667eea4d!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:16px!important;font-weight:600!important;gap:8px!important;padding:16px 32px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ns-btn-primary-modern:hover{box-shadow:0 12px 32px #667eea66!important;transform:translateY(-3px)!important}.ns-btn-secondary-modern{align-items:center!important;background:#fff!important;border:2px solid #e2e8f0!important;border-radius:12px!important;color:#667eea!important;cursor:pointer!important;display:flex!important;font-size:16px!important;font-weight:600!important;gap:8px!important;padding:16px 32px!important;text-decoration:none!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ns-btn-secondary-modern:hover{background:#667eea0d!important;border-color:#667eea!important;transform:translateY(-2px)!important}.ns-hero-stats-modern{animation:slideInUp .8s cubic-bezier(.4,0,.2,1) .8s backwards!important;gap:32px!important;padding:24px 0!important}.ns-hero-stats-modern,.ns-stat-modern{align-items:center!important;display:flex!important}.ns-stat-modern{gap:12px!important}.ns-stat-icon-modern{font-size:32px!important}.ns-stat-value-modern{color:#0f172a!important;font-size:28px!important;font-weight:700!important;line-height:1!important}.ns-stat-label-modern{color:#64748b!important;font-size:14px!important}.ns-stat-separator{background:linear-gradient(180deg,#0000,#e2e8f0,#0000)!important;height:40px!important;width:1px!important}.ns-hero-trust-modern{align-items:center!important;animation:slideInUp .8s cubic-bezier(.4,0,.2,1) 1s backwards!important;color:#94a3b8!important;display:flex!important;font-size:14px!important;gap:8px!important}.ns-hero-visual-modern{grid-gap:24px!important;animation:slideInRight 1s cubic-bezier(.4,0,.2,1) .4s backwards!important;display:grid!important;gap:24px!important;grid-template-columns:1fr!important}.ns-hero-card-modern{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffffe6!important;border:1px solid #e2e8f0cc!important;border-radius:20px!important;box-shadow:0 8px 32px #0000000f!important;padding:28px!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important}.ns-hero-card-modern:hover{border-color:#667eea4d!important;box-shadow:0 16px 48px #667eea26!important;transform:translateY(-6px) scale(1.02)!important}.ns-hero-card-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:16px!important}.ns-hero-card-icon{font-size:36px!important}.ns-hero-card-badge{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:20px!important;box-shadow:0 4px 12px #667eea4d!important;color:#fff!important;font-size:12px!important;font-weight:600!important;padding:6px 14px!important}.ns-badge-accent{background:linear-gradient(135deg,#f093fb,#f5576c)!important;box-shadow:0 4px 12px #f093fb4d!important}.ns-hero-card-modern h3{color:#0f172a!important;font-size:22px!important;font-weight:700!important;margin:0 0 12px!important}.ns-hero-card-modern p{color:#64748b!important;font-size:15px!important;line-height:1.6!important;margin:0 0 20px!important}.ns-hero-card-features{display:flex!important;flex-wrap:wrap!important;gap:8px!important}.ns-hero-card-features span{background:#667eea14!important;border-radius:8px!important;color:#475569!important;font-size:13px!important;font-weight:500!important;padding:6px 12px!important;transition:all .2s ease!important}.ns-hero-card-features span:hover{background:#667eea26!important;transform:translateY(-2px)!important}.ns-section-header-modern{margin:0 auto 64px!important;max-width:800px!important;text-align:center!important}.ns-section-tag-modern{background:linear-gradient(135deg,#667eea1a,#f093fb1a)!important;border-radius:20px!important;color:#667eea!important;display:inline-block!important;font-size:13px!important;font-weight:600!important;letter-spacing:.5px!important;margin-bottom:16px!important;padding:8px 16px!important;text-transform:uppercase!important}.ns-section-header-modern h2{color:#0f172a!important;font-size:48px!important;font-weight:800!important;line-height:1.2!important;margin:0 0 16px!important}.ns-section-header-modern p{color:#64748b!important;font-size:18px!important;line-height:1.7!important;margin:0!important}.ns-how-it-works-modern{background:linear-gradient(180deg,#fff,#f8fafc)!important;padding:120px 40px!important}.ns-steps-modern{grid-gap:48px!important;display:grid!important;gap:48px!important;margin:0 auto!important;max-width:1000px!important}.ns-step-modern{grid-gap:32px!important;display:grid!important;gap:32px!important;grid-template-columns:100px 1fr!important;position:relative!important}.ns-step-number-modern{flex-direction:column!important}.ns-step-number-modern,.ns-step-number-modern span{align-items:center!important;display:flex!important;position:relative!important}.ns-step-number-modern span{background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:50%!important;box-shadow:0 8px 24px #667eea4d!important;color:#fff!important;font-size:24px!important;font-weight:700!important;height:80px!important;justify-content:center!important;width:80px!important;z-index:1!important}.ns-step-line{background:linear-gradient(180deg,#667eea,#667eea33)!important;height:calc(100% + 48px)!important;left:50%!important;position:absolute!important;top:80px!important;transform:translateX(-50%)!important;width:2px!important}.ns-step-content-modern{background:var(--bg-surface)!important;border:1px solid var(--border-color)!important;border-radius:20px!important;box-shadow:0 4px 16px #0000000a!important;padding:32px!important;transition:all .3s ease!important}:root.dark .ns-step-content-modern{box-shadow:0 4px 16px #0003!important}.ns-step-content-modern:hover{border-color:#667eea4d!important;box-shadow:0 12px 32px #667eea1a!important;transform:translateY(-4px)!important}:root.dark .ns-step-content-modern:hover{box-shadow:0 12px 32px #667eea33!important}.ns-step-icon-modern{align-items:center!important;background:linear-gradient(135deg,#667eea1a,#f093fb1a)!important;border-radius:16px!important;color:#667eea!important;display:flex!important;height:60px!important;justify-content:center!important;margin-bottom:20px!important;width:60px!important}.ns-step-content-modern h3{color:var(--text-primary)!important;font-size:24px!important;font-weight:700!important;margin:0 0 12px!important;transition:color .3s ease!important}.ns-step-content-modern p{color:var(--text-muted)!important;font-size:16px!important;line-height:1.7!important;margin:0!important;transition:color .3s ease!important}.ns-features-modern{background:var(--bg-primary)!important;padding:120px 40px!important;transition:background-color .3s ease!important}.ns-features-grid-modern{grid-gap:32px!important;display:grid!important;gap:32px!important;grid-template-columns:repeat(auto-fit,minmax(340px,1fr))!important;margin:0 auto!important;max-width:1200px!important}.ns-feature-card-modern{background:var(--bg-surface)!important;border:1px solid var(--border-color)!important;border-radius:20px!important;cursor:pointer!important;padding:32px!important;transition:all .4s cubic-bezier(.4,0,.2,1),background-color .3s ease,border-color .3s ease!important}.ns-feature-card-modern:hover{border-color:#0000!important;box-shadow:0 16px 48px #00000014!important;transform:translateY(-8px)!important}:root.dark .ns-feature-card-modern:hover{box-shadow:0 16px 48px #0006!important}.ns-feature-icon-container-modern{height:70px!important;margin-bottom:20px!important;position:relative!important;width:70px!important}.ns-feature-icon-bg-modern{border-radius:18px!important;height:100%!important;opacity:.1!important;position:absolute!important;transition:all .3s ease!important;width:100%!important}.ns-feature-card-modern:hover .ns-feature-icon-bg-modern{opacity:.2!important;transform:scale(1.1) rotate(5deg)!important}.ns-bg-blue{background:linear-gradient(135deg,#667eea,#764ba2)!important}.ns-bg-green{background:linear-gradient(135deg,#10b981,#059669)!important}.ns-bg-orange{background:linear-gradient(135deg,#f59e0b,#d97706)!important}.ns-bg-purple{background:linear-gradient(135deg,#8b5cf6,#7c3aed)!important}.ns-bg-pink{background:linear-gradient(135deg,#ec4899,#db2777)!important}.ns-bg-teal{background:linear-gradient(135deg,#14b8a6,#0d9488)!important}.ns-feature-emoji-modern{align-items:center!important;display:flex!important;font-size:36px!important;height:100%!important;justify-content:center!important;position:relative!important;width:100%!important}.ns-feature-card-modern h3{color:var(--text-primary)!important;font-size:22px!important;font-weight:700!important;margin:0 0 12px!important;transition:color .3s ease!important}.ns-feature-card-modern p{color:var(--text-muted)!important;font-size:15px!important;line-height:1.7!important;margin:0!important;transition:color .3s ease!important}.ns-testimonials-modern{background:linear-gradient(180deg,#f8fafc,#fff)!important;padding:120px 40px!important}.ns-testimonials-grid-modern{grid-gap:32px!important;display:grid!important;gap:32px!important;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))!important;margin:0 auto!important;max-width:1200px!important}.ns-testimonial-card-modern{background:#fff!important;border:1px solid #e2e8f0!important;border-radius:20px!important;box-shadow:0 4px 16px #0000000a!important;padding:32px!important;transition:all .3s ease!important}.ns-testimonial-card-modern:hover{border-color:#667eea4d!important;box-shadow:0 12px 32px #00000014!important;transform:translateY(-6px)!important}.ns-testimonial-stars-modern{font-size:18px!important;margin-bottom:20px!important}.ns-testimonial-text-modern{color:#475569!important;font-size:16px!important;font-style:italic!important;line-height:1.7!important;margin:0 0 24px!important}.ns-testimonial-author-modern{align-items:center!important;border-top:1px solid #e2e8f0!important;display:flex!important;gap:12px!important;padding-top:20px!important}.ns-testimonial-avatar-modern{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:50%!important;box-shadow:0 4px 12px #667eea4d!important;color:#fff!important;display:flex!important;font-size:16px!important;font-weight:700!important;height:48px!important;justify-content:center!important;width:48px!important}.ns-testimonial-name-modern{color:#0f172a!important;font-size:16px!important;font-weight:600!important}.ns-testimonial-role-modern{color:#64748b!important;font-size:14px!important}.ns-pricing-modern{background:#fff!important;padding:120px 40px!important}.ns-pricing-card-modern{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:linear-gradient(135deg,#fffffff2,#f8fafcf2)!important;border:2px solid #667eea33!important;border-radius:28px!important;box-shadow:0 20px 60px #667eea1f!important;margin:0 auto!important;max-width:600px!important;overflow:hidden!important;padding:48px!important;position:relative!important}.ns-pricing-card-modern:before{background:linear-gradient(90deg,#667eea,#764ba2,#f093fb)!important;content:""!important;height:4px!important;left:0!important;position:absolute!important;right:0!important;top:0!important}.ns-pricing-badge-modern{align-items:center!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;border-radius:24px!important;box-shadow:0 4px 12px #f59e0b4d!important;color:#fff!important;display:inline-flex!important;font-size:14px!important;font-weight:600!important;gap:8px!important;margin-bottom:24px!important;padding:10px 20px!important}.ns-pricing-header-modern{margin-bottom:32px!important;text-align:center!important}.ns-pricing-header-modern h3{color:#0f172a!important;font-size:24px!important;font-weight:700!important;margin:0 0 20px!important}.ns-pricing-value-modern{align-items:flex-start!important;display:flex!important;gap:4px!important;justify-content:center!important;margin-bottom:12px!important}.ns-pricing-currency-modern{color:#667eea!important;font-size:28px!important;font-weight:700!important;margin-top:8px!important}.ns-pricing-amount-modern{font-size:72px!important;font-weight:800!important;line-height:1!important}.ns-pricing-amount-modern,.ns-pricing-decimal-modern{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;background-clip:text!important}.ns-pricing-decimal-modern{font-size:36px!important;font-weight:700!important;margin-top:8px!important}.ns-pricing-period-modern{color:#64748b!important;font-size:20px!important;margin-top:24px!important}.ns-pricing-description-modern{color:#64748b!important;font-size:16px!important;text-align:center!important}.ns-pricing-features-modern{display:flex!important;flex-direction:column!important;gap:16px!important;margin:32px 0!important}.ns-pricing-feature-modern{color:#475569!important;font-size:16px!important;gap:12px!important}.ns-btn-pricing-modern,.ns-pricing-feature-modern{align-items:center!important;display:flex!important}.ns-btn-pricing-modern{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:14px!important;box-shadow:0 8px 24px #667eea4d!important;color:#fff!important;cursor:pointer!important;font-size:18px!important;font-weight:600!important;gap:8px!important;justify-content:center!important;margin-top:32px!important;padding:18px 32px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;width:100%!important}.ns-btn-pricing-modern:hover{box-shadow:0 12px 32px #667eea66!important;transform:translateY(-3px)!important}.ns-pricing-guarantee-modern{align-items:center!important;border-top:1px solid #e2e8f0!important;color:#64748b!important;display:flex!important;font-size:14px!important;gap:8px!important;justify-content:center!important;margin-top:24px!important;padding-top:24px!important}.ns-final-cta-modern{background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)!important;overflow:hidden!important;padding:120px 40px!important;position:relative!important}.ns-final-cta-modern:before{animation:rotate 30s linear infinite!important;background:radial-gradient(circle,#ffffff1a 0,#0000 70%)!important;content:""!important;height:200%!important;left:-50%!important;position:absolute!important;top:-50%!important;width:200%!important}@keyframes rotate{0%{transform:rotate(0deg)!important}to{transform:rotate(1turn)!important}}.ns-final-cta-content{color:#fff!important;margin:0 auto!important;max-width:800px!important;position:relative!important;text-align:center!important;z-index:1!important}.ns-final-cta-content h2{font-size:48px!important;font-weight:800!important;line-height:1.2!important;margin:0 0 20px!important;text-shadow:0 2px 20px #0000001a!important}.ns-final-cta-content p{font-size:20px!important;margin:0 0 40px!important;opacity:.95!important}.ns-btn-final-cta-modern{align-items:center!important;background:#fff!important;border:none!important;border-radius:14px!important;box-shadow:0 12px 32px #0003!important;color:#667eea!important;cursor:pointer!important;display:inline-flex!important;font-size:18px!important;font-weight:700!important;gap:8px!important;padding:20px 48px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ns-btn-final-cta-modern:hover{box-shadow:0 16px 48px #0000004d!important;transform:translateY(-4px) scale(1.05)!important}.ns-final-cta-note{font-size:14px!important;margin-top:20px!important;opacity:.9!important}.ns-footer-modern{background:#0f172a!important;color:#e2e8f0!important;padding:80px 40px 32px!important}.ns-footer-content-modern{grid-gap:60px!important;display:grid!important;gap:60px!important;grid-template-columns:1.5fr 2.5fr!important;margin:0 auto 48px!important;max-width:1200px!important}.ns-footer-brand-modern{display:flex!important;flex-direction:column!important;gap:16px!important}.ns-footer-brand-modern p{color:#94a3b8!important;font-size:15px!important;line-height:1.6!important;margin:0!important}.ns-footer-social-modern{display:flex!important;gap:12px!important;margin-top:8px!important}.ns-social-link-modern{align-items:center!important;background:#e2e8f01a!important;border-radius:10px!important;color:#94a3b8!important;display:flex!important;height:40px!important;justify-content:center!important;transition:all .3s ease!important;width:40px!important}.ns-social-link-modern:hover{background:#667eea33!important;color:#667eea!important;transform:translateY(-2px)!important}.ns-footer-links-modern{grid-gap:40px!important;display:grid!important;gap:40px!important;grid-template-columns:repeat(3,1fr)!important}.ns-footer-column-modern h5{color:#fff!important;font-size:16px!important;font-weight:700!important;margin:0 0 20px!important}.ns-footer-column-modern a{color:#94a3b8!important;display:block!important;font-size:15px!important;margin-bottom:12px!important;text-decoration:none!important;transition:all .2s ease!important}.ns-footer-column-modern a:hover{color:#667eea!important;transform:translateX(4px)!important}.ns-footer-bottom-modern{border-top:1px solid #e2e8f01a!important;margin:0 auto!important;max-width:1200px!important;padding-top:32px!important;text-align:center!important}.ns-footer-bottom-modern p{color:#64748b!important;font-size:14px!important;margin:8px 0!important}@media (max-width:1200px){.ns-hero-content-modern{gap:60px!important}.ns-hero-title-modern{font-size:56px!important}}@media (max-width:1024px){.ns-landing-nav-modern{display:none!important}.ns-hero-content-modern{gap:48px!important;grid-template-columns:1fr!important;text-align:center!important}.ns-hero-badge-modern{margin:0 auto!important}.ns-hero-actions-modern{flex-wrap:wrap!important}.ns-hero-actions-modern,.ns-hero-stats-modern,.ns-hero-trust-modern{justify-content:center!important}.ns-hero-title-modern{font-size:48px!important}.ns-section-header-modern h2{font-size:40px!important}.ns-features-grid-modern{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))!important}.ns-footer-content-modern,.ns-testimonials-grid-modern{grid-template-columns:1fr!important}.ns-footer-content-modern{gap:40px!important}.ns-footer-links-modern{grid-template-columns:repeat(2,1fr)!important}}@media (max-width:768px){.ns-landing-header-content{padding:12px 24px!important}.ns-landing-cta-modern{gap:8px!important}.ns-btn-login-modern,.ns-btn-signup-modern{font-size:14px!important;padding:8px 16px!important}.ns-hero-modern{padding:60px 24px!important}.ns-hero-title-modern{font-size:36px!important}.ns-hero-subtitle-modern{font-size:18px!important}.ns-hero-actions-modern{flex-direction:column!important;width:100%!important}.ns-btn-primary-modern,.ns-btn-secondary-modern{justify-content:center!important;width:100%!important}.ns-hero-stats-modern{flex-direction:column!important;gap:24px!important}.ns-stat-separator{display:none!important}.ns-features-modern,.ns-final-cta-modern,.ns-how-it-works-modern,.ns-pricing-modern,.ns-testimonials-modern{padding:80px 24px!important}.ns-section-header-modern h2{font-size:32px!important}.ns-section-header-modern p{font-size:16px!important}.ns-step-modern{gap:24px!important;grid-template-columns:1fr!important}.ns-step-number-modern{flex-direction:row!important;justify-content:flex-start!important}.ns-step-line{display:none!important}.ns-features-grid-modern{gap:24px!important;grid-template-columns:1fr!important}.ns-pricing-card-modern{padding:32px 24px!important}.ns-pricing-amount-modern{font-size:56px!important}.ns-final-cta-content h2{font-size:36px!important}.ns-final-cta-content p{font-size:18px!important}.ns-footer-links-modern{grid-template-columns:1fr!important}}@media (max-width:480px){.ns-hero-title-modern{font-size:28px!important}.ns-hero-subtitle-modern{font-size:16px!important}.ns-btn-primary-modern,.ns-btn-secondary-modern{font-size:15px!important;padding:14px 24px!important}.ns-section-header-modern h2{font-size:28px!important}.ns-pricing-amount-modern{font-size:48px!important}.ns-btn-final-cta-modern{font-size:16px!important;padding:16px 32px!important}.ns-final-cta-content h2{font-size:28px!important}}.ns-chat-layout{grid-gap:24px!important;display:grid!important;gap:24px!important;grid-template-columns:320px 1fr!important;height:calc(100vh - 200px)!important;min-height:600px!important;width:100%!important}.ns-chat-list{-webkit-overflow-scrolling:touch!important;gap:0!important;list-style:none!important;margin:0!important;max-height:calc(100vh - 300px)!important;overflow-y:auto!important;padding:0!important}.ns-chat-list,.ns-chat-list li{display:flex!important;flex-direction:column!important}.ns-chat-list li{border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--page-border)!important;cursor:pointer!important;gap:4px!important;padding:16px!important;transition:all .2s ease!important}.ns-chat-list li:hover{background:#f8fafc!important;background:var(--page-surface-hover)!important}.ns-chat-list li.active{background:linear-gradient(135deg,#2a9d8f1a,#0ea5e91a)!important;border-left:3px solid #0ea5e9!important}:root.dark .ns-chat-list li.active{background:linear-gradient(135deg,#2a9d8f33,#0ea5e933)!important}.ns-chat-list li .name{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:15px!important;font-weight:600!important}.ns-chat-list li .name,.ns-chat-list li .preview{display:block!important;transition:color .3s ease!important}.ns-chat-list li .preview{color:#64748b!important;color:var(--page-text-muted)!important;font-size:13px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.ns-chat-window{flex-direction:column!important;height:100%!important;min-height:500px!important;overflow:hidden!important;padding:0 8px 24px!important;position:relative!important}.ns-chat-messages,.ns-chat-window{box-sizing:border-box!important;display:flex!important}.ns-chat-messages{-webkit-overflow-scrolling:touch!important;background:#f8fafc!important;background:var(--page-surface-hover)!important;border-radius:12px!important;flex:1 1 auto!important;flex-direction:column!important;gap:16px!important;margin-bottom:8px!important;max-height:100%!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;padding:20px!important;scroll-behavior:smooth!important;transition:background-color .3s ease!important}.ns-chat-empty{color:#64748b!important;color:var(--page-text-muted)!important;font-size:14px!important;margin:auto!important;padding:40px 20px!important;text-align:center!important;transition:color .3s ease!important}.ns-chat-message{word-wrap:break-word!important;animation:messageSlideIn .3s ease!important;border-radius:16px!important;display:flex!important;flex-direction:column!important;flex-shrink:0!important;gap:4px!important;max-width:70%!important;padding:12px 16px!important}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ns-chat-message.sent{align-self:flex-end!important;background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-bottom-right-radius:4px!important;color:#fff!important}.ns-chat-message.received{align-self:flex-start!important;background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-bottom-left-radius:4px!important;color:#0f172a!important;color:var(--page-text-primary)!important;transition:background-color .3s ease,color .3s ease,border-color .3s ease!important}.ns-chat-message p{font-size:14px!important;line-height:1.5!important;margin:0!important;word-break:break-word!important}.ns-chat-message.sent p{color:#fff!important}.ns-chat-message.received p{color:#0f172a!important;color:var(--page-text-primary)!important;transition:color .3s ease!important}.ns-chat-message .time{align-self:flex-end!important;font-size:11px!important;margin-top:4px!important;opacity:.7!important}.ns-chat-message.sent .time{color:#fffc!important}.ns-chat-message.received .time{color:#64748b!important;color:var(--page-text-muted)!important;transition:color .3s ease!important}.ns-chat-input{align-items:center!important;background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:12px!important;bottom:16px!important;box-sizing:border-box!important;flex-grow:0!important;flex-shrink:0!important;gap:8px!important;margin:0 8px 16px!important;min-height:60px!important;padding:12px!important;position:-webkit-sticky!important;position:sticky!important;transition:background-color .3s ease,border-color .3s ease!important;width:calc(100% - 16px)!important;z-index:100!important}.ns-chat-input .ns-input{background:#0000!important;border:none!important;flex:1 1!important;margin:0!important;padding:10px 12px!important}.ns-chat-input .ns-input:focus{border:none!important;box-shadow:none!important}.ns-chat-input .ns-btn{flex-shrink:0!important;min-width:auto!important;padding:10px 20px!important}.ns-textarea{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:12px!important;box-sizing:border-box!important;color:#0f172a!important;display:block!important;font-family:inherit!important;font-size:14px!important;min-height:80px!important;padding:12px 16px!important;resize:vertical!important;transition:all .2s ease!important;width:100%!important}.ns-textarea:hover{border-color:#cbd5e1!important}.ns-textarea:focus{border-color:#0ea5e9!important;box-shadow:0 0 0 4px #0ea5e91a,0 4px 12px #0ea5e926!important;outline:none!important;transform:translateY(-1px)!important}.ns-textarea::placeholder{color:#94a3b8!important}:root.dark .ns-textarea{background:#1e293b!important;border:2px solid #334155!important;color:#e2e8f0!important}:root.dark .ns-textarea:hover{border-color:#475569!important}:root.dark .ns-textarea::placeholder{color:#94a3b8!important}@media (max-width:1024px){.ns-chat-layout{gap:20px!important;grid-template-columns:280px 1fr!important}.ns-card .ns-card-actions{flex-wrap:wrap!important;gap:8px!important}.ns-card .ns-card-actions button{font-size:13px!important;padding:8px 12px!important}}@media (max-width:768px){.ns-chat-layout{flex-direction:column!important;grid-template-columns:1fr!important;grid-template-rows:auto 1fr!important;height:auto!important;min-height:calc(100vh - 180px)!important}.ns-chat-list{border-bottom:1px solid #e2e8f0!important;max-height:200px!important;overflow-y:auto!important}.ns-chat-list li{padding:12px!important}.ns-chat-window{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-height:calc(100vh - 400px)!important;min-height:400px!important;padding:0 12px 28px!important}.ns-chat-messages{box-sizing:border-box!important;flex:1 1 auto!important;margin-bottom:8px!important;max-height:calc(100vh - 500px)!important;min-height:0!important;overflow-y:auto!important;padding:16px!important}.ns-chat-message{max-width:85%!important}.ns-chat-input{background:#fff!important;background:var(--page-surface)!important;bottom:16px!important;flex-wrap:wrap!important;gap:8px!important;margin:0 12px 20px!important;padding:10px!important;position:-webkit-sticky!important;position:sticky!important;width:calc(100% - 24px)!important;z-index:100!important}.ns-chat-input>div{align-items:center!important;box-sizing:border-box!important;display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin:0!important;padding:0!important;width:100%!important}.ns-chat-input .ns-input{box-sizing:border-box!important;flex:1 1 auto!important;max-width:calc(100% - 100px)!important;min-width:150px!important}.ns-chat-input .ns-btn{flex-shrink:0!important;min-width:44px!important;padding:8px 12px!important}.ns-card .ns-card-actions{flex-wrap:wrap!important;gap:8px!important}.ns-card .ns-card-actions button{font-size:12px!important;padding:6px 10px!important;white-space:nowrap!important}}@media (max-width:480px){.ns-chat-layout{gap:12px!important;min-height:calc(100vh - 160px)!important}.ns-chat-list{max-height:150px!important}.ns-chat-list li{padding:10px!important}.ns-chat-list li .name{font-size:14px!important}.ns-chat-list li .preview{font-size:12px!important}.ns-chat-window{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-height:calc(100vh - 350px)!important;min-height:350px!important;overflow:visible!important;padding:0 8px 28px!important}.ns-chat-layout .ns-card{padding:16px!important}.ns-chat-layout .ns-card,.ns-chat-layout .ns-card>div{overflow:visible!important}.ns-chat-messages{box-sizing:border-box!important;flex:1 1 auto!important;gap:12px!important;margin-bottom:8px!important;max-height:calc(100vh - 450px)!important;min-height:0!important;overflow-y:auto!important;padding:12px!important}.ns-chat-message{max-width:90%!important;padding:10px 14px!important}.ns-chat-message p{font-size:13px!important}.ns-chat-message .time{font-size:10px!important}.ns-chat-input{background:#fff!important;background:var(--page-surface)!important;border-top:1px solid #e2e8f0!important;border-top:1px solid var(--page-border)!important;bottom:16px!important;margin:0 12px 20px!important;min-height:auto!important;padding:10px!important;position:-webkit-sticky!important;position:sticky!important;width:calc(100% - 24px)!important;z-index:100!important}.ns-chat-input,.ns-chat-input>div{box-sizing:border-box!important;flex-wrap:wrap!important;gap:8px!important}.ns-chat-input>div{align-items:center!important;display:flex!important;margin:0!important;padding:0!important;width:100%!important}.ns-chat-input .ns-input{box-sizing:border-box!important;flex:1 1 auto!important;font-size:14px!important;max-width:calc(100% - 100px)!important;min-width:120px!important;order:2!important;padding:10px 12px!important}.ns-chat-input .ns-btn{box-sizing:border-box!important;flex-shrink:0!important;font-size:13px!important;max-width:calc(50% - 4px)!important;min-height:44px!important;min-width:44px!important;padding:10px 14px!important}.ns-chat-input>div>button:first-of-type,.ns-chat-input>div>button:nth-of-type(2),.ns-chat-input>div>button:nth-of-type(3),.ns-chat-input>div>button:nth-of-type(4){font-size:18px!important;min-height:44px!important;min-width:44px!important;order:1!important;padding:10px!important}.ns-chat-input>div>button:last-of-type{order:3!important}.ns-card .ns-card-actions{flex-direction:column!important;gap:6px!important;width:100%!important}.ns-card .ns-card-actions button{font-size:12px!important;justify-content:center!important;padding:8px 12px!important;width:100%!important}.ns-card .ns-card-header{align-items:flex-start!important;flex-direction:column!important;gap:12px!important}}@media (hover:none) and (pointer:coarse){.ns-chat-list li{min-height:60px!important;padding:16px!important}.ns-chat-input .ns-btn{min-height:44px!important;padding:12px 20px!important}.ns-chat-input .ns-input{min-height:44px!important;padding:12px 14px!important}}.ns-patient-overlay{animation:fadeIn .2s ease-in!important;background-color:#0000004d!important;cursor:pointer!important;left:0!important;z-index:998!important}.ns-patient-overlay,.ns-patient-record-panel{bottom:0!important;position:fixed!important;right:0!important;top:0!important}.ns-patient-record-panel{animation:slideInRight .3s ease-out!important;background:#fff!important;background:var(--page-surface)!important;box-shadow:-4px 0 24px #00000026!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-width:90vw!important;overflow-x:hidden!important;overflow-y:auto!important;padding:16px!important;width:400px!important;z-index:999!important}:root.dark .ns-patient-record-panel{box-shadow:-4px 0 24px #00000080!important}.ns-patient-info-card{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;height:100%!important;max-height:100%!important;max-width:100%!important;width:100%!important}.ns-patient-info-card>div{flex:1 1 auto!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important}.ns-patient-empty,.ns-patient-loading{color:#64748b!important;color:var(--page-text-muted)!important;padding:40px 20px!important;text-align:center!important}.ns-patient-info-section{margin-bottom:24px!important}.ns-patient-info-section h3{border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--page-border)!important;color:#0f172a!important;color:var(--page-text-primary)!important;margin:0 0 12px!important;padding-bottom:8px!important}.ns-patient-info-row{flex-direction:column!important;gap:4px!important;margin-bottom:10px!important}.ns-patient-info-label{color:var(--page-text-muted)!important;font-size:12px!important;font-weight:600!important;letter-spacing:.5px!important;text-transform:uppercase!important}.ns-patient-info-value{color:#0f172a!important;color:var(--page-text-primary)!important;word-break:break-word!important}.ns-info-badge{font-size:12px!important;height:24px!important;min-width:24px!important;padding:0 8px!important}.ns-meal-plan-card{background:#f8fafc!important;background:var(--page-surface-hover)!important;border:1px solid var(--page-border)!important;border-radius:8px!important}.ns-meal-plan-name{color:#0f172a!important;color:var(--page-text-primary)!important;margin-bottom:4px!important}.ns-meal-plan-date{color:var(--page-text-muted)!important}.ns-medical-info-item{display:flex!important;flex-direction:column!important;gap:4px!important}.ns-medical-info-label{color:#64748b!important;color:var(--page-text-muted)!important;font-size:12px!important;font-weight:600!important}.ns-medical-info-value{font-size:13px!important}.ns-medical-info-value,.ns-patient-observations{color:#0f172a!important;color:var(--page-text-primary)!important;word-break:break-word!important}.ns-patient-observations{margin:0!important}@media (max-width:1024px){.ns-patient-record-panel{max-width:85vw!important;width:380px!important}}@media (max-width:768px){.ns-patient-record-panel{left:0!important;max-width:100%!important;padding:12px!important;right:0!important;width:100%!important}.ns-patient-info-section{margin-bottom:20px!important}.ns-patient-info-section h3{font-size:15px!important}}@media (max-width:480px){.ns-patient-record-panel{padding:10px!important}.ns-patient-info-section{margin-bottom:16px!important}.ns-patient-info-section h3{font-size:14px!important}.ns-patient-info-label{font-size:11px!important}.ns-patient-info-value{font-size:13px!important}}.ns-reports-alerts{flex-direction:column!important;margin-bottom:24px!important}.ns-alert,.ns-reports-alerts{display:flex!important;gap:12px!important}.ns-alert{align-items:center!important;animation:slideInDown .3s ease!important;border-radius:12px!important;font-size:14px!important;font-weight:500!important;padding:14px 18px!important}@keyframes slideInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ns-alert-warning{background:#fef3c7!important;border:1px solid #fde68a!important;color:#92400e!important}.ns-alert-danger{background:#fee2e2!important;border:1px solid #fecaca!important;color:#991b1b!important}.ns-alert-icon{flex-shrink:0!important;font-size:20px!important}.ns-alert-message{flex:1 1!important}.ns-chart-loading{font-size:14px!important}.ns-chart-empty,.ns-chart-loading{align-items:center!important;color:#64748b!important;display:flex!important;height:300px!important;justify-content:center!important}.ns-chart-empty{flex-direction:column!important;padding:40px 20px!important;text-align:center!important}.ns-chart-empty p{color:#64748b!important;font-size:14px!important;margin:0 0 8px!important}.ns-chart-empty-hint{color:#94a3b8!important;font-size:12px!important;font-style:italic!important}.ns-report-list{display:flex!important;flex-direction:column!important;gap:12px!important;list-style:none!important;margin:20px 0 0!important;padding:0!important}.ns-report-list li{align-items:center!important;background:#f8fafc!important;border-left:3px solid #e2e8f0!important;border-radius:8px!important;display:flex!important;justify-content:space-between!important;padding:12px 16px!important;transition:all .2s ease!important}.ns-report-list li:hover{background:#f1f5f9!important;transform:translateX(4px)!important}.ns-report-list li span{color:#64748b!important;font-size:14px!important}.ns-report-list li strong{color:#0f172a!important;font-size:16px!important;font-weight:700!important}@media (max-width:768px){.ns-reports-alerts{margin-bottom:20px!important}.ns-alert{font-size:13px!important;padding:12px 16px!important}.ns-chart-empty,.ns-chart-loading{height:250px!important}.ns-report-list{gap:10px!important;margin-top:16px!important}.ns-report-list li{padding:10px 14px!important}.ns-report-list li span{font-size:13px!important}.ns-report-list li strong{font-size:15px!important}}.ns-cta-primary{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-radius:12px!important;box-shadow:0 4px 16px #0ea5e94d!important;color:#fff!important;font-size:16px!important;font-weight:600!important;padding:14px 32px!important;transition:transform .2s ease,box-shadow .2s ease!important}.ns-cta-primary:hover{box-shadow:0 6px 20px #0ea5e966!important;transform:translateY(-2px)!important}.ns-cta-trial{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-radius:12px!important;box-shadow:0 4px 16px #0ea5e94d!important;color:#fff!important;font-size:18px!important;font-weight:600!important;padding:16px 40px!important;transition:transform .2s ease,box-shadow .2s ease!important}.ns-cta-trial:hover{box-shadow:0 6px 20px #0ea5e966!important;transform:translateY(-2px)!important}.ns-signup{align-items:center!important;animation:gradientShift 15s ease infinite!important;background:linear-gradient(135deg,#667eea,#764ba2 50%,#f093fb)!important;background-size:200% 200%!important;box-sizing:border-box!important;display:flex!important;justify-content:center!important;min-height:100vh!important;padding:40px 20px!important;width:100%!important}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.ns-signup-container{margin:0 auto!important;max-width:1400px!important;width:100%!important}.ns-signup-header{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:16px!important;justify-content:space-between!important;margin-bottom:40px!important}.ns-signup-logo-link{text-decoration:none!important}.ns-signup-logo{gap:12px!important}.ns-signup-logo,.ns-signup-logo .mark{align-items:center!important;display:flex!important}.ns-signup-logo .mark{-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;border-radius:12px!important;box-shadow:0 8px 32px #0000001a!important;color:#667eea!important;font-size:20px!important;font-weight:700!important;height:48px!important;justify-content:center!important;width:48px!important}.ns-signup-logo .text{color:#fff!important;font-size:24px!important;font-weight:700!important;text-shadow:0 2px 10px #0003!important}.ns-signup-badge{align-items:center!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#fffffff2!important;border-radius:24px!important;box-shadow:0 8px 32px #00000026!important;color:#667eea!important;display:inline-flex!important;font-size:14px!important;font-weight:600!important;gap:8px!important;padding:10px 20px!important}.ns-signup-badge span{font-size:18px!important}.ns-signup-content{grid-gap:60px!important;align-items:center!important;display:grid!important;gap:60px!important;grid-template-columns:1fr 1fr!important}.ns-signup-left{color:#fff!important}.ns-signup-title{font-size:48px!important;font-weight:800!important;line-height:1.2!important;margin:0 0 20px!important;text-shadow:0 2px 20px #0003!important}.ns-signup-gradient{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;-webkit-background-clip:text!important;background-clip:text!important;display:inline-block!important}.ns-signup-subtitle{font-size:20px!important;line-height:1.6!important;margin:0 0 40px!important;opacity:.95!important;text-shadow:0 1px 10px #0000001a!important}.ns-signup-benefits{display:flex!important;flex-direction:column!important;gap:24px!important}.ns-signup-benefit-item{align-items:flex-start!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;background:#ffffff1a!important;border:1px solid #fff3!important;border-radius:16px!important;display:flex!important;gap:16px!important;padding:20px!important;transition:transform .2s ease,background .2s ease!important}.ns-signup-benefit-item:hover{background:#ffffff26!important;transform:translateX(8px)!important}.ns-signup-benefit-icon{align-items:center!important;background:#fff3!important;border-radius:50%!important;color:#fff!important;display:flex!important;flex-shrink:0!important;font-size:18px!important;font-weight:700!important;height:32px!important;justify-content:center!important;width:32px!important}.ns-signup-benefit-item strong{color:#fff!important;display:block!important;font-size:18px!important;font-weight:600!important;margin-bottom:4px!important}.ns-signup-benefit-item span{color:#ffffffe6!important;display:block!important;font-size:14px!important}.ns-signup-right{display:flex!important;justify-content:center!important}.ns-signup-panel{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#fffffffa!important;border:1px solid #ffffff4d!important;border-radius:24px!important;box-shadow:0 20px 60px #0000004d!important;max-width:500px!important;padding:40px!important;width:100%!important}.ns-signup-panel-header{margin-bottom:32px!important;text-align:center!important}.ns-signup-panel-header h2{color:#0f172a!important;font-size:28px!important;font-weight:700!important;margin:0 0 8px!important}.ns-signup-panel-header p{color:#64748b!important;font-size:14px!important;margin:0!important}.ns-signup-step-indicator{gap:12px!important;margin-bottom:32px!important}.ns-signup-step,.ns-signup-step-active,.ns-signup-step-indicator{align-items:center!important;display:flex!important;justify-content:center!important}.ns-signup-step,.ns-signup-step-active{border-radius:50%!important;font-size:16px!important;font-weight:600!important;height:40px!important;width:40px!important}.ns-signup-step{background:#e2e8f0!important;color:#94a3b8!important}.ns-signup-step-active{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;box-shadow:0 4px 16px #0ea5e94d!important;color:#fff!important}.ns-signup-step-completed{align-items:center!important;background:#10b981!important;border-radius:50%!important;color:#fff!important;display:flex!important;font-size:20px!important;font-weight:700!important;height:40px!important;justify-content:center!important;width:40px!important}.ns-signup-step-line{background:#e2e8f0!important;flex:1 1!important;height:2px!important;max-width:80px!important}.ns-signup-step-line-active{background:linear-gradient(90deg,#2a9d8f,#0ea5e9)!important}.ns-signup-review{background:#f8fafc!important;border-radius:12px!important;margin-bottom:24px!important;padding:20px!important}.ns-signup-review-title{color:#64748b!important;font-size:14px!important;font-weight:600!important;margin:0 0 16px!important}.ns-signup-review-item{align-items:center!important;border-bottom:1px solid #e2e8f0!important;display:flex!important;justify-content:space-between!important;padding:8px 0!important}.ns-signup-review-item:last-child{border-bottom:none!important}.ns-signup-review-item span{color:#64748b!important;font-size:14px!important}.ns-signup-review-item strong{color:#0f172a!important;font-size:14px!important;font-weight:600!important}.ns-signup-form{display:flex!important;flex-direction:column!important;gap:20px!important}.ns-signup-error{background:#fee2e2!important;border:1px solid #fecaca!important;border-radius:8px!important;color:#dc2626!important;font-size:14px!important;margin:0!important;padding:12px 16px!important}.ns-signup-form-actions{display:flex!important;gap:12px!important;margin-top:8px!important}.ns-signup-form-actions .ns-signup-btn-primary{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border:none!important;border-radius:12px!important;box-shadow:0 4px 16px #0ea5e94d!important;color:#fff!important;flex:1 1!important;font-size:16px!important;font-weight:600!important;padding:14px 24px!important;transition:transform .2s ease,box-shadow .2s ease!important}.ns-signup-form-actions .ns-signup-btn-primary:hover:not(:disabled){box-shadow:0 6px 20px #0ea5e966!important;transform:translateY(-2px)!important}.ns-signup-form-actions .ns-signup-btn-primary:disabled{cursor:not-allowed!important;opacity:.6!important}.ns-signup-footer{border-top:1px solid #e2e8f0!important;margin-top:32px!important;padding-top:24px!important;text-align:center!important}.ns-signup-footer p{color:#64748b!important;font-size:14px!important;margin:0 0 8px!important}.ns-signup-footer a{color:#0ea5e9!important;font-weight:500!important;text-decoration:none!important}.ns-signup-footer a:hover{text-decoration:underline!important}.ns-signup-terms{color:#94a3b8!important;font-size:12px!important;line-height:1.5!important}@media (max-width:1024px){.ns-signup-content{gap:40px!important;grid-template-columns:1fr!important}.ns-signup-left{margin:0 auto!important;max-width:600px!important;text-align:center!important}.ns-signup-title{font-size:36px!important}.ns-signup-benefits{margin:0 auto!important;max-width:500px!important}.ns-signup-panel{margin:0 auto!important;max-width:600px!important}}@media (max-width:768px){.ns-signup{min-height:100vh!important;padding:20px 16px!important}.ns-signup-container{max-width:100%!important}.ns-signup-header{align-items:flex-start!important;flex-direction:column!important;gap:12px!important;margin-bottom:32px!important}.ns-signup-badge,.ns-signup-logo{width:100%!important}.ns-signup-badge{justify-content:center!important;text-align:center!important}.ns-signup-content{gap:32px!important}.ns-signup-title{font-size:32px!important;line-height:1.3!important}.ns-signup-subtitle{font-size:16px!important;margin-bottom:32px!important}.ns-signup-benefits{gap:16px!important}.ns-signup-benefit-item{padding:16px!important}.ns-signup-benefit-item strong{font-size:16px!important}.ns-signup-benefit-item span{font-size:13px!important}.ns-signup-panel{border-radius:20px!important;max-width:100%!important;padding:28px 20px!important}.ns-signup-panel-header h2{font-size:24px!important}.ns-signup-step-indicator{margin-bottom:24px!important}.ns-signup-step-line{max-width:60px!important}.ns-signup-form{gap:16px!important}.ns-signup-form-actions{flex-direction:column!important;gap:12px!important}.ns-signup-form-actions .ns-btn,.ns-signup-form-actions .ns-signup-btn-primary{padding:14px 20px!important;width:100%!important}.ns-signup-review{padding:16px!important}.ns-signup-footer{margin-top:24px!important;padding-top:20px!important}}@media (max-width:480px){.ns-signup{padding:16px 12px!important}.ns-signup-header{margin-bottom:24px!important}.ns-signup-logo .mark{font-size:18px!important;height:40px!important;width:40px!important}.ns-signup-logo .text{font-size:20px!important}.ns-signup-badge{font-size:12px!important;padding:8px 16px!important}.ns-signup-title{font-size:28px!important;margin-bottom:16px!important}.ns-signup-subtitle{font-size:15px!important;margin-bottom:24px!important}.ns-signup-benefits{gap:12px!important}.ns-signup-benefit-item{gap:12px!important;padding:14px!important}.ns-signup-benefit-icon{font-size:16px!important;height:28px!important;width:28px!important}.ns-signup-benefit-item strong{font-size:15px!important}.ns-signup-benefit-item span{font-size:12px!important}.ns-signup-panel{border-radius:16px!important;padding:24px 16px!important}.ns-signup-panel-header{margin-bottom:24px!important}.ns-signup-panel-header h2{font-size:22px!important}.ns-signup-panel-header p{font-size:13px!important}.ns-signup-step,.ns-signup-step-active,.ns-signup-step-completed{font-size:14px!important;height:36px!important;width:36px!important}.ns-signup-step-line{max-width:50px!important}.ns-signup-form{gap:14px!important}.ns-field span{font-size:13px!important}.ns-input{font-size:14px!important;padding:10px 14px!important}.ns-signup-review{margin-bottom:20px!important;padding:14px!important}.ns-signup-review-title{font-size:13px!important;margin-bottom:12px!important}.ns-signup-review-item{align-items:flex-start!important;flex-direction:column!important;gap:4px!important;padding:6px 0!important}.ns-signup-error,.ns-signup-review-item span,.ns-signup-review-item strong{font-size:13px!important}.ns-signup-error{padding:10px 12px!important}.ns-signup-form-actions .ns-signup-btn-primary{font-size:15px!important;padding:12px 20px!important}.ns-signup-footer{margin-top:20px!important;padding-top:16px!important}.ns-signup-footer p{font-size:13px!important}.ns-signup-terms{font-size:11px!important;line-height:1.4!important}}@media (max-width:360px){.ns-signup{padding:12px 10px!important}.ns-signup-title{font-size:24px!important}.ns-signup-subtitle{font-size:14px!important}.ns-signup-panel{padding:20px 14px!important}.ns-signup-panel-header h2{font-size:20px!important}.ns-signup-step,.ns-signup-step-active,.ns-signup-step-completed{font-size:12px!important;height:32px!important;width:32px!important}.ns-signup-step-line{max-width:40px!important}}@media (max-height:600px) and (orientation:landscape){.ns-signup{min-height:auto!important;padding:20px!important}.ns-signup-content{gap:24px!important}.ns-signup-title{font-size:28px!important;margin-bottom:12px!important}.ns-signup-subtitle{font-size:14px!important;margin-bottom:20px!important}.ns-signup-benefits{gap:12px!important}.ns-signup-benefit-item{padding:12px!important}.ns-signup-panel{padding:24px!important}}@media (hover:none) and (pointer:coarse){.ns-btn,.ns-signup-btn-primary{min-height:44px!important;padding:12px 24px!important}.ns-input{min-height:44px!important;padding:12px 16px!important}.ns-signup-footer a,.ns-signup-nav a{align-items:center!important;display:inline-flex!important;min-height:44px!important;padding:8px 12px!important}}.ns-calculation-results{flex-direction:column!important}.ns-calculation-results,.ns-result-card{display:flex!important;gap:16px!important;width:100%!important}.ns-result-card{background:#fff!important;border:2px solid #e2e8f0!important;border-radius:12px!important;box-sizing:border-box!important;padding:20px!important;transition:transform .2s ease,box-shadow .2s ease!important}.ns-result-card:hover{box-shadow:0 4px 12px #0000001a!important;transform:translateY(-2px)!important}.ns-result-icon{align-items:center!important;display:flex!important;flex-shrink:0!important;font-size:32px!important;height:48px!important;justify-content:center!important;width:48px!important}.ns-result-content{display:flex!important;flex:1 1!important;flex-direction:column!important;gap:8px!important;min-width:0!important}.ns-result-content h3{font-size:16px!important;font-weight:600!important}.ns-result-content h3,.ns-result-value{color:#0f172a!important;margin:0!important}.ns-result-value{font-size:28px!important;font-weight:700!important;line-height:1.2!important}.ns-result-description{color:#64748b!important;font-size:13px!important;line-height:1.5!important;margin:0!important}.ns-result-bmr{background:linear-gradient(135deg,#fef3c7,#fde68a)!important;border-color:#f59e0b!important}.ns-result-tdee{background:linear-gradient(135deg,#d1fae5,#a7f3d0)!important;border-color:#10b981!important}.ns-result-target{background:linear-gradient(135deg,#e0f2fe,#bae6fd)!important;border-color:#0ea5e9!important}.ns-result-macros{background:linear-gradient(135deg,#ede9fe,#ddd6fe)!important;border-color:#8b5cf6!important}.ns-result-water{background:linear-gradient(135deg,#cffafe,#a5f3fc)!important;border-color:#06b6d4!important}.ns-macros-grid{grid-gap:16px!important;display:grid!important;gap:16px!important;grid-template-columns:repeat(3,1fr)!important;margin-top:12px!important;width:100%!important}.ns-macro-item{background:#ffffffb3!important;border:1px solid #ffffff80!important;border-radius:8px!important;display:flex!important;flex-direction:column!important;gap:4px!important;padding:12px!important;text-align:center!important}.ns-macro-label{color:#64748b!important;font-size:12px!important;font-weight:500!important;letter-spacing:.5px!important;text-transform:uppercase!important}.ns-macro-value{color:#0f172a!important;font-size:20px!important;font-weight:700!important}.ns-saved-indicator{background:#d1fae5!important;border:1px solid #a7f3d0!important;border-radius:8px!important;margin-top:16px!important;padding:12px 16px!important;text-align:center!important}.ns-saved-indicator p{color:#047857!important;font-size:13px!important;font-weight:500!important;margin:0!important}.ns-form-row{grid-gap:16px!important;display:grid!important;gap:16px!important;grid-template-columns:repeat(2,1fr)!important;width:100%!important}@media (max-width:768px){.ns-calculation-results,.ns-result-card{gap:12px!important}.ns-result-card{flex-direction:column!important;padding:16px!important}.ns-result-icon{font-size:28px!important;height:40px!important;width:40px!important}.ns-result-value{font-size:24px!important}.ns-result-content h3{font-size:14px!important}.ns-result-description{font-size:12px!important}.ns-macros-grid{gap:12px!important;grid-template-columns:1fr!important}.ns-macro-item{padding:10px!important}.ns-macro-value{font-size:18px!important}.ns-form-row{gap:12px!important;grid-template-columns:1fr!important}}@media (max-width:480px){.ns-result-card{padding:14px!important}.ns-result-icon{font-size:24px!important;height:36px!important;width:36px!important}.ns-result-value{font-size:22px!important}.ns-result-content h3{font-size:13px!important}.ns-result-description{font-size:11px!important}.ns-macro-item{padding:8px!important}.ns-macro-label{font-size:11px!important}.ns-macro-value{font-size:16px!important}.ns-saved-indicator{padding:10px 12px!important}.ns-saved-indicator p{font-size:12px!important}}.ns-schedule-legend{background:#f8fafc!important;background:var(--page-surface-hover)!important;border-radius:8px!important;display:flex!important;flex-wrap:wrap!important;gap:20px!important;margin-bottom:20px!important;padding:12px 16px!important;transition:background-color .3s ease!important}.ns-legend-item{align-items:center!important;color:#64748b!important;color:var(--page-text-muted)!important;display:flex!important;font-size:13px!important;gap:8px!important;transition:color .3s ease!important}.ns-dot{border-radius:50%!important;display:inline-block!important;flex-shrink:0!important;height:12px!important;width:12px!important}.ns-dot.confirmed{background:#10b981!important}.ns-dot.pending{background:#f59e0b!important}.ns-week-grid{grid-gap:16px!important;display:grid!important;gap:16px!important;grid-template-columns:repeat(5,1fr)!important;width:100%!important}.ns-week-column{display:flex!important;flex-direction:column!important;min-width:0!important}.ns-week-header{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-radius:8px 8px 0 0!important;color:#fff!important;font-size:14px!important;font-weight:600!important;margin-bottom:8px!important;padding:12px!important;text-align:center!important}.ns-week-body{display:flex!important;flex-direction:column!important;gap:8px!important;min-height:200px!important}.ns-week-slot{background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-left-width:4px!important;border-radius:8px!important;cursor:pointer!important;padding:12px!important;position:relative!important;transition:transform .2s ease,box-shadow .2s ease,background-color .3s ease,border-color .3s ease!important}.ns-week-slot:hover{box-shadow:0 4px 12px #0f172a14!important;box-shadow:0 4px 12px var(--page-shadow)!important;transform:translateY(-2px)!important}.ns-week-slot-confirmed{border-left-color:#10b981!important}.ns-week-slot-pending{border-left-color:#f59e0b!important}.ns-week-slot-empty{background:#f8fafc!important;background:var(--page-surface-hover)!important;border-color:#e2e8f0!important;border-color:var(--page-border)!important;border-left-width:1px!important;cursor:default!important;opacity:.6!important;transition:background-color .3s ease,border-color .3s ease!important}.ns-week-slot-empty:hover{box-shadow:none!important;transform:none!important}.ns-week-slot-header{align-items:center!important;display:flex!important;justify-content:space-between!important;margin-bottom:8px!important}.ns-week-time{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:13px!important;font-weight:600!important;transition:color .3s ease!important}.ns-week-status-badge{font-size:14px!important;opacity:.8!important}.ns-week-patient{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:14px!important;font-weight:500!important;margin-bottom:4px!important}.ns-week-patient,.ns-week-type{display:block!important;transition:color .3s ease!important}.ns-week-type{color:#64748b!important;color:var(--page-text-muted)!important;font-size:11px!important;letter-spacing:.5px!important;text-transform:uppercase!important}.ns-week-calendar-btn{align-items:center!important;background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:6px!important;cursor:pointer!important;display:flex!important;font-size:14px!important;justify-content:center!important;opacity:.9!important;padding:4px 8px!important;position:absolute!important;right:8px!important;top:8px!important;transition:all .2s ease!important}.ns-week-calendar-btn:hover{background:#f8fafc!important;background:var(--page-surface-hover)!important;border-color:#0ea5e9!important;opacity:1!important;transform:scale(1.1)!important}@media (max-width:1024px){.ns-week-grid{grid-template-columns:repeat(3,1fr)!important}}@media (max-width:768px){.ns-schedule-legend{gap:12px!important;padding:10px 12px!important}.ns-legend-item{font-size:12px!important}.ns-dot{height:10px!important;width:10px!important}.ns-week-grid{gap:12px!important;grid-template-columns:1fr!important}.ns-week-header{font-size:13px!important}.ns-week-header,.ns-week-slot{padding:10px!important}.ns-week-time{font-size:12px!important}.ns-week-patient{font-size:13px!important}.ns-week-type{font-size:10px!important}.ns-week-calendar-btn{font-size:12px!important;padding:3px 6px!important}}@media (max-width:480px){.ns-schedule-legend{flex-direction:column!important;gap:8px!important}.ns-week-body{min-height:150px!important}.ns-week-slot{padding:8px!important}.ns-week-slot-header{margin-bottom:6px!important}.ns-week-time{font-size:11px!important}.ns-week-patient{font-size:12px!important;margin-bottom:2px!important}.ns-week-type{font-size:9px!important}}.ns-tab-selector{background:#f8fafc!important;border-radius:8px!important;display:flex!important;gap:8px!important;padding:4px!important;width:100%!important}.ns-tab-selector button{background:#0000!important;border:none!important;border-radius:6px!important;color:#64748b!important;cursor:pointer!important;flex:1 1!important;font-size:14px!important;font-weight:500!important;padding:10px 16px!important;transition:all .2s ease!important}.ns-tab-selector button:hover{background:#0ea5e91a!important;color:#0ea5e9!important}.ns-tab-selector button.active{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;box-shadow:0 2px 8px #0ea5e94d!important;color:#fff!important}.ns-assessment-content{margin-top:24px!important;width:100%!important}.ns-instructions{display:flex!important;flex-direction:column!important;gap:12px!important;padding:16px 0!important}.ns-instructions p{color:#64748b!important;font-size:14px!important;line-height:1.6!important;margin:0!important}.ns-instructions p strong{color:#0f172a!important;font-weight:600!important}@media (max-width:768px){.ns-tab-selector{flex-direction:column!important;gap:4px!important}.ns-tab-selector button{padding:12px 16px!important;width:100%!important}.ns-assessment-content{margin-top:16px!important}.ns-instructions{gap:10px!important;padding:12px 0!important}.ns-instructions p{font-size:13px!important}}@media (max-width:480px){.ns-tab-selector button{font-size:13px!important;padding:10px 12px!important}.ns-instructions p{font-size:12px!important}}@media (max-width:768px){.ns-adherence-item{gap:6px!important;padding:12px!important}.ns-adherence-info{align-items:flex-start!important;flex-direction:column!important;gap:8px!important}.ns-adherence-name{font-size:14px!important}.ns-adherence-percent{align-self:flex-end!important;font-size:18px!important}.ns-adherence-bar{height:8px!important}}@media (max-width:480px){.ns-adherence-item{padding:10px!important}.ns-adherence-name{font-size:13px!important}.ns-adherence-percent{font-size:16px!important}.ns-adherence-bar{height:6px!important}}.ns-community-feed{grid-gap:28px!important;display:grid!important;gap:28px!important;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))!important;margin-top:24px!important}.ns-community-post-card{background:#fff!important;background:var(--ui-surface,#fff)!important;border:2px solid #f1f5f9!important;border:2px solid var(--ui-border,#f1f5f9)!important;border-radius:20px!important;box-shadow:0 4px 16px #0000000f!important;box-shadow:0 4px 16px var(--ui-shadow,#0000000f)!important;display:flex!important;flex-direction:column!important;height:-webkit-fit-content!important;height:fit-content!important;overflow:visible!important;position:relative!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}:root.dark .ns-community-post-card{background:var(--ui-surface,#1e293b)!important;border-color:#334155!important;border-color:var(--ui-border,#334155)!important;box-shadow:0 4px 16px var(--ui-shadow,#0000004d)!important}.ns-community-post-card:before{background:linear-gradient(90deg,#667eea,#764ba2,#f093fb)!important;content:""!important;height:4px!important;left:0!important;opacity:0!important;position:absolute!important;right:0!important;top:0!important;transition:opacity .3s ease!important}.ns-community-post-card:hover{border-color:#e0e7ff!important;border-color:var(--ui-border-hover,#e0e7ff)!important;box-shadow:0 12px 32px #667eea26!important;transform:translateY(-4px)!important}:root.dark .ns-community-post-card:hover{border-color:var(--ui-border-hover,#475569)!important}.ns-community-post-card:hover:before{opacity:1!important}.ns-community-post-image-container{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;display:flex!important;height:auto!important;justify-content:center!important;margin:0!important;min-height:200px!important;overflow:visible!important;position:relative!important;width:100%!important}:root.dark .ns-community-post-image-container{background:#334155!important;background:var(--ui-surface-hover,#334155)!important}:root.dark .ns-community-post-image-container:has(img){background:#0000!important}.ns-community-post-card>.ns-community-post-image-container:first-child{border-radius:20px 20px 0 0!important;overflow:visible!important}.ns-community-post-image-container:has(>div video),.ns-community-post-image-container:has(video),.ns-community-post-video-container{aspect-ratio:16/9!important;display:block!important;min-height:200px!important;overflow:visible!important;position:relative!important;width:100%!important}.ns-community-post-card>.ns-community-post-image-container:first-child video{border-radius:20px 20px 0 0!important}.ns-community-post-image-container video,.ns-community-post-image-container>div video{background-color:initial!important;border-radius:0!important;height:auto!important;object-fit:contain!important;opacity:1!important;visibility:visible!important;z-index:10!important}.ns-community-post-image-container video,.ns-community-post-image-container>div,.ns-community-post-image-container>div video{aspect-ratio:16/9!important;display:block!important;max-width:100%!important;min-height:200px!important;overflow:visible!important;position:relative!important;width:100%!important}.ns-community-post-image-container>div>*{max-width:100%!important;overflow:visible!important}.ns-community-post-image{cursor:pointer!important;display:block!important;height:auto!important;object-fit:contain!important;transition:transform .4s ease!important;width:100%!important}.ns-community-post-image:hover{opacity:.95!important;transform:scale(1.02)!important}.ns-community-image-loading{color:#fff!important;font-size:14px!important;font-weight:500!important;left:50%!important;position:absolute!important;text-shadow:0 2px 4px #0000004d!important;top:50%!important;transform:translate(-50%,-50%)!important}:root.dark .ns-community-image-loading{color:#e2e8f0!important;color:var(--ui-text-primary,#e2e8f0)!important;text-shadow:0 2px 4px #00000080!important}@media (max-width:1400px){.ns-community-feed{grid-template-columns:repeat(auto-fill,minmax(450px,1fr))!important}}@media (max-width:1200px){.ns-community-feed{grid-template-columns:repeat(auto-fill,minmax(400px,1fr))!important}}@media (max-width:992px){.ns-community-feed{gap:20px!important;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))!important}.ns-community-post-card{border-radius:12px!important}}@media (max-width:768px){.ns-community-feed{gap:16px!important;grid-template-columns:1fr!important}}@media (max-width:480px){.ns-community-feed{gap:12px!important}.ns-community-post-card{border-radius:8px!important;box-shadow:0 1px 4px #00000014!important}.ns-community-post-card:hover{transform:none!important}}:root.dark .ns-community-post-card{background:#1e293b!important;border:2px solid #334155!important;box-shadow:0 4px 16px #0000004d!important}:root.dark .ns-community-post-card:hover{border-color:#475569!important;box-shadow:0 12px 32px #667eea40!important}.ns-subscription-section{border-top:1px solid #e2e8f0!important;margin-top:48px!important;padding-top:32px!important}.ns-subscription-section h2{align-items:center!important;color:var(--text-primary)!important;display:flex!important;font-size:20px!important;font-weight:600!important;gap:10px!important;margin-bottom:16px!important;transition:color .3s ease!important}.ns-subscription-section h2:before{content:"💳"!important;font-size:24px!important}.ns-subscription-section>p{color:var(--text-muted)!important;font-size:14px!important;line-height:1.6!important;margin-bottom:24px!important;transition:color .3s ease!important}.ns-subscription-card{background:var(--bg-surface)!important;border:1px solid var(--border-color)!important;border-radius:16px!important;box-shadow:0 4px 20px #0000000f,0 0 0 1px #00000005!important;max-width:600px!important;overflow:hidden!important;padding:32px!important;position:relative!important;transition:all .3s cubic-bezier(.4,0,.2,1),background-color .3s ease,border-color .3s ease!important}:root.dark .ns-subscription-card{background:var(--bg-surface)!important;box-shadow:0 4px 20px #0000004d,0 0 0 1px #ffffff0d!important}.ns-subscription-card:before{animation:gradientShift 3s ease infinite!important;background:linear-gradient(90deg,#2a9d8f,#0ea5e9 50%,#667eea)!important;background-size:200% 100%!important;content:""!important;height:4px!important;left:0!important;position:absolute!important;right:0!important;top:0!important}.ns-subscription-card:hover{box-shadow:0 8px 30px #0000001a,0 0 0 1px #0000000a!important;transform:translateY(-2px)!important}:root.dark .ns-subscription-card:hover{box-shadow:0 8px 30px #0006,0 0 0 1px #ffffff14!important}.ns-subscription-info{gap:24px!important}.ns-subscription-info,.ns-subscription-info-item{display:flex!important;flex-direction:column!important}.ns-subscription-info-item{background:#fff9!important;border:1px solid #e2e8f0cc!important;border-radius:12px!important;gap:8px!important;padding:16px!important;transition:all .2s ease!important}.ns-subscription-info-item:hover{background:#ffffffe6!important;border-color:#cbd5e1!important;transform:translateX(4px)!important}.ns-subscription-info-label{color:#64748b!important;display:block!important;font-size:12px!important;font-weight:600!important;letter-spacing:.5px!important;margin-bottom:6px!important;text-transform:uppercase!important}.ns-subscription-info-value{color:#1e293b!important;font-size:16px!important;font-weight:600!important;line-height:1.4!important}.ns-subscription-status-badge{align-items:center!important;background:linear-gradient(135deg,#10b981,#059669)!important;border-radius:20px!important;box-shadow:0 2px 8px #10b9814d!important;color:#fff!important;display:inline-flex!important;font-size:14px!important;font-weight:600!important;gap:8px!important;padding:8px 16px!important}.ns-subscription-status-badge.status-trial{background:linear-gradient(135deg,#f59e0b,#d97706)!important;box-shadow:0 2px 8px #f59e0b4d!important}.ns-subscription-status-badge.status-cancelled{background:linear-gradient(135deg,#ef4444,#dc2626)!important;box-shadow:0 2px 8px #ef44444d!important}.ns-subscription-status-badge.status-expired{background:linear-gradient(135deg,#6b7280,#4b5563)!important;box-shadow:0 2px 8px #6b72804d!important}.ns-subscription-status-badge:before{animation:pulse 2s ease infinite!important;content:"●"!important;font-size:8px!important}.ns-subscription-days-counter{background:linear-gradient(135deg,#f0fdf4,#dcfce7)!important;border:2px solid #86efac!important;border-radius:12px!important;display:flex!important;flex-direction:column!important;gap:12px!important;overflow:hidden!important;padding:20px!important;position:relative!important}.ns-subscription-days-counter:before{content:"⏰"!important;font-size:32px!important;opacity:.2!important;position:absolute!important;right:16px!important;top:16px!important}.ns-subscription-days-counter.warning{background:linear-gradient(135deg,#fffbeb,#fef3c7)!important;border-color:#fcd34d!important}.ns-subscription-days-counter.danger{background:linear-gradient(135deg,#fef2f2,#fee2e2)!important;border-color:#fca5a5!important}.ns-subscription-days-value{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#10b981,#059669)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:36px!important;font-weight:700!important;line-height:1!important}.ns-subscription-days-value.warning{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#f59e0b,#d97706)!important;-webkit-background-clip:text!important;background-clip:text!important}.ns-subscription-days-value.danger{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#ef4444,#dc2626)!important;-webkit-background-clip:text!important;background-clip:text!important}.ns-subscription-days-label{color:#64748b!important;font-size:13px!important;font-weight:500!important}.ns-subscription-days-message{border-radius:8px!important;font-size:13px!important;font-weight:500!important;margin-top:8px!important;padding:10px 14px!important}.ns-subscription-days-message.danger{background:#ef44441a!important;border-left:3px solid #ef4444!important;color:#dc2626!important}.ns-subscription-days-message.warning{background:#f59e0b1a!important;border-left:3px solid #f59e0b!important;color:#d97706!important}.ns-subscription-date{align-items:center!important;color:#1e293b!important;display:flex!important;font-size:15px!important;font-weight:500!important;gap:8px!important}.ns-subscription-date:before{content:"📅"!important;font-size:16px!important;opacity:.7!important}.ns-subscription-plan-badge{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border-radius:12px!important;box-shadow:0 4px 12px #667eea4d!important;color:#fff!important;display:inline-flex!important;font-size:15px!important;font-weight:600!important;gap:8px!important;padding:10px 18px!important}@media (max-width:768px){.ns-subscription-section{margin-top:32px!important;padding-top:24px!important}.ns-subscription-card{border-radius:12px!important;padding:24px!important}.ns-subscription-info{gap:20px!important}.ns-subscription-info-item{padding:14px!important}.ns-subscription-days-value{font-size:32px!important}}@media (max-width:480px){.ns-subscription-section h2{font-size:18px!important}.ns-subscription-section>p{font-size:13px!important;margin-bottom:20px!important}.ns-subscription-card{border-radius:10px!important;padding:20px!important}.ns-subscription-info{gap:16px!important}.ns-subscription-info-item{padding:12px!important}.ns-subscription-info-label{font-size:11px!important}.ns-subscription-info-value{font-size:15px!important}.ns-subscription-days-counter{padding:16px!important}.ns-subscription-days-value{font-size:28px!important}.ns-subscription-plan-badge,.ns-subscription-status-badge{font-size:13px!important;padding:8px 14px!important}}.ns-nutrition-stat-card{background:#f8fafc!important;background:var(--page-surface-hover)!important;border-radius:8px!important;padding:12px!important;text-align:center!important;transition:background-color .3s ease!important}.ns-nutrition-stat-value{font-size:24px!important;font-weight:600!important;margin-bottom:4px!important}.ns-nutrition-stat-label{font-size:12px!important}.ns-nutrition-stat-label,.ns-nutrition-stat-meta{color:#64748b!important;color:var(--page-text-muted)!important;transition:color .3s ease!important}.ns-nutrition-stat-meta{font-size:11px!important;margin-top:4px!important}.ns-nutrition-progress-bar{background:#e2e8f0!important;background:var(--page-border)!important;border-radius:2px!important;height:3px!important;margin-top:4px!important;overflow:hidden!important;transition:background-color .3s ease!important}.ns-nutrition-progress-fill{height:100%!important;transition:width .3s ease!important}.ns-nutrition-summary-card{border:2px solid!important;border-radius:8px!important;padding:16px!important;text-align:center!important;transition:background-color .3s ease,border-color .3s ease!important}.ns-nutrition-summary-value{font-size:28px!important;font-weight:600!important;margin-bottom:4px!important}.ns-nutrition-summary-label{color:#64748b!important;color:var(--page-text-muted)!important;font-size:12px!important;margin-top:4px!important;transition:color .3s ease!important}.ns-adherence-badge{align-items:center!important;background:#f8fafc!important;background:var(--page-surface-hover)!important;border:2px solid!important;border-radius:8px!important;display:flex!important;gap:8px!important;padding:8px 16px!important;transition:background-color .3s ease,border-color .3s ease!important}.ns-adherence-badge-label{color:#64748b!important;color:var(--page-text-muted)!important;font-size:12px!important;transition:color .3s ease!important}.ns-adherence-badge-value{font-size:18px!important;font-weight:600!important}.ns-plan-info-box{border:1px solid!important;border-radius:8px!important;margin-bottom:16px!important;padding:12px!important;transition:background-color .3s ease,border-color .3s ease!important}.ns-plan-info-title{font-size:13px!important;font-weight:600!important;margin-bottom:8px!important;transition:color .3s ease!important}.ns-plan-info-text{color:#64748b!important;color:var(--page-text-muted)!important;font-size:12px!important;transition:color .3s ease!important}.ns-analysis-box{border:1px solid!important;border-radius:8px!important;margin-top:16px!important;padding:12px!important;transition:background-color .3s ease,border-color .3s ease!important}.ns-analysis-title{font-size:13px!important;font-weight:600!important;margin-bottom:8px!important;transition:color .3s ease!important}.ns-analysis-text{font-size:12px!important;transition:color .3s ease!important}:root.dark .ns-plan-info-box{background:#0ea5e91a!important;border-color:#0ea5e94d!important}:root.dark .ns-plan-info-title{color:#7dd3fc!important}:root.dark .ns-analysis-box{background:#10b9811a!important;border-color:#10b9814d!important}:root.dark .ns-analysis-title{color:#6ee7b7!important}:root.dark .ns-analysis-text{color:#34d399!important}.ns-page .ns-page-header{border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--page-border)!important;margin-bottom:32px!important;padding-bottom:24px!important}.ns-page .ns-page-header h2{-webkit-text-fill-color:#0000!important;background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;-webkit-background-clip:text!important;background-clip:text!important;font-size:28px!important;font-weight:800!important;letter-spacing:-.5px!important;margin-bottom:12px!important}.ns-page .ns-page-header p{color:#64748b!important;color:var(--page-text-muted)!important;font-size:15px!important;line-height:1.6!important}.ns-page .ns-page-header-actions .ns-btn{box-shadow:0 4px 14px #2a9d8f40!important;font-size:14px!important;font-weight:600!important;padding:12px 24px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.ns-page .ns-page-header-actions .ns-btn:hover{box-shadow:0 6px 20px #2a9d8f59!important;transform:translateY(-2px)!important}.ns-page .ns-card{background:#fff!important;background:var(--page-surface)!important;border-radius:24px!important;box-shadow:0 8px 32px #0f172a14,0 0 0 1px #0f172a0d!important;padding:32px!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}:root.dark .ns-page .ns-card{box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0d!important}.ns-page .ns-card:hover{box-shadow:0 12px 40px #0f172a1f,0 0 0 1px #0ea5e91a!important;transform:translateY(-2px)!important}:root.dark .ns-page .ns-card:hover{box-shadow:0 12px 40px #0006,0 0 0 1px #0ea5e933!important}.ns-page .ns-card-title{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:18px!important;font-weight:700!important;margin-bottom:6px!important}.ns-page .ns-card-subtitle{color:#64748b!important;color:var(--page-text-muted)!important;font-size:13px!important;line-height:1.5!important}.ns-page .ns-table-toolbar{background:linear-gradient(135deg,#2a9d8f0d,#0ea5e90d)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:16px!important;margin-bottom:24px!important;padding:20px!important}:root.dark .ns-page .ns-table-toolbar{background:linear-gradient(135deg,#2a9d8f1a,#0ea5e91a)!important}.ns-page .ns-table-toolbar .ns-input{background:#fff!important;background:var(--page-surface)!important;border:2px solid #e2e8f0!important;border:2px solid var(--page-border)!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000a!important;font-size:15px!important;padding:14px 18px!important;transition:all .3s ease!important}.ns-page .ns-table-toolbar .ns-input:focus{border-color:#0ea5e9!important;box-shadow:0 0 0 4px #0ea5e91a,0 4px 16px #0ea5e926!important;transform:translateY(-1px)!important}.ns-page .ns-table-toolbar .ns-input::placeholder{color:#64748b!important;color:var(--page-text-muted)!important;opacity:.7!important}.ns-page .ns-table-wrapper{background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:16px!important;overflow:hidden!important}.ns-page .ns-table{border-radius:0!important;margin:0!important}.ns-page .ns-table thead{background:linear-gradient(135deg,#2a9d8f14,#0ea5e914)!important;position:-webkit-sticky!important;position:sticky!important;top:0!important;z-index:10!important}:root.dark .ns-page .ns-table thead{background:linear-gradient(135deg,#2a9d8f26,#0ea5e926)!important}.ns-page .ns-table th{border-bottom:2px solid #e2e8f0!important;border-bottom:2px solid var(--page-border)!important;font-size:12px!important;font-weight:700!important;letter-spacing:.5px!important;padding:16px 20px!important;text-transform:uppercase!important;white-space:nowrap!important}.ns-page .ns-table td,.ns-page .ns-table th{color:#0f172a!important;color:var(--page-text-primary)!important}.ns-page .ns-table td{border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--page-border)!important;font-size:14px!important;padding:18px 20px!important;transition:all .2s ease!important;vertical-align:middle!important}.ns-page .ns-table tbody tr{cursor:default!important;transition:all .2s ease!important}.ns-page .ns-table tbody tr:hover{background:linear-gradient(90deg,#2a9d8f0d,#0ea5e90d)!important;transform:scale(1.001)!important}:root.dark .ns-page .ns-table tbody tr:hover{background:linear-gradient(90deg,#2a9d8f1a,#0ea5e91a)!important}.ns-page .ns-table tbody tr:hover td{background:#0000!important;border-color:#0ea5e933!important}.ns-page .ns-table tbody tr:last-child td{border-bottom:none!important}.ns-page .ns-badge{align-items:center!important;border-radius:20px!important;box-shadow:0 2px 8px #00000014!important;display:inline-flex!important;font-size:12px!important;font-weight:600!important;gap:6px!important;overflow:hidden!important;padding:6px 14px!important;position:relative!important;transition:all .3s ease!important}.ns-page .ns-badge:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000)!important;content:""!important;height:100%!important;left:-100%!important;position:absolute!important;top:0!important;transition:left .5s ease!important;width:100%!important}.ns-page .ns-badge:hover:before{left:100%!important}.ns-page .ns-badge-success{background:linear-gradient(135deg,#10b98126,#05966926)!important;border:1px solid #10b9814d!important;color:#047857!important}:root.dark .ns-page .ns-badge-success{background:linear-gradient(135deg,#10b98140,#05966940)!important;border-color:#10b98166!important;color:#34d399!important}.ns-page .ns-badge-warning{background:linear-gradient(135deg,#eab30826,#ca8a0426)!important;border:1px solid #eab3084d!important;color:#a16207!important}:root.dark .ns-page .ns-badge-warning{background:linear-gradient(135deg,#eab30840,#ca8a0440)!important;border-color:#eab30866!important;color:#fbbf24!important}.ns-page .ns-badge-neutral{background:linear-gradient(135deg,#94a3b826,#64748b26)!important;border:1px solid #94a3b84d!important;color:#475569!important}:root.dark .ns-page .ns-badge-neutral{background:linear-gradient(135deg,#94a3b840,#64748b40)!important;border-color:#94a3b866!important;color:#cbd5e1!important}.ns-page .ns-table td>div,.ns-page .ns-table-actions{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important}.ns-page .ns-table .ns-btn-secondary{background:#fff!important;background:var(--page-surface)!important;border:1.5px solid #e2e8f0!important;border:1.5px solid var(--page-border)!important;border-radius:10px!important;box-shadow:0 2px 6px #0000000d!important;color:#0f172a!important;color:var(--page-text-primary)!important;font-size:13px!important;font-weight:500!important;padding:8px 16px!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;white-space:nowrap!important}.ns-page .ns-table .ns-btn-secondary:hover{background:linear-gradient(135deg,#2a9d8f1a,#0ea5e91a)!important;border-color:#0ea5e9!important;box-shadow:0 4px 12px #0ea5e933!important;color:#0ea5e9!important;transform:translateY(-1px)!important}:root.dark .ns-page .ns-table .ns-btn-secondary:hover{background:linear-gradient(135deg,#2a9d8f33,#0ea5e933)!important}.ns-page .ns-table .ns-btn-delete,.ns-page .ns-table .ns-btn-secondary.ns-btn-delete{background:linear-gradient(135deg,#ef4444,#dc2626)!important;border:none!important;box-shadow:0 2px 8px #ef44444d!important;color:#fff!important}.ns-page .ns-table .ns-btn-delete:hover,.ns-page .ns-table .ns-btn-secondary.ns-btn-delete:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;box-shadow:0 4px 12px #ef444466!important;transform:translateY(-1px)!important}.ns-page .ns-table .ns-btn-secondary:disabled{cursor:not-allowed!important;opacity:.6!important;transform:none!important}.ns-page .ns-table tbody tr td[colspan]{background:linear-gradient(135deg,#2a9d8f08,#0ea5e908)!important;border:none!important;color:#64748b!important;color:var(--page-text-muted)!important;font-size:15px!important;font-style:italic!important;padding:48px 20px!important;text-align:center!important}:root.dark .ns-page .ns-table tbody tr td[colspan]{background:linear-gradient(135deg,#2a9d8f14,#0ea5e914)!important}.ns-page .ns-table tbody tr{animation:fadeIn .3s ease-out!important}.ns-page .ns-table tbody tr td[colspan]{animation:pulse 2s ease-in-out infinite!important}@media (max-width:1024px){.ns-page .ns-table td,.ns-page .ns-table th{font-size:13px!important;padding:14px 16px!important}.ns-page .ns-table .ns-btn-secondary{font-size:12px!important;padding:6px 12px!important}}@media (max-width:768px){.ns-page .ns-page-header{align-items:flex-start!important;flex-direction:column!important;gap:16px!important;margin-bottom:24px!important;padding-bottom:20px!important}.ns-page .ns-page-header-actions,.ns-page .ns-page-header-actions button{width:100%!important}.ns-page .ns-page-header h2{font-size:24px!important}.ns-page .ns-card{border-radius:20px!important;padding:24px!important}.ns-page .ns-table-toolbar{padding:16px!important}.ns-page .ns-table-toolbar .ns-input{max-width:100%!important;width:100%!important}.ns-page .ns-table-wrapper{border-radius:12px!important}.ns-page .ns-table-desktop{display:none!important}.ns-page .ns-patients-mobile{display:block!important}.ns-page .ns-table th{font-size:11px!important;padding:12px 14px!important}.ns-page .ns-table td{font-size:13px!important;padding:14px!important}.ns-page .ns-table .ns-btn-secondary{font-size:11px!important;padding:6px 10px!important}.ns-page .ns-badge{font-size:11px!important;padding:4px 10px!important}}@media (max-width:480px){.ns-page .ns-page-header{align-items:flex-start!important;flex-direction:column!important;gap:16px!important}.ns-page .ns-page-header-actions,.ns-page .ns-page-header-actions button{width:100%!important}.ns-page .ns-page-header h2{font-size:20px!important}.ns-page .ns-page-header p{font-size:13px!important}.ns-page .ns-card{border-radius:16px!important;padding:20px!important}.ns-page .ns-table-toolbar{padding:12px!important}.ns-page .ns-table-toolbar .ns-input{max-width:100%!important;width:100%!important}.ns-page .ns-table-desktop{display:none!important}.ns-page .ns-patients-mobile{display:block!important}}.ns-patients-mobile{display:none!important}.ns-table-desktop{display:block!important}.ns-patients-cards{grid-gap:16px!important;display:grid!important;gap:16px!important;margin-top:16px!important}.ns-patient-card{background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:12px!important;box-shadow:0 2px 8px #0000000d!important;padding:16px!important;transition:all .2s ease!important}.ns-patient-card:hover{border-color:#0ea5e94d!important;box-shadow:0 4px 16px #0ea5e926!important;transform:translateY(-2px)!important}:root.dark .ns-patient-card{background:#1e293b!important;border-color:#334155!important;box-shadow:0 2px 8px #0000004d!important}:root.dark .ns-patient-card:hover{border-color:#475569!important;box-shadow:0 4px 16px #0ea5e940!important}.ns-patient-card-header{border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--page-border)!important;margin-bottom:12px!important;padding-bottom:12px!important}.ns-patient-card-title{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:8px!important;justify-content:space-between!important}.ns-patient-card-title h3{color:#0f172a!important;color:var(--page-text-primary)!important;flex:1 1!important;font-size:16px!important;font-weight:600!important;margin:0!important;min-width:0!important;word-break:break-word!important}.ns-patient-card-body{gap:16px!important}.ns-patient-card-body,.ns-patient-card-info{display:flex!important;flex-direction:column!important}.ns-patient-card-info{gap:10px!important}.ns-patient-card-item{display:flex!important;flex-direction:column!important;gap:4px!important}.ns-patient-card-label{color:#64748b!important;color:var(--page-text-muted)!important;font-size:11px!important;font-weight:600!important;letter-spacing:.5px!important;text-transform:uppercase!important}.ns-patient-card-value{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:14px!important;word-break:break-word!important}.ns-patient-card-actions{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:8px!important}.ns-patient-card-btn{font-size:13px!important;justify-content:center!important;padding:10px 16px!important;width:100%!important}.ns-patient-card-empty{background:linear-gradient(135deg,#2a9d8f08,#0ea5e908)!important;border:1px dashed #e2e8f0!important;border:1px dashed var(--page-border)!important;border-radius:12px!important;color:#64748b!important;color:var(--page-text-muted)!important;font-size:15px!important;font-style:italic!important;padding:48px 20px!important;text-align:center!important}:root.dark .ns-patient-card-empty{background:linear-gradient(135deg,#2a9d8f14,#0ea5e914)!important}@media (max-width:480px){.ns-page .ns-table td,.ns-page .ns-table th{font-size:12px!important;padding:10px 8px!important}.ns-page .ns-table td>div{flex-direction:column!important;gap:6px!important}.ns-page .ns-table .ns-btn-secondary{font-size:12px!important;padding:8px 12px!important;width:100%!important}.ns-patient-card{padding:14px!important}.ns-patient-card-title h3{font-size:15px!important}.ns-patient-card-value{font-size:13px!important}}.ns-exam-history-item{background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:8px!important;cursor:pointer!important;padding:12px!important;transition:all .2s ease!important}.ns-exam-history-item:hover{background:#f1f5f9!important;background:var(--page-bg-hover)!important;border-color:#0ea5e9!important}.ns-exam-history-item-name{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:13px!important;font-weight:600!important;margin-bottom:4px!important}.ns-exam-history-item-info{font-size:11px!important;margin-bottom:4px!important}.ns-exam-history-item-date,.ns-exam-history-item-info{color:#64748b!important;color:var(--page-text-muted)!important}.ns-exam-history-item-date{font-size:10px!important}.ns-exam-category-card{background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:12px!important;padding:16px!important}.ns-exam-category-header{align-items:center!important;border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--page-border)!important;display:flex!important;gap:8px!important;margin-bottom:12px!important;padding-bottom:12px!important}.ns-exam-category-title{color:#0f172a!important;color:var(--page-text-primary)!important;font-size:14px!important;font-weight:700!important}.ns-exam-category-badge{background:#0ea5e91a!important;border-radius:999px!important;color:#0ea5e9!important;font-size:11px!important;padding:2px 8px!important}:root.dark .ns-exam-category-badge{background:#0ea5e933!important}.ns-exam-item{align-items:center!important;background:#fff!important;background:var(--page-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--page-border)!important;border-radius:8px!important;cursor:pointer!important;display:flex!important;font-size:13px!important;gap:8px!important;padding:8px!important;transition:all .2s ease!important}.ns-exam-item.selected{background:#0ea5e914!important;border:1px solid #0ea5e9!important}:root.dark .ns-exam-item.selected{background:#0ea5e926!important;border-color:#0ea5e9!important}.ns-exam-item span{color:#0f172a!important;color:var(--page-text-primary)!important}.exam-request-print{display:none!important}@media print{.exam-request-print{display:block!important}}.exam-request-print-content{background:#fff!important;margin:0 auto!important;max-width:800px!important;padding:30px!important}.exam-request-print-header{border-bottom:2px solid #2a9d8f!important;margin-bottom:20px!important;padding-bottom:12px!important;text-align:center!important}.exam-request-print-title{color:#0f172a!important;font-size:18px!important;font-weight:700!important;letter-spacing:.5px!important;margin:0 0 6px!important}.exam-request-print-patient{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important;margin-bottom:20px!important;padding:12px!important}.exam-request-print-patient p{color:#0f172a!important;font-size:12px!important;line-height:1.5!important;margin:2px 0!important}.exam-request-print-section{margin-bottom:20px!important}.exam-request-print-section-title{color:#2a9d8f!important;font-size:14px!important;font-weight:700!important;letter-spacing:.5px!important;margin:0 0 10px!important;text-transform:uppercase!important}.exam-request-print-category{margin-bottom:12px!important}.exam-request-print-category-title{color:#64748b!important;font-size:11px!important;font-weight:600!important;margin:0 0 5px!important;text-transform:uppercase!important}.exam-request-print-exam-list{line-height:1.5!important;list-style:none!important;margin:0 0 0 18px!important;padding:0!important}.exam-request-print-exam-item{color:#0f172a!important;font-size:12px!important;margin-bottom:4px!important;padding-left:3px!important}.exam-request-print-notes{border-top:1px solid #e2e8f0!important;margin-bottom:20px!important;padding-top:15px!important}.exam-request-print-notes-text{color:#0f172a!important;font-size:12px!important;line-height:1.5!important;margin:0!important;white-space:pre-wrap!important}.exam-request-print-signature{align-items:center!important;border-top:1px solid #e2e8f0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin-top:30px!important;padding-top:15px!important}.exam-request-print-signature-box{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:4px!important;display:inline-block!important;min-width:250px!important;padding:15px!important;text-align:center!important}.exam-request-print-signature-name{color:#0f172a!important;font-size:11px!important;font-weight:500!important;margin:0 0 3px!important}.exam-request-print-signature-crn{color:#0f172a!important;font-size:10px!important;font-weight:600!important;margin:0!important}:root.dark canvas[ref=signatureCanvasRef]{background:#fff!important;background:var(--page-surface)!important;border-color:#e2e8f0!important;border-color:var(--page-border)!important}.ns-exam-category-card input[type=checkbox],.ns-exam-item input[type=checkbox]{accent-color:#0ea5e9!important;cursor:pointer!important}.ns-exam-category-card label,.ns-exam-item label{color:#0f172a!important;color:var(--page-text-primary)!important}.ns-page .ns-field select.ns-input{border:2px solid #e2e8f0!important;border:2px solid var(--page-border)!important}.ns-page .ns-field select.ns-input,:root.dark .ns-page .ns-field select.ns-input{background:#fff!important;background:var(--page-surface)!important;color:#0f172a!important;color:var(--page-text-primary)!important}:root.dark .ns-page .ns-field select.ns-input{border-color:#e2e8f0!important;border-color:var(--page-border)!important}:root.dark .ns-page .ns-field select.ns-input option{background:#fff!important;background:var(--page-surface)!important;color:#0f172a!important;color:var(--page-text-primary)!important}:root{--dash-bg:#e5e7eb;--dash-card-bg:#fff;--dash-sidebar-bg:#f9fafb;--dash-primary:#10b981;--dash-primary-light:#d1fae5;--dash-text-dark:#111827;--dash-text-medium:#6b7280;--dash-text-light:#9ca3af;--dash-border:#e5e7eb;--dash-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;--dash-shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}:root.dark{--dash-bg:#0f172a;--dash-card-bg:#1e293b;--dash-sidebar-bg:#020617;--dash-primary:#10b981;--dash-primary-light:#10b98133;--dash-text-dark:#e2e8f0;--dash-text-medium:#94a3b8;--dash-text-light:#64748b;--dash-border:#334155;--dash-shadow:0 1px 3px 0 #0000004d,0 1px 2px 0 #0003;--dash-shadow-lg:0 10px 15px -3px #0006,0 4px 6px -2px #0000004d}.ns-page-dashboard{background:#e5e7eb!important;background:var(--dash-bg)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;min-height:100vh!important;padding:40px!important}.ns-sidebar{align-items:center!important;background:#f9fafb!important;background:var(--dash-sidebar-bg)!important;border-right:1px solid #e5e7eb!important;border-right:1px solid var(--dash-border)!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;padding:16px 12px!important;width:260px!important}.ns-sidebar-logo{margin-bottom:24px!important;padding:0!important}.ns-sidebar-logo,.ns-sidebar-logo-mark{display:flex!important;justify-content:center!important}.ns-sidebar-logo-mark{align-items:center!important;background:linear-gradient(135deg,#10b981,#059669)!important;border-radius:14px!important;box-shadow:0 4px 6px #10b9814d!important;color:#fff!important;font-size:20px!important;font-weight:700!important;height:48px!important;width:48px!important}.ns-sidebar-logo-text{display:block!important;margin-left:12px!important}.ns-sidebar-logo-text span{color:#111827;color:var(--dash-text-dark);display:block;font-size:16px;font-weight:700}.ns-sidebar-logo-text small{color:#9ca3af;color:var(--dash-text-light);display:block;font-size:12px}.ns-sidebar-group-title{display:none!important}.ns-sidebar-link{align-items:center!important;border-radius:12px!important;color:#6b7280!important;color:var(--dash-text-medium)!important;display:flex!important;font-size:14px!important;font-weight:500!important;gap:12px!important;height:40px!important;justify-content:flex-start!important;margin-bottom:4px!important;padding:0 12px!important;text-decoration:none!important;transition:all .2s ease!important;width:100%!important}.ns-sidebar-link span{display:block!important}.ns-sidebar-link:hover{background:#e5e7eb!important;background:var(--dash-border)!important;color:#111827!important;color:var(--dash-text-dark)!important;transform:none!important}.ns-sidebar-link-active{background:#d1fae5!important;background:var(--dash-primary-light)!important;color:#10b981!important;color:var(--dash-primary)!important;font-weight:600!important;position:relative!important}.ns-sidebar-link-active:before{background:#10b981!important;background:var(--dash-primary)!important;border-radius:0 4px 4px 0!important;content:""!important;height:32px!important;left:-16px!important;position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:4px!important}.ns-page-header{border:none!important;margin-bottom:32px!important;padding:0!important}.ns-page-header h2{color:#111827!important;color:var(--dash-text-dark)!important;font-size:32px!important;font-weight:700!important;letter-spacing:-.02em!important;margin:0 0 8px!important}.ns-page-header p{color:#6b7280!important;color:var(--dash-text-medium)!important;font-size:15px!important;margin:0!important}.ns-grid{gap:20px!important}.ns-card{background:#fff!important;background:var(--dash-card-bg)!important;border:none!important;border-radius:20px!important;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f!important;box-shadow:var(--dash-shadow)!important;padding:24px!important;transition:all .2s ease!important}.ns-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;box-shadow:var(--dash-shadow-lg)!important;transform:translateY(-2px)!important}.ns-card-header{margin-bottom:16px!important}.ns-card-title{color:#111827!important;color:var(--dash-text-dark)!important;font-size:14px!important;font-weight:600!important;letter-spacing:0!important;margin:0 0 4px!important}.ns-card-subtitle{color:#9ca3af!important;color:var(--dash-text-light)!important;font-size:13px!important;margin:0!important}.ns-kpi{display:flex!important;flex-direction:column!important}.ns-kpi-value{color:#111827!important;color:var(--dash-text-dark)!important;font-size:36px!important;font-weight:700!important;letter-spacing:-.02em!important;line-height:1!important;margin:8px 0 0!important}.ns-grid-3 .ns-card:first-child .ns-card-title:before,.ns-grid-3 .ns-card:nth-child(2) .ns-card-title:before,.ns-grid-3 .ns-card:nth-child(3) .ns-card-title:before{background:#d1fae5!important;background:var(--dash-primary-light)!important;border-radius:10px!important;content:""!important;display:inline-block!important;float:right!important;height:40px!important;margin-bottom:12px!important;width:40px!important}.ns-btn{border-radius:10px!important;font-size:14px!important;font-weight:600!important;padding:10px 18px!important;transition:all .2s ease!important}.ns-btn-primary{background:#10b981!important;background:var(--dash-primary)!important;border:none!important;box-shadow:0 1px 2px #0000000d!important;color:#fff!important}.ns-btn-primary:hover{background:#059669!important;box-shadow:0 4px 6px #0000001a!important}.ns-btn-secondary{background:#fff!important;background:var(--dash-card-bg)!important;border:1px solid #e5e7eb!important;border:1px solid var(--dash-border)!important;box-shadow:0 1px 2px #0000000d!important;color:#111827!important;color:var(--dash-text-dark)!important;transition:background-color .3s ease,border-color .3s ease,color .3s ease!important}.ns-btn-secondary:hover{background:#f9fafb!important;background:var(--dash-sidebar-bg)!important;border-color:#9ca3af!important;border-color:var(--dash-text-light)!important}.ns-table{border-collapse:initial!important;border-spacing:0 8px!important;width:100%!important}.ns-table thead th{border:none!important;color:#9ca3af!important;color:var(--dash-text-light)!important;font-size:12px!important;font-weight:600!important;letter-spacing:.05em!important;padding:12px 16px!important;text-transform:uppercase!important}.ns-table tbody tr,.ns-table thead th{background:#0000!important}.ns-table tbody td{border:none!important;color:#111827!important;color:var(--dash-text-dark)!important;font-size:14px!important;font-weight:500!important;padding:16px!important}.ns-table tbody tr:hover td{background:#f9fafb!important;background:var(--dash-sidebar-bg)!important}.ns-badge{align-items:center!important;border-radius:12px!important;display:inline-flex!important;font-size:12px!important;font-weight:600!important;padding:4px 12px!important}.ns-badge-success{background:#d1fae5!important;background:var(--dash-primary-light)!important;color:#10b981!important;color:var(--dash-primary)!important}:root.dark .ns-badge-success{background:#10b98133!important;color:#34d399!important}.ns-badge-warning{background:#fef3c7!important;color:#92400e!important}:root.dark .ns-badge-warning{background:#eab30833!important;color:#fbbf24!important}.ns-badge-neutral{background:#f3f4f6!important;color:#4b5563!important}:root.dark .ns-badge-neutral{background:#94a3b833!important;color:#cbd5e1!important}.ns-adherence-item{background:#0000!important;border:none!important;margin-bottom:16px!important;padding:12px 0!important}.ns-adherence-info{display:flex!important;justify-content:space-between!important;margin-bottom:8px!important}.ns-adherence-name{color:#111827!important;color:var(--dash-text-dark)!important}.ns-adherence-name,.ns-adherence-percent{font-size:14px!important;font-weight:600!important}.ns-adherence-percent{color:#6b7280!important;color:var(--dash-text-medium)!important}.ns-adherence-bar{background:#e5e7eb!important;background:var(--dash-border)!important;border-radius:10px!important;height:6px!important;overflow:hidden!important}.ns-adherence-bar-fill{background:linear-gradient(90deg,#10b981,#34d399)!important;border-radius:10px!important;height:100%!important;transition:width .3s ease!important}.ns-input{background:#fff!important;background:var(--dash-card-bg)!important;border:1px solid #e5e7eb!important;border:1px solid var(--dash-border)!important;border-radius:10px!important;color:#111827!important;color:var(--dash-text-dark)!important;font-size:14px!important;padding:10px 14px!important;transition:all .2s ease!important}.ns-input:focus{border-color:#10b981!important;border-color:var(--dash-primary)!important;box-shadow:0 0 0 3px #10b9811a!important;outline:none!important}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#e5e7eb;background:var(--dash-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#9ca3af;background:var(--dash-text-light)}@media (max-width:768px){.ns-page-dashboard{padding:20px!important}.ns-sidebar{width:70px!important}.ns-grid{gap:16px!important}.ns-page-header h2{font-size:24px!important}}.patient-analysis-modal{padding:4px}.analysis-period-selector{border-bottom:1px solid #e2e8f0;display:flex;gap:8px;margin-bottom:16px;padding-bottom:16px}.analysis-summary{margin-bottom:16px}.summary-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:12px}.summary-item{display:flex;flex-direction:column;gap:4px}.summary-label{color:#64748b;font-size:12px;font-weight:500}.summary-value{color:#1e293b;font-size:18px;font-weight:600}.days-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.day-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:16px;padding:12px}.day-date{color:#1e293b;flex:1 1;font-weight:600}.day-score{color:#64748b;font-size:14px}.day-swaps{background:#fef3c7;border-radius:4px;color:#f59e0b;font-size:14px;font-weight:600;padding:4px 8px}.analysis-table-wrapper{margin-top:12px;overflow-x:auto}.analysis-table{border-collapse:collapse;font-size:14px;width:100%}.analysis-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.analysis-table th{color:#475569;font-size:12px;font-weight:600;letter-spacing:.5px;padding:12px;text-align:left;text-transform:uppercase}.analysis-table tbody tr{border-bottom:1px solid #e2e8f0;transition:background-color .2s}.analysis-table tbody tr:hover{background:#f8fafc}.analysis-table td{color:#1e293b;padding:12px}.summary-chat-card{display:flex;flex-direction:column;gap:16px}.message-type-selector{display:flex;flex-direction:column;gap:8px}.message-type-label{color:#475569;font-size:13px;font-weight:600;margin-bottom:4px}.message-type-buttons{display:flex;flex-wrap:wrap;gap:8px}.message-type-btn{background:#0000;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:8px 16px;position:relative;transition:all .2s}.message-type-btn:hover{background:#f8fafc;border-color:#cbd5e1}.message-type-btn.selected{border-width:2px;font-weight:600}.message-type-btn.recommended:not(.selected){border-style:dashed}.recommended-badge{background:#3b82f6;border-radius:10px;color:#fff;font-size:9px;font-weight:600;padding:2px 6px;position:absolute;right:-8px;top:-8px;white-space:nowrap}.message-preview,.send-button-container{margin-top:8px}.sent-message{animation:fadeIn .3s ease-in}@media (max-width:768px){.summary-grid{grid-template-columns:1fr}.day-item{align-items:flex-start;flex-direction:column;gap:8px}.analysis-table{font-size:12px}.analysis-table td,.analysis-table th{padding:8px}.message-type-buttons{flex-direction:column}.message-type-btn{width:100%}}.exercise-access-control{display:flex;flex-direction:column;gap:24px}.exercise-access-error,.exercise-access-loading{color:#666;padding:20px;text-align:center}.exercise-access-toggle{display:flex;flex-direction:column;gap:8px}.exercise-access-toggle-label{align-items:center;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px}.exercise-access-toggle-label input[type=checkbox]{cursor:pointer;height:20px;width:20px}.exercise-access-info{color:#666;font-size:14px;margin-left:32px}.exercise-access-requirements{background:#f5f5f5;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.exercise-access-requirements h3{font-size:16px;font-weight:600;margin:0 0 8px}.exercise-access-inputs{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.exercise-access-input-group label{display:flex;flex-direction:column;font-size:14px;font-weight:500;gap:8px}.exercise-access-input-group input{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:8px 12px}.exercise-access-input-group input:disabled{background:#f0f0f0;cursor:not-allowed}.exercise-access-progress{background:#f9f9f9;border-radius:8px;display:flex;flex-direction:column;gap:16px;padding:20px}.exercise-access-progress h3{font-size:16px;font-weight:600;margin:0 0 8px}.exercise-access-progress-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.exercise-access-progress-stat{display:flex;flex-direction:column;gap:4px}.exercise-access-progress-label{color:#666;font-size:12px}.exercise-access-progress-value{color:#333;font-size:18px;font-weight:600}.exercise-access-progress-bar{background:#e0e0e0;border-radius:4px;height:8px;margin-top:8px;overflow:hidden}.exercise-access-progress-fill{background:#4caf50;height:100%;transition:width .3s ease}.exercise-access-progress-text{color:#666;font-size:12px;margin-top:4px}.active-activities-monitor{display:flex;flex-direction:column;gap:16px}.active-activity-card{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 6px #0000001a;color:#fff;padding:20px}.active-activity-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.active-activity-type{align-items:center;display:flex;gap:12px}.activity-icon{font-size:32px}.active-activity-type h4{font-size:18px;font-weight:600;margin:0}.activity-status{font-size:12px;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.active-activity-time{text-align:right}.time-label{font-size:11px;letter-spacing:.5px;margin-bottom:4px;opacity:.8;text-transform:uppercase}.time-value{font-size:14px;font-weight:600}.active-activity-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:16px}.active-stat{background:#fff3;border-radius:8px;padding:12px;text-align:center}.stat-label{font-size:11px;letter-spacing:.5px;margin-bottom:6px;opacity:.9;text-transform:uppercase}.stat-value{font-size:18px;font-weight:700}.stat-value.live{animation:blink 1s ease-in-out infinite;color:gold}@keyframes blink{0%,to{opacity:1}50%{opacity:.7}}.active-activity-end{border-top:1px solid #ffffff4d;margin-top:12px;padding-top:12px}.active-activities-empty,.active-activities-error,.active-activities-loading{color:#666;padding:40px 20px;text-align:center}.active-activities-error{color:#d32f2f}.exercise-history-summary{display:flex;flex-direction:column;gap:24px}.exercise-history-empty,.exercise-history-error,.exercise-history-loading{color:#666;padding:20px;text-align:center}.exercise-history-period-selector{display:flex;flex-wrap:wrap;gap:8px}.exercise-history-period-selector button{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s}.exercise-history-period-selector button:hover{background:#f5f5f5}.exercise-history-period-selector button.active{background:#4caf50;border-color:#4caf50;color:#fff}.exercise-history-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.exercise-history-stat{background:#f9f9f9;border-radius:8px;padding:16px;text-align:center}.exercise-history-stat-value{color:#333;font-size:24px;font-weight:600;margin-bottom:4px}.exercise-history-stat-label{color:#666;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.exercise-history-by-type,.exercise-history-recent{background:#f9f9f9;border-radius:8px;padding:16px}.exercise-history-by-type h3,.exercise-history-recent h3{font-size:16px;font-weight:600;margin:0 0 16px}.exercise-history-type-list{display:flex;flex-direction:column;gap:8px}.exercise-history-type-item{align-items:center;background:#fff;border-radius:4px;display:flex;justify-content:space-between;padding:8px 12px}.exercise-history-type-name{color:#333;font-size:14px}.exercise-history-type-count{color:#4caf50;font-size:14px;font-weight:600}.exercise-history-activities-list{display:flex;flex-direction:column;gap:12px}.exercise-history-activity-item{background:#fff;border-radius:4px;display:flex;flex-direction:column;gap:8px;padding:12px}.exercise-history-activity-header{align-items:center;display:flex;justify-content:space-between}.exercise-history-activity-type{color:#333;font-size:14px;font-weight:600}.exercise-history-activity-date{color:#666;font-size:12px}.exercise-history-activity-details{color:#666;display:flex;font-size:12px;gap:16px}.exercise-history-activity-details span{align-items:center;display:flex;gap:4px}.exercise-history-monthly{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;padding:20px}.exercise-history-monthly h3{font-size:20px;font-weight:600;margin:0 0 20px;text-transform:capitalize}.monthly-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:24px}.monthly-stat{background:#fff3;border-radius:8px;padding:16px;text-align:center}.monthly-stat .stat-value{color:gold;font-size:28px;font-weight:700;margin-bottom:8px}.monthly-stat .stat-label{font-size:12px;letter-spacing:.5px;opacity:.9;text-transform:uppercase}.monthly-by-type{margin-top:24px}.monthly-by-type h4{font-size:16px;font-weight:600;margin:0 0 16px}.type-breakdown{display:flex;flex-direction:column;gap:12px}.type-item{align-items:center;background:#fff3;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.type-name{flex:1 1;font-size:14px;font-weight:600}.type-count{font-size:12px;margin-right:16px;opacity:.9}.type-calories{color:gold;font-size:14px;font-weight:600}.patient-exercise-modal{display:flex;flex-direction:column;gap:24px}.patient-exercise-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:8px}.patient-exercise-tab{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-2px;padding:12px 24px;transition:all .2s}.patient-exercise-tab:hover{background:#f5f5f5;color:#333}.patient-exercise-tab.active{border-bottom-color:#4caf50;color:#4caf50;font-weight:600}.patient-exercise-tab-content{min-height:400px}:root{--ns-surface:var(--ui-surface,#fff);--ns-surface-hover:var(--ui-surface-hover,#f8fafc);--ns-text:var(--ui-text-primary,#0f172a);--ns-text-secondary:var(--ui-text-muted,#64748b);--ns-border:var(--ui-border,#e2e8f0);--ns-primary:#2a9d8f}:root.dark{--ns-surface:var(--ui-surface,#1e293b);--ns-surface-hover:var(--ui-surface-hover,#334155);--ns-text:var(--ui-text-primary,#e2e8f0);--ns-text-secondary:var(--ui-text-muted,#94a3b8);--ns-border:var(--ui-border,#334155);--ns-primary:#2a9d8f}.ns-meal-plan-modal{padding:8px 0}.ns-mode-selector{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--ns-border);display:flex;gap:8px;margin-bottom:24px;padding-bottom:16px}.ns-mode-selector button{background:#fff;background:var(--ns-surface);border:1px solid #e2e8f0;border:1px solid var(--ns-border);border-radius:8px;color:#0f172a;color:var(--ns-text);cursor:pointer;flex:1 1;font-size:14px;padding:12px 16px;transition:all .2s}.ns-mode-selector button:hover{background:#f8fafc;background:var(--ns-surface-hover);border-color:#2a9d8f;border-color:var(--ns-primary)}.ns-mode-selector button.active{background:#2a9d8f;background:var(--ns-primary);border-color:#2a9d8f;border-color:var(--ns-primary);color:#fff}.ns-ai-section{background:#fff;background:var(--ns-surface);border:1px solid #e2e8f0;border:1px solid var(--ns-border);border-radius:8px;margin-bottom:24px;padding:16px}.ns-ai-info{margin-bottom:16px}.ns-ai-info p{color:#64748b;color:var(--ns-text-secondary);font-size:14px;margin:0}.ns-ai-info strong{color:#0f172a;color:var(--ns-text)}.ns-ai-section .ns-field{margin-bottom:16px}.ns-ai-section .ns-field small{color:#64748b;color:var(--ns-text-secondary);display:block;font-size:12px;margin-top:4px}.ns-ai-section .ns-field small a{color:#2a9d8f;color:var(--ns-primary);text-decoration:none}.ns-ai-section .ns-field small a:hover{text-decoration:underline}.ns-patient-preview{background:#f8fafc;background:var(--ns-surface-hover);border-radius:6px;margin-bottom:16px;padding:12px}.ns-patient-preview h4{color:#0f172a;color:var(--ns-text);font-size:14px;font-weight:600;margin:0 0 8px}.ns-patient-preview ul{color:#64748b;color:var(--ns-text-secondary);font-size:13px;margin:0;padding-left:20px}.ns-patient-preview li{margin-bottom:4px}.ns-macro-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.ns-weekly-editor-toggle{background:#fff;background:var(--ns-surface);border:1px solid #e2e8f0;border:1px solid var(--ns-border);border-radius:8px;margin:24px 0;padding:16px}.ns-weekly-editor-toggle button{align-items:center;background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border:none;border-radius:8px;box-shadow:0 4px 12px #22c5eb4d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:14px 16px;transition:all .2s;width:100%}.ns-weekly-editor-toggle button:hover{background:linear-gradient(135deg,#238f82,#0d94d6);box-shadow:0 6px 16px #22c5eb66;transform:translateY(-1px)}.ns-weekly-editor-toggle button.active{background:linear-gradient(135deg,#1d7a6e,#0b7ba8);box-shadow:0 2px 8px #22c5eb4d}.ns-weekly-editor-toggle button:active{transform:translateY(0)}.ns-weekly-editor-toggle .ns-hint{color:#64748b;color:var(--ns-text-secondary);font-size:12px;margin:8px 0 0}.ns-weekly-editor-container{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:8px;margin-top:16px;max-height:600px;overflow-y:auto;padding:16px;transition:background-color .3s ease,border-color .3s ease}.ns-weekly-meal-plan-editor{background:#0000;border-radius:8px;padding:0}.ns-day-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.ns-day-selector button{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:8px;color:var(--ui-text-primary);cursor:pointer;flex:1 1;font-size:13px;font-weight:500;min-width:100px;padding:10px 12px;transition:all .2s}.ns-day-selector button:hover{background:var(--ui-surface-hover);border-color:#0ea5e9;color:#0ea5e9}.ns-day-selector button.active{background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border-color:#0000;box-shadow:0 2px 8px #22c5eb4d;color:#fff}.ns-day-meals h3{border-bottom:2px solid var(--ui-border);color:var(--ui-text-primary);font-size:20px;font-weight:600;margin:0 0 20px;padding-bottom:12px;transition:color .3s ease,border-color .3s ease}.ns-meal-section{background:var(--ui-surface-hover);border:1px solid var(--ui-border);border-radius:8px;margin-bottom:24px;padding:16px;transition:background-color .3s ease,border-color .3s ease}.ns-meal-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.ns-meal-header h4{color:var(--ui-text-primary);flex:1 1;font-size:16px;font-weight:600;margin:0;transition:color .3s ease}.ns-btn-add{background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border:none;border-radius:6px;box-shadow:0 2px 8px #22c5eb4d;color:#fff;cursor:pointer;flex-shrink:0;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s;white-space:nowrap}.ns-btn-add:hover{background:linear-gradient(135deg,#238f82,#0d94d6);box-shadow:0 4px 12px #22c5eb66;transform:translateY(-1px)}.ns-btn-add:active{transform:translateY(0)}.ns-meal-items{display:flex;flex-direction:column;gap:8px}.ns-meal-item{align-items:center;display:flex;gap:8px;width:100%}.ns-meal-item .ns-input{background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:8px;color:var(--ui-text-primary);flex:1 1;font-size:14px;min-width:0;padding:10px 14px;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.ns-meal-item .ns-input:focus{border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e91a;outline:none}.ns-btn-remove{align-items:center;background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;font-weight:700;height:36px;justify-content:center;line-height:1;min-width:36px;padding:0;transition:all .2s;width:36px}.ns-btn-remove:hover{background:#dc2626;transform:scale(1.05)}.ns-btn-remove:active{transform:scale(.95)}.ns-empty-meal{background:var(--ui-surface-hover);border:1px dashed var(--ui-border);border-radius:6px;color:var(--ui-text-muted);font-size:13px;font-style:italic;margin:12px 0;padding:12px;text-align:center;transition:background-color .3s ease,border-color .3s ease,color .3s ease}.ns-meal-plan-helper{padding:0}.ns-helper-tabs{border-bottom:2px solid var(--ui-border);display:flex;gap:8px;margin-bottom:16px;transition:border-color .3s ease}.ns-helper-tabs button{background:#0000;border:none;border-bottom:2px solid #0000;color:var(--ui-text-muted);cursor:pointer;font-size:14px;font-weight:500;margin-bottom:-2px;padding:12px 20px;transition:all .2s ease}.ns-helper-tabs button:hover{background:var(--ui-surface-hover);color:#0ea5e9}.ns-helper-tabs button.active{border-bottom-color:#0ea5e9;color:#0ea5e9;font-weight:600}@media (max-width:640px){.ns-macro-grid{grid-template-columns:1fr}.ns-day-selector,.ns-mode-selector{flex-direction:column}.ns-day-selector button{width:100%}.ns-meal-header{align-items:stretch;flex-direction:column;gap:8px}.ns-meal-header h4{width:100%}.ns-btn-add{justify-content:center;width:100%}.ns-meal-item{align-items:center;flex-direction:row;gap:8px}.ns-meal-item .ns-input{flex:1 1;min-width:0}.ns-btn-remove{height:40px;min-width:40px;width:40px}.ns-helper-tabs{flex-direction:column}.ns-helper-tabs button{border-bottom:1px solid var(--ui-border);margin-bottom:0;text-align:left;width:100%}.ns-helper-tabs button.active{border-bottom-color:#0ea5e9}}.ns-card:has(.ns-chat-window){display:flex!important;flex-direction:column!important;height:100%!important}.ns-card:has(.ns-chat-window)>div:last-child{display:flex!important;flex:1 1!important;flex-direction:column!important;min-height:0!important}.ns-chat-message img{border-radius:8px!important;height:auto!important;margin:4px 0!important;max-height:400px!important;object-fit:contain!important;width:auto!important}.ns-chat-message audio,.ns-chat-message img{display:block!important;max-width:100%!important}.ns-chat-message audio{width:250px!important}.ns-chat-message a[href*="/pdf/"]{display:inline-flex!important;max-width:100%!important;word-break:break-word!important}:root{--chat-scrollbar-track:#f1f5f9;--chat-scrollbar-thumb:#cbd5e1;--chat-scrollbar-thumb-hover:#94a3b8;--chat-surface:#fff;--chat-surface-hover:#f8fafc;--chat-surface-gradient-start:#fff;--chat-surface-gradient-end:#f8fafc;--chat-text-primary:#1e293b;--chat-text-muted:#64748b;--chat-text-secondary:#94a3b8;--chat-border:#e2e8f0;--chat-border-hover:#cbd5e1;--chat-warning-bg:#fef3c7;--chat-warning-text:#92400e;--chat-warning-text-dark:#78350f;--chat-info-bg:#eff6ff;--chat-info-text:#1e40af}:root.dark{--chat-scrollbar-track:#334155;--chat-scrollbar-thumb:#475569;--chat-scrollbar-thumb-hover:#64748b;--chat-surface:#1e293b;--chat-surface-hover:#334155;--chat-surface-gradient-start:#1e293b;--chat-surface-gradient-end:#334155;--chat-text-primary:#e2e8f0;--chat-text-muted:#94a3b8;--chat-text-secondary:#cbd5e1;--chat-border:#334155;--chat-border-hover:#475569;--chat-warning-bg:#eab30833;--chat-warning-text:#fbbf24;--chat-warning-text-dark:#fcd34d;--chat-info-bg:#3b82f633;--chat-info-text:#93c5fd}.ns-chat-messages::-webkit-scrollbar{width:8px}.ns-chat-messages::-webkit-scrollbar-track{background:#f1f5f9;background:var(--chat-scrollbar-track)}.ns-chat-messages::-webkit-scrollbar-thumb,.ns-chat-messages::-webkit-scrollbar-track{border-radius:4px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.ns-chat-messages::-webkit-scrollbar-thumb{background:#cbd5e1;background:var(--chat-scrollbar-thumb)}.ns-chat-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8;background:var(--chat-scrollbar-thumb-hover)}@supports (-webkit-touch-callout:none){.ns-chat-window{height:calc(100vh - 280px)!important}.ns-chat-input{bottom:0!important;position:-webkit-sticky!important;position:sticky!important}}@media (hover:none) and (pointer:coarse){.ns-chat-input{min-height:64px!important;padding:14px!important}.ns-chat-input .ns-btn{min-height:44px!important;min-width:44px!important;padding:12px 20px!important;touch-action:manipulation!important}.ns-chat-input .ns-input{font-size:16px!important;min-height:44px!important;padding:12px 14px!important}.ns-chat-message img{max-height:300px!important}}.ns-chat-window{contain:layout style!important}.ns-chat-messages{contain:layout style paint!important}.ns-chat-message,.ns-chat-message *{word-wrap:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important;max-width:100%!important;overflow-wrap:break-word!important}.ns-chat-input{display:flex!important;opacity:1!important;pointer-events:auto!important;visibility:visible!important}.ns-chat-input button[title]{position:relative!important}.ns-chat-input button[title]:hover:after{background:#000c;border-radius:4px;bottom:100%;color:#fff;content:attr(title);font-size:12px;left:50%;margin-bottom:4px;padding:4px 8px;pointer-events:none;position:absolute;transform:translateX(-50%);white-space:nowrap;z-index:1000}.ns-chat-messages:after{content:"";display:block;flex-shrink:0;height:1px}.ns-chat-input>div[style*=background]{flex-shrink:0!important;width:100%!important}.ns-chat-layout{align-items:flex-start!important;display:flex!important;gap:16px!important;position:relative!important}.ns-chat-layout>.ns-card:has(.ns-chat-window){flex:1 1 auto!important;max-width:none!important;min-width:0!important}@media (max-width:1200px){.ns-chat-layout{flex-wrap:wrap!important}.ns-chat-layout>.ns-card:last-child{flex:1 1 100%!important;max-width:100%!important;position:relative!important}}.ns-patient-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:opacity .2s ease}.ns-patient-info-card{background:linear-gradient(135deg,#fff,#f8fafc)!important;background:linear-gradient(135deg,var(--chat-surface-gradient-start) 0,var(--chat-surface-gradient-end) 100%)!important;border:1px solid #e2e8f0!important;border:1px solid var(--chat-border)!important;border-radius:16px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important;overflow:hidden!important;transition:all .3s ease!important}:root.dark .ns-patient-info-card{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003!important}.ns-patient-info-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important;transform:translateY(-2px)!important}.ns-patient-info-section{background:#fff!important;background:var(--chat-surface)!important;border:1px solid #e2e8f0!important;border:1px solid var(--chat-border)!important;border-radius:12px!important;margin-bottom:16px!important;padding:16px!important;transition:all .2s ease!important}.ns-patient-info-section:hover{border-color:#cbd5e1!important;border-color:var(--chat-border-hover)!important;box-shadow:0 2px 4px #0000000d!important}:root.dark .ns-patient-info-section:hover{box-shadow:0 2px 4px #0003!important}.ns-patient-info-section:last-child{margin-bottom:0!important}.ns-patient-info-section h3{align-items:center!important;border-bottom:2px solid #e2e8f0!important;border-bottom:2px solid var(--chat-border)!important;color:#1e293b!important;color:var(--chat-text-primary)!important;display:flex!important;font-size:16px!important;font-weight:600!important;gap:8px!important;margin-bottom:14px!important;padding-bottom:10px!important;transition:color .3s ease,border-color .3s ease}.ns-patient-info-section h3:before{background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-radius:2px!important;content:""!important;display:inline-block!important;height:20px!important;width:4px!important}.ns-patient-info-row{align-items:center!important;border-bottom:1px solid #e2e8f0!important;border-bottom:1px solid var(--chat-border)!important;display:flex!important;justify-content:space-between!important;padding:10px 0!important;transition:all .2s ease!important}.ns-patient-info-row:last-child{border-bottom:none!important}.ns-patient-info-row:hover{background:#f8fafc!important;background:var(--chat-surface-hover)!important;border-radius:6px!important;margin:0 -8px!important;padding-left:8px!important;padding-right:8px!important}.ns-patient-info-label{color:#64748b!important;color:var(--chat-text-muted)!important;flex:0 0 auto!important;font-weight:400!important}.ns-patient-info-label,.ns-patient-info-value{font-size:14px!important;transition:color .3s ease}.ns-patient-info-value{color:#1e293b!important;color:var(--chat-text-primary)!important;flex:1 1!important;font-weight:500!important;margin-left:12px!important;text-align:right!important}.ns-meal-plan-card{background:linear-gradient(135deg,#f8fafc,#fff)!important;background:linear-gradient(135deg,var(--chat-surface-gradient-end) 0,var(--chat-surface-gradient-start) 100%)!important;border:1px solid #e2e8f0!important;border:1px solid var(--chat-border)!important;border-radius:10px!important;cursor:pointer!important;margin-bottom:8px!important;padding:12px!important;transition:all .2s ease!important}.ns-meal-plan-card:hover{background:linear-gradient(135deg,#f8fafc,#f8fafc)!important;background:linear-gradient(135deg,var(--chat-surface-hover) 0,var(--chat-surface-gradient-end) 100%)!important;border-color:#cbd5e1!important;border-color:var(--chat-border-hover)!important;box-shadow:0 2px 8px #00000014!important;transform:translateX(4px)!important}:root.dark .ns-meal-plan-card:hover{box-shadow:0 2px 8px #0000004d!important}.ns-meal-plan-card:last-child{margin-bottom:0!important}.ns-meal-plan-name{align-items:center!important;color:#1e293b!important;color:var(--chat-text-primary)!important;display:flex!important;font-size:14px!important;font-weight:600!important;gap:6px!important;margin-bottom:6px!important;transition:color .3s ease}.ns-meal-plan-name:before{content:"📋"!important;font-size:16px!important}.ns-meal-plan-date{align-items:center!important;color:#64748b!important;color:var(--chat-text-muted)!important;display:flex!important;font-size:12px!important;gap:4px!important;transition:color .3s ease}.ns-meal-plan-date:before{content:"📅"!important;font-size:12px!important}.ns-medical-info-item{background:#fef3c7!important;background:var(--chat-warning-bg)!important;border-left:3px solid #f59e0b!important;border-radius:6px!important;margin-bottom:12px!important;padding:12px!important;transition:background-color .3s ease}.ns-medical-info-item:last-child{margin-bottom:0!important}.ns-medical-info-label{color:#92400e!important;color:var(--chat-warning-text)!important;display:block!important;font-size:13px!important;letter-spacing:.5px!important;margin-bottom:6px!important;text-transform:uppercase!important}.ns-medical-info-label,.ns-medical-info-value{font-weight:500!important;transition:color .3s ease}.ns-medical-info-value{color:#78350f!important;color:var(--chat-warning-text-dark)!important;font-size:14px!important;line-height:1.5!important}.ns-patient-observations{background:#eff6ff!important;background:var(--chat-info-bg)!important;border-left:3px solid #3b82f6!important;border-radius:8px!important;color:#1e40af!important;color:var(--chat-info-text)!important;font-size:14px!important;font-style:italic!important;line-height:1.6!important;padding:14px!important;transition:background-color .3s ease,color .3s ease}.ns-patient-loading{color:#64748b!important;color:var(--chat-text-muted)!important;padding:40px 20px!important;text-align:center!important;transition:color .3s ease}.ns-patient-loading:after{animation:loadingDots 1.5s infinite!important;content:"..."!important}@keyframes loadingDots{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}.ns-patient-empty{color:#94a3b8!important;color:var(--chat-text-secondary)!important;font-size:14px!important;padding:40px 20px!important;text-align:center!important;transition:color .3s ease}.ns-patient-info-card::-webkit-scrollbar{width:6px!important}.ns-patient-info-card::-webkit-scrollbar-track{background:#f1f5f9!important;background:var(--chat-scrollbar-track)!important}.ns-patient-info-card::-webkit-scrollbar-thumb,.ns-patient-info-card::-webkit-scrollbar-track{border-radius:3px!important;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.ns-patient-info-card::-webkit-scrollbar-thumb{background:#cbd5e1!important;background:var(--chat-scrollbar-thumb)!important}.ns-patient-info-card::-webkit-scrollbar-thumb:hover{background:#94a3b8!important;background:var(--chat-scrollbar-thumb-hover)!important}.ns-info-badge{align-items:center!important;background:linear-gradient(135deg,#2a9d8f,#0ea5e9)!important;border-radius:12px!important;color:#fff!important;display:inline-flex!important;font-size:11px!important;font-weight:600!important;height:20px!important;justify-content:center!important;margin-left:8px!important;min-width:20px!important;padding:2px 8px!important}@media (max-width:768px){.ns-patient-info-section{margin-bottom:12px!important;padding:12px!important}.ns-patient-info-section h3{font-size:15px!important;margin-bottom:12px!important}.ns-patient-info-row{align-items:flex-start!important;flex-direction:column!important;gap:4px!important}.ns-patient-info-value{margin-left:0!important;text-align:left!important}.ns-meal-plan-card{padding:10px!important}}.ns-comparison-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-top:20px;padding:20px}.ns-comparison-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ns-comparison-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:16px;transition:all .2s ease}.ns-comparison-item:hover{border-color:#0ea5e9;box-shadow:0 2px 8px #0000000d}.ns-comparison-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.ns-comparison-label{color:#0f172a;font-size:13px;font-weight:600}.ns-comparison-trend{font-size:18px}.ns-comparison-values{align-items:center;display:flex;gap:8px;margin-bottom:8px}.ns-comparison-value{display:flex;flex:1 1;flex-direction:column;gap:4px}.ns-comparison-value-label{color:#64748b;font-size:11px}.ns-comparison-value-number{color:#0f172a;font-size:16px;font-weight:600}.ns-comparison-arrow{color:#94a3b8;flex-shrink:0;font-size:14px}.ns-comparison-diff{border-top:1px solid #e2e8f0;font-size:12px;font-weight:600;padding-top:8px;text-align:center}@media (max-width:640px){.ns-comparison-grid{grid-template-columns:1fr}}.ns-advanced-charts{margin-top:24px}.ns-chart-container{background:#fff;border:1px solid #e2e8f0;margin-bottom:20px}.ns-chart-container h3{border-bottom:1px solid #e2e8f0;padding-bottom:12px}.ns-delta{border-radius:999px;font-size:11px;font-weight:600;margin-left:6px;padding:2px 6px}.ns-delta.positive{background-color:#d1fae5;color:#059669}.ns-delta.negative{background-color:#fee2e2;color:#dc2626}.ns-anamnesis-form{display:flex;flex-direction:column;gap:24px}.ns-form-section{background:var(--ns-surface);border:1px solid var(--ns-border);border-radius:12px;padding:20px}.ns-form-section h3{border-bottom:2px solid var(--ns-primary);color:var(--ns-text);font-size:16px;font-weight:600;margin:0 0 16px;padding-bottom:12px}.ns-exams-list{display:flex;flex-direction:column;gap:16px}.ns-exam-card{background:var(--ns-surface);border:1px solid var(--ns-border);border-radius:8px;padding:16px}.ns-exam-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.ns-exam-header h4{color:var(--ns-text);font-size:16px;font-weight:600;margin:0 0 4px}.ns-exam-date{color:var(--ns-text-secondary);font-size:13px;margin:0}.ns-exam-actions{display:flex;gap:8px}.ns-btn-delete,.ns-btn-edit{background:var(--ns-surface);border:1px solid var(--ns-border);border-radius:6px;color:var(--ns-text);cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s}.ns-btn-edit:hover{background:var(--ns-primary);border-color:var(--ns-primary);color:#fff}.ns-btn-delete:hover{background:var(--ns-error);border-color:var(--ns-error);color:#fff}.ns-exam-observations{background:var(--ns-surface-hover);border-radius:6px;color:var(--ns-text-secondary);font-size:13px;margin:12px 0;padding:12px}.ns-exam-results{margin-top:12px}.ns-exam-form{display:flex;flex-direction:column;gap:16px}.ns-parameters-section{background:var(--ns-surface);border:1px solid var(--ns-border);border-radius:8px;padding:16px}.ns-parameters-section h4{color:var(--ns-text);font-size:15px;font-weight:600;margin:0 0 16px}.ns-parameter-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.ns-parameters-list{border-top:1px solid var(--ns-border);margin-top:16px;padding-top:16px}.ns-parameters-list h5{color:var(--ns-text);font-size:14px;font-weight:600;margin:0 0 12px}.ns-parameters-list ul{display:flex;flex-direction:column;gap:8px;list-style:none;margin:0;padding:0}.ns-parameters-list li{align-items:center;background:var(--ns-surface-hover);border-radius:6px;display:flex;font-size:13px;justify-content:space-between;padding:10px}.ns-btn-remove-small{align-items:center;background:var(--ns-error);border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:24px;justify-content:center;line-height:1;padding:0;width:24px}.ns-empty-state{color:var(--ns-text-secondary);font-size:14px;padding:40px 20px;text-align:center}.ns-exam-charts{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:24px}.ns-chart-container{background:var(--ns-surface);border:1px solid var(--ns-border);border-radius:12px;padding:20px}.ns-chart-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:16px}.ns-chart-header h4{color:var(--ns-text);flex:1 1;font-size:16px;font-weight:600;margin:0;min-width:200px}.ns-chart-meta{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.ns-chart-date,.ns-chart-unit{background:var(--ns-surface-hover);border-radius:4px;color:var(--ns-text-secondary);font-size:13px;padding:4px 8px}.ns-chart-status{margin-bottom:16px}.ns-status-badge{border-radius:6px;color:#fff;display:inline-block;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.ns-chart-info{border-top:1px solid var(--ns-border);display:flex;flex-wrap:wrap;gap:24px;margin-top:16px;padding-top:16px}.ns-chart-info-item{display:flex;flex-direction:column;gap:4px}.ns-info-label{color:var(--ns-text-secondary);font-size:12px;font-weight:500}.ns-info-value{color:var(--ns-text);font-size:14px;font-weight:600}.ns-pdf-upload-section{background:var(--ns-surface);border:1px solid var(--ns-border);border-radius:8px;margin-top:16px;padding:16px}.ns-pdf-upload-section h4{color:var(--ns-text);font-size:15px;font-weight:600;margin:0 0 12px}.ns-pdf-upload-controls{display:flex;flex-direction:column;gap:8px}.ns-pdf-info{background:var(--ns-surface-hover);border-radius:6px;margin-top:8px;padding:8px}@media (max-width:640px){.ns-form-section{padding:16px}.ns-exam-header{flex-direction:column;gap:12px}.ns-exam-actions{width:100%}.ns-exam-actions button{flex:1 1}.ns-parameters-list li{align-items:flex-start;flex-direction:column;gap:8px}.ns-btn-remove-small{align-self:flex-end}}.admin-chat-widget-button{align-items:center;animation:floatIn .5s ease-out;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;bottom:24px;box-shadow:0 8px 24px #667eea66,0 4px 12px #00000026,inset 0 1px 0 #fff3;color:#fff;cursor:pointer;display:flex;font-size:28px;height:64px;justify-content:center;overflow:visible;position:fixed;right:24px;transition:all .3s cubic-bezier(.4,0,.2,1);width:64px;z-index:1000}.admin-chat-widget-button:before{background:linear-gradient(135deg,#ffffff4d,#0000);border-radius:50%;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.admin-chat-widget-button:hover{box-shadow:0 12px 32px #667eea80,0 6px 16px #0003,inset 0 1px 0 #ffffff4d;transform:scale(1.15) translateY(-2px)}.admin-chat-widget-button:hover:before{opacity:1}.admin-chat-widget-button:active{box-shadow:0 4px 12px #667eea66,0 2px 6px #00000026;transform:scale(1.05) translateY(0)}@keyframes floatIn{0%{opacity:0;transform:scale(0) translateY(20px)}60%{transform:scale(1.1) translateY(-5px)}to{opacity:1;transform:scale(1) translateY(0)}}.admin-chat-widget-button.has-unread{animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 8px 24px #667eea66,0 4px 12px #00000026,inset 0 1px 0 #fff3}50%{box-shadow:0 8px 24px #667eea99,0 4px 12px #00000026,0 0 0 4px #667eea33,inset 0 1px 0 #fff3}}.admin-chat-widget-badge{align-items:center;animation:badgeBounce .6s ease-out;background:linear-gradient(135deg,#ef4444,#dc2626);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #ef444466,0 0 0 2px #667eea1a;color:#fff;display:flex;font-size:11px;font-weight:700;height:26px;justify-content:center;line-height:1;min-width:26px;padding:0 6px;position:absolute;right:-6px;top:-6px}@keyframes badgeBounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.admin-chat-widget-button[data-tooltip]:after{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e293bf2;border-radius:8px;box-shadow:0 4px 12px #00000040;color:#fff;content:attr(data-tooltip);font-size:13px;font-weight:500;opacity:0;padding:10px 14px;pointer-events:none;position:absolute;right:calc(100% + 16px);top:50%;transform:translateY(-50%) translateX(-8px);transition:opacity .3s ease,transform .3s ease;white-space:nowrap;z-index:1001}.admin-chat-widget-button[data-tooltip]:hover:after{opacity:1;transform:translateY(-50%) translateX(0)}.admin-chat-container{display:flex;flex-direction:column;height:500px;max-height:70vh}.admin-chat-empty,.admin-chat-loading{align-items:center;color:#64748b;display:flex;height:100%;justify-content:center;padding:20px;text-align:center}.admin-chat-messages{background:#f8fafc;border-radius:8px;display:flex;flex:1 1;flex-direction:column;gap:12px;margin-bottom:16px;overflow-y:auto;padding:16px}.admin-chat-message{word-wrap:break-word;border-radius:12px;display:flex;flex-direction:column;max-width:70%;padding:12px 16px}.admin-chat-message.sent{align-self:flex-end;background:#667eea;color:#fff}.admin-chat-message.received{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;color:#1e293b}.admin-chat-message p{font-size:14px;line-height:1.5;margin:0}.admin-chat-time{font-size:11px;margin-top:4px;opacity:.7}.admin-chat-input{display:flex;flex-direction:column;gap:8px}.admin-chat-input-controls{align-items:center;display:flex;gap:8px}.admin-chat-text-input{border:1px solid #e2e8f0;border-radius:8px;flex:1 1;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s}.admin-chat-text-input:focus{border-color:#667eea}.admin-chat-text-input:disabled{background:#f1f5f9;cursor:not-allowed}.admin-chat-recording{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;display:flex;gap:12px;padding:12px}.admin-chat-recording-indicator{animation:recordingPulse 1s infinite;background:#ef4444;border-radius:50%;height:12px;width:12px}@keyframes recordingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.admin-chat-uploading{align-items:center;background:#dbeafe;border-radius:8px;color:#1e40af;display:flex;font-size:14px;gap:8px;padding:12px}.ns-page .admin-chat-widget-button{bottom:120px}@media (max-width:768px){.admin-chat-widget-button{bottom:20px;box-shadow:0 6px 20px #667eea66,0 3px 10px #00000026,inset 0 1px 0 #fff3;font-size:24px;height:56px;right:20px;width:56px}.ns-page .admin-chat-widget-button{bottom:100px}.admin-chat-widget-button:hover{transform:scale(1.1) translateY(-2px)}.admin-chat-widget-button:after{display:none}.admin-chat-widget-badge{border-width:2px;font-size:10px;height:22px;min-width:22px;right:-4px;top:-4px}.admin-chat-container{height:400px;max-height:60vh}.admin-chat-message{max-width:85%}}@media (max-width:480px){.admin-chat-widget-button{bottom:16px;font-size:22px;height:52px;right:16px;width:52px}.ns-page .admin-chat-widget-button{bottom:80px}.admin-chat-widget-badge{font-size:9px;height:20px;min-width:20px;padding:0 4px}}:root{--primary:#10b981;--primary-dark:#059669;--secondary:#0ea5e9;--dark:#0f172a;--slate:#475569;--light-slate:#94a3b8;--bg-main:#f8fafc;--surface:#fff;--grad-primary:linear-gradient(135deg,#10b981,#059669);--grad-text:linear-gradient(135deg,#0f172a,#334155);--grad-glow:radial-gradient(circle at center,#10b98126 0%,#0000 70%);--shadow-sm:0 4px 6px -1px #0000000d;--shadow-md:0 10px 15px -3px #0000000d;--shadow-lg:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000003;--shadow-xl:0 25px 50px -12px #0f172a26;--shadow-glass:0 8px 32px 0 #1f268712;--max-width:1280px;--header-height:80px;--font-display:"Plus Jakarta Sans",sans-serif;--font-body:"Inter",sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;background:var(--bg-main);color:#0f172a;color:var(--dark);font-family:Inter,sans-serif;font-family:var(--font-body);line-height:1.6}.ns-landing,body{overflow-x:hidden}.ns-landing{position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}.ns-landing-header-modern{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;height:80px;height:var(--header-height);left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:100}.ns-landing-header-modern.scrolled{background:#fffffff2;box-shadow:0 4px 6px -1px #0000000d;box-shadow:var(--shadow-sm);height:70px}.ns-landing-header-content{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1280px;max-width:var(--max-width);padding:0 24px}.ns-landing-logo-modern{align-items:center;display:flex;gap:12px}.ns-logo-icon-modern{align-items:center;background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);border-radius:10px;color:#fff;display:flex;height:36px;justify-content:center;width:36px}.ns-logo-icon-modern,.ns-logo-text-modern{font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-weight:800}.ns-logo-text-modern{color:#0f172a;color:var(--dark);font-size:20px;letter-spacing:-.03em}.ns-landing-nav-modern{display:none}.ns-mobile-menu-btn{background:none;border:none;color:#0f172a;color:var(--dark);cursor:pointer;display:block;font-size:24px;padding:8px}@media(min-width:768px){.ns-landing-nav-modern{display:flex;gap:32px}.ns-mobile-menu-btn{display:none}}.ns-landing-nav-modern a{color:#475569;color:var(--slate);font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.ns-landing-nav-modern a:hover{color:#10b981;color:var(--primary)}.ns-landing-cta-modern{align-items:center;display:flex;gap:12px}@media(max-width:480px){.ns-btn-login-modern{display:none}}.ns-link-login{text-decoration:none}.ns-btn-login-modern{background:none;border:none;color:#475569;color:var(--slate);cursor:pointer;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-weight:600}.ns-link-signup{text-decoration:none}.ns-btn-signup-modern{align-items:center;background:#0f172a;background:var(--dark);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:transform .2s,box-shadow .2s}@media(min-width:640px){.ns-btn-signup-modern{font-size:15px;padding:10px 20px}}.ns-btn-signup-modern:hover{background:#1e293b;box-shadow:0 10px 15px -3px #0000000d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.ns-hero-modern{align-items:center;display:flex;min-height:90vh;padding-bottom:60px;padding-top:120px;position:relative}@media(min-width:768px){.ns-hero-modern{min-height:100vh;padding-bottom:80px;padding-top:140px}}.ns-hero-bg-elements{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.ns-grid-pattern{background-image:linear-gradient(#cbd5e14d 1px,#0000 0),linear-gradient(90deg,#cbd5e14d 1px,#0000 0);background-size:40px 40px;inset:0;-webkit-mask-image:radial-gradient(circle at center,#000 0,#0000 80%);mask-image:radial-gradient(circle at center,#000 0,#0000 80%);position:absolute}.ns-blob{animation:float 10s ease-in-out infinite;filter:blur(80px);opacity:.6;position:absolute}.ns-blob-1{background:radial-gradient(circle,#10b98133 0,#0000 70%);height:500px;right:-5%;top:-10%;width:500px}.ns-blob-2{animation-delay:-5s;background:radial-gradient(circle,#0ea5e926 0,#0000 70%);bottom:0;height:600px;left:-10%;width:600px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.ns-hero-container{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr;margin:0 auto;max-width:1280px;max-width:var(--max-width);padding:0 24px;width:100%}@media(min-width:1024px){.ns-hero-container{align-items:center;grid-template-columns:1fr 1fr}}.ns-hero-text{max-width:600px}.ns-badge-new{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:100px;box-shadow:0 4px 6px -1px #0000000d;box-shadow:var(--shadow-sm);color:#475569;color:var(--slate);display:inline-flex;font-size:13px;font-weight:600;gap:8px;margin-bottom:24px;padding:6px 12px}.ns-hero-title{animation:fadeInUp .8s ease-out;color:#0f172a;color:var(--dark);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:36px;font-weight:800;letter-spacing:-.04em;line-height:1.1;margin-bottom:24px}@media(min-width:640px){.ns-hero-title{font-size:48px}}@media(min-width:768px){.ns-hero-title{font-size:56px}}@media(min-width:1024px){.ns-hero-title{font-size:64px}}.text-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);-webkit-background-clip:text;background-clip:text}.ns-hero-description{animation:fadeInUp .8s ease-out .2s backwards;color:#475569;color:var(--slate);font-size:16px;line-height:1.7;margin-bottom:40px}@media(min-width:768px){.ns-hero-description{font-size:18px}}.ns-hero-description strong{color:#0f172a;color:var(--dark);font-weight:600}.ns-hero-actions{animation:fadeInUp .8s ease-out .4s backwards;display:flex;flex-direction:column;gap:16px;margin-bottom:48px}@media(min-width:640px){.ns-hero-actions{flex-direction:row}}.ns-hero-actions a{text-decoration:none}.ns-btn-primary-lg{align-items:center;background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);border:none;border-radius:14px;box-shadow:0 10px 25px -5px #10b98166;color:#fff;cursor:pointer;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:16px;font-weight:700;gap:8px;padding:16px 32px;transition:all .3s cubic-bezier(.25,.8,.25,1)}.ns-btn-primary-lg:hover{box-shadow:0 15px 35px -5px #10b98180;transform:translateY(-2px)}.ns-btn-secondary-lg{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;color:#0f172a;color:var(--dark);cursor:pointer;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:16px;font-weight:600;gap:8px;padding:16px 32px;text-decoration:none;transition:all .2s}.ns-btn-secondary-lg:hover{background:#f8fafc;border-color:#cbd5e1}.ns-trust-indicators{align-items:center;border-top:1px solid #e2e8f0;display:flex;gap:24px;padding-top:24px}.ns-trust-item{display:flex;flex-direction:column}.ns-trust-number{color:#0f172a;color:var(--dark);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:24px;font-weight:800}.ns-trust-label{color:#94a3b8;color:var(--light-slate);font-size:13px}.ns-trust-divider{background:#e2e8f0;height:40px;width:1px}.ns-hero-visual{display:none;height:500px;position:relative}@media(min-width:1024px){.ns-hero-visual{display:block}}.ns-app-preview-card{background:#fff;border:1px solid #fffc;border-radius:24px;box-shadow:0 25px 50px -12px #0f172a26;box-shadow:var(--shadow-xl);left:50%;padding:24px;position:absolute;top:50%;transform:translate(-50%,-50%);width:380px;z-index:10}.ns-card-header{justify-content:space-between;margin-bottom:24px}.ns-card-header,.ns-user-info{align-items:center;display:flex}.ns-user-info{gap:12px}.ns-avatar{align-items:center;background:#f1f5f9;border-radius:50%;display:flex;font-size:20px;height:44px;justify-content:center;width:44px}.ns-user-name{color:#0f172a;color:var(--dark);font-weight:700}.ns-user-plan{color:#475569;color:var(--slate);font-size:12px}.ns-status-badge{background:#dcfce7;border-radius:100px;color:#166534;font-size:12px;font-weight:600;padding:4px 8px}.ns-stats-row{display:flex;gap:12px;margin-bottom:24px}.ns-stat-box{background:#f8fafc;border-radius:16px;display:flex;flex:1 1;flex-direction:column;gap:4px;padding:16px}.ns-icon{font-size:18px;margin-bottom:4px}.ns-chart-area{align-items:flex-end;border-top:1px solid #f1f5f9;display:flex;gap:8px;height:120px;justify-content:space-between;padding-top:20px}.ns-chart-bar{background:#e2e8f0;border-radius:4px;flex:1 1;transition:height 1s ease}.ns-chart-bar.active{background:#10b981;background:var(--primary)}.ns-float-card{align-items:center;animation:float 6s ease-in-out infinite;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000003;box-shadow:var(--shadow-lg);display:flex;gap:12px;padding:16px;position:absolute;z-index:20}.ns-float-1{animation-delay:1s;right:0;top:10%}.ns-float-2{animation-delay:2s;bottom:20%;left:0}.ns-float-icon{align-items:center;border-radius:10px;display:flex;font-size:20px;height:40px;justify-content:center;width:40px}.bg-green{background:#dcfce7}.bg-blue{background:#e0f2fe}.ns-features{background:#fff;padding:60px 0}@media(min-width:768px){.ns-features{padding:100px 0}}.ns-container{margin:0 auto;max-width:1280px;max-width:var(--max-width);padding:0 24px}.ns-section-header{margin:0 auto 60px;max-width:700px;text-align:center}.ns-badge-pill{background:#f1f5f9;border-radius:100px;color:#059669;color:var(--primary-dark);display:inline-block;font-size:12px;font-weight:700;letter-spacing:.05em;margin-bottom:20px;padding:6px 12px;text-transform:uppercase}.ns-section-header h2{color:#0f172a;color:var(--dark);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:36px;font-weight:800;letter-spacing:-.02em;margin-bottom:16px}.ns-section-header p{color:#475569;color:var(--slate);font-size:18px}.ns-bento-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr}@media(min-width:768px){.ns-bento-grid{grid-auto-rows:280px;grid-template-columns:repeat(3,1fr)}}.ns-bento-card{animation:fadeInUp .6s ease-out backwards;background:#f8fafc;border:1px solid #f1f5f9;border-radius:24px;display:flex;flex-direction:column;overflow:hidden;padding:32px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.ns-bento-card:first-child{animation-delay:.1s}.ns-bento-card:nth-child(2){animation-delay:.2s}.ns-bento-card:nth-child(3){animation-delay:.3s}.ns-bento-card:nth-child(4){animation-delay:.4s}.ns-bento-card:nth-child(5){animation-delay:.5s}.ns-bento-card:nth-child(6){animation-delay:.6s}.ns-bento-card:hover{border-color:#10b9814d;box-shadow:0 20px 25px -5px #0000000d,0 10px 10px -5px #00000003;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.ns-bento-card:before{background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.ns-bento-card:hover:before{opacity:1}.ns-bento-card.large{background:#0f172a;background:var(--dark);color:#fff;grid-column:span 1;grid-row:span 2}@media(min-width:1024px){.ns-bento-card.large{grid-column:span 1;grid-row:span 2}}.ns-bento-card.large h3{color:#fff}.ns-bento-card.large p{color:#94a3b8}.ns-bento-card.wide{grid-column:span 1}@media(min-width:768px){.ns-bento-card.wide{grid-column:span 2}}.ns-bento-card h3,.ns-bento-text h3{color:#0f172a;color:var(--dark);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:12px}.ns-bento-card p,.ns-bento-text p{color:#475569;color:var(--slate);font-size:15px;line-height:1.6}.ns-icon-box{align-items:center;border-radius:12px;display:flex;font-size:24px;height:48px;justify-content:center;margin-bottom:20px;width:48px}.ns-icon-box.purple{background:#8b5cf61a;color:#8b5cf6}.ns-icon-box.blue{background:#0ea5e91a;color:#0284c7}.ns-icon-box.green{background:#10b9811a;color:#059669}.ns-icon-box.orange{background:#f973161a;color:#ea580c}.dashboard-mock{background:#1e293b;border:1px solid #ffffff1a;border-radius:12px 12px 0 0;box-shadow:0 -10px 40px #0003;height:200px;margin-top:auto}.ns-flex-row{display:flex;gap:32px;height:100%}.ns-bento-text-side{flex:1 1;flex-direction:column}.ns-app-mock,.ns-bento-text-side{display:flex;justify-content:center}.ns-app-mock{align-items:center;flex:1 1;position:relative}.ns-phone-mockup{background:#1e293b;border:4px solid #334155;border-radius:20px;box-shadow:0 25px 50px -12px #0f172a26;box-shadow:var(--shadow-xl);height:240px;overflow:hidden;position:relative;transform:rotate(-10deg);width:140px}.ns-phone-screen{background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;bottom:12px;left:12px;opacity:.8;position:absolute;right:12px;top:12px}.ns-feature-mini-list{display:flex;flex-direction:column;gap:8px;list-style:none;margin-top:16px}.ns-feature-mini-list li{color:#475569;color:var(--slate);font-size:14px;font-weight:500}.ns-pricing{background:#f8fafc;padding:60px 0}@media(min-width:768px){.ns-pricing{padding:100px 0}}.ns-pricing-card-featured{margin:0 auto;max-width:420px}.ns-pricing-tag{background:#10b981;background:var(--primary);font-size:13px;padding:8px;text-transform:uppercase}.ns-pricing-body{padding:40px;text-align:center}.ns-price{color:#0f172a;color:var(--dark);margin:24px 0}.ns-price .currency{font-size:20px;font-weight:600;vertical-align:top}.ns-price .value{font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:56px;font-weight:800;letter-spacing:-.03em}.ns-price .cents{font-size:24px;font-weight:700}.ns-price .period{color:#94a3b8;color:var(--light-slate);font-size:16px}.ns-pricing-desc{color:#475569;color:var(--slate);margin-bottom:32px}.ns-features-list{list-style:none;margin-bottom:40px;text-align:left}.ns-features-list li{align-items:center;color:#0f172a;color:var(--dark);display:flex;font-weight:500;gap:12px;margin-bottom:16px}.check-icon{align-items:center;background:#dcfce7;border-radius:50%;color:#166534;display:flex;flex-shrink:0;font-size:14px;height:24px;justify-content:center;width:24px}.ns-btn-full{background:#0f172a;background:var(--dark);border-radius:12px;color:#fff;display:block;font-weight:700;padding:18px;text-decoration:none;transition:all .2s;width:100%}.ns-btn-full:hover{background:#1e293b;transform:translateY(-2px)}.ns-guarantee{color:#94a3b8;color:var(--light-slate);font-size:12px;margin-top:16px}.ns-videos{background:#111827;color:#fff;padding:100px 0}.ns-video-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.ns-video-card{background:#1f2937;border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.ns-video-wrapper{padding-top:56.25%;position:relative}.ns-video-wrapper iframe,.ns-video-wrapper video{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.ns-video-info{padding:24px}.ns-video-info h4{font-size:18px;margin-bottom:8px}.ns-video-info p{color:#9ca3af;font-size:14px}.ns-footer{background:#0f172a;border-top:4px solid #10b981;border-top:4px solid var(--primary);color:#fff;padding:80px 0 40px}.ns-footer-grid{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(1,1fr);margin-bottom:60px}@media(min-width:768px){.ns-footer-grid{grid-template-columns:2fr 1fr 1fr 1fr}}.ns-footer-logo{align-items:center;display:flex;gap:12px;margin-bottom:16px}.ns-footer-brand .ns-logo-text-modern{color:#fff}.ns-footer-brand p{color:#94a3b8;line-height:1.7;margin-top:16px;max-width:320px}.ns-footer-social{display:flex;gap:12px;margin-top:24px}.ns-social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.ns-social-link:hover{background:#10b981;background:var(--primary);transform:translateY(-3px)}.ns-footer h4{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:16px;font-weight:700;margin-bottom:24px}.ns-footer ul{list-style:none}.ns-footer li{margin-bottom:14px}.ns-footer a{color:#94a3b8;font-size:15px;text-decoration:none;transition:all .2s}.ns-footer a:hover{color:#10b981;color:var(--primary);padding-left:4px}.ns-footer-bottom{align-items:center;border-top:1px solid #ffffff1a;color:#64748b;display:flex;flex-direction:column;font-size:14px;gap:20px;justify-content:space-between;padding-top:40px}@media(min-width:768px){.ns-footer-bottom{flex-direction:row}}.ns-footer-badges{display:flex;gap:12px}.ns-badge-secure{background:#10b9811a;border:1px solid #10b98133;border-radius:100px;color:#10b981;color:var(--primary);font-size:12px;font-weight:600;padding:6px 12px}.ns-how-it-works{background:linear-gradient(180deg,#fff,#f8fafc);padding:60px 0}@media(min-width:768px){.ns-how-it-works{padding:100px 0}}.ns-steps-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;margin:0 auto;max-width:1000px}@media(min-width:768px){.ns-steps-grid{align-items:center;grid-template-columns:repeat(5,1fr)}}.ns-step-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;box-shadow:0 10px 15px -3px #0000000d;box-shadow:var(--shadow-md);padding:40px 24px;position:relative;text-align:center;transition:all .3s ease}.ns-step-card:hover{border-color:#10b9814d;box-shadow:0 25px 50px -12px #0f172a26;box-shadow:var(--shadow-xl);transform:translateY(-8px)}.ns-step-number{align-items:center;background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);border-radius:50%;box-shadow:0 4px 12px #10b98166;color:#fff;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:18px;font-weight:800;height:40px;justify-content:center;left:50%;position:absolute;top:-16px;transform:translateX(-50%);width:40px}.ns-step-icon{font-size:48px;margin-bottom:20px}.ns-step-card h3{color:#0f172a;color:var(--dark);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:20px;font-weight:700;margin-bottom:12px}.ns-step-card p{color:#475569;color:var(--slate);font-size:15px;line-height:1.6}.ns-step-arrow{color:#10b981;color:var(--primary);display:none;font-size:32px;font-weight:700;text-align:center}@media(min-width:768px){.ns-step-arrow{display:block}}.ns-testimonials{background:#0f172a;color:#fff;overflow:hidden;padding:60px 0;position:relative}@media(min-width:768px){.ns-testimonials{padding:100px 0}}.ns-testimonials:before{background:linear-gradient(90deg,#0000,#10b98180 50%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:0}.ns-testimonials .ns-section-header h2,.ns-testimonials .ns-section-header p{color:#fff}.ns-testimonials .ns-badge-pill{background:#10b98133;border:1px solid #10b9814d;color:#10b981;color:var(--primary)}.ns-testimonials-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:1fr}@media(min-width:768px){.ns-testimonials-grid{grid-template-columns:repeat(3,1fr)}}.ns-testimonial-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;padding:32px;transition:all .3s ease}.ns-testimonial-card:hover{background:#ffffff14;border-color:#10b98180;box-shadow:0 20px 40px #0000004d;transform:translateY(-5px)}.ns-testimonial-card.featured{background:#10b9811a;border:2px solid #10b9814d}.ns-rating{font-size:20px;letter-spacing:2px;margin-bottom:20px}.ns-testimonial-text{color:#e2e8f0;font-size:16px;font-style:italic;line-height:1.7;margin-bottom:24px}.ns-testimonial-author{align-items:center;border-top:1px solid #ffffff1a;display:flex;gap:16px;padding-top:24px}.ns-author-avatar{align-items:center;background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-weight:700;height:48px;justify-content:center;width:48px}.ns-testimonial-author strong{color:#fff;display:block;font-weight:700;margin-bottom:4px}.ns-testimonial-author span{color:#94a3b8;display:block;font-size:13px}.ns-stats-section{background:#fff;border-bottom:1px solid #f1f5f9;padding:80px 0}.ns-stats-wrapper{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr;text-align:center}@media(min-width:640px){.ns-stats-wrapper{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ns-stats-wrapper{grid-template-columns:repeat(7,1fr)}}.ns-stat-item{animation:fadeInUp .6s ease-out backwards}.ns-stat-item:first-child{animation-delay:.1s}.ns-stat-item:nth-child(3){animation-delay:.2s}.ns-stat-item:nth-child(5){animation-delay:.3s}.ns-stat-item:nth-child(7){animation-delay:.4s}.ns-stat-value{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);-webkit-background-clip:text;background-clip:text;color:#0f172a;color:var(--dark);font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:48px;font-weight:800;line-height:1;margin-bottom:12px}.ns-stat-label{color:#475569;color:var(--slate);font-size:14px;font-weight:500}.ns-stat-divider-vertical{background:#e2e8f0;display:none;width:1px}@media(min-width:1024px){.ns-stat-divider-vertical{display:block}}.ns-pricing-card-featured{animation:fadeInUp .8s ease-out;background:#fff;border:2px solid #10b981;border:2px solid var(--primary);border-radius:24px;box-shadow:0 25px 50px -12px #0f172a26;box-shadow:var(--shadow-xl);margin:0 auto 60px;max-width:500px;overflow:hidden;position:relative}.ns-pricing-tag{background:linear-gradient(135deg,#10b981,#059669);background:var(--grad-primary);color:#fff;font-size:14px;font-weight:700;letter-spacing:.05em;padding:12px;text-align:center}.ns-pricing-body h3{font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:24px;font-weight:700}.ns-features-list li strong,.ns-pricing-body h3{color:#0f172a;color:var(--dark)}.ns-pricing-benefits{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;margin:0 auto;max-width:900px}@media(min-width:768px){.ns-pricing-benefits{grid-template-columns:repeat(3,1fr)}}.ns-benefit-badge{align-items:center;background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d;box-shadow:var(--shadow-sm);display:flex;gap:16px;padding:24px;transition:all .3s ease}.ns-benefit-badge:hover{border-color:#10b98133;box-shadow:0 10px 15px -3px #0000000d;box-shadow:var(--shadow-md);transform:translateY(-3px)}.ns-benefit-icon{flex-shrink:0;font-size:32px}.ns-benefit-badge strong{color:#0f172a;color:var(--dark);display:block;font-size:15px;font-weight:700;margin-bottom:4px}.ns-benefit-badge span{color:#475569;color:var(--slate);font-size:13px}.ns-final-cta{background:linear-gradient(135deg,#10b981,#059669);overflow:hidden;padding:60px 0;position:relative}@media(min-width:768px){.ns-final-cta{padding:100px 0}}.ns-final-cta:before{background-image:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.ns-cta-content{position:relative;text-align:center;z-index:1}.ns-cta-content h2{animation:fadeInUp .6s ease-out;color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:36px;font-weight:800;letter-spacing:-.02em;margin-bottom:20px}@media(min-width:768px){.ns-cta-content h2{font-size:48px}}.ns-cta-content p{animation:fadeInUp .6s ease-out .2s backwards;color:#ffffffe6;font-size:18px;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px}.ns-cta-actions{align-items:center;animation:fadeInUp .6s ease-out .4s backwards;display:flex;flex-direction:column;gap:20px}.ns-btn-cta-primary{align-items:center;background:#fff;border:none;border-radius:14px;box-shadow:0 10px 30px #0003;color:#059669;color:var(--primary-dark);cursor:pointer;display:flex;font-family:Plus Jakarta Sans,sans-serif;font-family:var(--font-display);font-size:18px;font-weight:700;gap:12px;padding:18px 40px;transition:all .3s ease}.ns-btn-cta-primary:hover{box-shadow:0 15px 40px #0000004d;transform:translateY(-3px) scale(1.02)}.ns-link-already{color:#fff;font-size:15px;opacity:.9;text-decoration:none;transition:opacity .2s}.ns-link-already:hover{opacity:1}.ns-link-already strong{font-weight:700;text-decoration:underline}#image-generator-template{background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:1920px;overflow:hidden;position:relative;width:1920px}.template-container{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:40px;position:relative;width:100%}.before-after-template{background:linear-gradient(135deg,#667eea,#764ba2)}.before-after-template .template-container{background:#fff;border-radius:0;height:100%;margin:0;width:100%}.template-header{display:flex;flex-direction:column;flex-shrink:0;height:180px;justify-content:center;text-align:center}.template-title{color:#1a202c;font-size:80px;font-weight:700;letter-spacing:3px;line-height:1;margin:0 0 16px;text-transform:uppercase}.template-description{color:#4a5568;font-size:32px;line-height:1.2;margin:0}.before-after-images{align-items:stretch;display:flex;flex-shrink:0;gap:30px;height:1400px;justify-content:space-between;margin-bottom:30px}.before-after-item{display:flex;flex:1 1;flex-direction:column;gap:16px;height:100%}.image-label{color:#667eea;flex-shrink:0;font-size:42px;font-weight:700;height:60px;letter-spacing:4px;text-align:center;text-transform:uppercase}.image-container{background:#f7fafc;border-radius:12px;box-shadow:0 10px 30px #0003;display:flex;flex:1 1;flex-direction:column;height:100%;overflow:hidden;width:100%}.template-image{flex:1 1;height:100%;object-fit:cover;width:100%}.image-placeholder{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border:2px dashed #94a3b8;border-radius:12px;color:#64748b;font-size:32px;font-weight:500;justify-content:center;width:100%}.before-after-divider,.image-placeholder{align-items:center;display:flex;height:100%}.before-after-divider{flex-shrink:0;gap:16px;padding-top:76px}.divider-line{background:#667eea;border-radius:3px;height:6px;width:60px}.divider-arrow{color:#667eea;font-size:56px;font-weight:700}.template-metrics{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);border-radius:12px;box-sizing:border-box;display:flex;flex-shrink:0;gap:40px;height:180px;justify-content:center;padding:24px}.metric-item{text-align:center}.metric-label{color:#64748b;font-size:24px;font-weight:600;letter-spacing:1px;margin-bottom:8px;text-transform:uppercase}.metric-value{color:#1a202c;font-size:42px;font-weight:700}.metric-loss{color:#10b981;display:block;font-size:32px;margin-top:4px}.motivational-template{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}.template-overlay{background:#0006;bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.motivational-container{align-items:center;justify-content:center;position:relative;text-align:center;z-index:2}.motivational-content{align-items:center;display:flex;flex-direction:column;gap:80px;max-width:1600px}.motivational-title{color:#fff;font-size:112px;font-weight:800;letter-spacing:4px;margin:0;text-shadow:0 4px 12px #0000004d;text-transform:uppercase}.motivational-quote{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:20px;box-shadow:0 20px 60px #0000004d;display:flex;gap:40px;padding:80px}.quote-mark{color:#667eea;font-size:160px;font-weight:700;line-height:1;opacity:.6}.quote-text{color:#1a202c;flex:1 1;font-size:64px;font-style:italic;font-weight:600;line-height:1.4;margin:0}.motivational-hashtags{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.hashtag-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:30px;box-shadow:0 4px 12px #0003;color:#667eea;font-size:36px;font-weight:600;padding:24px 48px}.template-watermark{bottom:40px;opacity:.3;position:absolute;right:40px;transition:opacity .3s ease;z-index:10}.watermark-logo{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));height:auto;max-height:180px;max-width:180px;object-fit:contain;width:auto}.image-generator{display:flex;flex-direction:column;gap:24px;max-height:80vh;overflow-y:auto}.generator-section{display:flex;flex-direction:column;gap:12px}.generator-label{color:#1a202c;font-size:14px;font-weight:600}.template-selector{display:flex;gap:12px}.template-option{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;gap:8px;padding:16px;transition:all .2s ease}.template-option:hover{background:#f7fafc;border-color:#667eea}.template-option.active{background:#eff6ff;border-color:#667eea}.template-icon{font-size:32px}.template-name{color:#1a202c;font-size:14px;font-weight:600}.generator-form{flex-direction:column}.form-row,.generator-form{display:flex;gap:16px}.form-row-2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-row-3{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr 1fr}@media (max-width:768px){.form-row-2,.form-row-3{grid-template-columns:1fr}}.generator-field{display:flex;flex:1 1;flex-direction:column;gap:8px}.generator-field span{color:#475569;font-size:13px;font-weight:500}.template-preview-container{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;display:flex;justify-content:center;min-height:400px;overflow:auto;padding:20px}.template-preview{margin-bottom:-70%;transform:scale(.3);transform-origin:top center}.generator-actions{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:12px;padding-top:16px}.generator-warning{background:#fef3c7;border:1px solid #fde68a;border-radius:8px;color:#92400e;font-size:13px;padding:12px}.social-share-container{display:inline-block;position:relative}.social-share-overlay{animation:fadeIn .2s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.social-share-menu{animation:slideDown .3s ease;background:#fff;border-radius:16px;box-shadow:0 12px 32px #00000026;max-width:400px;min-width:320px;padding:20px;position:absolute;right:0;top:calc(100% + 8px);z-index:1000}:root.dark .social-share-menu{background:#1e293b;box-shadow:0 12px 32px #0006}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.social-share-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}:root.dark .social-share-header{border-bottom-color:#334155}.social-share-header h4{color:#0f172a;font-size:18px;font-weight:700;margin:0}:root.dark .social-share-header h4{color:#e2e8f0}.social-share-close{align-items:center;background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.social-share-close:hover{background:#f1f5f9;color:#0f172a}:root.dark .social-share-close{color:#94a3b8}:root.dark .social-share-close:hover{background:#334155;color:#e2e8f0}.social-share-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:3px solid #0ea5e9;border-radius:8px;color:#1e40af;font-size:13px;line-height:1.5;margin-bottom:16px;padding:12px}:root.dark .social-share-info{background:#0ea5e933;border-left-color:#0ea5e9;color:#93c5fd}.social-share-buttons-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr)}.social-share-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;color:#0f172a;cursor:pointer;display:flex;flex-direction:column;font-size:13px;font-weight:600;gap:8px;padding:16px 12px;transition:all .2s ease}:root.dark .social-share-button{background:#334155;border-color:#475569;color:#e2e8f0}.social-share-button:hover:not(:disabled){box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}:root.dark .social-share-button:hover:not(:disabled){box-shadow:0 4px 12px #0000004d}.social-share-button:disabled{cursor:not-allowed;opacity:.6}.social-share-button .social-icon{font-size:28px;line-height:1}.social-share-button.facebook:hover{background:linear-gradient(135deg,#1877f2,#0c63d4);border-color:#1877f2;color:#fff}.social-share-button.twitter:hover{background:linear-gradient(135deg,#1da1f2,#0d8bd9);border-color:#1da1f2;color:#fff}.social-share-button.whatsapp:hover{background:linear-gradient(135deg,#25d366,#1ebe57);border-color:#25d366;color:#fff}.social-share-button.linkedin:hover{background:linear-gradient(135deg,#0a66c2,#084d92);border-color:#0a66c2;color:#fff}.social-share-button.download:hover{background:linear-gradient(135deg,#10b981,#059669);border-color:#10b981;color:#fff}.social-share-button.copy:hover{background:linear-gradient(135deg,#8b5cf6,#7c3aed);border-color:#8b5cf6;color:#fff}.social-share-button.native:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea;color:#fff}@media (max-width:480px){.social-share-menu{animation:slideUp .3s ease;border-radius:16px 16px 0 0;bottom:0;left:0;max-width:none;min-width:auto;position:fixed;right:0;top:auto}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.social-share-buttons-grid{grid-template-columns:repeat(2,1fr)}}:root{--plan-surface:#fff;--plan-surface-hover:#f8fafc;--plan-surface-gradient-start:#f8fafc;--plan-surface-gradient-end:#f1f5f9;--plan-text-primary:#0f172a;--plan-text-muted:#64748b;--plan-text-secondary:#475569;--plan-border:#cbd5e1;--plan-border-dashed:#cbd5e1;--plan-warning-bg:#fef3c7;--plan-warning-bg-gradient-start:#fef3c7;--plan-warning-bg-gradient-end:#fde68a;--plan-warning-text:#92400e;--plan-warning-text-dark:#78350f;--plan-warning-border:#fbbf24;--plan-info-bg:#eff6ff;--plan-info-text:#1e40af}:root.dark{--plan-surface:#1e293b;--plan-surface-hover:#334155;--plan-surface-gradient-start:#1e293b;--plan-surface-gradient-end:#334155;--plan-text-primary:#e2e8f0;--plan-text-muted:#94a3b8;--plan-text-secondary:#cbd5e1;--plan-border:#334155;--plan-border-dashed:#475569;--plan-warning-bg:#eab30833;--plan-warning-bg-gradient-start:#eab30833;--plan-warning-bg-gradient-end:#eab30826;--plan-warning-text:#fbbf24;--plan-warning-text-dark:#fcd34d;--plan-warning-border:#f59e0b;--plan-info-bg:#3b82f633;--plan-info-text:#93c5fd}.plan-upgrade-container{margin:0 auto;max-width:1200px;width:100%}.plan-upgrade-empty,.plan-upgrade-max{background:linear-gradient(135deg,#f8fafc,#f1f5f9);background:linear-gradient(135deg,var(--plan-surface-gradient-start) 0,var(--plan-surface-gradient-end) 100%);border:2px dashed #cbd5e1;border:2px dashed var(--plan-border-dashed);border-radius:16px;padding:48px 24px;text-align:center;transition:background .3s ease,border-color .3s ease}.plan-upgrade-empty p{color:#64748b;color:var(--plan-text-muted);font-size:15px;margin:8px 0;transition:color .3s ease}.plan-upgrade-empty a{color:#0ea5e9;font-weight:600;text-decoration:none}.plan-upgrade-empty a:hover{text-decoration:underline}.plan-upgrade-max{background:linear-gradient(135deg,#fef3c7,#fde68a);background:linear-gradient(135deg,var(--plan-warning-bg-gradient-start) 0,var(--plan-warning-bg-gradient-end) 100%);border:2px solid #fbbf24;border:2px solid var(--plan-warning-border)}.plan-upgrade-max-icon{font-size:64px;margin-bottom:16px}.plan-upgrade-max h3{color:#92400e;color:var(--plan-warning-text);font-size:24px;margin:0 0 12px;transition:color .3s ease}.plan-upgrade-max p{color:#78350f;color:var(--plan-warning-text-dark);font-size:15px;margin:0;transition:color .3s ease}.plan-upgrade-current{background:linear-gradient(135deg,#2a9d8f,#0ea5e9);border-radius:16px;box-shadow:0 8px 24px #0ea5e94d;color:#fff;margin-bottom:40px;padding:32px}.plan-upgrade-current-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.plan-upgrade-current-header h3{color:#ffffffe6;font-size:20px;font-weight:600;margin:0}.plan-upgrade-current-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff40;border:2px solid #ffffff4d;border-radius:999px;font-size:16px;font-weight:700;padding:8px 20px}.plan-upgrade-current-info{align-items:baseline;display:flex;gap:24px}.plan-upgrade-current-price{font-size:42px;font-weight:800;line-height:1}.plan-upgrade-current-price span{font-size:18px;font-weight:500;opacity:.8}.plan-upgrade-current-limit{font-size:16px;font-weight:500;opacity:.9}.plan-upgrade-options{margin-top:40px}.plan-upgrade-options h3{color:#0f172a;color:var(--plan-text-primary);font-size:24px;font-weight:700;margin:0 0 8px;transition:color .3s ease}.plan-upgrade-subtitle{color:#64748b;color:var(--plan-text-muted);font-size:15px;margin:0 0 32px;transition:color .3s ease}.plan-upgrade-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.plan-upgrade-card{background:#fff;background:var(--plan-surface);border:2px solid #cbd5e1;border:2px solid var(--plan-border);border-radius:16px;display:flex;flex-direction:column;overflow:hidden;padding:28px;position:relative;transition:all .3s ease}.plan-upgrade-card:hover{border-color:#0ea5e9;box-shadow:0 12px 32px #0ea5e926;transform:translateY(-4px)}:root.dark .plan-upgrade-card:hover{box-shadow:0 12px 32px #0ea5e940}.plan-upgrade-card.popular{border-color:#fbbf24;border-width:3px;box-shadow:0 8px 24px #fbbf2433}.plan-upgrade-card.popular:hover{box-shadow:0 12px 32px #fbbf244d}.plan-upgrade-popular-badge{background:linear-gradient(135deg,#fbbf24,#f59e0b);box-shadow:0 4px 12px #fbbf2466}.plan-downgrade-badge,.plan-upgrade-popular-badge{color:#fff;font-size:12px;font-weight:700;letter-spacing:.5px;padding:6px 40px;position:absolute;right:-32px;text-transform:uppercase;top:16px;transform:rotate(45deg)}.plan-downgrade-badge{background:linear-gradient(135deg,#f97316,#ea580c);box-shadow:0 4px 12px #f9731666}.plan-upgrade-card.downgrade{border-color:#f97316}.plan-upgrade-card.downgrade:hover{border-color:#ea580c;box-shadow:0 12px 32px #f9731626}.plan-upgrade-card-header{border-bottom:1px solid #cbd5e1;border-bottom:1px solid var(--plan-border);margin-bottom:24px;padding-bottom:24px;transition:border-color .3s ease}.plan-upgrade-card-header h4{color:#0f172a;color:var(--plan-text-primary);font-size:22px;font-weight:700;margin:0 0 12px;transition:color .3s ease}.plan-upgrade-card-price{color:#0ea5e9;font-size:36px;font-weight:800;line-height:1;margin-bottom:8px}.plan-upgrade-card-price span{color:#64748b;color:var(--plan-text-muted);font-size:16px;font-weight:500;transition:color .3s ease}.plan-upgrade-card-diff{color:#10b981;font-size:14px;font-weight:600}.plan-upgrade-card-diff.negative{color:#f97316}.plan-upgrade-card-body{flex:1 1;margin-bottom:24px}.plan-upgrade-card-limit{background:#f8fafc;background:var(--plan-surface-hover);border-radius:8px;color:#0f172a;color:var(--plan-text-primary);font-size:16px;font-weight:600;margin-bottom:20px;padding:12px;text-align:center;transition:background-color .3s ease,color .3s ease}.plan-upgrade-card-differences{margin-top:16px}.plan-upgrade-card-differences strong{color:#0f172a;color:var(--plan-text-primary);display:block;font-size:14px;margin-bottom:12px;transition:color .3s ease}.plan-upgrade-card-differences ul{list-style:none;margin:0;padding:0}.plan-upgrade-card-differences li{align-items:flex-start;color:#475569;color:var(--plan-text-secondary);display:flex;font-size:14px;gap:8px;line-height:1.5;padding:8px 0;transition:color .3s ease}.plan-upgrade-card-footer{display:flex;flex-direction:column;gap:12px}.plan-upgrade-compare-btn{background:#0000;border:none;color:#0ea5e9;cursor:pointer;font-size:13px;font-weight:600;padding:8px;text-decoration:underline;transition:all .2s ease}.plan-upgrade-compare-btn:hover{color:#0284c7;text-decoration:none}.plan-comparison-modal{display:flex;flex-direction:column;gap:24px}.plan-comparison-grid{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:1fr auto 1fr}.plan-comparison-column{background:#f8fafc;background:var(--plan-surface-hover);border:2px solid #cbd5e1;border:2px solid var(--plan-border);border-radius:12px;padding:24px;transition:background-color .3s ease,border-color .3s ease}.plan-comparison-column.highlight{background:linear-gradient(135deg,#eff6ff,#3b82f61a);background:linear-gradient(135deg,var(--plan-info-bg),#3b82f61a);border-color:#0ea5e9;box-shadow:0 4px 16px #0ea5e926}:root.dark .plan-comparison-column.highlight{box-shadow:0 4px 16px #0ea5e940}.plan-comparison-column h4{color:#64748b;color:var(--plan-text-muted);font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase;transition:color .3s ease}.plan-comparison-name{color:#0f172a;color:var(--plan-text-primary);font-size:22px;font-weight:700;margin-bottom:8px;transition:color .3s ease}.plan-comparison-price{color:#0ea5e9;font-size:28px;font-weight:800;margin-bottom:20px}.plan-comparison-features{display:flex;flex-direction:column;gap:8px}.plan-comparison-feature{color:#475569;color:var(--plan-text-secondary);font-size:13px;line-height:1.4;padding:6px 0;transition:color .3s ease}.plan-comparison-arrow{align-self:center;color:#0ea5e9;font-size:32px;font-weight:700}.plan-comparison-discount{align-items:flex-start;background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:2px solid #10b981;border-radius:12px;display:flex;gap:16px;padding:20px}.plan-comparison-discount-icon{flex-shrink:0;font-size:32px}.plan-comparison-discount-content{flex:1 1}.plan-comparison-discount-content strong{color:#065f46;display:block;font-size:16px;margin-bottom:8px}.plan-comparison-discount-content p{color:#047857;font-size:14px;margin:0 0 12px}.plan-comparison-discount-calc{background:#fff;background:var(--plan-surface);border-radius:8px;color:#0f172a;color:var(--plan-text-primary);display:flex;flex-direction:column;font-size:13px;gap:6px;padding:12px;transition:background-color .3s ease,color .3s ease}.plan-comparison-discount-total{border-top:2px solid #10b981;color:#065f46;font-size:16px;margin-top:8px;padding-top:8px}.plan-comparison-info{background:#eff6ff;background:var(--plan-info-bg);border:1px solid #3b82f64d;border-radius:8px;padding:16px;transition:background-color .3s ease,border-color .3s ease}.plan-comparison-info p{color:#1e40af;color:var(--plan-info-text);font-size:13px;line-height:1.6;margin:0;transition:color .3s ease}@media (max-width:768px){.plan-upgrade-current{padding:24px}.plan-upgrade-current-header{align-items:flex-start}.plan-upgrade-current-header,.plan-upgrade-current-info{flex-direction:column;gap:12px}.plan-upgrade-current-price{font-size:32px}.plan-comparison-grid,.plan-upgrade-grid{grid-template-columns:1fr}.plan-comparison-grid{gap:16px}.plan-comparison-arrow{justify-self:center;transform:rotate(90deg)}.plan-comparison-discount{flex-direction:column}}@media (max-width:480px){.plan-upgrade-current{padding:20px}.plan-upgrade-current-price{font-size:28px}.plan-upgrade-card{padding:20px}.plan-upgrade-card-price{font-size:28px}.plan-comparison-column{padding:16px}.plan-comparison-price{font-size:24px}}.ns-preconsultation-form{display:flex;flex-direction:column;gap:24px}.ns-form-sections{border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding-bottom:16px}.ns-section-tab{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:12px 20px;transition:all .2s ease;white-space:nowrap}.ns-section-tab:hover{background:#f1f5f9;border-color:#cbd5e1;color:#475569}.ns-section-tab.active{background:#0ea5e9;border-color:#0ea5e9;color:#fff}.ns-form-content{min-height:400px}.ns-form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.ns-form-actions{border-top:2px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:24px}@media (max-width:768px){.ns-form-sections{flex-direction:column}.ns-section-tab{text-align:left;width:100%}.ns-form-grid{grid-template-columns:1fr}.ns-form-actions{flex-direction:column}.ns-form-actions button{width:100%}}.ns-financial-page{padding:0}.ns-financial-filters{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px}.ns-financial-filters input,.ns-financial-filters select{border:1px solid #e2e8f0;border-radius:6px;font-size:14px;padding:8px 12px}.ns-financial-consultations-table{width:100%}.ns-financial-consultations-table th{background-color:#f8fafc;border-bottom:2px solid #e2e8f0;font-size:14px;font-weight:600;padding:12px;text-align:left}.ns-financial-consultations-table td{border-bottom:1px solid #e2e8f0;font-size:14px;padding:12px}.ns-financial-consultations-table tr:hover{background-color:#f8fafc}.ns-financial-status-badge{border-radius:4px;display:inline-block;font-size:12px;font-weight:500;padding:4px 8px}.ns-financial-status-badge.pago{background-color:#d1fae5;color:#065f46}.ns-financial-status-badge.pendente{background-color:#fef3c7;color:#92400e}.ns-financial-actions,.ns-kpi{display:flex;gap:8px}.ns-kpi{flex-direction:column}.ns-kpi-value{color:#1e293b;font-size:28px;font-weight:700}.ns-kpi-label{color:#64748b;font-size:14px}.ns-form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.ns-tabs{border-bottom:2px solid #e2e8f0;display:flex;gap:8px;margin-bottom:32px;overflow-x:auto}.ns-tab{background:#0000;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease;white-space:nowrap}.ns-tab:hover{background:#0ea5e90d;color:#0ea5e9}.ns-tab.active{border-bottom-color:#0ea5e9;color:#0ea5e9;font-weight:600}.ns-tab-content{min-height:400px}.ns-financial-type-badge{border-radius:4px;display:inline-block;font-size:12px;font-weight:500;padding:4px 8px}.ns-financial-type-badge.receita{background-color:#d1fae5;color:#065f46}.ns-financial-type-badge.despesa{background-color:#fee2e2;color:#991b1b}.ns-financial-status-badge.cancelado{background-color:#f3f4f6;color:#6b7280}.ns-category-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.ns-category-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:12px;padding:12px}.ns-category-color{border-radius:4px;flex-shrink:0;height:24px;width:24px}.ns-category-name{color:#1e293b;flex:1 1;font-weight:500}.ns-category-actions{display:flex;gap:8px}.ns-category-badge{background:#e0e7ff;border-radius:4px;color:#4338ca;font-size:11px;font-weight:500;padding:2px 8px}.ns-financial-report-summary{background:#f8fafc;border-radius:12px;margin-bottom:32px;padding:24px}.ns-financial-report-summary h3{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 16px}.ns-report-label{color:#64748b;font-size:14px;font-weight:500;margin:0 0 8px}.ns-report-value{color:#1e293b;font-size:24px;font-weight:700;margin:0}@media (max-width:768px){.ns-tabs{gap:4px}.ns-tab{font-size:13px;padding:10px 16px}.ns-category-grid{grid-template-columns:1fr}.ns-financial-report-summary .ns-grid{grid-template-columns:1fr!important}}
/*# sourceMappingURL=main.748bdf0b.css.map*/