.arb-loading-screen{position:fixed;inset:0;z-index:9999;background:#f5f5f5;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .6s ease}.arb-loading-screen.fade-out{opacity:0;pointer-events:none}.arb-loading-center{display:flex;flex-direction:column;align-items:center}.arb-orbit-spinner{position:relative;width:64px;height:64px;margin-bottom:1.25rem}.arb-orbit-track{position:absolute;inset:0;border:2px solid #d4d4d4;border-radius:50%}.arb-orbit-dot{position:absolute;inset:0;animation:arb-orbit 1.4s linear infinite}.arb-orbit-dot:before{content:"";position:absolute;top:50%;left:50%;width:14px;height:14px;margin:-7px 0 0 -7px;background:#5a5a5a;border-radius:50%;transform:translateY(-25px)}@keyframes arb-orbit{to{transform:rotate(360deg)}}.arb-loading-text{color:#3a3a3a;font-size:.9375rem;font-weight:500;letter-spacing:-.01em}.arb-loading-dots{display:flex;gap:6px;margin-top:.625rem}.arb-dot{width:6px;height:6px;border-radius:50%;background:#b0b0b0;animation:arb-dot-pulse 1.4s ease-in-out infinite}.arb-dot:nth-child(2){animation-delay:.2s}.arb-dot:nth-child(3){animation-delay:.4s}@keyframes arb-dot-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.arb-secure-badge{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.75rem;background:#fff;padding:.75rem 1.25rem;border-radius:.75rem;box-shadow:0 2px 16px #00000014}.arb-secure-icon{width:32px;height:32px;flex-shrink:0}.arb-secure-title{font-size:.875rem;font-weight:600;color:#1a1a1a;line-height:1.2}.arb-secure-sub{font-size:.75rem;color:#888;line-height:1.2}.arb-cta-wrap{padding:1.5rem 0}.arb-cta-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;padding:2.5rem 2rem;background:linear-gradient(to right bottom,#0f3e28,#7d8680);color:#fff;border-radius:1rem;text-decoration:none;overflow:hidden;box-shadow:0 20px 45px -15px #092d1c8c;transition:all .5s ease-out}.arb-cta-btn:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 24px 55px -18px #0a321fa6}.arb-cta-content{position:relative;z-index:10;display:inline-flex;align-items:center;gap:1rem}.arb-cta-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;transition:transform .5s}.arb-cta-icon svg{width:40px;height:40px}.arb-cta-btn:hover .arb-cta-icon{transform:rotate(12deg) scale(1.1)}.arb-cta-label{font-size:1.5rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;transition:letter-spacing .3s}@media(min-width:640px){.arb-cta-label{font-size:1.875rem}}.arb-cta-btn:hover .arb-cta-label{letter-spacing:.1em}.arb-cta-shine{position:absolute;inset:0;z-index:20;width:200%;background:linear-gradient(to right,transparent,rgba(255,255,255,.15),transparent);transform:translate(-100%) skew(-12deg);pointer-events:none;animation:arb-shine 3s ease-in-out infinite}@keyframes arb-shine{0%{transform:translate(-100%) skew(-12deg)}to{transform:translate(100%) skew(-12deg)}}.arb-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background:linear-gradient(to right bottom,#fff,#f6f6f6);border-top:3px solid #0f3e28;box-shadow:0 -8px 30px #0000001f;transform:translateY(100%);opacity:0;transition:transform .4s ease,opacity .4s ease;pointer-events:none}.arb-sticky-bar.visible{transform:translateY(0);opacity:1;pointer-events:auto}.arb-sticky-inner{max-width:72rem;margin:0 auto;padding:1rem .75rem;display:flex;align-items:center;gap:.75rem}@media(min-width:768px){.arb-sticky-inner{padding:1.25rem 1rem;gap:1.25rem}}.arb-sticky-info{width:40%;min-width:0}.arb-sticky-label{font-size:.75rem;color:#6b7280;line-height:1.4;margin:0}@media(min-width:768px){.arb-sticky-label{font-size:.875rem}}.arb-sticky-title{font-size:.875rem;font-weight:900;color:#111827;line-height:1.25;margin:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:768px){.arb-sticky-title{font-size:1.25rem}}@media(min-width:1024px){.arb-sticky-title{font-size:1.5rem}}.arb-sticky-btn{position:relative;width:60%;display:inline-flex;align-items:center;justify-content:center;padding:1.25rem 1rem;background:linear-gradient(to right,#0f3e28,#0e3b26);color:#fff;border-radius:1rem;text-decoration:none;overflow:hidden;border:2px solid rgba(255,255,255,.2);box-shadow:0 10px 25px -5px #00000040;transition:all .5s;animation:arb-pulse-glow 2s ease-in-out infinite}@media(min-width:768px){.arb-sticky-btn{padding:1.5rem 2rem}}.arb-sticky-btn:hover{transform:scale(1.03);box-shadow:0 20px 40px -10px #00000059}@keyframes arb-pulse-glow{0%,to{box-shadow:0 10px 25px -5px #00000040,0 0 #00a87a66}50%{box-shadow:0 10px 25px -5px #00000040,0 0 0 8px #00a87a00}}.arb-sticky-btn-content{position:relative;z-index:10;display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.arb-sticky-btn-content{gap:.75rem}}.arb-sticky-btn-text{font-size:.875rem;font-weight:900;text-transform:uppercase;letter-spacing:.05em;line-height:1.25}@media(min-width:768px){.arb-sticky-btn-text{font-size:1.125rem}}@media(min-width:1024px){.arb-sticky-btn-text{font-size:1.375rem}}.arb-sticky-btn-arrow{width:1.5rem;height:1.5rem;transition:all .5s;flex-shrink:0}@media(min-width:768px){.arb-sticky-btn-arrow{width:2rem;height:2rem}}.arb-sticky-btn:hover .arb-sticky-btn-arrow{transform:translate(8px) scale(1.1)}.arb-sticky-btn-shine{position:absolute;inset:0;z-index:20;width:200%;background:linear-gradient(to right,transparent,rgba(255,255,255,.3),transparent);transform:translate(-100%) skew(-12deg);pointer-events:none;animation:arb-shine 3s ease-in-out infinite}.arb-sticky-btn-hover-glow{position:absolute;inset:0;z-index:0;background:linear-gradient(to right,#fff0,#ffffff1a,#fff0);opacity:0;transition:opacity .5s;pointer-events:none}.arb-sticky-btn:hover .arb-sticky-btn-hover-glow{opacity:1}.arb-features-list{display:flex;flex-direction:column;gap:1rem;padding:1rem 0}.arb-feature-row{display:flex;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem;text-align:left;transition:box-shadow .2s}.arb-feature-row:hover{box-shadow:0 4px 12px #00000014}.arb-feature-icon{width:44px;height:44px;flex-shrink:0;background:#eef7fc;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#39a3d1;font-size:1.25rem;margin-top:.125rem}.arb-feature-info{flex:1;min-width:0}.arb-feature-title{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:.25rem}.arb-feature-desc{font-size:.875rem;color:#6b7280;line-height:1.6}.arb-feature-desc p{margin:0}.arb-feature-desc strong{color:#374151;font-weight:600}.arb-feature-desc a{color:#39a3d1;text-decoration:underline}.arb-pros-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.arb-pros-item{display:flex;align-items:flex-start;gap:.75rem;font-size:1rem;color:#374151}.arb-pros-check{flex-shrink:0;width:24px;height:24px;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#059669;font-size:.75rem;font-weight:700;margin-top:.125rem}.arb-pros-text{flex:1;line-height:1.6}.arb-pros-text p{margin:0}.arb-pros-text strong{color:#1f2937;font-weight:600}.arb-pros-text a{color:#39a3d1;text-decoration:underline}.arb-expanded-layout{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto;padding:2rem 1rem}@media(min-width:1024px){.arb-expanded-layout{grid-template-columns:220px 1fr 280px;padding:2rem}}.arb-toc{display:none}@media(min-width:1024px){.arb-toc{display:block;position:sticky;top:2rem;max-height:calc(100vh - 4rem);overflow-y:auto}}.arb-toc-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;margin-bottom:.75rem}.arb-toc-list{list-style:none;padding:0;margin:0}.arb-toc-list li{margin-bottom:.25rem}.arb-toc-list a{display:block;padding:.375rem .75rem;font-size:.8125rem;color:#6b7280;text-decoration:none;border-left:2px solid transparent;transition:all .15s;line-height:1.4}.arb-toc-list a:hover,.arb-toc-list a.active{color:#39a3d1;border-left-color:#39a3d1;background:#f0f9ff}.arb-sidebar-right{display:none}@media(min-width:1024px){.arb-sidebar-right{display:block}}.arb-sidebar-section{position:sticky;top:2rem}.arb-sidebar-title{font-size:.875rem;font-weight:700;color:#1f2937;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.arb-related-card{display:flex;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6;text-decoration:none}.arb-related-card:last-child{border-bottom:none}.arb-related-img{width:80px;height:60px;object-fit:cover;border-radius:.375rem;flex-shrink:0}.arb-related-title{font-size:.8125rem;font-weight:500;color:#374151;line-height:1.4;transition:color .15s}.arb-related-card:hover .arb-related-title{color:#39a3d1}.ad-container{margin:1.5rem 0;min-height:100px;display:flex;align-items:center;justify-content:center}.arb-intro-hero{max-width:800px;margin:0 auto;padding:2rem 1rem;text-align:center}.arb-intro-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:1rem;line-height:1.2}@media(min-width:640px){.arb-intro-title{font-size:2.5rem}}.arb-intro-text{font-size:1.125rem;color:#4b5563;line-height:1.7;margin-bottom:2rem}.arb-intro-text p{margin:0 0 1rem}.arb-intro-text p:last-child{margin-bottom:0}.arb-intro-text strong{color:#374151;font-weight:600}.arb-intro-text a{color:#39a3d1;text-decoration:underline}.arb-intro-text h2,.arb-intro-text h3{color:#1f2937;font-weight:700;margin:1.5rem 0 .75rem}.arb-intro-text h2{font-size:1.5rem}.arb-intro-text h3{font-size:1.25rem}.arb-intro-text ul,.arb-intro-text ol{padding-left:1.5rem;margin:.75rem 0}.arb-intro-text li{margin-bottom:.25rem}.arb-intro-image{width:100%;max-width:720px;margin:0 auto 2rem;border-radius:.75rem;aspect-ratio:16/9;object-fit:cover}.arb-section{padding:2rem 0}.arb-section-title{font-size:1.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:1.5rem}.arb-expanded-content{min-width:0}.arb-expanded-content .prose{max-width:none}.arb-page-padding{padding-bottom:80px}
