:root{--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--radius-xl: 32px;--radius-full: 999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .05);--shadow-md: 0 4px 20px rgba(0, 0, 0, .07);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .09);--container: 1200px}html,body{background:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body)}body.taquad-shell{-ms-overflow-style:none;scrollbar-width:none}body.taquad-shell::-webkit-scrollbar{width:0;height:0}.taquad-shell .container{max-width:var(--container);margin:0 auto;padding:0 24px}.taquad-shell .taquad-content-nav-width{max-width:var(--container)}.taquad-shell .btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 24px;font-family:var(--font-body);font-size:.9rem;font-weight:600;border-radius:var(--radius-sm);transition:all .25s cubic-bezier(.16,1,.3,1);white-space:nowrap;border:0;text-decoration:none}.taquad-shell .btn svg{width:16px;height:16px;flex-shrink:0}.taquad-shell .btn-dark{background:var(--bg-dark);background-color:var(--bg-dark);background-image:none;color:var(--text-inverse)!important;box-shadow:0 2px 8px #00000026}.taquad-shell .btn-dark *,.taquad-shell .btn-dark:hover,.taquad-shell .btn-dark:hover *{color:var(--text-inverse)!important}.taquad-shell .btn-dark:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}.taquad-shell .btn-outline{background:transparent;background-color:#fdf6ecb8;background-image:none;color:var(--text-primary);border:1.5px solid var(--border)}.taquad-shell .btn-outline:hover{border-color:var(--text-primary);transform:translateY(-2px)}.taquad-shell .btn:focus-visible{outline:0;box-shadow:0 0 0 4px #c8964e1f}.taquad-shell .btn-sm{padding:10px 20px;font-size:.82rem}.taquad-shell .nav{position:fixed;top:0;right:0;left:0;z-index:1000;background:rgba(250,249,247,.97);border-bottom:1px solid var(--border-light)}.taquad-shell .nav.scrolled{border-bottom-color:var(--border-light)}.taquad-shell .nav-inner{max-width:var(--container);margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:72px;gap:20px}.taquad-shell .nav-logo{font-family:var(--font-heading);font-weight:800;font-size:1.4rem;color:var(--text-primary);letter-spacing:-.02em;text-decoration:none;flex-shrink:0}.taquad-shell .nav-logo span{color:var(--accent)}.taquad-shell .nav-center{display:flex;align-items:center;justify-content:center;gap:clamp(24px,3vw,40px);flex:1;position:static;left:auto;transform:none;min-width:0}.taquad-shell .nav-center-freelancer{gap:8px}.taquad-shell .nav-link{display:inline-flex;align-items:center;min-height:38px;font-size:.86rem;font-weight:800;color:#1f1f1f;transition:color .2s ease;text-decoration:none;white-space:nowrap}.taquad-shell .nav-link-strong{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:var(--text-primary);padding:8px 10px;border-radius:10px}.taquad-shell .nav-link-strong.is-active{color:#fff;background:var(--bg-dark)}.taquad-shell .nav-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--accent);color:#fff;font-size:.7rem;font-weight:700}.taquad-shell .nav-dropdown{position:relative}.taquad-shell .nav-dropdown:after{content:"";position:absolute;top:100%;right:0;left:0;height:14px;pointer-events:auto}.taquad-shell .nav-dropdown-trigger{display:inline-flex;align-items:center;gap:4px;padding:9px 10px;border:0;background:transparent;color:var(--text-secondary);font-size:.87rem;font-weight:600;border-radius:10px;transition:background-color .2s ease,color .2s ease;cursor:pointer}.taquad-shell .nav-dropdown-trigger:hover,.taquad-shell .nav-dropdown-trigger:focus-visible,.taquad-shell .nav-dropdown-trigger.is-active{color:var(--text-primary);background:rgba(12,12,12,.06);outline:none}.taquad-shell .nav-dropdown-caret{width:16px;height:16px;transition:transform .2s ease}.taquad-shell .nav-dropdown-menu{position:absolute;top:calc(100% + 10px);inset-inline-start:0;min-width:240px;max-width:290px;border-radius:14px;border:1px solid rgba(255,255,255,.08);background:#0f1114;box-shadow:0 18px 40px #00000040;padding:8px;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:60}.taquad-shell .nav-dropdown:hover .nav-dropdown-menu,.taquad-shell .nav-dropdown:focus-within .nav-dropdown-menu,.taquad-shell .nav-dropdown.is-open .nav-dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.taquad-shell .nav-dropdown:hover .nav-dropdown-caret,.taquad-shell .nav-dropdown:focus-within .nav-dropdown-caret,.taquad-shell .nav-dropdown.is-open .nav-dropdown-caret{transform:rotate(180deg)}.taquad-shell .nav-dropdown-item{display:flex;align-items:center;justify-content:space-between;gap:10px;border-radius:10px;padding:10px 12px;text-decoration:none;color:#ffffffdb;font-size:.88rem;font-weight:600;transition:background-color .15s ease,color .15s ease}.taquad-shell .nav-dropdown-item:hover,.taquad-shell .nav-dropdown-item.is-active{background:rgba(255,255,255,.08);color:#fff}.taquad-shell .nav-dropdown-heading{margin:8px 6px 4px;padding-top:8px;border-top:1px solid rgba(255,255,255,.08);color:#ffffff80;font-size:.68rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.taquad-shell .nav-dropdown-external{width:14px;height:14px;color:#ffffffb3;flex-shrink:0}.taquad-shell .nav-link:hover{color:var(--accent)}.taquad-shell .nav-link.is-active{color:#111}.taquad-shell .nav-blog-dropdown{position:static}.taquad-shell .nav-blog-dropdown:after{content:"";position:fixed;top:50px;right:0;left:0;z-index:998;height:24px;pointer-events:none}.taquad-shell .nav-blog-dropdown:hover:after,.taquad-shell .nav-blog-dropdown:focus-within:after,.taquad-shell .nav-blog-dropdown.is-open:after{pointer-events:auto}.taquad-shell .nav-blog-trigger{display:inline-flex;align-items:center;gap:7px;padding:9px 0;border-radius:0}.taquad-shell .nav-blog-trigger.is-active,.taquad-shell .nav-blog-dropdown:hover .nav-blog-trigger,.taquad-shell .nav-blog-dropdown:focus-within .nav-blog-trigger,.taquad-shell .nav-blog-dropdown.is-open .nav-blog-trigger{color:var(--text-primary);background:transparent}.taquad-shell .nav-blog-caret{width:15px;height:15px;transition:transform .2s ease}.taquad-shell .nav-blog-dropdown:hover .nav-blog-caret,.taquad-shell .nav-blog-dropdown:focus-within .nav-blog-caret,.taquad-shell .nav-blog-dropdown.is-open .nav-blog-caret{transform:rotate(180deg)}.taquad-shell .nav-blog-mega{position:fixed;top:72px;right:0;left:0;z-index:999;color:#fff;background:rgba(5,5,5,.98);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:0 24px 60px #00000038;opacity:0;transform:translateY(-10px);pointer-events:none;transition:opacity .18s ease,transform .22s cubic-bezier(.16,1,.3,1)}.taquad-shell .nav-blog-dropdown:hover .nav-blog-mega,.taquad-shell .nav-blog-dropdown:focus-within .nav-blog-mega,.taquad-shell .nav-blog-dropdown.is-open .nav-blog-mega{opacity:1;transform:translateY(0);pointer-events:auto}.taquad-shell .nav-blog-mega-inner{max-width:var(--container);margin:0 auto;padding:34px 24px 38px;display:grid;grid-template-columns:minmax(260px,1.05fr) minmax(160px,.55fr) minmax(420px,1.45fr);gap:54px;direction:rtl}.taquad-shell .nav-blog-kicker,.taquad-shell .nav-blog-col-title{margin:0 0 14px;color:#ffffff8a;font-size:.72rem;font-weight:800;letter-spacing:0}.taquad-shell .nav-blog-headline{display:block;max-width:360px;color:#fff;font-size:clamp(1.45rem,2vw,2rem);font-weight:800;line-height:1.35;text-decoration:none}.taquad-shell .nav-blog-headline:hover{color:var(--accent-light)}.taquad-shell .nav-blog-copy{max-width:390px;margin:14px 0 22px;color:#ffffffa3;font-size:.88rem;line-height:1.85}.taquad-shell .nav-blog-cta{display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:.86rem;font-weight:800;text-decoration:none}.taquad-shell .nav-blog-cta:hover{color:var(--accent-light)}.taquad-shell .nav-blog-links{display:grid;align-content:start;gap:9px}.taquad-shell .nav-blog-links a{display:block;color:#ffffffe0;font-size:.88rem;font-weight:800;line-height:1.7;text-decoration:none;transition:color .16s ease,transform .16s ease}.taquad-shell .nav-blog-links a:hover{color:var(--accent-light);transform:translate(-3px)}.taquad-shell .nav-blog-latest{min-width:0}.taquad-shell .nav-blog-latest-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:10px}.taquad-shell .nav-blog-latest-head a{color:#ffffff94;font-size:.76rem;font-weight:800;text-decoration:none}.taquad-shell .nav-blog-latest-head a:hover{color:#fff}.taquad-shell .nav-blog-post{display:grid;grid-template-columns:74px minmax(0,1fr);gap:14px;align-items:center;padding:10px;border-radius:14px;color:inherit;text-decoration:none;transition:background-color .16s ease,transform .16s ease}.taquad-shell .nav-blog-post:hover{background:rgba(255,255,255,.08);transform:translateY(-1px)}.taquad-shell .nav-blog-post-img{width:74px;aspect-ratio:1.2;overflow:hidden;border-radius:12px;background:rgba(255,255,255,.08)}.taquad-shell .nav-blog-post-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.taquad-shell .nav-blog-post-body{min-width:0;display:grid;gap:4px}.taquad-shell .nav-blog-post-meta{color:#ffffff80;font-size:.68rem;font-weight:700;line-height:1.5}.taquad-shell .nav-blog-post-title{color:#fff;font-size:.9rem;font-weight:800;line-height:1.55}.taquad-shell .nav-blog-empty{display:block;padding:18px;border-radius:14px;color:#ffffffb8;background:rgba(255,255,255,.06);font-size:.86rem;font-weight:700;text-decoration:none}.taquad-shell .nav-public-dropdown .nav-blog-mega{top:72px;bottom:0;border:0;background:rgba(18,18,18,.32);color:#202020;box-shadow:none}.taquad-shell .nav-public-dropdown .nav-blog-mega-inner{width:min(calc(100vw - 48px),1240px);max-width:none;min-height:0;margin:10px auto 0;padding:0;overflow:hidden;display:grid;gap:0;border:1px solid rgba(20,20,20,.06);border-radius:8px;background:#fff;box-shadow:0 28px 80px #0000002e;direction:rtl;align-content:start}.taquad-shell .nav-blog-mega-inner-feature{grid-template-columns:minmax(0,1fr) minmax(360px,420px);grid-template-rows:minmax(0,1fr) auto}.taquad-shell .nav-blog-mega-inner-resources{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto}.taquad-shell .nav-mega-content{grid-column:1;padding:38px 56px 42px}.taquad-shell .nav-public-dropdown .nav-blog-kicker,.taquad-shell .nav-public-dropdown .nav-blog-col-title{margin:0 0 24px;padding-bottom:16px;border-bottom:1px solid rgba(20,20,20,.12);color:#6d6d6d;font-size:.72rem;font-weight:900;letter-spacing:0;white-space:nowrap}.taquad-shell .nav-mega-link-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));-moz-column-gap:58px;column-gap:58px;row-gap:24px}.taquad-shell .nav-mega-rich-link,.taquad-shell .nav-resource-link{display:grid;gap:6px;color:#202020;text-decoration:none}.taquad-shell .nav-mega-rich-link strong,.taquad-shell .nav-resource-link strong{color:#202020;font-size:.98rem;font-weight:900;line-height:1.45;overflow-wrap:normal;text-wrap:balance}.taquad-shell .nav-mega-rich-link span,.taquad-shell .nav-resource-link span{color:#666;font-size:.86rem;font-weight:600;line-height:1.65}.taquad-shell .nav-mega-rich-link:hover strong,.taquad-shell .nav-resource-link:hover{color:var(--accent-dark)}.taquad-shell .nav-mega-feature-card{grid-column:2;grid-row:1;position:relative;min-height:548px;display:block;overflow:hidden;color:#fff;text-decoration:none;isolation:isolate}.taquad-shell .nav-mega-feature-card img{width:100%;height:100%;min-height:548px;display:block;-o-object-fit:cover;object-fit:cover}.taquad-shell .nav-mega-feature-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.74))}.taquad-shell .nav-mega-feature-card span{position:absolute;z-index:2;right:34px;bottom:34px;display:inline-flex;align-items:center;gap:8px;color:#fff;font-size:.92rem;font-weight:900}.taquad-shell .nav-resources-columns{width:100%;box-sizing:border-box;justify-self:stretch;grid-column:1 / -1;padding:38px 64px 44px;display:grid;grid-template-columns:repeat(3,minmax(250px,1fr));gap:clamp(32px,4vw,64px);align-items:start}.taquad-shell .nav-resources-column{display:grid;align-content:start;gap:16px;min-width:0}.taquad-shell .nav-public-mega-inner{width:min(calc(100vw - 64px),1120px);margin-top:12px}.taquad-shell .nav-public-menu-columns{min-height:0;padding:34px 44px 36px}.taquad-shell .nav-public-menu-columns .nav-resource-link{min-width:0;min-height:72px;padding:11px 14px 12px;border:1px solid transparent;border-radius:8px;background:transparent;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.taquad-shell .nav-public-menu-columns .nav-resource-link:hover{border-color:#c8964e29;background:rgba(253,246,236,.7);transform:translate(-3px)}.taquad-shell .nav-public-menu-columns .nav-resource-link strong{white-space:nowrap}.taquad-shell .nav-mega-footer{grid-column:1 / -1;min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 62px;border-top:1px solid rgba(200,150,78,.12);background:#fff1d8}.taquad-shell .nav-mega-footer-links{display:flex;align-items:center;gap:0}.taquad-shell .nav-mega-footer-links a{padding:0 14px;border-inline-start:1px solid rgba(20,20,20,.16);color:#1d1d1d;font-size:.76rem;font-weight:800;text-decoration:none}.taquad-shell .nav-mega-footer-links a:first-child{padding-inline-start:0;border-inline-start:0}.taquad-shell .nav-mega-close{display:inline-flex;align-items:center;gap:8px;color:#1d1d1d;border:0;background:transparent;font-size:.78rem;font-weight:800}.taquad-shell .nav-end{display:flex;align-items:center;gap:12px}.taquad-shell .nav-icon-group{display:inline-flex;align-items:center;gap:8px}.taquad-shell .nav-icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:rgba(15,23,42,.05);color:var(--text-primary);text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease}.taquad-shell .nav-icon-link:hover,.taquad-shell .nav-icon-link.is-active{background:rgba(15,23,42,.1);color:var(--accent);transform:translateY(-1px)}.taquad-shell .nav-icon-link i{font-size:1.15rem}.taquad-shell .nav-icon-badge{position:absolute;top:-4px;inset-inline-end:-4px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--accent);color:#fff;font-size:.62rem;font-weight:700;line-height:1;box-shadow:0 6px 18px #c8964e4d}.taquad-shell .nav-user-dropdown{position:relative}.taquad-shell .nav-user-trigger{gap:8px;padding:4px 6px 4px 4px;border-radius:999px;background:rgba(255,255,255,.75);border:1px solid rgba(15,23,42,.08);color:var(--text-primary)}.taquad-shell .nav-user-trigger:hover,.taquad-shell .nav-user-trigger:focus-visible,.taquad-shell .nav-user-dropdown.is-open .nav-user-trigger{background:#fff;border-color:#0f172a1f;color:var(--text-primary)}.taquad-shell .nav-user-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;overflow:hidden;background:rgba(15,23,42,.08);flex-shrink:0}.taquad-shell .nav-user-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.taquad-shell .nav-user-avatar-lg{width:48px;height:48px}.taquad-shell .nav-user-fallback{font-size:.85rem;font-weight:800;color:var(--text-primary)}.taquad-shell .nav-user-kebab{font-size:1.05rem;color:var(--text-secondary)}.taquad-shell .nav-user-menu{inset-inline-start:auto;inset-inline-end:0;min-width:260px;max-width:300px;background:rgba(255,255,255,.98);border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 44px #0f172a24;padding:10px}.taquad-shell .nav-user-card{display:flex;align-items:center;gap:12px;padding:4px 4px 12px;margin-bottom:8px;border-bottom:1px solid rgba(15,23,42,.08)}.taquad-shell .nav-user-card-copy{min-width:0}.taquad-shell .nav-user-name{font-size:.92rem;font-weight:800;color:var(--text-primary);margin:0}.taquad-shell .nav-user-role{font-size:.75rem;font-weight:600;color:var(--text-tertiary);margin:4px 0 0}.taquad-shell .nav-user-menu-item{color:var(--text-primary)}.taquad-shell .nav-user-menu-item:hover,.taquad-shell .nav-user-menu-item.is-active{background:rgba(15,23,42,.06);color:var(--text-primary)}.taquad-shell .nav-user-menu-label{display:inline-flex;align-items:center;gap:10px}.taquad-shell .nav-user-menu-label i{font-size:1rem;color:var(--text-secondary)}.taquad-shell .nav-user-menu-item.is-danger,.taquad-shell .nav-user-menu-item.is-danger .nav-user-menu-label i{color:#b42318}.taquad-shell .nav-login{font-size:.86rem;font-weight:600;color:var(--text-primary);padding:8px 16px;text-decoration:none}.taquad-shell .mobile-toggle{display:none;width:44px;height:44px;align-items:center;justify-content:center;cursor:pointer;border:0;background:transparent}.taquad-shell .mobile-toggle span,.taquad-shell .mobile-toggle span:before,.taquad-shell .mobile-toggle span:after{display:block;width:22px;height:2px;background:var(--text-primary);transition:.3s;content:""}.taquad-shell .mobile-toggle span{position:relative}.taquad-shell .mobile-toggle span:before{position:absolute;top:-7px;right:0}.taquad-shell .mobile-toggle span:after{position:absolute;top:7px;right:0}.taquad-shell .nav-mobile-panel{position:absolute;top:calc(100% + 10px);right:16px;left:16px;max-height:calc(100vh - 92px);max-height:calc(100dvh - 92px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius-md);background:rgba(255,255,255,.98);box-shadow:var(--shadow-lg);opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:1001;padding:14px 14px max(18px,calc(env(safe-area-inset-bottom) + 18px));scrollbar-gutter:stable both-edges}.taquad-shell .nav-mobile-panel[hidden]{display:none!important}.taquad-shell .nav-mobile-links{display:grid;gap:8px}.taquad-shell .nav-mobile-link{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;font-size:.9rem;font-weight:600;color:var(--text-primary);border-radius:var(--radius-sm);text-decoration:none;transition:background-color .2s ease,color .2s ease}.taquad-shell .nav-mobile-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.taquad-shell .nav-mobile-link-muted{color:var(--text-secondary);font-size:.82rem;font-weight:700;padding-inline-start:18px}.taquad-shell .nav-mobile-group-title{margin:8px 6px 0;color:var(--text-tertiary);font-size:.67rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.taquad-shell .nav-mobile-subheading{margin:6px 8px 0;color:var(--text-tertiary);font-size:.68rem;font-weight:700}.taquad-shell .nav-mobile-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:var(--bg-dark);color:#fff;font-size:.68rem;font-weight:700}.taquad-shell .nav-mobile-divider{height:1px;background:var(--border);margin:12px 0}.taquad-shell .nav-mobile-actions{display:grid;gap:8px}.taquad-shell .nav-mobile-login{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;font-size:.88rem;font-weight:600;border-radius:var(--radius-sm);border:1px solid var(--border);color:var(--text-primary);text-decoration:none}.taquad-shell .nav-mobile-cta{display:inline-flex;align-items:center;justify-content:center;padding:11px 14px;font-size:.88rem;font-weight:700;border-radius:var(--radius-sm);background:var(--bg-dark);color:var(--text-inverse);text-decoration:none}.taquad-shell .nav-mobile-main,.taquad-shell .nav-mobile-subpanel{min-height:100%;display:flex;flex-direction:column}.taquad-shell .nav-mobile-main[hidden],.taquad-shell .nav-mobile-subpanel[hidden]{display:none!important}.taquad-shell .nav-mobile-link-button{width:100%;border:0;background:transparent;text-align:inherit}.taquad-shell .nav-mobile-utility{margin-top:auto;display:flex;align-items:center;justify-content:center;gap:0;padding:14px 12px calc(14px + env(safe-area-inset-bottom));border-top:1px solid rgba(200,150,78,.14);background:#fff1d8}.taquad-shell .nav-mobile-utility a{padding:0 11px;border-inline-start:1px solid rgba(20,20,20,.15);color:#1d1d1d;font-size:.7rem;font-weight:900;text-decoration:none;white-space:nowrap}.taquad-shell .nav-mobile-utility a:first-child{border-inline-start:0}.taquad-shell .nav-mobile-subhead{min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto 38px;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid var(--border);background:#fff}.taquad-shell .nav-mobile-back,.taquad-shell .nav-mobile-close{border:0;background:transparent;color:#1d1d1d}.taquad-shell .nav-mobile-back{min-width:0;display:inline-flex;align-items:center;gap:8px;font-size:.84rem;font-weight:900}.taquad-shell .nav-mobile-back i{font-size:.95rem}.taquad-shell .nav-mobile-demo{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:999px;background:#111;color:#fff;font-size:.78rem;font-weight:900;text-decoration:none}.taquad-shell .nav-mobile-close{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem}.taquad-shell .nav-mobile-sublist{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:18px 16px 30px;-webkit-overflow-scrolling:touch}.taquad-shell .nav-mobile-rich-link{display:grid;gap:5px;padding:10px 0;color:#1f1f1f;text-decoration:none}.taquad-shell .nav-mobile-rich-link strong{font-size:.9rem;font-weight:900;line-height:1.5}.taquad-shell .nav-mobile-rich-link span{color:#666;font-size:.78rem;font-weight:600;line-height:1.55}.taquad-shell .nav.mobile-open .nav-mobile-panel{opacity:1;transform:translateY(0);pointer-events:auto}.taquad-shell .nav.mobile-open .mobile-toggle span{background:transparent}.taquad-shell .nav.mobile-open .mobile-toggle span:before{top:0;transform:rotate(45deg)}.taquad-shell .nav.mobile-open .mobile-toggle span:after{top:0;transform:rotate(-45deg)}.taquad-shell .taquad-main{padding-top:70px;width:100%;margin-inline:auto}.taquad-shell .taquad-main.no-offset{padding-top:0}.taquad-shell .dashboard-crumb-shell{width:100%;max-width:var(--container);margin:0 auto;padding:14px 24px 8px}.taquad-shell .dashboard-breadcrumb{border:0;background:transparent;box-shadow:none}.taquad-shell .dashboard-breadcrumb-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;color:#8a96a8;font-size:.88rem;font-weight:600;line-height:1.6}.taquad-shell .dashboard-breadcrumb-item{display:inline-flex;align-items:center;gap:8px}.taquad-shell .dashboard-breadcrumb-separator{color:#c5cbd6;font-size:.75rem}.taquad-shell .dashboard-breadcrumb-link{color:#7f8ca1;text-decoration:none;transition:color .2s ease}.taquad-shell .dashboard-breadcrumb-link:hover{color:var(--accent-dark)}.taquad-shell .dashboard-breadcrumb-current{color:#111827;font-weight:800}.taquad-shell .dashboard-shell-content>:first-child{margin-top:0!important}.taquad-shell .dashboard-shell-content>div.relative.w-full>div{padding-top:1rem!important}.taquad-shell .taquad-front-page-shell{width:100%;max-width:1500px;margin-inline:auto;padding:1.5rem 1rem 3rem}.taquad-shell .taquad-front-page-offset,.taquad-shell .taquad-front-hero{padding-top:1.5rem}.taquad-shell .footer{padding:64px 24px 40px;border-top:1px solid var(--border);background:var(--bg-primary);color:var(--text-primary);margin-top:40px}.taquad-shell .footer-inner{max-width:var(--container);margin:0 auto}.taquad-shell .footer-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding-bottom:28px}.taquad-shell .footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:48px;margin-bottom:48px}.taquad-shell .footer-logo{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;color:var(--text-primary);margin-bottom:14px}.taquad-shell .footer-logo span{color:var(--accent)}.taquad-shell .footer-brand p{font-size:.84rem;color:var(--text-secondary);line-height:1.7;max-width:300px;margin-bottom:20px}.taquad-shell .footer-social{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:10px}.taquad-shell .footer-social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);background:rgba(255,255,255,.72);text-decoration:none;transition:transform .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease}.taquad-shell .footer-social a:hover{transform:translateY(-2px);border-color:var(--accent);background:rgba(200,150,78,.1);color:var(--accent-dark)}.taquad-shell .footer-social i{font-size:1.15rem}.taquad-shell .footer-col h3,.taquad-shell .footer-col h4{font-family:var(--font-heading);font-size:.82rem;font-weight:700;color:var(--text-primary);margin-bottom:18px;text-transform:uppercase;letter-spacing:.06em}.taquad-shell .footer-col a{display:block;font-size:.84rem;color:var(--text-secondary);margin-bottom:12px;text-decoration:none;transition:color .2s}.taquad-shell .footer-col a:hover{color:var(--text-primary)}.taquad-shell .footer-mega{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px;padding:32px 0;margin-bottom:8px;border-top:1px solid var(--border-light)}.taquad-shell .footer-mega-col h3{font-family:var(--font-heading);font-size:.82rem;font-weight:800;color:var(--text-primary);margin-bottom:16px}.taquad-shell .footer-link-grid{display:grid;gap:10px}.taquad-shell .footer-link-grid a{color:var(--text-secondary);font-size:.82rem;line-height:1.5;text-decoration:none;transition:color .2s}.taquad-shell .footer-link-grid a:hover{color:var(--accent-dark)}.taquad-shell .footer-bottom{display:flex;align-items:center;justify-content:space-between;padding-top:32px;border-top:1px solid var(--border-light);gap:24px}.taquad-shell .footer-bottom p,.taquad-shell .footer-bottom-links a{font-size:.78rem;color:var(--text-secondary)}.taquad-shell .footer-bottom-links{display:flex;gap:18px;flex-wrap:wrap}.taquad-shell .footer-bottom-links a{text-decoration:none;transition:color .2s}.taquad-shell .footer-bottom-links a:hover{color:var(--text-primary)}.taquad-shell .footer-payments{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.taquad-shell .footer-payments-logos{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.taquad-shell .footer-payment-logo{width:auto;max-width:56px;height:24px;display:block;-o-object-fit:contain;object-fit:contain}.taquad-shell .reader-toc{position:sticky;top:72px;z-index:35;width:100%;color:#fff;background:rgba(12,12,12,.97);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.12);box-shadow:0 12px 30px #0c0c0c29}.taquad-shell .reader-toc-inner{max-width:var(--container);margin:0 auto;padding:0 24px}.taquad-shell .reader-toc-trigger{width:100%;min-height:56px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;padding:0;border:0;background:transparent;color:inherit;font-family:var(--font-body);text-align:inherit;cursor:pointer}.taquad-shell .reader-toc-kicker{font-size:.72rem;font-weight:800;color:#ffffff9e;white-space:nowrap}.taquad-shell .reader-toc-current{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;font-weight:800;color:#fff}.taquad-shell .reader-toc-caret{width:18px;height:18px;color:#ffffffd1;transition:transform .2s ease}.taquad-shell .reader-toc.is-open .reader-toc-caret{transform:rotate(180deg)}.taquad-shell .reader-toc-panel{padding:2px 0 20px}.taquad-shell .reader-toc-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2px 28px;list-style:none;padding:0;margin:0}.taquad-shell .reader-toc-link{display:block;min-width:0;padding:9px 0;color:#ffffff9e;font-size:.86rem;font-weight:700;line-height:1.55;text-decoration:none;border-inline-end:2px solid transparent;transition:color .15s ease,border-color .15s ease,padding-inline-end .15s ease}.taquad-shell .reader-toc-link:hover,.taquad-shell .reader-toc-link.active{color:#fff;border-inline-end-color:var(--accent);padding-inline-end:12px}@media (max-width: 1024px){html.mobile-menu-open,html.mobile-menu-open body{overflow:hidden}.taquad-shell .nav-inner{padding:0 16px;height:68px}.taquad-shell .nav-center,.taquad-shell .nav-blog-mega{display:none}.taquad-shell .nav-mobile-panel{top:100%;right:0;left:0;width:100vw;height:calc(100vh - 68px);height:calc(100dvh - 68px);max-height:none;padding:0;border:0;border-top:1px solid var(--border);border-radius:0;background:#fff;box-shadow:none;scrollbar-gutter:auto}.taquad-shell .nav-mobile-links{gap:0;padding:18px 16px 12px}.taquad-shell .nav-mobile-link{min-height:44px;padding:0;border-bottom:1px solid var(--border);border-radius:0;font-size:.94rem;font-weight:900}.taquad-shell .nav-mobile-link:hover{background:transparent}.taquad-shell .nav-mobile-actions{padding:0 16px 14px}.taquad-shell .nav-mobile-login{min-height:40px;border-radius:999px}.taquad-shell .footer-grid{grid-template-columns:1fr 1fr;gap:32px}.taquad-shell .footer-mega{grid-template-columns:1fr 1fr}.taquad-shell .taquad-main{padding-top:82px}.taquad-shell .reader-toc{top:68px}.taquad-shell .dashboard-shell-content>:first-child{margin-top:0!important}}@media (min-width: 640px){.taquad-shell .taquad-front-page-shell{padding-top:2rem;padding-inline:1.5rem}.taquad-shell .taquad-front-page-offset,.taquad-shell .taquad-front-hero{padding-top:2rem}}@media (max-width: 768px){.taquad-shell .nav-center{display:none}.taquad-shell .footer-grid{grid-template-columns:1fr;gap:28px}.taquad-shell .footer-topline{flex-direction:column;align-items:stretch;padding-bottom:32px}.taquad-shell .footer-social{justify-content:flex-start}.taquad-shell .footer-mega{grid-template-columns:1fr;gap:24px}.taquad-shell .footer-bottom{flex-direction:column;gap:14px;text-align:center}.taquad-shell .footer-bottom-links,.taquad-shell .footer-payments,.taquad-shell .footer-payments-logos{justify-content:center}.taquad-shell .taquad-main{padding-top:82px}.taquad-shell .dashboard-crumb-shell{padding:10px 16px 6px}.taquad-shell .nav-end{gap:8px}.taquad-shell .nav-user-menu{min-width:min(280px,calc(100vw - 32px))}.taquad-shell .reader-toc-inner{padding:0 16px}.taquad-shell .reader-toc-trigger{min-height:54px;grid-template-columns:minmax(0,1fr) auto;gap:12px}.taquad-shell .reader-toc-kicker{display:none}.taquad-shell .reader-toc-panel{max-height:min(62vh,420px);overflow-y:auto;-webkit-overflow-scrolling:touch}.taquad-shell .reader-toc-list{grid-template-columns:1fr;gap:0;padding-bottom:4px}.taquad-shell .reader-toc-link{padding:10px 0;font-size:.84rem}}@media (max-width: 520px){.taquad-shell .nav-login{display:none}.taquad-shell .nav-end .btn{display:inline-flex;font-size:.78rem;padding:10px 14px}.taquad-shell .nav-icon-group{gap:6px}.taquad-shell .nav-icon-link{width:38px;height:38px;border-radius:12px}.taquad-shell .nav-user-trigger{padding:3px 4px 3px 3px}.taquad-shell .nav-user-avatar{width:34px;height:34px}.taquad-shell .mobile-toggle{display:inline-flex}}@media (max-width: 420px){.taquad-shell .nav-end .btn{display:none}}@media (min-width: 1024px){.taquad-shell .taquad-front-page-shell{padding-inline:2rem;padding-bottom:6rem}}
