:root{--blue-50: #EFF6FF;--blue-100: #DBEAFE;--blue-200: #BFDBFE;--blue-300: #93C5FD;--blue-400: #60A5FA;--blue-500: #3B82F6;--blue-600: #2563EB;--blue-700: #1D4ED8;--blue-800: #1E40AF;--blue-900: #1E3A5F;--white: #FFFFFF;--gray-50: #FAFAF9;--gray-100: #F5F5F4;--gray-200: #E7E5E4;--gray-300: #D6D3D1;--gray-400: #A8A29E;--gray-500: #78716C;--gray-600: #57534E;--gray-700: #44403C;--gray-800: #292524;--gray-900: #1C1917;--brand: #2563EB;--brand-dark: #1D4ED8;--brand-light: #3B82F6;--brand-glow: rgba(37, 99, 235, .25);--brand-subtle: rgba(37, 99, 235, .06);--stone-50: #FAFAF9;--stone-100: #F5F5F4;--stone-200: #E7E5E4;--stone-300: #D6D3D1;--stone-400: #A8A29E;--stone-500: #78716C;--stone-600: #57534E;--stone-700: #44403C;--stone-800: #292524;--stone-900: #1C1917;--text-heading: #1C1917;--text-body: #57534E;--text-muted: var(--stone-400);--font-display: "Source Serif 4", Georgia, "Times New Roman", serif;--font-sans: "Source Serif 4", Georgia, "Times New Roman", serif;--font-prose: "Source Serif 4", Georgia, "Times New Roman", serif;--font-ui: "Source Serif 4", Georgia, "Times New Roman", serif;--font-mono: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 2rem;--text-4xl: 2.5rem;--text-5xl: 3rem;--text-6xl: 4rem;--leading-tight: 1.1;--leading-heading: 1.16;--leading-body: 1.72;--leading-prose: 1.82;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--weight-extra: 800;--footer-bg: #0F172A;--footer-text: rgba(255,255,255,.6);--footer-muted: rgba(255,255,255,.35);--r-sm: 8px;--r-md: 12px;--r-lg: 16px;--r-xl: 20px;--r-2xl: 24px;--r-full: 9999px;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.07), 0 2px 4px -2px rgba(0,0,0,.05);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);--shadow-xl: 0 20px 25px -5px rgba(0,0,0,.08), 0 8px 10px -6px rgba(0,0,0,.04);--shadow-2xl: 0 25px 50px -12px rgba(0,0,0,.15);--shadow-blue: 0 4px 14px rgba(37, 99, 235, .3);--shadow-blue-lg: 0 8px 24px rgba(37, 99, 235, .35);--ease: cubic-bezier(.16, 1, .3, 1);--dur: .35s}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}body{font-family:var(--font-prose);font-size:var(--text-md);line-height:var(--leading-body);color:var(--text-body);background:#fdfcfa;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}::selection{background:var(--blue-100);color:#1c1917}.skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:.625rem 1.25rem;background:var(--brand);color:#fff;font-weight:700;font-size:.875rem;border-radius:0 0 var(--r-md) var(--r-md);text-decoration:none;transition:top .15s ease}.skip-link:focus{top:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-toast{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%) translateY(10px);opacity:0;pointer-events:none;background:#1c1917ed;color:#fff;padding:.625rem .875rem;border-radius:var(--r-full);font-size:var(--text-sm);font-weight:700;box-shadow:var(--shadow-xl);transition:opacity .2s var(--ease),transform .2s var(--ease);z-index:9999;max-width:calc(100vw - 2rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-toast.show{opacity:1;transform:translate(-50%) translateY(0)}.container{max-width:1140px;margin:0 auto;padding:0 1.5rem}.container-sm{max-width:720px;margin:0 auto;padding:0 1.5rem}.container-md{max-width:860px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.container,.container-sm,.container-md{padding:0 2rem}}h1,.h1{font-family:var(--font-display);font-size:clamp(2.25rem,5vw,var(--text-6xl));font-weight:var(--weight-bold);line-height:1.03;letter-spacing:0;color:var(--text-heading)}h2,.h2{font-family:var(--font-display);font-size:clamp(1.625rem,3.2vw,var(--text-4xl));font-weight:var(--weight-bold);line-height:1.08;letter-spacing:0;color:var(--text-heading)}h3,.h3{font-family:var(--font-display);font-size:var(--text-xl);font-weight:var(--weight-bold);line-height:1.3;letter-spacing:0;color:var(--text-heading)}h4,.h4{font-family:var(--font-display);font-size:var(--text-lg);font-weight:var(--weight-bold);line-height:1.35;color:var(--text-heading)}.body-xl{font-size:clamp(var(--text-lg),1.25vw,1.3125rem);line-height:1.75;color:var(--text-body)}.body-lg{font-size:clamp(var(--text-md),1.1vw,var(--text-lg));line-height:1.75;color:var(--text-body)}.body-md{font-size:var(--text-md);line-height:var(--leading-body);color:var(--text-body)}.body-sm{font-size:var(--text-sm);line-height:1.7;color:var(--text-body)}.gradient-heading{color:var(--text-heading)}.section-label{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#92400e;background:#fef9ee;border:1px solid rgba(146,64,14,.2);padding:.3rem .875rem;border-radius:var(--r-full);margin-bottom:1rem}.section-label svg{width:13px;height:13px}.section{padding:6.5rem 0}@media(min-width:1024px){.section{padding:7.5rem 0}}.section-sm{padding:4rem 0}@media(min-width:1024px){.section-sm{padding:5rem 0}}.section-header{text-align:center;max-width:720px;margin:0 auto 4rem}@media(min-width:1024px){.section-header{margin-bottom:4.25rem}}.section-header h2{margin-top:.5rem}.section-header .body-lg,.section-header .body-xl{margin-top:1rem}.tool-how-section{padding:5.25rem 0}@media(min-width:1024px){.tool-how-section{padding:6.5rem 0}}.tool-how-section .section-header{margin-bottom:2.4rem}.tool-step-list{display:grid;gap:1rem;max-width:980px;margin:0 auto;position:relative}.tool-step-list:before{content:"";position:absolute;top:1.6rem;bottom:1.6rem;left:1.55rem;width:2px;background:linear-gradient(180deg,#2563eb61,#d9775733);border-radius:var(--r-full)}.tool-step-card{position:relative;display:grid;grid-template-columns:3.35rem minmax(0,1fr);gap:1.2rem;align-items:start;padding:clamp(1.2rem,2.2vw,1.65rem);border:1px solid rgba(214,211,209,.82);border-radius:22px;background:linear-gradient(135deg,#fffffffa,#fafaf9d1),radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 34%);box-shadow:0 16px 42px #1c191712,var(--shadow-xs);overflow:hidden;transition:transform .2s var(--ease),box-shadow .2s var(--ease),border-color .2s var(--ease)}.bg-white .tool-step-card{background:linear-gradient(135deg,#fff,#fdfcfa),radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 34%)}.tool-step-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 4px 0 #2563ebc7}.tool-step-card:hover{transform:translateY(-2px);border-color:#2563eb42;box-shadow:0 22px 54px #1c19171a,var(--shadow-sm)}.tool-step-number{display:inline-flex;align-items:center;justify-content:center;width:3.1rem;height:3.1rem;border-radius:var(--r-full);background:linear-gradient(135deg,var(--brand),#4F46E5);color:var(--white);font-size:var(--text-xs);font-weight:800;line-height:1;box-shadow:0 10px 24px #2563eb3d;position:relative;z-index:1}.tool-step-content{min-width:0;padding-top:.05rem}.tool-step-content h3{margin-bottom:.35rem;font-size:clamp(var(--text-lg),1.35vw,var(--text-xl));line-height:1.3;max-width:42ch}.tool-step-card p{margin:0;color:var(--gray-600);max-width:72ch;font-size:clamp(1rem,.25vw + .95rem,1.08rem);line-height:1.68}.tool-step-card code{display:inline-block;padding:.12rem .42rem;border:1px solid var(--blue-100);border-radius:var(--r-sm);background:var(--blue-50);color:var(--blue-700);font-family:var(--font-mono);font-size:.92em;line-height:1.45;overflow-wrap:anywhere}.tool-prose-panel{max-width:980px;margin:0 auto;padding:clamp(1.35rem,3vw,2.3rem);border:1px solid rgba(214,204,190,.88);border-radius:24px;background:linear-gradient(135deg,#fffffff5,#f8f3ecc2),radial-gradient(circle at 100% 0,rgba(37,99,235,.08),transparent 32%);box-shadow:0 20px 58px #1c191712,var(--shadow-xs)}.bg-white .tool-prose-panel{background:linear-gradient(135deg,#fff,#f8f3ec),radial-gradient(circle at 100% 0,rgba(37,99,235,.08),transparent 32%)}.tool-prose-panel .section-label{margin-bottom:.75rem}.tool-prose-panel h2{max-width:760px;line-height:1.06}.tool-prose-panel p{max-width:74ch;color:var(--gray-600);font-size:clamp(1rem,.28vw + .96rem,1.1rem);line-height:1.68}.tool-prose-panel p+p{margin-top:.8rem}.tool-prose-panel .btn{margin-top:.4rem}@media(max-width:640px){.tool-step-list{gap:.9rem}.tool-step-list:before{display:none}.tool-step-card{grid-template-columns:minmax(0,1fr);padding:1.15rem}.tool-step-number{width:2.35rem;height:2.35rem}.tool-prose-panel{padding:1.15rem}}.divider{width:56px;height:3px;background:linear-gradient(90deg,#d97757,#92400e);border-radius:2px;margin:1.5rem auto}.bg-white{background:#fdfcfa}.bg-gray{background:linear-gradient(160deg,#f7f4ef,#ede8e0)}.bg-blue-subtle{background:linear-gradient(180deg,#fef9ee,#fdfcfa)}.bg-dark{background:var(--gray-900)}.site-header{position:fixed;top:0;left:0;width:100%;z-index:100;background:#fdfcfae0;backdrop-filter:blur(24px) saturate(160%);-webkit-backdrop-filter:blur(24px) saturate(160%);border-bottom:1px solid transparent;transition:border-color .3s ease,box-shadow .3s ease}.site-header.scrolled{border-bottom-color:var(--gray-200);box-shadow:var(--shadow-xs)}.nav-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:3.75rem}@media(min-width:1024px){.nav-inner{height:4rem}}.nav-logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1rem;color:var(--gray-900);letter-spacing:0}.nav-logo-icon{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--blue-500),var(--blue-700));display:flex;align-items:center;justify-content:center;color:#fff;font-size:var(--text-xs);font-weight:800;box-shadow:0 2px 8px #2563eb4d;transition:transform .3s var(--ease),box-shadow .3s ease}.nav-logo:hover .nav-logo-icon{transform:scale(1.08) rotate(-3deg);box-shadow:0 4px 16px #2563eb80}.nav-links{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.nav-links{display:flex}}@media(min-width:1024px)and (max-width:1120px){.nav-links{gap:1.25rem}.nav-cta{padding-inline:1rem}}.nav-links a{font-size:.875rem;font-weight:600;color:var(--gray-500);transition:color .15s ease}.nav-links a:hover{color:var(--gray-900)}.nav-links a.active{color:var(--brand)}.nav-links a:focus-visible{outline:2px solid var(--brand);outline-offset:4px;border-radius:4px}.nav-cta{display:none;padding:.5rem 1.25rem;font-size:var(--text-sm);font-weight:700;color:#fff;background:linear-gradient(135deg,var(--blue-500) 0%,#4F46E5 100%);border-radius:var(--r-full);box-shadow:var(--shadow-blue);transition:all .25s ease;position:relative;overflow:hidden}.nav-cta:hover{box-shadow:var(--shadow-blue-lg);transform:translateY(-1px)}@media(min-width:1024px){.nav-cta{display:inline-flex}}@media(min-width:1024px)and (max-width:1120px){.nav-cta{padding-inline:1rem}}.nav-actions{display:flex;align-items:center;gap:.65rem}.account-auth-slot{display:none}@media(min-width:1024px){.account-auth-slot{display:flex;align-items:center}}.account-signin{display:inline-flex;align-items:center;justify-content:center;min-height:2.35rem;padding:.45rem .9rem;border:1px solid var(--stone-200);border-radius:var(--r-full);background:#ffffffd1;color:var(--gray-800);font-family:inherit;font-size:var(--text-sm);font-weight:800;box-shadow:var(--shadow-xs);cursor:pointer}.account-signin:hover{border-color:#2563eb59;color:var(--brand);box-shadow:var(--shadow-sm)}.account-signin.mobile{width:100%;margin-top:.75rem}.account-menu-wrap{position:relative}.account-avatar-btn{display:inline-flex;align-items:center;justify-content:center;gap:.48rem;position:relative;min-width:2.4rem;min-height:2.4rem;padding:.25rem .72rem .25rem .28rem;border-radius:var(--r-full);border:1px solid var(--stone-200);background:#fff;box-shadow:var(--shadow-xs);cursor:pointer}.account-avatar{width:1.85rem;height:1.85rem;border-radius:var(--r-full);display:inline-flex;align-items:center;justify-content:center;overflow:hidden;color:#fff;background:linear-gradient(135deg,var(--blue-500),#4F46E5);font-size:.72rem;font-weight:900}.account-avatar.large{width:3.25rem;height:3.25rem;font-size:1rem;flex:0 0 auto}.account-avatar img{width:100%;height:100%;object-fit:cover}.account-state-label{display:grid;gap:.04rem;padding-right:.1rem;color:var(--stone-800);text-align:left;line-height:1.05}.account-state-label strong{font-size:.82rem;font-weight:900}.account-state-label small{color:var(--stone-500);font-size:.72rem;font-weight:700;text-transform:capitalize}.account-sync-dot{position:absolute;left:1.78rem;bottom:.15rem;width:.65rem;height:.65rem;border:2px solid #fff;border-radius:var(--r-full);background:var(--gray-400)}.account-sync-dot.synced,.account-sync-dot.sync_ready{background:#16a34a}.account-sync-dot.syncing{background:#2563eb}.account-sync-dot.error,.account-sync-dot.conflict{background:#dc2626}.account-sync-dot.disabled{background:#991b1b}.account-sync-dot.offline,.account-sync-dot.paused,.account-sync-dot.local_only{background:#d97706}.account-menu{display:none;position:absolute;top:calc(100% + .55rem);right:0;width:250px;padding:.45rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfafa;box-shadow:var(--shadow-xl);z-index:120}.account-menu.open{display:block}.account-menu-status{margin:.15rem .15rem .35rem;padding:.72rem .78rem;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-md);background:radial-gradient(circle at 0 0,rgba(37,99,235,.1),transparent 42%),#ffffffd1}.account-menu-status strong{display:block;color:var(--stone-900);font-size:var(--text-sm);font-weight:900;line-height:1.25}.account-menu-status span{display:block;margin-top:.18rem;color:var(--stone-500);font-size:var(--text-xs);overflow-wrap:anywhere}.account-menu a,.account-menu button{width:100%;display:block;padding:.72rem .8rem;border:0;border-radius:var(--r-md);background:transparent;color:var(--gray-800);text-align:left;font-family:inherit;cursor:pointer}.account-menu a:hover,.account-menu button:hover{background:var(--stone-100)}.account-menu strong{display:block;font-size:var(--text-sm);line-height:1.25}.account-menu span{display:block;margin-top:.18rem;color:var(--gray-500);font-size:var(--text-xs)}.account-menu-wrap.mobile .account-avatar-btn{width:100%;justify-content:flex-start;margin-top:.75rem}.account-menu-wrap.mobile .account-menu{position:static;width:100%;margin-top:.55rem;box-shadow:var(--shadow-sm)}.auth-inline-nudge{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:.85rem;align-items:center;width:100%;padding:.85rem .95rem;border:1px solid rgba(214,204,190,.9);border-radius:var(--r-lg);background:radial-gradient(circle at 0 0,rgba(37,99,235,.1),transparent 34%),#ffffffeb;color:var(--stone-700);box-shadow:0 8px 24px #1f1b2e12}.auth-inline-nudge.is-synced{border-color:#16a34a33;background:radial-gradient(circle at 0 0,rgba(22,163,74,.1),transparent 34%),#fffffff0}.auth-inline-nudge.is-signed-in,.auth-inline-nudge.is-signed-in.pending-sync{border-color:#b4530933;background:radial-gradient(circle at 0 0,rgba(180,83,9,.1),transparent 34%),#fffffff0}.auth-inline-nudge.is-disabled{border-color:#dc26263d;background:radial-gradient(circle at 0 0,rgba(220,38,38,.1),transparent 34%),#fff7f7}.auth-inline-icon{width:2.15rem;height:2.15rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-full);background:var(--blue-50);color:var(--brand)}.auth-inline-nudge.is-synced .auth-inline-icon{background:#16a34a1a;color:#15803d}.auth-inline-nudge.is-signed-in .auth-inline-icon{background:#b453091a;color:#a34713}.auth-inline-nudge.is-disabled .auth-inline-icon{background:#dc26261a;color:#991b1b}.auth-inline-icon svg{width:1.05rem;height:1.05rem}.auth-inline-copy{min-width:0;display:grid;gap:.18rem}.auth-inline-copy strong{color:var(--stone-900);font-size:var(--text-md);font-weight:900;line-height:1.25}.auth-inline-copy span{color:var(--stone-600);font-size:var(--text-sm);line-height:1.48;text-wrap:pretty}.auth-inline-actions{display:inline-flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.auth-inline-dismiss{width:2rem;height:2rem;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-full);background:#ffffffc2;color:var(--stone-500);cursor:pointer}.auth-inline-dismiss:hover{color:var(--stone-900);border-color:#78716c57}.auth-inline-dismiss svg{width:.95rem;height:.95rem}@media(max-width:820px){.auth-inline-nudge{grid-template-columns:auto minmax(0,1fr) auto}.auth-inline-actions{grid-column:1 / -1;justify-content:flex-start;padding-left:3rem}}@media(max-width:560px){.auth-inline-nudge{align-items:start;gap:.7rem}.auth-inline-actions{padding-left:0}.auth-inline-actions .btn{width:100%}}.hamburger{display:flex;flex-direction:column;gap:5px;padding:8px}@media(min-width:1024px){.hamburger{display:none}}.hamburger span{display:block;width:20px;height:2px;background:var(--gray-800);border-radius:2px;transition:all .3s ease;transform-origin:center}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:#fdfcfa;border-bottom:1px solid var(--gray-200);padding:.5rem 1.5rem 1.25rem;display:none;box-shadow:var(--shadow-lg)}.mobile-menu.open{display:block}.mobile-menu a{display:block;padding:.75rem 0;color:var(--gray-600);font-size:var(--text-md);font-weight:600;border-bottom:1px solid var(--gray-100)}.mobile-menu a:last-child{border-bottom:none}.mobile-menu a:hover{color:var(--brand)}.mobile-menu a.active{color:var(--brand);font-weight:700}.mobile-account-slot{padding-top:.25rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:var(--r-full);transition:all .25s ease;text-decoration:none;cursor:pointer;border:none;font-family:inherit;white-space:nowrap}.btn svg,.btn i{width:16px;height:16px;flex-shrink:0}.btn-primary{padding:.8125rem 1.75rem;font-size:var(--text-md);color:#fff;background:linear-gradient(135deg,var(--blue-500) 0%,#4F46E5 100%);box-shadow:var(--shadow-blue)}.btn-primary:hover{box-shadow:var(--shadow-blue-lg);transform:translateY(-2px)}.btn-primary-lg{padding:.9375rem 2.25rem;font-size:1rem;color:#fff;background:linear-gradient(135deg,var(--blue-500) 0%,#4F46E5 100%);box-shadow:var(--shadow-blue)}.btn-primary-lg:hover{box-shadow:var(--shadow-blue-lg);transform:translateY(-2px)}.btn-primary-sm{padding:.5625rem 1.25rem;font-size:var(--text-sm);color:#fff;background:linear-gradient(135deg,var(--blue-500) 0%,#4F46E5 100%);box-shadow:0 2px 8px var(--brand-glow)}.btn-primary-sm:hover{box-shadow:var(--shadow-blue);transform:translateY(-1px)}.btn-danger-sm{padding:.5625rem 1.25rem;border:1px solid rgba(185,28,28,.18);border-radius:var(--r-md);color:#fff;background:linear-gradient(135deg,#dc2626,#991b1b);font-size:var(--text-sm);font-weight:900;box-shadow:0 2px 8px #dc26262e}.btn-danger-sm:hover{transform:translateY(-1px);box-shadow:0 10px 20px #991b1b2e}.btn-outline{padding:.9375rem 2.25rem;font-size:1rem;color:var(--gray-700);background:var(--white);border:1.5px solid var(--gray-300);box-shadow:var(--shadow-xs)}.btn-outline:hover{border-color:var(--brand);color:var(--brand);background:var(--blue-50);box-shadow:var(--shadow-sm)}.btn-white{padding:.875rem 2rem;font-size:var(--text-md);color:var(--brand);background:#fff;box-shadow:var(--shadow-md)}.btn-white:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline-sm{padding:.4375rem 1rem;font-size:var(--text-sm);color:var(--gray-700);background:var(--white);border:1.5px solid var(--gray-300);box-shadow:var(--shadow-xs)}.btn-outline-sm:hover{border-color:var(--brand);color:var(--brand);background:var(--blue-50)}.btn:disabled,.btn-primary-sm:disabled,.btn-primary-lg:disabled,.btn-danger-sm:disabled,.btn-outline-sm:disabled,.btn-outline:disabled{cursor:not-allowed;opacity:.55;filter:grayscale(.3);transform:none!important;box-shadow:var(--shadow-xs)}.btn:focus-visible,.btn-primary:focus-visible,.btn-primary-lg:focus-visible,.btn-primary-sm:focus-visible,.btn-danger-sm:focus-visible,.btn-outline:focus-visible,.btn-outline-sm:focus-visible,.btn-white:focus-visible{outline:2.5px solid var(--brand);outline-offset:3px;box-shadow:0 0 0 4px #2563eb2e}.btn-group{display:flex;flex-direction:column;align-items:center;gap:.875rem;margin-top:2.25rem}@media(min-width:640px){.btn-group{flex-direction:row;justify-content:center}}.hero{padding:8.5rem 0 5.5rem;text-align:center;position:relative;overflow:hidden;background:linear-gradient(165deg,#faf8f3,#f4f0e8 35%,#f9f8f5 65%,#fdfcfa)}@media(min-width:1024px){.hero{padding:10.5rem 0 6.5rem}}.hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(0,0,0,.06) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 75% 60% at 50% 0%,black 10%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 75% 60% at 50% 0%,black 10%,transparent 70%);pointer-events:none}.hero:after{content:"";position:absolute;top:-60px;right:-160px;width:600px;height:600px;background:radial-gradient(circle,rgba(217,119,87,.07) 0%,rgba(180,83,9,.04) 40%,transparent 70%);pointer-events:none}.hero>.container{position:relative;z-index:1}.hero-center{text-align:center}.hero h1{max-width:1000px;margin:0 auto;text-wrap:balance}.hero .body-xl{max-width:720px;margin:1.75rem auto 0;line-height:1.68;text-wrap:pretty}@media(min-width:1280px){.hero h1{max-width:1040px}.hero .body-xl{max-width:740px}}@media(max-width:720px){.hero h1{max-width:24rem}.hero .body-xl{max-width:21.5rem;line-height:1.7}}.hero-product-preview{max-width:760px;min-height:250px;margin:3rem auto 0;display:grid;grid-template-columns:150px minmax(0,1fr);background:#ffffffe6;border:1px solid rgba(214,206,194,.72);border-radius:var(--r-xl);box-shadow:var(--shadow-2xl),0 22px 70px #92400e14;overflow:hidden;text-align:left}.preview-sidebar{background:linear-gradient(180deg,#f5f0e8,#efe8dd);border-right:1px solid rgba(214,206,194,.72);padding:1rem}.preview-page{height:32px;border-radius:var(--r-sm);background:#ffffffa3;border:1px solid rgba(214,206,194,.48);margin-bottom:.625rem}.preview-page.active{background:#fff;border-color:#2563eb3d;box-shadow:0 6px 18px #2563eb14}.preview-page.short{width:72%}.preview-editor{min-width:0;background:#fff}.preview-toolbar{display:flex;gap:.375rem;padding:.75rem .875rem;border-bottom:1px solid var(--gray-100)}.preview-toolbar span{min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gray-100);border-radius:var(--r-sm);color:var(--gray-600);background:var(--gray-50);font-size:var(--text-xs);font-weight:800}.preview-toolbar svg{width:14px;height:14px}.preview-paper{padding:1.375rem 1.5rem 1.75rem}.preview-heading{width:48%;height:14px;border-radius:999px;background:linear-gradient(90deg,var(--gray-800),var(--stone-500));margin-bottom:1.25rem}.preview-line{height:9px;border-radius:999px;background:var(--gray-100);width:82%;margin-bottom:.75rem}.preview-line.long{width:94%}.preview-line.mid{width:62%}.preview-check{display:flex;align-items:center;gap:.625rem;margin-top:1.35rem}.preview-check i{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:7px;background:#2563eb1a;color:var(--brand)}.preview-check svg{width:14px;height:14px}.preview-check span{display:block;height:9px;width:42%;border-radius:999px;background:var(--blue-100)}@media(max-width:720px){.hero-product-preview{grid-template-columns:1fr;min-height:0;margin-top:2rem}.preview-sidebar{display:flex;gap:.5rem;border-right:none;border-bottom:1px solid rgba(214,206,194,.72);padding:.75rem}.preview-page{flex:1;height:26px;margin-bottom:0}.preview-page.short{width:auto;flex:.65}.preview-paper{padding:1rem}}.hero-mockup-wrap{max-width:840px;margin:3.5rem auto 0;position:relative}@media(min-width:1024px){.hero-mockup-wrap{margin-top:4rem}}.hero-mockup-wrap:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120%;height:120%;background:radial-gradient(ellipse,rgba(217,119,87,.08) 0%,transparent 60%);pointer-events:none;z-index:0}.hero-mockup{position:relative;z-index:1;background:var(--white);border-radius:var(--r-2xl);border:1px solid var(--gray-200);overflow:hidden;box-shadow:var(--shadow-2xl),0 0 0 1px #00000005,0 0 60px #d977570f}.mockup-titlebar{display:flex;align-items:center;padding:.875rem 1.125rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200);gap:.5rem}.mockup-dots{display:flex;gap:6px}.mockup-dot{width:10px;height:10px;border-radius:50%}.dot-r{background:#ff5f57}.dot-y{background:#febc2e}.dot-g{background:#28c840}.mockup-title{flex:1;text-align:center;font-size:var(--text-xs);color:var(--gray-400);font-weight:600}.mockup-toolbar{display:flex;align-items:center;gap:3px;padding:.5rem .875rem;border-bottom:1px solid var(--gray-100);flex-wrap:wrap}.mockup-btn{padding:.25rem .5rem;border-radius:5px;font-size:var(--text-xs);color:var(--gray-500);font-weight:700;background:var(--gray-50);display:inline-flex;align-items:center;justify-content:center;min-width:26px}.mockup-sep{width:1px;height:16px;background:var(--gray-200);margin:0 .375rem}.mockup-body{padding:1.5rem;min-height:180px}@media(min-width:768px){.mockup-body{padding:2rem 2rem 2.5rem;min-height:240px}}.m-line{height:8px;border-radius:4px;margin-bottom:11px;background:var(--gray-100)}.m-heading{height:11px;background:linear-gradient(90deg,#d6cec2,#e7e2d8);width:48%;margin-bottom:16px;border-radius:5px}.m-w100{width:100%}.m-w88{width:88%}.m-w93{width:93%}.m-w60{width:60%}.m-gap{height:16px;background:transparent}.m-w78{width:78%}.m-w95{width:95%}.m-w44{width:44%}.m-cursor{display:inline-block;width:2px;height:14px;background:var(--brand);border-radius:1px;vertical-align:middle;margin-left:3px}.showcase-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.showcase-grid{grid-template-columns:1fr 1fr}}.showcase-card{border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--gray-200);background:var(--gray-50);aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-sm);transition:all var(--dur) var(--ease)}.showcase-card:hover{box-shadow:var(--shadow-xl),0 0 32px #1c191714;transform:translateY(-5px) scale(1.01);border-color:var(--stone-300)}@media(max-width:767px){.showcase-card{aspect-ratio:auto;min-height:220px}}.showcase-card-live{padding:clamp(1rem,3vw,1.75rem);background:radial-gradient(circle at 18% 18%,rgba(37,99,235,.12),transparent 30%),linear-gradient(145deg,#fff,#f7f3ec)}.showcase-window{width:min(100%,460px);border-radius:16px;border:1px solid var(--gray-200);background:#ffffffe0;box-shadow:var(--shadow-lg);overflow:hidden}.showcase-window-top{display:grid;grid-template-columns:repeat(3,8px) 1fr;align-items:center;gap:.375rem;padding:.75rem .875rem;border-bottom:1px solid var(--gray-100);background:#faf9f6db}.showcase-window-top span{width:8px;height:8px;border-radius:50%;background:var(--stone-300)}.showcase-window-top strong{justify-self:end;font-size:var(--text-xs);color:var(--gray-500);letter-spacing:0}.showcase-window-body{padding:1.25rem}.showcase-note-line{height:8px;width:92%;border-radius:999px;background:var(--gray-200);margin-top:.75rem}.showcase-note-line.title{width:52%;height:12px;margin-top:0;background:linear-gradient(90deg,var(--stone-500),var(--stone-300))}.showcase-note-line.short{width:62%}.showcase-note-line.mid{width:78%}.showcase-note-check{display:grid;grid-template-columns:20px 1fr;align-items:center;gap:.625rem;margin-top:1rem}.showcase-note-check svg{width:20px;height:20px;padding:4px;border-radius:6px;color:#fff;background:var(--brand)}.showcase-note-check span{height:8px;width:70%;border-radius:999px;background:var(--blue-100)}.showcase-tools-preview{width:min(100%,430px);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.875rem}.showcase-tool-pill{min-height:74px;display:flex;flex-direction:column;justify-content:center;gap:.5rem;padding:1rem;border-radius:14px;border:1px solid var(--gray-200);background:#ffffffe6;box-shadow:var(--shadow-sm)}.showcase-tool-pill svg{width:20px;height:20px;color:var(--brand)}.showcase-tool-pill span{font-size:var(--text-sm);font-weight:800;color:var(--gray-800)}@media(max-width:480px){.showcase-tools-preview{grid-template-columns:1fr}}.card{background:linear-gradient(170deg,#fff,#faf9f6);border-radius:var(--r-xl);padding:1.75rem;border:1px solid var(--gray-200);box-shadow:var(--shadow-xs);transition:all var(--dur) var(--ease);position:relative;overflow:hidden;display:flex;flex-direction:column}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d97757,#b45309,#92400e);opacity:.2;transition:opacity var(--dur) ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl),0 0 0 1px #92400e1a;border-color:#92400e2e}.card:hover:before{opacity:1}.card-icon{width:48px;height:48px;border-radius:var(--r-md);background:linear-gradient(135deg,#f5efe6,#ede6d8);border:1px solid rgba(146,64,14,.12);display:flex;align-items:center;justify-content:center;color:#92400e;transition:background var(--dur) ease,border-color var(--dur) ease,color var(--dur) ease,box-shadow var(--dur) ease,transform .5s cubic-bezier(.34,1.56,.64,1)}.card:hover .card-icon{background:linear-gradient(135deg,var(--stone-700) 0%,var(--stone-900) 100%);border-color:transparent;color:#fff;box-shadow:0 6px 18px #1c191740;transform:scale(1.08) rotate(-4deg)}.card-icon svg,.card-icon i{width:22px;height:22px}.card h3{margin-top:1.25rem;font-size:var(--text-lg);line-height:1.35;letter-spacing:0}.card h4{margin-top:1.25rem}.card .body-sm,.card .body-md{margin-top:.5rem;max-width:38ch;line-height:1.58}.card-link{display:inline-flex;align-items:center;gap:.375rem;margin-top:auto;padding-top:1.125rem;font-size:var(--text-sm);font-weight:700;color:var(--brand);transition:gap .2s ease,color .15s ease}.card-link:hover{gap:.625rem;color:var(--brand-dark)}.card-link:focus-visible{outline:2px solid var(--brand);outline-offset:4px;border-radius:4px}.card-link svg,.card-link i{width:14px;height:14px}.grid-3{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.grid-3{grid-template-columns:repeat(3,1fr)}}.tools-directory{padding-top:3.25rem}.tools-directory .grid-3{align-items:stretch}.tools-directory .card{min-height:244px}@media(min-width:1024px){.tools-directory{padding-top:5rem}}@media(max-width:480px){.card{padding:1.5rem}.tools-directory .card{min-height:220px}}.grid-2{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.grid-2{grid-template-columns:repeat(2,1fr)}}.two-col{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:1024px){.two-col{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:4.5rem}}@media(max-width:640px){.two-col{gap:2.25rem}.two-col>*,.two-col-text,.two-col-image,.img-frame{min-width:0;max-width:100%;width:100%}.two-col-image{justify-self:stretch}.img-placeholder{min-height:0}}.two-col-text .section-label{margin-bottom:.625rem}.two-col-text h2{margin-bottom:0}.two-col-text p{margin-top:.875rem;max-width:66ch;color:var(--gray-600);font-size:clamp(1rem,.22vw + .96rem,1.08rem);line-height:1.66}.two-col-text .btn{margin-top:1.75rem}@media(min-width:1024px){.two-col:has(.two-col-text p:nth-of-type(3)){align-items:start}.two-col:has(.two-col-text p:nth-of-type(3)) .two-col-image{align-self:start;position:sticky;top:7rem;padding-top:.45rem}.two-col:has(.two-col-text p:nth-of-type(3)) .two-col-text{max-width:680px}}.two-col-text:has(>div+div){display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:stretch}.two-col-text:has(>div+div)>div{min-width:0;padding:clamp(1.25rem,2.4vw,1.85rem);border:1px solid rgba(214,204,190,.85);border-radius:22px;background:linear-gradient(150deg,#fffffffa,#f8f3ecc7),radial-gradient(circle at 100% 0,rgba(37,99,235,.07),transparent 34%);box-shadow:0 18px 48px #1c19170f,var(--shadow-xs)}.two-col-text:has(>div+div) h2{font-size:clamp(1.75rem,2.6vw,2.55rem);line-height:1.08}.two-col-text:has(>div+div) p{max-width:none}.two-col-text:has(>div+div) p+p{margin-top:.75rem}@media(min-width:900px){.two-col-text:has(>div+div){grid-template-columns:repeat(2,minmax(0,1fr))}}.two-col-reverse .two-col-image{order:0}@media(min-width:1024px){.two-col-reverse .two-col-image{order:-1}}.img-frame{border-radius:26px;overflow:hidden;border:1px solid rgba(214,204,190,.86);background:var(--gray-50);box-shadow:0 22px 62px #1c191714,var(--shadow-xs);transition:all var(--dur) var(--ease)}.img-frame:hover{box-shadow:var(--shadow-xl);transform:translateY(-2px)}.img-placeholder{aspect-ratio:16/10;width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.7rem;padding:2rem;position:relative;isolation:isolate;background:radial-gradient(circle at 28% 20%,rgba(37,99,235,.12),transparent 28%),radial-gradient(circle at 78% 72%,rgba(217,119,87,.16),transparent 30%),linear-gradient(135deg,#fffcf7,#f3eee6 54%,#fff)}.img-placeholder:before{content:"";position:absolute;inset:12%;z-index:-1;border-radius:24px;border:1px solid rgba(255,255,255,.82);background:#ffffff6b;transform:rotate(-3deg);box-shadow:inset 0 0 0 1px #d6ccbe47}.img-placeholder:after{content:"";position:absolute;left:50%;bottom:18%;width:min(42%,180px);height:2px;border-radius:var(--r-full);background:linear-gradient(90deg,transparent,rgba(163,74,29,.34),transparent);transform:translate(-50%)}.img-placeholder svg{width:44px;height:44px;color:#a34a1d;stroke-width:1.8;filter:drop-shadow(0 10px 20px rgba(163,74,29,.12))}.img-placeholder span{max-width:18ch;font-size:var(--text-sm);color:var(--stone-700);font-weight:800;line-height:1.2;text-align:center;text-wrap:balance}.workflow-visual,.device-visual{min-height:260px;padding:clamp(1.5rem,4vw,2.5rem);display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 22% 18%,rgba(37,99,235,.1),transparent 28%),linear-gradient(135deg,#faf8f3,#f0ece3)}.workflow-visual{gap:.75rem}.workflow-step{width:112px;min-height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.625rem;border-radius:16px;border:1px solid rgba(214,204,190,.8);background:#ffffffc7;box-shadow:var(--shadow-sm)}.workflow-step.active{border-color:#2563eb3d;box-shadow:var(--shadow-blue)}.workflow-step svg{width:24px;height:24px;color:var(--brand)}.workflow-step span{font-size:var(--text-xs);font-weight:800;color:var(--gray-800)}.workflow-connector{width:34px;height:1px;background:linear-gradient(90deg,var(--stone-300),var(--blue-200))}.device-visual{align-items:end;gap:clamp(.75rem,3vw,1.25rem)}.device-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;border:1px solid var(--gray-200);background:#ffffffd6;box-shadow:var(--shadow-md);color:var(--brand)}.device-screen span{width:54%;height:7px;border-radius:999px;background:var(--gray-200)}.device-screen.desktop{width:46%;aspect-ratio:1.45/1;border-radius:16px}.device-screen.tablet{width:24%;aspect-ratio:.78/1;border-radius:18px}.device-screen.phone{width:14%;aspect-ratio:.52/1;border-radius:18px}.device-screen svg{width:24px;height:24px}@media(max-width:560px){.workflow-visual{flex-direction:column}.workflow-connector{width:1px;height:26px;background:linear-gradient(180deg,var(--stone-300),var(--blue-200))}.device-screen.desktop{width:54%}.device-screen.tablet{width:25%}.device-screen.phone{width:16%}}.stacked-images .img-frame+.img-frame{margin-top:-1.75rem;margin-left:2rem;position:relative;z-index:1;box-shadow:var(--shadow-lg)}@media(max-width:767px){.stacked-images .img-frame+.img-frame{margin-top:.85rem;margin-left:0}}.why-highlights{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--stone-200);border-radius:var(--r-xl);box-shadow:var(--shadow-lg);overflow:hidden}.why-highlight-item{display:flex;align-items:center;gap:1.125rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--stone-100);transition:background .15s ease}.why-highlight-item:last-child{border-bottom:none}.why-highlight-item:hover{background:var(--stone-50)}.why-highlight-icon{width:40px;height:40px;flex-shrink:0;background:linear-gradient(135deg,#f5efe6,#ede6d8);border:1px solid rgba(146,64,14,.12);border-radius:var(--r-md);display:flex;align-items:center;justify-content:center;color:#92400e}.why-highlight-icon svg{width:18px;height:18px}.why-highlight-content strong{display:block;font-size:var(--text-md);font-weight:700;color:var(--gray-900)}.why-highlight-content span{display:block;font-size:var(--text-sm);color:var(--gray-500);margin-top:.125rem}.browser-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.75rem}.browser-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.35rem .875rem;border-radius:var(--r-full);font-size:var(--text-xs);font-weight:600;background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);box-shadow:var(--shadow-xs)}.browser-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.testimonial-card{position:relative;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--r-xl);padding:2rem;border:1px solid rgba(255,255,255,.9);box-shadow:0 1px 2px #1c19170a,0 8px 24px #0000000d;transition:all var(--dur) var(--ease)}.testimonial-card:hover{transform:translateY(-4px);box-shadow:0 1px 2px #1c19170a,0 16px 48px #1c19171a;border-color:#92400e26}.quote-mark{position:absolute;top:1rem;right:1.5rem;font-size:4rem;line-height:1;font-family:inherit;color:var(--stone-300);pointer-events:none}.stars{display:flex;gap:2px}.stars svg,.stars i{width:15px;height:15px;color:#f59e0b;fill:#f59e0b}.testimonial-text{margin-top:1rem;font-size:var(--text-md);line-height:1.7;color:var(--gray-600);font-style:italic}.testimonial-divider{border:none;border-top:1px solid var(--gray-100);margin:1.5rem 0}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:var(--text-xs);font-weight:800;flex-shrink:0}.testimonial-name{font-weight:700;font-size:var(--text-md);color:var(--gray-900)}.testimonial-role{font-size:var(--text-xs);color:var(--gray-500);margin-top:1px}.faq-list{max-width:700px;margin:0 auto;display:flex;flex-direction:column;gap:.625rem}.faq-item{background:var(--white);border-radius:var(--r-md);border:1px solid var(--gray-200);overflow:hidden;transition:border-color .3s ease,box-shadow .3s ease}.faq-item.open{border-color:#92400e4d;box-shadow:0 0 0 3px #92400e12,0 8px 24px #1c191712,var(--shadow-sm);background:linear-gradient(180deg,#FFFBF5 0%,var(--white) 100%)}.faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;text-align:left;font-size:var(--text-md);font-weight:700;color:var(--gray-800);cursor:pointer;gap:1rem}@media(min-width:768px){.faq-question{padding:1.125rem 1.5rem}}.faq-question:hover{color:var(--brand)}.faq-question:focus-visible{outline:2px solid var(--brand);outline-offset:-2px}.faq-chevron{flex-shrink:0;width:18px;height:18px;color:var(--gray-400);transition:transform .3s var(--ease),color .2s ease}.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--brand)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s var(--ease)}.faq-answer-inner{padding:0 1.25rem 1.125rem;font-size:.875rem;line-height:1.75;color:var(--gray-500)}@media(min-width:768px){.faq-answer-inner{padding:0 1.5rem 1.25rem}}.cta-section{background:linear-gradient(150deg,#292524,#1c1917 55%,#231e1a);text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background-image:radial-gradient(ellipse at 20% 50%,rgba(255,230,190,.055) 0%,transparent 55%),radial-gradient(ellipse at 80% 30%,rgba(255,210,160,.04) 0%,transparent 50%),radial-gradient(ellipse at 50% 120%,rgba(255,200,140,.06) 0%,transparent 55%);pointer-events:none}.cta-section>*{position:relative;z-index:1}.section-cta-inner{max-width:620px;margin:0 auto;padding:0 .25rem}.cta-section h2{color:#fff}.cta-section .body-xl{color:#fff9;margin-top:1rem}.section-cta-action{margin-top:2rem}.editorial-callout{max-width:780px;margin:0 auto;padding:clamp(1.4rem,3vw,2rem);text-align:center;border:1px solid var(--stone-200);border-radius:var(--r-xl);background:radial-gradient(circle at 50% 0,rgba(217,119,87,.08),transparent 42%),#ffffff9e;box-shadow:0 18px 50px #1c191712,var(--shadow-xs)}.editorial-callout .eyebrow{display:block;margin-top:.35rem;color:var(--gray-600);font-size:var(--text-lg);font-weight:500}.editorial-callout h2{margin-top:.4rem}.editorial-callout .body-md{max-width:650px;margin-left:auto;margin-right:auto}.editorial-callout .body-md+.body-md{margin-top:.8rem}.comparison-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;max-width:920px;margin:2rem auto 0}.comparison-card{padding:1.35rem;border:1px solid var(--stone-200);border-radius:var(--r-xl);background:#ffffffb8;box-shadow:var(--shadow-xs)}.comparison-card.is-featured{border-color:#2563eb3d;background:radial-gradient(circle at 12% 0,rgba(37,99,235,.12),transparent 34%),#fff;box-shadow:0 18px 50px #2563eb1a,var(--shadow-xs)}.comparison-card h3{margin-bottom:.45rem}.comparison-card p{margin:0;color:var(--gray-600);line-height:1.7}body:has(>.site-header)>main{padding-top:4.25rem}@media(max-width:720px){.comparison-grid{grid-template-columns:minmax(0,1fr)}}.site-footer{background:linear-gradient(160deg,#ede8df,#e4ddd1 40%,#eae3d8);padding:3.5rem 0;position:relative;overflow:hidden;border-top:1px solid #D6CEC2}.site-footer:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 10% 60%,rgba(255,240,210,.35) 0%,transparent 50%),radial-gradient(ellipse at 90% 20%,rgba(255,250,240,.25) 0%,transparent 45%);pointer-events:none}.site-footer>.container{position:relative;z-index:1}@media(min-width:1024px){.site-footer{padding:4.5rem 0}}.footer-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.footer-grid{grid-template-columns:1fr 1fr}}@media(min-width:1024px){.footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem}}.footer-brand .nav-logo{color:var(--stone-900)}.footer-brand .nav-logo-icon{background:linear-gradient(135deg,var(--stone-800),var(--stone-900));box-shadow:0 2px 8px #00000026}.footer-brand>p{margin-top:1rem;font-size:var(--text-sm);color:var(--stone-600);line-height:1.7;max-width:260px}.footer-social{display:flex;gap:.5rem;margin-top:1.25rem}.footer-social a,.footer-social button{width:34px;height:34px;border-radius:var(--r-sm);background:#ffffff80;border:1px solid var(--stone-300);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.footer-social a:hover,.footer-social button:hover{background:#fff;border-color:var(--stone-400)}.footer-social a svg,.footer-social a i,.footer-social button svg,.footer-social button i{width:15px;height:15px;color:var(--stone-600)}.footer-email{margin-top:1rem;font-size:var(--text-sm);color:var(--stone-600)}.footer-col h4{font-size:var(--text-xs);font-weight:700;color:var(--stone-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.875rem}.footer-col a{display:block;font-size:var(--text-sm);color:var(--stone-700);padding:.25rem 0;transition:color .15s ease}.footer-col a:hover{color:var(--stone-900)}.footer-bottom{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--stone-300);text-align:center;font-size:var(--text-xs);color:var(--stone-500)}.page-hero{padding:8rem 0 4rem;text-align:center;background:linear-gradient(165deg,#faf8f3,#f2ede3 40%,#fafaf8);border-bottom:1px solid #E8E3D9;position:relative;overflow:hidden}@media(min-width:1024px){.page-hero{padding:9.5rem 0 5rem}}.page-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(0,0,0,.055) 1px,transparent 1px);background-size:28px 28px;mask-image:radial-gradient(ellipse 70% 55% at 50% 0%,black 10%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse 70% 55% at 50% 0%,black 10%,transparent 65%);pointer-events:none}.page-hero:after{content:"";position:absolute;top:-60px;right:-100px;width:480px;height:480px;background:radial-gradient(circle,rgba(217,119,87,.07) 0%,transparent 65%);pointer-events:none}.page-hero>.container{position:relative;z-index:1}.page-hero h1{max-width:760px;margin-inline:auto;font-size:clamp(var(--text-3xl),3.2vw,var(--text-4xl));line-height:var(--leading-heading);text-wrap:balance}.page-hero .body-lg{max-width:660px;margin:.875rem auto 0;line-height:1.72;text-wrap:pretty}@media(min-width:1280px){.page-hero h1{max-width:820px}.page-hero .body-lg{max-width:700px}}@media(max-width:720px){.page-hero h1{max-width:22rem}.page-hero .body-lg{max-width:21rem}}.help-hero-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.5rem}.help-start-section{border-bottom:1px solid var(--stone-200)}.help-start-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;align-items:center}.help-workspace-visual{display:grid;grid-template-columns:86px minmax(0,1fr);min-height:260px;overflow:hidden;border:1px solid var(--stone-200);border-radius:var(--r-xl);background:var(--white);box-shadow:var(--shadow-lg)}.help-visual-sidebar{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:linear-gradient(180deg,#f7f4ef,#eee7db);border-right:1px solid var(--stone-200)}.help-visual-sidebar span{display:block;height:14px;border-radius:var(--r-full);background:#78716c38}.help-visual-sidebar span.active{width:54px;background:var(--brand)}.help-visual-sidebar span.short{width:38px}.help-visual-editor{display:flex;flex-direction:column;min-width:0}.help-visual-toolbar{display:flex;align-items:center;gap:.5rem;min-height:48px;padding:.65rem .85rem;border-bottom:1px solid var(--stone-200);background:#fdfcfa}.help-visual-toolbar span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border:1px solid var(--stone-200);border-radius:var(--r-md);color:var(--gray-700);font-size:var(--text-xs);font-weight:800;background:var(--white)}.help-visual-toolbar svg{width:15px;height:15px}.help-visual-paper{display:flex;flex:1;flex-direction:column;gap:.9rem;padding:1.35rem}.help-visual-paper strong{color:var(--gray-900);font-size:clamp(var(--text-md),2vw,var(--text-xl))}.help-visual-paper .line{display:block;width:72%;height:12px;border-radius:var(--r-full);background:var(--stone-200)}.help-visual-paper .line.long{width:92%}.help-visual-paper .line.short{width:48%}.help-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.help-route-card{display:flex;align-items:center;gap:.7rem;min-height:72px;padding:1rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:var(--white);color:var(--gray-800);font-weight:800;box-shadow:var(--shadow-sm);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.help-route-card:hover{transform:translateY(-2px);border-color:var(--stone-300);box-shadow:var(--shadow-md)}.help-route-card:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.help-route-card svg{flex:0 0 auto;width:19px;height:19px;color:var(--brand)}.help-route-card span{min-width:0;overflow-wrap:anywhere}.help-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:start}.help-docs-section{background:radial-gradient(circle at 10% 2%,rgba(217,119,87,.07),transparent 28%),linear-gradient(180deg,#fdfcfa,#f7f4ef)}.help-side-nav{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.35rem;scrollbar-width:thin}.help-side-nav a{flex:0 0 auto;padding:.55rem .75rem;border:1px solid var(--stone-200);border-radius:var(--r-full);background:#fdfcfa;color:var(--stone-700);font-size:var(--text-sm);font-weight:800}.help-side-nav a:hover{border-color:var(--stone-300);color:var(--gray-900)}.help-content{max-width:700px;margin:0 auto}.help-docs-content{max-width:820px}.help-doc-block>p,.help-callout p{font-family:var(--font-prose);font-size:var(--text-lg)}.help-doc-block{padding:clamp(1.25rem,2.5vw,1.8rem);border:1px solid var(--stone-200);border-radius:var(--r-xl);margin-bottom:1.25rem;background:linear-gradient(135deg,#fffffff5,#fafaf9d1),radial-gradient(circle at 0 0,rgba(37,99,235,.06),transparent 34%);box-shadow:0 16px 42px #1c19170f,var(--shadow-xs);scroll-margin-top:5.25rem}.help-doc-block:last-child{border-bottom:1px solid var(--stone-200);margin-bottom:0}.help-content h2{font-size:var(--text-2xl);margin-top:2.5rem;margin-bottom:.75rem;color:var(--gray-900);scroll-margin-top:5.25rem}.help-content h2:first-of-type{margin-top:0}.help-doc-block h2{margin-top:0;margin-bottom:.65rem;padding-bottom:0;border-bottom:0;font-size:clamp(var(--text-2xl),2.5vw,var(--text-3xl));letter-spacing:0;line-height:var(--leading-heading);text-wrap:balance}.help-content p{color:var(--gray-600);margin-bottom:.75rem;line-height:var(--leading-prose);font-size:var(--text-md)}.help-content ul{margin-bottom:1rem}.help-content ul li{color:var(--gray-600);padding:.3rem 0 .3rem 1.5rem;position:relative;font-size:var(--text-md)}.help-content ul li:before{content:"";position:absolute;left:0;top:.75rem;width:6px;height:6px;border-radius:50%;background:var(--brand)}.help-cta-inline{display:inline-flex;margin-top:.5rem;margin-bottom:1.75rem}.help-content a{color:var(--brand);text-decoration:underline;text-underline-offset:3px}.help-content a:hover{color:var(--brand-dark)}.help-content a.btn{text-decoration:none}.help-content a.btn-primary,.help-content a.btn-primary-sm,.help-content a.btn-primary:hover,.help-content a.btn-primary-sm:hover{color:#fff}.help-content h3{font-size:var(--text-lg);font-weight:700;color:var(--gray-800);margin:1.5rem 0 .5rem}.help-kicker{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.8rem;color:#9a4d1a;font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.help-kicker svg{width:15px;height:15px}.help-step-grid,.help-toolbar-map,.help-decision-grid,.help-note-grid,.help-best-grid,.help-tool-grid,.help-fix-list{display:grid;grid-template-columns:minmax(0,1fr);gap:.85rem;margin-top:1.1rem}.help-step,.help-toolbar-map>div,.help-decision-grid>div,.help-note-grid>div,.help-best-grid>div,.help-fix-list>div{border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa;padding:1rem;box-shadow:var(--shadow-xs)}.help-step span{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--r-full);background:var(--brand);color:#fff;font-size:var(--text-sm);font-weight:800}.help-step h3,.help-best-grid h3{margin-top:.75rem;margin-bottom:.35rem}.help-step p,.help-best-grid p,.help-fix-list p,.help-note-grid p{margin-bottom:0;font-size:.875rem;line-height:1.65}.help-toolbar-map{grid-template-columns:repeat(2,minmax(0,1fr))}.help-toolbar-map>div{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.7rem;row-gap:.15rem;align-items:start}.help-toolbar-map svg,.help-usage-list svg,.help-note-grid svg,.help-best-grid svg,.help-tool-card svg{width:18px;height:18px;color:var(--brand)}.help-toolbar-map strong,.help-toolbar-map span{min-width:0}.help-toolbar-map span{grid-column:2;color:var(--stone-600);font-size:var(--text-sm);line-height:1.55}.help-callout{display:flex;gap:.8rem;margin-top:1rem;padding:1rem;border:1px solid rgba(37,99,235,.16);border-radius:var(--r-lg);background:var(--blue-50)}.help-callout svg{flex:0 0 auto;width:19px;height:19px;color:var(--brand)}.help-callout p{margin-bottom:0}.help-split-visual{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:.9rem;margin-top:1.15rem}.help-mini-sidebar{display:flex;flex-direction:column;gap:.55rem;padding:1rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:linear-gradient(180deg,#f7f4ef,#eee7db)}.help-mini-sidebar span{display:block;padding:.55rem .65rem;border-radius:var(--r-md);color:var(--stone-700);font-size:var(--text-sm);font-weight:800;background:#ffffff85}.help-mini-sidebar .is-active{background:var(--brand);color:#fff}.help-usage-list{display:grid;gap:.75rem}.help-usage-list>div{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.7rem;row-gap:.1rem;padding:.9rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa}.help-usage-list p{grid-column:2;margin-bottom:0;font-size:.875rem;line-height:1.6}.help-decision-grid>div{display:flex;flex-direction:column;gap:.25rem}.help-decision-grid span,.help-tool-card span{color:var(--stone-600);font-size:.875rem;line-height:1.55}.shortcut-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.85rem;margin-top:1.1rem}.shortcut-card{display:grid;gap:.35rem;padding:1rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa;box-shadow:var(--shadow-xs)}.shortcut-key{display:inline-flex;width:fit-content;padding:.28rem .55rem;border:1px solid var(--stone-300);border-radius:var(--r-sm);background:var(--white);color:var(--gray-900);font-size:var(--text-xs);font-weight:800;letter-spacing:0}.shortcut-card strong{color:var(--gray-900);font-size:var(--text-base);line-height:1.35}.shortcut-card p{margin-bottom:0;font-size:var(--text-sm);line-height:1.6}.help-note-grid,.help-best-grid,.help-tool-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-tool-card{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.7rem;row-gap:.2rem;min-height:108px;padding:.95rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa;color:var(--gray-800);text-decoration:none;box-shadow:var(--shadow-xs);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.help-content .help-tool-card{color:var(--gray-800);text-decoration:none}.help-tool-card:hover{transform:translateY(-2px);border-color:var(--stone-300);box-shadow:var(--shadow-md)}.help-content .help-tool-card:hover{color:var(--gray-900)}.help-tool-card span{grid-column:2}.help-topic-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.85rem;margin:1.25rem 0 1rem}.help-topic-card{padding:1rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa}.help-topic-card svg{width:18px;height:18px;color:var(--brand)}.help-topic-card h3{margin-top:.65rem}.help-topic-card p{margin-bottom:0;font-size:.875rem;line-height:1.65}.help-process{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2.25rem}.help-process>div{display:inline-flex;align-items:center;gap:.5rem;min-height:42px;padding:.65rem .9rem;border:1px solid var(--stone-200);border-radius:var(--r-full);background:var(--white);color:var(--gray-800);font-size:var(--text-sm);font-weight:800;box-shadow:var(--shadow-sm)}.help-process svg{width:16px;height:16px;color:var(--brand)}.help-process>svg{color:var(--stone-400)}@media(min-width:640px){.help-topic-grid,.help-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.help-decision-grid,.shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.help-start-grid{grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1.75rem}.help-layout{grid-template-columns:190px minmax(0,820px);justify-content:center}.help-side-nav{position:sticky;top:5.25rem;flex-direction:column;overflow:visible;padding:.75rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa}.help-side-nav a{border:0;border-radius:var(--r-md);background:transparent}.help-side-nav a:hover{background:var(--stone-100)}.help-layout .help-content{margin:0}}@media(max-width:520px){.help-start-grid{gap:1rem}.help-workspace-visual{grid-template-columns:54px minmax(0,1fr);min-height:220px}.help-visual-sidebar{padding:.8rem .65rem}.help-visual-sidebar span.active{width:30px}.help-visual-sidebar span.short{width:24px}.help-route-grid{grid-template-columns:minmax(0,1fr)}.help-process{justify-content:flex-start}.help-process>svg{display:none}.help-toolbar-map,.help-split-visual,.help-note-grid,.help-best-grid,.help-tool-grid{grid-template-columns:minmax(0,1fr)}}.blog-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-topic-pills,.policy-hero-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:1.35rem}.policy-updated{margin:.35rem 0 .85rem;color:var(--gray-600);font-size:.875rem;font-weight:600}.blog-topic-pills span,.policy-hero-pills span{display:inline-flex;align-items:center;gap:.45rem;min-height:34px;padding:.45rem .75rem;border:1px solid var(--stone-200);border-radius:var(--r-full);background:#ffffffc7;color:var(--stone-700);font-size:var(--text-sm);font-weight:800;box-shadow:var(--shadow-xs)}.blog-topic-pills svg,.policy-hero-pills svg{width:15px;height:15px;color:var(--brand)}.blog-feature-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;align-items:stretch}@media(min-width:820px){.blog-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card{background:var(--white);border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--gray-200);box-shadow:var(--shadow-sm);display:flex;flex-direction:column;min-height:100%;transition:transform var(--dur) var(--ease),box-shadow var(--dur) var(--ease),border-color var(--dur) var(--ease)}.blog-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl),0 18px 45px #1c191714;border-color:var(--stone-300)}.blog-card-img{min-height:178px;background:radial-gradient(circle at 24% 18%,rgba(37,99,235,.08),transparent 28%),linear-gradient(135deg,#fef9ee,#f5f0e8);display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid var(--stone-200);overflow:hidden}.blog-card-img:before{content:"";position:absolute;inset:18% 14%;border-radius:20px;background:#ffffff94;transform:rotate(-4deg);box-shadow:inset 0 0 0 1px #fff9}.blog-card-img svg{position:relative;z-index:1;width:38px;height:38px;color:#d97757;transition:transform .5s var(--ease)}.blog-card-img span{position:absolute;left:1rem;bottom:1rem;z-index:1;padding:.35rem .6rem;border-radius:var(--r-full);background:#ffffffd6;color:#92400e;font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.05em}.blog-card:hover .blog-card-img svg{transform:scale(1.15) rotate(3deg)}.blog-card-body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;flex:1;min-height:260px}.blog-card-body h3{font-size:var(--text-lg);line-height:1.34;text-wrap:balance}.blog-card-body p{margin-top:.65rem;color:var(--gray-600);font-size:var(--text-sm);line-height:1.65;flex:1}.blog-card-meta{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:.7rem}.blog-card-meta span{padding:.28rem .52rem;border-radius:var(--r-full);background:var(--blue-50);color:var(--brand-dark);font-size:var(--text-xs);font-weight:800}.blog-card-body .read-more{display:inline-flex;align-items:center;gap:.25rem;margin-top:1.15rem;font-size:var(--text-sm);font-weight:700;color:var(--brand);transition:gap .2s ease}.blog-card-body .read-more:hover{gap:.5rem}.blog-card-body .read-more svg{width:14px;height:14px}.blog-feature-grid .blog-card-body{min-height:282px}.related-link-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.05rem}@media(min-width:760px){.related-link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.related-tools-section,.related-articles-section{padding:4.75rem 0}@media(min-width:1024px){.related-tools-section,.related-articles-section{padding:5.75rem 0}}.related-tools-section .section-header,.related-articles-section .section-header{max-width:760px;margin-bottom:2.25rem}.related-tools-section .section-header h2,.related-articles-section .section-header h2{max-width:680px;margin-inline:auto}.related-tools-section .section-header .body-lg,.related-articles-section .section-header .body-lg{max-width:640px;margin-inline:auto}.related-tools-section .related-link-grid,.related-articles-section .related-link-grid{max-width:1120px;margin:0 auto}.related-articles-section{background:radial-gradient(circle at 12% 0,rgba(37,99,235,.055),transparent 32%),linear-gradient(180deg,#fdfcfa,#f7f4ef)}.related-link-card{display:flex;align-items:flex-start;gap:.95rem;min-height:100%;padding:1.2rem;border:1px solid rgba(214,204,190,.84);border-radius:20px;background:linear-gradient(145deg,#fff,#fdfcfa),radial-gradient(circle at 100% 0,rgba(37,99,235,.06),transparent 35%);color:inherit;text-decoration:none;box-shadow:0 14px 36px #1c19170d,var(--shadow-xs);transition:transform var(--dur) var(--ease),border-color var(--dur) var(--ease),box-shadow var(--dur) var(--ease)}.related-link-card:hover{transform:translateY(-3px);border-color:#2563eb3d;box-shadow:var(--shadow-md)}.related-articles-section .related-link-card{background:linear-gradient(145deg,#fff,#faf8f3),radial-gradient(circle at 0 0,rgba(217,119,87,.07),transparent 34%)}.related-link-card svg{flex:0 0 auto;width:22px;height:22px;color:var(--brand);margin-top:.15rem}.related-link-card>span{min-width:0}.related-link-card strong{display:block;color:var(--gray-900);font-size:clamp(1rem,.25vw + .95rem,1.1rem);line-height:1.35;text-wrap:balance}.related-link-card span{display:block;margin-top:.25rem;color:var(--gray-600);font-size:var(--text-sm);line-height:1.55}.related-link-card>span{margin-top:0;color:inherit}.contact-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem;max-width:1040px;margin:0 auto;align-items:start}.contact-panel,.contact-form-wrap{border:1px solid var(--stone-200);border-radius:var(--r-xl);background:var(--white);box-shadow:var(--shadow-sm)}.contact-panel{padding:1.25rem;background:radial-gradient(circle at 92% 10%,rgba(37,99,235,.1),transparent 32%),linear-gradient(180deg,#fff,#f7f4ef)}.contact-panel h2{margin-top:.65rem;color:var(--gray-900);font-size:clamp(var(--text-2xl),2vw,var(--text-3xl));line-height:var(--leading-heading)}.contact-tip-list{display:grid;gap:.7rem;margin-top:1rem}.contact-tip-list div{display:flex;align-items:flex-start;gap:.7rem;padding:.85rem;border:1px solid rgba(214,204,190,.74);border-radius:var(--r-lg);background:#ffffffbd;color:var(--gray-700);font-size:var(--text-sm);font-weight:700;line-height:1.5}.contact-tip-list svg,.contact-email-card svg{flex:0 0 auto;width:18px;height:18px;color:var(--brand)}.contact-email-card{display:grid;grid-template-columns:auto minmax(0,1fr);column-gap:.75rem;row-gap:.1rem;margin-top:1rem;padding:1rem;border:1px solid rgba(37,99,235,.16);border-radius:var(--r-lg);background:var(--blue-50)}.contact-email-card span{color:var(--gray-600);font-size:var(--text-xs);font-weight:800;text-transform:uppercase;letter-spacing:.06em}.contact-email-card strong{grid-column:2;color:var(--gray-900);overflow-wrap:anywhere}.contact-form-wrap{max-width:none;margin:0;padding:1.25rem}@media(min-width:900px){.contact-layout{grid-template-columns:.85fr 1.15fr;gap:1.5rem}.contact-panel{position:sticky;top:5.25rem}}.form-row{display:grid;grid-template-columns:1fr;gap:.875rem;margin-bottom:.875rem}@media(min-width:640px){.form-row-2{grid-template-columns:1fr 1fr}}.form-group label{display:block;font-size:var(--text-sm);font-weight:700;color:var(--gray-700);margin-bottom:.375rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.6875rem .875rem;font-size:var(--text-md);font-family:inherit;color:var(--gray-800);background:var(--white);border:1.5px solid var(--gray-300);border-radius:var(--r-md);transition:border-color .2s ease,box-shadow .2s ease;outline:none}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--brand);box-shadow:0 0 0 4px #2563eb1f,0 4px 16px #2563eb14;transform:translateY(-1px)}.form-group input,.form-group textarea,.form-group select{transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group textarea{resize:vertical;min-height:120px}.form-disclaimer{font-size:var(--text-xs);color:var(--gray-400);margin-top:.75rem;text-align:center}.policy-section{background:linear-gradient(180deg,var(--white) 0%,#FDFCFA 100%)}.policy-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:1.5rem;max-width:1040px;margin:0 auto;align-items:start}.policy-side{display:flex;gap:.5rem;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.policy-side a{flex:0 0 auto;padding:.55rem .75rem;border:1px solid var(--stone-200);border-radius:var(--r-full);background:var(--white);color:var(--stone-700);font-size:var(--text-sm);font-weight:800}.policy-content{min-width:0}.policy-summary-card{display:flex;gap:1rem;padding:1.25rem;border:1px solid rgba(37,99,235,.18);border-radius:var(--r-xl);background:radial-gradient(circle at 92% 18%,rgba(37,99,235,.1),transparent 34%),linear-gradient(135deg,#fff,#eff6ff);box-shadow:var(--shadow-sm)}.policy-summary-card>svg{flex:0 0 auto;width:28px;height:28px;color:var(--brand)}.policy-summary-card h2{margin-bottom:.45rem;color:var(--gray-900);font-size:clamp(var(--text-2xl),2vw,var(--text-3xl));line-height:var(--leading-heading)}.policy-summary-card p,.policy-card p{margin:0;color:var(--gray-600);line-height:1.7}.policy-card-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:.9rem;margin-top:1rem}.policy-card{padding:1rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:var(--white);box-shadow:var(--shadow-xs)}.policy-card svg{width:20px;height:20px;color:var(--brand)}.policy-card h3{margin:.7rem 0 .4rem;color:var(--gray-900);font-size:1rem;line-height:1.35}.policy-note{margin-top:1rem;padding:1rem;border:1px solid rgba(146,64,14,.18);border-radius:var(--r-lg);background:#fef9ee;color:var(--gray-700);line-height:1.7}.policy-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.2rem}@media(min-width:760px){.policy-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.policy-layout{grid-template-columns:190px minmax(0,1fr)}.policy-side{position:sticky;top:5.25rem;flex-direction:column;overflow:visible;padding:.75rem;border:1px solid var(--stone-200);border-radius:var(--r-lg);background:#fdfcfa}.policy-side a{border:0;border-radius:var(--r-md);background:transparent}.policy-side a:hover{background:var(--stone-100)}}.account-section{background:radial-gradient(circle at 18% 8%,rgba(37,99,235,.08),transparent 28%),linear-gradient(180deg,#fdfcfa,#f7f4ef)}.account-empty{max-width:760px;margin:0 auto;padding:clamp(1.5rem,4vw,2.5rem);border:1px solid var(--stone-200);border-radius:var(--r-xl);background:#ffffffdb;box-shadow:var(--shadow-sm);text-align:center}.account-empty h2{margin:1rem 0 .65rem;color:var(--gray-900);font-size:var(--text-4xl);font-weight:900;line-height:1.1;letter-spacing:0;text-wrap:balance}.account-empty p{max-width:620px;margin:0 auto 1.25rem;color:var(--gray-600);font-size:var(--text-lg);line-height:1.75;text-wrap:pretty}.account-secondary-copy{color:var(--stone-500)!important;font-size:var(--text-md)!important}.account-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin:1.2rem 0 1.35rem;text-align:left}.account-preview-grid span,.account-unlocked-row span{min-width:0;padding:.9rem;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-lg);background:#ffffffc7;color:var(--stone-600);line-height:1.45}.account-preview-grid i,.account-unlocked-row i{width:1.05rem;height:1.05rem;margin-bottom:.55rem;color:var(--brand)}.account-preview-grid strong,.account-unlocked-row strong{display:block;color:var(--stone-900);font-size:var(--text-md);font-weight:900;line-height:1.25}.account-preview-grid small,.account-unlocked-row small{display:block;margin-top:.24rem;color:var(--stone-500);font-size:var(--text-sm);line-height:1.5}.account-auth-notice{display:grid;gap:.3rem;max-width:580px;margin:0 auto 1.15rem;padding:.95rem 1rem;border:1px solid rgba(180,83,9,.2);border-radius:var(--r-lg);background:#fef9ee;color:var(--stone-700);font-size:var(--text-sm);line-height:1.55;text-align:left}.account-auth-notice strong{color:#92400e;font-size:var(--text-md);line-height:1.35}.account-auth-notice code{padding:.08rem .32rem;border:1px solid rgba(180,83,9,.16);border-radius:6px;background:#ffffffb8;color:#92400e;font-family:var(--font-mono);font-size:.9em;overflow-wrap:anywhere}.account-disabled-panel{border-color:#dc262638;background:radial-gradient(circle at 10% 0,rgba(220,38,38,.09),transparent 30%),#ffffffeb}.account-disabled-panel .section-label,.account-disabled-panel h2{color:#991b1b}.account-disabled-uid{max-width:620px;margin:1.25rem auto;text-align:left}.account-disabled-actions{justify-content:center}.account-debug-btn{margin-top:.8rem}.account-diagnostics-output{max-width:620px;margin-inline:auto;text-align:left;white-space:pre-wrap}.account-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;max-width:1120px;margin:0 auto}.account-panel{min-width:0;padding:1.4rem;border:1px solid var(--stone-200);border-radius:var(--r-xl);background:#ffffffe6;box-shadow:var(--shadow-xs)}.account-panel-label{display:inline-flex;margin-bottom:.8rem;color:var(--stone-700);font-size:var(--text-xs);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.account-panel h2{margin:0 0 .5rem;color:var(--gray-900);font-size:var(--text-2xl);font-weight:900;line-height:1.16;letter-spacing:0;text-wrap:balance}.account-panel p{margin:0 0 1rem;color:var(--gray-600);font-size:var(--text-md);line-height:1.72;text-wrap:pretty}.account-welcome-panel{grid-column:1 / -1;background:radial-gradient(circle at 5% 0,rgba(37,99,235,.1),transparent 34%),linear-gradient(180deg,#fffffffa,#fcfaf7e6)}.account-welcome-panel h2{font-size:var(--text-4xl)}.account-unlocked-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.7rem;margin-top:1.1rem}.account-setup-panel{grid-column:1 / -1}.account-setup-list{display:grid;gap:.65rem;margin:1.15rem 0 1rem}.account-setup-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:center;padding:.9rem;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-lg);background:#ffffffc7}.account-setup-item.done{border-color:#16a34a2e;background:radial-gradient(circle at 0 0,rgba(22,163,74,.08),transparent 32%),#ffffffd1}.account-setup-item.ready{border-color:#2563eb2e;background:radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 32%),#ffffffd1}.account-setup-item.current{border-color:#b453093d;background:radial-gradient(circle at 0 0,rgba(180,83,9,.1),transparent 34%),#fffbf4}.account-setup-index{width:2.25rem;height:2.25rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-full);background:var(--stone-100);color:var(--stone-600)}.account-setup-item.done .account-setup-index{background:#16a34a1a;color:#15803d}.account-setup-item.ready .account-setup-index{background:var(--blue-50);color:var(--brand)}.account-setup-item.current .account-setup-index{background:#b453091a;color:#a34713}.account-setup-index svg{width:1.05rem;height:1.05rem}.account-setup-copy{min-width:0;display:grid;gap:.18rem}.account-setup-copy strong{color:var(--stone-900);font-size:var(--text-md);font-weight:900;line-height:1.25}.account-setup-copy small{color:var(--stone-600);font-size:var(--text-sm);line-height:1.5;text-wrap:pretty}.account-setup-status{justify-self:end;padding:.28rem .62rem;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-full);background:#ffffffd1;color:var(--stone-700);font-size:var(--text-xs);font-weight:900;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.account-profile-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.account-uid-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(12rem,auto) auto;align-items:center;gap:.75rem;margin:0 0 1rem;padding:.75rem;border:1px solid rgba(214,211,209,.82);border-radius:var(--r-md);background:#fafaf9b8}.account-uid-row span{display:grid;gap:.15rem;min-width:0}.account-uid-row strong{color:var(--stone-900);font-size:var(--text-sm);font-weight:900}.account-uid-row small{color:var(--stone-600);font-size:var(--text-xs);line-height:1.45}.account-uid-row code{min-width:0;max-width:18rem;overflow:hidden;padding:.4rem .55rem;border:1px solid rgba(214,211,209,.95);border-radius:var(--r-sm);background:#ffffffdb;color:var(--stone-800);font:800 var(--text-xs)/1.35 var(--font-ui);text-overflow:ellipsis;white-space:nowrap}.account-signed-chip{display:inline-flex;align-items:center;margin-bottom:.4rem;padding:.22rem .55rem;border:1px solid rgba(22,163,74,.18);border-radius:var(--r-full);background:#16a34a14;color:#166534;font-size:var(--text-xs);font-weight:900;letter-spacing:.06em;text-transform:uppercase}.account-actions{display:flex;flex-wrap:wrap;gap:.65rem}.account-subtle-note{margin:.75rem 0 0;color:var(--stone-500)!important;font-size:var(--text-sm)!important;line-height:1.6!important}.account-subtle-note-danger{color:#a34713!important}.account-danger-panel{border-color:#dc262633;background:radial-gradient(circle at 0 0,rgba(220,38,38,.08),transparent 34%),#ffffffeb}.account-danger-panel .account-panel-label,.account-danger-panel h2{color:#991b1b}.account-delete-confirm{display:grid;gap:.4rem;margin:1rem 0;color:var(--stone-800);font-size:var(--text-sm);font-weight:900}.account-delete-confirm input{width:min(100%,20rem);min-height:2.6rem;padding:.65rem .78rem;border:1.5px solid rgba(185,28,28,.24);border-radius:var(--r-md);background:#ffffffeb;color:var(--stone-900);font:800 var(--text-sm)/1.2 var(--font-ui)}.account-delete-confirm input:focus{outline:2px solid rgba(220,38,38,.24);outline-offset:2px}.account-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1rem 0}.account-summary-grid span{min-width:0;padding:.72rem .8rem;border:1px solid rgba(214,211,209,.82);border-radius:var(--r-md);background:linear-gradient(135deg,#fffffffa,#fafaf9e0),radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 34%);color:var(--gray-600);font-size:var(--text-sm);line-height:1.35}.account-summary-grid strong{display:block;margin-bottom:.08rem;color:var(--gray-900);font-size:var(--text-xl);line-height:1.05}.account-migration-note{display:grid;gap:.18rem;margin:.85rem 0 1rem;padding:.85rem .95rem;border:1px solid rgba(180,83,9,.16);border-radius:var(--r-md);background:#fef9ee;color:var(--stone-700);font-size:var(--text-sm);line-height:1.55}.account-migration-note strong{color:#92400e}.usage-meter{height:.65rem;overflow:hidden;border-radius:var(--r-full);background:var(--stone-200);margin:.85rem 0}.usage-meter span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--blue-500),#4F46E5)}.usage-meter-soft span{background:linear-gradient(90deg,#b45309,#ea580c)}.account-code{display:none;overflow-x:auto;margin:.75rem 0 0;padding:.8rem;border-radius:var(--r-md);background:#1f1b2e;color:#fdfcfa;font-size:var(--text-sm)}.account-code:not(:empty){display:block}.admin-console{display:grid;gap:1rem;max-width:1120px;margin:0 auto}.admin-intro-panel{background:radial-gradient(circle at 4% 0,rgba(37,99,235,.1),transparent 34%),linear-gradient(180deg,#fffffff5,#fcfaf7eb)}.admin-dashboard-grid{max-width:none}.admin-panel-wide{grid-column:1 / -1}.admin-status-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem;margin-top:1rem}.admin-status-strip span{min-width:0;padding:.82rem .9rem;border:1px solid rgba(214,204,190,.82);border-radius:var(--r-md);background:#ffffffc7;color:var(--stone-600);font-size:var(--text-sm);line-height:1.45}.admin-status-strip strong{display:block;margin-bottom:.18rem;color:var(--stone-900);font-size:var(--text-xs);font-weight:900;letter-spacing:.08em;text-transform:uppercase}.admin-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;align-items:end}.admin-form-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-stack{display:grid;gap:.75rem}.admin-field{display:grid;gap:.35rem;min-width:0}.admin-field-wide{grid-column:span 2}.admin-field span{color:var(--stone-700);font-size:var(--text-xs);font-weight:900;letter-spacing:.06em;text-transform:uppercase}.admin-field input,.admin-field select{width:100%;min-height:2.75rem;padding:.68rem .78rem;border:1px solid rgba(168,162,158,.72);border-radius:var(--r-md);background:#ffffffeb;color:var(--stone-900);font:inherit;outline:none;box-shadow:inset 0 1px #ffffffb8}.admin-field input:focus,.admin-field select:focus{border-color:#2563ebbd;box-shadow:0 0 0 4px #2563eb1f}.admin-output{max-height:340px;white-space:pre-wrap}.admin-output.error{border:1px solid rgba(185,28,28,.28);background:#2a151a;color:#fee2e2}.auth-welcome-overlay{position:fixed;inset:0;z-index:4200;display:grid;place-items:center;padding:1rem;background:#1f1b2e75;backdrop-filter:blur(14px)}.auth-welcome-dialog{position:relative;width:min(760px,100%);padding:2rem;border:1px solid rgba(214,204,190,.9);border-radius:var(--r-2xl);background:radial-gradient(circle at 12% 0,rgba(37,99,235,.13),transparent 36%),linear-gradient(180deg,#fdfcfa,#f6f0e8);box-shadow:var(--shadow-2xl)}.auth-welcome-close{position:absolute;top:1rem;right:1rem;display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-full);background:#fffc;color:var(--stone-600)}.auth-welcome-close svg{width:1rem;height:1rem}.auth-welcome-dialog h2{max-width:620px;margin:.95rem 0 .7rem;color:var(--stone-900);font-size:var(--text-4xl);font-weight:900;line-height:1.1;letter-spacing:0;text-wrap:balance}.auth-welcome-dialog p{max-width:620px;margin:0;color:var(--stone-600);font-size:var(--text-lg);line-height:1.72;text-wrap:pretty}.auth-unlocked-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1.35rem 0 1.4rem}.auth-unlocked-grid div{min-width:0;padding:1rem;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-lg);background:#ffffffc7}.auth-unlocked-grid i{width:1.1rem;height:1.1rem;margin-bottom:.62rem;color:var(--brand)}.auth-unlocked-grid strong{display:block;color:var(--stone-900);font-size:var(--text-md);font-weight:900;line-height:1.25}.auth-unlocked-grid span{display:block;margin-top:.28rem;color:var(--stone-600);font-size:var(--text-sm);line-height:1.55}.auth-welcome-actions{display:flex;flex-wrap:wrap;gap:.7rem}.sync-onboarding-overlay{position:fixed;inset:0;z-index:4000;display:grid;place-items:center;padding:1rem;background:#1f1b2e7a;backdrop-filter:blur(14px)}.sync-onboarding-dialog{width:min(680px,100%);padding:clamp(1.25rem,4vw,2rem);border:1px solid rgba(214,211,209,.86);border-radius:var(--r-xl);background:radial-gradient(circle at 8% 0,rgba(37,99,235,.1),transparent 34%),linear-gradient(180deg,#fdfcfa,#f8f4ee);box-shadow:var(--shadow-xl)}.sync-onboarding-dialog h2{margin:.85rem 0 .65rem;color:var(--gray-900);font-size:clamp(var(--text-3xl),4vw,var(--text-5xl));line-height:var(--leading-heading)}.sync-onboarding-dialog p{max-width:56ch;margin:0 0 1rem;color:var(--gray-600);font-size:var(--text-lg);line-height:1.65}.sync-onboarding-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin:1rem 0 1.15rem}.sync-onboarding-summary span{padding:.78rem .85rem;border:1px solid rgba(214,211,209,.82);border-radius:var(--r-md);background:#ffffffc7;color:var(--gray-600);font-size:var(--text-sm)}.sync-onboarding-summary strong{display:block;color:var(--gray-900);font-size:var(--text-xl);line-height:1}.sync-onboarding-actions{display:flex;flex-wrap:wrap;gap:.65rem}@media(min-width:760px){.account-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sync-onboarding-summary{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:759px){.account-empty h2,.account-welcome-panel h2,.auth-welcome-dialog h2{font-size:var(--text-3xl)}.account-preview-grid,.account-unlocked-row,.auth-unlocked-grid,.admin-status-strip,.admin-form-grid,.admin-form-grid.compact{grid-template-columns:1fr}.admin-field-wide{grid-column:auto}.account-setup-item{grid-template-columns:auto minmax(0,1fr);align-items:start}.account-setup-status{grid-column:2;justify-self:start}.account-uid-row{grid-template-columns:1fr}.account-uid-row code{max-width:100%}.auth-welcome-dialog{padding:1.35rem}}.macros-shell{display:grid;grid-template-columns:320px 1fr;gap:1.25rem;align-items:stretch}@media(max-width:960px){.macros-shell{grid-template-columns:1fr}}.macros-sidebar{border:1px solid var(--gray-200);border-radius:var(--r-lg);background:var(--gray-50);overflow:hidden;display:flex;flex-direction:column;min-height:520px}.macros-sidebar-top{display:flex;align-items:center;gap:.5rem;padding:.875rem;border-bottom:1px solid var(--gray-200);background:var(--white)}.macros-search{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border:1px solid var(--gray-200);border-radius:12px;color:var(--gray-400);background:var(--white)}.macros-search svg{width:14px;height:14px;flex-shrink:0}.macros-search input{width:100%;border:none;outline:none;background:transparent;font-family:inherit;font-size:.875rem;color:var(--gray-800)}.macros-search input::placeholder{color:var(--gray-400)}.macros-icon-btn{width:38px;height:38px;border-radius:12px;border:1px solid var(--gray-200);background:var(--white);display:inline-flex;align-items:center;justify-content:center;color:var(--gray-600);transition:all .15s ease}.macros-icon-btn:hover{background:var(--blue-50);border-color:var(--blue-200);color:var(--brand)}.macros-icon-btn svg{width:18px;height:18px}.macros-list{padding:.625rem;overflow:auto;display:flex;flex-direction:column;gap:.375rem}.macros-item{display:flex;flex-direction:column;gap:.25rem;padding:.625rem .75rem;border-radius:12px;border:1px solid transparent;background:transparent;cursor:pointer;text-align:left}.macros-item:hover{background:var(--white);border-color:var(--gray-200)}.macros-item.active{background:var(--blue-50);border-color:var(--blue-200)}.macros-item-title{font-weight:800;font-size:.875rem;color:var(--gray-900)}.macros-item-tags{font-size:var(--text-xs);color:var(--gray-600)}.macros-editor{border:1px solid var(--gray-200);border-radius:var(--r-lg);background:var(--white);overflow:hidden;min-height:520px;display:flex;flex-direction:column}.macros-toolbar{display:flex;align-items:center;gap:.5rem;padding:.875rem;border-bottom:1px solid var(--gray-200);flex-wrap:wrap}.macros-toolbar .btn{border-radius:12px}.macros-toolbar-spacer{flex:1}.macros-insert-btn{white-space:nowrap}.macros-import-label{display:inline-flex}.macros-sync-status{display:inline-flex;align-items:center;gap:.35rem;min-height:2.35rem;padding:.45rem .7rem;border:1px solid var(--gray-200);border-radius:999px;background:var(--gray-50);color:var(--gray-500);font-size:var(--text-xs);font-weight:800;white-space:nowrap}.macros-sync-status svg{width:.9rem;height:.9rem}.macros-sync-status[data-state=sync_ready],.macros-sync-status[data-state=syncing]{border-color:var(--blue-200);background:var(--blue-50);color:var(--brand)}.macros-sync-status[data-state=pending-sync]{border-color:#b453093d;background:#fef9ee;color:#92400e}.macros-sync-status[data-state=synced]{border-color:#22c55e3d;background:#22c55e14;color:#15803d}.macros-sync-status[data-state=conflict]{border-color:#f59e0b47;background:#f59e0b1a;color:#92400e}.macros-sync-status[data-state=offline],.macros-sync-status[data-state=error]{border-color:#ef444440;background:#ef444414;color:#b91c1c}.tool-sync-status{display:inline-flex;align-items:center;gap:.35rem;min-height:2.35rem;padding:.45rem .7rem;border:1px solid var(--gray-200);border-radius:999px;background:var(--gray-50);color:var(--gray-500);font-size:var(--text-xs);font-weight:800;white-space:nowrap}.tool-sync-status svg{width:.9rem;height:.9rem}.tool-sync-status[data-state=sync_ready],.tool-sync-status[data-state=syncing]{border-color:var(--blue-200);background:var(--blue-50);color:var(--brand)}.tool-sync-status[data-state=pending-sync]{border-color:#b453093d;background:#fef9ee;color:#92400e}.tool-sync-status[data-state=synced]{border-color:#22c55e3d;background:#22c55e14;color:#15803d}.tool-sync-status[data-state=conflict]{border-color:#f59e0b47;background:#f59e0b1a;color:#92400e}.tool-sync-status[data-state=offline],.tool-sync-status[data-state=error]{border-color:#ef444440;background:#ef444414;color:#b91c1c}.tool-sync-detail{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.85rem;align-items:center;margin:.8rem 0 0;padding:.85rem .95rem;border:1px solid rgba(214,204,190,.86);border-radius:var(--r-lg);background:radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 34%),#ffffffd1;box-shadow:var(--shadow-xs)}.macros-toolbar+.tool-sync-detail{margin:0;border-width:0 0 1px;border-radius:0;background:radial-gradient(circle at 0 0,rgba(37,99,235,.08),transparent 34%),#fdfcfa;box-shadow:none}.tool-sync-detail[data-state=pending-sync],.tool-sync-detail[data-state=local]{border-color:#b453092e;background:radial-gradient(circle at 0 0,rgba(180,83,9,.08),transparent 34%),#ffffffdb}.tool-sync-detail[data-state=synced]{border-color:#16a34a2e;background:radial-gradient(circle at 0 0,rgba(22,163,74,.08),transparent 34%),#ffffffdb}.tool-sync-detail[data-state=offline],.tool-sync-detail[data-state=error],.tool-sync-detail[data-state=disabled]{border-color:#ef444438;background:radial-gradient(circle at 0 0,rgba(239,68,68,.08),transparent 34%),#fff7f7}.tool-sync-detail-icon{width:2.15rem;height:2.15rem;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--r-full);background:var(--blue-50);color:var(--brand)}.tool-sync-detail[data-state=local] .tool-sync-detail-icon,.tool-sync-detail[data-state=pending-sync] .tool-sync-detail-icon{background:#b453091a;color:#a34713}.tool-sync-detail[data-state=synced] .tool-sync-detail-icon{background:#16a34a1a;color:#15803d}.tool-sync-detail[data-state=offline] .tool-sync-detail-icon,.tool-sync-detail[data-state=error] .tool-sync-detail-icon,.tool-sync-detail[data-state=disabled] .tool-sync-detail-icon{background:#ef44441a;color:#b91c1c}.tool-sync-detail-icon svg{width:1.05rem;height:1.05rem}.tool-sync-detail-copy{min-width:0;display:grid;gap:.18rem}.tool-sync-detail-copy strong{color:var(--stone-900);font-size:var(--text-md);font-weight:900;line-height:1.25}.tool-sync-detail-copy span{color:var(--stone-600);font-size:var(--text-sm);line-height:1.5;text-wrap:pretty}.tool-sync-detail-actions{display:inline-flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.tool-sync-detail-actions .btn{min-height:2.15rem;padding:.45rem .75rem;font-size:var(--text-xs)}@media(max-width:820px){.tool-sync-detail{grid-template-columns:auto minmax(0,1fr);align-items:start}.tool-sync-detail-actions{grid-column:1 / -1;justify-content:flex-start;padding-left:3rem}}@media(max-width:560px){.tool-sync-detail-actions{padding-left:0}.tool-sync-detail-actions .btn{width:100%}}.macros-danger{border-color:#ef444459!important;color:#b91c1c!important}.macros-danger:hover{background:#ef444414!important}.macros-form{padding:1rem 1rem 1.25rem}.macros-form .form-group textarea{min-height:260px}.macros-meta{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:start;padding-top:.25rem}@media(max-width:640px){.macros-meta{grid-template-columns:1fr}}.macros-meta-label{display:block;font-size:var(--text-xs);font-weight:800;color:var(--gray-500);text-transform:uppercase;letter-spacing:.08em}.macros-chip-row{display:flex;flex-wrap:wrap;gap:.375rem;margin-top:.5rem}.macros-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:var(--text-xs);font-weight:700;border-radius:999px;background:var(--gray-100);border:1px solid var(--gray-200);color:var(--gray-700)}.np-app{display:flex;flex-direction:column;height:100vh;background:var(--gray-100);overflow:hidden;padding:0 1rem 1rem}@media(min-width:768px){.np-app{padding:0 1.5rem 1.5rem}}@media(min-width:1200px){.np-app{padding:0 2.5rem 2rem}}.np-tooltip{position:fixed;z-index:9999;padding:.375rem .75rem;font-size:var(--text-xs);font-weight:600;font-family:var(--font-sans);line-height:1.3;color:#fff;background:var(--gray-900);border-radius:8px;white-space:nowrap;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;box-shadow:0 4px 12px #0000002e;max-width:260px}.np-tooltip.visible{opacity:1;transform:translateY(0)}.np-dark .np-tooltip{background:#e2e8f0;color:var(--gray-900)}.np-topbar{display:flex;align-items:center;padding:.625rem 0;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.np-topbar-sep{width:1px;height:22px;background:var(--gray-200);flex-shrink:0}.np-topbar-push{flex:1}.np-topbar .np-account-auth-slot{display:none;flex:0 0 auto}@media(min-width:1180px){.np-topbar .np-account-auth-slot{display:flex}}.np-topbar .account-avatar-btn{min-height:2.15rem;padding-block:.2rem}.np-topbar .account-state-label strong{font-size:.78rem}.np-topbar .account-state-label small{font-size:.68rem}.np-auth-nudge{flex:0 0 auto;margin:0 0 .75rem}.np-auth-nudge:empty,.np-auth-nudge[hidden]{display:none}.np-auth-nudge .auth-inline-nudge{min-height:0;padding:.72rem .82rem;border-radius:var(--r-md)}.np-auth-nudge .auth-inline-copy strong{font-size:var(--text-sm)}.np-auth-nudge .auth-inline-copy span{font-size:var(--text-xs);line-height:1.45}.np-auth-nudge .auth-inline-icon{width:1.9rem;height:1.9rem}.np-auth-nudge .btn{min-height:2.1rem;padding:.42rem .72rem;font-size:var(--text-xs)}@media(max-width:700px){.np-auth-nudge .auth-inline-nudge{grid-template-columns:auto minmax(0,1fr) auto}.np-auth-nudge .auth-inline-actions{display:none}}.np-home-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:var(--white);border:1px solid var(--gray-200);color:var(--gray-500);text-decoration:none;transition:all .15s ease;box-shadow:var(--shadow-xs);flex-shrink:0}.np-home-link:hover{color:var(--brand);border-color:var(--blue-200);background:var(--blue-50)}.np-home-link svg{width:18px;height:18px}.np-heading{font-size:var(--text-2xl);font-weight:800;color:var(--gray-900);letter-spacing:0;line-height:1;margin:0}@media(min-width:768px){.np-heading{font-size:1.5rem}}.np-top-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .75rem;font-size:var(--text-sm);font-weight:700;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .15s ease;font-family:inherit;box-shadow:var(--shadow-xs)}.np-top-btn:hover{background:var(--blue-50);color:var(--brand);border-color:var(--blue-200)}.np-top-btn svg{width:16px;height:16px}.np-top-btn span{display:none}@media(min-width:640px){.np-top-btn span{display:inline}}.np-top-btn-primary{background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;border-color:transparent;box-shadow:0 2px 8px var(--brand-glow)}.np-top-btn-primary:hover{background:linear-gradient(135deg,var(--blue-600),var(--blue-800));color:#fff;border-color:transparent;box-shadow:var(--shadow-blue)}.np-autosave-badge{display:inline-flex;align-items:center;gap:.4rem;font-size:var(--text-xs);font-weight:700;color:var(--gray-400);transition:color .3s ease}.np-autosave-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--gray-400);transition:background .3s ease,box-shadow .3s ease}.np-autosave-badge.saved:before{background:#10b981;box-shadow:0 0 0 3px #10b98133}.np-autosave-badge[data-sync-state=syncing]{color:var(--blue-600)}.np-autosave-badge[data-sync-state=syncing]:before{background:var(--blue-500);box-shadow:0 0 0 3px #2563eb29}.np-autosave-badge[data-sync-state=synced],.np-autosave-badge[data-sync-state=sync_ready]{color:#15803d}.np-autosave-badge[data-sync-state=synced]:before,.np-autosave-badge[data-sync-state=sync_ready]:before{background:#16a34a;box-shadow:0 0 0 3px #16a34a29}.np-autosave-badge[data-sync-state=offline],.np-autosave-badge[data-sync-state=local]{color:#b45309}.np-autosave-badge[data-sync-state=offline]:before,.np-autosave-badge[data-sync-state=local]:before{background:#d97706;box-shadow:0 0 0 3px #d9770629}.np-autosave-badge[data-sync-state=error]{color:#dc2626}.np-autosave-badge[data-sync-state=error]:before{background:#dc2626;box-shadow:0 0 0 3px #dc262626}.np-autosave-badge svg{width:14px;height:14px}.np-autosave-badge.saved{color:var(--blue-500)}.np-main{flex:1;display:flex;overflow:hidden;border-radius:var(--r-xl);border:1px solid var(--gray-200);box-shadow:0 1px 3px #0f172a0f,0 8px 24px #0f172a14,0 20px 60px #2563eb14;background:var(--white);position:relative}.np-sidebar{width:240px;min-width:240px;background:var(--gray-50);border-right:1px solid var(--gray-200);display:flex;flex-direction:column;flex-shrink:0;overflow:hidden;transition:width .3s var(--ease),min-width .3s var(--ease)}.np-sidebar.collapsed{width:0;min-width:0}.np-sidebar.collapsed .np-sidebar-header,.np-sidebar.collapsed .np-sidebar-search,.np-sidebar.collapsed .np-page-list{visibility:hidden}.np-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem .625rem}.np-sidebar-title{font-size:var(--text-xs);font-weight:700;color:var(--gray-500);text-transform:uppercase;letter-spacing:.06em;display:flex;align-items:center;gap:.375rem}.np-sidebar-title svg{width:15px;height:15px}.np-sidebar-actions{display:flex;gap:.25rem}.np-sidebar-btn{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--gray-400);border:1px solid transparent;cursor:pointer;transition:all .15s ease}.np-sidebar-btn:hover{background:var(--blue-50);color:var(--brand);border-color:var(--blue-200)}.np-sidebar-btn svg{width:16px;height:16px}#btn-add-page{background:var(--blue-50);color:var(--brand);border-color:var(--blue-200)}#btn-add-page:hover{background:var(--brand);color:#fff}.np-sidebar-search{padding:0 .875rem .625rem;display:flex;align-items:center;gap:.5rem;color:var(--gray-400);border:1px solid transparent;border-radius:12px}.np-sidebar-search:focus-within{background:var(--white);border-color:var(--blue-200);box-shadow:0 0 0 3px #2563eb1a}.np-dark .np-sidebar-search:focus-within{background:#2a2b38;border-color:#3d3e4a;box-shadow:0 0 0 3px #93c5fd1f}.np-sidebar-search svg{width:14px;height:14px;flex-shrink:0}.np-sidebar-search input{width:100%;border:none;outline:none;font-size:var(--text-sm);font-family:inherit;color:var(--gray-700);background:transparent}.np-sidebar-search input::placeholder{color:var(--gray-300)}.np-page-list{flex:1;overflow-y:auto;padding:0 .625rem .625rem}.np-page-item{display:flex;align-items:center;border-radius:8px;margin-bottom:2px;transition:background .1s ease}.np-page-item:hover{background:var(--white)}.np-page-item.active{background:var(--blue-50)}.np-page-item.active .np-page-btn{color:var(--brand);font-weight:700}.np-page-btn{flex:1;display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;font-size:var(--text-sm);font-weight:600;color:var(--gray-600);background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;overflow:hidden}.np-page-btn svg{width:16px;height:16px;flex-shrink:0;color:var(--gray-400)}.np-page-item.active .np-page-btn svg{color:var(--brand)}.np-page-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-page-rename{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--gray-300);opacity:0;transition:all .1s ease;flex-shrink:0;margin-right:.125rem}.np-page-item:hover .np-page-rename{opacity:1}.np-page-item:focus-within .np-page-rename{opacity:1}.np-page-rename:hover{color:var(--gray-600);background:#94a3b826}.np-page-rename svg{width:14px;height:14px}.np-page-del{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:var(--gray-300);opacity:0;transition:all .1s ease;flex-shrink:0;margin-right:.375rem}.np-page-item:hover .np-page-del{opacity:1}.np-page-item:focus-within .np-page-del{opacity:1}.np-page-del:hover{color:#ef4444;background:#ef444414}.np-page-del svg{width:14px;height:14px}@media(hover:none){.np-page-rename,.np-page-del{opacity:1}}:root{--danger: #EF4444}.tool-hero{padding:5.75rem 0 3rem;background:linear-gradient(165deg,#faf8f3,#f3eee5 40%,#fafaf8);border-bottom:1px solid #E8E3D9;position:relative;overflow:hidden}.tool-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(0,0,0,.05) 1px,transparent 1px);background-size:24px 24px;mask-image:radial-gradient(ellipse 65% 90% at 8% 50%,black 0%,transparent 65%);-webkit-mask-image:radial-gradient(ellipse 65% 90% at 8% 50%,black 0%,transparent 65%);pointer-events:none}.tool-hero:after{content:"";position:absolute;top:-60px;right:-80px;width:380px;height:380px;background:radial-gradient(circle,rgba(217,119,87,.08) 0%,rgba(180,83,9,.04) 45%,transparent 70%);pointer-events:none}.tool-hero>.container{position:relative;z-index:1;max-width:1180px}.breadcrumb{display:flex;align-items:center;gap:.4rem;font-size:var(--text-sm);color:var(--gray-500);margin-bottom:1rem}.breadcrumb a{color:var(--gray-500);text-decoration:none}.breadcrumb a:hover{color:var(--brand)}.breadcrumb span.sep{color:var(--gray-300)}.tool-hero h1{max-width:780px;margin:.75rem 0 .65rem;font-size:clamp(2.25rem,4.6vw,3.5rem);line-height:var(--leading-tight);letter-spacing:0;text-wrap:balance}.tool-hero .tool-hero-sub{max-width:720px;color:var(--stone-600);font-size:clamp(var(--text-md),1.4vw,var(--text-lg));line-height:1.65;text-wrap:pretty}@media(min-width:1280px){.tool-hero h1{max-width:820px}.tool-hero .tool-hero-sub{max-width:760px}}@media(min-width:1024px){.tool-hero{padding:6.5rem 0 3.25rem}}@media(max-width:720px){.tool-hero{padding:5rem 0 2.25rem}.tool-hero h1{font-size:clamp(2rem,10vw,2.75rem)}}.tool-shell{display:grid;grid-template-columns:1.2fr .8fr;gap:1rem;align-items:start;margin-top:1.25rem}@media(max-width:980px){.tool-shell{grid-template-columns:1fr}}.tool-panel{border:1px solid var(--gray-200);border-radius:14px;background:var(--white);padding:1.5rem;box-shadow:var(--shadow-md);min-width:0}.tool-panel h2{font-size:1.05rem;margin:0 0 .75rem}.panel-label{font-size:var(--text-xs);font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin:0 0 .75rem}.tool-row{display:flex;gap:.5rem;align-items:center;padding:.4rem 0}.tool-row-main{display:flex;gap:.5rem;align-items:center;flex:1;min-width:0}.tool-row-actions{display:flex;gap:.35rem;align-items:center;flex-shrink:0}.tool-input,.tool-textarea,.tool-output{width:100%;min-width:0;border:1px solid var(--gray-100);border-radius:10px;padding:.7rem .75rem;font-family:inherit;color:var(--gray-700);background:var(--white);outline:none}.tool-input:focus,.tool-textarea:focus,.tool-output:focus{border-color:#2563eb80;box-shadow:0 0 0 4px #2563eb1f}.tool-textarea,.tool-output{min-height:220px;resize:vertical;line-height:1.55}.tool-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.75rem}.tool-actions .btn{flex-shrink:0}.tool-inline{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.tool-inline label{font-size:.875rem;color:var(--gray-600)}.tool-inline select,.tool-inline input[type=date],.tool-inline input[type=number]{border:1px solid var(--gray-100);border-radius:10px;padding:.55rem .65rem;font-family:inherit}.icon-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--white);border:1px solid var(--gray-100);cursor:pointer;color:var(--gray-600);flex-shrink:0}.icon-btn:hover{background:var(--gray-50)}.icon-btn svg{width:16px;height:16px}.icon-btn.danger:hover{background:#ef44440f;color:var(--danger);border-color:#ef444440}.tool-empty{padding:.75rem 0;color:var(--gray-500);font-size:var(--text-sm)}.lm-tool{border:1px solid var(--gray-200);border-radius:14px;background:var(--white);box-shadow:var(--shadow-md);margin-top:1.25rem;overflow:hidden}.lm-tool-top{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-bottom:1px solid var(--gray-100)}.lm-tool-top .panel-label{margin:0}.lm-hint{font-size:var(--text-xs);color:var(--gray-400);font-weight:500;letter-spacing:.01em}@media(max-width:600px){.lm-hint{display:none}}.lm-count{display:inline-flex;align-items:center;font-size:var(--text-xs);font-weight:700;background:var(--stone-100);color:var(--gray-500);border-radius:99px;padding:.1rem .45rem;margin-left:.45rem;vertical-align:middle;letter-spacing:0;text-transform:none}#lm-list{padding:.375rem 0;min-height:80px}.lm-tool .tool-row{padding:.3rem .75rem .3rem 1rem;border-radius:0;gap:.375rem}.lm-tool .tool-row:hover{background:var(--stone-50)}.lm-tool .tool-row-actions{opacity:0;transition:opacity .15s ease}.lm-tool .tool-row:hover .tool-row-actions,.lm-tool .tool-row:focus-within .tool-row-actions{opacity:1}@media(hover:none){.lm-tool .tool-row-actions{opacity:1}}.lm-bullet{font-size:.875rem;color:var(--stone-400);flex-shrink:0;width:1.1rem;text-align:center;user-select:none;pointer-events:none;transition:color .15s}.lm-tool .tool-row:hover .lm-bullet{color:var(--stone-500)}.lm-tool-footer{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-top:1px solid var(--gray-100);flex-wrap:wrap}.lm-add-inline{display:flex;align-items:center;gap:.35rem;font-size:var(--text-sm);font-weight:600;font-family:inherit;color:var(--gray-600);background:none;border:none;padding:.35rem .625rem;border-radius:var(--r-md);cursor:pointer;transition:color .15s,background .15s}.lm-add-inline:hover{color:var(--gray-700);background:var(--gray-50)}.lm-add-inline svg{width:14px;height:14px}.lm-footer-right{display:flex;align-items:center;gap:.375rem;margin-left:auto;flex-wrap:wrap}.lm-select{font-family:inherit;font-size:var(--text-sm);font-weight:600;color:var(--gray-600);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-md);padding:.35rem .625rem;cursor:pointer;outline:none}.lm-select:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb1a}.tool-card-row{display:flex;gap:.75rem;align-items:flex-start;padding:.75rem;border:1px solid var(--gray-100);border-radius:12px;background:var(--white);margin-bottom:.5rem}.tool-card-main{flex:1;min-width:0}.tool-card-title{font-weight:800;color:var(--gray-700)}.tool-card-meta{margin-top:.2rem;font-size:var(--text-sm);color:var(--gray-500)}.tool-card-actions{display:flex;gap:.35rem}.tool-check{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;user-select:none}.tool-check input{width:18px;height:18px;accent-color:var(--brand)}.tool-check span{display:none}.tool-chip{border:1px solid var(--gray-100);background:var(--white);border-radius:999px;padding:.5rem .75rem;font-size:.875rem;cursor:pointer;color:var(--gray-700)}.tool-chip:hover{background:var(--gray-50)}.tool-section-card{border:1px solid var(--gray-100);border-radius:12px;background:var(--white);padding:.85rem;margin-bottom:.75rem}.tool-section-head{display:flex;gap:.75rem;align-items:center}.tool-section-title{font-weight:800}.tool-section-actions{display:flex;gap:.35rem}.tool-section-items{margin-top:.75rem}.tool-check-row{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}.tool-check-row.done .tool-input{text-decoration:line-through;color:var(--gray-400)}.tool-check-row.done .tool-check input{opacity:.7}.cl-progress{display:flex;align-items:center;gap:.625rem;margin-bottom:.875rem;padding-bottom:.875rem;border-bottom:1px solid var(--gray-100)}.cl-progress-bar{flex:1;height:5px;background:var(--gray-100);border-radius:999px;overflow:hidden}.cl-progress-fill{height:100%;background:linear-gradient(90deg,#d97757,#92400e);border-radius:999px;transition:width .3s ease}.cl-progress-label{font-size:var(--text-xs);font-weight:700;color:var(--gray-500);white-space:nowrap;min-width:52px;text-align:right}.cl-sec-progress{font-size:var(--text-xs);font-weight:700;color:var(--gray-400);margin-left:auto;flex-shrink:0}.cl-templates{display:flex;flex-direction:column;gap:.375rem;margin-top:.5rem}.cl-tpl-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid var(--gray-100);border-radius:10px;background:var(--white);font-size:var(--text-sm);font-weight:600;color:var(--gray-700);cursor:pointer;text-align:left;transition:all .15s ease}.cl-tpl-btn:hover{background:#fef9ee;border-color:#92400e33;color:#92400e}.cl-tpl-btn svg{width:14px;height:14px;flex-shrink:0}#checklist-app .tool-hero{padding-bottom:4.75rem}#checklist-app .checklist-shell{grid-template-columns:minmax(0,1.35fr) minmax(300px,.75fr);gap:1.15rem;margin-top:1.6rem}#checklist-app .checklist-workspace,#checklist-app .checklist-template-panel{overflow:hidden}.tool-panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.tool-panel-head.compact{margin-bottom:.875rem}.tool-panel-head .panel-label{margin-bottom:.3rem}.panel-subtitle{margin:0;color:var(--gray-500);font-size:var(--text-sm);line-height:1.45;max-width:38rem}.tool-status-pill{display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.35rem .6rem;border-radius:999px;border:1px solid rgba(37,99,235,.12);background:#2563eb0f;color:var(--brand);font-size:var(--text-xs);font-weight:800;white-space:nowrap}.tool-status-pill svg{width:14px;height:14px}#checklist-app .checklist-workspace{padding:0;border-color:#78716c33;background:linear-gradient(180deg,#fffffffa,#fffffff0),var(--white)}#checklist-app .checklist-workspace>.tool-panel-head{padding:1.25rem 1.35rem 1rem;margin:0;border-bottom:1px solid rgba(120,113,108,.14);background:linear-gradient(135deg,#fffffff5,#fef9eec7)}#checklist-app .cl-progress{margin:0;padding:.95rem 1.35rem;border-bottom:1px solid rgba(120,113,108,.13);background:#ffffffb8}#checklist-app #cl-sections{padding:1rem 1.35rem .35rem}#checklist-app .checklist-actions{margin:0;padding:1rem 1.35rem 1.25rem;border-top:1px solid rgba(120,113,108,.12);background:linear-gradient(180deg,#ffffffb3,#fafaf9f2)}#checklist-app .checklist-section-card{border-color:#78716c2e;border-radius:var(--r-lg);background:#fffffff0;padding:.95rem;box-shadow:0 10px 24px #1c19170d}#checklist-app .checklist-section-card+.checklist-section-card{margin-top:.85rem}#checklist-app .tool-section-head{gap:.55rem;align-items:center}#checklist-app .tool-section-title{min-height:2.55rem;font-family:var(--font-display);font-size:1.05rem;font-weight:800;color:var(--text-heading);background:#fafaf9d9}#checklist-app .tool-section-items{display:grid;gap:.45rem}#checklist-app .tool-check-row{margin:0;gap:.6rem;padding:.35rem;border-radius:var(--r-md);flex-wrap:nowrap;transition:background .16s ease}#checklist-app .tool-check-row:hover,#checklist-app .tool-check-row:focus-within{background:#fafaf9e6}#checklist-app .tool-check-row .tool-input{flex:1 1 auto;width:auto;min-width:0;min-height:2.35rem;border-color:transparent;background:transparent}#checklist-app .tool-check-row .icon-btn{flex:0 0 34px}#checklist-app .tool-check-row:focus-within .tool-input{background:var(--white);border-color:#2563eb52}#checklist-app .tool-check input{width:20px;height:20px}#checklist-app .cl-sec-progress{display:inline-flex;align-items:center;min-height:1.65rem;padding:.2rem .5rem;border-radius:999px;background:var(--stone-100);color:var(--gray-500)}#checklist-app .checklist-template-panel{border-color:#92400e29;background:linear-gradient(180deg,#fef9eead,#fffffff5),var(--white)}#checklist-app .cl-templates{gap:.55rem}#checklist-app .cl-tpl-btn{align-items:flex-start;gap:.7rem;min-height:4.35rem;padding:.78rem .85rem;border-color:#78716c29;border-radius:var(--r-lg);background:#ffffffd1;box-shadow:0 8px 20px #1c191709}#checklist-app .cl-tpl-btn svg{width:18px;height:18px;margin-top:.1rem;color:var(--brand)}#checklist-app .cl-tpl-btn span{display:grid;gap:.18rem;min-width:0}#checklist-app .cl-tpl-btn strong{color:var(--text-heading);font-family:var(--font-display);font-size:.98rem;line-height:1.18}#checklist-app .cl-tpl-btn small{color:var(--gray-500);font-size:var(--text-xs);font-weight:600;line-height:1.35}#checklist-app .cl-tpl-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px #92400e17}.checklist-note{margin-top:.95rem;padding:.75rem .8rem;border-radius:var(--r-md);background:#ffffffc7;border:1px solid rgba(120,113,108,.14);color:var(--gray-500);font-size:var(--text-xs);line-height:1.45}.checklist-note strong{color:var(--gray-700)}.checklist-restore-btn{width:100%;justify-content:center;margin-top:.7rem}.checklist-next-tools{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(120,113,108,.14)}.checklist-next-tools .panel-label{margin-bottom:.55rem}.checklist-next-tool-row{display:flex;flex-wrap:wrap;gap:.45rem}@media(max-width:980px){#checklist-app .checklist-shell{grid-template-columns:1fr}}@media(max-width:640px){#checklist-app .checklist-workspace>.tool-panel-head,#checklist-app .cl-progress,#checklist-app #cl-sections,#checklist-app .checklist-actions{padding-left:1rem;padding-right:1rem}.tool-panel-head{display:grid}.tool-status-pill{width:fit-content}#checklist-app .tool-section-head{align-items:stretch;flex-wrap:wrap}#checklist-app .tool-section-title{flex-basis:100%}#checklist-app .cl-sec-progress{margin-left:0}#checklist-app .tool-section-actions{margin-left:auto}#checklist-app .tool-check-row .tool-input{min-height:2.75rem}#checklist-app .tool-check-row{display:grid;grid-template-columns:20px minmax(0,1fr) 34px;align-items:center;gap:.45rem;width:100%}#checklist-app .tool-check-row .tool-check,#checklist-app .tool-check-row .icon-btn{margin:0}}.jr-controls{display:flex;gap:.5rem;align-items:center;justify-content:space-between}.jr-month{font-weight:900;color:var(--gray-700)}.jr-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;margin-top:.75rem}.jr-cell{height:38px;border-radius:10px;border:1px solid var(--gray-100);background:var(--white);font-weight:700;cursor:pointer;color:var(--gray-700)}.jr-cell:hover{background:var(--gray-50)}.jr-empty{background:transparent;border-color:transparent;cursor:default}.jr-has{border-color:#2563eb59;box-shadow:inset 0 0 0 1px #2563eb2e}.jr-active{background:var(--blue-50);border-color:#2563eb99}.hb-head,.hb-row{display:grid;grid-template-columns:minmax(8rem,1.5fr) repeat(7,minmax(2rem,1fr)) .7fr 2.3rem;gap:6px;align-items:center}.hb-head{font-size:var(--text-xs);color:var(--gray-500);padding:.5rem 0}.hb-col{text-align:center}.hb-col-habit{text-align:left;font-weight:800;color:var(--gray-700)}.hb-col-pct{font-weight:900;color:var(--gray-700)}.hb-cell{height:34px;border-radius:10px;border:1px solid var(--gray-100);background:var(--white);cursor:pointer}.hb-cell.on{background:#10b98129;border-color:#10b98159}@media(max-width:720px){#habit-app .tool-panel{overflow-x:auto}.hb-head,.hb-row{min-width:760px}}@media print{.site-header,.site-footer,.tool-actions,.hamburger,#mobile-menu{display:none!important}.tool-panel{border:none;padding:0}.tool-hero{border:none}}@media print{body:has(#checklist-app){background:#fff!important;color:#111!important}body:has(#checklist-app) .site-header,body:has(#checklist-app) .site-footer,body:has(#checklist-app) .breadcrumb,body:has(#checklist-app) .tool-trust-row,body:has(#checklist-app) .checklist-template-panel,body:has(#checklist-app) #checklist-app>section:not(.tool-hero),body:has(#checklist-app) .tool-hero .section-label,body:has(#checklist-app) .tool-hero-sub,body:has(#checklist-app) .tool-status-pill,body:has(#checklist-app) .cl-progress,body:has(#checklist-app) .tool-section-actions,body:has(#checklist-app) .tool-check-row .icon-btn,body:has(#checklist-app) .checklist-actions{display:none!important}body:has(#checklist-app) .tool-hero{padding:0!important;background:#fff!important}body:has(#checklist-app) .container{max-width:none!important;padding:0!important}body:has(#checklist-app) h1{font-size:28pt!important;line-height:1.1!important;margin:0 0 18pt!important;color:#111!important}body:has(#checklist-app) .checklist-shell{display:block!important;margin:0!important}body:has(#checklist-app) .checklist-workspace{border:0!important;box-shadow:none!important;background:#fff!important;overflow:visible!important}body:has(#checklist-app) .checklist-workspace>.tool-panel-head{display:block!important;padding:0 0 10pt!important;border:0!important;background:#fff!important}body:has(#checklist-app) .checklist-workspace .panel-label{color:#555!important;font-size:9pt!important;letter-spacing:.08em!important}body:has(#checklist-app) .panel-subtitle{color:#444!important;font-size:11pt!important;max-width:42rem!important}body:has(#checklist-app) #cl-sections{padding:0!important}body:has(#checklist-app) .checklist-section-card{break-inside:avoid;page-break-inside:avoid;border:1px solid #ddd!important;box-shadow:none!important;background:#fff!important;padding:12pt!important;margin:0 0 12pt!important}body:has(#checklist-app) .tool-section-head{display:block!important;margin-bottom:8pt!important}body:has(#checklist-app) .tool-section-title,body:has(#checklist-app) .tool-check-row .tool-input{border:0!important;box-shadow:none!important;background:transparent!important;color:#111!important;padding:0!important}body:has(#checklist-app) .tool-section-title{font-size:15pt!important}body:has(#checklist-app) .tool-check-row{display:grid!important;grid-template-columns:18pt 1fr!important;gap:8pt!important;padding:3pt 0!important}body:has(#checklist-app) .tool-check{align-self:start!important}body:has(#checklist-app) .tool-check input{width:12pt!important;height:12pt!important}}.np-editor-panel{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative;min-width:0}.np-toolbar-ribbon{display:flex;align-items:center;gap:3px;padding:.5rem .75rem;background:var(--white);border-bottom:1px solid var(--gray-100);flex-wrap:nowrap;flex-shrink:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}.np-toolbar-ribbon::-webkit-scrollbar{height:10px}.np-toolbar-ribbon::-webkit-scrollbar-thumb{background:#94a3b859;border-radius:999px}.np-dark .np-toolbar-ribbon::-webkit-scrollbar-thumb{background:#94a3b838}.np-ribbon-group{display:flex;flex-direction:row;align-items:center;gap:2px;flex-shrink:0;padding:0;border:none}.np-ribbon-label{display:none!important}.np-tb-label{gap:.3rem;padding:.375rem .75rem;width:auto;font-size:var(--text-sm);font-weight:700;border-radius:8px}.np-tb-label span{display:inline}.np-toolbar-push{flex:1}.np-body{flex:1;display:flex;flex-direction:column;overflow:hidden}.np-dark{background:#1a1b23}.np-dark .np-heading{color:#f1f5f9}.np-dark .np-home-link{background:#2a2b38;border-color:#3d3e4a;color:#94a3b8}.np-dark .np-main{background:#22232e;border-color:#2d2e3a}.np-dark .np-topbar{border-color:transparent}.np-dark .np-topbar .np-brand{color:#fff}.np-dark .np-top-btn{color:#94a3b8}.np-dark .np-top-btn:hover{background:#6382ff1a;color:#93c5fd}.np-dark .np-sidebar{background:#1e1f2a;border-color:#2d2e3a}.np-dark .np-sidebar-title,.np-dark .np-sidebar-search{color:#64748b}.np-dark .np-sidebar-search input{color:#cbd5e1}.np-dark .np-sidebar-btn{color:#64748b}.np-dark .np-page-item:hover{background:#2a2b38}.np-dark .np-page-item.active{background:#2563eb26}.np-dark .np-page-btn{color:#94a3b8}.np-dark .np-toolbar-ribbon{background:#22232e;border-color:#2d2e3a}.np-dark .np-tb{color:#64748b}.np-dark .np-tb:hover{background:#6382ff1a;color:#93c5fd}.np-dark .np-select{background:#2a2b38;border-color:#3d3e4a;color:#cbd5e1}.np-dark .np-editor{background:#1a1b23;color:#e2e8f0}.np-dark .np-editor:empty:before{color:#475569}.np-dark .np-editor blockquote{background:#2563eb14;border-color:#3b82f6;color:#94a3b8}.np-dark .np-editor h1,.np-dark .np-editor h2,.np-dark .np-editor h3{color:#f1f5f9}.np-dark .np-statusbar{background:#1e1f2a;border-color:#2d2e3a}.np-dark .np-sep{background:#2d2e3a}.np-dark .np-card{background:transparent;border-color:transparent;box-shadow:none}.np-focus .np-topbar,.np-focus .np-sidebar,.np-focus .np-toolbar-ribbon,.np-focus .np-statusbar{display:none!important}.np-focus .np-editor{padding:3rem 4rem}.np-focus .np-main{border-radius:0;border:none;box-shadow:none}.np-focus .np-editor-panel:after{content:"Press Esc to exit focus mode";position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);padding:.5rem 1.25rem;font-size:var(--text-xs);font-weight:700;color:var(--gray-400);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-full);box-shadow:var(--shadow-lg);z-index:50;opacity:.7;pointer-events:none;animation:focusHintFade 4s ease forwards}@keyframes focusHintFade{0%,60%{opacity:.7}to{opacity:0}}.np-dark.np-focus .np-editor-panel:after{background:#2a2b38;border-color:#3d3e4a;color:#64748b}.np-card{background:var(--white);border-radius:var(--r-2xl);border:1px solid var(--gray-200);box-shadow:var(--shadow-xl),0 0 0 1px #00000005;overflow:hidden;display:flex;flex-direction:column;flex:1}.np-toolbar{display:flex;align-items:center;gap:2px;padding:.5rem 1rem;background:var(--white);border-bottom:1px solid var(--gray-100);flex-wrap:wrap;min-height:44px}@media(min-width:768px){.np-toolbar{padding:.5rem 1.25rem}}.np-toolbar-top{background:var(--gray-50);border-bottom:1px solid var(--gray-200);padding:.5rem 1rem}@media(min-width:768px){.np-toolbar-top{padding:.5rem 1.25rem}}.np-toolbar-group{display:flex;align-items:center;gap:3px}.np-sep{width:1px;height:24px;background:var(--gray-200);margin:0 .5rem;flex-shrink:0}.np-select{padding:.375rem .625rem;font-size:var(--text-sm);font-family:inherit;font-weight:600;border:1px solid var(--gray-200);border-radius:8px;color:var(--gray-700);background:var(--white);outline:none;cursor:pointer;transition:border-color .15s ease;height:36px}.np-select:hover{border-color:var(--blue-300)}.np-select:focus{border-color:var(--brand);box-shadow:0 0 0 2px #2563eb1a}.np-select-font{min-width:145px}.np-select-size{width:60px}.np-tb{display:inline-flex;align-items:center;justify-content:center;width:38px;height:36px;border-radius:8px;color:var(--gray-500);background:transparent;cursor:pointer;transition:all .12s ease;border:none;font-family:inherit;flex-shrink:0}.np-tb:hover{background:var(--blue-50);color:var(--brand)}.np-tb:active{background:var(--blue-100);transform:scale(.95)}.np-tb-dropdown{width:auto;padding:0 .5rem;gap:2px}.np-tb-chev{width:12px!important;height:12px!important;opacity:.6}.np-dropdown{position:relative;display:inline-flex}.np-dropdown-menu{position:fixed;top:0;left:0;min-width:180px;padding:.375rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--r-md);box-shadow:var(--shadow-xl);z-index:1000;display:none;flex-direction:column;gap:2px}.np-dropdown-menu.open{display:flex}.np-ai-menu{min-width:230px}.np-dropdown-section-label{padding:.45rem .75rem .25rem;color:var(--stone-600);font-family:var(--font-ui);font-size:.68rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.np-dropdown-separator{height:1px;margin:.25rem .35rem;background:var(--stone-200)}.np-dropdown-note{max-width:220px;margin:.25rem .35rem .15rem;padding:.6rem .65rem;border-radius:var(--r-sm);background:#f8f4ee;color:var(--stone-700);font-size:var(--text-xs);font-weight:650;line-height:1.45;white-space:normal}.np-dropdown-check{display:flex;align-items:center;gap:.6rem;margin:.25rem .35rem 0;padding:.55rem .65rem;border-radius:var(--r-sm);background:#f3f7fb;color:var(--gray-700);font-size:var(--text-xs);font-weight:650;line-height:1.4;cursor:pointer}.np-dropdown-check input{margin:0;accent-color:var(--brand)}.np-dropdown-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;font-size:var(--text-sm);font-weight:600;color:var(--gray-700);background:none;border:none;border-radius:6px;cursor:pointer;font-family:inherit;text-align:left;white-space:nowrap;transition:all .12s ease}.np-dropdown-item:hover{background:var(--blue-50);color:var(--brand)}.np-dropdown-item svg{width:16px;height:16px;flex-shrink:0}.np-dark .np-dropdown-menu{background:#22232e;border-color:#3d3e4a}.np-dark .np-dropdown-item{color:#cbd5e1}.np-dark .np-dropdown-item:hover{background:#6382ff1f;color:#93c5fd}.np-dark .np-dropdown-section-label{color:#a8a29e}.np-dark .np-dropdown-separator{background:#3d3e4a}.np-dark .np-dropdown-note,.np-dark .np-dropdown-check{background:#ffffff0f;color:#d6d3d1}.np-tb.np-tb-active{background:var(--blue-100);color:var(--brand)}.np-dark .np-tb.np-tb-active{background:#6382ff2e;color:#93c5fd}.np-tb.np-tb-copied{background:#dcfce7;color:#16a34a}.np-dark .np-tb.np-tb-copied{background:#16a34a2e;color:#4ade80}.np-tb svg{width:18px;height:18px}.np-color-wrap{display:inline-flex;align-items:center;justify-content:center;flex-direction:column;width:38px;height:36px;border-radius:8px;cursor:pointer;position:relative;color:var(--gray-500);transition:all .12s ease;gap:1px}.np-color-wrap:hover{background:var(--blue-50);color:var(--brand)}.np-color-label{font-size:var(--text-sm);font-weight:800;line-height:1;pointer-events:none;color:inherit}.np-color-bar{width:16px;height:3px;border-radius:1px;pointer-events:none}.np-color-wrap svg{width:16px;height:16px;pointer-events:none}.np-color-wrap input[type=color]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.np-editor{flex:1;padding:1.75rem 1.5rem;font-family:var(--font-sans);font-size:var(--text-lg);line-height:1.85;color:var(--gray-800);outline:none;min-height:500px;overflow-y:auto;opacity:1;transition:opacity .15s ease}.np-editor:focus{box-shadow:inset 0 0 0 2px #2563eb47}.np-dark .np-editor:focus{box-shadow:inset 0 0 0 2px #93c5fd38}.np-editor.np-editor-switching{opacity:0}@media(min-width:768px){.np-editor{padding:2.5rem 3rem}}@media(min-width:1024px){.np-editor{padding:2.5rem 4rem}}.np-editor:empty:before{content:"Start writing here...";color:var(--gray-300);font-style:italic;font-size:1.125rem}.np-editor h1{font-size:2.25rem;font-weight:800;margin:.75em 0 .25em;color:var(--gray-900);line-height:1.15;letter-spacing:0}.np-editor h2{font-size:1.625rem;font-weight:700;margin:.75em 0 .25em;color:var(--gray-900);line-height:1.2;letter-spacing:0}.np-editor h3{font-size:var(--text-xl);font-weight:700;margin:.75em 0 .25em;color:var(--gray-900);line-height:1.3}.np-editor blockquote{border-left:3px solid #D97757;padding:.75rem 1.25rem;margin:1em 0;background:#fef9ee;border-radius:0 var(--r-md) var(--r-md) 0;color:var(--gray-600);font-style:italic}.np-editor ul,.np-editor ol{padding-left:1.75rem;margin:.5em 0}.np-editor ul{list-style:disc}.np-editor ol{list-style:decimal}.np-editor li{margin:.3em 0}.np-editor a{color:var(--brand);text-decoration:underline}.np-editor hr{border:none;border-top:2px solid var(--gray-200);margin:1.5rem 0}.np-editor p{margin:.25em 0}.np-statusbar{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1.5rem;background:var(--gray-50);border-top:1px solid var(--gray-100);border-radius:0 0 var(--r-2xl) var(--r-2xl);font-size:var(--text-xs);color:var(--gray-400);font-weight:600;flex-wrap:wrap;gap:.5rem}@media(min-width:768px){.np-statusbar{padding:.625rem 3rem}}.np-statusbar-left,.np-statusbar-right{display:flex;align-items:center;gap:1rem}.np-statusbar span{display:inline-flex;align-items:center;gap:.25rem}.np-statusbar svg{width:11px;height:11px}.notepad-modal-overlay{position:fixed;inset:0;background:#0f172a59;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:200;display:none;align-items:center;justify-content:center;padding:1rem}.notepad-modal-overlay.open{display:flex}.notepad-modal{background:var(--white);border-radius:var(--r-xl);box-shadow:var(--shadow-2xl);width:100%;max-width:420px;padding:1.75rem}.notepad-modal h3{font-size:var(--text-lg);font-weight:700;margin-bottom:1rem;color:var(--gray-900)}.notepad-modal input{width:100%;padding:.5625rem .875rem;font-size:.875rem;border:1.5px solid var(--gray-300);border-radius:var(--r-sm);outline:none;font-family:inherit}.notepad-modal input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #2563eb1a}.notepad-modal-actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1.25rem}.notepad-modal-actions button{padding:.5rem 1.125rem;font-size:var(--text-sm);font-weight:700;border-radius:var(--r-sm);cursor:pointer;font-family:inherit;border:none;transition:all .15s ease}.notepad-modal-actions button:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}.modal-btn-cancel{background:var(--gray-100);color:var(--gray-700)}.modal-btn-cancel:hover{background:var(--gray-200)}.modal-btn-save{background:linear-gradient(135deg,var(--blue-500),var(--blue-700));color:#fff;box-shadow:0 2px 6px var(--brand-glow)}.modal-btn-save:hover{box-shadow:var(--shadow-blue)}.app-dialog{max-width:460px;border:1px solid rgba(214,204,190,.85);background:linear-gradient(145deg,#fffffffa,#faf8f3fa),radial-gradient(circle at 100% 0,rgba(37,99,235,.09),transparent 36%)}.app-dialog-kicker{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.75rem;color:var(--brand);font-size:var(--text-xs);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.app-dialog-kicker svg{width:14px;height:14px}.app-dialog-message{margin:-.35rem 0 1rem;color:var(--gray-600);font-size:var(--text-sm);line-height:1.55}.app-dialog-field{display:grid;gap:.45rem}.app-dialog-field>span{color:var(--gray-600);font-size:var(--text-xs);font-weight:800;letter-spacing:.06em;text-transform:uppercase}.notepad-features .card{text-align:left}.notepad-features .card h3{margin-bottom:.375rem}.notepad-features .card .body-sm{margin-top:0}body{text-rendering:optimizeLegibility}p,li,.body-sm,.body-md,.body-lg,.body-xl{overflow-wrap:break-word}.section,.section-sm,.page-hero,.tool-hero,.blog-article-hero,.blog-article-body,.related-tools-section,.related-articles-section,.blog-next-section{isolation:isolate}.section-header{padding-inline:.25rem}.section-header h2,.page-hero h1,.tool-hero h1,.blog-article-hero h1{text-wrap:balance}.section-header .body-lg,.section-header .body-xl,.page-hero .body-lg,.tool-hero .tool-hero-sub,.blog-article-subtitle{text-wrap:pretty}.btn,.nav-cta,.account-signin,.modal-btn-cancel,.modal-btn-save{min-height:2.5rem;line-height:1.15}.btn{text-align:center}@media(max-width:520px){.btn,.btn-primary,.btn-primary-lg,.btn-primary-sm,.btn-outline,.btn-outline-sm,.btn-white{width:100%;white-space:normal}.btn-group,.help-hero-actions{width:100%}}.card,.blog-card,.related-link-card,.tool-panel,.lm-tool,.tool-section-card,.tool-card-row,.tool-prose-panel,.tool-step-card,.help-doc-block,.help-route-card,.article-skim-box,.article-skim-grid div,.blog-toc,.blog-toc-sidebar,.blog-sidebar-card,.account-panel,.account-empty,.editorial-callout,.comparison-card{border-color:#d6ccbee0}.card,.blog-card,.tool-panel,.lm-tool,.help-doc-block,.account-panel,.account-empty{box-shadow:0 16px 46px #1c19170e,var(--shadow-xs)}.card:hover,.blog-card:hover,.related-link-card:hover,.tool-panel:hover,.help-route-card:hover{transform:translateY(-2px);box-shadow:0 22px 58px #1c191717,var(--shadow-sm)}.card .body-sm,.card .body-md,.blog-card-body p,.related-link-card span,.tool-panel p,.tool-prose-panel p,.tool-step-card p,.help-content p,.faq-answer-inner{color:var(--stone-600)}.card .body-sm,.card .body-md{max-width:none}.grid-2,.grid-3,.blog-grid,.blog-feature-grid,.related-link-grid{align-items:stretch}.blog-feature-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.25rem}@media(min-width:760px){.blog-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.blog-card{height:100%}.blog-card-img{min-height:auto;aspect-ratio:16 / 8.6}.blog-card-body{min-height:0;padding:1.35rem 1.45rem 1.45rem}.blog-card-body h3{min-height:3.5em}.blog-card-body p{min-height:5.05em}.blog-card-body .read-more{margin-top:auto;padding-top:1.1rem}@media(max-width:759px){.blog-card-body h3,.blog-card-body p{min-height:0}}.related-link-card{min-height:8.25rem;align-items:flex-start}.related-link-card strong{min-height:2.65em}@media(max-width:759px){.related-link-card,.related-link-card strong{min-height:0}}.tool-hero{padding-top:6.25rem}.tool-hero h1{margin-top:.8rem}.tool-shell{gap:1.2rem;margin-top:1.55rem}.tool-panel{border-radius:20px;padding:clamp(1.15rem,2.2vw,1.65rem);background:linear-gradient(145deg,#fffffffa,#fdfcfaeb),radial-gradient(circle at 100% 0,rgba(37,99,235,.045),transparent 34%)}.tool-panel+.tool-panel{background:linear-gradient(145deg,#fffffff5,#f8f3ecd1),radial-gradient(circle at 0 0,rgba(217,119,87,.06),transparent 36%)}.panel-label{color:#9a4d1a;font-weight:800}.tool-actions{gap:.55rem}.tool-input,.tool-textarea,.tool-output,.tool-inline select,.tool-inline input[type=date],.tool-inline input[type=number],.lm-select,.form-group input,.form-group textarea,.form-group select,.notepad-modal input,.macros-search input{appearance:none;border-color:#d6ccbef2;background:#ffffffeb;box-shadow:inset 0 1px #fffc,var(--shadow-xs)}.tool-input,.tool-textarea,.tool-output{border-radius:14px;padding:.78rem .85rem}.tool-textarea,.tool-output{line-height:1.68}.tool-row,.tool-row-main{gap:.65rem}.icon-btn{border-color:#d6ccbee6;background:#ffffffe6;box-shadow:var(--shadow-xs)}.icon-btn:hover{background:#fef9ee;border-color:#92400e38;color:#92400e}.tool-step-list{gap:1.15rem}.tool-step-card{grid-template-columns:3.1rem minmax(0,1fr);border-radius:20px}.tool-step-card:after{box-shadow:inset 3px 0 #2563ebb8}.tool-step-number{width:2.8rem;height:2.8rem}.tool-step-content h3{margin-bottom:.45rem}.tool-prose-panel{border-radius:20px}.two-col{align-items:start}.two-col-text:not(:has(>div+div)){max-width:720px}.two-col-text:not(:has(>div+div)) p{max-width:64ch}.two-col-text:not(:has(>div+div)) .section-label+h2{max-width:12.5em}.two-col-text:not(:has(>div+div)) p:first-of-type{color:var(--stone-700);font-size:clamp(1.08rem,.55vw + 1rem,1.24rem);line-height:1.62}.two-col-text:not(:has(>div+div)) p+p{margin-top:1.05rem}.img-frame{border-radius:22px}.img-placeholder{min-height:260px}.faq-list{max-width:820px;gap:.75rem}.faq-item{border-radius:16px}.faq-question{min-height:3.7rem;line-height:1.35}.faq-answer-inner{font-size:var(--text-base);line-height:1.72}.blog-article-body{padding-bottom:6.5rem}.blog-layout-inner{gap:2.75rem}.blog-prose{max-width:72ch}.blog-prose h2{margin-top:4.25rem;margin-bottom:1.05rem}.blog-prose h3{margin-top:2.55rem}.blog-prose p{margin-bottom:1.22rem}.blog-prose p:has(>strong:first-child){border-radius:18px;border-left-width:0;box-shadow:inset 3px 0 #a34a1dad,0 14px 38px #1c19170b}.article-skim-box,.blog-cta-box-inner{border-radius:20px}.notepad-modal-overlay{background:#1c19177a;backdrop-filter:blur(10px) saturate(110%);-webkit-backdrop-filter:blur(10px) saturate(110%)}.notepad-modal{border:1px solid rgba(214,204,190,.9);background:linear-gradient(145deg,#fffffffc,#faf8f3fa),radial-gradient(circle at 100% 0,rgba(37,99,235,.08),transparent 38%);border-radius:22px}.notepad-modal h3{font-size:clamp(var(--text-xl),1vw + 1rem,var(--text-2xl));line-height:1.18}.notepad-modal-actions{gap:.65rem;flex-wrap:wrap}.notepad-modal-actions button{min-height:2.55rem;border-radius:var(--r-full);padding-inline:1.15rem}.modal-btn-cancel{background:#f5f0e8;border:1px solid rgba(214,204,190,.9)!important}@media(max-width:640px){.section{padding:4.75rem 0}.section-sm{padding:3.5rem 0}.page-hero{padding:6rem 0 3.4rem}.tool-hero{padding:5.35rem 0 2.65rem}.section-header{margin-bottom:2.4rem}.tool-shell{gap:.95rem}.tool-panel{padding:1rem}.tool-row,.tool-row-main,.tool-section-head,.tool-check-row,.tool-card-row{align-items:stretch}.tool-row,.tool-section-head,.tool-check-row{flex-wrap:wrap}.tool-row-actions,.tool-section-actions,.tool-card-actions{width:100%;justify-content:flex-end}.tool-step-card{grid-template-columns:minmax(0,1fr)}.tool-step-card:after{box-shadow:inset 0 3px #2563ebb8}.related-tools-section,.related-articles-section,.blog-next-section{padding:4rem 0}.two-col-text:not(:has(>div+div)) .section-label+h2{max-width:none}}.np-editor-wrap{position:relative;flex:1;display:flex;flex-direction:column}.np-drop-overlay{position:absolute;inset:0;z-index:10;background:#2563eb0f;border:2px dashed var(--blue-400);border-radius:0;display:none;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;pointer-events:none}.np-drop-overlay.visible{display:flex}.np-drop-overlay svg{width:36px;height:36px;color:var(--blue-400)}.np-drop-overlay span{font-size:.875rem;font-weight:700;color:var(--blue-500)}.np-emoji-panel{display:none;flex-wrap:wrap;gap:2px;padding:.75rem;background:var(--white);border-bottom:1px solid var(--gray-100);max-height:160px;overflow-y:auto}.np-emoji-panel.visible{display:flex}.np-emoji-btn{width:36px;height:36px;border:none;background:none;font-size:var(--text-xl);border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s ease}.np-emoji-btn:hover{background:var(--blue-50)}.np-status-btn{display:inline-flex;align-items:center;gap:.25rem;font-size:var(--text-xs);font-weight:700;color:var(--gray-400);background:none;border:1px solid var(--gray-200);border-radius:5px;padding:.2rem .5rem;cursor:pointer;transition:all .15s ease;font-family:inherit}.np-status-btn:hover{color:var(--brand);border-color:var(--blue-200);background:var(--blue-50)}.np-status-btn svg{width:10px;height:10px}.np-char-limit{gap:.375rem}.np-char-limit-bar{display:inline-block;width:48px;height:4px;background:var(--gray-200);border-radius:2px;overflow:hidden;vertical-align:middle}.np-char-limit-fill{display:block;height:100%;width:0%;background:linear-gradient(90deg,var(--blue-400),var(--blue-600));border-radius:2px;transition:width .3s ease,background .3s ease}.np-word-goal{gap:.375rem}.np-word-goal-bar{display:inline-block;width:56px;height:4px;background:var(--gray-200);border-radius:2px;overflow:hidden;vertical-align:middle}.np-word-goal-fill{display:block;height:100%;width:0%;background:linear-gradient(90deg,var(--blue-400),var(--blue-600));border-radius:2px;transition:width .3s ease,background .3s ease}@media print{.np-topbar,.np-toolbar,.np-statusbar,.notepad-modal-overlay{display:none!important}.np-app{background:#fff!important}.np-toolbar,.np-statusbar{display:none!important}.np-body{padding:0!important;max-width:100%!important}.np-card{border:none!important;box-shadow:none!important;border-radius:0!important}.np-editor{min-height:auto!important;padding:0!important}}.trust-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;padding:1.5rem 0;margin-top:2.5rem}.trust-item{text-align:center}.trust-number{font-size:1.5rem;font-weight:800;color:var(--brand);letter-spacing:0}.trust-label{font-size:var(--text-xs);font-weight:600;color:var(--gray-500);margin-top:.125rem}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}#checklist-app .checklist-workspace,#checklist-app .checklist-template-panel{border-color:var(--product-border);background:#fff}#checklist-app .checklist-workspace>.tool-panel-head,#checklist-app .checklist-actions{background:#fff}#checklist-app .cl-progress-fill{background:var(--brand)}#checklist-app .checklist-section-card{border-color:var(--product-border);border-radius:6px;background:#fff;box-shadow:none}#checklist-app .tool-section-title{font-family:var(--font-ui);background:var(--product-surface)}#checklist-app .cl-templates{gap:0}#checklist-app .cl-tpl-btn{min-height:66px;padding:.8rem .15rem;border:0;border-top:1px solid var(--surface-line);border-radius:0;background:transparent;box-shadow:none}#checklist-app .cl-tpl-btn:last-child{border-bottom:1px solid var(--surface-line)}#checklist-app .cl-tpl-btn strong{font-family:var(--font-ui);font-size:.95rem;font-weight:750}#checklist-app .cl-tpl-btn:hover,#checklist-app .cl-tpl-btn:focus-visible{border-color:var(--surface-line);background:var(--brand-subtle);box-shadow:none;transform:none}#checklist-app .cl-tpl-btn svg,body:has(.tool-shell) .section .card-icon,body:has(.np-app) .card-icon{background:var(--brand-subtle);background-image:none;box-shadow:none}:root{--blue-50: #ECFDF5;--blue-100: #CCFBF1;--blue-200: #99F6E4;--blue-300: #5EEAD4;--blue-400: #2DD4BF;--blue-500: #14B8A6;--blue-600: #0F766E;--blue-700: #115E59;--blue-800: #134E4A;--blue-900: #123C36;--gray-50: #F8FAFC;--gray-100: #F1F5F9;--gray-200: #E2E8F0;--gray-300: #CBD5E1;--gray-400: #94A3B8;--gray-500: #64748B;--gray-600: #475569;--gray-700: #334155;--gray-800: #1E293B;--gray-900: #0F172A;--stone-50: #F8FAFC;--stone-100: #F1F5F9;--stone-200: #E2E8F0;--stone-300: #CBD5E1;--stone-400: #94A3B8;--stone-500: #64748B;--stone-600: #475569;--stone-700: #334155;--stone-800: #1E293B;--stone-900: #0F172A;--brand: #12746A;--brand-dark: #115E59;--brand-light: #14B8A6;--brand-glow: rgba(20, 184, 166, .24);--brand-subtle: rgba(20, 184, 166, .08);--accent-coral: #E85D4F;--accent-cobalt: #2563EB;--accent-amber: #D97706;--accent-mint: #5EEAD4;--surface-page: #F8FAFC;--surface-page-tint: #F3F7F6;--surface-card: rgba(255,255,255,.98);--surface-card-muted: rgba(248,250,252,.94);--surface-line: rgba(203, 213, 225, .78);--hero-surface-start: #F8FAFC;--hero-surface-mid: #EEF7F5;--hero-surface-end: #FFFFFF;--text-heading: #0F172A;--text-body: #475569;--text-muted: #64748B;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-prose: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--footer-bg: #0B1F1C;--footer-text: rgba(237, 253, 248, .68);--footer-muted: rgba(237, 253, 248, .42);--shadow-blue: 0 4px 14px rgba(15, 118, 110, .26);--shadow-blue-lg: 0 10px 28px rgba(15, 118, 110, .3)}body{color:var(--text-body);background:linear-gradient(180deg,var(--surface-page) 0%,var(--surface-page-tint) 46%,#FFFFFF 100%)}::selection{background:#ccfbf1;color:#0f172a}.site-header{background:#f8fafcdb;border-bottom-color:#cbd5e16b}.site-header.scrolled{border-bottom-color:#94a3b859;box-shadow:0 10px 30px #0f172a0f}.nav-logo,.nav-links a:hover{color:#0f172a}.nav-logo-icon{background:linear-gradient(135deg,#0f766e,#2563eb);box-shadow:0 6px 18px #0f766e3d}.nav-logo:hover .nav-logo-icon{box-shadow:0 10px 26px #2563eb47}.nav-cta,.btn-primary,.btn-primary-lg,.btn-primary-sm{color:#fff;background:linear-gradient(135deg,#0f766e,#2563eb);box-shadow:var(--shadow-blue)}.nav-cta:hover,.btn-primary:hover,.btn-primary-lg:hover,.btn-primary-sm:hover{box-shadow:var(--shadow-blue-lg)}.section-label{color:#115e59;background:#ecfdf5;border-color:#14b8a63d}.gradient-heading{background:linear-gradient(90deg,#0f172a,#0f766e,#2563eb 68%,#0f172a);background-size:200% auto;-webkit-background-clip:text;background-clip:text}.divider{background:linear-gradient(90deg,#0f766e,#2563eb,#e85d4f)}.bg-white{background:#fff}.bg-gray,.bg-blue-subtle{background:linear-gradient(180deg,#f8fafc,#eef7f5)}.hero,.page-hero,.tool-hero,.blog-article-hero{background:linear-gradient(180deg,var(--hero-surface-start) 0%,var(--hero-surface-mid) 52%,var(--hero-surface-end) 100%)}.hero:before,.hero:after,.page-hero:before,.page-hero:after,.tool-hero:before,.tool-hero:after,.blog-article-hero:before{display:none}.hero .body-xl,.page-hero .body-lg,.tool-hero .tool-hero-sub,.blog-article-hero .body-lg{color:#475569}.hero-product-preview,.hero-mockup,.showcase-card,.showcase-window,.card,.tool-step-card,.tool-prose-panel,.comparison-card,.blog-card,.related-link-card,.blog-sidebar-card,.policy-summary-card,.policy-card,.contact-email-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.account-panel,.account-empty,.tool-section-card,.checklist-section-card,.np-card{border-color:var(--surface-line);background:linear-gradient(180deg,var(--surface-card),var(--surface-card-muted));box-shadow:0 18px 44px #0f172a12,var(--shadow-xs)}.showcase-card:hover,.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-tool-card:hover,.comparison-card.is-featured{border-color:#14b8a652;box-shadow:0 24px 60px #0f172a1a,0 0 0 1px #14b8a614}.card-icon,.tool-step-number,.auth-inline-icon,.tool-sync-detail-icon{background:linear-gradient(135deg,#14b8a624,#2563eb1f);color:#0f766e}.card:hover .card-icon{background:linear-gradient(135deg,#0f766e,#2563eb);color:#fff}.showcase-tool-pill svg,.card-link,.blog-card-body .read-more,.related-link-card svg,.help-route-card svg,.help-topic-card svg,.contact-email-card svg,.policy-card svg{color:var(--brand)}.btn-outline,.btn-outline-sm,.account-signin{color:#0f172a;border-color:#94a3b880;background:#ffffffc7}.btn-outline:hover,.btn-outline-sm:hover,.account-signin:hover{border-color:#0f766e6b;color:#0f766e;background:#ecfdf5}.btn-white{color:#0f766e}.preview-sidebar,.showcase-window-top,.np-topbar,.np-toolbar,.np-statusbar{background:#f1f5f9;border-color:#cbd5e1d1}.preview-paper,.preview-editor,.np-editor{background:#fff}.preview-page.active,.showcase-note-check,.np-status-btn:hover{background:#ecfdf5;border-color:#14b8a652}.preview-check,.showcase-note-check svg,.trust-number{color:#0f766e}.preview-heading,.showcase-note-line.title,.m-heading{background:linear-gradient(90deg,#0f766e,#2563eb)}.preview-line,.showcase-note-line{background:#cbd5e1}.account-menu{border-color:#cbd5e1d1;background:#fffffffa}.account-menu-status,.account-auth-notice,.auth-inline-nudge,.tool-sync-detail{border-color:#cbd5e1d1;background:#ffffffeb}.auth-inline-nudge.is-synced,.tool-sync-detail[data-state=synced]{border-color:#14b8a647;background:#f0fdfa}.auth-inline-nudge.is-signed-in,.auth-inline-nudge.is-signed-in.pending-sync,.tool-sync-detail[data-state=pending-sync],.tool-sync-detail[data-state=local]{border-color:#d9770647;background:#fffbeb}.site-footer{background:linear-gradient(180deg,#0b1f1c,#081614)}.footer-brand .nav-logo,.site-footer .nav-logo{color:#f8fafc}.footer-social-btn{background:#ecfdf514;border-color:#ecfdf524}.footer-social-btn:hover{background:#14b8a62e;border-color:#14b8a652}@media(max-width:640px){.hero,.page-hero,.tool-hero,.blog-article-hero{background:linear-gradient(180deg,#f8fafc,#fff)}}.hero,.page-hero,.tool-hero,.blog-article-hero{border-bottom:1px solid rgba(203,213,225,.58);background:linear-gradient(135deg,#ffffffe0,#ecfdf5b8 42%,#eff6ffbd),repeating-linear-gradient(90deg,rgba(15,118,110,.045) 0 1px,transparent 1px 44px),var(--hero-surface-end)}.hero>.container,.page-hero>.container,.tool-hero>.container,.blog-article-hero>.container,.blog-article-hero>.container-sm{position:relative}.hero h1,.page-hero h1,.tool-hero h1,.blog-article-hero h1{color:var(--text-heading)}.hero .body-xl,.page-hero .body-lg,.tool-hero .tool-hero-sub,.blog-article-subtitle{color:var(--text-body)}.section-label{box-shadow:0 8px 22px #0f766e12}.trust-bar{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;max-width:780px;margin:2.2rem auto 0;padding:0}.trust-item{min-width:0;padding:.9rem .75rem;border:1px solid rgba(203,213,225,.76);border-radius:14px;background:#ffffffc7;box-shadow:0 12px 32px #0f172a0f}.trust-number{font-size:clamp(1.2rem,1.2vw + .95rem,1.65rem)}.trust-label{color:var(--stone-600);line-height:1.25}.hero-product-preview,.showcase-window,.help-workspace-visual{box-shadow:0 28px 70px #0f172a1a,0 0 0 1px #fffc}.preview-sidebar,.showcase-window-top,.help-visual-sidebar,.help-visual-toolbar{background:linear-gradient(180deg,#f8fafc,#eef7f5)}.showcase-card-live{background:linear-gradient(135deg,#fffffff0,#ecfdf580),repeating-linear-gradient(135deg,rgba(15,118,110,.045) 0 1px,transparent 1px 18px)}.showcase-tool-pill,.related-link-card,.help-route-card,.blog-card,.policy-card,.contact-panel,.contact-form-wrap{border-color:#cbd5e1c7}.showcase-tool-pill,.related-link-card{background:linear-gradient(180deg,#fffffffa,#f8fafcf0)}.related-link-card svg{width:2.35rem;height:2.35rem;padding:.55rem;border:1px solid rgba(20,184,166,.18);border-radius:12px;background:linear-gradient(135deg,#14b8a61f,#2563eb1a)}.blog-card-img{background:linear-gradient(135deg,#ecfdf5f2,#eff6fff0)}.blog-card-img:before{border-radius:18px;background:linear-gradient(135deg,#ffffffd1,#ffffff7a)}.blog-card-img svg{color:var(--brand)}.blog-card-img span,.blog-toc a.toc-active,.blog-toc-sidebar a.toc-active{color:var(--brand-dark)}.policy-section{background:linear-gradient(180deg,#fff,#f8fafc)}.policy-summary-card,.contact-panel,.editorial-callout{background:linear-gradient(180deg,#fffffffa,#f8fafcf0),repeating-linear-gradient(90deg,rgba(15,118,110,.035) 0 1px,transparent 1px 36px)}.policy-note{border-color:#d9770638;background:#fffbeb}.why-highlights{box-shadow:0 22px 58px #0f172a14}.why-highlight-icon{background:linear-gradient(135deg,#14b8a624,#2563eb1f);border-color:#14b8a62e;color:var(--brand)}.footer-bottom{color:#edfdf88c;border-top-color:#edfdf81f}@media(max-width:720px){.trust-bar{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.65rem}.trust-item{padding:.78rem .62rem}}@media(max-width:390px){.trust-bar{grid-template-columns:minmax(0,1fr)}}:root{--brand: #0F766E;--brand-dark: #0B5F59;--brand-light: #17A99A;--brand-glow: rgba(15, 118, 110, .22);--brand-subtle: rgba(15, 118, 110, .08);--accent-coral: #E85D4F;--accent-cobalt: #2F5FE3;--accent-amber: #D97706;--accent-mint: #69DCCF;--surface-page: #F7F8F5;--surface-page-tint: #EDF5F1;--surface-card: rgba(255,255,255,.98);--surface-card-muted: rgba(247,248,245,.96);--surface-line: rgba(170, 186, 180, .52);--surface-strong-line: rgba(15, 118, 110, .2);--hero-surface-start: #F8FAF7;--hero-surface-mid: #EAF5F1;--hero-surface-end: #FFFFFF;--text-heading: #10231F;--text-body: #40534F;--text-muted: #687B76;--footer-bg: #071B18;--footer-text: rgba(238, 252, 247, .72);--footer-muted: rgba(238, 252, 247, .46)}body{background:linear-gradient(180deg,#f7f8f5,#edf5f1 38%,#fff)}.site-header{background:#f7f8f5e0;border-bottom-color:#aabab44d}.btn-primary,.btn-primary-lg,.btn-primary-sm,.nav-cta{box-shadow:0 10px 24px #0f766e2e}.btn-primary:hover,.btn-primary-lg:hover,.btn-primary-sm:hover,.nav-cta:hover{box-shadow:0 16px 34px #2f5fe333}.section-label{color:var(--brand-dark);background:linear-gradient(180deg,#f2fbf7,#e8f6f1);border-color:#0f766e38}.gradient-heading{background:linear-gradient(90deg,#10231F 0%,var(--brand) 36%,var(--accent-cobalt) 70%,#10231F 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text}.hero,.page-hero,.tool-hero,.blog-article-hero{border-bottom-color:#aabab480;background:linear-gradient(135deg,#ffffffe6,#eaf5f1c7 48%,#eff5ffb8),repeating-linear-gradient(90deg,rgba(15,118,110,.04) 0 1px,transparent 1px 42px),repeating-linear-gradient(0deg,rgba(47,95,227,.025) 0 1px,transparent 1px 42px),var(--hero-surface-end)}.hero .body-xl,.page-hero .body-lg,.tool-hero .tool-hero-sub,.blog-article-subtitle,.blog-article-hero .body-lg{color:var(--text-body)}.bg-gray,.bg-blue-subtle{background:linear-gradient(180deg,#f7f8f5,#eef6f2)}.hero-product-preview,.hero-mockup,.showcase-card,.showcase-window,.card,.tool-step-card,.tool-prose-panel,.comparison-card,.blog-card,.related-link-card,.blog-sidebar-card,.policy-summary-card,.policy-card,.contact-email-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.contact-panel,.contact-form-wrap,.account-panel,.account-empty,.tool-section-card,.checklist-section-card,.np-card{border-color:var(--surface-line);background:linear-gradient(180deg,var(--surface-card),var(--surface-card-muted));box-shadow:0 18px 44px #10231f13,var(--shadow-xs)}.showcase-card:hover,.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-tool-card:hover,.comparison-card.is-featured{border-color:#0f766e47;box-shadow:0 24px 60px #10231f1b,0 0 0 1px #0f766e12}.tool-step-card:after{box-shadow:inset 4px 0 #0f766ec7}.card-icon,.tool-step-number,.auth-inline-icon,.tool-sync-detail-icon,.why-highlight-icon{background:linear-gradient(135deg,#0f766e21,#2f5fe31a);border-color:#0f766e2e;color:var(--brand)}.preview-sidebar,.showcase-window-top,.help-visual-sidebar,.help-visual-toolbar,.np-topbar,.np-toolbar,.np-statusbar{background:linear-gradient(180deg,#f6f8f5,#eaf5f1);border-color:#aabab48c}.preview-page.active,.showcase-note-check,.np-status-btn:hover,.np-page-item.active,.macros-item.active{background:#effaf6;border-color:#0f766e42}.blog-card-img,.showcase-card-live,.policy-summary-card,.contact-panel,.editorial-callout{background:linear-gradient(180deg,#fffffffa,#f7f8f5f0),repeating-linear-gradient(90deg,rgba(15,118,110,.032) 0 1px,transparent 1px 34px)}.related-link-card svg,.help-route-card svg,.policy-card svg,.contact-email-card svg{border-color:#0f766e2e;background:linear-gradient(135deg,#0f766e1f,#2f5fe317)}.policy-note,.auth-inline-nudge.is-signed-in,.auth-inline-nudge.is-signed-in.pending-sync,.tool-sync-detail[data-state=pending-sync],.tool-sync-detail[data-state=local]{border-color:color-mix(in srgb,var(--accent-amber) 26%,transparent);background:#fffbeb}.account-disabled-panel,.auth-inline-nudge.is-disabled,.tool-sync-detail[data-state=disabled],.tool-sync-detail[data-state=error],.tool-sync-detail[data-state=offline]{border-color:#e85d4f4d;background:#fff5f3}.btn-outline:hover,.btn-outline-sm:hover,.account-signin:hover{border-color:#0f766e61;color:var(--brand);background:#effaf6}.site-footer{background:linear-gradient(180deg,#071b18,#051210)}.footer-social-btn{background:#eefcf714;border-color:#eefcf724}.footer-social-btn:hover{background:#0f766e38;border-color:#69dccf52}@media(max-width:640px){.hero,.page-hero,.tool-hero,.blog-article-hero{background:linear-gradient(180deg,#f7f8f5,#fff)}}:root{--brand: #0E6F68;--brand-dark: #084C47;--brand-light: #1BB6A6;--brand-glow: rgba(14, 111, 104, .22);--brand-subtle: rgba(14, 111, 104, .08);--accent-coral: #E75F51;--accent-cobalt: #3159D4;--accent-amber: #C86F00;--accent-mint: #73DFD0;--accent-ink: #172923;--surface-page: #F6F8F4;--surface-page-tint: #EAF3EE;--surface-card: rgba(255,255,255,.985);--surface-card-muted: rgba(249,250,247,.97);--surface-line: rgba(143, 166, 158, .48);--surface-strong-line: rgba(14, 111, 104, .24);--hero-surface-start: #F8FAF6;--hero-surface-mid: #EAF4EF;--hero-surface-end: #FFFFFF;--text-heading: #122822;--text-body: #3E514C;--text-muted: #6D7F79;--footer-bg: #061A17;--footer-text: rgba(239, 253, 248, .74);--footer-muted: rgba(239, 253, 248, .48)}html{background:var(--surface-page)}body{background:linear-gradient(180deg,#f6f8f4,#edf5f0 34%,#fff);color:var(--text-body)}.site-header{background:#f6f8f4e6;border-bottom-color:#8fa69e52;box-shadow:0 1px #ffffffb8}.site-header.scrolled{box-shadow:0 12px 30px #12282212}.nav-logo{color:var(--text-heading)}.nav-logo-icon,.account-avatar,.np-top-btn-primary,.btn-primary,.btn-primary-lg,.btn-primary-sm,.nav-cta{background:linear-gradient(135deg,var(--brand) 0%,var(--accent-cobalt) 100%)}.btn-primary,.btn-primary-lg,.btn-primary-sm,.nav-cta{color:#fff;box-shadow:0 12px 26px #0e6f6833}.btn-primary:hover,.btn-primary-lg:hover,.btn-primary-sm:hover,.nav-cta:hover{box-shadow:0 18px 38px #3159d438}.btn-outline,.btn-outline-sm,.account-signin{border-color:#8fa69e94;color:var(--text-heading);background:#ffffffd1}.btn-outline:hover,.btn-outline-sm:hover,.account-signin:hover{border-color:#0e6f686b;color:var(--brand-dark);background:#eef9f5}.section-label{color:var(--brand-dark);background:linear-gradient(180deg,#f1faf6,#e5f5ef);border-color:#0e6f683d}.gradient-heading{background:linear-gradient(90deg,#122822 0%,var(--brand) 34%,var(--accent-cobalt) 68%,#122822 100%);background-size:200% auto;-webkit-background-clip:text;background-clip:text}.hero,.page-hero,.tool-hero,.blog-article-hero{background:linear-gradient(135deg,#ffffffeb,#eaf4efd6 52%,#f1f5ffb3),repeating-linear-gradient(90deg,rgba(14,111,104,.038) 0 1px,transparent 1px 44px),repeating-linear-gradient(0deg,rgba(49,89,212,.022) 0 1px,transparent 1px 44px),var(--hero-surface-end);border-bottom-color:#8fa69e80}.hero-product-preview,.hero-mockup,.showcase-card,.showcase-window,.card,.tool-step-card,.tool-prose-panel,.comparison-card,.blog-card,.related-link-card,.blog-sidebar-card,.policy-summary-card,.policy-card,.contact-email-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.contact-panel,.contact-form-wrap,.account-panel,.account-empty,.tool-section-card,.checklist-section-card,.np-card,.admin-card,.auth-inline-nudge,.tool-sync-detail{border-color:var(--surface-line);background:linear-gradient(180deg,var(--surface-card),var(--surface-card-muted));box-shadow:0 18px 44px #12282213,var(--shadow-xs)}.showcase-card:hover,.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-tool-card:hover,.comparison-card.is-featured{border-color:#0e6f684d;box-shadow:0 26px 62px #1228221c,0 0 0 1px #0e6f6812}.card-icon,.tool-step-number,.auth-inline-icon,.tool-sync-detail-icon,.why-highlight-icon,.related-link-card svg,.help-route-card svg,.policy-card svg,.contact-email-card svg{background:linear-gradient(135deg,#0e6f6824,#3159d41a);border-color:#0e6f6833;color:var(--brand)}.card:hover .card-icon{background:linear-gradient(135deg,var(--brand) 0%,var(--accent-cobalt) 100%);color:#fff}.divider,.preview-heading,.showcase-note-line.title,.m-heading,.np-progress-fill,.np-scrollbar-thumb{background:linear-gradient(90deg,var(--brand),var(--accent-cobalt),var(--accent-coral))}.preview-sidebar,.showcase-window-top,.help-visual-sidebar,.help-visual-toolbar,.np-topbar,.np-toolbar,.np-statusbar{background:linear-gradient(180deg,#f6f8f4,#e8f3ee);border-color:#8fa69e8c}.preview-page.active,.showcase-note-check,.np-status-btn:hover,.np-page-item.active,.macros-item.active{background:#eef9f5;border-color:#0e6f6847}.blog-card-img,.showcase-card-live,.policy-summary-card,.contact-panel,.editorial-callout{background:linear-gradient(180deg,#fffffffb,#f9faf7f0),repeating-linear-gradient(90deg,rgba(14,111,104,.03) 0 1px,transparent 1px 34px)}.policy-note,.auth-inline-nudge.is-signed-in,.auth-inline-nudge.is-signed-in.pending-sync,.tool-sync-detail[data-state=pending-sync],.tool-sync-detail[data-state=local]{border-color:#c86f0047;background:#fff9e8}.account-disabled-panel,.auth-inline-nudge.is-disabled,.tool-sync-detail[data-state=disabled],.tool-sync-detail[data-state=error],.tool-sync-detail[data-state=offline]{border-color:#e75f5157;background:#fff4f2}.account-shell,.admin-shell{background:linear-gradient(180deg,#f6f8f4e6,#fffffffa)}.account-panel h2,.admin-panel h2,.np-card h2,.tool-section-card h2{color:var(--text-heading)}.account-kicker,.admin-kicker,.np-muted,.tool-muted{color:var(--text-muted)}.site-footer{background:linear-gradient(180deg,#061a17,#04100e)}.footer-social-btn{background:#effdf814;border-color:#effdf824}.footer-social-btn:hover{background:#0e6f683d;border-color:#73dfd05c}@media(max-width:720px){.hero,.page-hero,.tool-hero,.blog-article-hero{background:linear-gradient(180deg,#f6f8f4,#fff)}.btn-primary,.btn-primary-lg,.btn-outline,.btn-outline-sm{min-height:2.75rem}}.np-sidebar-btn{min-width:2rem;min-height:2rem}.site-header{background:linear-gradient(180deg,#fdfbf6fa,#fcfaf5f0);border-bottom:1px solid rgba(23,35,31,.09);box-shadow:0 12px 30px #17231f0b}.site-header.scrolled{border-bottom-color:#17231f1f;box-shadow:0 14px 34px #17231f13}.nav-inner{height:4rem}@media(min-width:1024px){.nav-inner{height:4.25rem}}.nav-logo{gap:.65rem;line-height:1;color:var(--theme-ink-950)}.nav-logo-icon{width:32px;height:32px;border-radius:9px;background:linear-gradient(135deg,var(--theme-evergreen-700),var(--theme-lapis-600));box-shadow:0 10px 22px #0d5e552b}.nav-links{gap:.5rem}.nav-links a{min-height:38px;display:inline-flex;align-items:center;padding:0 .8rem;border-radius:var(--r-full);color:var(--theme-ink-700);font-weight:800}.nav-links a:hover,.nav-links a.active{color:var(--theme-evergreen-700);background:#e7f4efc7}.nav-links a.active:after{display:none}.nav-actions{gap:.65rem}.hamburger{width:42px;height:42px;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(23,35,31,.1);border-radius:12px;background:#ffffffb8;box-shadow:0 8px 20px #17231f0e}.hamburger span{background:var(--theme-ink-800)}.mobile-menu{background:#fcfaf5}.mobile-menu a{font-weight:800}section:has(.faq-list){background:radial-gradient(circle at 50% 18%,rgba(26,138,126,.05),transparent 34%),linear-gradient(180deg,#fff,#fcfaf5)}.faq-list{max-width:760px;gap:.75rem}.faq-item{border:1px solid rgba(23,35,31,.11);border-radius:16px;background:#fffffff0;box-shadow:0 14px 34px #17231f0b}.faq-item:hover{border-color:#0d5e552e;box-shadow:0 18px 42px #17231f13}.faq-item.open{border-color:#0d5e553d;background:linear-gradient(180deg,#f4faf7eb,#fffffffa);box-shadow:0 0 0 3px #0d5e550e,0 18px 46px #17231f14}.faq-question{color:var(--theme-ink-850);font-weight:850;line-height:1.35}.faq-question:hover{color:var(--theme-evergreen-700)}.faq-chevron{width:22px;height:22px;padding:3px;border-radius:var(--r-full);color:var(--theme-lapis-500);background:#3152b70e}.faq-item.open .faq-chevron{color:var(--theme-evergreen-700);background:#0d5e5514}.faq-answer-inner{color:var(--theme-ink-600);font-size:.96rem;line-height:1.78}@media(max-width:640px){.faq-list{gap:.7rem}.faq-question{align-items:flex-start;padding:1.05rem 1.15rem}.faq-chevron{margin-top:.05rem}.faq-answer-inner{padding-inline:1.15rem;font-size:.95rem}}.site-footer{color:#f4faf7c2;background:radial-gradient(circle at 14% 20%,rgba(26,138,126,.2),transparent 32%),radial-gradient(circle at 86% 12%,rgba(49,82,183,.2),transparent 34%),linear-gradient(135deg,#0e1a17,#12231f 48%,#17233b);border-top:1px solid rgba(244,250,247,.08)}.site-footer:before{background:linear-gradient(90deg,#1a8a7ec7,#3152b780,#c9912c6b) top / 100% 2px no-repeat;opacity:1}.footer-grid{align-items:start;row-gap:2.75rem}.footer-brand .nav-logo-icon,.site-footer .nav-logo-icon{background:linear-gradient(135deg,var(--theme-evergreen-600),var(--theme-lapis-600));box-shadow:0 12px 26px #00000038}.footer-brand>p,.footer-email,.site-footer p{color:#f4faf7ad}.footer-brand>p{max-width:300px}.footer-col h4{color:#ffffffe6;letter-spacing:.12em}.footer-col a,.site-footer a{color:#f4faf7b8}.footer-col a{width:fit-content;min-height:30px;display:flex;align-items:center;padding:.22rem 0}.footer-col a:hover,.site-footer a:hover{color:#fff}.footer-social a,.footer-social button,.footer-social-btn{width:36px;height:36px;color:#f4faf7d6;background:#ffffff13;border-color:#ffffff29}.footer-social a:hover,.footer-social button:hover,.footer-social-btn:hover{color:#fff;background:#ffffff21;border-color:#ffffff47}.footer-bottom{color:#f4faf780;border-top-color:#ffffff1f}@media(max-width:639px){.site-footer{padding:3rem 0 2.6rem}.footer-grid{gap:2rem}.footer-brand>p{max-width:22rem}.footer-col h4{margin-bottom:.65rem}.footer-bottom{margin-top:2rem;text-align:left;line-height:1.6}}:root{--theme-ink-850: #1B2925;--theme-ink-650: #3D514A;--theme-evergreen-800: #0A4B45;--v44-surface-bg: #fffefa;--v44-surface-bg-soft: #f7fbf8;--v44-surface-border: rgba(23, 35, 31, .115);--v44-surface-border-strong: rgba(13, 94, 85, .22);--v44-surface-shadow: 0 16px 38px rgba(23, 35, 31, .065);--v44-surface-shadow-hover: 0 22px 52px rgba(23, 35, 31, .095);--v44-control-bg: rgba(255, 255, 255, .96);--v44-control-border: rgba(23, 35, 31, .15);--v44-control-border-hover: rgba(13, 94, 85, .28);--v44-focus-ring: 0 0 0 4px rgba(13, 94, 85, .12), 0 12px 26px rgba(23, 35, 31, .08)}.card,.blog-card,.related-link-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.policy-summary-card,.policy-card,.contact-panel,.contact-form-wrap,.contact-email-card,.tool-panel,.tool-section-card,.tool-step-card,.tool-card-row,.account-panel,.account-empty,.admin-card,.np-card,.comparison-card,.testimonial-card,.why-highlight{border-color:var(--v44-surface-border);background:linear-gradient(180deg,var(--v44-surface-bg) 0%,var(--v44-surface-bg-soft) 100%);box-shadow:var(--v44-surface-shadow)}.card,.blog-card,.related-link-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.policy-card,.contact-email-card,.tool-panel,.tool-section-card,.tool-card-row,.account-panel,.admin-card,.comparison-card,.testimonial-card{transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-topic-card:hover,.help-tool-card:hover,.shortcut-card:hover,.policy-card:hover,.contact-email-card:hover,.tool-card-row:hover,.comparison-card:hover,.testimonial-card:hover{border-color:var(--v44-surface-border-strong);box-shadow:var(--v44-surface-shadow-hover);transform:translateY(-2px)}.tool-panel:hover,.tool-section-card:hover,.account-panel:hover,.admin-card:hover{border-color:#0d5e552e;box-shadow:0 18px 44px #17231f13}.card:focus-within,.blog-card:focus-within,.related-link-card:focus-within,.help-route-card:focus-within,.help-topic-card:focus-within,.help-tool-card:focus-within,.policy-card:focus-within,.contact-form-wrap:focus-within,.tool-panel:focus-within,.tool-section-card:focus-within,.account-panel:focus-within,.admin-card:focus-within{border-color:var(--v44-surface-border-strong);box-shadow:0 0 0 4px #0d5e5512,var(--v44-surface-shadow-hover)}.card h3,.blog-card-body h3,.related-link-card strong,.help-topic-card h3,.help-tool-card h3,.policy-card h3,.policy-summary-card h2,.contact-panel h2,.tool-panel h2,.tool-section-title,.tool-card-title,.account-panel h2,.admin-card h2,.np-card h2,.comparison-card h3,.testimonial-card strong{color:var(--theme-ink-900);letter-spacing:0}.card .body-sm,.card .body-md,.blog-card-body p,.related-link-card span,.help-topic-card p,.help-tool-card p,.policy-card p,.policy-summary-card p,.contact-panel p,.tool-panel p,.tool-card-meta,.account-panel p,.admin-card p,.testimonial-card p{color:var(--theme-ink-600)}.card-icon,.feature-icon,.benefit-icon,.step-icon,.tool-icon,.help-tool-icon,.help-route-card svg,.help-topic-card svg,.policy-card svg,.contact-tip-list svg,.contact-email-card svg,.related-link-card>svg{color:var(--theme-evergreen-700);background:linear-gradient(135deg,#e7f4eff2,#eef3ffeb);border:1px solid rgba(13,94,85,.12);box-shadow:0 10px 22px #0d5e5514}.card:hover .card-icon,.help-tool-card:hover .help-tool-icon,.tool-card:hover .tool-icon,.related-link-card:hover>svg{color:#fff;background:linear-gradient(135deg,var(--theme-evergreen-700),var(--theme-lapis-600));border-color:transparent;box-shadow:0 14px 28px #0d5e552e}.blog-card-img,.showcase-card-live,.policy-summary-card{background:radial-gradient(circle at 18% 18%,rgba(26,138,126,.14),transparent 34%),radial-gradient(circle at 82% 12%,rgba(49,82,183,.13),transparent 34%),linear-gradient(135deg,#f8fbf8,#eef3ff)}.contact-panel{background:radial-gradient(circle at 88% 10%,rgba(49,82,183,.11),transparent 30%),radial-gradient(circle at 12% 8%,rgba(26,138,126,.12),transparent 32%),linear-gradient(180deg,#fff,#f6fbf8)}.contact-tip-list div,.account-unlocked-row>*,.account-status-list li,.admin-metric,.tool-empty{border-color:#17231f1a;background:#ffffffb8;color:var(--theme-ink-650)}.form-group label,.panel-label,.tool-panel-head .panel-label,.account-panel-label,.admin-panel .account-panel-label,.admin-field label,.tool-inline label{color:var(--theme-evergreen-700);font-weight:850;letter-spacing:.075em}.form-group input,.form-group textarea,.form-group select,.tool-input,.tool-textarea,.tool-output,.tool-inline select,.tool-inline input[type=date],.tool-inline input[type=number],.account-form input,.admin-panel input,.admin-field input,.macros-search input,.np-title-input{color:var(--theme-ink-850);background:var(--v44-control-bg);border-color:var(--v44-control-border);box-shadow:inset 0 1px #ffffffb8}.form-group input:hover,.form-group textarea:hover,.form-group select:hover,.tool-input:hover,.tool-textarea:hover,.tool-output:hover,.tool-inline select:hover,.tool-inline input[type=date]:hover,.tool-inline input[type=number]:hover,.account-form input:hover,.admin-panel input:hover,.admin-field input:hover,.macros-search input:hover,.np-title-input:hover{border-color:var(--v44-control-border-hover);background:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus,.tool-input:focus,.tool-textarea:focus,.tool-output:focus,.tool-inline select:focus,.tool-inline input[type=date]:focus,.tool-inline input[type=number]:focus,.account-form input:focus,.admin-panel input:focus,.admin-field input:focus,.macros-search input:focus,.np-title-input:focus{color:var(--theme-ink-900);background:#fff;border-color:var(--theme-evergreen-600);box-shadow:var(--v44-focus-ring)}.form-group input::placeholder,.form-group textarea::placeholder,.tool-input::placeholder,.tool-textarea::placeholder,.np-title-input::placeholder{color:#27322e6b}.form-group textarea,.tool-textarea,.tool-output{line-height:1.65}.tool-panel-head{border-color:#17231f1a;background:linear-gradient(180deg,#ffffffd1,#f7fbf8c2)}.tool-card-row{align-items:center;background:#ffffffd6}.tool-card-row:hover{background:#fff}.tool-card-actions{gap:.45rem}.icon-btn,.tool-chip,.lm-select{color:var(--theme-ink-650);border-color:#17231f1f;background:#ffffffd6;box-shadow:0 7px 16px #17231f0a}.icon-btn:hover,.tool-chip:hover,.lm-select:hover{color:var(--theme-evergreen-700);border-color:#0d5e5538;background:#e7f4efb3}.icon-btn.danger:hover{color:var(--status-danger);border-color:#b91c1c38;background:#fef2f2e6}.btn-primary,.button-primary,button[type=submit]{background:linear-gradient(135deg,var(--theme-evergreen-700),var(--theme-lapis-600));box-shadow:0 14px 30px #0d5e552e}.btn-primary:hover,.button-primary:hover,button[type=submit]:hover{background:linear-gradient(135deg,var(--theme-evergreen-600),var(--theme-lapis-500));box-shadow:0 18px 36px #0d5e5538}.btn-secondary,.button-secondary,.btn-ghost{color:var(--theme-evergreen-700);border-color:#0d5e5529;background:#ffffffc7}.btn-secondary:hover,.button-secondary:hover,.btn-ghost:hover{color:var(--theme-evergreen-800);border-color:#0d5e5542;background:#e7f4efd1}.card-link,.blog-card-body .read-more,.related-link-card{color:var(--theme-evergreen-700)}.card-link:hover,.blog-card-body .read-more:hover,.related-link-card:hover{color:var(--theme-lapis-600)}@media(max-width:640px){.card,.blog-card,.related-link-card,.help-route-card,.help-topic-card,.help-tool-card,.policy-card,.contact-panel,.contact-form-wrap,.tool-panel,.tool-section-card,.account-panel,.admin-card{border-radius:15px;box-shadow:0 12px 30px #17231f0e}.contact-form-wrap,.tool-panel,.account-panel,.admin-card{padding:1.1rem}.tool-card-row{align-items:flex-start}.tool-card-actions{flex-wrap:wrap;justify-content:flex-end}.form-group input,.form-group textarea,.form-group select,.tool-input,.tool-textarea,.tool-output{font-size:1rem}}@media(min-width:721px)and (max-width:920px){.np-topbar{align-items:center;gap:.55rem;row-gap:.6rem}.np-topbar:before{content:"";order:4;flex:0 0 100%;width:100%;height:0;margin-top:-.2rem}.np-heading{order:2;flex:1 1 0;min-width:12rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-topbar-sep,.np-topbar-push{display:none}.np-autosave-badge{order:3;margin-left:auto}.np-top-btn{order:5;flex:0 1 auto}}@media(max-width:720px){.np-app{padding:.72rem .9rem 1rem;background:linear-gradient(180deg,#fcfaf5,#f4faf7 36%,#fff)}.np-topbar{align-items:center;gap:.55rem;row-gap:.65rem;padding:.15rem 0 .7rem}.np-topbar:before{content:"";order:4;flex:0 0 100%;width:100%;height:0;margin-top:-.1rem}.np-home-link{order:1;width:38px;height:38px;border-radius:12px}.np-heading{order:2;flex:1 1 0;min-width:0;max-width:100%;color:var(--theme-ink-950);font-size:clamp(1.18rem,5.6vw,1.42rem);line-height:1.08;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-autosave-badge{order:3;flex:0 0 auto;min-height:32px;padding:.28rem .5rem;border:1px solid rgba(23,35,31,.08);border-radius:var(--r-full);background:#ffffffb8;color:var(--theme-ink-500);box-shadow:0 8px 18px #17231f0b}.np-topbar-sep,.np-topbar-push{display:none}.np-top-btn{order:5;flex:1 1 calc(33.333% - .45rem);min-width:0;min-height:42px;justify-content:center;padding:.55rem .6rem;border-radius:12px;background:#ffffffdb;border-color:#17231f1f;box-shadow:0 9px 20px #17231f0e}.np-top-btn span{display:none}.np-top-btn-primary{background:linear-gradient(135deg,var(--theme-evergreen-700),var(--theme-lapis-600));color:#fff;border-color:transparent}.np-auth-nudge{margin-bottom:.7rem}.np-main{border-radius:16px;overflow:hidden}.np-sidebar.collapsed{width:3.35rem;min-width:3.35rem;border-right:1px solid rgba(23,35,31,.08);background:linear-gradient(180deg,#f4faf7f2,#fffcf6eb);box-shadow:inset -1px 0 #ffffffb3}.np-sidebar.collapsed .np-sidebar-header{display:flex;visibility:visible;align-items:center;justify-content:flex-start;flex-direction:column;gap:.45rem;padding:.62rem .43rem}.np-sidebar.collapsed .np-sidebar-title,.np-sidebar.collapsed .np-sidebar-search,.np-sidebar.collapsed .np-page-list{display:none;visibility:hidden}.np-sidebar.collapsed .np-sidebar-actions{display:flex;visibility:visible;flex-direction:column;gap:.46rem;width:100%}.np-sidebar.collapsed #btn-add-page,.np-sidebar.collapsed #sidebar-collapse{display:inline-flex;visibility:visible;width:38px;height:38px;border-radius:12px;color:var(--theme-evergreen-700);background:#ffffffc7;border-color:#0d5e5524;box-shadow:0 8px 18px #17231f0e}.np-sidebar.collapsed #btn-add-page:hover,.np-sidebar.collapsed #sidebar-collapse:hover{color:#fff;background:var(--theme-evergreen-700);border-color:transparent}.np-sidebar:not(.collapsed){width:min(15rem,72vw);min-width:min(15rem,72vw)}.np-toolbar-ribbon{padding:.62rem .68rem .7rem;gap:.28rem;background:linear-gradient(180deg,#fff,#f7fbf8eb);border-bottom-color:#17231f1a}.np-toolbar-ribbon::-webkit-scrollbar{height:8px}.np-toolbar-ribbon::-webkit-scrollbar-thumb{background:#0d5e552e}.np-sep{margin-inline:.35rem;background:#17231f1a}.np-select-font{min-width:8.5rem;width:8.5rem}}@media(max-width:420px){.np-topbar{gap:.48rem}.np-autosave-badge{max-width:5.8rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-top-btn{flex-basis:calc(33.333% - .38rem)}}.np-statusbar{min-height:2.75rem;padding-inline:1rem;background:linear-gradient(180deg,#fffffff5,#faf8f3eb);color:#6b7b8d;border-top-color:#17231f17}.np-statusbar-left,.np-statusbar-right{min-width:0}.np-status-btn{min-height:1.85rem;border-radius:var(--r-full)}.notepad-modal input[type=checkbox],.notepad-modal #find-case{width:1.05rem!important;height:1.05rem!important;min-width:1.05rem;padding:0!important;border-radius:4px;accent-color:var(--theme-evergreen-700);box-shadow:none}.notepad-modal label:has(#find-case){align-items:center!important;color:var(--theme-ink-600)!important;line-height:1.35}#find-modal .notepad-modal-actions{justify-content:flex-start}#find-modal .modal-btn-save{background:linear-gradient(135deg,var(--theme-evergreen-700),var(--theme-lapis-600))}.np-focus .np-auth-nudge{display:none!important}.np-dark{color-scheme:dark;background:linear-gradient(180deg,#111827,#151923 42%,#111827)}.np-dark .np-topbar{background:transparent;color:#e5edf7}.np-dark .np-heading{color:#f8fafc;text-shadow:0 1px 0 rgba(0,0,0,.28)}.np-dark .np-topbar-sep{background:#94a3b838}.np-dark .np-home-link,.np-dark .np-top-btn{background:#1f2937eb;border-color:#94a3b833;color:#d7e1ef;box-shadow:0 10px 26px #00000038}.np-dark .np-home-link:hover,.np-dark .np-top-btn:hover{background:#14534c57;border-color:#5eead43d;color:#effffb}.np-dark .np-top-btn-primary{color:#fff;background:linear-gradient(135deg,#0f766e,#1d4ed8);border-color:transparent}.np-dark .np-autosave-badge{color:#bfd0e4}.np-dark .np-auth-nudge .auth-inline-nudge{border-color:#94a3b833;background:radial-gradient(circle at 0 0,rgba(20,184,166,.14),transparent 36%),#111827d1;color:#d7e1ef}.np-dark .np-auth-nudge .auth-inline-copy strong{color:#f8fafc}.np-dark .np-auth-nudge .auth-inline-copy span{color:#b8c7d9}.np-dark .np-auth-nudge .auth-inline-dismiss,.np-dark .np-auth-nudge .btn-outline-sm{background:#1f2937e6;border-color:#94a3b83d;color:#d7e1ef}.np-dark .np-main{background:#171b25;border-color:#94a3b829;box-shadow:0 28px 80px #00000052}.np-dark .np-editor-panel,.np-dark .np-editor-wrap{background:#121720}.np-dark .np-sidebar{background:linear-gradient(180deg,#1a1f2b,#171b25);border-color:#94a3b829}.np-dark .np-sidebar-search{background:#0f172ab8;border-color:#94a3b824}.np-app{padding-top:.6rem}.np-auth-nudge{margin:0 0 .55rem}.np-auth-nudge .auth-inline-nudge{padding:.72rem .9rem;border-radius:18px;border:1px solid rgba(15,118,110,.1);background:#ffffffe0;box-shadow:none}.np-auth-nudge .auth-inline-copy strong{font-size:.92rem}.np-auth-nudge .auth-inline-copy span{color:#667b75;font-size:.82rem}.np-auth-nudge .btn,.np-auth-nudge .btn-outline-sm,.np-auth-nudge .auth-inline-dismiss{border-radius:13px;box-shadow:none}.np-main{border-radius:22px;border-color:#0f766e1a;box-shadow:0 1px 2px #0f172a0a,0 8px 24px #0f172a0d}.np-sidebar{background:linear-gradient(180deg,#fcfcfa,#f9fbfa)}.np-sidebar-header{padding:.95rem .95rem .58rem}.np-sidebar-title{color:#6d827b;font-size:.78rem}.np-sidebar-actions{gap:.38rem}.np-sidebar-btn{width:34px;height:34px;border-radius:11px;background:#ffffffb8;border-color:#0f766e14}.np-sidebar-btn:hover{background:#fff;border-color:#0f766e24}#btn-add-page{background:#e1f9f4eb;border-color:#0f766e24}#btn-add-page:hover{background:#0f766ee6}.np-sidebar-search{margin-bottom:.62rem;min-height:46px;border-radius:15px;background:#ffffffc7;box-shadow:none}.np-sidebar-search:focus-within{box-shadow:0 0 0 3px #0f766e0f}.np-sidebar-controls{gap:.58rem;margin-bottom:.66rem}.np-page-views{padding:.18rem;border-radius:15px;border-color:#0f766e14;background:#ffffffa8}.np-page-view{min-height:2.05rem;font-size:.79rem;color:#6d827b}.np-page-view.is-active{color:#174c43;box-shadow:none}.np-page-sort-wrap{gap:.3rem}.np-page-sort-wrap span{font-size:.66rem;color:#8a9b95}.np-page-sort{min-height:2.2rem;border-radius:14px;background:#ffffffc7;box-shadow:none}.np-page-list{padding-bottom:.5rem}.np-page-item{border-radius:12px;margin-bottom:.16rem}.np-page-item:hover{background:#ffffffc7}.np-page-item.active{background:#e5f5f2e6}.np-page-btn{padding:.62rem .7rem}.np-page-copy{gap:.1rem}.np-page-title{font-size:.88rem}.np-page-meta{font-size:.71rem;color:#8b9b96}.np-page-actions{gap:.06rem}.np-page-pin,.np-page-duplicate,.np-page-rename,.np-page-del{width:27px;height:27px;border-radius:7px}.np-editor-panel{background:#fff}.np-toolbar-ribbon{padding:.74rem .92rem;border-bottom-color:#0f766e14;background:#fffffff0;row-gap:.45rem}.np-ribbon-group{gap:.32rem}.np-select{min-height:2.25rem;border-radius:12px;border-color:#0f766e1a;box-shadow:none}.np-tb,.np-color-wrap{width:2.28rem;height:2.28rem;border-radius:12px;border-color:#0f766e17;box-shadow:none}.np-tb:hover,.np-tb.np-tb-active,.np-color-wrap:hover{background:#f1f8f6f2;border-color:#0f766e29}.np-statusbar{padding:.7rem .95rem;border-top-color:#0f766e14;background:#fffffff2}.np-statusbar-left,.np-statusbar-right{gap:.8rem}.np-statusbar span{color:#73857f}.np-status-btn{min-height:2rem;padding:.35rem .74rem;border-radius:999px;border-color:#0f766e17;background:#ffffffbf;box-shadow:none}.np-status-btn:hover{background:#f4f9f7f5;border-color:#0f766e24}.np-undo-banner{margin-bottom:.58rem;padding:.62rem .82rem;border-radius:16px;border-color:#0f766e1a;background:#ffffffe0;box-shadow:none}.np-page-empty,.np-editor-empty-card{box-shadow:none}.np-dark .np-auth-nudge .auth-inline-nudge{background:#0f172ab8;border-color:#94a3b81f}.np-dark .np-main{box-shadow:0 10px 26px #00000038}.np-dark .np-sidebar{background:linear-gradient(180deg,#121824fa,#101520fa)}.np-dark .np-sidebar-btn,.np-dark .np-page-views,.np-dark .np-page-sort,.np-dark .np-status-btn,.np-dark .np-undo-banner,.np-dark .np-toolbar-ribbon,.np-dark .np-select,.np-dark .np-tb,.np-dark .np-color-wrap{box-shadow:none}.np-dark .np-sidebar-search,.np-dark .np-page-views,.np-dark .np-page-sort,.np-dark .np-status-btn,.np-dark .np-undo-banner,.np-dark .np-toolbar-ribbon{border-color:#94a3b81f}.np-dark .np-page-item.active{background:#16655c57}@media(max-width:720px){.np-app{padding-top:.52rem}.np-auth-nudge .auth-inline-nudge{border-radius:16px}.np-main{border-radius:18px}.np-toolbar-ribbon{padding:.62rem .72rem}.np-statusbar{padding:.62rem .78rem}}.np-undo-banner{display:flex;align-items:center;justify-content:space-between;gap:.85rem;margin:0 0 .75rem;padding:.72rem .88rem;border:1px solid rgba(15,118,110,.12);border-radius:15px;background:linear-gradient(135deg,#fffffff5,#f5fcfaf2);box-shadow:0 12px 26px #10201c0d}.np-undo-banner[hidden]{display:none!important}.np-undo-copy{color:#21443d;font-size:.9rem;font-weight:700}.np-undo-actions{display:inline-flex;align-items:center;gap:.5rem}.np-undo-btn,.np-undo-dismiss{border:1px solid rgba(15,118,110,.14);background:#fff;color:#1a5a50;font:inherit;cursor:pointer}.np-undo-btn{min-height:2.2rem;padding:.46rem .82rem;border-radius:11px;font-size:.84rem;font-weight:800}.np-undo-dismiss{width:2.2rem;height:2.2rem;border-radius:11px;display:inline-flex;align-items:center;justify-content:center}.np-undo-dismiss svg{width:14px;height:14px}.np-undo-btn:hover,.np-undo-dismiss:hover{background:#f6fcfa;border-color:#0f766e38}.np-sidebar-controls{display:grid;gap:.72rem;margin:0 .75rem .82rem}.np-page-views{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.38rem;padding:.26rem;border:1px solid rgba(15,118,110,.1);border-radius:13px;background:#ffffffc7}.np-page-view{min-height:2.2rem;padding:.45rem .55rem;border:0;border-radius:10px;background:transparent;color:#60746e;font:inherit;font-size:.8rem;font-weight:800;cursor:pointer}.np-page-view.is-active{background:#fff;color:#15554b;box-shadow:0 8px 18px #10201c0f}.np-page-sort-wrap{display:grid;gap:.36rem}.np-page-sort-wrap span{color:#73857f;font-size:.7rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.np-page-sort{min-height:2.35rem;padding:.45rem .78rem;border:1px solid rgba(15,118,110,.12);border-radius:12px;background:#ffffffe0;color:#17352f;font:inherit;font-size:.84rem;font-weight:700}.np-page-item{align-items:stretch;gap:.24rem;margin-bottom:.28rem;border-radius:14px}.np-page-item:hover{background:#ffffffe0}.np-page-item.active{background:linear-gradient(135deg,#f0fdfaf5,#ecf5fff5)}.np-page-btn{align-items:flex-start;gap:.65rem;padding:.7rem .74rem}.np-page-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;margin-top:.12rem}.np-page-copy{min-width:0;display:grid;gap:.18rem}.np-page-title{font-size:.92rem}.np-page-meta{color:#7a8e88;font-size:.74rem;font-weight:700;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.np-page-actions{display:flex;align-items:center;gap:.14rem;margin-right:.34rem}.np-page-pin,.np-page-duplicate,.np-page-rename,.np-page-del{width:29px;height:29px;border:0;border-radius:8px;display:flex;align-items:center;justify-content:center;background:none;cursor:pointer;color:var(--gray-300);opacity:0;transition:all .12s ease;flex-shrink:0}.np-page-item:hover .np-page-pin,.np-page-item:hover .np-page-duplicate,.np-page-item:hover .np-page-rename,.np-page-item:hover .np-page-del,.np-page-item:focus-within .np-page-pin,.np-page-item:focus-within .np-page-duplicate,.np-page-item:focus-within .np-page-rename,.np-page-item:focus-within .np-page-del{opacity:1}.np-page-pin svg,.np-page-duplicate svg,.np-page-rename svg,.np-page-del svg{width:14px;height:14px}.np-page-pin:hover,.np-page-duplicate:hover,.np-page-rename:hover{background:#94a3b824;color:#41515f}.np-page-pin.is-active{opacity:1;color:#d9a21b}.np-page-pin.is-active:hover{background:#d9a21b1f;color:#c28800}.np-page-item.is-pinned .np-page-title:after{content:"★";margin-left:.34rem;color:#d9a21b;font-size:.72rem;vertical-align:.08rem}@media(hover:none){.np-page-pin,.np-page-duplicate,.np-page-rename,.np-page-del{opacity:1}}@media(max-width:720px){.np-undo-banner{align-items:flex-start;flex-direction:column;gap:.65rem}.np-undo-actions{width:100%;justify-content:flex-start}.np-sidebar-controls{margin:0 .7rem .72rem}.np-page-actions{margin-right:.24rem;gap:.08rem}}.np-dark .np-undo-banner{background:linear-gradient(135deg,#0f172ae6,#142030eb);border-color:#5eead424;box-shadow:0 16px 32px #0000003d}.np-dark .np-undo-copy,.np-dark .np-page-item.active .np-page-meta,.np-dark .np-page-item.active .np-page-btn{color:#e5f3f0}.np-dark .np-undo-btn,.np-dark .np-undo-dismiss,.np-dark .np-page-views,.np-dark .np-page-sort{background:#0f172ad6;border-color:#94a3b824;color:#dde7f4}.np-dark .np-page-view{color:#95a7bd}.np-dark .np-page-view.is-active{background:#14534c52;color:#e7fffb;box-shadow:none}.np-dark .np-page-sort-wrap span,.np-dark .np-page-meta{color:#8fa1b5}.np-dark .np-page-item:hover{background:#1f2937e0}.np-dark .np-page-item.active{background:linear-gradient(135deg,#14534c6b,#1e40af42)}.np-dark .np-page-pin:hover,.np-dark .np-page-duplicate:hover,.np-dark .np-page-rename:hover{color:#dde7f4;background:#94a3b81f}.np-dark .np-page-pin.is-active{color:#f4c95d}.np-page-empty{display:grid;gap:.85rem;margin:.3rem .625rem .9rem;padding:1rem .95rem;border:1px dashed rgba(15,118,110,.18);border-radius:16px;background:linear-gradient(180deg,#ffffffeb,#f7faf9fa)}.np-page-empty-copy{display:grid;gap:.28rem}.np-page-empty-copy strong{color:#183830;font-size:.95rem}.np-page-empty-copy span{color:#60746e;font-size:.84rem;line-height:1.5}.np-page-empty-action{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:2.5rem;padding:.55rem .9rem;border:1px solid rgba(15,118,110,.14);border-radius:12px;background:#fff;color:#18524a;font:inherit;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 8px 18px #10201c0a}.np-page-empty-action:hover{border-color:#0f766e38;background:#f8fcfb}.np-editor-wrap.is-empty .np-editor{pointer-events:none}.np-editor-empty{position:absolute;inset:1rem;display:grid;place-items:center;z-index:2;pointer-events:none}.np-editor-empty[hidden]{display:none!important}.np-editor-empty-card{width:min(100%,34rem);padding:1.6rem 1.4rem;border:1px solid rgba(15,118,110,.14);border-radius:22px;background:#fffffff5;box-shadow:0 20px 40px #10201c14,inset 0 1px #ffffffe6;text-align:center}.np-editor-empty-kicker{display:inline-flex;margin-bottom:.72rem;padding:.3rem .7rem;border:1px solid rgba(15,118,110,.14);border-radius:999px;color:#1b6258;background:#f0fdfae6;font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.np-editor-empty-card h2{margin:0 0 .65rem;color:#17352f;font-size:clamp(1.35rem,2.6vw,1.82rem);line-height:1.1}.np-editor-empty-card p{margin:0 auto;max-width:29rem;color:#60746e;font-size:.98rem;line-height:1.65}.np-editor-empty-actions{margin-top:1rem;display:flex;justify-content:center;pointer-events:auto}.comparison-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.comparison-matrix-wrap{margin-top:1.5rem}.comparison-note{margin:0 0 .75rem;color:#60746e;font-size:.92rem;line-height:1.6}.comparison-matrix{display:grid;border:1px solid rgba(15,23,42,.08);border-radius:18px;overflow:hidden;background:#fffffff5;box-shadow:0 18px 36px #0f172a0d}.comparison-row{display:grid;grid-template-columns:minmax(14rem,1.7fr) repeat(4,minmax(0,1fr))}.comparison-row span{padding:.95rem 1rem;border-right:1px solid rgba(15,23,42,.06);border-bottom:1px solid rgba(15,23,42,.06);color:#425466;font-size:.92rem;line-height:1.5}.comparison-row span:last-child{border-right:0}.comparison-head{background:#f5fbfa}.comparison-head span{color:#143932;font-weight:800}.comparison-row:not(.comparison-head) span:first-child{color:#183830;font-weight:700}.faq-list[data-faq-static=true] .faq-item{cursor:default}.faq-list[data-faq-static=true] .faq-item,.faq-list[data-faq-static=true] .faq-item.open{box-shadow:0 16px 32px #0f172a0a}.faq-list[data-faq-static=true] .faq-answer{max-height:none!important;overflow:visible}.faq-list[data-faq-static=true] .faq-chevron{transform:rotate(180deg);color:var(--brand)}.faq-list[data-faq-static=true] .faq-question{cursor:default}.faq-list[data-faq-static=true] .faq-question:hover{color:inherit}@media(max-width:920px){.comparison-grid-compact{grid-template-columns:1fr}.comparison-row{grid-template-columns:1.4fr repeat(4,minmax(0,1fr))}}@media(max-width:720px){.np-editor-empty{inset:.75rem}.np-editor-empty-card{padding:1.3rem 1rem;border-radius:18px}.np-editor-empty-card p{font-size:.93rem}.comparison-matrix{overflow-x:auto}.comparison-row{min-width:44rem}}.np-dark .np-page-empty{background:linear-gradient(180deg,#0f172ad6,#0f172af0);border-color:#5eead41f}.np-dark .np-page-empty-copy strong,.np-dark .np-editor-empty-card h2,.np-dark .comparison-head span,.np-dark .comparison-row:not(.comparison-head) span:first-child{color:#e6f2f0}.np-dark .np-page-empty-copy span,.np-dark .np-editor-empty-card p,.np-dark .comparison-note,.np-dark .comparison-row span{color:#a7bac3}.np-dark .np-page-empty-action,.np-dark .np-editor-empty-card{background:#0f172aeb;border-color:#5eead424;color:#ddf7f1;box-shadow:0 18px 36px #0000003d}.np-dark .np-page-empty-action:hover{background:#14534c59}.np-dark .np-editor-empty-kicker{background:#14534c4d;border-color:#5eead429;color:#95f1e1}.np-dark .np-page-item.active{background:linear-gradient(90deg,#14b8a638,#2563eb29)}.np-dark .np-page-item.active .np-page-btn{color:#9ef3e7}.np-dark .np-toolbar-ribbon{background:linear-gradient(180deg,#202635,#1a1f2b);border-color:#94a3b829}.np-dark .np-tb{background:#1f2937eb;border-color:#94a3b82e;color:#cad7e7}.np-dark .np-tb:hover,.np-dark .np-tb.np-tb-active{background:#14b8a629;border-color:#5eead438;color:#effffb}.np-dark .np-select{background:#202635;border-color:#94a3b838;color:#e5edf7}.np-dark .np-color-label,.np-dark .np-color-wrap{color:#cad7e7}.np-dark .np-editor{background:#121720;color:#e5edf7}.np-dark .np-editor:empty:before{color:#7f8ca1}.np-dark .np-statusbar{background:linear-gradient(180deg,#171b25,#151923);color:#aab8cb;border-top-color:#94a3b824}.np-dark .np-status-btn{background:#1f2937eb;border-color:#94a3b82e;color:#d7e1ef}@media(min-width:721px)and (max-width:920px){.np-auth-nudge .auth-inline-nudge{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.np-auth-nudge .auth-inline-actions{grid-column:2 / 3;grid-row:2;justify-content:flex-start;padding-left:0}.np-auth-nudge .auth-inline-dismiss{grid-column:3;grid-row:1;justify-self:end;align-self:start}}@media(max-width:720px){.np-main{isolation:isolate}.np-sidebar:not(.collapsed){position:absolute;inset:0 auto 0 0;z-index:20;width:min(17.5rem,calc(100% - 3.25rem));min-width:min(17.5rem,calc(100% - 3.25rem));max-width:calc(100% - 3.25rem);border-right:1px solid rgba(23,35,31,.12);background:linear-gradient(180deg,#fffcf6fa,#f4faf7fa);box-shadow:18px 0 42px #17231f1f}.np-sidebar:not(.collapsed) .np-sidebar-header{padding:.88rem .82rem .62rem}.np-sidebar:not(.collapsed) .np-sidebar-actions{gap:.42rem}.np-sidebar:not(.collapsed) .np-sidebar-btn{width:40px;height:40px;border-radius:12px;background:#ffffffd6;border-color:#0d5e5524}.np-sidebar:not(.collapsed) .np-sidebar-search{margin-inline:.72rem;padding-inline:.72rem;background:#ffffffe0;border-color:#0d5e551f}.np-toolbar-ribbon{row-gap:.42rem;align-items:flex-start}.np-toolbar-ribbon .np-sep{display:none}.np-ribbon-group{gap:.3rem}.np-select{min-height:40px}.np-statusbar{padding-inline:.82rem;gap:.5rem}.np-statusbar-left,.np-statusbar-right{gap:.5rem}.notepad-modal{padding:1.45rem;border-radius:20px}.notepad-modal-actions{justify-content:flex-start}.notepad-modal-actions button{min-height:2.7rem}#find-modal .notepad-modal-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}#find-modal .notepad-modal-actions button{width:100%;padding-inline:.85rem}.np-dark .np-sidebar:not(.collapsed){background:linear-gradient(180deg,#1a1f2b,#151923);border-color:#94a3b82e;box-shadow:18px 0 46px #00000061}.np-dark .np-sidebar.collapsed{background:linear-gradient(180deg,#1a1f2b,#151923);border-color:#94a3b824;box-shadow:inset -1px 0 #ffffff0a}.np-dark .np-sidebar.collapsed #btn-add-page,.np-dark .np-sidebar.collapsed #sidebar-collapse{color:#9ef3e7;background:#1f2937e6;border-color:#5eead42e}}@media(max-width:420px){.notepad-modal-actions button{padding-inline:.95rem}#find-modal .notepad-modal-actions{gap:.55rem}}@media(max-width:1023px){.site-header{overflow:visible}.mobile-menu{left:1rem;right:1rem;top:calc(100% + .5rem);padding:.42rem;border:1px solid rgba(23,35,31,.12);border-radius:16px;background:linear-gradient(180deg,#fffffffa,#fcfaf5fa);box-shadow:0 22px 52px #17231f24,0 0 0 1px #ffffffbf}.mobile-menu.open{display:block}.mobile-menu a{min-height:48px;display:flex;align-items:center;padding:.72rem .85rem;border-bottom:0;border-radius:12px;color:var(--theme-ink-750);font-weight:850}.mobile-menu a+a{margin-top:.12rem}.mobile-menu a:hover,.mobile-menu a.active{color:var(--theme-evergreen-700);background:linear-gradient(135deg,#e7f4efeb,#eef3ffdb)}.mobile-account-slot{padding:.32rem .18rem .12rem}}.faq-question span{min-width:0;padding-right:.8rem;text-wrap:pretty}.faq-chevron{flex:0 0 24px;width:24px;height:24px}.faq-item.open .faq-question{color:var(--theme-evergreen-800)}.faq-item.open .faq-answer-inner{padding-top:.08rem}@media(max-width:640px){.faq-question{gap:.75rem}.faq-question span{padding-right:.1rem}.faq-chevron{margin-top:0}}@media(max-width:380px){.nav-logo{gap:.55rem}.nav-logo-icon{width:30px;height:30px}.nav-logo{font-size:.94rem}}.np-app{padding-top:.85rem}.np-topbar{margin:0 0 .7rem;padding:.5rem 0 .85rem;border:0;border-bottom:1px solid rgba(15,118,110,.1);border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.np-heading{color:#12342d;font-weight:850;letter-spacing:0}.np-topbar-sep{background:#0f766e1f}.np-home-link,.np-top-btn{background:#ffffffeb;border-color:#0f766e1f;box-shadow:0 1px 2px #10201c0a,0 10px 22px #10201c08}.np-home-link:hover,.np-top-btn:hover{background:#fff;border-color:#0f766e2e;box-shadow:0 2px 6px #10201c0d,0 14px 24px #10201c0a}.np-top-btn-primary{color:var(--gray-700);background:#ffffffeb;border-color:#0f766e1f;box-shadow:0 1px 2px #10201c0a,0 10px 22px #10201c08}.np-top-btn-primary:hover{color:var(--brand);background:#fff;border-color:#0f766e2e;box-shadow:0 2px 6px #10201c0d,0 14px 24px #10201c0a}.np-autosave-badge{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.np-topbar .np-account-auth-slot{align-self:center}.np-sidebar-search{margin:0 .75rem .9rem;padding:0 .85rem;min-height:42px;align-items:center;gap:.65rem;border:1px solid rgba(15,118,110,.12);border-radius:13px;background:#ffffffe6;box-shadow:inset 0 1px #ffffffe0,0 8px 18px #10201c09}.np-sidebar-search:focus-within{background:#fff;border-color:#0f766e38;box-shadow:0 0 0 3px #0f766e14,0 10px 22px #10201c0d}.np-sidebar-search svg{width:15px;height:15px;color:#6e867f}.np-sidebar-search input{font-size:.94rem;color:#17352f}.np-sidebar-search input::placeholder{color:#83958f}@media(max-width:920px){.np-app{padding-top:.72rem}.np-topbar{padding:.45rem 0 .75rem}}@media(max-width:720px){.np-app{padding-top:.78rem}.np-topbar{margin-bottom:.65rem;padding:.2rem 0 .72rem;row-gap:.6rem;border-bottom-color:#0f766e14}.np-topbar:before{margin-top:0}.np-heading{font-size:clamp(1.14rem,5.2vw,1.34rem)}.np-autosave-badge{background:transparent}.np-sidebar-search{margin:0 .7rem .82rem;min-height:40px;padding:0 .78rem}}.np-dark .np-topbar{border-bottom-color:#94a3b824;background:transparent;box-shadow:none}.np-dark .np-top-btn-primary{color:#d7e1ef;background:#1f2937eb;border-color:#94a3b833;box-shadow:0 10px 26px #00000038}.np-dark .np-top-btn-primary:hover{color:#effffb;background:#14534c57;border-color:#5eead43d;box-shadow:0 12px 28px #0000003d}.np-dark .np-sidebar-search{background:#0f172ac7;border-color:#94a3b829;box-shadow:inset 0 1px #ffffff05,0 10px 22px #00000029}.np-dark .np-sidebar-search:focus-within{background:#0f172ae6;border-color:#5eead438;box-shadow:0 0 0 3px #5eead414,0 12px 24px #00000038}.np-auth-nudge .auth-inline-nudge{border-radius:16px}.np-auth-nudge .auth-inline-icon{width:2.25rem;height:2.25rem;background:#0f766e14;box-shadow:none}.np-auth-nudge .auth-inline-copy strong{color:#1a2940}.np-auth-nudge .auth-inline-actions{gap:.45rem}.np-sidebar{background:#fbfcfa}.np-sidebar-header{padding-bottom:.45rem}.np-sidebar-title{font-size:.76rem;letter-spacing:.06em;text-transform:uppercase}.np-sidebar-btn,#btn-add-page{box-shadow:none}.np-page-views{padding:0;border:0;border-radius:0;background:transparent}.np-page-view{min-height:2rem;border-radius:10px;font-size:.78rem;font-weight:750}.np-page-view.is-active{background:#fff;color:#18473f;box-shadow:inset 0 -2px #0f766e}.np-page-sort-wrap span{font-size:.64rem}.np-page-sort{min-height:2.15rem;background:#fff}.np-page-item{border-radius:10px}.np-page-item.active{background:#f1f6f4;border:1px solid rgba(15,118,110,.1);box-shadow:none}.np-page-btn{display:grid;grid-template-columns:1rem minmax(0,1fr);align-items:start;gap:.55rem;min-width:0}.np-page-copy{flex:1 1 auto;min-width:0}.np-page-title{color:#16332d;font-weight:700;line-height:1.35}.np-page-meta{color:#83948e;line-height:1.35}.np-page-item.active .np-page-title{color:#123a33}.np-page-item.active .np-page-meta{color:#5f746d}.np-page-icon-wrap{color:#0f766e}.np-page-item.active .np-page-icon-wrap{color:#0d5e55}.np-page-icon-wrap svg{color:currentColor}.np-toolbar-ribbon,.np-statusbar{background:#fff}.np-status-btn{border-radius:999px;background:transparent}@media(max-width:720px){.np-topbar{row-gap:.45rem}.np-home-link,.np-top-btn,.np-top-btn-primary{min-height:2.6rem;border-radius:14px;background:#fffffff0;box-shadow:none}.np-auth-nudge{margin-bottom:.45rem}.np-auth-nudge .auth-inline-nudge{grid-template-columns:auto minmax(0,1fr) auto;gap:.7rem;padding:.72rem .82rem}.np-auth-nudge .auth-inline-icon,.np-auth-nudge .auth-inline-copy span,.np-auth-nudge .btn-outline-sm,.np-auth-nudge .auth-inline-dismiss{display:none}.np-auth-nudge .auth-inline-copy strong{font-size:.88rem;font-weight:760;line-height:1.35}.np-auth-nudge .auth-inline-actions{justify-self:end}.np-auth-nudge .btn{min-height:2.25rem;padding-inline:.8rem;font-size:.8rem}.np-main{border-radius:18px}.np-sidebar:not(.collapsed){width:min(16.25rem,calc(100% - 3.5rem));min-width:min(16.25rem,calc(100% - 3.5rem));max-width:calc(100% - 3.5rem);background:#fbfcfafa;box-shadow:14px 0 28px #10201c14}.np-sidebar:not(.collapsed) .np-sidebar-header{padding:.8rem .78rem .5rem}.np-sidebar:not(.collapsed) .np-sidebar-btn{width:36px;height:36px;border-radius:10px;background:#fff}.np-sidebar-search{margin:0 .7rem .68rem;min-height:38px;border-radius:12px;background:#fff;box-shadow:none}.np-sidebar-controls{gap:.52rem;margin:0 .7rem .7rem}.np-page-views{gap:.25rem}.np-page-view{min-height:1.95rem;padding:.35rem .45rem;color:#6b7f79}.np-page-view.is-active{background:#f7faf9}.np-page-sort-wrap{gap:0}.np-page-sort-wrap span{display:none}.np-page-sort{min-height:2.1rem;padding:.4rem .72rem;font-size:.8rem;font-weight:650;border-radius:11px}.np-page-item{margin-bottom:.18rem}.np-page-item.active{background:#edf5f2;border-color:#0f766e1f;box-shadow:none}.np-page-btn{gap:.58rem;padding:.64rem .68rem;width:100%}.np-page-title{font-size:.88rem}.np-page-meta{font-size:.7rem}.np-page-item{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:0}.np-page-copy{min-width:0}.np-page-title,.np-page-meta{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-page-actions{justify-content:flex-end;gap:.08rem;margin:0;padding:0 .52rem .46rem 2.1rem}.np-page-item:not(.active) .np-page-actions{display:none}.np-page-item.active .np-page-actions{display:flex}.np-page-pin,.np-page-duplicate,.np-page-rename,.np-page-del{width:24px;height:24px;border-radius:7px;opacity:.72}.np-page-item.active .np-page-pin,.np-page-item.active .np-page-duplicate,.np-page-item.active .np-page-rename,.np-page-item.active .np-page-del,.np-page-item:focus-within .np-page-pin,.np-page-item:focus-within .np-page-duplicate,.np-page-item:focus-within .np-page-rename,.np-page-item:focus-within .np-page-del{opacity:1}.np-page-item:not(.active) .np-page-pin,.np-page-item:not(.active) .np-page-duplicate,.np-page-item:not(.active) .np-page-rename,.np-page-item:not(.active) .np-page-del{opacity:.38}.np-toolbar-ribbon{padding:.7rem .78rem;row-gap:.35rem}.np-ribbon-group{gap:.24rem}.np-select,.np-tb,.np-color-wrap{border-radius:10px;box-shadow:none}.np-statusbar{padding:.62rem .78rem}.np-statusbar span{font-size:.76rem}.np-status-btn{min-height:1.8rem;padding:.2rem .45rem;border:0;color:#6a7c76}}.np-page-item{position:relative;display:flex;align-items:center;gap:.45rem;margin-bottom:.32rem;border:1px solid transparent;border-radius:14px;background:transparent;transition:background .16s ease,border-color .16s ease}.np-page-item:hover{background:#ffffffb8}.np-page-item.active{background:#f4f8f6;border-color:#0f766e1f;box-shadow:none}.np-page-btn{flex:1 1 auto;display:grid;grid-template-columns:1rem minmax(0,1fr);align-items:start;gap:.68rem;width:100%;min-width:0;padding:.82rem .84rem;color:#173730}.np-page-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:1rem;margin-top:.12rem;color:#5f7d76}.np-page-icon-wrap svg{width:.95rem;height:.95rem;color:currentColor}.np-page-copy{min-width:0;display:grid;gap:.16rem}.np-page-title{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18342f;font-size:.91rem;font-weight:700;line-height:1.35}.np-page-meta{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#5e746d;font-size:.74rem;font-weight:600;line-height:1.35}.np-page-item.active .np-page-title{color:#123932}.np-page-item.active .np-page-meta{color:#4d675f}.np-page-actions{position:relative;display:inline-flex;align-items:center;gap:.2rem;flex-shrink:0;padding-right:.45rem}.np-page-pin,.np-page-menu-trigger{width:30px;height:30px;border:0;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:transparent;color:#7a8f89;opacity:.88;cursor:pointer;transition:background .14s ease,color .14s ease,opacity .14s ease}.np-page-pin svg,.np-page-menu-trigger svg{width:14px;height:14px}.np-page-item:hover .np-page-pin,.np-page-item:hover .np-page-menu-trigger,.np-page-item.active .np-page-pin,.np-page-item.active .np-page-menu-trigger,.np-page-item:focus-within .np-page-pin,.np-page-item:focus-within .np-page-menu-trigger{opacity:1}.np-page-pin:hover,.np-page-menu-trigger:hover,.np-page-menu-trigger[aria-expanded=true]{background:#0f766e14;color:#224e46}.np-page-pin.is-active{color:#b98509}.np-page-pin.is-active:hover{background:#b985091a;color:#9c6f06}.np-page-menu{position:absolute;top:calc(100% + .35rem);right:0;z-index:12;min-width:10rem;padding:.35rem;border:1px solid rgba(15,118,110,.12);border-radius:14px;background:#fffffffa;box-shadow:0 16px 36px #10201c1a}.np-page-menu-btn{width:100%;display:flex;align-items:center;gap:.55rem;padding:.58rem .62rem;border:0;border-radius:10px;background:transparent;color:#294640;font:inherit;font-size:.82rem;font-weight:650;text-align:left;cursor:pointer}.np-page-menu-btn svg{width:14px;height:14px;flex-shrink:0}.np-page-menu-btn:hover{background:#f2f7f5}.np-page-menu-btn.is-danger{color:#a13a35}.np-page-menu-btn.is-danger:hover{background:#fef1f0}.np-page-item.is-pinned .np-page-title:after{content:none}@media(max-width:720px){.np-page-item{margin-bottom:.24rem;border-radius:12px}.np-page-item.active{background:#eef5f2}.np-page-btn{gap:.6rem;padding:.74rem .72rem}.np-page-title{font-size:.88rem}.np-page-meta{font-size:.7rem}.np-page-actions{padding-right:.34rem}.np-page-pin,.np-page-menu-trigger{width:28px;height:28px;border-radius:9px;opacity:1}.np-page-menu{right:.1rem;min-width:9.4rem;padding:.28rem}.np-page-menu-btn{padding:.56rem .58rem;font-size:.8rem}}.np-dark .np-page-item:hover{background:#1f2937b3}.np-dark .np-page-item.active{background:#14534c38;border-color:#5eead429}.np-dark .np-page-title{color:#e6f0ee}.np-dark .np-page-meta,.np-dark .np-page-icon-wrap,.np-dark .np-page-pin,.np-dark .np-page-menu-trigger{color:#91a7a1}.np-dark .np-page-item.active .np-page-title{color:#f2fffc}.np-dark .np-page-item.active .np-page-meta{color:#b8cbc6}.np-dark .np-page-pin:hover,.np-dark .np-page-menu-trigger:hover,.np-dark .np-page-menu-trigger[aria-expanded=true]{background:#5eead41f;color:#e6fffa}.np-dark .np-page-pin.is-active{color:#f0c867}.np-dark .np-page-menu{background:#111827fa;border-color:#94a3b824;box-shadow:0 18px 42px #00000047}.np-dark .np-page-menu-btn{color:#d7e5e1}.np-dark .np-page-menu-btn:hover{background:#5eead414}.np-dark .np-page-menu-btn.is-danger{color:#f2a7a3}.np-dark .np-page-menu-btn.is-danger:hover{background:#b9312529}.np-page-section-label{margin:.75rem .75rem .38rem;color:#586f68;font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;list-style:none}.np-deleted-tray{display:grid;gap:.6rem;margin:0 .68rem .72rem;padding:.8rem;border:1px solid rgba(15,118,110,.1);border-radius:16px;background:linear-gradient(180deg,#fffffff5,#f6f9f8fa);list-style:none}.np-deleted-tray-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.np-deleted-tray-copy{display:grid;gap:.12rem}.np-deleted-tray-copy strong{color:#173730;font-size:.86rem;font-weight:800}.np-deleted-tray-copy span{color:#748681;font-size:.74rem;line-height:1.45}.np-deleted-clear,.np-deleted-restore{border:0;border-radius:999px;background:#0f766e14;color:#205149;font:inherit;font-size:.74rem;font-weight:700;cursor:pointer}.np-deleted-clear{padding:.38rem .62rem}.np-deleted-list{display:grid;gap:.34rem}.np-deleted-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.48rem .52rem;border-radius:12px;background:#ffffffeb}.np-deleted-item-copy{min-width:0;display:grid;gap:.08rem}.np-deleted-item-copy strong,.np-deleted-item-copy span{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-deleted-item-copy strong{color:#18342f;font-size:.8rem;font-weight:700}.np-deleted-item-copy span{color:#7b8d87;font-size:.7rem}.np-deleted-restore{flex-shrink:0;padding:.34rem .58rem}.np-deleted-clear:hover,.np-deleted-restore:hover{background:#0f766e24}@media(max-width:720px){#font-family,#font-size,[data-cmd=strikeThrough],#text-color,#bg-color,[data-cmd=justifyCenter],[data-cmd=justifyRight],[data-cmd=insertOrderedList],#btn-copy-all,[data-cmd=redo],[data-cmd=removeFormat]{display:none!important}.np-toolbar-ribbon{align-items:center;overflow-x:auto;scroll-snap-type:x proximity}.np-toolbar-ribbon>*{scroll-snap-align:start}.np-ribbon-group{gap:.22rem}.np-select{min-width:0}#block-format{min-width:6.4rem}.np-dropdown .np-tb-dropdown{padding-inline:.44rem}.np-deleted-tray{margin:0 .7rem .7rem;padding:.72rem;border-radius:14px}.np-deleted-tray-head{flex-direction:column;align-items:stretch}.np-deleted-clear{align-self:flex-start}.np-page-section-label{margin:.68rem .72rem .34rem;font-size:.64rem}}.np-dark .np-page-section-label{color:#8ea6a0}.np-dark .np-deleted-tray{background:linear-gradient(180deg,#111827f5,#141d2cfa);border-color:#94a3b824}.np-dark .np-deleted-tray-copy strong,.np-dark .np-deleted-item-copy strong{color:#e6f0ee}.np-dark .np-deleted-tray-copy span,.np-dark .np-deleted-item-copy span{color:#95aba5}.np-dark .np-deleted-item{background:#1f2937bd}.np-dark .np-deleted-clear,.np-dark .np-deleted-restore{background:#5eead41f;color:#ddf7f2}.np-dark .np-deleted-clear:hover,.np-dark .np-deleted-restore:hover{background:#5eead42e}.np-page-item[draggable=true]{cursor:grab}.np-page-item.is-dragging{opacity:.54}.np-page-item.is-drop-before:before,.np-page-item.is-drop-after:after{content:"";position:absolute;left:.85rem;right:.85rem;height:2px;border-radius:999px;background:#0f766e70}.np-page-item.is-drop-before:before{top:-.15rem}.np-page-item.is-drop-after:after{bottom:-.15rem}.np-page-btn-editing{cursor:default}.np-page-inline-input{width:100%;min-width:0;padding:.5rem .58rem;border:1px solid rgba(15,118,110,.18);border-radius:10px;background:#fff;color:#16332d;font:inherit;font-size:.9rem;font-weight:700;outline:none}.np-page-inline-input:focus{border-color:#0f766e52;box-shadow:0 0 0 3px #0f766e14}.np-page-actions-editing,.np-page-inline-save,.np-page-inline-cancel{display:inline-flex;align-items:center;justify-content:center}.np-page-inline-save,.np-page-inline-cancel{width:30px;height:30px;border:0;border-radius:10px;background:transparent;color:#6d847d;cursor:pointer;transition:background .14s ease,color .14s ease}.np-page-inline-save:hover,.np-page-inline-cancel:hover{background:#0f766e14;color:#204a42}.np-page-inline-save svg,.np-page-inline-cancel svg{width:14px;height:14px}@media(max-width:720px){.np-page-item[draggable=true]{cursor:default}.np-page-inline-input{padding:.46rem .52rem;font-size:.86rem}.np-page-inline-save,.np-page-inline-cancel{width:28px;height:28px;border-radius:9px}.np-page-item.is-drop-before:before,.np-page-item.is-drop-after:after{left:.7rem;right:.7rem}}.np-dark .np-page-item.is-drop-before:before,.np-dark .np-page-item.is-drop-after:after{background:#5eead47a}.np-dark .np-page-inline-input{background:#111827eb;border-color:#94a3b829;color:#e7f2ef}.np-dark .np-page-inline-input:focus{border-color:#5eead447;box-shadow:0 0 0 3px #5eead414}.np-dark .np-page-inline-save,.np-dark .np-page-inline-cancel{color:#97aea8}.np-dark .np-page-inline-save:hover,.np-dark .np-page-inline-cancel:hover{background:#5eead41f;color:#e8fffb}.np-dark .np-sidebar-search svg{color:#8aa0bb}.np-dark .np-sidebar-search input{color:#e5edf7}.np-dark .np-sidebar-search input::placeholder{color:#7e8da1}@media(max-width:640px){body button,body [role=button],body [role=tab],body select,body input:not([type=hidden]):not([type=checkbox]):not([type=radio]):not([type=color]):not([type=file]){min-height:44px!important}body button:not(.jr-cell):not(.hb-cell),body [role=button],body [role=tab]{min-width:44px!important}body label:has(input[type=checkbox]),body label:has(input[type=radio]),body label:has(input[type=color]){min-width:44px;min-height:44px;align-items:center}.hamburger,.footer-social-btn{width:44px!important;height:44px!important}.jr-cell,.hb-cell{min-height:44px!important}.np-sidebar.collapsed .np-sidebar-controls{display:none!important;visibility:hidden!important}}@media(max-width:960px){.macros-sidebar{min-height:0}.macros-list{max-height:18rem}}.np-page-btn{gap:.5rem;padding-right:.5rem}.np-mobile-tools-toggle{display:none}.np-organize-controls{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:.4rem;margin:0 .7rem .62rem}.np-filter-select{min-width:0;min-height:36px;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:.45rem;padding:0 .55rem;border:1px solid rgba(15,118,110,.12);border-radius:8px;background:#fff;color:#6b817a}.np-filter-select svg{width:15px;height:15px}.np-filter-select select{min-width:0;width:100%;min-height:34px;padding:0;border:0;outline:0;background:transparent;color:#294640;font:inherit;font-size:.78rem;font-weight:650}.np-filter-select:focus-within{border-color:#0f766e4d;box-shadow:0 0 0 3px #0f766e12}.np-organize-controls .np-sidebar-btn{width:36px;height:36px;border-radius:8px;background:#fff;border:1px solid rgba(15,118,110,.12)}#btn-delete-filter[hidden],.np-tag-filters[hidden]{display:none!important}.np-tag-filters{display:flex;gap:.32rem;margin:0 .7rem .62rem;padding-bottom:.08rem;overflow-x:auto;scrollbar-width:thin}.np-tag-filter{flex:0 0 auto;min-height:30px;display:inline-flex;align-items:center;gap:.32rem;padding:.28rem .48rem;border:1px solid rgba(15,118,110,.1);border-radius:6px;background:transparent;color:#60766f;font:inherit;font-size:.7rem;font-weight:700;cursor:pointer}.np-tag-filter small{color:#91a19c;font-size:.62rem}.np-tag-filter:hover,.np-tag-filter.is-active{border-color:#0f766e2e;background:#0f766e14;color:#145e54}.np-page-views{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.np-page-view{min-width:0;padding-inline:.38rem}.np-sidebar.is-trash-view .np-page-sort-wrap,.np-sidebar.is-trash-view .np-organize-controls,.np-sidebar.is-trash-view .np-tag-filters{opacity:.56}.np-page-menu{min-width:11.5rem;max-height:min(24rem,calc(100vh - 8rem));overflow-y:auto;border-radius:8px}.np-page-menu-btn{border-radius:6px}.np-trash-header,.np-trash-item{list-style:none}.np-trash-header{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin:0 .7rem .55rem;padding:.4rem .2rem .7rem;border-bottom:1px solid rgba(15,118,110,.1)}.np-trash-header>span,.np-trash-copy>span{min-width:0;display:grid;gap:.08rem}.np-trash-header strong,.np-trash-copy strong{color:#183a33;font-size:.82rem;font-weight:760}.np-trash-header small,.np-trash-copy small{color:#7d908a;font-size:.7rem}.np-empty-trash{min-height:32px;display:inline-flex;align-items:center;gap:.36rem;padding:.32rem .48rem;border:0;border-radius:6px;background:transparent;color:#9a4640;font:inherit;font-size:.72rem;font-weight:700;cursor:pointer}.np-empty-trash svg{width:13px;height:13px}.np-empty-trash:hover{background:#fef1f0}.np-trash-item{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.45rem;margin:0 .55rem .2rem;padding:.55rem .45rem .55rem .7rem;border-bottom:1px solid rgba(15,118,110,.07)}.np-trash-copy{min-width:0;display:grid;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:.55rem}.np-trash-copy>svg{width:15px;height:15px;margin-top:.1rem;color:#738b84}.np-trash-copy strong,.np-trash-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-trash-actions{display:inline-flex;gap:.15rem}.np-trash-actions button,.np-folder-row-actions button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:6px;background:transparent;color:#718680;cursor:pointer}.np-trash-actions button:hover,.np-folder-row-actions button:hover{background:#0f766e14;color:#1d594f}.np-trash-actions button:last-child:hover,.np-folder-row-actions button:last-child:hover{background:#fef1f0;color:#a13a35}.np-trash-actions svg,.np-folder-row-actions svg{width:14px;height:14px}.np-modal-heading{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:start;gap:.72rem;margin-bottom:1.15rem}.np-modal-heading h3{margin:0 0 .2rem}.np-modal-heading p{margin:0;color:#6c7e78;font-size:.8rem;line-height:1.45}.np-modal-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#0f766e17;color:#0f766e}.np-modal-icon svg{width:17px;height:17px}.np-modal-field{display:grid;gap:.38rem;margin-bottom:.9rem;color:#344e47;font-size:.78rem;font-weight:700}.np-modal-field>span{display:flex;align-items:baseline;justify-content:space-between}.np-modal-field span small,.np-modal-field>small{color:#80918c;font-size:.7rem;font-weight:500}.notepad-modal .np-modal-field input,.notepad-modal .np-modal-field textarea,.np-folder-create input,.np-command-search input{width:100%;min-height:42px;padding:.65rem .72rem;border:1px solid rgba(15,118,110,.16);border-radius:8px;background:#fff;color:#193832;font:inherit;font-size:.9rem;font-weight:500;line-height:1.45;outline:0}.notepad-modal .np-modal-field textarea{min-height:8rem;resize:vertical}.notepad-modal .np-modal-field input:focus,.notepad-modal .np-modal-field textarea:focus,.np-folder-create input:focus,.np-command-search:focus-within{border-color:#0f766e57;box-shadow:0 0 0 3px #0f766e14}.np-organize-modal,.np-quick-capture{width:min(30rem,calc(100vw - 2rem))}.np-quick-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.72rem}.np-folder-manager,.np-history-modal{width:min(36rem,calc(100vw - 2rem));max-height:min(42rem,calc(100vh - 3rem));overflow-y:auto}.np-folder-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.5rem;margin-bottom:.9rem}.np-folder-create .modal-btn-save{min-height:42px;display:inline-flex;align-items:center;gap:.38rem}.np-folder-create svg{width:14px;height:14px}.np-folder-list,.np-history-list{display:grid;max-height:23rem;overflow-y:auto;border-top:1px solid rgba(15,118,110,.1)}.np-folder-row{min-height:56px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.5rem;padding:.55rem .1rem;border-bottom:1px solid rgba(15,118,110,.08)}.np-folder-row-name{min-width:0;display:grid;grid-template-columns:17px minmax(0,1fr);align-items:center;gap:.55rem;color:#557069}.np-folder-row-name>svg{width:16px;height:16px}.np-folder-row-name>span{min-width:0;display:grid}.np-folder-row-name strong{overflow:hidden;color:#23453d;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.np-folder-row-name small{color:#82948e;font-size:.7rem}.np-folder-row-actions{display:inline-flex;gap:.1rem}.np-modal-empty,.np-command-empty{display:grid;gap:.26rem;padding:1.25rem .3rem;color:#71847e;text-align:center}.np-modal-empty strong,.np-command-empty strong{color:#294a42;font-size:.88rem}.np-modal-empty span,.np-command-empty span{font-size:.76rem;line-height:1.45}.np-history-list{gap:.5rem;padding-top:.65rem;border-top:0}.np-history-item{padding:.78rem;border:1px solid rgba(15,118,110,.11);border-radius:8px;background:#fafcfb}.np-history-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.np-history-item-head>span{display:grid;gap:.12rem}.np-history-item-head strong{color:#24463e;font-size:.8rem}.np-history-item-head small{color:#7e908a;font-size:.68rem;text-transform:capitalize}.np-history-item-head button{min-height:32px;display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .5rem;border:0;border-radius:6px;background:#0f766e14;color:#175f55;font:inherit;font-size:.7rem;font-weight:700;cursor:pointer}.np-history-item-head svg{width:13px;height:13px}.np-history-item p{margin:.65rem 0;color:#536b64;font-size:.76rem;line-height:1.5}.np-history-meta{display:flex;flex-wrap:wrap;gap:.35rem;color:#758983;font-size:.68rem}.np-history-meta span{display:inline-flex;align-items:center;gap:.2rem}.np-history-meta svg{width:11px;height:11px}.np-command-overlay{align-items:flex-start;padding-top:min(12vh,7rem)}.np-command-palette{width:min(40rem,calc(100vw - 2rem));max-height:min(36rem,calc(100vh - 5rem));padding:0;overflow:hidden;border-radius:8px}.np-command-search{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:.65rem;padding:.75rem .9rem;border-bottom:1px solid rgba(15,118,110,.1)}.np-command-search>svg{width:18px;height:18px;color:#6e857e}.np-command-search input{min-height:38px;padding:0;border:0;box-shadow:none;font-size:.96rem}.np-command-search:focus-within{border-color:#0f766e2e;box-shadow:none}.np-command-results{max-height:min(27rem,calc(100vh - 11rem));padding:.45rem;overflow-y:auto}.np-command-option{width:100%;min-height:54px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.48rem .58rem;border:0;border-radius:6px;background:transparent;color:#294740;font:inherit;text-align:left;cursor:pointer}.np-command-option:hover,.np-command-option.is-selected{background:#eef6f3}.np-command-option-icon{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:#f4f8f6;color:#2d695f}.np-command-option-icon svg{width:15px;height:15px}.np-command-option-copy{min-width:0;display:grid;gap:.1rem}.np-command-option-copy strong,.np-command-option-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.np-command-option-copy strong{font-size:.82rem}.np-command-option-copy small{color:#788a85;font-size:.7rem}.np-command-kind{color:#879893;font-size:.64rem;font-weight:700;text-transform:uppercase}.np-command-footer{min-height:34px;display:flex;align-items:center;gap:.9rem;padding:.45rem .9rem;border-top:1px solid rgba(15,118,110,.09);color:#859690;font-size:.66rem;font-weight:650}.np-dark .np-filter-select,.np-dark .np-organize-controls .np-sidebar-btn,.np-dark .notepad-modal .np-modal-field input,.np-dark .notepad-modal .np-modal-field textarea,.np-dark .np-folder-create input,.np-dark .np-command-search input{background:#111827eb;border-color:#94a3b829;color:#e6f0ee}.np-dark .np-filter-select select,.np-dark .np-trash-header strong,.np-dark .np-trash-copy strong,.np-dark .np-modal-heading h3,.np-dark .np-modal-field,.np-dark .np-folder-row-name strong,.np-dark .np-modal-empty strong,.np-dark .np-history-item-head strong,.np-dark .np-command-option-copy strong{color:#e5f0ed}.np-dark .np-tag-filter,.np-dark .np-trash-header small,.np-dark .np-trash-copy small,.np-dark .np-modal-heading p,.np-dark .np-modal-field>small,.np-dark .np-folder-row-name,.np-dark .np-folder-row-name small,.np-dark .np-history-item p,.np-dark .np-command-option-copy small,.np-dark .np-command-kind,.np-dark .np-command-footer{color:#91a7a1}.np-dark .np-tag-filter:hover,.np-dark .np-tag-filter.is-active,.np-dark .np-trash-actions button:hover,.np-dark .np-folder-row-actions button:hover,.np-dark .np-command-option:hover,.np-dark .np-command-option.is-selected{background:#5eead41a;color:#e5fffa}.np-dark .np-history-item,.np-dark .np-command-option-icon{background:#1f2937b3;border-color:#94a3b824}.np-dark .np-command-palette{background:#111827}@media(max-width:720px){.np-sidebar{transition:none!important}.np-sidebar.collapsed{width:0!important;min-width:0!important;max-width:0!important;flex-basis:0!important;padding:0!important;margin:0!important;border:0!important;overflow:hidden!important}.np-sidebar:not(.collapsed){width:min(18rem,calc(100% - 3rem));min-width:min(18rem,calc(100% - 3rem));max-width:calc(100% - 3rem)}.np-sidebar.collapsed .np-sidebar-header,.np-sidebar.collapsed .np-organize-controls,.np-sidebar.collapsed .np-tag-filters{display:none!important;visibility:hidden!important}.np-topbar #btn-open,.np-topbar #btn-sync-now,.np-topbar #btn-export-md,.np-topbar #btn-print{display:none!important}.np-mobile-tools-toggle{display:inline-flex}.np-toolbar-ribbon{flex-wrap:nowrap!important;min-height:64px;padding-block:.55rem;scrollbar-width:none}.np-toolbar-ribbon::-webkit-scrollbar{display:none}.np-toolbar-ribbon>.np-sep{display:none}.np-toolbar-ribbon .np-ribbon-optional{display:none}.np-toolbar-ribbon:not(.show-all-tools) .np-color-wrap,.np-toolbar-ribbon:not(.show-all-tools) [data-cmd=underline],.np-toolbar-ribbon:not(.show-all-tools) [data-cmd=justifyLeft]{display:none!important}.np-toolbar-ribbon.show-all-tools .np-ribbon-optional{display:flex}.np-toolbar-ribbon.show-all-tools #font-family,.np-toolbar-ribbon.show-all-tools #font-size,.np-toolbar-ribbon.show-all-tools [data-cmd=strikeThrough],.np-toolbar-ribbon.show-all-tools [data-cmd=underline],.np-toolbar-ribbon.show-all-tools .np-color-wrap,.np-toolbar-ribbon.show-all-tools [data-cmd=justifyLeft],.np-toolbar-ribbon.show-all-tools [data-cmd=justifyCenter],.np-toolbar-ribbon.show-all-tools [data-cmd=justifyRight],.np-toolbar-ribbon.show-all-tools [data-cmd=insertOrderedList],.np-toolbar-ribbon.show-all-tools #btn-copy-all,.np-toolbar-ribbon.show-all-tools [data-cmd=redo],.np-toolbar-ribbon.show-all-tools [data-cmd=removeFormat]{display:inline-flex!important}.np-toolbar-ribbon.show-all-tools #font-family,.np-toolbar-ribbon.show-all-tools #font-size{display:block!important}.np-page-views{gap:.12rem}.np-page-view{padding-inline:.28rem;font-size:.7rem}.np-organize-controls{grid-template-columns:minmax(0,1fr) 44px}.np-organize-controls .np-sidebar-btn{width:44px;height:44px}.np-filter-select,.np-filter-select select{min-height:44px}.np-tag-filter{min-height:36px!important}.np-quick-meta{grid-template-columns:minmax(0,1fr);gap:0}.np-command-overlay{padding:.75rem}.np-command-palette{width:100%;max-height:calc(100vh - 1.5rem)}.np-command-results{max-height:calc(100vh - 9rem)}.np-command-kind,.np-command-footer{display:none}.np-command-option{grid-template-columns:36px minmax(0,1fr);min-height:60px}.np-history-item-head{align-items:center}}@media(min-width:351px)and (max-width:390px){.trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}}.notepad-faq-section{background:var(--editorial-soft-band)}.notepad-context-section{background:#fff}:root{--font-display: "Source Serif 4", Georgia, "Times New Roman", serif;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-prose: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--dur: .18s}.gradient-heading{background:none!important;color:var(--text-heading)!important;-webkit-text-fill-color:currentColor!important}.nav-cta,.btn-primary,.btn-primary-lg,.btn-primary-sm{background:var(--brand)!important;box-shadow:0 4px 14px #0f766e2e!important}.nav-cta:after,.btn-primary:before,.btn-primary-lg:before,.btn-primary-sm:before{content:none!important;display:none!important}.nav-cta:hover,.btn-primary:hover,.btn-primary-lg:hover,.btn-primary-sm:hover{background:var(--brand-dark)!important;box-shadow:0 6px 18px #0f766e38!important;transform:none!important}.section{padding:clamp(4.25rem,7vw,6rem) 0}.section-sm{padding:clamp(3.25rem,5vw,4.5rem) 0}.section-header{margin-bottom:clamp(2.25rem,4vw,3rem)}.card,.related-link-card,.tool-step-card,.faq-item,.trust-item{border-radius:8px}.card,.showcase-card,.related-link-card,.tool-step-card,.img-frame{transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,color .16s ease}.card:hover,.showcase-card:hover,.related-link-card:hover,.tool-step-card:hover,.img-frame:hover{transform:none}.m-cursor,.np-autosave-badge:before,body:not(:has(.np-app)) main{animation:none!important}.two-col:has(>.two-col-text:only-child){grid-template-columns:minmax(0,760px);justify-content:center}.two-col>.two-col-text:only-child{max-width:760px}.modal-heading-icon{width:18px;height:18px;display:inline;margin-right:.4rem;vertical-align:-3px;color:var(--brand)}.editorial-blog-index,.editorial-blog-detail{background:#fff;color:var(--theme-ink-750)}.editorial-label{margin:0;color:var(--brand-dark);font-size:.8rem;font-weight:800;line-height:1.4;letter-spacing:0}.editorial-index-hero{padding:7.25rem 0 3.25rem;border-bottom:1px solid rgba(23,35,31,.11);background:#fcfbf8}.editorial-index-hero-inner{display:grid;grid-template-columns:minmax(0,1fr);gap:2.25rem;align-items:start}.editorial-index-heading{max-width:780px}.editorial-index-heading h1{max-width:17ch;margin-top:.8rem;color:var(--theme-ink-950);font-family:var(--font-display);font-size:3.5rem;font-weight:760;line-height:1.05;letter-spacing:0;text-wrap:balance}.editorial-index-heading>p{max-width:720px;margin-top:1.1rem;color:var(--theme-ink-650);font-size:1.06rem;line-height:1.7}.editorial-index-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:2rem;border-top:1px solid rgba(23,35,31,.14)}.editorial-index-nav a{min-height:44px;display:flex;align-items:center;justify-content:flex-start;color:var(--theme-ink-650);font-size:.84rem;font-weight:700;border-bottom:1px solid rgba(23,35,31,.11);transition:color .16s ease,border-color .16s ease}.editorial-index-nav a:after{content:none}.editorial-index-nav a:hover,.editorial-index-nav a:focus-visible{color:var(--brand-dark);border-bottom-color:#12746a73}.editorial-index-stories{padding:5rem 0 5.5rem}.editorial-section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.72fr);gap:3rem;align-items:end;margin-bottom:2.5rem}.editorial-section-heading h1,.editorial-section-heading h2,.editorial-simple-heading h2,.editorial-index-cta h2{margin-top:.85rem;color:var(--theme-ink-950);font-family:var(--font-display);font-weight:740;letter-spacing:0}.editorial-simple-heading>h2:first-child,.editorial-index-cta h2:first-child{margin-top:0}.editorial-section-heading h2{max-width:18ch;font-size:2.5rem;line-height:1.1}.editorial-section-heading>p{max-width:58ch;color:var(--theme-ink-650);line-height:1.75}.editorial-story-layout{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(380px,.84fr);gap:3.25rem;align-items:start}.editorial-feature-story,.editorial-secondary-story,.editorial-related-story{min-width:0;color:inherit}.editorial-feature-story{display:block}.editorial-feature-media,.editorial-secondary-story figure{margin:0;overflow:hidden;border:1px solid rgba(23,35,31,.12);border-radius:8px;background:#eef4f0}.editorial-feature-media{aspect-ratio:3 / 2}.editorial-feature-media img,.editorial-secondary-story img,.editorial-related-story img{width:100%;height:100%;display:block;object-fit:cover}.editorial-feature-copy{padding-top:1.4rem}.editorial-story-meta{display:flex;flex-wrap:wrap;gap:.45rem 1rem;align-items:center;color:var(--theme-ink-650);font-size:.76rem;font-weight:700;line-height:1.45}.editorial-story-meta>:first-child{color:var(--brand-dark)}.editorial-story-meta>*+*:before{content:"";width:3px;height:3px;display:inline-block;margin-right:1rem;border-radius:50%;background:#17231f59;vertical-align:2px}.editorial-feature-copy h3,.editorial-secondary-story h3{color:var(--theme-ink-950);font-family:var(--font-display);font-weight:730;letter-spacing:0}.editorial-feature-copy h3{max-width:20ch;margin-top:.8rem;font-size:2.35rem;line-height:1.08}.editorial-feature-copy p{max-width:64ch;margin-top:.85rem;color:var(--theme-ink-650);line-height:1.7}.editorial-read-link{display:inline-flex;align-items:center;gap:.45rem;margin-top:1rem;color:var(--brand-dark);font-size:.87rem;font-weight:800}.editorial-read-link svg{width:16px;height:16px}.editorial-feature-story:hover .editorial-read-link,.editorial-feature-story:focus-visible .editorial-read-link,.editorial-secondary-story:hover .editorial-read-link,.editorial-secondary-story:focus-visible .editorial-read-link{color:var(--theme-lapis-600)}.editorial-secondary-stories{border-top:1px solid rgba(23,35,31,.14)}.editorial-secondary-story{display:grid;grid-template-columns:170px minmax(0,1fr);gap:1.25rem;align-items:start;padding:1.45rem 0;border-bottom:1px solid rgba(23,35,31,.14)}.editorial-secondary-story figure{aspect-ratio:4 / 3}.editorial-secondary-story h3{margin-top:.65rem;font-size:1.45rem;line-height:1.18}.editorial-secondary-story p{margin-top:.55rem;color:var(--theme-ink-650);font-size:.86rem;line-height:1.58}.editorial-secondary-story .editorial-read-link{margin-top:.7rem}.editorial-index-decisions{padding:5rem 0 5.25rem;border-top:1px solid rgba(23,35,31,.09);background:#f7f7f3}.editorial-simple-heading{max-width:720px;margin-bottom:2.5rem}.editorial-simple-heading h2{max-width:20ch;font-size:2.5rem;line-height:1.1}.editorial-simple-heading>p{max-width:680px;margin-top:.85rem;color:var(--theme-ink-650);line-height:1.72}.editorial-simple-heading a{color:var(--brand-dark);font-weight:700;text-decoration:underline;text-decoration-color:#12746a4d;text-underline-offset:3px}.editorial-decision-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2.25rem}.editorial-decision{scroll-margin-top:90px;padding-top:1.25rem;border-top:1px solid rgba(23,35,31,.18)}.editorial-decision h3{margin-top:0;color:var(--theme-ink-950);font-family:var(--font-display);font-size:1.5rem;line-height:1.2}.editorial-decision p{margin-top:.7rem;color:var(--theme-ink-650);font-size:.94rem;line-height:1.68}.editorial-decision a{min-height:44px;display:inline-flex;align-items:center;gap:.45rem;margin-top:.8rem;color:var(--brand-dark);font-size:.86rem;font-weight:800}.editorial-decision a svg{width:15px;height:15px}.editorial-index-cta{padding:3.75rem 0;border-top:1px solid rgba(18,116,106,.18);border-bottom:1px solid rgba(18,116,106,.18);background:#fff}.editorial-index-cta-inner{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3rem;align-items:center}.editorial-index-cta h2{max-width:20ch;font-size:2.4rem;line-height:1.1}.editorial-index-cta p{max-width:620px;margin-top:.7rem;color:var(--theme-ink-650);line-height:1.7}.editorial-index-cta .btn,.editorial-article-action .btn{min-width:154px;justify-content:center}.editorial-article-header{padding:5.25rem 0 2.6rem;background:#fff}.editorial-article-header-inner{max-width:1120px}.editorial-article-toolbar{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-bottom:1.15rem;border-bottom:1px solid rgba(23,35,31,.12)}.editorial-back-link{min-height:44px;display:inline-flex;align-items:center;gap:.5rem;color:var(--theme-ink-650);font-size:.84rem;font-weight:700}.editorial-back-link svg{width:16px;height:16px}.editorial-back-link:hover,.editorial-back-link:focus-visible{color:var(--brand-dark)}.editorial-article-meta{display:flex;flex-wrap:wrap;gap:.45rem 1rem;align-items:center;justify-content:flex-end;margin-top:0;color:var(--theme-ink-650);font-size:.78rem;font-weight:700}.editorial-article-meta>:first-child{color:var(--brand-dark)}.editorial-article-meta>*+*:before{content:"";width:3px;height:3px;display:inline-block;margin-right:1rem;border-radius:50%;background:#17231f61;vertical-align:2px}.editorial-article-header h1{max-width:22ch;margin:2.2rem auto 0;color:var(--theme-ink-950);font-family:var(--font-display);font-size:3.5rem;font-weight:760;line-height:1.04;letter-spacing:0;text-align:center;text-wrap:balance}.editorial-article-dek{max-width:720px;margin:1.15rem auto 0;color:var(--theme-ink-650);font-size:1.2rem;line-height:1.65;text-align:center}.editorial-article-media{max-width:1120px;margin-top:0}.editorial-article-media img{width:100%;aspect-ratio:2 / 1;display:block;object-fit:cover;border:1px solid rgba(23,35,31,.12);border-radius:4px;background:#eef4f0}.editorial-article-media figcaption{margin-top:.7rem;color:var(--theme-ink-550);font-size:.78rem;line-height:1.55}.editorial-article-layout{max-width:1080px;display:grid;grid-template-columns:220px minmax(0,720px);gap:4.5rem;justify-content:center;padding-top:4.75rem;padding-bottom:6rem}.editorial-article-rail{min-width:0;align-self:start;position:sticky;top:96px}.editorial-article-rail nav{display:grid;border-top:1px solid rgba(23,35,31,.14)}.editorial-article-rail nav>span{padding:1rem 0 .7rem;color:var(--theme-ink-900);font-size:.76rem;font-weight:800;text-transform:uppercase}.editorial-article-rail nav a{min-height:40px;display:flex;align-items:center;color:var(--theme-ink-650);font-size:.8rem;font-weight:600;line-height:1.35;border-bottom:1px solid rgba(23,35,31,.1)}.editorial-article-rail nav a:hover,.editorial-article-rail nav a:focus-visible{color:var(--brand-dark)}.editorial-rail-note{margin-top:1.4rem;padding:0 0 0 1rem;border-left:2px solid rgba(18,116,106,.32)}.editorial-rail-note strong{display:block;margin-top:0;color:var(--theme-ink-900);font-size:.82rem}.editorial-rail-note p{margin-top:.45rem;color:var(--theme-ink-650);font-size:.76rem;line-height:1.55}.editorial-rail-note a{display:inline-block;margin-top:.65rem;color:var(--brand-dark);font-size:.76rem;font-weight:800}.editorial-article-content{min-width:0;color:var(--theme-ink-750);font-size:1.0625rem;line-height:1.82}.editorial-takeaway{margin-bottom:2.5rem;padding:1.5rem 1.6rem;border:1px solid rgba(18,116,106,.17);border-radius:4px;background:#f3f8f5}.editorial-takeaway>p{margin-top:.75rem;color:var(--theme-ink-900);font-family:var(--font-display);font-size:1.32rem;font-weight:650;line-height:1.45}.editorial-takeaway ul{display:grid;gap:.4rem;margin:1rem 0 0;padding-left:1.15rem}.editorial-takeaway li{padding-left:.15rem;color:var(--theme-ink-650);font-size:.92rem;line-height:1.6}.editorial-article-content>p,.editorial-article-content>ul,.editorial-article-content>ol{margin-top:1.15rem}.editorial-article-content>.editorial-article-lede{margin-top:0;color:var(--theme-ink-900);font-family:var(--font-display);font-size:1.34rem;line-height:1.6}.editorial-article-content h2{scroll-margin-top:100px;margin-top:3.2rem;color:var(--theme-ink-950);font-family:var(--font-display);font-size:2.05rem;font-weight:730;line-height:1.16;letter-spacing:0}.editorial-article-content h3{margin-top:2rem;color:var(--theme-ink-900);font-family:var(--font-display);font-size:1.38rem;line-height:1.25}.editorial-article-content ul,.editorial-article-content ol{display:grid;gap:.55rem;padding-left:1.35rem}.editorial-article-content li{padding-left:.25rem}.editorial-article-content li::marker{color:var(--brand)}.editorial-article-content a:not(.btn){color:var(--brand-dark);font-weight:650;text-decoration:underline;text-decoration-color:#12746a59;text-underline-offset:3px}.editorial-article-content a:not(.btn):hover,.editorial-article-content a:not(.btn):focus-visible{text-decoration-color:currentColor}.editorial-article-action{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2rem;align-items:center;margin-top:4rem;padding:2rem 0;border-top:1px solid rgba(18,116,106,.2);border-bottom:1px solid rgba(18,116,106,.2);background:transparent}.editorial-article-action h2{max-width:18ch;margin-top:.65rem;font-size:1.75rem}.editorial-article-action p{max-width:54ch;margin-top:.6rem;color:var(--theme-ink-650);font-size:.94rem;line-height:1.6}.editorial-related{padding:5.25rem 0 5.75rem;border-top:1px solid rgba(23,35,31,.09);background:#f7f7f3}.editorial-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.editorial-related-story{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1.25rem;padding:0;overflow:hidden;border:1px solid rgba(23,35,31,.12);border-radius:4px;background:#fff;transition:border-color .16s ease,background-color .16s ease}.editorial-related-story>img{min-height:180px;aspect-ratio:4 / 3}.editorial-related-story>span{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:1.15rem 1.15rem 1.15rem 0}.editorial-related-story small{color:var(--brand-dark);font-size:.72rem;font-weight:800}.editorial-related-story strong,.editorial-related-story span span{display:block}.editorial-related-story strong{margin-top:.55rem;color:var(--theme-ink-950);font-family:var(--font-display);font-size:1.28rem;line-height:1.22}.editorial-related-story span span{margin-top:.55rem;color:var(--theme-ink-650);font-size:.82rem;line-height:1.55}.editorial-related-story:hover,.editorial-related-story:focus-visible{border-color:#12746a61;background:#fff}.editorial-feature-story:focus-visible,.editorial-secondary-story:focus-visible,.editorial-related-story:focus-visible,.editorial-index-nav a:focus-visible,.editorial-decision a:focus-visible,.editorial-back-link:focus-visible,.editorial-article-rail a:focus-visible{outline:3px solid rgba(18,116,106,.24);outline-offset:4px}@media(max-width:1040px){.editorial-story-layout{grid-template-columns:minmax(0,1fr)}.editorial-secondary-stories{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;border-top:0}.editorial-secondary-story{grid-template-columns:150px minmax(0,1fr);padding:1rem;border:1px solid rgba(23,35,31,.12);border-radius:8px}.editorial-article-layout{grid-template-columns:190px minmax(0,700px);gap:3rem}.editorial-related-story{grid-template-columns:170px minmax(0,1fr)}}@media(max-width:860px){.editorial-index-hero-inner,.editorial-section-heading,.editorial-index-cta-inner{grid-template-columns:minmax(0,1fr)}.editorial-index-hero-inner{gap:2.5rem}.editorial-index-nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.5rem}.editorial-section-heading{gap:1rem}.editorial-index-cta-inner{gap:1.5rem}.editorial-index-cta .btn{width:fit-content}.editorial-decision-grid{gap:1.25rem}.editorial-article-layout{max-width:760px;grid-template-columns:minmax(0,1fr);gap:2.5rem}.editorial-article-rail{position:static}.editorial-article-rail nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.25rem}.editorial-article-rail nav>span{grid-column:1 / -1}.editorial-article-rail nav a{min-height:44px}.editorial-rail-note{display:none}.editorial-related-grid{grid-template-columns:minmax(0,1fr)}}@media(max-width:680px){.editorial-index-hero,.editorial-article-header{padding-top:4.25rem}.editorial-index-hero{padding-bottom:3.25rem}.editorial-index-heading h1,.editorial-article-header h1{font-size:2.25rem;line-height:1.06}.editorial-index-heading>p,.editorial-article-dek{font-size:1rem;line-height:1.65}.editorial-index-nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.25rem}.editorial-index-stories,.editorial-index-decisions,.editorial-related{padding:4rem 0 4.5rem}.editorial-section-heading h1,.editorial-section-heading h2,.editorial-simple-heading h2,.editorial-index-cta h2,.editorial-feature-copy h3{font-size:2rem}.editorial-secondary-stories,.editorial-decision-grid{grid-template-columns:minmax(0,1fr)}.editorial-secondary-story{grid-template-columns:128px minmax(0,1fr);gap:1rem;padding:0;border:0;border-bottom:1px solid rgba(23,35,31,.13);border-radius:0}.editorial-secondary-story figure{align-self:center}.editorial-secondary-story>div{padding:1rem 0}.editorial-secondary-story h3{font-size:1.22rem}.editorial-secondary-story p{display:block;font-size:.82rem}.editorial-secondary-story .editorial-read-link{margin-top:.55rem}.editorial-decision{padding-bottom:.75rem}.editorial-index-cta{padding:3.5rem 0}.editorial-index-cta .btn,.editorial-article-action .btn{width:100%}.editorial-article-header{padding-bottom:2rem}.editorial-article-toolbar{flex-direction:column;align-items:flex-start;gap:.7rem;padding-bottom:1rem}.editorial-article-meta{justify-content:flex-start;margin-top:0}.editorial-article-header h1{max-width:none;margin:1.65rem 0 0;text-align:left}.editorial-article-dek{margin:1rem 0 0;text-align:left}.editorial-article-media{margin-top:0}.editorial-article-media img{aspect-ratio:16 / 10}.editorial-article-layout{gap:2rem;padding-top:3rem;padding-bottom:4.5rem}.editorial-article-content{font-size:1rem;line-height:1.76}.editorial-takeaway{padding:1.25rem}.editorial-takeaway>p,.editorial-article-content>.editorial-article-lede{font-size:1.18rem}.editorial-article-content h2{margin-top:2.65rem;font-size:1.75rem}.editorial-article-content h3{font-size:1.28rem}.editorial-article-action{grid-template-columns:minmax(0,1fr);gap:1.35rem;margin-top:3rem;padding:1.5rem 0}.editorial-article-action h2{font-size:1.6rem}.editorial-related-story{grid-template-columns:128px minmax(0,1fr);gap:1rem}.editorial-related-story>img{min-height:154px}.editorial-related-story>span{padding:.9rem .9rem .9rem 0}.editorial-related-story strong{font-size:1.08rem}.editorial-related-story span span{display:block}}@media(max-width:420px){.editorial-index-heading h1,.editorial-article-header h1{font-size:2.3rem}.editorial-story-meta time,.editorial-feature-copy .editorial-story-meta>:nth-child(2):before,.editorial-article-meta time,.editorial-article-meta>:nth-child(2):before{display:none}.editorial-article-rail nav{grid-template-columns:minmax(0,1fr)}.editorial-related-story{grid-template-columns:112px minmax(0,1fr)}}@media(max-width:360px){.editorial-index-nav{grid-template-columns:minmax(0,1fr)}}.not-found-page main{min-height:calc(100svh - 4.25rem);display:grid}.not-found-section{display:grid;align-items:center;padding:9rem 0 6.5rem;border-bottom:1px solid rgba(23,35,31,.1);background:#f3f8f5}.not-found-inner{max-width:760px}.not-found-code{margin:0;color:var(--brand-dark);font-size:.8rem;font-weight:800;text-transform:uppercase}.not-found-section h1{max-width:14ch;margin-top:.9rem;color:var(--theme-ink-950);font-family:var(--font-display);font-size:clamp(2.8rem,6vw,4.6rem);font-weight:760;line-height:1.02;letter-spacing:0}.not-found-intro{max-width:610px;margin-top:1.25rem;color:var(--theme-ink-650);font-size:1.06rem;line-height:1.7}.not-found-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.not-found-links{display:flex;flex-wrap:wrap;gap:0 1.5rem;margin-top:2.5rem;padding-top:1.25rem;border-top:1px solid rgba(23,35,31,.12)}.not-found-links a{min-height:44px;display:inline-flex;align-items:center;color:var(--theme-ink-650);font-size:.88rem;font-weight:700}.not-found-links a:hover,.not-found-links a:focus-visible{color:var(--brand-dark)}@media(max-width:720px){.not-found-section{padding:7rem 0 4.5rem}.not-found-section h1{font-size:2.7rem}.not-found-actions .btn{width:100%}.not-found-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0}}:root{--theme-paper-0: #FFFFFF;--theme-paper-50: #FAFBFA;--theme-paper-100: #F3F6F4;--theme-paper-200: #E2E8E5;--theme-mist-50: #F2F7F5;--theme-mist-100: #E6F1ED;--theme-mist-200: #CFE2DA;--theme-border-soft: rgba(23, 35, 31, .12);--theme-border-medium: rgba(23, 35, 31, .18);--surface-page: #FAFBFA;--surface-page-tint: #F3F7F5;--surface-card: #FFFFFF;--surface-card-muted: #F7F9F8;--surface-line: rgba(23, 35, 31, .12);--editorial-soft-band: #F5F7F6;--editorial-cta: #12746A;--editorial-cta-hover: #0D5E55;--editorial-line: #3152B7;--theme-line-quiet: #3152B7;--theme-control-bg: #FFFFFF;--theme-surface-hover: #F3F7F5;--theme-shadow-soft: 0 1px 2px rgba(23, 35, 31, .06);--theme-shadow-medium: 0 6px 18px rgba(23, 35, 31, .08);--theme-shadow-strong: 0 16px 38px rgba(23, 35, 31, .1);--r-sm: 4px;--r-md: 6px;--r-lg: 8px;--r-xl: 8px;--r-2xl: 8px;--shadow-sm: 0 1px 3px rgba(23, 35, 31, .07);--shadow-md: 0 4px 12px rgba(23, 35, 31, .07);--shadow-lg: 0 8px 22px rgba(23, 35, 31, .08);--shadow-xl: 0 12px 30px rgba(23, 35, 31, .09)}body{background:var(--surface-page)}.section{padding:clamp(4rem,6vw,5rem) 0}.section-sm{padding:clamp(3rem,4.5vw,4rem) 0}.section-header{margin-bottom:clamp(2rem,3vw,2.75rem)}.site-header{background:#fffffffa;border-bottom-color:#17231f17;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header.scrolled{border-bottom-color:#17231f24;box-shadow:0 3px 10px #17231f0f}.nav-logo-icon,.footer-brand .nav-logo-icon,.site-footer .nav-logo-icon{border-radius:6px;background:var(--theme-lapis-600);box-shadow:none;transition:none}.nav-logo:hover .nav-logo-icon{transform:none;box-shadow:none}.nav-links a{min-height:36px;border-radius:4px}.nav-cta,.btn{border-radius:6px}.nav-cta,.btn-primary,.btn-primary-lg,.btn-primary-sm{background:var(--brand)!important;border-color:var(--brand)!important;box-shadow:0 3px 9px #0d5e552b!important}.nav-cta:hover,.btn-primary:hover,.btn-primary-lg:hover,.btn-primary-sm:hover{background:var(--brand-dark)!important;border-color:var(--brand-dark)!important;box-shadow:0 5px 13px #0d5e5533!important}.btn-outline,.btn-outline-sm,.btn-white{box-shadow:none}.hamburger{border-radius:6px;background:#fff;box-shadow:none}.site-footer{background:#102d29;border-top:1px solid rgba(255,255,255,.1)}.site-footer:before{display:none}.footer-col h4{letter-spacing:0}.section-label{display:block;width:fit-content;margin-bottom:.8rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--theme-lapis-700);font-size:.8rem;font-weight:800;letter-spacing:0;text-transform:none}.section-header,.home-page .section-header,.tools-index-page .section-header{max-width:720px;margin-right:auto;margin-left:auto;text-align:center}.section-header .section-label,.page-hero>.container>.section-label{margin-right:auto;margin-left:auto}.section-header h2,.section-header .body-lg,.section-header .body-xl,.page-hero h1,.page-hero .body-lg{margin-right:auto;margin-left:auto}.section-header .body-lg,.section-header .body-xl,.page-hero .body-lg{max-width:680px}.hero,.page-hero,.tool-hero,.blog-article-hero{background:var(--surface-page-tint)}.bg-gray{background:var(--editorial-soft-band)}.bg-blue-subtle{background:var(--surface-page-tint)}.cta-section{background:#163a34}section:has(.faq-list){background:#fff}section.bg-gray:has(.faq-list){background:var(--editorial-soft-band)}.faq-item,.faq-item.open{background:#fff;box-shadow:none}.faq-item:hover,.faq-item.open{border-color:#12746a3d;box-shadow:0 3px 10px #17231f0f}.tools-index-page .tool-hero{text-align:center}.tools-index-page .tool-hero h1,.tools-index-page .tool-hero .tool-hero-sub,.tools-index-page .tool-hero .section-label{margin-right:auto;margin-left:auto}.tools-index-page .tool-hero .tool-hero-sub{max-width:680px}.card:before,.blog-card:before,.policy-card:before,.help-topic-card:before,.help-tool-card:before,.tools-index-page .tools-directory .card:before{content:none;display:none}.card,.blog-card,.related-link-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.policy-card,.policy-summary-card,.contact-panel,.contact-form-wrap,.contact-email-card,.tool-panel,.tool-section-card,.tool-prose-panel,.tool-step-card,.tool-card-row{border-color:var(--theme-border-soft);background:var(--surface-card);box-shadow:var(--theme-shadow-soft)}.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-topic-card:hover,.help-tool-card:hover,.shortcut-card:hover,.policy-card:hover,.contact-email-card:hover,.tool-panel:hover,.tool-section-card:hover,.tool-card-row:hover{border-color:#12746a42;box-shadow:var(--theme-shadow-medium)}.policy-summary-card,.contact-panel{background:var(--surface-page-tint)}.tool-output,.tool-empty{background:var(--surface-card-muted)}.editorial-index-hero,.editorial-article-header,.help-page .help-start-section,.help-page .help-docs-section,.policy-section{background:var(--surface-page)}.editorial-index-decisions,.editorial-related,.not-found-section{background:var(--editorial-soft-band)}.editorial-feature-media,.editorial-secondary-story figure,.editorial-article-media img{background:var(--surface-page-tint)}.editorial-takeaway,.help-page .help-callout{background:var(--surface-page-tint)}.np-app{background:var(--editorial-soft-band)}.np-topbar,.np-toolbar,.np-statusbar{background:#fffffffa}.np-sidebar{background:var(--surface-page-tint)}.np-main,.np-editor-panel,.np-editor{background:#fff}.home-page #features .card,.tools-index-page .section:not(.tools-directory) .card{padding:1.25rem 0 0;border:0;border-top:1px solid rgba(23,35,31,.16);border-radius:0;background:transparent;box-shadow:none}.home-page #features .card:before,.tools-index-page .section:not(.tools-directory) .card:before{content:none}.home-page #features .card h3,.tools-index-page .section:not(.tools-directory) .card h3{margin-top:0}.home-page .trust-bar{gap:0;padding:.9rem 0;border-top:1px solid rgba(23,35,31,.13);border-bottom:1px solid rgba(23,35,31,.13)}.home-page .trust-item{padding:.5rem .8rem;border:0;border-left:1px solid rgba(23,35,31,.12);border-radius:0;background:transparent;box-shadow:none}.home-page .trust-item:first-child{border-left:0}.home-page .trust-number{font-size:1rem}.home-page .why-highlights{border:0;border-radius:0;background:transparent;box-shadow:none}.home-page .why-highlight-item{padding:1rem 0;border-bottom-color:#17231f21}.home-page .why-highlight-item:hover{background:transparent}.home-page .related-link-card{min-height:0;padding:1.05rem 0;border:0;border-top:1px solid rgba(23,35,31,.15);border-radius:0;background:transparent;box-shadow:none}.home-page .related-link-card strong{min-height:0}.home-page .related-link-card:hover{border-color:#12746a52;background:transparent;box-shadow:none}.home-page .browser-badges{gap:.65rem 1.25rem}.home-page .browser-badge{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.tools-index-page .tools-directory .card{border-radius:8px;background:#fff;box-shadow:none}.tools-index-page .tools-directory .card-icon{border-radius:6px;background:#eef5f2;box-shadow:none}.tools-index-page .tools-directory .card:hover .card-icon{color:var(--theme-evergreen-700);background:#e6f0ec;border-color:#0d5e5533;box-shadow:none;transform:none}.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-topic-card:hover,.help-tool-card:hover,.shortcut-card:hover,.policy-card:hover,.contact-email-card:hover,.tool-card-row:hover,.comparison-card:hover,.testimonial-card:hover,.nav-cta:hover,.btn:hover{transform:none}@media(max-width:720px){.home-page .section-header,.tools-index-page .section-header{margin-bottom:2rem}.home-page .trust-bar{grid-template-columns:repeat(2,minmax(0,1fr))}.home-page .trust-item:nth-child(odd){border-left:0}.home-page .trust-item:nth-child(n+3){border-top:1px solid rgba(23,35,31,.12)}}.help-page .help-start-section,.help-page .help-docs-section{background:#fcfbf8}.help-page .help-start-section{padding:1.25rem 0;border-bottom:1px solid rgba(23,35,31,.12)}.help-page .help-start-grid{display:block}.help-page .help-route-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.help-page .help-route-card{min-height:50px;justify-content:flex-start;padding:.65rem 1rem;border:0;border-left:1px solid rgba(23,35,31,.13);border-radius:0;background:transparent;box-shadow:none;color:var(--theme-ink-700)}.help-page .help-route-card:first-child{border-left:0}.help-page .help-route-card:hover,.help-page .help-route-card:focus-visible{border-color:#17231f21;background:transparent;box-shadow:none;color:var(--brand-dark)}.help-page .help-side-nav{gap:0;padding-bottom:.5rem;border-bottom:1px solid rgba(23,35,31,.13)}.help-page .help-side-nav a{min-height:42px;padding:.55rem .7rem;border:0;border-radius:0;background:transparent;color:var(--theme-ink-600);font-size:.82rem;font-weight:700}.help-page .help-side-nav a:hover,.help-page .help-side-nav a:focus-visible{background:transparent;color:var(--brand-dark)}.help-page .help-doc-block{margin-bottom:3rem;padding:0 0 3rem;border:0;border-bottom:1px solid rgba(23,35,31,.14);border-radius:0;background:transparent;box-shadow:none}.help-page .help-doc-block:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}.help-page .help-kicker{margin-bottom:.65rem;color:var(--brand-dark);font-size:.78rem;font-weight:800;letter-spacing:0;text-transform:none}.help-page .help-step,.help-page .help-toolbar-map>div,.help-page .help-decision-grid>div,.help-page .help-note-grid>div,.help-page .help-best-grid>div,.help-page .help-fix-list>div,.help-page .help-usage-list>div{padding:1rem 0 0;border:0;border-top:1px solid rgba(23,35,31,.14);border-radius:0;background:transparent;box-shadow:none}.help-page .help-step span{width:auto;height:auto;justify-content:flex-start;border-radius:0;background:transparent;color:var(--brand-dark)}.help-page .help-step h3,.help-page .help-best-grid h3{margin-top:.55rem}.help-page .shortcut-card,.help-page .help-tool-card,.help-page .help-topic-card{border-radius:6px;background:#fff;box-shadow:none}.help-page .shortcut-card:hover,.help-page .help-tool-card:hover,.help-page .help-topic-card:hover,.help-page .shortcut-card:focus-within,.help-page .help-tool-card:focus-within,.help-page .help-topic-card:focus-within{box-shadow:none;transform:none}.help-page .help-callout{border:0;border-left:3px solid var(--brand);border-radius:0;background:#f1f7f4}.help-page .help-mini-sidebar{border-radius:6px;background:#f1f3ef}.help-page .help-mini-sidebar span{border-radius:4px;background:#fff}.help-page .help-process{justify-content:flex-start;margin:1.5rem 0 0}.help-page .help-process>div{min-height:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}@media(min-width:900px){.help-page .help-layout{grid-template-columns:178px minmax(0,820px);gap:3rem}.help-page .help-side-nav{padding:0 0 0 .85rem;border:0;border-left:1px solid rgba(23,35,31,.14);border-radius:0;background:transparent}.help-page .help-side-nav a{min-height:38px;padding:.45rem .6rem}}@media(max-width:720px){.help-page .help-route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.help-page .help-route-card:nth-child(odd){border-left:0}.help-page .help-route-card:nth-child(n+3){border-top:1px solid rgba(23,35,31,.13)}.help-page .help-doc-block{margin-bottom:2.4rem;padding-bottom:2.4rem}}@media(max-width:899px){.help-page .help-side-nav{display:none}}.notepad-context-section{padding:clamp(3.75rem,6vw,5rem) 0;scroll-margin-top:1rem}.notepad-context-section .two-col:has(>.notepad-context-content:only-child){grid-template-columns:minmax(0,820px);justify-content:center}.notepad-context-section .two-col:has(>.notepad-context-content:only-child) .notepad-context-content{width:100%;max-width:820px;justify-self:center;text-align:center}.notepad-context-content .section-label{width:fit-content;margin-right:auto;margin-left:auto}.notepad-context-content h2{max-width:18ch;margin-right:auto;margin-left:auto;text-wrap:balance}.notepad-context-content .body-md{max-width:760px;margin-right:auto;margin-left:auto}.notepad-context-action{display:flex;justify-content:center;margin-top:2rem}.notepad-context-action .btn{min-width:172px;justify-content:center}@media(max-width:480px){.notepad-context-action .btn{width:100%}}@media(max-width:360px){#jr-prev,#jr-next{width:44px;padding-right:0;padding-left:0;gap:0}#jr-prev span,#jr-next span{display:none}}:root{--brand: #12746A;--brand-dark: #0B5E57;--brand-light: #16877D;--brand-subtle: #EAF5F2;--accent-cobalt: #3152B7;--surface-page: #FFFFFF;--surface-page-tint: #F4F7F6;--surface-card: #FFFFFF;--surface-card-muted: #F7F9F8;--surface-line: #DDE5E1;--surface-strong-line: #C7D3CE;--editorial-soft-band: #F4F7F6;--editorial-cta: #123F39;--editorial-cta-hover: #0D332E;--text-heading: #14201C;--text-body: #42554E;--text-muted: #6B7C76;--theme-ink-950: #111A17;--theme-ink-900: #1B2924;--theme-ink-800: #293B34;--theme-ink-700: #3B5048;--theme-ink-600: #52665F;--theme-ink-500: #71817B;--theme-evergreen-800: #084B45;--theme-evergreen-700: #0B5E57;--theme-evergreen-600: #12746A;--theme-evergreen-500: #16877D;--theme-lapis-700: #253F8F;--theme-lapis-600: #3152B7;--theme-lapis-500: #4268D8;--theme-clay-600: #B95638;--theme-clay-500: #D06B49;--theme-gold-500: #C9912C;--status-success: #18745A;--status-warning: #A66C1D;--status-danger: #B33B34;--status-info: #3152B7;--control-min: 44px;--theme-paper-50: #FBFCFB;--theme-paper-100: #F4F7F6;--theme-border-soft: rgba(20, 32, 28, .12);--theme-border-medium: rgba(20, 32, 28, .19);--theme-shadow-soft: 0 1px 2px rgba(20, 32, 28, .04);--theme-shadow-medium: 0 8px 24px rgba(20, 32, 28, .07);--theme-shadow-strong: 0 18px 48px rgba(20, 32, 28, .1);--font-display: "Source Serif 4", Georgia, "Times New Roman", serif;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-prose: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--r-sm: 4px;--r-md: 6px;--r-lg: 8px;--r-xl: 8px;--r-2xl: 8px}html{scroll-behavior:smooth}body{color:var(--text-body);background:var(--surface-page);font-family:var(--font-prose);font-size:1rem;line-height:1.7}h1,h2,.h1,.h2{color:var(--text-heading);font-family:var(--font-display);font-weight:700;letter-spacing:0;text-wrap:balance}h1,.h1{font-size:clamp(2.65rem,5vw,3.85rem);line-height:1.02}h2,.h2{font-size:clamp(2rem,3.5vw,2.65rem);line-height:1.08}h3,h4,.h3,.h4,.card h3,.tool-panel h2{color:var(--text-heading);font-family:var(--font-sans);font-weight:700;letter-spacing:0}p,.body-md,.body-lg,.body-xl,.body-sm{color:var(--text-body)}.body-xl{font-size:clamp(1.08rem,1.5vw,1.2rem);line-height:1.68}.body-lg{font-size:clamp(1rem,1.25vw,1.1rem);line-height:1.68}.body-md{font-size:1rem;line-height:1.72}.body-sm{font-size:.9rem;line-height:1.65}.container{width:100%;max-width:1180px;padding-right:2rem;padding-left:2rem}.container-md{max-width:900px}.container-sm{max-width:760px}.section{padding:5rem 0}.section-sm{padding:3.75rem 0}.section-header,.home-page .section-header,.tools-index-page .section-header{max-width:760px;margin:0 auto 2.75rem;text-align:center}.section-header h2{max-width:22ch;margin:.55rem auto 0}.section-header .body-lg,.section-header .body-xl{max-width:680px;margin:.9rem auto 0}.section-label,.editorial-label,.help-kicker,.panel-label{color:var(--brand-dark);font-family:var(--font-ui);font-size:.76rem;font-weight:800;line-height:1.4;letter-spacing:0;text-transform:none}.section-label{color:var(--accent-cobalt)}.editorial-label,.help-kicker,.panel-label,.tool-hero:has(.tool-shell) .section-label{color:var(--brand-dark)}.section-label{margin-bottom:0}.section-label svg{display:none}.bg-white,.editorial-index-stories,.editorial-article-header,.editorial-index-cta,.policy-section,.help-page .help-docs-section{background:#fff}.bg-gray,.bg-blue-subtle,.editorial-index-decisions,.editorial-related,.not-found-section,.help-page .help-start-section{background:var(--surface-page-tint)}.btn,.nav-cta{min-height:44px;border-radius:6px;font-family:var(--font-ui);font-size:.92rem;font-weight:700;box-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.btn-primary,.btn-primary-lg,.btn-primary-sm,.nav-cta{color:#fff;background:var(--brand)!important;border:1px solid var(--brand)!important;box-shadow:0 3px 9px #0f766e29!important}.btn-primary:hover,.btn-primary-lg:hover,.btn-primary-sm:hover,.nav-cta:hover{color:#fff;background:var(--brand-dark)!important;border-color:var(--brand-dark)!important;box-shadow:0 5px 14px #0f766e33!important;transform:none}.btn-outline,.btn-outline-sm{color:var(--theme-ink-800);background:#fff;border:1px solid var(--surface-strong-line);box-shadow:none}.btn-outline:hover,.btn-outline-sm:hover{color:var(--brand-dark);background:var(--brand-subtle);border-color:#0f766e57;box-shadow:none;transform:none}.btn-white{color:#163a34;background:#fff;border:1px solid rgba(255,255,255,.78);box-shadow:none}.btn-white:hover{color:#0d332e;background:#f4f7f6;box-shadow:none;transform:none}.site-header{background:#fffffffa;border-bottom:1px solid rgba(20,32,28,.1);box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header.scrolled{border-bottom-color:#14201c26;box-shadow:0 4px 14px #14201c0d}.nav-inner{min-height:68px}.nav-logo{color:var(--text-heading);font-family:var(--font-ui);font-weight:800}.nav-logo-icon,.footer-brand .nav-logo-icon,.site-footer .nav-logo-icon{border-radius:6px;background:var(--brand);box-shadow:none}.nav-links{gap:.35rem}.nav-links a{min-height:36px;padding:.45rem .8rem;border-radius:4px;color:var(--theme-ink-700);font-family:var(--font-ui);font-size:.9rem;font-weight:700}.nav-links a:hover,.nav-links a.active{color:var(--brand-dark);background:var(--brand-subtle)}.tools-index-page .tools-directory .card h3{margin-top:0}.hamburger{width:44px;height:44px;align-items:center;justify-content:center;border:1px solid var(--surface-strong-line);border-radius:6px;background:#fff;box-shadow:none}.mobile-menu{padding:.55rem 1.25rem 1rem;border-bottom-color:var(--surface-line);background:#fff;box-shadow:0 10px 24px #14201c14}.mobile-menu a{min-height:46px;display:flex;align-items:center;padding:.65rem 0;color:var(--theme-ink-700);border-bottom-color:var(--surface-line);font-family:var(--font-ui)}.card,.blog-card,.related-link-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.policy-card,.policy-summary-card,.contact-panel,.contact-form-wrap,.contact-email-card,.tool-panel,.tool-section-card,.tool-step-card,.tool-card-row,.faq-item{border-color:var(--surface-line);border-radius:8px;background:#fff;box-shadow:var(--theme-shadow-soft)}.card:hover,.blog-card:hover,.related-link-card:hover,.help-route-card:hover,.help-topic-card:hover,.help-tool-card:hover,.shortcut-card:hover,.policy-card:hover,.contact-email-card:hover,.tool-panel:hover,.tool-section-card:hover,.tool-card-row:hover,.faq-item:hover{border-color:#0f766e47;box-shadow:var(--theme-shadow-medium);transform:none}.card h3,.related-link-card strong,.help-tool-card h3,.policy-card h3{font-size:1rem;line-height:1.4}.faq-list{max-width:820px}.faq-item{margin-bottom:.65rem}.faq-question{min-height:54px;padding:.9rem 1.1rem;color:var(--theme-ink-800);font-family:var(--font-ui);font-size:.92rem}.faq-answer-inner{padding:0 1.1rem 1.1rem;color:var(--text-body);font-size:.92rem;line-height:1.7}.cta-section{padding:4.5rem 0;background:#123f39}.section-cta-inner{max-width:760px;margin:0 auto;text-align:center}.section-cta-inner h2{max-width:22ch;margin:0 auto;color:#fff}.section-cta-inner .body-xl{max-width:620px;margin:.9rem auto 0;color:#ffffffb8}.section-cta-action{margin-top:1.65rem}.site-footer{padding-top:4rem;color:#ffffffad;background:#0d2d28;border-top:1px solid rgba(255,255,255,.1)}.footer-grid{gap:3rem}.footer-brand .nav-logo,.site-footer .nav-logo{color:#fff}.footer-col h4{color:#ffffffe6;font-family:var(--font-ui);font-size:.75rem;letter-spacing:0}.footer-col a,.footer-brand p,.footer-email{color:#ffffff9e}.site-footer .footer-col a:focus-visible,.site-footer .footer-email:focus-visible,.site-footer .nav-logo:focus-visible{outline:2px solid rgba(255,255,255,.82);outline-offset:4px}.home-page .hero{padding:4.75rem 0 4.5rem;overflow:visible;background:var(--surface-page-tint);border-bottom:1px solid var(--surface-line)}.home-page .hero:before,.home-page .hero:after,.home-page .hero-product-preview:before{content:none;display:none}.home-page .hero h1{max-width:22ch;font-size:clamp(3rem,5.4vw,4.15rem)}.home-page .hero .body-xl{max-width:760px;margin-top:1.25rem}.home-page .btn-group{margin-top:1.9rem}.home-page .trust-bar{max-width:800px;margin:2.25rem auto 0;padding:.8rem 0;border-top:1px solid var(--surface-strong-line);border-bottom:1px solid var(--surface-strong-line)}.home-page .trust-item{min-height:58px;padding:.45rem .9rem;border-left:1px solid var(--surface-strong-line)}.home-page .trust-number{color:var(--brand-dark);font-family:var(--font-ui);font-size:1rem;font-weight:800}.home-page .trust-label{color:var(--text-muted);font-size:.74rem}.home-page .hero-product-preview{max-width:760px;min-height:250px;margin-top:2.4rem;border-color:var(--surface-strong-line);border-radius:8px;box-shadow:var(--theme-shadow-strong)}.home-page .preview-sidebar{background:#eef5f2;border-color:var(--surface-line)}.home-page .preview-page,.home-page .preview-toolbar span{border-radius:4px}.home-page #features .card,.tools-index-page .section:not(.tools-directory) .card{padding:1.2rem 0 0;border:0;border-top:1px solid var(--surface-strong-line);border-radius:0;background:transparent;box-shadow:none}.home-page .two-col{gap:clamp(3rem,7vw,6rem)}.home-page .two-col-text h2{max-width:15ch}.home-page .why-highlights,.home-page .img-frame{border-radius:8px;box-shadow:none}.home-page .why-highlights{border-top:1px solid var(--surface-strong-line)}.home-page .why-highlight-item{padding:1.05rem 0;border-bottom:1px solid var(--surface-line)}.home-page .related-link-card{padding:1.1rem 0;border:0;border-top:1px solid var(--surface-strong-line);border-radius:0;background:transparent;box-shadow:none}.home-page .browser-badge{color:var(--text-muted);font-size:.78rem}.home-page .section:has(.browser-badges){background:#fff}.tools-index-page .tool-hero{padding:4.5rem 0 4.25rem;background:var(--surface-page-tint);border-bottom:1px solid var(--surface-line)}.tool-hero:before,.tool-hero:after{content:none;display:none}.tools-index-page .tool-hero h1{max-width:20ch;margin-top:.65rem;font-size:clamp(3rem,5vw,4rem)}.tools-index-page .tool-hero-sub{margin-top:1rem}.tools-index-page .tools-directory{padding:4.5rem 0 5rem;background:#f8faf9}.tools-index-page .tools-directory .grid-3{gap:1rem}.tools-index-page .tools-directory .card{min-height:230px;padding:1.6rem;border:1px solid var(--surface-line);border-radius:8px;background:#fff;box-shadow:none}.tools-index-page .tools-directory .card:hover{border-color:#0f766e52;box-shadow:0 8px 22px #14201c0f}.tools-index-page .tools-directory .card-icon{width:44px;height:44px;margin-bottom:1.15rem;border:1px solid #CFE2DC;border-radius:6px;color:var(--brand-dark);background:#eef6f3}.tools-index-page .tools-directory .card h3{font-size:1.05rem}.tools-index-page .tools-directory .card-link{margin-top:auto;color:var(--brand-dark)}.tools-index-page .tools-directory+.section+.section{background:var(--surface-page-tint);border-top:1px solid var(--surface-line);border-bottom:1px solid var(--surface-line)}.tool-hero:has(.tool-shell){padding:2rem 0 2.75rem;background:var(--surface-page-tint);border-bottom:1px solid var(--surface-line)}.tool-hero:has(.tool-shell)>.container{max-width:1180px}.tool-hero:has(.tool-shell) .breadcrumb{margin-bottom:1.4rem;color:var(--text-muted)}.tool-hero:has(.tool-shell)>.container>.section-label{margin-right:auto;margin-left:auto}.tool-hero:has(.tool-shell) h1{max-width:18ch;margin:.55rem auto 0;text-align:center}.tool-hero:has(.tool-shell) .tool-hero-sub{max-width:720px;margin:.85rem auto 0;text-align:center}.tool-shell{gap:1.25rem;margin-top:2.25rem;text-align:left}.tool-panel{padding:1.35rem;border:1px solid var(--surface-line);border-radius:8px;box-shadow:var(--theme-shadow-soft)}.tool-panel-head,.tool-panel-footer{border-color:var(--surface-line)}.tool-input,.tool-textarea,.tool-output,.tool-inline select,.tool-inline input[type=date],.tool-inline input[type=number]{border-color:var(--surface-strong-line);border-radius:6px;background:#fff}.tool-input:focus,.tool-textarea:focus,.tool-output:focus{border-color:#0f766e85;box-shadow:0 0 0 3px #0f766e1a}.tool-hero~.section .grid-3{gap:1rem}.tool-hero~.section .grid-3>.card{padding:1.4rem;border:1px solid var(--surface-line);border-radius:8px;box-shadow:none}.tool-hero~.section .grid-3>.card:hover{border-color:#0f766e47;box-shadow:var(--theme-shadow-medium)}.tool-hero~.section .card-icon{width:40px;height:40px;border-radius:6px;background:var(--brand-subtle);box-shadow:none}.tool-step-list{max-width:900px;gap:.85rem}.tool-step-list:before{content:none;display:none}.tool-step-card{grid-template-columns:2.5rem minmax(0,1fr);gap:1rem;padding:1.35rem;border:1px solid var(--surface-line);border-radius:8px;background:#fff;box-shadow:none}.tool-step-card:after{content:none;display:none}.tool-step-number{width:2.35rem;height:2.35rem;border-radius:6px;color:var(--brand-dark);background:var(--brand-subtle)}.tool-prose-panel{max-width:820px;margin:0 auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.related-tools-section .related-link-card{min-height:0;border-radius:8px;box-shadow:none}.editorial-blog-index,.editorial-blog-detail{background:#fff}.editorial-index-stories{padding:4.75rem 0 5.25rem}.editorial-section-heading{max-width:820px;display:block;margin:0 auto 3rem;text-align:center}.editorial-section-heading .editorial-label{display:block}.editorial-section-heading h1,.editorial-section-heading h2{max-width:17ch;margin:.65rem auto 0;font-size:clamp(2.75rem,5vw,3.75rem);line-height:1.04}.editorial-section-heading>p{max-width:680px;margin:1rem auto 0;font-size:1.06rem;line-height:1.7}.editorial-story-layout{grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);gap:3rem}.editorial-feature-media,.editorial-secondary-story figure,.editorial-article-media img{border-color:var(--surface-line);border-radius:8px;background:var(--surface-page-tint)}.editorial-feature-media{aspect-ratio:16 / 10}.editorial-feature-copy h3{max-width:19ch;font-size:clamp(2rem,3vw,2.5rem)}.editorial-secondary-stories{border-top-color:var(--surface-strong-line)}.editorial-secondary-story{grid-template-columns:155px minmax(0,1fr);gap:1.1rem;padding:1.25rem 0;border-bottom-color:var(--surface-line)}.editorial-secondary-story h3{font-size:1.32rem}.editorial-index-decisions{padding:4.75rem 0 5rem;border-color:var(--surface-line)}.editorial-simple-heading{margin-bottom:2.25rem}.editorial-decision-grid{gap:2rem}.editorial-decision{border-top-color:var(--surface-strong-line)}.editorial-index-cta{padding:4rem 0;border-color:var(--surface-line)}.editorial-article-header{padding:2.6rem 0 2.5rem}.editorial-article-toolbar{padding-bottom:1rem;border-bottom-color:var(--surface-line)}.editorial-article-header h1{max-width:21ch;margin-top:2rem;font-size:clamp(3rem,5vw,3.8rem);line-height:1.03}.editorial-article-dek{max-width:740px;margin-top:1rem;font-size:1.15rem}.editorial-article-media{max-width:1040px}.editorial-article-media img{aspect-ratio:16 / 8}.editorial-article-layout{max-width:1080px;grid-template-columns:200px minmax(0,700px);gap:4.25rem;padding-top:4.25rem;padding-bottom:5.5rem}.editorial-article-rail nav{border-top-color:var(--surface-strong-line)}.editorial-article-rail nav a{border-bottom-color:var(--surface-line)}.editorial-article-content{color:var(--theme-ink-700);font-size:1.0625rem;line-height:1.82}.editorial-article-content>.editorial-article-lede{color:var(--theme-ink-800);font-size:1.27rem}.editorial-takeaway{padding:1.4rem 1.5rem;border:1px solid #CFE0DA;border-radius:8px;background:#f1f7f4}.editorial-article-content h2{margin-top:3rem;font-size:2rem}.editorial-article-action{border-color:var(--surface-strong-line)}.editorial-related-story{border-color:var(--surface-line);border-radius:8px;box-shadow:none}.help-page .page-hero{padding:3.25rem 0 3rem;background:var(--surface-page-tint);border-bottom:1px solid var(--surface-line)}.help-page .page-hero h1{max-width:19ch;margin-right:auto;margin-left:auto}.help-page .help-start-section{padding:0;border-bottom:1px solid var(--surface-line)}.help-page .help-route-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.help-page .help-route-card{min-height:64px;justify-content:center;padding:.8rem 1rem;border:0;border-left:1px solid var(--surface-line);border-radius:0;background:transparent;box-shadow:none;text-align:center}.help-page .help-docs-section{padding:4.75rem 0 5.5rem}.help-page .help-layout{align-items:start}.help-page .help-side-nav{border-left-color:var(--surface-strong-line)}.help-page .help-side-nav a{border-radius:4px}.help-page .help-side-nav a:hover,.help-page .help-side-nav a:focus-visible{background:var(--brand-subtle)}.help-page .help-doc-block{margin-bottom:3.5rem;padding-bottom:3.5rem;border-bottom-color:var(--surface-line)}.help-page .help-doc-block h2{font-size:clamp(1.9rem,3vw,2.35rem)}.help-page .shortcut-card,.help-page .help-tool-card,.help-page .help-topic-card{border-color:var(--surface-line);border-radius:8px;box-shadow:none}.help-page .help-callout{border-left:3px solid var(--brand);background:#f1f7f4}.page-hero{padding:3.5rem 0 3.25rem;background:var(--surface-page-tint);border-bottom:1px solid var(--surface-line)}.page-hero h1{max-width:20ch;margin-top:.65rem}.page-hero .body-lg{max-width:720px;margin-top:1rem}.policy-hero-pills{gap:0 1.5rem;margin-top:1.6rem}.policy-hero-pills>span{min-height:36px;padding:0;border:0;border-radius:0;color:var(--theme-ink-700);background:transparent;box-shadow:none}.policy-hero-pills>span svg{color:var(--brand)}.contact-layout{max-width:1040px;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:2rem;align-items:start;margin:0 auto}.contact-panel{padding:1.5rem 0 0;border:0;border-top:1px solid var(--surface-strong-line);border-radius:0;background:transparent;box-shadow:none}.contact-tip-list{gap:0;margin-top:1.1rem}.contact-panel .contact-tip-list>div{padding:.9rem 0;border:0;border-top:1px solid var(--surface-line);border-radius:0;background:transparent}.contact-email-card{padding:1rem 0;border:0;border-top:1px solid var(--surface-line);border-radius:0;background:transparent;box-shadow:none}.contact-form-wrap{padding:1.5rem;border:1px solid var(--surface-line);border-radius:8px;box-shadow:none}.form-group label{color:var(--theme-ink-800);font-size:.84rem;letter-spacing:0}.form-group input,.form-group textarea,.form-group select{border-color:var(--surface-strong-line);border-radius:6px}.form-disclaimer{color:var(--text-muted);font-size:.78rem;line-height:1.6}.policy-layout{max-width:1040px;grid-template-columns:180px minmax(0,1fr);gap:2.5rem;margin:0 auto}.policy-side{border-color:var(--surface-line);border-radius:8px;box-shadow:none}.policy-summary-card{border:1px solid #D3E2DD;border-radius:8px;background:#f2f7f5;box-shadow:none}.policy-card-grid{gap:1rem}.policy-card{padding:1.35rem;border:1px solid var(--surface-line);border-radius:8px;box-shadow:none}.np-app{padding:.75rem 1rem 1rem;background:#f3f6f5}.np-topbar{width:100%;max-width:1440px;min-width:0;margin:0 auto .7rem;padding:0 0 .7rem;border-bottom:1px solid var(--surface-line)}.np-heading{color:#12352f;font-family:var(--font-ui);font-weight:800}.np-home-link,.np-top-btn,.np-top-btn-primary,.np-sidebar-btn,.np-select,.np-tb,.np-color-wrap,.np-status-btn{border-color:var(--surface-line);border-radius:6px;background:#fff;box-shadow:none}.np-top-actions{min-width:0}.np-autosave-badge{flex-shrink:0;color:var(--text-muted)}.np-main{width:100%;max-width:1440px;margin:0 auto;border:1px solid var(--surface-line);border-radius:8px;box-shadow:0 10px 28px #14201c0f}.np-sidebar{background:#f5f8f7}.np-sidebar-search,.np-page-sort,.np-page-views,.np-page-item,.np-deleted-tray,.np-page-menu{border-radius:6px;box-shadow:none}.np-page-item.active{background:#eaf4f1;border-color:#d4e6e0}.np-toolbar-ribbon{padding:.65rem .8rem;border-bottom-color:var(--surface-line);background:#fff}.np-select,.np-tb,.np-color-wrap{border-radius:6px}.np-editor{padding:2.35rem clamp(2rem,5vw,4.25rem);color:#25352f;font-size:1rem;line-height:1.75}.np-editor:empty:before{color:#7b8b85}.np-statusbar{min-height:52px;padding:.55rem .8rem;border-top-color:var(--surface-line);background:#fff}.np-statusbar-left,.np-statusbar-right{min-width:0;gap:.5rem}.np-statusbar-right{margin-left:auto}.np-status-btn{background:transparent}.not-found-section{padding:6rem 0 5rem}.not-found-inner{max-width:700px}.not-found-inner h1{max-width:14ch;font-size:clamp(3rem,6vw,4.5rem)}@media(max-width:1040px){.editorial-story-layout{grid-template-columns:minmax(0,1fr)}.editorial-secondary-stories{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-layout,.policy-layout{gap:1.75rem}.np-top-actions .np-top-btn span{display:none}}@media(max-width:860px){.container{padding-right:1.5rem;padding-left:1.5rem}.section{padding:4rem 0}.contact-layout,.policy-layout{grid-template-columns:minmax(0,1fr)}.contact-panel{max-width:none}.policy-side{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;overflow:visible;border-radius:6px}.policy-side a{min-height:44px;padding:.65rem .9rem;border:0;border-right:1px solid var(--surface-line);border-bottom:1px solid var(--surface-line);border-radius:0;white-space:normal}.editorial-article-layout{grid-template-columns:minmax(0,1fr);gap:2.5rem}}@media(max-width:720px){.container{padding-right:1.25rem;padding-left:1.25rem}h1,.h1{font-size:clamp(2.35rem,11vw,3rem);line-height:1.04}h2,.h2{font-size:clamp(1.85rem,8vw,2.3rem);line-height:1.08}.section{padding:3.75rem 0}.section-sm{padding:3rem 0}.section-header{margin-bottom:2rem}.nav-inner{min-height:64px}.nav-logo{font-size:1rem}.site-footer{padding-top:3rem}.site-footer .footer-grid{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr) minmax(0,1fr);gap:2rem 1rem}.site-footer .footer-brand{grid-column:1 / -1;max-width:320px}.site-footer .footer-col{min-width:0}.site-footer .footer-col a{font-size:.8rem}.site-footer .footer-bottom{margin-top:2.5rem}.home-page .hero{padding:2.75rem 0 3.25rem}.home-page .hero h1{max-width:none;font-size:clamp(2.45rem,11vw,3rem)}.home-page .hero .body-xl{margin-top:1.15rem;font-size:1rem;line-height:1.72}.home-page .btn-group{margin-top:1.65rem}.home-page .btn-group .btn{width:100%}.home-page .trust-bar{margin-top:1.75rem}.home-page .trust-item{min-height:60px}.home-page .hero-product-preview{margin-top:2rem}.home-page .two-col{gap:2.5rem}.tools-index-page .tool-hero{padding:2.75rem 0 3rem}.tools-index-page .tool-hero h1{max-width:none;font-size:clamp(2.45rem,11vw,3rem)}.tools-index-page .tools-directory{padding:3.25rem 0 3.75rem}.tools-index-page .tools-directory .card{min-height:0;padding:1.35rem}.tool-hero:has(.tool-shell){padding:1.5rem 0 2.25rem}.tool-hero:has(.tool-shell) .breadcrumb{margin-bottom:1.2rem}.tool-hero:has(.tool-shell) h1,.tool-hero:has(.tool-shell) .tool-hero-sub{text-align:left}.tool-hero:has(.tool-shell) h1,.tool-hero:has(.tool-shell) .tool-hero-sub,.tool-hero:has(.tool-shell)>.container>.section-label{margin-right:0;margin-left:0}.tool-shell{margin-top:1.75rem}.tool-panel{padding:1rem}.tool-step-card{grid-template-columns:2.25rem minmax(0,1fr);padding:1.1rem}.tool-step-number{width:2.15rem;height:2.15rem}.editorial-index-stories{padding:3rem 0 4rem}.editorial-section-heading{margin-bottom:2.25rem;text-align:left}.editorial-section-heading h1,.editorial-section-heading h2,.editorial-section-heading>p{margin-right:0;margin-left:0}.editorial-section-heading h1,.editorial-section-heading h2{max-width:15ch;font-size:clamp(2.35rem,11vw,3rem)}.editorial-story-layout{gap:2.25rem}.editorial-feature-copy h3{font-size:2rem}.editorial-secondary-stories{grid-template-columns:minmax(0,1fr)}.editorial-secondary-story{grid-template-columns:112px minmax(0,1fr);gap:.9rem}.editorial-article-header{padding:1.5rem 0 2rem}.editorial-article-header h1{margin-top:1.45rem;font-size:clamp(2.35rem,11vw,3rem)}.editorial-article-dek{font-size:1rem}.editorial-article-media img{aspect-ratio:16 / 10}.editorial-article-layout{gap:2rem;padding-top:2.75rem;padding-bottom:4rem}.editorial-article-rail nav{grid-template-columns:minmax(0,1fr)}.editorial-article-content h2{font-size:1.75rem}.help-page .page-hero,.page-hero{padding:2.35rem 0 2.6rem}.help-page .help-route-grid{grid-template-columns:minmax(0,1fr)}.help-page .help-route-card{min-height:50px;justify-content:flex-start;border-left:0;border-top:1px solid var(--surface-line);text-align:left}.help-page .help-route-card:first-child{border-top:0}.help-page .help-docs-section{padding:3.5rem 0 4rem}.help-page .help-doc-block{margin-bottom:2.75rem;padding-bottom:2.75rem}.policy-hero-pills{justify-content:center;gap:.65rem 1.1rem}.policy-hero-pills>span{min-height:32px;font-size:.82rem}.contact-form-wrap{padding:1.1rem}.policy-card-grid{grid-template-columns:minmax(0,1fr)}.np-app{padding:.65rem .75rem .75rem}.np-topbar{margin-bottom:.55rem;padding-bottom:.55rem}.np-main{border-radius:8px}.np-toolbar-ribbon{padding:.55rem .6rem}.np-editor{padding:2rem 1.5rem}.np-statusbar{padding:.5rem .65rem}.np-statusbar-left,.np-statusbar-right{gap:.25rem}.np-status-btn{padding-right:.3rem;padding-left:.3rem}.not-found-section{padding:4.5rem 0 4rem}}@media(max-width:420px){.container{padding-right:1rem;padding-left:1rem}.nav-logo-icon{width:32px;height:32px}.home-page .hero h1,.tools-index-page .tool-hero h1,.editorial-section-heading h1,.editorial-article-header h1{font-size:2.35rem}.policy-hero-pills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.policy-hero-pills>span{justify-content:center}.policy-hero-pills>span:last-child:nth-child(odd){grid-column:1 / -1}body:has(.contact-layout) .policy-hero-pills{max-width:230px;grid-template-columns:minmax(0,1fr);margin-right:auto;margin-left:auto}body:has(.contact-layout) .policy-hero-pills>span,body:has(.contact-layout) .policy-hero-pills>span:last-child:nth-child(odd){grid-column:auto;justify-content:flex-start}.editorial-secondary-story{grid-template-columns:96px minmax(0,1fr)}.editorial-secondary-story h3{font-size:1.12rem}.np-app{padding-right:.5rem;padding-left:.5rem}.np-heading{font-size:1.12rem}.np-editor{padding:1.75rem 1.25rem}}:root{--product-heading: var(--font-ui);--product-surface: #F6F8F7;--product-surface-strong: #EEF3F1;--product-border: #D9E2DE;--product-border-strong: #C4D0CB;--product-shadow: 0 10px 30px rgba(17, 26, 23, .07)}.section-label,.panel-label,.help-kicker,.editorial-label{color:var(--brand-dark);font-family:var(--font-ui);font-weight:800;letter-spacing:0}.btn,.btn-primary-lg,.btn-primary-sm,.btn-outline,.btn-outline-sm,.nav-cta{border-radius:6px;font-family:var(--font-ui);font-weight:750;letter-spacing:0}.btn-primary-lg,.nav-cta{min-height:46px;box-shadow:0 4px 12px #12746a29}.btn:hover,.nav-cta:hover{transform:none}.card,.blog-card,.related-link-card,.help-route-card,.help-topic-card,.help-tool-card,.shortcut-card,.policy-card,.policy-summary-card,.contact-form-wrap,.tool-panel,.tool-section-card,.tool-step-card,.tool-card-row,.faq-item,.np-main{border-radius:8px}.home-page .hero h1,.home-page .section-header h2,.home-page .two-col-text h2,.home-page .popular-tools-header h2,.home-page .section-cta-inner h2,.tools-index-page .tool-hero h1,.tools-index-page .section-header h2,.tools-index-page .card h3,main[id$=-app] .tool-hero h1,main[id$=-app] .section h2,main[id$=-app] .section h3,main[id$=-app] .tool-shell h2,main[id$=-app] .tool-shell h3,.page-hero h1,.help-page .help-doc-block h2,.help-page .help-doc-block h3,.help-page .help-tool-card strong,.contact-layout h2,.policy-layout h2,.policy-layout h3,.policy-summary-card h2,.not-found-section h1,.not-found-section h2,.section-cta-inner h2{font-family:var(--product-heading);font-weight:750;letter-spacing:0}.home-page .hero h1{max-width:16ch;font-size:4rem;line-height:1.02}.home-page .section-header h2,.home-page .two-col-text h2,.home-page .popular-tools-header h2,.home-page .section-cta-inner h2,.tools-index-page .section-header h2,.section-cta-inner h2{font-size:2.45rem;line-height:1.12}.tools-index-page .tool-hero h1{max-width:19ch;font-size:3.7rem;line-height:1.04}main[id$=-app] .tool-hero h1{width:fit-content;margin-right:auto;margin-left:auto;font-size:3.25rem;line-height:1.05}.page-hero h1{font-size:3.1rem;line-height:1.08}.help-page .help-doc-block h2,main[id$=-app] .section h2,.policy-layout h2,.contact-layout h2{font-size:2rem;line-height:1.18}.tools-index-page .card h3,.policy-card h3,.help-page .help-doc-block h3{font-size:1rem;line-height:1.45}.home-page .hero,.tools-index-page .tool-hero,main[id$=-app] .tool-hero,.help-page .page-hero,.page-hero{background:var(--product-surface)}main[id$=-app] .tool-hero>.container{text-align:center}main[id$=-app] .tool-hero .breadcrumb{text-align:left}main[id$=-app] .tool-hero>.container>.section-label{width:fit-content;margin-right:auto;margin-left:auto;justify-content:center}main[id$=-app] .tool-hero>.container>.body-lg,main[id$=-app] .tool-hero-sub{max-width:760px;margin-right:auto;margin-left:auto}main[id$=-app] .tool-shell{text-align:left}.home-page .hero-product-preview,.home-page .preview-heading,.home-page .device-visual,.tool-panel,.tool-panel-head,.tool-panel-footer,.tool-actions,.checklist-workspace,.checklist-template-panel,.checklist-template-panel .tool-panel-head,.contact-tip-list svg,.contact-email-card svg,.policy-card>svg,.policy-summary-card>svg,.tool-hero~.section .card-icon svg,.related-link-card>svg,.app-dialog,.modal-btn-save{background-image:none}.related-link-card>svg{background:var(--brand-subtle);box-shadow:none}.app-dialog{border-color:var(--product-border);background:#fff}.modal-btn-save{background:var(--brand);box-shadow:none}.home-page .hero-product-preview{background:#fff;box-shadow:var(--product-shadow)}.home-page .preview-heading{width:46%;background:var(--brand)}.home-page .preview-check span{background:#dce8e4}.home-page .device-visual{background:var(--product-surface-strong)}.home-page .hero .body-xl{max-width:720px;font-size:1.08rem;line-height:1.75}.home-page .trust-bar{max-width:760px}.home-page .trust-item{min-height:54px}.tools-index-page .tools-directory{background:#fff}.tools-index-page .tools-directory .grid-3{gap:.9rem}.tools-index-page .tools-directory .card{min-height:205px;padding:1.35rem;border-color:var(--product-border);background:#fff}.tools-index-page .tools-directory .card-icon{width:40px;height:40px;margin-bottom:.95rem;border-color:#c9ddd6;background:var(--brand-subtle)}.tools-index-page .tools-directory .card p{margin-top:.55rem;color:var(--text-body);line-height:1.6}.tools-index-page .tools-directory .card-link{min-height:32px;margin-top:1rem;padding-top:0;font-weight:750}.tool-panel,.checklist-workspace,.checklist-template-panel{border-color:var(--product-border);background:#fff;box-shadow:0 4px 16px #111a170b}main[id$=-app] .tool-panel{background:#fff!important;background-image:none!important}main[id$=-app] .two-col-text>div{padding:0;border:0;background:transparent!important;background-image:none!important;box-shadow:none}main[id$=-app] .tool-step-card,main[id$=-app] .comparison-card{border-color:var(--product-border);background:#fff!important;background-image:none!important;box-shadow:none}main[id$=-app] .comparison-card.is-featured{border-color:#b8d5cc;background:var(--brand-subtle)!important}main[id$=-app] .related-link-card>svg{background:var(--brand-subtle)!important;background-image:none!important;box-shadow:none}.tool-panel-head,.tool-panel-footer,.tool-actions,.checklist-actions,.checklist-template-panel .tool-panel-head{background:#fff}.tool-shell h2,.tool-shell h3,.cl-title,.cl-tpl-btn strong{font-family:var(--font-ui);letter-spacing:0}.cl-title{font-size:1rem;font-weight:750}.cl-templates{gap:0}.cl-tpl-btn{min-height:66px;padding:.8rem .15rem;border:0;border-top:1px solid var(--surface-line);border-radius:0;background:transparent;box-shadow:none}.cl-tpl-btn:last-child{border-bottom:1px solid var(--surface-line)}.cl-tpl-btn:hover,.cl-tpl-btn:focus-visible{border-color:var(--surface-line);background:var(--brand-subtle);box-shadow:none;transform:none}.cl-tpl-btn strong{font-size:.95rem;font-weight:750}.cl-tpl-btn small{margin-top:.18rem;color:var(--text-muted)}.checklist-note{border-color:var(--surface-line);border-radius:6px;background:var(--product-surface)}.contact-panel .contact-tip-list>div>svg,.contact-email-card>svg,.policy-card>svg{width:19px;height:19px;flex:0 0 19px;padding:0;border:0;border-radius:0;color:var(--brand);background:transparent;box-shadow:none}.policy-summary-card>svg{color:var(--brand);background:transparent;box-shadow:none}.contact-panel .contact-tip-list>div{gap:.75rem}.contact-form-wrap,.policy-side,.policy-card,.policy-summary-card{border-color:var(--product-border);box-shadow:none}.policy-summary-card{border-left:3px solid var(--brand);background:var(--product-surface)}.policy-card{padding:1.25rem}.help-page .help-doc-block{margin-bottom:3rem;padding-bottom:3rem}.help-page .help-step h3,.help-page .help-best-grid h3,.help-page .help-tool-card strong,.help-page .shortcut-card strong{font-family:var(--font-ui);font-weight:750;letter-spacing:0}.np-app{background:#f2f5f4}.np-main{border-color:var(--product-border);box-shadow:0 8px 24px #111a170e}.np-sidebar{background:#f5f7f6}.np-heading,.np-sidebar-title,.np-note-title,.np-statusbar{font-family:var(--font-ui);letter-spacing:0}@media(max-width:900px){.home-page .hero h1{font-size:3.25rem}.tools-index-page .tool-hero h1{font-size:3.15rem}main[id$=-app] .tool-hero h1,.page-hero h1{font-size:2.7rem}}@media(max-width:640px){.home-page .hero{padding-top:3rem}.home-page .hero h1,.tools-index-page .tool-hero h1,main[id$=-app] .tool-hero h1,.page-hero h1{font-size:2.4rem;line-height:1.08}.home-page .section-header h2,.home-page .two-col-text h2,.home-page .popular-tools-header h2,.home-page .section-cta-inner h2,.tools-index-page .section-header h2,.section-cta-inner h2,.help-page .help-doc-block h2,main[id$=-app] .section h2,.policy-layout h2,.contact-layout h2{font-size:1.85rem;line-height:1.18}.tools-index-page .tools-directory{padding-top:3.25rem}.tools-index-page .tools-directory .card{min-height:0;padding:1.3rem 1.4rem}.tools-index-page .tools-directory .card-icon{margin-bottom:.8rem}.tools-index-page .tools-directory .card-link{margin-top:.95rem}.policy-summary-card{padding:1.25rem}.cl-tpl-btn{min-height:62px}}@media(prefers-reduced-motion:reduce){.btn,.nav-cta,.card,.cl-tpl-btn,.tool-panel{transition:none}}.nav-logo{gap:.65rem;font-size:.96rem;font-weight:750}.nav-logo-icon,.footer-brand .nav-logo-icon,.site-footer .nav-logo-icon{position:relative;width:30px;height:30px;flex:0 0 30px;overflow:hidden;border:1.5px solid #176F64;border-radius:6px;color:#176f64;background:#fff;box-shadow:none;font-size:0;line-height:0;transition:border-color .15s ease,background-color .15s ease}.nav-logo-icon:before{content:"";position:absolute;top:8px;left:10px;width:11px;height:2px;border-radius:1px;color:currentColor;background:currentColor;box-shadow:0 5px 0 currentColor,0 10px 0 currentColor}.nav-logo-icon:after{content:"";position:absolute;top:5px;bottom:5px;left:5px;width:2px;border-radius:1px;background:#3159b7}.nav-logo:hover .nav-logo-icon{border-color:#0e5149;background:#f3f8f6;box-shadow:none;transform:none}.site-footer .nav-logo-icon,.footer-brand .nav-logo-icon{border-color:#8dc5ba;color:#ddf2ed;background:transparent}.site-footer .nav-logo-icon:after,.footer-brand .nav-logo-icon:after{background:#91a8e8}.site-footer .nav-logo:hover .nav-logo-icon,.footer-brand .nav-logo:hover .nav-logo-icon{border-color:#b6ddd5;background:#ffffff0d}main h1,main h2{max-width:none!important;white-space:normal;text-wrap-mode:wrap!important;text-wrap-style:auto!important}.home-page .hero h1{width:100%;max-width:none;margin-right:auto;margin-left:auto;font-size:3.2rem;font-weight:760;line-height:1.08}.home-page .hero .body-xl{max-width:760px}.home-page .section{padding-top:4.75rem;padding-bottom:4.75rem}.home-page .section-header,.home-page .popular-tools-header{width:100%;max-width:840px;margin-right:auto;margin-left:auto}.home-page .section-header h2,.home-page .popular-tools-header h2,.home-page .section-cta-inner h2,.tools-index-page .section-header h2,.section-cta-inner h2{max-width:none;font-size:2.12rem;line-height:1.18}.home-page .two-col{gap:4.5rem}.home-page .two-col-text{width:100%;max-width:none!important}.home-page .two-col-text h2{max-width:none;font-size:1.6rem;line-height:1.22}.home-page .two-col-text p:first-of-type{margin-top:1.15rem}.home-page .two-col-text .btn{margin-top:1.5rem}.tools-index-page .tool-hero h1{width:100%;max-width:none;font-size:3.15rem;line-height:1.09}main[id$=-app] .tool-hero h1{width:100%;max-width:none;font-size:2.9rem;line-height:1.1}.page-hero h1{width:100%;max-width:none;font-size:2.85rem;line-height:1.12}.blog-index-page .blog-hero h1,.blog-article-page .blog-article-hero h1,.article-page .blog-article-hero h1{max-width:none;text-wrap:wrap}@media(min-width:960px){.home-page .two-col{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}}@media(max-width:959px){.home-page .two-col{grid-template-columns:minmax(0,1fr);gap:2.75rem}}@media(max-width:900px){.home-page .hero h1,.tools-index-page .tool-hero h1{font-size:2.75rem}main[id$=-app] .tool-hero h1,.page-hero h1{font-size:2.5rem}}@media(max-width:640px){.nav-logo{gap:.55rem;font-size:.9rem}.nav-logo-icon,.footer-brand .nav-logo-icon,.site-footer .nav-logo-icon{width:28px;height:28px;flex-basis:28px}.nav-logo-icon:before{top:7px;left:9px;width:11px}.home-page .hero h1,.tools-index-page .tool-hero h1,main[id$=-app] .tool-hero h1,.page-hero h1{font-size:2.08rem;line-height:1.14}.home-page .section{padding-top:3.5rem;padding-bottom:3.5rem}.home-page .section-header h2,.home-page .popular-tools-header h2,.home-page .section-cta-inner h2,.tools-index-page .section-header h2,.section-cta-inner h2,.help-page .help-doc-block h2,main[id$=-app] .section h2,.policy-layout h2,.contact-layout h2{font-size:1.68rem;line-height:1.22}.home-page .two-col-text h2{font-size:1.55rem;line-height:1.22}}
