.app-footer{position:relative;width:100%;background-color:#000022;border-top:1px solid rgba(242,242,255,.2);z-index:50}.app-footer-container{width:100%;padding:2rem 1.5rem}.app-footer-content{max-width:72rem;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}.app-footer-brand{font-family:var(--nillion-font-heading);font-size:1rem;line-height:1.5rem;color:#F2F2FF}.app-footer-links{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.app-footer-link{font-size:.875rem;line-height:1.25rem;color:#F2F2FF;text-decoration:none;transition:color .15s ease}.app-footer-link:hover{color:#FFFFFF}@media (min-width:768px){.app-footer-container{padding:3rem}.app-footer-content{flex-direction:row}.app-footer-brand{font-size:1.125rem;line-height:1.75rem}.app-footer-links{gap:2rem}.app-footer-link{font-size:1rem;line-height:1.5rem}}@media (min-width:1024px){.app-footer-container{padding-left:3rem;padding-right:3rem}}@media (min-width:1280px){.app-footer-container{padding-left:5rem;padding-right:5rem}}@media (min-width:1536px){.app-footer-container{padding-left:8rem;padding-right:8rem}}:root{color-scheme:dark}body{background-color:#000022;color:white;min-height:100vh;margin:0;padding:0;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;z-index:-1;background-image:url(/images/earth/earth-generic.png);background-attachment:fixed;background-position:50%;background-size:cover;background-repeat:no-repeat;opacity:.5;mix-blend-mode:overlay}html{box-sizing:border-box;color-scheme:dark}*,:after,:before{box-sizing:inherit}h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0;padding:0}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000022}::-webkit-scrollbar-thumb{background:#8a89ff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#a5a4ff}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass-dark{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:9999;animation:fadeIn .25s ease}.modal-content{position:relative;max-width:32rem;width:100%;max-height:90vh;overflow-y:auto;padding:2.5rem;animation:slideUp .25s cubic-bezier(.16,1,.3,1);border:1px solid rgba(138,137,255,.3);box-shadow:0 20px 60px rgba(0,0,0,.5),0 0 0 1px rgba(138,137,255,.1)}.modal-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem;padding-right:3rem}.modal-header h2{font-size:1.75rem;font-weight:600;margin:0;color:white;line-height:1.3}.modal-close-button{position:absolute;top:1.5rem;right:1.5rem;font-size:1.5rem;width:2rem;height:2rem;min-width:2rem;padding:0!important;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.5);transition:all .2s ease}.modal-close-button:hover{color:white!important;background:rgba(138,137,255,.15)!important;transform:translateY(0)!important}.modal-body{color:rgba(255,255,255,.9);line-height:1.6}.modal-body p{margin-bottom:1rem}.modal-body p:last-child{margin-bottom:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(1.5rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.spinner{border:2px solid rgba(138,137,255,.2);border-top-color:#8a89ff;border-radius:50%;animation:spin .8s linear infinite;display:inline-block}.spinner-small{width:1rem;height:1rem;border-width:2px}.spinner-medium{width:2rem;height:2rem;border-width:3px}.spinner-large{width:3rem;height:3rem;border-width:4px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@keyframes spin{to{transform:rotate(1turn)}}.badge-success{background:linear-gradient(135deg,#4ade80,#22d3ee)!important;color:white!important;box-shadow:0 2px 8px rgba(74,222,128,.3)!important}.badge-warning{background:linear-gradient(135deg,#fbbf24,#f59e0b)!important;color:#1a1a6e!important;box-shadow:0 2px 8px rgba(251,191,36,.3)!important}.badge-error{background:linear-gradient(135deg,#f87171,#dc2626)!important;color:white!important;box-shadow:0 2px 8px rgba(248,113,113,.3)!important}.badge-info{background-color:#4746a7!important;color:white!important;box-shadow:0 2px 8px rgba(71,70,167,.3)!important}.loading-skeleton{background:linear-gradient(90deg,rgba(26,26,110,.3),rgba(71,70,167,.4) 50%,rgba(26,26,110,.3));background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;display:inline-block}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.error-message{display:flex;gap:1rem;padding:1rem 1.25rem;background:rgba(255,50,50,.1);border:1px solid rgba(255,50,50,.3);color:white}.error-icon{font-size:1.5rem;flex-shrink:0;line-height:1}.error-content{flex:1 1;display:flex;flex-direction:column;gap:.5rem}.error-title{font-size:1rem;font-weight:600;margin:0;color:#ff6b6b}.error-text{font-size:.875rem;line-height:1.5;color:rgba(255,255,255,.9)}.error-actions{display:flex;gap:.75rem;margin-top:.5rem}.error-actions button{font-size:.875rem;padding:.5rem 1rem}.landing-page{display:flex;align-items:center;justify-content:center;overflow:hidden}.components-test-page,.landing-page{min-height:100vh;background:#000022;position:relative}.landing-page:before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:100px 100px;opacity:.1;pointer-events:none}.hero-section{position:relative;z-index:1;width:100%;max-width:1200px;padding:3rem 2rem}.hero-content{max-width:800px;display:flex;flex-direction:column;gap:2rem}.badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.7);width:-moz-fit-content;width:fit-content}.hero-title{font-size:clamp(3rem,8vw,6rem);font-weight:700;line-height:.95;letter-spacing:-.02em;color:white;margin:0;text-shadow:0 4px 20px rgba(0,0,255,.3)}.hero-subtitle{font-size:clamp(1.125rem,2vw,1.5rem);line-height:1.6;color:rgba(255,255,255,.7);max-width:600px;margin:0}.cta-button{margin-top:1rem;padding:1.25rem 2.5rem;font-size:1.125rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:-moz-fit-content;width:fit-content}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(0,0,255,.3)}@media (max-width:768px){.hero-section{padding:2rem 1.5rem}.hero-content{gap:1.5rem}.badge{font-size:.75rem}.cta-button{padding:1rem 2rem;font-size:1rem}}.wallet-info{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.25rem;background:rgba(138,137,255,.05);border:1px solid rgba(138,137,255,.2)}.wallet-info-content{display:flex;align-items:center;gap:1rem;flex:1 1}.wallet-info-address{display:flex;align-items:center;gap:.5rem}.wallet-info-label{font-size:.875rem;color:rgba(255,255,255,.7);font-weight:500}.wallet-info-value{font-family:Courier New,monospace;font-size:.875rem;color:#8a89ff;background:rgba(138,137,255,.1);padding:.25rem .5rem}.wallet-info-network,.wallet-info-status{display:flex;align-items:center}.wallet-info-actions{display:flex;gap:.5rem}.auth-guard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1.5rem;padding:2rem}.auth-guard-loading p{font-size:1rem;color:rgba(255,255,255,.7)}.auth-guard-prompt{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.auth-guard-content{text-align:center;max-width:500px;padding:3rem;background:rgba(138,137,255,.05);border:1px solid rgba(138,137,255,.2);display:flex;flex-direction:column;gap:1.5rem}.auth-guard-content h2{font-size:2rem;font-weight:700;color:white;margin:0}.auth-guard-content p{font-size:1rem;color:rgba(255,255,255,.7);line-height:1.6;margin:0}.auth-guard-hint{font-size:.875rem;color:rgba(255,255,255,.5);font-style:italic}@media (max-width:768px){.wallet-info{flex-direction:column;gap:1rem}.wallet-info-content{flex-direction:column;gap:.75rem;width:100%}.wallet-info-actions{width:100%}.wallet-info-actions button{flex:1 1}.auth-guard-content{padding:2rem}.auth-guard-content h2{font-size:1.5rem}}.navbar{position:-webkit-sticky;position:sticky;top:0;z-index:100;width:100%;background:rgba(0,0,34,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(242,242,255,.2);box-shadow:0 2px 12px rgba(0,0,0,.3)}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;justify-content:space-between}.navbar-container,.navbar-logo{display:flex;align-items:center}.navbar-logo{gap:.75rem;color:white}.navbar-logo span{background:linear-gradient(135deg,#8a89ff,#ffffff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.navbar-wallet{display:flex;align-items:center;gap:1rem}.navbar-address{font-size:.875rem;color:rgba(255,255,255,.9);font-family:monospace;background:rgba(255,255,255,.05);padding:.5rem .75rem;border:1px solid rgba(255,255,255,.1)}@media (max-width:768px){.navbar-container{padding:.75rem 1rem}.navbar-wallet{gap:.5rem}.navbar-wallet>div{gap:.5rem!important}.navbar-wallet code{font-size:.75rem!important;padding:.375rem .5rem!important}}.setup-page{position:relative;overflow:hidden;min-height:calc(100vh - 5rem)}.setup-page-gradient{position:absolute;inset:0;z-index:0}.setup-page-content{position:relative;z-index:10;min-height:calc(100vh - 5rem);display:flex;align-items:center;padding:2rem 0}.setup-grid{display:grid;grid-template-columns:600px 500px;grid-gap:3rem;gap:3rem;align-items:center;justify-content:center}.setup-left{width:600px}.setup-right{width:500px;max-width:100%;background:rgba(0,0,0,.3);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);overflow:hidden}.setup-step-indicator{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;margin-bottom:1rem;color:var(--nillion-primary-light)}.setup-step-line{height:1px;width:2rem;background:var(--nillion-primary-light)}.setup-heading{font-size:clamp(3rem,10vw,6rem);font-weight:700;line-height:.95;letter-spacing:-.02em;margin-bottom:1.5rem;text-shadow:0 4px 12px rgba(0,0,0,.3)}.setup-description{font-size:1.25rem;color:rgba(255,255,255,.6);max-width:32rem;line-height:1.6}.setup-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:1rem;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:.05em}.setup-status-box{display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.5);padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);height:3.5rem}.setup-status-label{font-weight:600}.setup-help-text,.setup-status-label{font-size:.875rem;color:rgba(255,255,255,.7)}.setup-help-text{margin-bottom:1.5rem}.setup-platform-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.75rem;gap:.75rem;margin-bottom:2rem}.setup-platform-button{padding:1rem;background:transparent;border:2px solid var(--nillion-primary);color:var(--nillion-primary);cursor:pointer;transition:all .2s ease;font-weight:500}.setup-platform-button:hover{background:var(--nillion-primary);color:white}.setup-platform-button.selected{background:var(--nillion-primary-active);color:white;border:2px solid var(--nillion-primary)}.setup-download-card{background:rgba(138,137,255,.05);border:1px solid rgba(138,137,255,.2);padding:2rem;margin-bottom:1.5rem;text-align:center}.setup-download-info{margin-bottom:1.5rem}.setup-download-icon-large{font-size:4rem;margin-bottom:1rem;line-height:1}.setup-download-filename{font-size:1.125rem;font-weight:600;margin-bottom:.5rem;color:white;font-family:monospace}.setup-download-description{font-size:.875rem;color:rgba(255,255,255,.6);margin:0}.setup-command-container{position:relative;margin-bottom:1rem}.setup-command-box{background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);padding:1.25rem 3.5rem 1.25rem 1.25rem;font-family:monospace;font-size:.875rem;color:var(--nillion-primary-lighter);transition:border-color .2s ease}.setup-copy-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:none;padding:.5rem;color:rgba(255,255,255,.6);cursor:pointer;transition:all .2s ease}.setup-copy-button:hover{background:rgba(255,255,255,.2);color:white}.setup-note{font-size:.875rem;color:rgba(255,255,255,.7);margin-bottom:2rem;line-height:1.5}.setup-input{width:100%;padding:1rem;background:rgba(0,0,0,.5);border:1px solid rgba(255,255,255,.1);color:white;font-size:.875rem;font-family:monospace;margin-bottom:1.5rem;height:3.5rem}.setup-input:focus{outline:none;border-color:var(--nillion-primary);box-shadow:0 0 0 3px rgba(138,137,255,.2)}.setup-wallet-info{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);padding:1rem;margin-bottom:2rem}.setup-wallet-label{font-size:.75rem;color:rgba(255,255,255,.7);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.setup-wallet-address{font-size:.875rem;color:var(--nillion-primary-lighter);font-family:monospace}.setup-button-group{display:flex;gap:.75rem}.setup-button-group button{flex:1 1;height:3.5rem}.setup-button-full{width:100%;font-size:1rem;font-weight:600;height:3.5rem}button.nillion-button-outline.setup-button-compact{font-size:.875rem!important}.nillion-button-ghost{border:1px solid rgba(138,137,255,.15)!important}.command-block{display:block;width:100%;max-width:100%;scrollbar-width:thin;scrollbar-color:rgba(138,137,255,.3) transparent;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.command-block::-webkit-scrollbar{height:6px}.command-block::-webkit-scrollbar-track{background:transparent}.command-block::-webkit-scrollbar-thumb{background:rgba(138,137,255,.3);border-radius:3px}.command-block::-webkit-scrollbar-thumb:hover{background:rgba(138,137,255,.5)}.setup-command-row{display:flex;gap:.75rem;align-items:stretch;width:100%;max-width:100%;overflow:hidden}.setup-command-row .command-block{flex:1 1;min-width:0}.setup-inline-copy-button{background:rgba(255,255,255,.1);border:none;padding:0 1rem;border-radius:.375rem;color:rgba(255,255,255,.6);cursor:pointer;white-space:nowrap;flex-shrink:0}@media (max-width:900px){.setup-command-row{flex-direction:column}.setup-inline-copy-button{width:100%;text-align:center}}@media (max-width:1100px){.setup-command-row{flex-direction:column}.setup-inline-copy-button{width:100%;text-align:center}}.setup-wrong-network{background:var(--nillion-bg);min-height:calc(100vh - 5rem);display:flex;align-items:center;justify-content:center;padding:2rem}.setup-wrong-network-content{padding:3rem;text-align:center;max-width:32rem}.setup-wrong-network-title{margin-bottom:1rem;font-size:2rem}.setup-wrong-network-box{background:rgba(255,150,50,.1);border:1px solid rgba(255,150,50,.3);padding:2rem;margin-bottom:2rem}.setup-wrong-network-text{color:rgba(255,255,255,.7);margin-bottom:1rem}.setup-wrong-network-current{font-size:.875rem;color:rgba(255,255,255,.5)}@media (max-width:1200px){.setup-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}.setup-left,.setup-right{width:100%}}.node-detail-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.node-detail-container h2{font-size:1.25rem}.node-detail-header{margin-bottom:2rem}.node-detail-header h1{margin-bottom:.5rem}.node-detail-header p{color:rgba(255,255,255,.7);font-size:.875rem}.node-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-bottom:2rem}.node-detail-section{margin-bottom:1.5rem}.node-overview-dashboard{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.node-overview-stat{display:flex;flex-direction:column;gap:.375rem}.node-overview-stat-label{color:rgba(255,255,255,.6);font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.node-overview-stat-value{font-size:1.5rem;font-weight:600;color:var(--nillion-primary-lighter)}.node-overview-stat-link{color:var(--nillion-primary);text-decoration:none;font-size:.875rem;margin-top:.25rem}.node-overview-stat-link:hover{text-decoration:underline}.node-overview-address-container{display:flex;align-items:center;gap:.5rem;width:-moz-fit-content;width:fit-content}.node-overview-address-text{font-family:monospace;font-size:.875rem;color:rgba(255,255,255,.9);line-height:1.4}.node-overview-copy-btn{background:transparent;border:1px solid rgba(255,255,255,.2);padding:.25rem;color:rgba(255,255,255,.6);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.node-overview-copy-btn:hover{background:rgba(255,255,255,.05);border-color:var(--nillion-primary);color:var(--nillion-primary-lighter)}.node-actions-container{border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2);overflow:hidden}.node-actions-header{padding:1.5rem 2rem 0}.node-actions-full-width{width:100%;background:rgba(0,0,0,.2);overflow:hidden}.node-staking-tabs{display:flex;gap:.5rem;background:#000022;padding:0}.node-staking-tab{background:transparent;border:1px solid rgba(255,255,255,.1);padding:.75rem 1.5rem;color:rgba(255,255,255,.5);font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;position:relative}.node-staking-tab:hover{color:rgba(255,255,255,.9);background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.2)}.node-staking-tab.active{color:white;background:rgba(138,137,255,.2);border-color:rgba(255,255,255,.1) rgba(255,255,255,.1) rgba(138,137,255,.2)}.node-staking-content{padding:2rem;border:1px solid rgba(255,255,255,.1);background:rgba(138,137,255,.02)}.node-status-indicator{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;font-size:.875rem;width:-moz-fit-content;width:fit-content}.node-status-indicator.active{background:rgba(74,222,128,.15);border:1px solid rgba(74,222,128,.3);color:#4ade80}.node-status-indicator.inactive{background:rgba(153,153,153,.15);border:1px solid rgba(153,153,153,.3);color:#999}.node-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.node-status-dot.active{background:#4ade80;box-shadow:0 0 8px rgba(74,222,128,.5)}.node-status-dot.inactive{background:#999}.node-status-description{color:rgba(255,255,255,.7);font-size:.875rem}.node-jailed-warning{background:rgba(255,165,0,.1);border:1px solid rgba(255,165,0,.3);padding:1rem}.node-jailed-warning-title{font-weight:600;margin-bottom:.5rem}.node-jailed-warning-text{font-size:.875rem;color:rgba(255,255,255,.7)}.node-address-code{font-family:monospace;font-size:.875rem;word-break:break-all;margin-bottom:1rem}.node-explorer-link{color:var(--nillion-primary);text-decoration:none;font-size:.875rem}.node-explorer-link:hover{text-decoration:underline}.node-stake-label{color:rgba(255,255,255,.7);font-size:.875rem;margin-bottom:.5rem}.node-stake-amount{font-size:1.5rem;font-weight:600;color:var(--nillion-primary)}.node-unbonding-box{background:rgba(255,255,255,.05);padding:1rem;border:1px solid rgba(255,255,255,.1)}.node-unbonding-amount,.node-unbonding-title{font-weight:600;margin-bottom:.5rem}.node-unbonding-amount{font-size:1.25rem;color:var(--nillion-primary)}.node-metadata-label,.node-unbonding-info{font-size:.875rem;color:rgba(255,255,255,.7)}.node-metadata-label{margin-bottom:.5rem}.node-metadata-value{font-family:monospace;font-size:.875rem;word-break:break-all}.node-actions-description{color:rgba(255,255,255,.7);font-size:.875rem;margin-bottom:1rem}.node-actions-buttons{display:flex;gap:1rem;flex-wrap:wrap}.node-placeholder-section{opacity:.6}.node-placeholder-text{font-size:.875rem;color:rgba(255,255,255,.7);margin-top:1rem}.node-detail-loading{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 5rem)}.node-actions-section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:1.5rem;gap:1.5rem}@media (max-width:900px){.node-actions-section-grid{grid-template-columns:1fr}}.fund-node-form-container{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);padding:1rem;margin-bottom:1rem}.fund-node-address-row{margin-bottom:1rem}.fund-node-address-row:last-of-type{margin-bottom:0}.fund-node-label{font-size:.75rem;color:rgba(255,255,255,.6);margin-bottom:.5rem;display:flex;align-items:center;justify-content:space-between}.fund-node-address-box{display:flex;align-items:center;gap:.5rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);padding:.5rem .75rem}.fund-node-address-box code{flex:1 1;font-family:monospace;font-size:.75rem;color:rgba(255,255,255,.9);word-break:break-all}.fund-node-copy-btn{background:transparent;border:none;padding:.25rem;color:rgba(255,255,255,.4);cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.fund-node-copy-btn:hover{color:var(--nillion-primary-lighter)}.fund-node-separator{height:1px;background:rgba(255,255,255,.1);margin:1rem 0}.fund-node-balance{opacity:.6}.fund-node-balance-value{color:var(--nillion-primary-lighter);font-weight:600}.fund-node-warning{background:rgba(255,165,0,.1);border:1px solid rgba(255,165,0,.3);padding:1rem;margin-bottom:1rem;display:flex;align-items:flex-start;gap:.75rem}.fund-node-warning-icon{flex-shrink:0;font-size:1.25rem;line-height:1}.fund-node-warning-content{flex:1 1}.fund-node-warning-title{font-weight:600;font-size:.875rem;margin-bottom:.25rem}.fund-node-warning-text{font-size:.875rem;color:rgba(255,255,255,.8)}.staking-info-bar{display:flex;gap:.75rem;margin-bottom:1rem;font-size:.7rem}.staking-info-card{flex:1 1;background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.05);padding:.375rem .5rem}.staking-info-label{opacity:.5;margin-bottom:.125rem;font-size:.65rem}.staking-info-content{display:flex;align-items:center;gap:.375rem}.staking-info-address{font-size:.7rem;color:var(--nillion-primary-lighter);flex:1 1}.staking-copy-btn{background:transparent;border:none;padding:.125rem;color:rgba(255,255,255,.4);cursor:pointer;font-size:.875rem;transition:color .2s;display:flex;align-items:center;justify-content:center}.staking-copy-btn:hover{color:var(--nillion-primary-lighter)}.staking-form-container{background:rgba(0,0,0,.2);border:1px solid rgba(255,255,255,.1);padding:1rem;margin-bottom:1rem}.staking-label{font-size:.75rem;margin-bottom:.375rem}.staking-label-hint{font-weight:400;opacity:.6;margin-left:.5rem;font-size:.7rem}.staking-address-box{display:flex;align-items:center;gap:.5rem;background:rgba(0,0,0,.3);border:1px solid rgba(255,255,255,.1);padding:.5rem .75rem;margin-bottom:1rem}.staking-address-code{flex:1 1;font-family:monospace;font-size:.75rem;color:rgba(255,255,255,.9);word-break:break-all}.staking-address-copy-btn{background:transparent;border:none;padding:.25rem;color:rgba(255,255,255,.4);cursor:pointer;transition:color .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.staking-address-copy-btn:hover{color:var(--nillion-primary-lighter)}.staking-preset-buttons{display:flex;gap:.375rem;flex-wrap:wrap}.staking-max-button{background:rgba(138,137,255,.1);border-color:rgba(138,137,255,.3);color:var(--nillion-primary)}.unstaking-current-stake{margin-bottom:1.5rem}.unstaking-stake-label{font-size:.875rem;opacity:.6;margin-bottom:.5rem}.unstaking-stake-value{font-size:1.5rem;font-weight:600;color:var(--nillion-primary)}.unstaking-unbonding-box{padding:1rem;background:rgba(138,137,255,.1);border:1px solid rgba(138,137,255,.3);margin-bottom:1.5rem}.unstaking-unbonding-title{font-size:.875rem;margin-bottom:.75rem;opacity:.8}.unstaking-unbonding-row{margin-bottom:.5rem}.unstaking-unbonding-row:last-of-type{margin-bottom:1rem}.unstaking-unbonding-label{opacity:.6}.unstaking-unbonding-value{font-weight:600}.unstaking-unbonding-value-ready{color:#4ade80}.unstaking-form-group{margin-bottom:1rem}.unstaking-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500}.unstaking-input-container{position:relative}.unstaking-max-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:rgba(138,137,255,.2);border:1px solid rgba(138,137,255,.4);padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:var(--nillion-primary);cursor:pointer}.unstaking-max-button:disabled{cursor:not-allowed;opacity:.5}.unstaking-info-box{font-size:.75rem;opacity:.6;padding:.75rem;background:rgba(255,255,255,.05);margin-bottom:1.5rem}.unstaking-info-line{margin-bottom:.25rem}.unstaking-info-line:last-child{margin-bottom:0}.unstaking-empty-state{padding:2rem;text-align:center;opacity:.6;font-size:.875rem}.unstaking-error-box{padding:1rem;background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.3);margin-bottom:1rem}.unstaking-error-title{font-weight:600;margin-bottom:.5rem;color:#ef4444}.unstaking-error-message{font-size:.875rem;opacity:.9}.unstaking-modal-info{margin-bottom:1rem;padding:.75rem;background:rgba(138,137,255,.1);font-size:.875rem}.unstaking-modal-buttons{display:flex;gap:.75rem}.unstaking-modal-button{flex:1 1}.workload-card{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:1.5rem;transition:all .2s}.workload-card:hover{border-color:rgba(255,255,255,.2);box-shadow:0 4px 12px rgba(0,0,0,.2)}.provider-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:500;background:rgba(138,137,255,.2);color:#8a89ff;border:1px solid rgba(138,137,255,.3)}.status-indicator{width:12px;height:12px;border-radius:50%;display:inline-block}.status-indicator.active{background:#0000ff;box-shadow:0 0 8px rgba(0,0,255,.5)}.status-indicator.inactive{background:rgba(255,255,255,.3)}.validation-success{background:rgba(34,197,94,.2);border:1px solid rgba(34,197,94,.3);padding:1rem;color:#86efac}.validation-error{background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);padding:1rem;color:#fca5a5}.validation-validating{background:rgba(138,137,255,.2);border:1px solid rgba(138,137,255,.3);padding:1rem}.provider-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.provider-grid{grid-template-columns:repeat(3,1fr)}}.workload-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:1.5rem;gap:1.5rem}.provider-select-wrapper{position:relative}.provider-select-wrapper select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.5rem;cursor:pointer;background-image:none;transition:all .2s ease}.provider-select-wrapper select:hover{border-color:rgba(138,137,255,.5);background:rgba(138,137,255,.05)}.provider-select-wrapper select:focus{border-color:rgba(138,137,255,.6);background:rgba(138,137,255,.08);outline:none}.provider-select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:rgba(255,255,255,.5);transition:color .2s ease}.provider-select-wrapper:hover .provider-select-arrow{color:rgba(138,137,255,.8)}.landing-nav-card{transition:all .3s;cursor:pointer;height:100%}.landing-nav-card:hover{transform:translateY(-4px);border-color:rgba(138,137,255,.5)!important;box-shadow:0 8px 24px rgba(0,0,255,.2)}.button-destructive{background:rgba(239,68,68,.8);color:white;padding:.5rem 1rem;font-weight:500;transition:background .2s}.button-destructive:hover{background:rgb(239,68,68)}.button-destructive:disabled{opacity:.5;cursor:not-allowed}.blacklight-landing{background-color:#000000;font-family:var(--nillion-font-body)}.blacklight-landing h1,.blacklight-landing h2,.blacklight-landing h3,.blacklight-landing h4,.blacklight-landing h5,.blacklight-landing h6{font-family:var(--nillion-font-heading)}@keyframes blacklight-torchFlicker{0%,to{opacity:.6;transform:scale(1)}25%{opacity:.8;transform:scale(1.05)}50%{opacity:.5;transform:scale(.95)}75%{opacity:.7;transform:scale(1.02)}}@keyframes blacklight-torchSwing{0%{transform:translateX(-50%) rotate(-18deg)}25%{transform:translateX(-50%) rotate(12deg)}50%{transform:translateX(-50%) rotate(18deg)}75%{transform:translateX(-50%) rotate(-8deg)}to{transform:translateX(-50%) rotate(-18deg)}}@keyframes blacklight-torchSwing2{0%{transform:translateX(-50%) rotate(15deg)}25%{transform:translateX(-50%) rotate(-10deg)}50%{transform:translateX(-50%) rotate(-18deg)}75%{transform:translateX(-50%) rotate(5deg)}to{transform:translateX(-50%) rotate(15deg)}}@keyframes blacklight-scroll{0%{transform:translateX(0)}to{transform:translateX(-25%)}}.blacklight-landing .animate-scroll{animation:blacklight-scroll 30s linear infinite;will-change:transform}.blacklight-landing .step-image-rounded,.blacklight-landing .step-image-wrapper{overflow:hidden!important}.blacklight-landing .blacklight-nav-cards{padding:4rem 1.5rem}.blacklight-landing .blacklight-nav-cards-container{max-width:1200px;margin:0 auto}.blacklight-landing .blacklight-nav-cards-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:700;color:#FFFFFF;margin-bottom:3rem;text-align:center}.blacklight-landing .blacklight-nav-cards-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}@media (min-width:768px){.blacklight-landing .blacklight-nav-cards-grid{grid-template-columns:repeat(2,1fr)}}.blacklight-landing .blacklight-nav-card{position:relative;padding:2rem;background:rgba(65,89,246,.3);border:1px solid rgba(242,242,255,.3);transition:all .3s ease;cursor:pointer;text-decoration:none;display:block}.blacklight-landing .blacklight-nav-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(65,89,246,.3);border-color:rgba(65,89,246,.3)}.blacklight-landing .blacklight-nav-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.blacklight-landing .blacklight-nav-card-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background:linear-gradient(90deg,#4159F6,#0000FF);color:#FFFFFF;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.blacklight-landing .blacklight-nav-card-title{font-size:1.5rem;font-weight:700;color:#FFFFFF;margin-bottom:.75rem}.blacklight-landing .blacklight-nav-card-description{font-size:1rem;color:#F2F2FF;opacity:.8;line-height:1.5}.blacklight-landing .blacklight-nav-card-full{grid-column:1/-1}.blacklight-landing .relative{position:relative}.blacklight-landing .absolute{position:absolute}.blacklight-landing .fixed{position:fixed}.blacklight-landing .block{display:block}.blacklight-landing .inline-block{display:inline-block}.blacklight-landing .flex{display:flex}.blacklight-landing .inline-flex{display:inline-flex}.blacklight-landing .grid{display:grid}.blacklight-landing .hidden{display:none}.blacklight-landing .flex-col{flex-direction:column}.blacklight-landing .flex-row{flex-direction:row}.blacklight-landing .flex-wrap{flex-wrap:wrap}.blacklight-landing .items-center{align-items:center}.blacklight-landing .items-start{align-items:flex-start}.blacklight-landing .justify-center{justify-content:center}.blacklight-landing .justify-between{justify-content:space-between}.blacklight-landing .justify-start{justify-content:flex-start}.blacklight-landing .justify-end{justify-content:flex-end}.blacklight-landing .flex-shrink-0{flex-shrink:0}.blacklight-landing .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.blacklight-landing .gap-3{gap:.75rem}.blacklight-landing .gap-4{gap:1rem}.blacklight-landing .gap-6{gap:1.5rem}.blacklight-landing .gap-8{gap:2rem}.blacklight-landing .gap-12{gap:3rem}.blacklight-landing .gap-16{gap:4rem}.blacklight-landing .p-3{padding:.75rem}.blacklight-landing .p-4{padding:1rem}.blacklight-landing .p-6{padding:1.5rem}.blacklight-landing .px-4{padding-left:1rem;padding-right:1rem}.blacklight-landing .px-5{padding-left:1.25rem;padding-right:1.25rem}.blacklight-landing .px-6{padding-left:1.5rem;padding-right:1.5rem}.blacklight-landing .px-8{padding-left:2rem;padding-right:2rem}.blacklight-landing .py-3{padding-top:.75rem;padding-bottom:.75rem}.blacklight-landing .py-4{padding-top:1rem;padding-bottom:1rem}.blacklight-landing .py-5{padding-top:1.25rem;padding-bottom:1.25rem}.blacklight-landing .py-6{padding-top:1.5rem;padding-bottom:1.5rem}.blacklight-landing .py-8{padding-top:2rem;padding-bottom:2rem}.blacklight-landing .pt-2{padding-top:.5rem}.blacklight-landing .pt-4{padding-top:1rem}.blacklight-landing .pt-6{padding-top:1.5rem}.blacklight-landing .pt-12{padding-top:3rem}.blacklight-landing .pt-20{padding-top:5rem}.blacklight-landing .py-16{padding-top:4rem;padding-bottom:4rem}.blacklight-landing .pb-5{padding-bottom:1.25rem}.blacklight-landing .pb-12{padding-top:3rem}.blacklight-landing .pb-16{padding-bottom:4rem}.blacklight-landing .pb-20{padding-bottom:5rem}.blacklight-landing .pb-32{padding-bottom:8rem}.blacklight-landing .pl-0{padding-left:0}.blacklight-landing .pr-2{padding-right:.5rem}.blacklight-landing .pr-4{padding-right:1rem}.blacklight-landing .mt-0{margin-top:0}.blacklight-landing .mt-8{margin-top:2rem}.blacklight-landing .-mt-4{margin-top:-1rem}.blacklight-landing .-mt-8{margin-top:-2rem}.blacklight-landing .mb-0{margin-bottom:0}.blacklight-landing .mb-2{margin-bottom:.5rem}.blacklight-landing .mb-3{margin-bottom:.75rem}.blacklight-landing .mb-4{margin-bottom:1rem}.blacklight-landing .mb-6{margin-bottom:1.5rem}.blacklight-landing .mb-8{margin-bottom:2rem}.blacklight-landing .mb-12{margin-bottom:3rem}.blacklight-landing .ml-2{margin-left:.5rem}.blacklight-landing .mr-2{margin-right:.5rem}.blacklight-landing .-mx-4{margin-left:-1rem;margin-right:-1rem}.blacklight-landing .w-auto{width:auto}.blacklight-landing .w-full{width:100%}.blacklight-landing .w-px{width:1px}.blacklight-landing .h-4{height:1rem}.blacklight-landing .h-5{height:1.25rem}.blacklight-landing .h-6{height:1.5rem}.blacklight-landing .h-8{height:2rem}.blacklight-landing .h-10{height:2.5rem}.blacklight-landing .h-12{height:3rem}.blacklight-landing .h-14{height:3.5rem}.blacklight-landing .h-16{height:4rem}.blacklight-landing .min-h-screen{min-height:100vh}.blacklight-landing .max-w-4xl{max-width:56rem}.blacklight-landing .max-w-7xl{max-width:80rem}.blacklight-landing .mx-auto{margin-left:auto;margin-right:auto}.blacklight-landing .inset-0{top:0;right:0;bottom:0;left:0}.blacklight-landing .top-0{top:0}.blacklight-landing .top-4{top:1rem}.blacklight-landing .left-4{left:1rem}.blacklight-landing .right-0{right:0}.blacklight-landing .z-0{z-index:0}.blacklight-landing .z-10{z-index:10}.blacklight-landing .\[z-1\]{z-index:1}.blacklight-landing .text-sm{font-size:.875rem;line-height:1.25rem}.blacklight-landing .text-base{font-size:1rem;line-height:1.5rem}.blacklight-landing .text-lg{font-size:1.125rem;line-height:1.75rem}.blacklight-landing .text-xl{font-size:1.25rem;line-height:1.75rem}.blacklight-landing .text-2xl{font-size:1.5rem;line-height:2rem}.blacklight-landing .text-3xl{font-size:1.875rem;line-height:2.25rem}.blacklight-landing .text-4xl{font-size:2.25rem;line-height:2.5rem}.blacklight-landing .text-5xl{font-size:3rem;line-height:1}.blacklight-landing .text-6xl{font-size:3.75rem;line-height:1}.blacklight-landing .text-7xl{font-size:4.5rem;line-height:1}.blacklight-landing .font-bold{font-weight:700}.blacklight-landing .font-semibold{font-weight:600}.blacklight-landing .leading-relaxed{line-height:1.625}.blacklight-landing .leading-\[1\.1\]{line-height:1.1}.blacklight-landing .leading-\[1\.05\]{line-height:1.05}.blacklight-landing .tracking-tight{letter-spacing:-.025em}.blacklight-landing .tracking-wider{letter-spacing:.05em}.blacklight-landing .uppercase{text-transform:uppercase}.blacklight-landing .text-center{text-align:center}.blacklight-landing .text-left{text-align:left}.blacklight-landing .text-transparent{color:transparent}.blacklight-landing .bg-clip-text{-webkit-background-clip:text;background-clip:text}.blacklight-landing .border-0{border-width:0}.blacklight-landing .border-t{border-top-width:1px}.blacklight-landing .rounded-xl{border-radius:.75rem}.blacklight-landing .rounded-2xl{border-radius:1rem}.blacklight-landing .shadow-xl{box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.blacklight-landing .shadow-2xl{box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.blacklight-landing .opacity-80{opacity:.8}.blacklight-landing .opacity-100{opacity:1}.blacklight-landing .overflow-hidden{overflow:hidden}.blacklight-landing .backdrop-blur-sm{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.blacklight-landing .pointer-events-none{pointer-events:none}.blacklight-landing .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.blacklight-landing .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.blacklight-landing .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.blacklight-landing .duration-300{transition-duration:.3s}.blacklight-landing .duration-500{transition-duration:.5s}.blacklight-landing .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.blacklight-landing .translate-x-1{transform:translateX(.25rem)}.blacklight-landing .-translate-x-1\/2{transform:translateX(-50%)}.blacklight-landing .-translate-y-1\/2{transform:translateY(-50%)}.blacklight-landing .hover\:translate-x-1:hover{transform:translateX(.25rem)}.blacklight-landing .hover\:scale-105:hover{transform:scale(1.05)}.blacklight-landing .group:hover .group-hover\:translate-x-1{transform:translateX(.25rem)}.blacklight-landing .object-contain{object-fit:contain}.blacklight-landing .whitespace-normal{white-space:normal}.blacklight-landing .disabled\:opacity-50:disabled{opacity:.5}.blacklight-landing .disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.blacklight-landing .order-1{order:1}.blacklight-landing .space-y-0>*+*{margin-top:0}.blacklight-landing .space-y-1>*+*{margin-top:.25rem}.blacklight-landing .space-y-2>*+*{margin-top:.5rem}.blacklight-landing .space-y-4>*+*{margin-top:1rem}.blacklight-landing .space-y-6>*+*{margin-top:1.5rem}.blacklight-landing .space-y-8>*+*{margin-top:2rem}@media (min-width:640px){.blacklight-landing .sm\:inline{display:inline}.blacklight-landing .sm\:block{display:block}.blacklight-landing .sm\:flex-row{flex-direction:row}.blacklight-landing .sm\:text-base{font-size:1rem;line-height:1.5rem}.blacklight-landing .sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.blacklight-landing .sm\:text-5xl{font-size:3rem;line-height:1}.blacklight-landing .sm\:leading-\[1\.05\]{line-height:1.05}.blacklight-landing .sm\:h-6{height:1.5rem}.blacklight-landing .sm\:h-7{height:1.75rem}.blacklight-landing .sm\:h-10{height:2.5rem}.blacklight-landing .sm\:h-14{height:3.5rem}.blacklight-landing .sm\:w-5{width:1.25rem}.blacklight-landing .sm\:w-auto{width:auto}.blacklight-landing .sm\:gap-4{gap:1rem}.blacklight-landing .sm\:gap-12{gap:3rem}.blacklight-landing .sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.blacklight-landing .sm\:px-8{padding-left:2rem;padding-right:2rem}.blacklight-landing .sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.blacklight-landing .sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.blacklight-landing .sm\:pt-28{padding-top:7rem}.blacklight-landing .sm\:pb-16{padding-bottom:4rem}.blacklight-landing .sm\:pl-2{padding-left:.5rem}.blacklight-landing .sm\:pr-0{padding-right:0}.blacklight-landing .sm\:mb-2{margin-bottom:.5rem}.blacklight-landing .sm\:mt-10{margin-top:2.5rem}.blacklight-landing .sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.blacklight-landing .sm\:top-6{top:1.5rem}.blacklight-landing .sm\:left-6{left:1.5rem}.blacklight-landing .sm\:space-y-8>*+*{margin-top:2rem}.blacklight-landing .sm\:whitespace-nowrap{white-space:nowrap}}@media (min-width:768px){.blacklight-landing .md\:flex-row{flex-direction:row}.blacklight-landing .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.blacklight-landing .md\:text-base{font-size:1rem;line-height:1.5rem}.blacklight-landing .md\:text-lg{font-size:1.125rem;line-height:1.75rem}.blacklight-landing .md\:text-xl{font-size:1.25rem;line-height:1.75rem}.blacklight-landing .md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.blacklight-landing .md\:text-5xl{font-size:3rem;line-height:1}.blacklight-landing .md\:text-6xl{font-size:3.75rem;line-height:1}.blacklight-landing .md\:h-8{height:2rem}.blacklight-landing .md\:h-12{height:3rem}.blacklight-landing .md\:h-16{height:4rem}.blacklight-landing .md\:gap-8{gap:2rem}.blacklight-landing .md\:gap-16{gap:4rem}.blacklight-landing .md\:px-8{padding-left:2rem;padding-right:2rem}.blacklight-landing .md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.blacklight-landing .md\:pt-32{padding-top:8rem}.blacklight-landing .md\:pb-20{padding-bottom:5rem}.blacklight-landing .md\:pl-4{padding-left:1rem}.blacklight-landing .md\:mt-12{margin-top:3rem}.blacklight-landing .md\:space-y-10>*+*{margin-top:2.5rem}}@media (min-width:1024px){.blacklight-landing .lg\:flex{display:flex}.blacklight-landing .lg\:hidden{display:none}.blacklight-landing .lg\:block{display:block}.blacklight-landing .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.blacklight-landing .lg\:flex-row{flex-direction:row}.blacklight-landing .lg\:items-center{align-items:center}.blacklight-landing .lg\:justify-between{justify-content:space-between}.blacklight-landing .lg\:justify-end{justify-content:flex-end}.blacklight-landing .lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.blacklight-landing .lg\:text-6xl{font-size:3.75rem;line-height:1}.blacklight-landing .lg\:text-7xl{font-size:4.5rem;line-height:1}.blacklight-landing .lg\:h-10{height:2.5rem}.blacklight-landing .lg\:h-\[450px\]{height:450px}.blacklight-landing .lg\:gap-8{gap:2rem}.blacklight-landing .lg\:gap-16{gap:4rem}.blacklight-landing .lg\:p-8{padding:2rem}.blacklight-landing .lg\:px-12{padding-left:3rem;padding-right:3rem}.blacklight-landing .lg\:pt-8{padding-top:2rem}.blacklight-landing .lg\:pt-16{padding-top:4rem}.blacklight-landing .lg\:pt-40{padding-top:10rem}.blacklight-landing .lg\:py-24{padding-top:6rem;padding-bottom:6rem}.blacklight-landing .lg\:pb-16{padding-bottom:4rem}.blacklight-landing .lg\:pb-32{padding-bottom:8rem}.blacklight-landing .lg\:py-12{padding-top:3rem;padding-bottom:3rem}.blacklight-landing .lg\:pl-12{padding-left:3rem}.blacklight-landing .lg\:mb-6{margin-bottom:1.5rem}.blacklight-landing .lg\:mb-16{margin-bottom:4rem}.blacklight-landing .lg\:mt-16{margin-top:4rem}.blacklight-landing .lg\:-mt-0{margin-top:0}.blacklight-landing .lg\:-mt-2{margin-top:-.5rem}.blacklight-landing .lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.blacklight-landing .lg\:top-8{top:2rem}.blacklight-landing .lg\:left-12{left:3rem}.blacklight-landing .lg\:order-1{order:1}.blacklight-landing .lg\:order-2{order:2}.blacklight-landing .lg\:space-y-12>*+*{margin-top:3rem}}@media (min-width:1280px){.blacklight-landing .xl\:px-20{padding-left:5rem;padding-right:5rem}.blacklight-landing .xl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.blacklight-landing .xl\:space-y-16>*+*{margin-top:4rem}}@media (min-width:1536px){.blacklight-landing .\32xl\:px-32{padding-left:8rem;padding-right:8rem}.blacklight-landing .\32xl\:-mx-32{margin-left:-8rem;margin-right:-8rem}}