html[data-opanda-theme=impact-hackerman] .op-smart-card{padding:24px}html[data-opanda-theme=impact-hackerman] .op-smart-card__title{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:24px}html[data-opanda-theme=impact-hackerman] .op-smart-card__logo{height:60px}.op-smart-card__footer{text-align:center;opacity:.8}html[data-opanda-theme=impact-hackerman] .op-smart-card__user{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:16px}html[data-opanda-theme=impact-hackerman] .op-smart-card__img-container{position:relative;width:180px;height:180px;border-radius:12px;overflow:hidden;display:flex;justify-content:center;align-items:center}html[data-opanda-theme=impact-hackerman] .op-smart-card__img{width:100%;height:100%;object-fit:cover;border-radius:12px;display:block;position:relative;z-index:2;filter:drop-shadow(0 0 15px rgba(0,255,136,.3))}html[data-opanda-theme=impact-hackerman] .op-smart-card__img-container.is-loading img{filter:blur(6px);opacity:.5;transform:scale(.98);transition:all .4s ease}html[data-opanda-theme=impact-hackerman] .op-smart-card__img-container.is-loaded img{filter:none;opacity:1;transform:scale(1);transition:all .4s ease}html[data-opanda-theme=impact-hackerman] .glitch-layer{position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.2;mix-blend-mode:screen;animation:glitchLayer 2s infinite;z-index:100}html[data-opanda-theme=impact-hackerman] .glitch-layer.red{filter:hue-rotate(320deg) brightness(1.5);animation-delay:.1s}html[data-opanda-theme=impact-hackerman] .glitch-layer.blue{filter:hue-rotate(180deg) brightness(1.4);animation-delay:.3s}@keyframes glitchLayer{0%{transform:translate(0);opacity:.1}10%{transform:translate(-2px,2px);opacity:.5}20%{transform:translate(2px,-1px);opacity:.3}30%{transform:translate(-1px,1px);opacity:.4}to{transform:translate(0);opacity:.1}}html[data-opanda-theme=impact-hackerman] .op-smart-card__info{display:flex;flex-direction:column;align-items:center}html[data-opanda-theme=impact-hackerman] .op-smart-card__role{font-size:1.2rem;font-weight:500;color:var(--muted);margin:0 0 8px}html[data-opanda-theme=impact-hackerman] .op-smart-card__desc{color:var(--ink);opacity:.85;margin:0 0 16px}html[data-opanda-theme=impact-hackerman] .op-smart-card__btn__container{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:24px;width:100%}html[data-opanda-theme=impact-hackerman] .op-smart-card__not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:48px 24px;color:var(--ink, #e6e6e6)}html[data-opanda-theme=impact-hackerman] .op-btn{width:100%}html[data-opanda-theme=modern-hackerman]{--surface: #0a0d12;--text: #e6e6e6;--muted: #9aa3af;--brand: #64ff8f;--brand2: #9d4edd;--radius: 4px;--shadow: 0 15px 50px rgba(0, 0, 0, .55);--grad: linear-gradient( 90deg, var(--brand), var(--brand2));--btn-bg: transparent;--bg: var(--surface);--ink: var(--text);--glass: rgba(255, 255, 255, .06);--glass-stroke: rgba(255, 255, 255, .12);--btn-radius: 4px;--btn-border-w: 2px;--btn-hover-motion: translateX(6px);--btn-transition: transform .12s ease-out, filter .18s ease, background .18s ease, color .18s ease;--icon-size-sm: 32px;--icon-size-md: 40px;--icon-size-lg: 48px;--icon-pad-sm: 6px;--icon-pad-md: 8px;--icon-pad-lg: 10px;--font-size-sm: 16px;--font-size-md: 24px;--font-size-lg: 48px;--font-hover-motion: translateX(6px)}html[data-opanda-theme=modern-hackerman] .op-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1rem;border-radius:var(--btn-radius);font-weight:700;letter-spacing:.3px;text-decoration:none;cursor:pointer;color:#fff;border:var(--btn-border-w) solid transparent;background:linear-gradient(var(--surface),var(--surface)) padding-box,var(--grad) border-box;transform:translate(0);transition:var(--btn-transition);overflow:hidden;z-index:0}html[data-opanda-theme=modern-hackerman] .op-btn:hover:not(.is-disabled):not(:disabled),html[data-opanda-theme=modern-hackerman] .op-btn:focus-visible:not(.is-disabled):not(:disabled){transform:var(--btn-hover-motion);color:#0b0d10;filter:drop-shadow(0 10px 24px rgba(157,78,221,.26));background:var(--grad) padding-box,var(--grad) border-box}html[data-opanda-theme=modern-hackerman] .op-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #64ff8f73,0 0 0 6px #9d4edd59}html[data-opanda-theme=modern-hackerman] .op-btn.op-btn--sm{padding:.55rem .8rem;font-size:.875rem}html[data-opanda-theme=modern-hackerman] .op-btn.op-btn--md{padding:.8rem 1rem;font-size:1rem}html[data-opanda-theme=modern-hackerman] .op-btn.op-btn--lg{padding:1rem 1.2rem;font-size:1.05rem;border-radius:calc(var(--btn-radius) + 2px)}html[data-opanda-theme=modern-hackerman] .op-btn.op-btn--solid{background:var(--grad);color:#0b0d10;border:none}html[data-opanda-theme=modern-hackerman] .op-btn.op-btn--outline{background:linear-gradient(var(--surface),var(--surface)) padding-box,var(--grad) border-box;color:#fff;border:var(--btn-border-w) solid transparent}html[data-opanda-theme=modern-hackerman] .op-btn.op-btn--ghost{background:transparent;border-color:transparent;color:#9feaf9}html[data-opanda-theme=modern-hackerman] .op-btn.is-disabled,html[data-opanda-theme=modern-hackerman] .op-btn:disabled{opacity:.6;cursor:not-allowed;filter:none;transform:none}html[data-opanda-theme=modern-hackerman] .op-card{background:linear-gradient(180deg,#ffffff14,#ffffff08);border:1px solid var(--glass-stroke);border-radius:var(--radius);box-shadow:var(--shadow);color:var(--ink);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:box-shadow .2s ease,border-color .2s ease,transform .18s ease;overflow:hidden;width:min(860px,96vw)}html[data-opanda-theme=modern-hackerman] .op-card__header{display:flex;align-items:center;gap:18px;padding:clamp(18px,3vw,28px);border-bottom:1px solid var(--glass-stroke);background:linear-gradient(180deg,rgba(0,0,0,.25),transparent)}html[data-opanda-theme=modern-hackerman] .op-card__content{padding:clamp(22px,4vw,34px);display:grid;gap:22px}html[data-opanda-theme=modern-hackerman] .op-card__footer{padding:18px 24px;border-top:1px solid var(--glass-stroke);color:var(--muted);font-size:.9rem;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}html[data-opanda-theme=modern-hackerman] .op-card.op-card--outline{box-shadow:none}html[data-opanda-theme=modern-hackerman] .op-card.op-card--flat{border-color:transparent;box-shadow:none}html[data-opanda-theme=modern-hackerman] .op-card.op-card--elevated:hover{border-color:var(--brand2);box-shadow:0 12px 38px #9d4edd2e;transform:translateY(-1px)}html[data-opanda-theme=modern-hackerman] .op-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--icon-size-md);height:var(--icon-size-md);padding:var(--icon-pad-md);color:var(--brand2);border:var(--btn-border-w) solid transparent;background:transparent;cursor:pointer;transition:var(--btn-transition);overflow:hidden;z-index:0}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--sm{width:var(--icon-size-sm);height:var(--icon-size-sm);padding:var(--icon-pad-sm)}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--md{width:var(--icon-size-md);height:var(--icon-size-md);padding:var(--icon-pad-md)}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--lg{width:var(--icon-size-lg);height:var(--icon-size-lg);padding:var(--icon-pad-lg)}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--round{border-radius:9999px}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--square{border-radius:calc(var(--btn-radius) - 2px)}html[data-opanda-theme=modern-hackerman] .op-icon-btn__content{position:relative;z-index:2;display:inline-flex;line-height:0}html[data-opanda-theme=modern-hackerman] .op-icon-btn__fill{position:absolute;inset:0;background:var(--brand1);transform:scaleX(0);transform-origin:left center;transition:transform .28s ease;z-index:1}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--ghost{background:transparent;border-color:transparent}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--outline{background:linear-gradient(var(--surface),var(--surface)) padding-box,var(--grad) border-box;border:var(--btn-border-w) solid transparent}html[data-opanda-theme=modern-hackerman] .op-icon-btn.op-icon-btn--solid{background:var(--brand1);color:var(--brand2)}html[data-opanda-theme=modern-hackerman] .op-icon-btn:hover:not(.is-disabled):not(:disabled),html[data-opanda-theme=modern-hackerman] .op-icon-btn:focus-visible:not(.is-disabled):not(:disabled){transform:var(--btn-hover-motion);filter:drop-shadow(0 10px 24px rgba(157,78,221,.26));background-color:#9d4edd42;color:var(--brand)}html[data-opanda-theme=modern-hackerman] .op-icon-btn:hover .op-icon-btn__fill,html[data-opanda-theme=modern-hackerman] .op-icon-btn:focus-visible .op-icon-btn__fill{transform:scaleX(1)}html[data-opanda-theme=modern-hackerman] .op-icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #64ff8f73,0 0 0 6px #9d4edd59}html[data-opanda-theme=modern-hackerman] .op-icon-btn.is-disabled,html[data-opanda-theme=modern-hackerman] .op-icon-btn:disabled{opacity:.6;cursor:not-allowed;filter:none;transform:none}html[data-opanda-theme=modern-hackerman] .op-icon-btn:hover,html[data-opanda-theme=modern-hackerman] .op-icon-btn:focus-visible{color:var(--brand2)}html[data-opanda-theme=modern-hackerman] .op-title{position:relative;display:inline-flex;font-size:var(--font-size-md);color:var(--brand);cursor:pointer;font-weight:700}html[data-opanda-theme=modern-hackerman] .op-title.op-title--sm{font-size:var(--font-size-sm)}html[data-opanda-theme=modern-hackerman] .op-title.op-title--md{font-size:var(--font-size-md)}html[data-opanda-theme=modern-hackerman] .op-title.op-title--lg{font-size:var(--font-size-lg)}html[data-opanda-theme=modern-hackerman] .op-title:hover,html[data-opanda-theme=modern-hackerman] .op-title:focus-visible{color:var(--brand2)}html[data-opanda-theme=modern-hackerman] .op-title-animated:hover,html[data-opanda-theme=modern-hackerman] .op-title-animated:focus-visible{transform:var(--font-hover-motion);transition:transform .25s ease-in-out}html[data-opanda-theme=modern-hackerman] .op-ribbon{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-size-md);color:var(--brand);cursor:pointer;font-weight:700;border-top:1px solid var(--brand);border-bottom:1px solid var(--brand);padding-block:24px;padding-inline:clamp(16px,6vw,90px);min-width:min(440px,100%);max-width:100%}html[data-opanda-theme=modern-hackerman] .op-ribbon .op-title{margin:0}html[data-opanda-theme=modern-hackerman] .op-ribbon:hover{color:var(--brand2);border-top:1px solid var(--brand2);border-bottom:1px solid var(--brand2);background-color:#9d4edd26;transition:background-color .15s ease}html[data-opanda-theme=modern-hackerman] .op-ribbon:hover .op-title{color:var(--brand2);transform:var(--font-hover-motion);transition:transform .25s ease-in-out}html[data-opanda-theme=classic-opanda]{--surface: #0a0d12;--text: #e6e6e6;--muted: #9aa3af;--brand: #fff;--brand2: #fff;--radius: 4px;--shadow: 0 15px 50px rgba(0, 0, 0, .55);--grad: linear-gradient( 90deg, var(--brand), var(--brand2));--btn-bg: transparent;--bg: var(--surface);--ink: var(--text);--glass: rgba(255, 255, 255, .06);--glass-stroke: rgba(255, 255, 255, .12);--btn-radius: 24px;--btn-border-w: 1px;--btn-hover-motion: translateX(6px);--btn-transition: transform .12s ease-out, filter .18s ease, background .18s ease, color .18s ease;--icon-size-sm: 32px;--icon-size-md: 40px;--icon-size-lg: 48px;--icon-pad-sm: 6px;--icon-pad-md: 8px;--icon-pad-lg: 10px}html[data-theme=dark]{--surface: #080b10;--text: #e8e8e8;--brand: #000;--brand2: #000;--grad: linear-gradient( 90deg, var(--brand), var(--brand2));--bg: var(--surface);--ink: var(--text)}html[data-opanda-theme=classic-opanda] .op-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1rem;border-radius:var(--btn-radius);font-weight:700;letter-spacing:.3px;text-decoration:none;cursor:pointer;color:#fff;border:var(--btn-border-w) solid transparent;background:linear-gradient(var(--surface),var(--surface)) padding-box,var(--grad) border-box;transform:translate(0);transition:var(--btn-transition);overflow:hidden;z-index:0}html[data-opanda-theme=classic-opanda] .op-btn:hover:not(.is-disabled):not(:disabled),html[data-opanda-theme=classic-opanda] .op-btn:focus-visible:not(.is-disabled):not(:disabled){transform:var(--btn-hover-motion);color:#0b0d10;filter:drop-shadow(0 10px 24px rgba(117,115,118,.26));background:var(--grad) padding-box,var(--grad) border-box}html[data-opanda-theme=classic-opanda] .op-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff73,0 0 0 6px #ffffff59}html[data-opanda-theme=classic-opanda] .op-btn.op-btn--sm{padding:.55rem .8rem;font-size:.875rem}html[data-opanda-theme=classic-opanda] .op-btn.op-btn--md{padding:.8rem 1rem;font-size:1rem}html[data-opanda-theme=classic-opanda] .op-btn.op-btn--lg{padding:1rem 1.2rem;font-size:1.05rem;border-radius:calc(var(--btn-radius) + 2px)}html[data-opanda-theme=classic-opanda] .op-btn.op-btn--solid{background:var(--grad);color:#0b0d10;border:none}html[data-opanda-theme=classic-opanda] .op-btn.op-btn--outline{background:linear-gradient(var(--surface),var(--surface)) padding-box,var(--grad) border-box;color:#fff;border:var(--btn-border-w) solid transparent}html[data-opanda-theme=classic-opanda] .op-btn.op-btn--ghost{background:transparent;border-color:transparent;color:#9feaf9}html[data-opanda-theme=classic-opanda] .op-btn.is-disabled,html[data-opanda-theme=classic-opanda] .op-btn:disabled{opacity:.6;cursor:not-allowed;filter:none;transform:none}html[data-opanda-theme=impact-hackerman]{--surface: #0a0d12;--text: #e6e6e6;--muted: #9aa3af;--brand: #64ff8f;--brand2: #9d4edd;--radius: 4px;--shadow: 0 15px 50px rgba(0, 0, 0, .55);--grad: linear-gradient( 90deg, var(--brand), var(--brand2));--btn-bg: transparent;--bg: var(--surface);--ink: var(--text);--glass: rgba(255, 255, 255, .06);--glass-stroke: rgba(255, 255, 255, .12);--btn-radius: 0px;--btn-border-w: 3px;--btn-hover-motion: translateX(6px);--btn-transition: transform .12s ease-out, filter .18s ease, background .18s ease, color .18s ease;--icon-size-sm: 32px;--icon-size-md: 40px;--icon-size-lg: 48px;--icon-pad-sm: 6px;--icon-pad-md: 8px;--icon-pad-lg: 10px;--font-size-sm: 16px;--font-size-md: 24px;--font-size-lg: 48px;--font-hover-motion: translateX(12px)}html[data-theme=dark]{--surface: #080b10;--text: #e8e8e8;--brand: #7dff9a;--brand2: #b07aff;--grad: linear-gradient( 90deg, var(--brand), var(--brand2));--bg: var(--surface);--ink: var(--text)}html[data-opanda-theme=impact-hackerman] .op-btn:hover{color:#1a1a1a;background:url(/assets/impact-hackerman-hover-BFgzvbYa.png);background-size:180px;background-color:var(--brand);box-shadow:0 0 20px #00e188cc,0 0 40px #00e18899,0 0 60px #00e18866;transition-delay:.3s;animation:animate .5s steps(8) forwards}:root{--font-brand: "Space Grotesk", sans-serif}body{font-family:var(--font-brand)}button,input,select,textarea{font-family:inherit}html[data-opanda-theme=impact-hackerman]{--surface: #0a0d12;--text: #e6e6e6;--muted: #9aa3af;--brand: #64ff8f;--brand2: #9d4edd;--radius: 4px;--shadow: 0 15px 50px rgba(0, 0, 0, .55);--grad: linear-gradient(90deg, var(--brand), var(--brand2));--btn-bg: transparent;--bg: var(--surface);--ink: var(--text);--glass: rgba(255, 255, 255, .06);--glass-stroke: rgba(255, 255, 255, .12);--btn-radius: 0px;--btn-border-w: 3px;--btn-hover-motion: translateX(6px);--btn-transition: transform .12s ease-out, filter .18s ease, background .18s ease, color .18s ease;--icon-size-sm: 32px;--icon-size-md: 40px;--icon-size-lg: 48px;--icon-pad-sm: 6px;--icon-pad-md: 8px;--icon-pad-lg: 10px;--font-size-sm: 16px;--font-size-md: 24px;--font-size-lg: 48px;--font-hover-motion: translateX(12px)}html[data-theme=dark]{--surface: #080b10;--text: #e8e8e8;--brand: #7dff9a;--brand2: #b07aff;--grad: linear-gradient(90deg, var(--brand), var(--brand2));--bg: var(--surface);--ink: var(--text)}html[data-opanda-theme=impact-hackerman] .op-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background-color:transparent;border:var(--btn-border-w) solid var(--brand);padding:15px 30px;display:inline-block;font-weight:700;color:var(--brand);text-transform:uppercase;text-decoration:none;box-shadow:0 0 10px #00e18880,0 0 20px #00e1884d,0 0 30px #00e18833;transition:all .4s ease;position:relative;overflow:hidden}html[data-opanda-theme=impact-hackerman] .op-btn:hover{color:#1a1a1a;background:url(/assets/impact-hackerman-hover-BFgzvbYa.png);background-size:180px;background-color:var(--brand);box-shadow:0 0 20px #00e188cc,0 0 40px #00e18899,0 0 60px #00e18866;transition-delay:.3s;animation:animate .5s steps(8) forwards}@keyframes animate{0%{background-position-y:0}to{background-position-y:-480px}}html[data-opanda-theme=impact-hackerman] .op-btn.op-btn--sm{padding:.55rem .8rem;font-size:var(--font-size-sm)}html[data-opanda-theme=impact-hackerman] .op-btn.op-btn--md{padding:.8rem 1rem;font-size:var(--font-size-md)}html[data-opanda-theme=impact-hackerman] .op-btn.op-btn--lg{padding:1rem 1.2rem;font-size:var(--font-size-lg)}html[data-opanda-theme=impact-hackerman] .op-btn.op-btn--solid{background:#0f9;color:#1a1a1a;border:none;transition-delay:0s}html[data-opanda-theme=impact-hackerman] .op-box-wrapper{padding:20px}html[data-opanda-theme=impact-hackerman] .op-box{background-color:transparent;border-top:2px solid var(--brand);border-bottom:2px solid var(--brand);border-left:none;border-right:none;display:block;width:100%;max-width:100vw;box-sizing:border-box;position:relative;background-image:radial-gradient(circle,rgba(0,255,102,.3) 1px,transparent 1px);background-size:24px 8px}html[data-opanda-theme=impact-hackerman] .op-box:before,.op-box:after{content:"";position:absolute;left:0;right:0;height:0;pointer-events:none;border-top:2px solid transparent}html[data-opanda-theme=impact-hackerman] .op-box:before{top:0;box-shadow:0 -4px 12px #00e18899,0 -8px 20px #00e18866,0 -12px 30px #00e18833}html[data-opanda-theme=impact-hackerman] .op-box:after{bottom:0;box-shadow:0 4px 12px #00e18899,0 8px 20px #00e18866,0 12px 30px #00e18833}html[data-opanda-theme=impact-hackerman] .op-box .corner{position:absolute;width:8px;height:8px;border:2px solid var(--brand)}html[data-opanda-theme=impact-hackerman] .op-box .corner.tl{top:-2px;left:-2px;border-right:none;border-bottom:none}html[data-opanda-theme=impact-hackerman] .op-box .corner.tr{top:-2px;right:-2px;border-left:none;border-bottom:none}html[data-opanda-theme=impact-hackerman] .op-box .corner.bl{bottom:-2px;left:-2px;border-right:none;border-top:none}html[data-opanda-theme=impact-hackerman] .op-box .corner.br{bottom:-2px;right:-2px;border-left:none;border-top:none}html[data-opanda-theme=impact-hackerman] .op-box__content{position:relative;z-index:1}html[data-opanda-theme=impact-hackerman] .op-title{position:relative;display:inline-flex;align-items:center;font-size:var(--font-size-md);color:var(--brand);cursor:pointer;font-weight:700;margin:0}html[data-opanda-theme=impact-hackerman] .op-title.op-title--left{justify-content:flex-start;text-align:left;width:100%}html[data-opanda-theme=impact-hackerman] .op-title.op-title--center{justify-content:center;text-align:center;width:100%}html[data-opanda-theme=impact-hackerman] .op-title.op-title--right{justify-content:flex-end;text-align:right;width:100%}html[data-opanda-theme=impact-hackerman] .op-title.op-title--sm{font-size:var(--font-size-sm)}html[data-opanda-theme=impact-hackerman] .op-title.op-title--md{font-size:var(--font-size-md)}html[data-opanda-theme=impact-hackerman] .op-title.op-title--lg{font-size:var(--font-size-lg)}html[data-opanda-theme=impact-hackerman] .op-title-hover-change:hover,html[data-opanda-theme=impact-hackerman] .op-title-hover-change:focus-visible{color:var(--brand2)}html[data-opanda-theme=impact-hackerman] .op-title-animated:hover,html[data-opanda-theme=impact-hackerman] .op-title-animated:focus-visible{transform:var(--font-hover-motion);transition:transform .25s ease-in-out}html[data-opanda-theme=impact-hackerman] .op-card{background:#19ff7533;border:1px solid var(--brand);box-shadow:var(--shadow);color:var(--ink);transition:box-shadow .2s ease,border-color .2s ease,transform .18s ease;overflow:hidden}html[data-opanda-theme=impact-hackerman] .op-card__header{display:flex;align-items:center;gap:18px;padding:clamp(18px,3vw,28px);background:linear-gradient(180deg,rgba(0,0,0,.25),transparent)}html[data-opanda-theme=impact-hackerman] .op-card__content{padding:clamp(22px,4vw,34px);display:grid;gap:22px}html[data-opanda-theme=impact-hackerman] .op-card__footer{padding:18px 24px;border-top:1px dotted var(--glass-stroke);color:var(--muted);font-size:.9rem;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}html[data-opanda-theme=impact-hackerman] .op-card.op-card--outline{box-shadow:none}html[data-opanda-theme=impact-hackerman] .op-card.op-card--flat{border-color:transparent;box-shadow:none}html[data-opanda-theme=impact-hackerman] .op-card.op-card--elevated:hover{box-shadow:0 12px 38px #19ff752e;transform:translateY(-1px)}html[data-opanda-theme=impact-hackerman] .op-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:var(--icon-size-md);height:var(--icon-size-md);padding:var(--icon-pad-md);color:var(--brand);border:var(--btn-border-w) solid transparent;background:transparent;cursor:pointer;transition:var(--btn-transition);overflow:hidden;z-index:0}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--sm{width:var(--icon-size-sm);height:var(--icon-size-sm);padding:var(--icon-pad-sm)}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--md{width:var(--icon-size-md);height:var(--icon-size-md);padding:var(--icon-pad-md)}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--lg{width:var(--icon-size-lg);height:var(--icon-size-lg);padding:var(--icon-pad-lg)}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--round{border-radius:9999px}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--square{border-radius:calc(var(--btn-radius) - 2px)}html[data-opanda-theme=impact-hackerman] .op-icon-btn__content{position:relative;z-index:2;display:inline-flex;line-height:0}html[data-opanda-theme=impact-hackerman] .op-icon-btn__fill{position:absolute;inset:0;background:var(--brand1);transform:scaleX(0);transform-origin:left center;transition:transform .28s ease;z-index:1}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--ghost{background:transparent;border-color:transparent}html[data-opanda-theme=impact-hackerman] .op-icon-btn.op-icon-btn--solid{background:var(--brand1);color:var(--brand2)}html[data-opanda-theme=impact-hackerman] .op-icon-btn:hover:not(.is-disabled):not(:disabled),html[data-opanda-theme=impact-hackerman] .op-icon-btn:focus-visible:not(.is-disabled):not(:disabled){transform:var(--btn-hover-motion);filter:drop-shadow(0 10px 24px rgba(25,255,117,.26));background-color:#19ff7542;color:var(--brand)}html[data-opanda-theme=impact-hackerman] .op-icon-btn:hover .op-icon-btn__fill,html[data-opanda-theme=impact-hackerman] .op-icon-btn:focus-visible .op-icon-btn__fill{transform:scaleX(1)}html[data-opanda-theme=impact-hackerman] .op-icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #64ff8f73,0 0 0 6px #19ff7559}html[data-opanda-theme=impact-hackerman] .op-icon-btn.is-disabled,html[data-opanda-theme=impact-hackerman] .op-icon-btn:disabled{opacity:.6;cursor:not-allowed;filter:none;transform:none}html[data-opanda-theme=impact-hackerman] .op-icon-btn:hover,html[data-opanda-theme=impact-hackerman] .op-icon-btn:focus-visible{color:var(--brand2)}html[data-opanda-theme=impact-hackerman] .op-ribbon{position:relative;display:inline-flex;align-items:center;justify-content:center;font-size:var(--font-size-md);color:var(--brand);cursor:pointer;font-weight:700;border-top:1px solid var(--brand);border-bottom:1px solid var(--brand);padding-block:24px;padding-inline:clamp(16px,6vw,90px);min-width:min(440px,100%);max-width:100%}html[data-opanda-theme=impact-hackerman] .op-ribbon .op-title{margin:0}html[data-opanda-theme=impact-hackerman] .op-ribbon:hover{color:var(--brand2);background-color:#3aff8955;transition:background-color .15s ease}html[data-opanda-theme=impact-hackerman] .op-ribbon:hover .op-title{transform:var(--font-hover-motion);transition:transform .25s ease-in-out}html[data-opanda-theme=impact-hackerman] .op-drawer-root{z-index:950}html[data-opanda-theme=impact-hackerman] .op-drawer{position:fixed;top:0;right:0;height:100vh;min-height:100vh;width:min(100vw,600px);background-color:#1d1d1d;box-shadow:-20px 0 40px #00000059;border-top-left-radius:20px;border-bottom-left-radius:20px;will-change:transform;transform:translate(110%);transition:transform .3s ease;z-index:950;isolation:isolate}html[data-opanda-theme=impact-hackerman] .op-drawer.is-open{transform:translate(0)}html[data-opanda-theme=impact-hackerman] .op-drawer-overlay{position:fixed;inset:0;background:#00000080;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:940}html[data-opanda-theme=impact-hackerman] .op-drawer-overlay.is-open{opacity:1;pointer-events:auto}html[data-opanda-theme=impact-hackerman] .op-drawer{gap:0!important;padding:0!important}html[data-opanda-theme=impact-hackerman] .op-drawer>div{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;height:100%;padding-top:150px;gap:0!important}html[data-opanda-theme=impact-hackerman] .op-header-item,html[data-opanda-theme=impact-hackerman] .op-ribbon{margin:0!important}html[data-opanda-theme=impact-hackerman] .op-header{position:fixed;top:0;left:0;width:100%;z-index:900}html[data-opanda-theme=impact-hackerman] .op-header__bg{position:absolute;inset:0;background-color:#0000;transition:background-color .3s ease,box-shadow .3s ease;z-index:0}html[data-opanda-theme=impact-hackerman] .op-header.is-scrolled .op-header__bg{background-color:#000000d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 2px 12px #0006}html[data-opanda-theme=impact-hackerman] .op-header__inner{position:relative;display:flex;align-items:center;justify-content:space-between;padding:32px 48px;z-index:2}html[data-opanda-theme=impact-hackerman] .op-header__logo img{height:60px;transition:all .3s ease}@media (max-width: 768px){html[data-opanda-theme=impact-hackerman] .op-header__logo img{height:32px}}html[data-opanda-theme=impact-hackerman] .op-header__container{position:relative;width:100%;display:flex;align-items:center;justify-content:space-between}html[data-opanda-theme=impact-hackerman] .op-menu-button-wrapper{position:fixed;top:0;right:0;height:100px;display:flex;align-items:center;justify-content:flex-end;padding:0 48px;z-index:1101}@media (max-width: 768px){html[data-opanda-theme=impact-hackerman] .op-menu-button-wrapper{height:64px;padding:0 24px}}html[data-opanda-theme=impact-hackerman] .op-header-link{all:unset;cursor:pointer;display:inline-flex;justify-content:center;width:100%}html[data-opanda-theme=impact-hackerman] .op-menu-btn{position:fixed;top:32px;right:48px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--brand);cursor:pointer;z-index:9999;pointer-events:auto}html[data-opanda-theme=impact-hackerman] .op-menu-btn svg{pointer-events:none}@media (max-width: 768px){html[data-opanda-theme=impact-hackerman] .op-menu-btn{top:20px;right:20px}}html[data-opanda-theme=impact-hackerman] .op-footer{background:#0e0e0e;color:var(--ink);display:flex;flex-direction:column;align-items:center;padding:48px 64px;border-top:2px dashed var(--brand)}html[data-opanda-theme=impact-hackerman] .op-footer__inner{width:100%;max-width:1200px;display:flex;flex-direction:column;align-items:flex-start;gap:48px}html[data-opanda-theme=impact-hackerman] .op-footer__logo img{height:44px;transition:all .3s ease}@media (max-width: 768px){html[data-opanda-theme=impact-hackerman] .op-footer__logo img{height:32px}}html[data-opanda-theme=impact-hackerman] .op-footer__content{display:flex;justify-content:flex-start;align-items:flex-start;gap:80px;width:100%}html[data-opanda-theme=impact-hackerman] .op-footer__col{display:flex;flex-direction:column;gap:8px}html[data-opanda-theme=impact-hackerman] .op-footer__title{color:var(--brand);font-weight:700;margin-bottom:8px}html[data-opanda-theme=impact-hackerman] .op-footer__col ul{list-style:none;margin:0;padding:0}html[data-opanda-theme=impact-hackerman] .op-footer__col a,html[data-opanda-theme=impact-hackerman] .op-footer__col span{color:var(--ink);text-decoration:none;transition:color .3s ease}html[data-opanda-theme=impact-hackerman] .op-footer__col a:hover{color:var(--brand)}html[data-opanda-theme=impact-hackerman] .op-footer__copy{text-align:left;color:var(--muted);font-size:.9rem}html[data-opanda-theme=impact-hackerman] .op-footer__copy span{color:var(--brand);font-weight:600}@media (max-width: 1024px){html[data-opanda-theme=impact-hackerman] .op-footer__inner{align-items:center;text-align:center}html[data-opanda-theme=impact-hackerman] .op-footer__content{justify-content:center;align-items:flex-start;text-align:center;gap:64px}html[data-opanda-theme=impact-hackerman] .op-footer__copy{text-align:center}}@media (max-width: 768px){html[data-opanda-theme=impact-hackerman] .op-footer{padding:0 24px 48px}html[data-opanda-theme=impact-hackerman] .op-footer__dashline{margin-bottom:32px}html[data-opanda-theme=impact-hackerman] .op-footer__inner{align-items:center;text-align:center;gap:32px}html[data-opanda-theme=impact-hackerman] .op-footer__content{flex-direction:column;align-items:center;gap:24px}html[data-opanda-theme=impact-hackerman] .op-footer__copy{text-align:center}}@media (min-width: 1025px){html[data-opanda-theme=impact-hackerman] .op-footer__inner{flex-direction:column;align-items:center;gap:48px;width:100%}html[data-opanda-theme=impact-hackerman] .op-footer__top{display:flex;align-items:center;justify-content:space-evenly;width:100%;gap:64px;max-width:1200px}html[data-opanda-theme=impact-hackerman] .op-footer__separator{width:2px;height:100px;background-color:var(--brand);border-radius:1px;opacity:.8}html[data-opanda-theme=impact-hackerman] .op-footer__content{flex:1;display:flex;justify-content:space-around;align-items:flex-start;gap:80px}}html,body{margin:0;height:100%;background:var(--bg, rgb(29, 29, 29));color:var(--ink, #e6e6e6);background-image:repeating-linear-gradient(to bottom,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 1px,transparent 2px,transparent 4px),radial-gradient(1200px 600px at 80% -10%,rgba(24,0,44,.12),transparent 60%),radial-gradient(1000px 500px at 0% 120%,rgba(34,211,238,.08),transparent 60%);background-attachment:fixed,fixed,fixed;background-size:auto,cover,cover;background-position:center;background-repeat:no-repeat;scroll-behavior:smooth}[id]{scroll-margin-top:120px}
