body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.api-logger-drawer{background:radial-gradient(ellipse at 2% 20%,#50463c4d 0,#0000 15%),radial-gradient(ellipse at 3% 50%,#3c373266 0,#0000 12%),radial-gradient(ellipse at 2% 80%,#463c3259 0,#0000 15%),radial-gradient(circle at 1% 30%,#41372d4d 0,#0000 10%),radial-gradient(circle at 1% 70%,#463c3266 0,#0000 12%),#0a0a0a;border-left:3px solid #1a1a1a;box-shadow:inset 3px 0 8px #000c,inset 1.5px 0 6px #ffffff1a,inset 2px 2px 6px #3c322899,-8px 0 25px #0009;display:flex;flex-direction:column;height:100vh;position:fixed;right:-500px;top:0;transition:right .3s ease;width:500px;z-index:1000}.api-logger-drawer.open{right:0}.api-logger-toggle{align-items:center;background:radial-gradient(ellipse at 15% 25%,#50463c80 0,#0000 30%),radial-gradient(ellipse at 85% 20%,#3c373299 0,#0000 25%),radial-gradient(ellipse at 30% 75%,#463c328c 0,#0000 28%),radial-gradient(ellipse at 70% 85%,#322d28b3 0,#0000 32%),radial-gradient(circle at 10% 50%,#41372d80 0,#0000 22%),linear-gradient(90deg,#3a3a3a 0,#2a2a2a 50%,#1a1a1a);border:3px solid #1a1a1a;border-radius:12px 0 0 12px;border-right:none;box-shadow:inset 0 3px 6px #000c,inset 0 -3px 6px #ffffff1a,inset 1.5px 1.5px 5px #3c322899,inset -1.5px -1.5px 5px #28231e99,-3px 0 10px #0009;color:#ffb000;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:11px;font-weight:700;height:140px;justify-content:center;left:-40px;letter-spacing:2px;position:absolute;text-orientation:mixed;text-shadow:0 0 3px #ffb000;top:50%;transform:translateY(-50%);width:40px;writing-mode:vertical-rl}.api-logger-toggle:hover{background:radial-gradient(ellipse at 15% 25%,#5a504699 0,#0000 30%),radial-gradient(ellipse at 85% 20%,#46413cb3 0,#0000 25%),radial-gradient(ellipse at 30% 75%,#50463ca6 0,#0000 28%),radial-gradient(ellipse at 70% 85%,#3c3732cc 0,#0000 32%),radial-gradient(circle at 10% 50%,#4b413799 0,#0000 22%),linear-gradient(90deg,#4a4a4a 0,#3a3a3a 50%,#2a2a2a)}.api-logger-header{align-items:center;background:#1a1a1a;border-bottom:1px solid #666;box-shadow:0 1px 3px #00000080;display:flex;justify-content:space-between;padding:20px}.api-logger-title{color:#ffb000;font-family:Courier New,monospace;font-size:18px;font-weight:700;letter-spacing:2px;text-shadow:0 0 10px #ffb000}.api-logger-actions{display:flex;gap:10px}.api-logger-clear-btn{background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border:1px solid #666;box-shadow:inset 1px 1px 2px #fff3,inset -1px -1px 2px #00000080;color:#ffb000;cursor:pointer;font-family:Courier New,monospace;font-size:12px;font-weight:700;letter-spacing:1px;padding:8px 16px;text-shadow:0 0 3px #ffb000}.api-logger-clear-btn:hover{background:linear-gradient(180deg,#3a3a3a,#2a2a2a)}.api-logger-clear-btn:active{box-shadow:inset -1px -1px 2px #fff3,inset 1px 1px 2px #00000080}.api-logger-content{flex:1 1;overflow-y:auto;padding:10px}.api-logger-empty{color:#ffb000;font-family:Courier New,monospace;font-size:14px;opacity:.6;padding:40px 20px;text-align:center}.api-logger-list{display:flex;flex-direction:column;gap:10px}.api-logger-item{background:#1a1a1a;border:1px solid #666;box-shadow:inset 1px 1px 2px #ffffff1a,inset -1px -1px 2px #00000080;overflow:hidden}.api-logger-summary{cursor:pointer;padding:12px;transition:background .2s}.api-logger-summary:hover{background:#2a2a2a}.api-logger-summary.non-expandable{cursor:default}.api-logger-summary.non-expandable:hover{background:#1a1a1a}.api-logger-summary-line{align-items:center;display:flex;font-family:Courier New,monospace;font-size:12px;gap:10px;margin-bottom:8px}.api-logger-method{background:#ffb0001a;border:1px solid #666;box-shadow:inset 1px 1px 1px #ffffff1a,inset -1px -1px 1px #0000004d;font-weight:700;padding:2px 8px;text-shadow:0 0 3px #ffb000}.api-logger-method.post{background:#4caf501a;color:#4caf50;text-shadow:0 0 3px #4caf50}.api-logger-method.get{background:#2196f31a;color:#2196f3;text-shadow:0 0 3px #2196f3}.api-logger-method.stripe{background:#635bff1a;color:#635bff;text-shadow:0 0 3px #635bff}.api-logger-time{color:#ffb000;font-size:11px}.api-logger-status{border:1px solid #666;box-shadow:inset 1px 1px 1px #ffffff1a,inset -1px -1px 1px #0000004d;font-weight:700;margin-left:auto;padding:2px 8px}.api-logger-status.status-success{background:#4caf501a;color:#4caf50;text-shadow:0 0 3px #4caf50}.api-logger-status.status-error{background:#ff44441a;color:#f44;text-shadow:0 0 3px #f44}.api-logger-status.status-info{background:#ffb0001a;color:#ffb000;text-shadow:0 0 3px #ffb000}.api-logger-status.status-fyi{background:#635bff1a;color:#635bff;text-shadow:0 0 3px #635bff}.api-logger-url{color:#ffb000;font-family:Courier New,monospace;font-size:11px;margin-bottom:4px;opacity:.8;word-break:break-all}.api-logger-duration{opacity:.6}.api-logger-duration,.api-logger-stripe-id{color:#ffb000;font-family:Courier New,monospace;font-size:10px}.api-logger-stripe-id{font-weight:700;margin-top:4px;text-shadow:0 0 5px #ffb00080}.api-logger-details{background:#0a0a0a;border-top:1px solid #666;max-height:400px;overflow-y:auto;padding:12px}.api-logger-section{margin-bottom:15px}.api-logger-section:last-child{margin-bottom:0}.api-logger-section-title{font-size:12px;font-weight:700;letter-spacing:1px;margin-bottom:8px;text-shadow:0 0 5px #ffb000}.api-logger-code,.api-logger-section-title{color:#ffb000;font-family:Courier New,monospace}.api-logger-code{word-wrap:break-word;background:#000;border:1px solid #666;box-shadow:inset 1px 1px 2px #ffffff0d,inset -1px -1px 2px #00000080;font-size:11px;margin:0;overflow-x:auto;padding:10px;white-space:pre-wrap}*{scrollbar-color:#ffb000 #1a100a80;scrollbar-width:thin}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#1a100a80;border:1px solid #ffb00033}::-webkit-scrollbar-thumb{background:#ffb000;border:1px solid #0000004d;box-shadow:0 0 5px #ffb00080}::-webkit-scrollbar-thumb:hover{background:gold;box-shadow:0 0 8px #ffb000cc}::-webkit-scrollbar-corner{background:#1a100a80}.device-container{background:radial-gradient(ellipse at 20% 30%,#3c322880 0,#0000 40%),radial-gradient(ellipse at 80% 70%,#28231e99 0,#0000 45%),radial-gradient(ellipse at 40% 80%,#322d2866 0,#0000 35%),radial-gradient(circle at 15% 65%,#46372880 0,#0000 25%),radial-gradient(circle at 90% 20%,#37322d73 0,#0000 30%),linear-gradient(135deg,#4a4a4a,#2d2d2d 50%,#1a1a1a);height:100vh;left:0;padding-bottom:80px;position:fixed;top:0;width:100vw;z-index:100}.device-border,.device-container{align-items:center;display:flex;justify-content:center}.device-border{height:100%;position:relative;width:100%}@keyframes screenFall{0%{transform:translateY(0) rotate(0deg)}10%{transform:translateY(30px) rotate(-1deg)}to{transform:translateY(160vh) rotate(-10deg)}}.device-screen-container.screen-falling{animation:screenFall 1.6s cubic-bezier(.4,0,1,1) forwards;transition:none;z-index:20}.device-slot{align-items:center;background:linear-gradient(160deg,#111,#0a0a0a 60%,#141414);border:4px solid #2e2e2e;border-radius:20px;box-shadow:inset 0 18px 50px #000,inset 0 -14px 40px #000000f7,inset 18px 0 40px #000000f7,inset -18px 0 40px #000000f7,inset 0 0 80px #0009;display:flex;gap:30px;height:82%;justify-content:center;left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);width:980px}.device-slot-frame{border-radius:12px;box-shadow:inset 0 18px 45px #000,inset 18px 0 36px #000,inset 0 -10px 30px #000000f2,inset -10px 0 30px #000000f7,0 14px 32px #000000fa,14px 0 26px #000000eb,0 -7px 18px #000c,-7px 0 18px #000000bf,0 0 0 1px #ffffff2e;inset:30px;outline:40px solid #2e2e2e;outline-offset:0;pointer-events:none;position:absolute;z-index:5}.device-slot-frame:before{border-radius:18px;box-shadow:inset 0 0 35px 10px #000c;content:"";inset:-40px;pointer-events:none;position:absolute}.device-slot-screw-hole{background:radial-gradient(circle at 35% 30%,#1c1c1c 0,#080808 55%,#020202 100%);border-radius:50%;box-shadow:inset 0 2px 4px #000,inset 0 0 6px #000000f2,0 0 0 1.5px #ffffff1f,0 1px 2px #ffffff0f;height:8px;pointer-events:none;position:absolute;width:8px;z-index:6}.device-slot-screw-hole-tl{left:13px;top:13px}.device-slot-screw-hole-tr{right:13px;top:13px}.device-slot-screw-hole-bl{bottom:13px;left:13px}.device-slot-screw-hole-br{bottom:13px;right:13px}.device-slot-screw-hole-ml{left:10px;top:50%;transform:translateY(-50%)}.device-slot-screw-hole-mr{right:10px;top:50%;transform:translateY(-50%)}.device-cable-red-1{background:linear-gradient(180deg,#501414e6,#781919 50%,#3c0f0fe6);top:calc(50% - 24px)}.device-cable-red-1,.device-cable-red-2{border-radius:3px;box-shadow:0 2px 3px #0009,inset 0 1px 0 #ff646426;height:6px;left:-50px;position:absolute;width:750px;z-index:0}.device-cable-red-2{background:linear-gradient(180deg,#5a1919e6,#821e1e 50%,#461414e6);top:calc(50% - 16px)}.device-cable-red-3{background:linear-gradient(180deg,#551616e6,#7d1c1c 50%,#411212e6);border-radius:3px;box-shadow:0 2px 3px #0009,inset 0 1px 0 #ff646426;height:6px;left:-50px;position:absolute;top:calc(50% - 8px);width:750px;z-index:0}.device-cable-blue-1{background:linear-gradient(180deg,#142850e6,#193c78 50%,#0f1e3ce6);top:50%}.device-cable-blue-1,.device-cable-blue-2{border-radius:3px;box-shadow:0 2px 3px #0009,inset 0 1px 0 #6496ff26;height:6px;left:-50px;position:absolute;width:750px;z-index:0}.device-cable-blue-2{background:linear-gradient(180deg,#192d5ae6,#1e4682 50%,#142346e6);top:calc(50% + 8px)}.device-cable-blue-3{background:linear-gradient(180deg,#162a55e6,#1c417d 50%,#122041e6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #6496ff26;top:calc(50% + 16px)}.device-cable-blue-3,.device-cable-yellow-1{border-radius:3px;height:6px;left:-50px;position:absolute;width:750px;z-index:0}.device-cable-yellow-1{background:linear-gradient(180deg,#5a5014e6,#82781e 50%,#463c0fe6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #fff06426;top:calc(50% - 32px)}.device-cable-green-1{background:linear-gradient(180deg,#143c1ee6,#1e5a2d 50%,#0f2d16e6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #64ff9626;top:calc(50% + 24px)}.device-cable-green-1,.device-cable-orange-1{border-radius:3px;height:6px;left:-50px;position:absolute;width:750px;z-index:0}.device-cable-orange-1{background:linear-gradient(180deg,#5a2d0fe6,#824119 50%,#46230ae6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #ff965026;top:calc(50% + 32px)}.device-cable-vertical-red-1{background:linear-gradient(90deg,#501414e6,#781919 50%,#3c0f0fe6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #ff646426;left:calc(50% - 28px)}.device-cable-vertical-blue-1,.device-cable-vertical-red-1{border-radius:3px;bottom:-50px;height:400px;position:absolute;width:6px;z-index:0}.device-cable-vertical-blue-1{background:linear-gradient(90deg,#142850e6,#193c78 50%,#0f1e3ce6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #6496ff26;left:calc(50% - 20px)}.device-cable-vertical-yellow-1{background:linear-gradient(90deg,#5a5014e6,#82781e 50%,#463c0fe6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #fff06426;left:calc(50% - 12px)}.device-cable-vertical-green-1,.device-cable-vertical-yellow-1{border-radius:3px;bottom:-50px;height:400px;position:absolute;width:6px;z-index:0}.device-cable-vertical-green-1{background:linear-gradient(90deg,#143c1ee6,#1e5a2d 50%,#0f2d16e6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #64ff9626;left:calc(50% - 4px)}.device-cable-vertical-orange-1{background:linear-gradient(90deg,#5a2d0fe6,#824119 50%,#46230ae6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #ff965026;left:calc(50% + 4px)}.device-cable-vertical-orange-1,.device-cable-vertical-red-2{border-radius:3px;bottom:-50px;height:400px;position:absolute;width:6px;z-index:0}.device-cable-vertical-red-2{background:linear-gradient(90deg,#551616e6,#7d1c1c 50%,#411212e6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #ff646426;left:calc(50% + 12px)}.device-cable-vertical-blue-2{background:linear-gradient(90deg,#192d5ae6,#1e4682 50%,#142346e6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #6496ff26;left:calc(50% + 20px)}.device-cable-vertical-blue-2,.device-cable-vertical-green-2{border-radius:3px;bottom:-50px;height:400px;position:absolute;width:6px;z-index:0}.device-cable-vertical-green-2{background:linear-gradient(90deg,#164123e6,#205f32 50%,#113019e6);box-shadow:0 2px 3px #0009,inset 0 1px 0 #64ff9626;left:calc(50% + 28px)}.device-zip-tie-h-1{background:linear-gradient(90deg,#141414f2,#232323,#141414f2);border-radius:2px;box-shadow:0 2px 4px #000000e6,inset 0 1px 0 #5050504d;height:76px;left:75px;position:absolute;top:calc(50% - 36px);width:14px;z-index:1}.device-zip-tie-h-1:after{background:linear-gradient(180deg,#191919,#232323);border-radius:1px;box-shadow:0 1px 2px #000c;content:"";height:24px;position:absolute;right:-2px;top:50%;transform:translateY(-50%);width:17px}.device-zip-tie-v-1{background:linear-gradient(180deg,#141414f2,#232323,#141414f2);border-radius:2px;bottom:90px;box-shadow:0 2px 4px #000000e6,inset 0 1px 0 #5050504d;height:14px;left:calc(50% - 30px);position:absolute;width:68px;z-index:1}.device-zip-tie-v-1:after{background:linear-gradient(90deg,#191919,#232323);border-radius:1px;bottom:-2px;box-shadow:0 1px 2px #000c;content:"";height:17px;left:50%;position:absolute;transform:translateX(-50%);width:24px}.device-psu-slot{align-items:center;background:linear-gradient(145deg,#1a1a1a,#0d0d0d),repeating-linear-gradient(90deg,#0000,#0000 1px,#ffffff03 0,#ffffff03 2px);border:2px solid #2a2a2a;border-radius:6px;box-shadow:0 0 20px #000c,inset 0 0 15px #0009;display:flex;flex-direction:column;height:400px;justify-content:center;margin-top:50px;overflow:hidden;padding:15px;position:relative;width:420px}.device-psu-slot:before{border-radius:50%;box-shadow:0 0 0 1000px #111;height:320px;left:50%;top:50%;transform:translate(-50%,calc(-50% + 5px));width:320px;z-index:2}.device-psu-slot:after,.device-psu-slot:before{content:"";pointer-events:none;position:absolute}.device-psu-slot:after{background-image:radial-gradient(circle at 12px 12px,#0006 3px,#0000 0),radial-gradient(circle at 12px 12px,#ffffff14 2px,#0000 0),radial-gradient(circle at calc(100% - 12px) 12px,#0006 3px,#0000 0),radial-gradient(circle at calc(100% - 12px) 12px,#ffffff14 2px,#0000 0),radial-gradient(circle at 12px calc(100% - 12px),#0006 3px,#0000 0),radial-gradient(circle at 12px calc(100% - 12px),#ffffff14 2px,#0000 0),radial-gradient(circle at calc(100% - 12px) calc(100% - 12px),#0006 3px,#0000 0),radial-gradient(circle at calc(100% - 12px) calc(100% - 12px),#ffffff14 2px,#0000 0);border-radius:6px;height:100%;width:100%;z-index:4}.device-psu-inner-border{border:1px solid #ffffff08;border-radius:4px;inset:8px;pointer-events:none;position:absolute;z-index:5}.device-psu-label{color:#ffffff26;font-family:monospace;font-size:9px;font-weight:700;letter-spacing:2px;position:absolute;text-shadow:0 1px 1px #000c,0 -1px 1px #ffffff1a;top:10px;z-index:6}.device-psu-gif{border-radius:3px;filter:brightness(.7) saturate(1.3);height:360px;object-fit:contain;position:relative;transform:translateY(7px);width:380px;z-index:1}.device-service-log{background:repeating-linear-gradient(#0000,#0000 14px,#a08c5059 0,#a08c5059 16px),linear-gradient(160deg,#ede0b0,#e4d49a 40%,#dcc87e);box-shadow:2px 4px 8px #000000b3,1px 1px 0 #0000004d,inset 0 0 12px #64501426;padding:7px 8px 12px;pointer-events:none;position:absolute;right:385px;top:calc(50% - 300px);transform:rotate(-2.5deg);width:210px;z-index:4}.device-service-log-header{color:#2a1800;font-family:Courier New,monospace;font-size:7.5px;font-weight:700;letter-spacing:.5px;margin-bottom:5px;margin-top:-3px;text-align:center}.device-service-log-divider{border-top:1px solid #50320a80;margin-bottom:4px}.device-service-log-columns{align-items:flex-start;display:flex;gap:0}.device-service-log-col{flex:1 1}.device-service-log-col-divider{align-self:stretch;background:#50320a66;margin:0 8px;width:1px}.device-service-log-row{align-items:flex-start;color:#1e1000;display:flex;font-family:Courier New,monospace;font-size:10px;gap:6px;height:16px;justify-content:space-between;line-height:16px;padding-top:0}.device-service-log-sig{font-size:9px;font-style:italic;letter-spacing:.5px;text-transform:uppercase}.sig-a{font-family:Lucida Handwriting,Segoe Script,cursive}.sig-a,.sig-a .device-service-log-sig{font-size:7.5px}.sig-b{font-family:Mistral,Freestyle Script,cursive}.sig-b,.sig-b .device-service-log-sig{font-size:11px}.sig-c{font-family:Segoe Script,Comic Sans MS,cursive}.device-service-log-smudge{border-radius:50%;mix-blend-mode:multiply;pointer-events:none;position:absolute}.smudge-1{background:radial-gradient(ellipse,#37230a52 0,#2819052e 45%,#0000 70%);bottom:10px;filter:blur(2.5px);height:24px;right:12px;transform:rotate(-12deg);width:42px}.smudge-2{background:radial-gradient(ellipse,#321e0840 0,#2314051f 50%,#0000 72%);bottom:22px;filter:blur(2px);height:17px;right:30px;transform:rotate(8deg);width:26px}.smudge-3{background:radial-gradient(ellipse,#2d1c0833 0,#0000 68%);bottom:12px;filter:blur(1.5px);height:12px;right:46px;transform:rotate(-5deg);width:18px}.device-logic-unit{align-items:center;background:linear-gradient(145deg,#1a1a1a,#0d0d0d),repeating-linear-gradient(90deg,#0000,#0000 1px,#ffffff03 0,#ffffff03 2px);border:2px solid #2a2a2a;border-radius:6px;box-shadow:0 0 20px #000c,inset 0 0 15px #0009;display:flex;flex-direction:column;height:400px;justify-content:center;margin-top:50px;padding:15px;position:relative;width:280px}.device-logic-unit:before{border:1px solid #ffffff08;border-radius:4px;content:"";inset:8px;pointer-events:none;position:absolute}.device-logic-unit:after{background-image:radial-gradient(circle at 12px 12px,#0006 3px,#0000 0),radial-gradient(circle at 12px 12px,#ffffff14 2px,#0000 0),radial-gradient(circle at calc(100% - 12px) 12px,#0006 3px,#0000 0),radial-gradient(circle at calc(100% - 12px) 12px,#ffffff14 2px,#0000 0),radial-gradient(circle at 12px calc(100% - 12px),#0006 3px,#0000 0),radial-gradient(circle at 12px calc(100% - 12px),#ffffff14 2px,#0000 0),radial-gradient(circle at calc(100% - 12px) calc(100% - 12px),#0006 3px,#0000 0),radial-gradient(circle at calc(100% - 12px) calc(100% - 12px),#ffffff14 2px,#0000 0);border-radius:6px;content:"";height:100%;pointer-events:none;position:absolute;width:100%}.device-logic-label{color:#ffffff26;font-family:monospace;font-size:9px;font-weight:700;letter-spacing:2px;position:absolute;text-shadow:0 1px 1px #000c,0 -1px 1px #ffffff1a;top:10px;z-index:10}.device-circuit{background:#1a3a1a;border:2px solid #0f2a0f;border-radius:6px;box-shadow:0 0 30px #00500026,inset 0 0 20px #00000080;height:220px;overflow:hidden;position:relative;transform:rotate(90deg) translateX(0);width:340px}.device-circuit:before{background-image:linear-gradient(#003c004d 1px,#0000 0),linear-gradient(90deg,#003c004d 1px,#0000 0);background-size:20px 20px;content:"";inset:0;position:absolute}.device-circuit:after{background:linear-gradient(90deg,#0000 12px,#b48c00a6 0,#b48c00a6 14px,#0000 0) 0 30px /220px 1px no-repeat,linear-gradient(90deg,#0000 12px,#b48c00a6 0,#b48c00a6 14px,#0000 0) 0 42px /160px 1px no-repeat,linear-gradient(90deg,#0000 60px,#b48c008c 0,#b48c008c 62px,#0000 0) 0 58px /120px 1px no-repeat,linear-gradient(90deg,#0000,#b48c0099 0,#b48c0099 2px,#0000 0) 0 75px /280px 1px no-repeat,linear-gradient(90deg,#0000 30px,#b48c0080 0,#b48c0080 32px,#0000 0) 0 90px /140px 1px no-repeat,linear-gradient(90deg,#0000 200px,#b48c0099 0,#b48c0099 202px,#0000 0) 0 90px /100% 1px no-repeat,linear-gradient(90deg,#0000 60px,#b48c00a6 0,#b48c00a6 62px,#0000 0) 0 110px /100px 1px no-repeat,linear-gradient(90deg,#0000 240px,#b48c0099 0,#b48c0099 242px,#0000 0) 0 110px /100px 1px no-repeat,linear-gradient(90deg,#0000,#b48c008c 0,#b48c008c 2px,#0000 0) 0 130px /260px 1px no-repeat,linear-gradient(90deg,#0000 40px,#b48c0099 0,#b48c0099 42px,#0000 0) 0 148px /180px 1px no-repeat,linear-gradient(90deg,#0000 220px,#b48c008c 0,#b48c008c 222px,#0000 0) 0 148px /120px 1px no-repeat,linear-gradient(90deg,#0000 20px,#b48c00a6 0,#b48c00a6 22px,#0000 0) 0 165px /100% 1px no-repeat,linear-gradient(90deg,#0000 80px,#b48c0080 0,#b48c0080 82px,#0000 0) 0 182px /240px 1px no-repeat,linear-gradient(90deg,#0000,#b48c0099 0,#b48c0099 2px,#0000 0) 0 198px /160px 1px no-repeat,linear-gradient(#0000 8px,#b48c00a6 0,#b48c00a6 10px,#0000 0) 14px 0 /1px 100% no-repeat,linear-gradient(#0000 20px,#b48c008c 0,#b48c008c 22px,#0000 0) 30px 0 /1px 160px no-repeat,linear-gradient(#0000 60px,#b48c0099 0,#b48c0099 62px,#0000 0) 46px 0 /1px 100% no-repeat,linear-gradient(#0000,#b48c0080 0,#b48c0080 2px,#0000 0) 64px 0 /1px 120px no-repeat,linear-gradient(#0000 30px,#b48c00a6 0,#b48c00a6 32px,#0000 0) 80px 0 /1px 80px no-repeat,linear-gradient(#0000 110px,#b48c0099 0,#b48c0099 112px,#0000 0) 80px 0 /1px 100% no-repeat,linear-gradient(#0000 10px,#b48c008c 0,#b48c008c 12px,#0000 0) 100px 0 /1px 70px no-repeat,linear-gradient(#0000 140px,#b48c0080 0,#b48c0080 142px,#0000 0) 100px 0 /1px 80px no-repeat,linear-gradient(#0000,#b48c00a6 0,#b48c00a6 2px,#0000 0) 130px 0 /1px 80px no-repeat,linear-gradient(#0000 130px,#b48c0099 0,#b48c0099 132px,#0000 0) 130px 0 /1px 90px no-repeat,linear-gradient(#0000 20px,#b48c008c 0,#b48c008c 22px,#0000 0) 210px 0 /1px 100px no-repeat,linear-gradient(#0000 140px,#b48c0099 0,#b48c0099 142px,#0000 0) 210px 0 /1px 80px no-repeat,linear-gradient(#0000 10px,#b48c00a6 0,#b48c00a6 12px,#0000 0) 240px 0 /1px 60px no-repeat,linear-gradient(#0000 80px,#b48c0080 0,#b48c0080 82px,#0000 0) 260px 0 /1px 100% no-repeat,linear-gradient(#0000 30px,#b48c0099 0,#b48c0099 32px,#0000 0) 294px 0 /1px 140px no-repeat,linear-gradient(#0000 160px,#b48c008c 0,#b48c008c 162px,#0000 0) 320px 0 /1px 60px no-repeat;content:"";inset:0;position:absolute}.circuit-chip-main{background:linear-gradient(145deg,#2a2a2a,#1a1a1a);border:2px solid #333;border-radius:4px;box-shadow:0 0 10px #000c,inset 0 1px 2px #ffffff0d;height:80px;width:80px;z-index:2}.circuit-chip-main,.circuit-chip-main:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.circuit-chip-main:before{color:#fff6;content:"FB-9000";font-family:monospace;font-size:8px;letter-spacing:1px;white-space:nowrap}.circuit-chip-main:after{background:repeating-linear-gradient(90deg,#0000,#0000 8px,#b48c00b3 0,#b48c00b3 10px) top /100% 4px no-repeat,repeating-linear-gradient(90deg,#0000,#0000 8px,#b48c00b3 0,#b48c00b3 10px) bottom /100% 4px no-repeat,repeating-linear-gradient(#0000,#0000 8px,#b48c00b3 0,#b48c00b3 10px) 0 /4px 100% no-repeat,repeating-linear-gradient(#0000,#0000 8px,#b48c00b3 0,#b48c00b3 10px) 100% /4px 100% no-repeat;content:"";inset:-6px;position:absolute}.circuit-chip-sm{background:linear-gradient(145deg,#252525,#181818);border:1px solid #333;border-radius:2px;box-shadow:0 0 4px #0009;position:absolute;z-index:2}.circuit-chip-sm-1{height:18px;left:20px;top:20px;width:32px}.circuit-chip-sm-2{height:24px;right:30px;top:20px;width:24px}.circuit-chip-sm-3{bottom:25px;height:14px;left:40px;width:40px}.circuit-chip-sm-4{bottom:20px;height:18px;right:20px;width:18px}.circuit-dot{background:radial-gradient(circle at 35% 35%,#e8c840,#b89800);border-radius:50%;box-shadow:0 0 3px #b48c0080;height:6px;position:absolute;width:6px;z-index:3}.circuit-dot-1{left:36px;top:36px}.circuit-dot-2{left:116px;top:36px}.circuit-dot-3{left:36px;top:78px}.circuit-dot-4{left:196px;top:118px}.circuit-dot-5{left:36px;top:158px}.circuit-dot-6{left:286px;top:158px}.circuit-dot-7{left:286px;top:36px}.circuit-dot-8{left:196px;top:78px}.circuit-mount{background:#0f2a0f;border:1.5px solid #b48c0080;border-radius:50%;height:8px;position:absolute;width:8px;z-index:2}.circuit-mount-1{left:4px;top:4px}.circuit-mount-2{right:4px;top:4px}.circuit-mount-3{bottom:4px;left:4px}.circuit-mount-4{bottom:4px;right:4px}.circuit-ic{background:linear-gradient(145deg,#242424,#141414);border:1px solid #3a3a3a;border-radius:3px;box-shadow:0 0 6px #000c,inset 0 1px 1px #ffffff0a;position:absolute;z-index:2}.circuit-ic:before{background:#0006;border:1px solid #ffffff1a;border-radius:50%;content:"";height:6px;width:6px}.circuit-ic:after,.circuit-ic:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.circuit-ic:after{color:#ffffff4d;content:attr(data-label);font-family:monospace;font-size:5px;letter-spacing:.5px;white-space:nowrap}.circuit-ic-1{height:18px;left:10px;top:52px;width:52px}.circuit-ic-2{height:14px;right:12px;top:144px;width:38px}.circuit-ic-3{bottom:38px;height:12px;left:62px;width:28px}.circuit-cap{background:linear-gradient(180deg,#5a4800,#a07818 20%,#c89820 50%,#a07818 80%,#5a4800);border:1px solid #4a3a00;border-radius:2px 2px 1px 1px;height:13px;position:absolute;width:9px;z-index:2}.circuit-cap:before{background:linear-gradient(180deg,#e8c840,#a07818);border-radius:1px 1px 0 0;content:"";height:4px;left:1px;position:absolute;right:1px;top:0}.circuit-cap-1{left:62px;top:14px}.circuit-cap-2{left:76px;top:14px}.circuit-cap-3{left:92px;top:14px}.circuit-cap-4{right:56px;top:156px}.circuit-cap-5{right:70px;top:156px}.circuit-cap-6{right:14px;top:84px}.circuit-resistor{background:linear-gradient(90deg,#5a4830,#8b7040 8%,#c09050 15%,#e8c440 28%,#c09050 42%,#2a2a2a 49%,#2a2a2a 51%,#c09050 58%,#e8c440 72%,#c09050 85%,#8b7040 92%,#5a4830);border-radius:2px;height:7px;position:absolute;width:20px;z-index:2}.circuit-resistor-1{left:112px;top:10px;transform:rotate(0deg)}.circuit-resistor-2{left:112px;top:24px}.circuit-resistor-3{left:112px;top:38px}.circuit-resistor-4{bottom:42px;left:10px}.circuit-resistor-5{bottom:56px;left:10px}.circuit-resistor-6{right:52px;top:10px}.circuit-resistor-7{bottom:28px;left:84px}.circuit-crystal{background:linear-gradient(90deg,#777,#ccc 25%,#eee 50%,#ccc 75%,#777);border:1px solid #666;border-radius:3px;box-shadow:0 0 4px #00000080;height:26px;position:absolute;width:12px;z-index:2}.circuit-crystal:after{color:#00000080;content:"XTAL";font-family:monospace;font-size:4px;left:50%;letter-spacing:.5px;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-90deg);white-space:nowrap}.circuit-crystal-1{right:36px;top:6px}.circuit-led{background:radial-gradient(circle at 35% 35%,#4f9,#0a4);border-radius:50%;box-shadow:0 0 5px #00ff78e6,0 0 10px #00ff7866;height:6px;position:absolute;width:6px;z-index:3}.circuit-led-1{right:14px;top:8px}.circuit-connector{background:repeating-linear-gradient(90deg,#0000,#0000 2px,#b48c00cc 0,#b48c00cc 8px,#0000 0,#0000 12px);bottom:0;height:10px;left:50%;position:absolute;transform:translateX(-50%);width:220px;z-index:2}.circuit-label{color:#c8dcc84d;font-family:monospace;font-size:5px;letter-spacing:.3px;position:absolute;white-space:nowrap;z-index:4}.circuit-label-u1{left:10px;top:74px}.circuit-label-u2{right:40px;top:44px}.circuit-label-u3{right:10px;top:44px}.circuit-label-u4{right:12px;top:130px}.circuit-label-c1{left:60px;top:6px}.circuit-label-c2{left:74px;top:6px}.circuit-label-c3{left:90px;top:6px}.circuit-label-c4{right:54px;top:172px}.circuit-label-c5{right:68px;top:172px}.circuit-label-r1{left:134px;top:2px}.circuit-label-r2{left:134px;top:16px}.circuit-label-r3{left:134px;top:30px}.circuit-label-y1{right:28px;top:36px}.circuit-label-fb{font-size:4px;left:50%;opacity:.5;top:60px;transform:translateX(-50%)}.circuit-via{background:radial-gradient(circle at 35% 35%,#d4c040,#8b7800);border:1px solid #b48c004d;border-radius:50%;box-shadow:0 0 2px #b48c004d;height:4px;position:absolute;width:4px;z-index:3}.circuit-via-1{left:14px;top:30px}.circuit-via-2{left:14px;top:42px}.circuit-via-3{left:46px;top:42px}.circuit-via-4{left:30px;top:58px}.circuit-via-5{left:64px;top:58px}.circuit-via-6{left:14px;top:75px}.circuit-via-7{left:80px;top:75px}.circuit-via-8{left:30px;top:90px}.circuit-via-9{left:100px;top:90px}.circuit-via-10{left:14px;top:110px}.circuit-via-11{left:64px;top:110px}.circuit-via-12{left:14px;top:130px}.circuit-via-13{left:46px;top:148px}.circuit-via-14{left:14px;top:165px}.circuit-via-15{left:82px;top:165px}.circuit-via-16{left:14px;top:182px}.circuit-via-17{left:210px;top:30px}.circuit-via-18{left:240px;top:42px}.circuit-via-19{left:260px;top:75px}.circuit-via-20{left:210px;top:90px}.circuit-via-21{left:260px;top:110px}.circuit-via-22{left:240px;top:130px}.circuit-via-23{left:210px;top:148px}.circuit-via-24{left:260px;top:165px}.circuit-via-25{left:240px;top:182px}.circuit-via-26{left:130px;top:198px}.circuit-via-27{left:160px;top:198px}.circuit-via-28{left:190px;top:198px}.device-border-maximized .device-screen{border:none;border-radius:0;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1000}.device-corner{background:radial-gradient(circle at 30% 35%,#50463ca6 0,#0000 40%),radial-gradient(circle at 65% 70%,#322d28bf 0,#0000 38%),radial-gradient(circle at 20% 70%,#463c3299 0,#0000 35%),radial-gradient(circle,#6a6a6a 0,#3a3a3a 50%,#2a2a2a 100%);border-radius:50%;box-shadow:inset 0 3px 5px #ffffff4d,inset 0 -3px 5px #00000080,inset 1px 1px 5px #3c3228b3,0 3px 8px #0009;height:45px;position:absolute;width:45px}.device-corner:after{transform:translate(-50%,-50%)}.device-corner:after,.device-corner:before{background:#1a1a1a;box-shadow:inset 0 1px 2px #000c;content:"";height:18px;left:50%;position:absolute;top:50%;width:5px}.device-corner:before{transform:translate(-50%,-50%) rotate(90deg)}.device-corner-tl{left:20px;top:20px}.device-corner-tr{right:20px;top:20px}.device-corner-bl{bottom:-60px;left:20px}.device-corner-br{bottom:-60px;right:20px}.device-corner{cursor:pointer}.device-corner.spinning{animation:screwSpin .4s cubic-bezier(.1,0,.3,1) forwards}.device-corner.falling{animation:screwSpinFall 1.4s cubic-bezier(.4,0,1,1) forwards}.device-corner.fallen{pointer-events:none;visibility:hidden}.device-corner-hole{background:radial-gradient(circle,#080808 0,#181818 55%,#222 100%);border-radius:50%;box-shadow:inset 0 2px 6px #000000f2,inset 0 0 10px #000c;height:21px;position:absolute;width:21px}.device-corner-hole-tl{left:32px;top:32px}.device-corner-hole-tr{right:32px;top:32px}.device-corner-hole-bl{bottom:-48px;left:32px}.device-corner-hole-br{bottom:-48px;right:32px}.device-knob{align-items:center;background:radial-gradient(circle at 25% 30%,#463c32b3 0,#0000 30%),radial-gradient(circle at 70% 70%,#322d28cc 0,#0000 28%),radial-gradient(circle at 15% 85%,#41372d99 0,#0000 25%),radial-gradient(ellipse at center,#4a4a4a 0,#3a3a3a 50%,#2a2a2a 100%);border:2px solid #1a1a1a;border-radius:15px;box-shadow:inset 0 3px 8px #fff3,inset 0 -3px 8px #000c,inset 2px 3px 10px #3c322899,0 5px 15px #00000080;display:flex;height:220px;justify-content:center;left:calc(50% - 575px);padding:15px;position:absolute;top:50%;transform:translateY(-50%);width:80px;z-index:5}.device-knob:after{background:repeating-linear-gradient(0deg,#1a1a1a,#4a4a4a .5px,#6a6a6a 2px,#4a4a4a 3.5px,#1a1a1a 4px,#1a1a1a 5px,#4a4a4a 5.5px,#6a6a6a 7.5px,#4a4a4a 9.5px,#1a1a1a 10px,#1a1a1a 11px,#4a4a4a 11.5px,#6a6a6a 13.5px,#4a4a4a 15.5px,#1a1a1a 16px,#1a1a1a 18px,#4a4a4a 18.5px,#6a6a6a 21px,#4a4a4a 23.5px,#1a1a1a 24px,#1a1a1a 27px,#4a4a4a 27.5px,#6a6a6a 31px,#4a4a4a 34.5px,#1a1a1a 35px,#1a1a1a 39px,#4a4a4a 40px,#6a6a6a 44.5px,#4a4a4a 49px,#1a1a1a 50px,#1a1a1a 55px,#4a4a4a 56px,#6a6a6a 62px,#4a4a4a 68px,#1a1a1a 69px,#1a1a1a 76px,#4a4a4a 77px,#6a6a6a 85px,#4a4a4a 93px,#1a1a1a 94px,#1a1a1a 101px,#4a4a4a 102px,#6a6a6a 110px,#4a4a4a 118px,#1a1a1a 119px,#1a1a1a 126px,#4a4a4a 127px,#6a6a6a 133px,#4a4a4a 139px,#1a1a1a 140px,#1a1a1a 145px,#4a4a4a 146px,#6a6a6a 150.5px,#4a4a4a 155px,#1a1a1a 156px,#1a1a1a 160px,#4a4a4a 160.5px,#6a6a6a 164px,#4a4a4a 167.5px,#1a1a1a 168px,#1a1a1a 171px,#4a4a4a 171.5px,#6a6a6a 174px,#4a4a4a 176.5px,#1a1a1a 177px,#1a1a1a 178px,#4a4a4a 178.5px,#6a6a6a 179.5px,#4a4a4a 179.8px,#1a1a1a 180px),linear-gradient(90deg,#2a2a2a 0,#5a5a5a 20%,#6a6a6a 50%,#5a5a5a 80%,#2a2a2a);background-blend-mode:multiply;background-size:100% 180px,100% 100%;border:1px solid #0a0a0a;border-radius:10px;box-shadow:0 4px 10px #000c,inset 3px 0 6px #ffffff26,inset -3px 0 6px #000c,0 0 0 1px #00000080;content:"";height:180px;width:50px}.device-knob.rotating:after{animation:knobRotateInPlace .4s ease-in-out}@keyframes knobRotateInPlace{0%{background-position:0 0,0 0}to{background-position:0 180px,0 0}}.device-screen-container{background:radial-gradient(ellipse at 10% 20%,#50463c80 0,#0000 25%),radial-gradient(ellipse at 90% 15%,#3c373299 0,#0000 20%),radial-gradient(ellipse at 30% 85%,#463c328c 0,#0000 25%),radial-gradient(ellipse at 75% 90%,#322d28b3 0,#0000 30%),radial-gradient(circle at 5% 50%,#41372d80 0,#0000 20%),radial-gradient(circle at 95% 60%,#463c3299 0,#0000 18%),linear-gradient(135deg,#3a3a3a,#2a2a2a 50%,#1a1a1a);border:4px solid #1a1a1a;border-radius:20px;box-shadow:inset 0 4px 10px #000c,inset 0 -4px 10px #ffffff1a,inset 2px 2px 8px #3c322899,inset -2px -2px 8px #28231e99,0 10px 30px #0009;height:82%;padding:32px;position:relative;transition:all .6s cubic-bezier(.4,0,.2,1);width:980px;z-index:10}.device-screen{background:#0a0a0a;border:4px solid #ffb000;border-radius:12px;box-shadow:0 0 30px #ffb0004d,inset 0 0 100px #ffb0000d,inset 0 0 20px #000c;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;width:100%}.device-screen:before{background:repeating-linear-gradient(0deg,#ffb00008,#0000 1px,#0000 2px,#ffb00008 3px),radial-gradient(ellipse at center,#0000 40%,#0000001a 60%,#0000004d 80%,#32281e66 95%,#3c322880 100%);z-index:1000}.device-screen:after,.device-screen:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.device-screen:after{background:#000;opacity:0;transition:opacity .12s ease-out;z-index:999}.screen-falling .device-screen:after{opacity:1}.device-vents{display:flex;flex-direction:column;gap:8px;position:absolute;right:calc(50% - 600px);top:50%;transform:translateY(-50%)}.device-vent{background:linear-gradient(180deg,#1a1a1a 0,#0a0a0a 50%,#1a1a1a);border-radius:3px;box-shadow:inset 0 2px 3px #000c,0 1px 1px #ffffff1a;height:6px;width:100px}.device-label{color:#3a3a3a;font-family:Courier New,monospace;font-size:11px;font-weight:700;letter-spacing:1px;position:absolute;text-shadow:0 1px 1px #fff3;text-transform:uppercase}.device-label-knob{font-size:9px;left:calc(50% - 680px);letter-spacing:.5px;top:50%;transform:translateY(-50%) rotate(-90deg);transform-origin:center center}.device-label-screen{background:linear-gradient(180deg,#4a4a4a4d,#3a3a3a33 50%,#2d2d2d4d);box-shadow:0 -1px 2px #00000026,0 1px 3px #0003,inset 0 1px 0 #ffffff0d,inset 0 -1px 0 #00000026;font-size:14px;left:50%;letter-spacing:4px;padding:6px 40px;position:absolute;top:calc(9% - 45px);transform:translateX(-50%);z-index:10}.device-label-screen:after,.device-label-screen:before{background:radial-gradient(circle at 30% 30%,#5a5a5a99 0,#282828cc 60%,#141414e6 100%);border-radius:50%;box-shadow:inset 0 1px 1px #0006,inset 0 -1px 1px #ffffff1a,0 1px 2px #0000004d;content:"";height:6px;position:absolute;top:50%;transform:translateY(-50%);width:6px}.device-label-screen:before{left:12px}.device-label-screen:after{right:12px}.device-panel-line{background:linear-gradient(90deg,#0000 0,#1a1a1a 50%,#0000);height:2px;position:absolute;width:300px}.device-panel-line-top{left:50%;top:80px;transform:translateX(-50%)}.device-panel-line-bottom{bottom:80px;left:50%;transform:translateX(-50%)}.device-screws{height:calc(100% - 36px);left:18px;pointer-events:none;position:absolute;top:18px;width:calc(100% - 36px)}.device-screw{background:radial-gradient(circle at 35% 30%,#463c32cc 0,#0000 45%),radial-gradient(circle at 60% 65%,#37322db3 0,#0000 40%),radial-gradient(circle,#5a5a5a 0,#3a3a3a 50%,#2a2a2a 100%);border-radius:50%;box-shadow:inset 0 2px 3px #ffffff4d,inset 0 -2px 3px #00000080,inset 1px 1px 3px #3c3228b3,0 2px 4px #00000080;cursor:pointer;height:16px;pointer-events:auto;position:absolute;width:16px;z-index:1}.device-screw:after{height:1.5px;width:9px}.device-screw:after,.device-screw:before{background:#1a1a1a;box-shadow:0 0 1px #000c;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.device-screw:before{height:9px;width:1.5px}.device-screw-tl{left:-5px;top:-5px}.device-screw-tr{right:-5px;top:-5px}.device-screw-bl{bottom:-5px;left:-5px}.device-screw-br{bottom:-5px;right:-5px}.device-screw-ml{left:-8px}.device-screw-ml,.device-screw-mr{top:50%;transform:translateY(-50%)}.device-screw-mr{right:-8px}.device-screw-hole{background:radial-gradient(circle at 40% 35%,#111 0,#000 60%,#0a0a0a 100%);border-radius:50%;box-shadow:inset 0 2px 3px #000,inset 0 0 5px #000000e6;height:8px;pointer-events:none;position:absolute;width:8px;z-index:0}.device-screw-hole-tl{left:-1px;top:-1px}.device-screw-hole-tr{right:-1px;top:-1px}.device-screw-hole-bl{bottom:-1px;left:-1px}.device-screw-hole-br{bottom:-1px;right:-1px}.device-screw-hole-ml{left:-4px;top:50%;transform:translateY(-50%)}.device-screw-hole-mr{right:-4px;top:50%;transform:translateY(-50%)}@keyframes screwSpin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes screwSpinMid{0%{transform:translateY(-50%) rotate(0deg)}to{transform:translateY(-50%) rotate(1turn)}}@keyframes screwSpinFall{0%{transform:rotate(0deg)}25%{transform:rotate(1turn)}to{transform:rotate(1turn) translateY(150vh)}}@keyframes screwSpinFallMid{0%{transform:translateY(-50%) rotate(0deg)}25%{transform:translateY(-50%) rotate(1turn)}to{transform:translateY(150vh) rotate(1turn)}}.device-screw.spinning:not(.device-screw-ml):not(.device-screw-mr){animation:screwSpin .4s cubic-bezier(.1,0,.3,1) forwards}.device-screw-ml.spinning,.device-screw-mr.spinning{animation:screwSpinMid .4s cubic-bezier(.1,0,.3,1) forwards}.device-screw.falling:not(.device-screw-ml):not(.device-screw-mr){animation:screwSpinFall 1.4s cubic-bezier(.4,0,1,1) forwards}.device-screw-ml.falling,.device-screw-mr.falling{animation:screwSpinFallMid 1.4s cubic-bezier(.4,0,1,1) forwards}.device-screw.fallen{pointer-events:none;visibility:hidden}.device-header{align-items:center;background:linear-gradient(180deg,#2a1a0d,#1a100a);border-bottom:2px solid #ffb000;box-sizing:border-box;display:flex;justify-content:space-between;min-height:70px;padding:15px 20px;position:relative;transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:10}.device-back-button{align-items:center;background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:20px;font-weight:700;height:40px;justify-content:center;left:20px;padding:0;position:absolute;text-shadow:0 0 5px #ffb000;width:40px}.device-back-button:hover{background:#2a2a2a;box-shadow:0 0 10px #ffb00080}.device-maximize-button{align-items:center;background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:20px;font-weight:700;height:40px;justify-content:center;padding:0;position:absolute;right:20px;text-shadow:0 0 5px #ffb000;width:40px}.device-maximize-button:hover{background:#2a2a2a;box-shadow:0 0 10px #ffb00080}.device-settings-button{align-items:center;background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;padding:0;position:absolute;right:20px;text-shadow:0 0 5px #ffb000;transition:all .2s;width:40px}.device-settings-button:hover{background:#2a2a2a;box-shadow:0 0 10px #ffb00080}.device-settings-button.active{background:#ffb000;box-shadow:0 0 15px #ffb000cc;color:#000;text-shadow:none}.maximize-icon{grid-gap:0;display:grid;gap:0;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;height:100%;width:100%}.maximize-icon span{align-items:center;font-size:14px;line-height:1}.device-tabs,.maximize-icon span{display:flex;justify-content:center}.device-tabs{flex:1 1}.device-tabs-inner{display:flex;gap:5px}.device-tab{background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;font-family:Courier New,monospace;font-size:16px;font-weight:700;letter-spacing:2px;padding:10px 30px;text-shadow:0 0 5px #ffb000;transition:all .2s}.device-tab:hover{background:#2a2a2a;box-shadow:0 0 10px #ffb00080}.device-tab.active{background:#ffb000;box-shadow:0 0 15px #ffb000cc;color:#000;text-shadow:none}.device-tab-all{padding:10px 20px;-webkit-user-select:none;user-select:none}@keyframes tabDropdownSlide{0%{transform:translateY(-100%)}to{transform:translateY(0)}}.device-tab-all-dropdown{animation:tabDropdownSlide .22s ease-out;background:#1a1a1a;border:2px solid #ffb000;border-top:none;display:flex;flex-direction:column;overflow:hidden;position:absolute;z-index:5}.device-tab-all-item{border-top:1px solid #ffb00033;color:#ffb000;cursor:pointer;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:2px;padding:10px 16px;text-shadow:0 0 5px #ffb000;transition:background .15s}.device-tab-all-item:first-child{border-top:none}.device-tab-all-item:hover{background:#2a2a2a}.device-tab-all-item.active{background:#ffb000;color:#000;text-shadow:none}.device-close{background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;font-family:monospace;font-size:20px;height:40px;text-shadow:0 0 5px #ffb000;width:40px}.device-close:hover{background:red;border-color:red;color:#000;text-shadow:none}.device-content{display:flex;flex:1 1;overflow:hidden}.device-content-full{display:block;overflow-y:auto}.device-content-full .device-main{padding:30px;width:100%}.device-content-fading{animation:fadeInContent .25s ease-in-out}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}.device-sidebar{background:#1a100a80;border-right:2px solid #ffb000;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding:20px;scrollbar-gutter:stable;width:280px}.device-sidebar-section{margin-bottom:25px}.device-sidebar-section .device-sidebar-row+.device-sidebar-row{margin-top:8px}.device-sidebar-title{border-bottom:1px solid #ffb000;color:#ffb000;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:15px;padding-bottom:8px;text-shadow:0 0 8px #ffb000}.device-sidebar-row{display:flex;gap:8px}.device-sidebar-item{align-items:center;border:1px solid #0000;box-sizing:border-box;color:#ffb000;cursor:pointer;display:flex;flex:1 1;font-family:Courier New,monospace;font-size:13px;height:32px;justify-content:center;padding:0 15px;text-align:center;text-shadow:0 0 3px #ffb000;transition:all .2s}.device-sidebar-item:hover{background:#ffb0001a;border-color:#ffb000}.device-sidebar-item.selected{background:#ffb000;box-shadow:0 0 10px #ffb000cc;color:#000;font-weight:700;text-shadow:none}.device-option-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.device-option-label{flex-shrink:0;font-size:11px;font-weight:700;letter-spacing:1px;white-space:nowrap;width:100px}.device-option-label,.device-select{color:#ffb000;font-family:Courier New,monospace;text-shadow:0 0 3px #ffb000}.device-select{background:#1a100acc;border:1px solid #ffb000;box-shadow:0 0 5px #ffb0004d;cursor:pointer;font-size:13px;padding:12px 15px;width:100%}.device-select-inline{flex:1 1;font-size:12px;padding:8px 10px}.device-select:hover{background:#ffb0001a;box-shadow:0 0 8px #ffb00080}.device-select:focus{border-color:gold;box-shadow:0 0 12px #ffb000cc;outline:none}.device-input{background:#1a100acc;border:1px solid #ffb000;box-shadow:0 0 5px #ffb0004d;box-sizing:border-box;color:#ffb000;cursor:text;font-family:Courier New,monospace;font-size:13px;height:32px;padding:0 15px;text-shadow:0 0 3px #ffb000;width:100%}.device-input-inline{flex-shrink:0;font-size:13px;height:32px;padding:0 10px;width:100px}.device-input:hover{background:#ffb0001a;box-shadow:0 0 8px #ffb00080}.device-input:focus{border-color:gold;box-shadow:0 0 12px #ffb000cc;outline:none}.device-input::placeholder{color:#ffb000;opacity:.5}.device-button{background:#1a100acc;border:1px solid #ffb000;box-shadow:0 0 5px #ffb0004d;box-sizing:border-box;color:#ffb000;cursor:pointer;display:block;font-family:Courier New,monospace;font-size:13px;height:32px;line-height:32px;overflow:hidden;padding:0 15px;text-align:left;text-overflow:ellipsis;text-shadow:0 0 3px #ffb000;white-space:nowrap;width:100%}.device-button-inline{flex-shrink:0;font-size:13px;height:32px;padding:0 10px;width:100px}.device-button-full{align-items:center;display:flex;font-size:13px;height:32px;justify-content:center;padding:0 15px;text-align:center;width:100%}.device-button:hover{background:#ffb0001a;box-shadow:0 0 8px #ffb00080}.device-back-btn{align-items:center;background:#1a100acc;border:1px solid #ffb000;color:#ffb000;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:20px;height:40px;justify-content:center;left:20px;padding:0;position:absolute;text-shadow:0 0 3px #ffb000;width:40px}.device-back-btn:hover{background:#ffb0001a}.device-sidebar-section-full{display:flex;flex-direction:column;height:100%;margin-bottom:0}.device-sidebar-header{align-items:center;display:flex;flex-shrink:0;gap:10px;margin-bottom:15px}.device-sidebar-back-btn{align-items:center;background:#1a100acc;border:1px solid #ffb000;color:#ffb000;cursor:pointer;display:flex;flex-shrink:0;font-family:Courier New,monospace;font-size:20px;height:40px;justify-content:center;padding:0;text-shadow:0 0 3px #ffb000;width:40px}.device-sidebar-back-btn:hover{background:#ffb0001a}.device-sidebar-title-fixed{border-bottom:1px solid #ffb000;color:#ffb000;flex:1 1;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:2px;padding-bottom:8px;text-shadow:0 0 8px #ffb000}.device-payment-methods-list{flex:1 1;overflow-x:hidden;overflow-y:auto}.device-payment-method{align-items:center;border:1px solid #0000;color:#ffb000;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:13px;gap:10px;margin-bottom:5px;padding:12px 15px;text-shadow:0 0 3px #ffb000}.device-payment-method:hover{background:#ffb0001a;border-color:#ffb000}.device-payment-method.selected{background:#ffb00033;border-color:#ffb000;box-shadow:0 0 5px #ffb00080}.device-checkbox{border:1px solid #ffb000;display:inline-block;flex-shrink:0;font-size:12px;height:16px;line-height:14px;text-align:center;width:16px}.device-select option{background:#1a1a1a;padding:8px}.device-main,.device-select option{color:#ffb000;font-family:Courier New,monospace}.device-main{flex:1 1;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:20px;position:relative}.device-pending-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:1000}.device-pending-message{animation:pulse-glow 1.5s ease-in-out infinite;background:#1a100ae6;border:2px solid #ffb000;box-shadow:0 0 30px #ffb00099,inset 0 0 20px #ffb0001a;color:#ffb000;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:2px;padding:15px 25px;text-shadow:0 0 15px #ffb000}@keyframes pulse-glow{0%,to{box-shadow:0 0 30px #ffb00099,inset 0 0 20px #ffb0001a}50%{box-shadow:0 0 50px #ffb000e6,inset 0 0 30px #ffb00033}}.device-main .mode-selector-table,.device-main h2{display:none}.device-footer{align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:calc(91% + 20px);transform:translateX(-50%);transition:transform .6s cubic-bezier(.4,0,.2,1);z-index:5}.device-indicators{align-items:center;display:flex;gap:60px}.device-view-indicator{cursor:pointer;flex-direction:column;gap:8px}.device-view-indicator,.indicator-light-wrapper{align-items:center;display:flex;transition:all .2s}.indicator-light-wrapper{background:radial-gradient(circle at 30% 30%,#463c32a6 0,#0000 40%),radial-gradient(circle at 70% 65%,#322d28bf 0,#0000 38%),radial-gradient(circle at 25% 75%,#41372d99 0,#0000 35%),radial-gradient(circle,#4a4a4a 0,#3a3a3a 50%,#2a2a2a 100%);border:2px solid #1a1a1a;border-radius:50%;box-shadow:inset 0 3px 6px #fff3,inset 0 -3px 6px #000c,inset 1px 1px 5px #3c3228b3,0 4px 12px #00000080;height:44px;justify-content:center;width:44px}.device-view-indicator:hover .indicator-light-wrapper{background:radial-gradient(circle,#5a5a5a 0,#4a4a4a 50%,#3a3a3a 100%)}.indicator-light{background:radial-gradient(circle,#3a0000 0,#1a0000 70%,#0a0000 100%);border:2px solid #2a0000;border-radius:50%;box-shadow:inset 0 2px 4px #000c,0 0 5px #ff00001a;height:18px;transition:all .3s;width:18px}.device-view-indicator.active .indicator-light{background:radial-gradient(circle,#f44 0,#c00 50%,#800 100%);border-color:red;box-shadow:inset 0 2px 4px #ff64644d,0 0 15px #f00c,0 0 30px #f006}.indicator-label{color:#ffb000;font-family:Courier New,monospace;font-size:10px;font-weight:700;letter-spacing:1px;opacity:.7;text-shadow:0 0 3px #ffb00080;text-transform:uppercase;transition:all .2s}.device-view-indicator.active .indicator-label{opacity:1;text-shadow:0 0 8px #ffb000}.device-main::-webkit-scrollbar,.device-sidebar::-webkit-scrollbar{width:10px}.device-main::-webkit-scrollbar-track,.device-sidebar::-webkit-scrollbar-track{background:#0a0a0a;border:1px solid #ffb000}.device-main::-webkit-scrollbar-thumb,.device-sidebar::-webkit-scrollbar-thumb{background:#ffb000;box-shadow:0 0 5px #ffb00080}.device-main::-webkit-scrollbar-thumb:hover,.device-sidebar::-webkit-scrollbar-thumb:hover{background:#d90}.mobile-container{background:#0a0a0a;display:flex;flex-direction:column;height:100vh;height:100dvh;left:0;overflow:hidden;position:fixed;top:0;width:100vw;z-index:100}.mobile-screen{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.mobile-header{align-items:center;background:linear-gradient(180deg,#2a1a0d,#1a100a);border-bottom:2px solid #ffb000;display:flex;flex-shrink:0;height:calc(55px + env(safe-area-inset-top));justify-content:space-between;padding:env(safe-area-inset-top) 12px 0;position:relative;z-index:200}.mobile-header-left,.mobile-header-right{align-items:center;display:flex;gap:8px}.mobile-back-btn,.mobile-elements-btn,.mobile-options-btn,.mobile-settings-btn{align-items:center;background:#ffb0001a;border:1px solid #ffb00099;border-radius:3px;box-sizing:border-box;color:#ffb000;cursor:pointer;display:flex;font-family:Courier New,monospace;font-size:11px;font-weight:700;height:34px;letter-spacing:1px;padding:0 10px;text-shadow:0 0 4px #ffb00080;white-space:nowrap}.mobile-back-btn{font-size:17px}.mobile-elements-btn.active,.mobile-options-btn.active,.mobile-settings-btn.active{background:#ffb000;border-color:#ffb000;color:#000;text-shadow:none}.mobile-elements-dropdown{background:linear-gradient(180deg,#1f1008,#140a05);border-bottom:2px solid #ffb000;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:calc(57px + env(safe-area-inset-top));transform:translateY(-105%);transition:transform .25s ease,opacity .2s ease;z-index:100}.mobile-elements-dropdown.open{opacity:1;pointer-events:all;transform:translateY(0)}.mobile-tab-item{border-bottom:1px solid #ffb00026;color:#ffb000;cursor:pointer;font-family:Courier New,monospace;font-size:14px;font-weight:700;letter-spacing:3px;padding:16px 20px;transition:background .15s}.mobile-tab-item:last-child{border-bottom:none}.mobile-tab-item:hover{background:#ffb00014}.mobile-tab-item.active{background:#ffb0001f;color:gold;text-shadow:0 0 6px #ffb00099}.mobile-options-drawer{background:#0d0806;border-right:2px solid #ffb000;display:flex;flex-direction:column;height:100vh;height:100dvh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform .28s ease;width:min(300px,85vw);z-index:2000}.mobile-options-drawer.open{transform:translateX(0)}.mobile-options-header{align-items:center;background:linear-gradient(180deg,#2a1a0d,#1a100a);border-bottom:2px solid #ffb000;display:flex;flex-shrink:0;height:55px;justify-content:space-between;padding:0 15px}.mobile-options-header span{color:#ffb000;font-family:Courier New,monospace;font-size:13px;font-weight:700;letter-spacing:3px;text-shadow:0 0 5px #ffb00080}.mobile-options-close{background:none;border:1px solid #ffb00080;border-radius:3px;color:#ffb000;cursor:pointer;font-family:Courier New,monospace;font-size:14px;line-height:1;padding:4px 9px}.mobile-options-close:hover{background:#ffb0001a}.mobile-options-content{flex:1 1;overflow-y:auto;padding:20px 15px}.mobile-options-content .device-sidebar-section-full{height:auto}.mobile-overlay{background:#0000008c;inset:0;position:fixed;z-index:1900}.mobile-main{flex:1 1;min-height:0;overflow-y:auto;padding:20px;position:relative}.mobile-main-full{padding:0}.mobile-footer{background:linear-gradient(0deg,#1a100a,#2a1a0d);border-top:2px solid #ffb000;flex-shrink:0;padding:10px 10px calc(10px + env(safe-area-inset-bottom))}.mobile-footer .device-indicators{gap:0;justify-content:space-around}.mobile-main,.mobile-main .about-content,.mobile-main .code-block-container,.mobile-main .landing-content,.mobile-main .view-content,.mobile-options-content{scrollbar-width:none}.mobile-main .about-content::-webkit-scrollbar,.mobile-main .code-block-container::-webkit-scrollbar,.mobile-main .landing-content::-webkit-scrollbar,.mobile-main .view-content::-webkit-scrollbar,.mobile-main::-webkit-scrollbar,.mobile-options-content::-webkit-scrollbar{display:none}.mobile-main .view-content,.mobile-main .view-title{max-width:100%;width:100%}.mobile-main .view-nav-button{display:none}.theme-dark .mobile-main,.theme-dark .mobile-main *,.theme-dark .mobile-screen{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-dark .mobile-screen{background:#16161f}.theme-dark .mobile-main{background:#16161f;color:#e0e0f0}.theme-dark .mobile-main .view-title{background:#16161f;color:#e0e0f0;text-shadow:none}.theme-dark .mobile-main .view-nav-button{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;text-shadow:none}.theme-dark .mobile-main .view-nav-button:hover{background:#a78bfa33;box-shadow:none}.theme-dark .mobile-main .pay-button{background:#a78bfa;border-color:#a78bfa;color:#fff;text-shadow:none}.theme-dark .mobile-main .pay-button:hover:not(:disabled){background:#8b5cf6}.theme-dark .mobile-main .pay-button:disabled{background:#2a2a3a;border-color:#334;color:#556;cursor:not-allowed}.theme-dark .mobile-main .stripe-element-container{background:#16161f}.theme-dark .mobile-main .email-input{background:#1e1e2e;border:1px solid #a78bfa;box-shadow:none;color:#e0e0f0}.theme-dark .mobile-main .email-input::placeholder{color:#556}.theme-dark .mobile-main .email-input:focus{border-color:#a09af5;box-shadow:none}.theme-dark .mobile-main .loading{color:#9090a8}.theme-dark .mobile-main .error-container{background:#dc35451a;border-color:#dc3545;box-shadow:none}.theme-dark .mobile-main .error-container:before{display:none}.theme-dark .mobile-main .error-title{border-bottom-color:#dc3545;color:#ff6b7a;text-shadow:none}.theme-dark .mobile-main .error-message{color:#ff6b7a;text-shadow:none}.theme-dark .mobile-main .mode-selector label{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;text-shadow:none}.theme-dark .mobile-main .mode-selector label:hover{background:#a78bfa33}.theme-dark .mobile-main .mode-selector label:has(input[type=radio]:checked){background:#a78bfa;border-color:#a78bfa;color:#fff;text-shadow:none}.theme-dark .mobile-main .mode-selector-title{color:#9090a8;text-shadow:none}.theme-dark .mobile-main .success-box{background:#a78bfa0f;border-color:#a78bfa4d;box-shadow:0 4px 20px #a78bfa1a}.theme-dark .mobile-main .success-icon{color:#a09af5;text-shadow:none}.theme-dark .mobile-main .success-title{color:#e0e0f0;text-shadow:none}.theme-dark .mobile-main .success-message{color:#9090a8}.theme-dark .mobile-main .success-intent-id{color:#556}.theme-dark .mobile-main .about-content,.theme-dark .mobile-main .about-content h3,.theme-dark .mobile-main .about-content li,.theme-dark .mobile-main .about-content p{color:#e0e0f0;text-shadow:none}.theme-dark .mobile-main .about-content a{color:#a09af5;text-shadow:none}.theme-dark .mobile-main .device-pending-overlay{background:#16161fcc}.theme-dark .mobile-main .device-pending-message{animation:none;background:#1e1e2ef2;border-color:#a78bfa;box-shadow:0 2px 12px #a78bfa33;color:#e0e0f0;text-shadow:none}.theme-dark .mobile-container{background:#0f0f14}.theme-dark .mobile-header{background:linear-gradient(135deg,#1e1454,#2d1b8a 50%,#1a2a6b);border-bottom-color:#2d1b8a}.theme-dark .mobile-back-btn,.theme-dark .mobile-elements-btn,.theme-dark .mobile-options-btn,.theme-dark .mobile-settings-btn{background:#ffffff14;border-color:#fff3;color:#c0beff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .mobile-back-btn:hover,.theme-dark .mobile-elements-btn:hover,.theme-dark .mobile-options-btn:hover,.theme-dark .mobile-settings-btn:hover{background:#ffffff26}.theme-dark .mobile-elements-btn.active,.theme-dark .mobile-options-btn.active,.theme-dark .mobile-settings-btn.active{background:#a78bfa4d;border-color:#a78bfa;color:#c0beff;text-shadow:none}.theme-dark .mobile-elements-dropdown{background:#1a1a28;border-bottom-color:#a78bfa}.theme-dark .mobile-tab-item{border-bottom-color:#a78bfa26;color:#c0beff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .mobile-tab-item:hover{background:#a78bfa1a}.theme-dark .mobile-tab-item.active{background:#a78bfa33;color:#c0beff;text-shadow:none}.theme-dark .mobile-options-drawer{background:#1a1a28;border-right-color:#a78bfa}.theme-dark .mobile-options-header{background:linear-gradient(135deg,#1e1454,#2d1b8a 50%,#1a2a6b);border-bottom-color:#2d1b8a}.theme-dark .mobile-options-header span{color:#c0beff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .mobile-options-close{border-color:#a78bfa66;color:#c0beff}.theme-dark .mobile-options-close:hover{background:#a78bfa26}.theme-dark .mobile-options-content,.theme-dark .mobile-options-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-dark .mobile-options-content .device-sidebar-title,.theme-dark .mobile-options-content .device-sidebar-title-fixed{border-bottom-color:#a78bfa66;color:#c0beff;text-shadow:none}.theme-dark .mobile-options-content .device-sidebar-item{color:#c0beff;text-shadow:none}.theme-dark .mobile-options-content .device-sidebar-item:hover{background:#a78bfa26;border-color:#a78bfa}.theme-dark .mobile-options-content .device-sidebar-item.selected{background:#a78bfa;box-shadow:none;color:#fff;text-shadow:none}.theme-dark .mobile-options-content .device-option-label{color:#9090a8;text-shadow:none}.theme-dark .mobile-options-content .device-button{background:#1e1e2e;border-color:#a78bfa;box-shadow:none;color:#c0beff;text-shadow:none}.theme-dark .mobile-options-content .device-button:hover{background:#a78bfa33;box-shadow:none}.theme-dark .mobile-options-content .device-input{background:#1e1e2e;border-color:#a78bfa;box-shadow:none;color:#e0e0f0;text-shadow:none}.theme-dark .mobile-options-content .device-input:focus{border-color:#a09af5;box-shadow:none;outline:none}.theme-dark .mobile-options-content .device-payment-method{color:#c0beff;text-shadow:none}.theme-dark .mobile-options-content .device-payment-method:hover{background:#a78bfa26;border-color:#a78bfa}.theme-dark .mobile-options-content .device-payment-method.selected{background:#a78bfa40;border-color:#a78bfa;box-shadow:none}.theme-dark .mobile-options-content .device-checkbox{border-color:#a78bfa}.theme-dark .mobile-options-content .device-sidebar-back-btn{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;text-shadow:none}.theme-dark .mobile-options-content .device-sidebar-back-btn:hover{background:#a78bfa33}.theme-dark .mobile-footer{background:linear-gradient(0deg,#16161f,#1a1a28);border-top-color:#a78bfa}.theme-dark .mobile-footer .indicator-light-wrapper{display:none}.theme-dark .mobile-footer .device-indicators{gap:8px;justify-content:center}.theme-dark .mobile-footer .device-view-indicator{background:#1e1e2e;border:1px solid #a78bfa;border-radius:6px;flex-direction:row;gap:0;padding:8px 22px}.theme-dark .mobile-footer .device-view-indicator:hover{background:#a78bfa33}.theme-dark .mobile-footer .device-view-indicator.active{background:#a78bfa}.theme-dark .mobile-footer .indicator-label{color:#a78bfa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;letter-spacing:normal;opacity:1;text-shadow:none}.theme-dark .mobile-footer .device-view-indicator.active .indicator-label{color:#fff;text-shadow:none}.theme-simple .mobile-main,.theme-simple .mobile-main *,.theme-simple .mobile-screen{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-simple .mobile-screen{background:#fff}.theme-simple .mobile-main{background:#fff;color:#1a1a1a}.theme-simple .mobile-main .view-nav-button,.theme-simple .mobile-main .view-title{background:#fff;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-main .view-nav-button{border-color:#635bff}.theme-simple .mobile-main .view-nav-button:hover{background:#ebebff;box-shadow:none}.theme-simple .mobile-main .pay-button{background:#635bff;border-color:#635bff;color:#fff;text-shadow:none}.theme-simple .mobile-main .pay-button:hover:not(:disabled){background:#4f47ff}.theme-simple .mobile-main .pay-button:disabled{background:#e8e8f4;border-color:#cce;color:#aaa;cursor:not-allowed}.theme-simple .mobile-main .stripe-element-container{background:#fff}.theme-simple .mobile-main .email-input{background:#fff;border:1px solid #635bff;box-shadow:none;color:#1a1a1a}.theme-simple .mobile-main .email-input::placeholder{color:#aaa}.theme-simple .mobile-main .email-input:focus{border-color:#4f47ff;box-shadow:none}.theme-simple .mobile-main .loading{color:#555}.theme-simple .mobile-main .error-container{background:#fff5f5;border-color:#e53e3e;box-shadow:none}.theme-simple .mobile-main .error-container:before{display:none}.theme-simple .mobile-main .error-title{border-bottom-color:#e53e3e;color:#e53e3e;text-shadow:none}.theme-simple .mobile-main .error-message{color:#e53e3e;text-shadow:none}.theme-simple .mobile-main .mode-selector label{background:#fff;border-color:#635bff;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-main .mode-selector label:hover{background:#ebebff}.theme-simple .mobile-main .mode-selector label:has(input[type=radio]:checked){background:#635bff;border-color:#635bff;color:#fff;text-shadow:none}.theme-simple .mobile-main .mode-selector-title{color:#555;text-shadow:none}.theme-simple .mobile-main .success-box{background:#635bff0a;border-color:#635bff4d;box-shadow:0 4px 20px #635bff1a}.theme-simple .mobile-main .success-icon{color:#635bff;text-shadow:none}.theme-simple .mobile-main .success-title{color:#1a1a1a;text-shadow:none}.theme-simple .mobile-main .success-message{color:#444}.theme-simple .mobile-main .success-intent-id{color:#6b7280}.theme-simple .mobile-main .about-content,.theme-simple .mobile-main .about-content h3,.theme-simple .mobile-main .about-content li,.theme-simple .mobile-main .about-content p{color:#1a1a1a;text-shadow:none}.theme-simple .mobile-main .about-content h3{text-shadow:none}.theme-simple .mobile-main .about-content a{color:#635bff;text-shadow:none}.theme-simple .mobile-main .device-pending-overlay{background:#ffffffb3}.theme-simple .mobile-main .device-pending-message{animation:none;background:#f8f8fdf2;border-color:#635bff;box-shadow:0 2px 12px #635bff33;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-container{background:#f0f0f8}.theme-simple .mobile-header{background:linear-gradient(135deg,#7c3aed,#635bff 50%,#4f9ef8);border-bottom-color:#635bff}.theme-simple .mobile-back-btn,.theme-simple .mobile-elements-btn,.theme-simple .mobile-options-btn,.theme-simple .mobile-settings-btn{background:#ffffff26;border-color:#ffffff80;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .mobile-back-btn:hover,.theme-simple .mobile-elements-btn:hover,.theme-simple .mobile-options-btn:hover,.theme-simple .mobile-settings-btn:hover{background:#ffffff40}.theme-simple .mobile-elements-btn.active,.theme-simple .mobile-options-btn.active,.theme-simple .mobile-settings-btn.active{background:#fff;border-color:#fff;color:#635bff;text-shadow:none}.theme-simple .mobile-elements-dropdown{background:#f8f8fd;border-bottom-color:#635bff}.theme-simple .mobile-tab-item{border-bottom-color:#635bff26;color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .mobile-tab-item:hover{background:#635bff12}.theme-simple .mobile-tab-item.active{background:#635bff1a;color:#635bff;text-shadow:none}.theme-simple .mobile-options-drawer{background:#f8f8fd;border-right-color:#635bff}.theme-simple .mobile-options-header{background:linear-gradient(135deg,#7c3aed,#635bff 50%,#4f9ef8);border-bottom-color:#635bff}.theme-simple .mobile-options-header span{color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .mobile-options-close{border-color:#ffffff80;color:#fff}.theme-simple .mobile-options-close:hover{background:#ffffff26}.theme-simple .mobile-options-content,.theme-simple .mobile-options-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-simple .mobile-options-content .device-sidebar-title,.theme-simple .mobile-options-content .device-sidebar-title-fixed{border-bottom-color:#635bff;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-options-content .device-sidebar-item{color:#1a1a1a;text-shadow:none}.theme-simple .mobile-options-content .device-sidebar-item:hover{background:#635bff14;border-color:#635bff}.theme-simple .mobile-options-content .device-sidebar-item.selected{background:#635bff;box-shadow:none;color:#fff;text-shadow:none}.theme-simple .mobile-options-content .device-option-label{color:#555;text-shadow:none}.theme-simple .mobile-options-content .device-button{background:#fff;border-color:#635bff;box-shadow:none;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-options-content .device-button:hover{background:#635bff14;box-shadow:none}.theme-simple .mobile-options-content .device-input{background:#fff;border-color:#635bff;box-shadow:none;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-options-content .device-input:focus{border-color:#4f47ff;box-shadow:none;outline:none}.theme-simple .mobile-options-content .device-payment-method{color:#1a1a1a;text-shadow:none}.theme-simple .mobile-options-content .device-payment-method:hover{background:#635bff14;border-color:#635bff}.theme-simple .mobile-options-content .device-payment-method.selected{background:#635bff1f;border-color:#635bff;box-shadow:none}.theme-simple .mobile-options-content .device-checkbox{border-color:#635bff}.theme-simple .mobile-options-content .device-sidebar-back-btn{background:#fff;border-color:#635bff;color:#1a1a1a;text-shadow:none}.theme-simple .mobile-options-content .device-sidebar-back-btn:hover{background:#635bff14}.theme-simple .mobile-footer{background:linear-gradient(0deg,#e8e8f4,#f0f0f8);border-top-color:#635bff}.theme-simple .mobile-footer .indicator-light-wrapper{display:none}.theme-simple .mobile-footer .device-indicators{gap:8px;justify-content:center}.theme-simple .mobile-footer .device-view-indicator{background:#fff;border:1px solid #635bff;border-radius:6px;flex-direction:row;gap:0;padding:8px 22px}.theme-simple .mobile-footer .device-view-indicator:hover{background:#ebebff}.theme-simple .mobile-footer .device-view-indicator.active{background:#635bff}.theme-simple .mobile-footer .indicator-label{color:#635bff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:600;letter-spacing:normal;opacity:1;text-shadow:none}.theme-simple .mobile-footer .device-view-indicator.active .indicator-label{color:#fff;text-shadow:none}.landing-content{min-height:100vh;overflow-x:hidden;padding:40px 20px;position:relative}.landing-content,.landing-header{box-sizing:border-box;max-width:100%}.landing-header{margin-bottom:50px;text-align:center}.landing-title{font-size:32px;font-weight:700;letter-spacing:4px;margin-bottom:15px;text-shadow:0 0 15px #ffb000}.landing-subtitle,.landing-title{word-wrap:break-word;color:#ffb000;font-family:Courier New,monospace;text-transform:uppercase}.landing-subtitle{font-size:13px;letter-spacing:2px;opacity:.7;text-shadow:0 0 5px #ffb00080}.landing-link{color:#ffb000;text-decoration:underline;text-shadow:0 0 5px #ffb00080}.landing-link:hover{color:gold;text-shadow:0 0 10px #ffb000cc}.elements-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,200px);max-width:100%}.element-card,.elements-grid{box-sizing:border-box;justify-content:center}.element-card{align-items:center;aspect-ratio:1/1;background:#1a100a80;border:3px solid #ffb000;box-shadow:0 0 20px #ffb0004d,inset 0 0 30px #ffb0000d;cursor:pointer;display:flex;flex-direction:column;height:200px;min-width:0;overflow:hidden;padding:45px 15px;position:relative;text-align:center;width:200px}@media (max-width:799px){.elements-grid{gap:16px;grid-template-columns:repeat(auto-fit,140px);justify-content:center}.element-card{aspect-ratio:1/1;container-type:inline-size;height:auto;padding:8px 6px;width:auto}.element-card-title{font-size:clamp(9px,6.5cqi,12px);letter-spacing:0;margin-bottom:clamp(3px,2cqi,6px)}.element-card-description{display:none}.element-card-button{border-width:1px;font-size:clamp(7px,4.5cqi,9px);padding:clamp(2px,2cqi,5px) clamp(4px,5cqi,10px)}}.element-card:before{background:repeating-linear-gradient(0deg,#ffb0000d,#0000 1px,#0000 2px,#ffb0000d 3px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.element-card:hover{border-color:gold;box-shadow:0 0 30px #ffb00099,inset 0 0 50px #ffb00026}.element-card-title{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:12px;text-shadow:0 0 8px #ffb000}.element-card-description,.element-card-title{word-wrap:break-word;color:#ffb000;font-family:Courier New,monospace}.element-card-description{font-size:12px;line-height:1.6;margin-bottom:0;opacity:.8}.element-card-button{border:2px solid #ffb000;color:#ffb000;display:inline-block;font-family:Courier New,monospace;font-size:13px;font-weight:700;padding:10px 20px;text-shadow:0 0 5px #ffb000}.element-card:hover .element-card-button{background:#ffb000;color:#000;text-shadow:none}.network-tools-arrow{align-items:center;background:#0000;border:none;color:#ffb000;cursor:pointer;display:flex;flex-direction:column;font-family:Courier New,monospace;gap:1px;justify-content:center;opacity:1;padding:6px 8px;position:fixed;right:calc(50vw - 410px);top:47%;transform:translateY(-50%);transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .12s ease-out;z-index:150}.network-tools-arrow.screen-falling{opacity:0;pointer-events:none}.arrow-symbol{filter:drop-shadow(0 0 8px rgba(255,176,0,.6));font-size:32px;font-weight:900;line-height:1;text-shadow:0 0 8px #ffb000}.arrow-label{font-size:9px;font-weight:700;letter-spacing:.5px;opacity:1;text-shadow:0 0 5px #ffb00080}.network-tools-arrow:hover{color:gold}.network-tools-arrow:hover .arrow-symbol{text-shadow:0 0 10px gold}.network-tools-arrow:hover .arrow-label{text-shadow:0 0 5px #ffd700cc}@media (max-width:799px){.network-tools-arrow{gap:1px;padding:4px 6px;right:0}.arrow-symbol{font-size:28px}.arrow-label{font-size:9px;letter-spacing:.3px}}.theme-simple .landing-content,.theme-simple .landing-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-simple .landing-subtitle,.theme-simple .landing-title{color:#635bff}.theme-simple .landing-link:hover{color:#7c3aed}.theme-simple .element-card{border-color:#635bff;box-shadow:0 0 10px #635bff33,inset 0 0 20px #635bff08}.theme-simple .element-card:before{background:repeating-linear-gradient(0deg,#635bff08,#0000 1px,#0000 2px,#635bff08 3px)}.theme-simple .element-card:hover{border-color:#7c3aed;box-shadow:0 0 20px #7c3aed66,inset 0 0 30px #7c3aed1a}.theme-simple .element-card-description,.theme-simple .element-card-title{color:#635bff;text-shadow:none}.theme-simple .element-card-button{color:#635bff}.theme-simple .element-card:hover .element-card-button{background:#635bff}.theme-simple.network-tools-arrow{background:#635bff;border-radius:0;color:#fff;flex-direction:column-reverse;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:0;height:100px;letter-spacing:normal;padding-bottom:6px;right:calc(50vw - 490px);top:calc(47% - 150px);width:40px}.theme-simple.network-tools-arrow:hover{background:#4f47ff;color:#fff}.theme-simple.network-tools-arrow .arrow-symbol{filter:none;margin-top:-12px;text-shadow:none}.theme-simple.network-tools-arrow:hover .arrow-symbol{filter:none;text-shadow:none}.theme-simple.network-tools-arrow .arrow-label,.theme-simple.network-tools-arrow:hover .arrow-label{text-shadow:none}@media (max-width:799px){.theme-simple.network-tools-arrow{flex-direction:column-reverse;gap:0;height:100px;padding-bottom:6px;right:0;top:calc(47% - 100px);width:40px}.theme-simple.network-tools-arrow .arrow-symbol{margin-top:-12px}}.theme-dark .landing-content,.theme-dark .landing-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-dark .landing-link,.theme-dark .landing-subtitle,.theme-dark .landing-title{color:#c0beff}.theme-dark .landing-link:hover{color:#e9d5ff}.theme-dark .element-card{background:#16161f80;border-color:#a78bfa;box-shadow:0 0 10px #a78bfa33,inset 0 0 20px #a78bfa08}.theme-dark .element-card:before{background:repeating-linear-gradient(0deg,#a78bfa08,#0000 1px,#0000 2px,#a78bfa08 3px)}.theme-dark .element-card:hover{border-color:#c4b5fd;box-shadow:0 0 20px #c4b5fd66,inset 0 0 30px #c4b5fd1a}.theme-dark .element-card-description,.theme-dark .element-card-title{color:#c0beff;text-shadow:none}.theme-dark .element-card-button{color:#c0beff}.theme-dark .element-card:hover .element-card-button{background:#a78bfa}.theme-dark.network-tools-arrow{background:#a78bfa;border-radius:0;color:#000;flex-direction:column-reverse;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:0;height:100px;letter-spacing:normal;padding-bottom:6px;right:calc(50vw - 490px);top:calc(47% - 150px);width:40px}.theme-dark.network-tools-arrow:hover{background:#c4b5fd;color:#000}.theme-dark.network-tools-arrow .arrow-symbol{filter:none;margin-top:-12px;text-shadow:none}.theme-dark.network-tools-arrow:hover .arrow-symbol{filter:none;text-shadow:none}.theme-dark.network-tools-arrow .arrow-label,.theme-dark.network-tools-arrow:hover .arrow-label{text-shadow:none}@media (max-width:799px){.theme-dark.network-tools-arrow{flex-direction:column-reverse;gap:0;height:100px;padding-bottom:6px;right:0;top:calc(47% - 100px);width:40px}.theme-dark.network-tools-arrow .arrow-symbol{margin-top:-12px}}.success-container{padding:40px 20px;text-align:center}.success-box{background:#ffb0000d;border:2px solid #ffb000;box-shadow:0 0 20px #ffb00033;padding:40px}.success-icon{color:#ffb000;font-size:48px;margin-bottom:20px;text-shadow:0 0 10px #ffb000}.success-title{color:#ffb000;font-size:20px;font-weight:700;letter-spacing:1px;margin-bottom:15px;text-shadow:0 0 5px #ffb000}.success-message{color:#ffb000;font-size:14px;margin-bottom:20px;opacity:.8}.success-intent-id{color:#ffb000;font-family:Courier New,monospace;font-size:12px;margin-bottom:25px;opacity:.6}.success-back-button{padding:10px 30px;width:auto}.integration-content-wrapper{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin:0 auto;max-width:600px;width:100%}.view-title{background:#0a0a0a;border:none;flex-shrink:0;font-size:16px;gap:15px;margin:0 auto;padding:10px;position:relative;scrollbar-gutter:stable;text-align:center;width:580px}.view-nav-button,.view-title{align-items:center;color:#ffb000;display:flex;font-family:Courier New,monospace;font-weight:700;justify-content:center;letter-spacing:1px;text-shadow:0 0 5px #ffb000}.view-nav-button{background:#1a1a1a;border:2px solid #ffb000;cursor:pointer;font-size:12px;height:30px;padding:0 12px;white-space:nowrap}.view-nav-button:hover{background:#2a2a2a;box-shadow:0 0 10px #ffb00080}.view-nav-prev{left:10px;position:absolute}.view-nav-next{position:absolute;right:10px}.view-content{box-sizing:border-box;flex:1 1;margin:0 auto;overflow-x:hidden;overflow-y:auto;padding-top:20px;width:580px}.about-content{word-wrap:break-word;box-sizing:border-box;font-size:12px;line-height:1.6;max-width:100%}.about-content h3{color:#ffb000;font-size:13px;font-weight:700;letter-spacing:.5px;margin-bottom:10px;margin-top:20px;text-shadow:0 0 5px #ffb000}.about-content p,.about-content ul{margin-bottom:15px}.about-content ul{margin-left:20px}.about-content li{margin-bottom:8px}.about-content a{color:#ffb000;font-weight:700;text-decoration:underline;text-shadow:0 0 3px #ffb000}.about-content a:hover{text-shadow:0 0 8px #ffb000}h2{color:#ffb000;font-size:18px;margin-bottom:12px;margin-top:0;text-shadow:0 0 5px #ffb000}form{display:flex;flex-direction:column;gap:8px}.pay-button,form{box-sizing:border-box;max-width:100%}.pay-button{background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;font-size:14px;font-weight:700;margin-top:10px;padding:12px 24px;text-shadow:0 0 3px #ffb000}.pay-button:hover:not(:disabled){background:#2a2a2a}.pay-button:active:not(:disabled){border-color:#420 #ffb000 #ffb000 #420}.pay-button:disabled{background:#0a0a0a;color:#420;cursor:not-allowed;text-shadow:none}.payment-message{word-wrap:break-word;background:#8b232326;border:1px solid #dc505099;box-sizing:border-box;color:#ff6464e6;font-size:13px;margin:0 0 15px;max-width:100%;padding:10px;text-shadow:0 0 3px #dc50504d}.loading{color:#ffb000;padding:40px;text-align:center}.error-container{background:#0a0a0a;border:3px solid #ffb000;box-shadow:inset 0 0 20px #ffb00033,0 0 20px #ffb0004d;box-sizing:border-box;margin:20px 0;max-width:100%;padding:30px;position:relative}.error-container:before{border:1px solid #ffb000;bottom:0;box-shadow:0 0 10px #ffb00080;content:"";left:0;margin:4px;pointer-events:none;position:absolute;right:0;top:0}.error-title{border-bottom:2px solid #ffb000;font-size:20px;font-weight:700;letter-spacing:4px;margin-bottom:15px;padding-bottom:10px;text-shadow:0 0 10px #ffb000,0 0 20px #ffb00080}.error-message,.error-title{color:#ffb000;font-family:Courier New,monospace;text-align:center}.error-message{word-wrap:break-word;font-size:13px;line-height:1.8;text-shadow:0 0 5px #ffb00080}.stripe-element-container{background:#0a0a0a;border:none;box-sizing:border-box;margin:8px 0;max-width:100%;padding:0}.stripe-element-label{display:none}#express-checkout-element,#express-checkout-js-default,#express-checkout-js-deferred,#payment-element,#payment-element-js-default,#payment-element-js-deferred{min-height:60px}.mode-selector-table{border-collapse:collapse;margin:0 0 8px;width:100%}.mode-selector-table td{padding:4px 0;vertical-align:middle}.mode-selector-table td:first-child{padding-right:12px;width:140px}.mode-selector-group{background:#0a0a0a;margin:0;padding:0}.mode-selector-title{color:#ffb000;font-size:11px;font-weight:700;letter-spacing:.5px;text-shadow:0 0 5px #ffb000;text-transform:uppercase;white-space:nowrap}.mode-selector{background:#0a0a0a;display:flex;flex-wrap:wrap;gap:8px}.mode-selector label{align-items:center;background:#1a1a1a;border:2px solid #ffb000;color:#ffb000;cursor:pointer;display:flex;flex:1 1;font-size:12px;font-weight:400;height:28px;justify-content:center;min-width:120px;padding:0 15px;text-shadow:0 0 3px #ffb000;-webkit-user-select:none;user-select:none;white-space:nowrap}.mode-selector label:hover{background:#2a2a2a}.mode-selector input[type=radio]{display:none}.mode-selector label:has(input[type=radio]:checked){background:#ffb000;border-color:#420 #ffb000 #ffb000 #420;color:#000;text-shadow:none}.mode-label-content{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:2px}.mode-label-title{font-size:13px;font-weight:700}.mode-label-description{display:none}#express-checkout-js-default,#express-checkout-js-deferred,#payment-element-js-default,#payment-element-js-deferred{margin:0}#payment-form-js-default,#payment-form-js-deferred{display:flex;flex-direction:column;gap:8px}#express-message-js-default,#express-message-js-deferred,#payment-message-js-default,#payment-message-js-deferred{background:#1a3a1a;border:1px solid #ffb000;color:#ffb000;font-size:14px;margin:8px 0 0;padding:10px}.integration-content-wrapper h2,.mode-selector-table{display:none}.integration-content-wrapper{margin:0;max-width:100%}.stripe-element-wrapper{box-sizing:border-box;max-width:100%}.email-input{background:#0a0a0a;border:1px solid #0000;box-shadow:none;box-sizing:border-box;color:#ffb000;font-family:Courier New,monospace;font-size:14px;outline:none;padding:10px;transition:border-color .2s,box-shadow .2s;width:100%}.email-input::placeholder{color:#ffb00066;font-family:Courier New,monospace}.email-input:focus{border:1px solid #ffb000;box-shadow:0 0 8px #ffb0004d;outline:none}.email-input:-webkit-autofill,.email-input:-webkit-autofill:active,.email-input:-webkit-autofill:focus,.email-input:-webkit-autofill:hover{-webkit-text-fill-color:#ffb000!important;-webkit-box-shadow:inset 0 0 0 30px #0a0a0a!important;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.code-block-container{background:#ffb00008;border:1px solid #ffb00026;box-sizing:border-box;margin-top:16px;max-width:100%;padding:12px}.code-block-header{margin-bottom:12px;position:relative}.code-block-title{color:#fc3;font-size:16px;font-weight:700;letter-spacing:.5px;text-align:center;text-shadow:0 0 5px #fc3;text-transform:uppercase;width:100%}.code-block-copy-button{background:#1a1a1a;border:1px solid #ffb000;color:#ffb000;cursor:pointer;font-family:Courier New,monospace;font-size:11px;font-weight:700;letter-spacing:.5px;padding:4px 12px;position:absolute;right:0;text-shadow:0 0 3px #ffb000;top:0;white-space:nowrap}.code-block-copy-button:hover{background:#2a2a2a;box-shadow:0 0 5px #ffb0004d}.code-block-copy-button:active{border-color:#420 #ffb000 #ffb000 #420}@media (max-width:799px){.fake-reader{max-height:350px}}.fake-reader{background:#111118;border:2px solid #333;border-radius:12px;box-shadow:0 4px 20px #0009,inset 0 1px 0 #ffffff0d;display:flex;flex:1 1;flex-direction:column;gap:8px;padding:12px 10px;transition:border-color .3s,box-shadow .3s}.fake-reader-active{border-color:#ffb000;box-shadow:0 4px 20px #0009,0 0 12px #ffb0004d,inset 0 1px 0 #ffffff0d}.fake-reader-approved{border-color:#0c6;box-shadow:0 4px 20px #0009,0 0 12px #00cc664d,inset 0 1px 0 #ffffff0d}.fake-reader-authorized{border-color:#48f;box-shadow:0 4px 20px #0009,0 0 12px #4488ff4d,inset 0 1px 0 #ffffff0d}.fake-reader-top{align-items:center;display:flex;justify-content:space-between}.fake-reader-brand{color:#555;font-family:Courier New,monospace;font-size:7px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.fake-reader-pulse{animation:readerPulse 1.2s ease-in-out infinite;background:#ffb000;border-radius:50%;height:8px;width:8px}@keyframes readerPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.8)}}.fake-reader-screen{align-items:center;background:#0a1a0a;border:1px solid #1a3a1a;border-radius:6px;display:flex;flex:1 1;flex-direction:column;gap:4px;justify-content:center;padding:10px 8px;text-align:center}.fake-reader-active .fake-reader-screen{background:#0d1a08;border-color:#2a5a1a}.fake-reader-approved .fake-reader-screen{background:#061a0e;border-color:#063}.fake-reader-authorized .fake-reader-screen{background:#060e1a;border-color:#1a3366}.fake-reader-merchant{color:#4a4;font-family:Courier New,monospace;font-size:8px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.fake-reader-divider{background:#1a3a1a;height:1px;margin:2px 0;width:80%}.fake-reader-status-line1{color:#4c4;font-family:Courier New,monospace;font-size:11px;font-weight:700;letter-spacing:.5px;line-height:1.3;text-transform:uppercase}.fake-reader-active .fake-reader-status-line1{color:#ffb000;text-shadow:0 0 6px #ffb00080}.fake-reader-approved .fake-reader-status-line1{color:#0c6;text-shadow:0 0 6px #00cc6680}.fake-reader-authorized .fake-reader-status-line1{color:#48f;text-shadow:0 0 6px #4488ff80}.fake-reader-status-line2{color:#4a4;font-family:Courier New,monospace;font-size:10px;letter-spacing:.5px;text-transform:uppercase}.fake-reader-active .fake-reader-status-line2{color:#c80}.fake-reader-approved .fake-reader-status-line2{color:#0a5}.fake-reader-authorized .fake-reader-status-line2{color:#26c}.fake-reader-amount{color:#4f4;font-family:Courier New,monospace;font-size:16px;font-weight:700;margin-top:4px;text-shadow:0 0 8px #4f46}.fake-reader-active .fake-reader-amount{color:#ffb000;text-shadow:0 0 8px #ffb00099}.fake-reader-approved .fake-reader-amount{color:#0f8;text-shadow:0 0 8px #0f89}.fake-reader-authorized .fake-reader-amount{color:#69f;text-shadow:0 0 8px #69f9}.fake-reader-checkmark{color:#0c6;font-size:24px;line-height:1;text-shadow:0 0 10px #00cc66b3}.fake-reader-bottom{align-items:center;display:flex;flex-direction:column;gap:6px}.fake-reader-led-row{display:flex;gap:6px;justify-content:center}.fake-reader-led{background:#1a1a1a;border:1px solid #333;border-radius:50%;height:6px;transition:background .3s,box-shadow .3s;width:6px}.fake-reader-led-on{background:#0a4;box-shadow:0 0 4px #0a4c}.fake-reader-id{color:#444;font-family:Courier New,monospace;font-size:7px;letter-spacing:.5px}.terminal-demo{display:flex;flex-direction:column;gap:16px}.terminal-demo-main{align-items:stretch;display:flex;gap:20px}.terminal-steps{display:flex;flex:2 1;flex-direction:column;gap:10px;min-width:0}@media (max-width:799px){.terminal-demo-main{gap:10px}.terminal-steps{flex:1 1}.terminal-btn{font-size:10px;letter-spacing:0;overflow:hidden;padding:7px 6px;text-overflow:ellipsis}.terminal-step-actions{flex-direction:column}.terminal-step-actions .terminal-btn{flex:none;padding:5px 6px}.terminal-step-label{font-size:11px}}.terminal-step{display:flex;flex-direction:column;gap:4px}.terminal-step-reset{border-top:1px solid #222;margin-top:6px;padding-top:10px}.terminal-step-label{align-items:center;color:#c80;display:flex;font-family:Courier New,monospace;font-size:12px;gap:6px;letter-spacing:.5px;text-transform:uppercase}.terminal-help-link{align-items:center;border:1px solid #444;border-radius:50%;color:#666;display:flex;flex-shrink:0;font-size:9px;height:14px;justify-content:center;line-height:1;text-decoration:none;width:14px}.terminal-help-link:hover{border-color:#ffb000;color:#ffb000}.terminal-step-num{align-items:center;border:1px solid #444;border-radius:50%;color:#444;display:flex;flex-shrink:0;font-size:9px;height:16px;justify-content:center;transition:border-color .2s,color .2s;width:16px}.terminal-step-num.done{border-color:#ffb000;color:#ffb000;text-shadow:0 0 4px #ffb00080}.terminal-step-actions{display:flex;gap:6px}.terminal-btn{background:#1a1a1a;border:1px solid #ffb000;color:#ffb000;cursor:pointer;flex:1 1;font-family:Courier New,monospace;font-size:13px;font-weight:700;letter-spacing:.5px;padding:8px 10px;text-transform:uppercase;transition:background .15s,box-shadow .15s;white-space:nowrap}.terminal-btn:hover:not(:disabled){background:#2a2a2a;box-shadow:0 0 8px #ffb0004d}.terminal-btn:active:not(:disabled){border-color:#420 #ffb000 #ffb000 #420}.terminal-btn:disabled{background:#0a0a0a;border-color:#222;box-shadow:none;color:#333;cursor:not-allowed}.terminal-btn-primary{flex:2 1}.terminal-btn-danger{border-color:#c44;color:#c44;flex:1 1}.terminal-btn-danger:hover:not(:disabled){background:#1a0a0a;box-shadow:0 0 8px #cc44444d}.terminal-btn-capture{border-color:#0c6;color:#0c6}.terminal-btn-capture:hover:not(:disabled){background:#0a1a0e;box-shadow:0 0 8px #00cc664d}.terminal-btn-reset{background:#111;border-color:#c33;color:#c33}.terminal-btn-reset:hover:not(:disabled){background:#1a0808;border-color:#e44;box-shadow:0 0 8px #cc33334d;color:#e44}.terminal-reader-id-label{align-items:center;background:#0a0a0a;border:1px solid #333;color:#ffb000;display:flex;flex:2 1;font-family:Courier New,monospace;font-size:12px;letter-spacing:1px;overflow:hidden;padding:8px 10px;text-overflow:ellipsis;white-space:nowrap}.terminal-btn-forget{flex:1 1}.terminal-waiting-label{align-items:center;border:1px solid #333;display:flex;flex:2 1;font-size:12px;letter-spacing:.5px}.terminal-code-input,.terminal-waiting-label{background:#0a0a0a;color:#ffb000;font-family:Courier New,monospace;padding:8px 10px}.terminal-code-input{border:1px solid #ffb000;flex:1 1;font-size:13px;min-width:0;outline:none}.terminal-code-input::placeholder{color:#ffb00099}.terminal-code-input:disabled{border-color:#222;color:#333}.terminal-error{background:#1a0808;border:1px solid #c22;color:#f44;font-family:Courier New,monospace;font-size:11px;padding:8px 10px}.terminal-error-label{font-weight:700;margin-right:6px;text-shadow:0 0 4px #ff444480}.terminal-log{background:#080808;border:1px solid #1a1a1a;box-sizing:border-box;display:flex;flex-direction:column;gap:3px;padding:8px;width:100%}.terminal-log-entry{align-items:baseline;display:flex;font-family:Courier New,monospace;font-size:12px;gap:8px}.terminal-log-step{color:#555;flex-shrink:0;white-space:nowrap}.terminal-log-msg{color:#ffb000;word-break:break-all}.terminal-log-ok .terminal-log-step{color:#484}.terminal-log-ok .terminal-log-msg{color:#4a4}.terminal-log-error .terminal-log-step{color:#844}.terminal-log-error .terminal-log-msg{color:#c44}.terminal-reader-status{border:1px solid;flex-shrink:0;font-family:Courier New,monospace;font-size:10px;letter-spacing:.5px;padding:2px 6px;white-space:nowrap}.terminal-reader-status-online{color:#4a4}.terminal-reader-status-offline{color:#c44}.terminal-reader-status-waiting{color:#888}.network-tools-content{box-sizing:border-box;max-width:100%;min-height:100vh;overflow-x:hidden;padding:40px 20px;position:relative}@media (max-width:799px){.network-tools-content{padding:40px 20px}}.network-tools-header{box-sizing:border-box;margin-bottom:50px;max-width:100%;position:relative;text-align:center}.network-tools-title{font-size:32px;font-weight:700;letter-spacing:4px;margin-bottom:15px;text-shadow:0 0 15px #ffb000}.network-tools-subtitle,.network-tools-title{word-wrap:break-word;color:#ffb000;font-family:Courier New,monospace;text-transform:uppercase}.network-tools-subtitle{font-size:13px;letter-spacing:2px;opacity:.7;text-shadow:0 0 5px #ffb00080}.tools-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,200px);max-width:100%}.tool-card,.tools-grid{box-sizing:border-box;justify-content:center}.tool-card{align-items:center;aspect-ratio:1/1;background:#1a100a80;border:3px solid #ffb000;box-shadow:0 0 20px #ffb0004d,inset 0 0 30px #ffb0000d;cursor:pointer;display:flex;flex-direction:column;height:200px;min-width:0;overflow:hidden;padding:45px 15px;position:relative;text-align:center;width:200px}@media (max-width:799px){.tools-grid{gap:16px;grid-template-columns:repeat(auto-fit,140px);justify-content:center}.tool-card{aspect-ratio:1/1;container-type:inline-size;height:auto;padding:8px 6px;width:auto}.tool-card-title{font-size:clamp(9px,6.5cqi,12px);letter-spacing:0;margin-bottom:clamp(3px,2cqi,6px)}.tool-card-description{display:none}}.tool-card:before{background:repeating-linear-gradient(0deg,#ffb0000d,#0000 1px,#0000 2px,#ffb0000d 3px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.tool-card:hover{border-color:gold;box-shadow:0 0 30px #ffb00099,inset 0 0 50px #ffb00026}.tool-card-title{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:12px;text-shadow:0 0 8px #ffb000}.tool-card-description,.tool-card-title{word-wrap:break-word;color:#ffb000;font-family:Courier New,monospace}.tool-card-description{font-size:12px;line-height:1.6;margin-bottom:0;opacity:.8}.tool-card-button{border:2px solid #ffb000;color:#ffb000;display:inline-block;font-family:Courier New,monospace;font-size:13px;font-weight:700;padding:10px 20px;text-shadow:0 0 5px #ffb000}.tool-card:hover .tool-card-button{background:#ffb000;color:#000;text-shadow:none}.theme-simple .network-tools-content,.theme-simple .network-tools-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-simple .network-tools-subtitle,.theme-simple .network-tools-title,.theme-simple .tool-card-description,.theme-simple .tool-card-title{color:#635bff;text-shadow:none}.theme-simple .tool-card{border-color:#635bff;box-shadow:0 0 10px #635bff33,inset 0 0 20px #635bff08}.theme-simple .tool-card:before{background:repeating-linear-gradient(0deg,#635bff08,#0000 1px,#0000 2px,#635bff08 3px)}.theme-simple .tool-card:hover{border-color:#7c3aed;box-shadow:0 0 20px #7c3aed66,inset 0 0 30px #7c3aed1a}.theme-simple .tool-card-button{color:#635bff}.theme-simple .tool-card:hover .tool-card-button{background:#635bff}.theme-dark .network-tools-content,.theme-dark .network-tools-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-dark .network-tools-subtitle,.theme-dark .network-tools-title,.theme-dark .tool-card-description,.theme-dark .tool-card-title{color:#c0beff;text-shadow:none}.theme-dark .tool-card{background:#16161f80;border-color:#a78bfa;box-shadow:0 0 10px #a78bfa33,inset 0 0 20px #a78bfa08}.theme-dark .tool-card:before{background:repeating-linear-gradient(0deg,#a78bfa08,#0000 1px,#0000 2px,#a78bfa08 3px)}.theme-dark .tool-card:hover{border-color:#c4b5fd;box-shadow:0 0 20px #c4b5fd66,inset 0 0 30px #c4b5fd1a}.theme-dark .tool-card-button{color:#c0beff}.theme-dark .tool-card:hover .tool-card-button{background:#a78bfa}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{filter:drop-shadow(0 0 8px rgba(255,176,0,.6))}50%{filter:drop-shadow(0 0 15px rgba(255,176,0,1))}}.stripe-reachability-content{box-sizing:border-box;max-width:100%;min-height:100vh;overflow-x:hidden;padding:40px 20px;position:relative}.stripe-reachability-header{box-sizing:border-box;margin-bottom:50px;max-width:100%;position:relative;text-align:center}.stripe-reachability-title{font-size:32px;font-weight:700;letter-spacing:4px;margin-bottom:15px;text-shadow:0 0 15px #ffb000}.stripe-reachability-subtitle,.stripe-reachability-title{word-wrap:break-word;color:#ffb000;font-family:Courier New,monospace;text-transform:uppercase}.stripe-reachability-subtitle{font-size:13px;letter-spacing:2px;opacity:.7;text-shadow:0 0 5px #ffb00080}.stripe-reachability-body{margin:0 auto;max-width:900px;padding:0 80px}@media (max-width:799px){.stripe-reachability-body{padding:0 20px}}.test-controls{display:flex;justify-content:center;margin-bottom:20px}.countdown-container{align-items:center;animation:fadeIn .3s ease;display:flex;flex-direction:column;margin-bottom:30px;position:relative}.countdown-circle{height:120px;width:120px}.countdown-circle-bg{fill:none;stroke:#ffb00033;stroke-width:8}.countdown-circle-progress{fill:none;stroke:#ffb000;stroke-width:8;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(255,176,0,.6));transition:stroke-dashoffset .1s linear}.countdown-circle-progress.pulsing{animation:pulse 1s ease-in-out infinite}.countdown-text{font-size:24px;left:50%;letter-spacing:1px;position:absolute;text-shadow:0 0 15px #ffb000;top:50%;transform:translate(-50%,-50%)}.countdown-text,.run-test-button{color:#ffb000;font-family:Courier New,monospace;font-weight:700}.run-test-button{background:#0000;border:3px solid #ffb000;box-shadow:0 0 20px #ffb0004d;cursor:pointer;font-size:14px;letter-spacing:2px;padding:12px 30px;text-transform:uppercase;transition:all .3s ease}.run-test-button:hover:not(:disabled){background:#ffb0001a;border-color:gold;box-shadow:0 0 30px #ffb00099;color:gold}.run-test-button:disabled{cursor:not-allowed;opacity:.5}.test-results{animation:fadeIn .5s ease;margin-bottom:30px}.results-table{background:#1a100a80;border:2px solid #ffb000;border-collapse:collapse;box-shadow:0 0 20px #ffb00033;font-family:Courier New,monospace;position:relative;width:100%}.results-table:before{background:repeating-linear-gradient(0deg,#ffb00008,#0000 1px,#0000 2px,#ffb00008 3px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.results-table thead{background:#00000080;border-bottom:2px solid #ffb000}.results-table th{border-right:1px solid #ffb00033;color:#ffb000;font-size:11px;font-weight:700;letter-spacing:1px;padding:10px 12px;position:relative;text-align:left;text-transform:uppercase;z-index:1}.results-table th:last-child{border-right:none}.results-table tbody tr{animation:fadeIn .3s ease backwards;animation-delay:calc(var(--row-index)*.05s);border-bottom:1px solid #ffb0001a;transition:background .2s ease}.results-table tbody tr:first-child{--row-index:1}.results-table tbody tr:nth-child(2){--row-index:2}.results-table tbody tr:nth-child(3){--row-index:3}.results-table tbody tr:nth-child(4){--row-index:4}.results-table tbody tr:nth-child(5){--row-index:5}.results-table tbody tr:nth-child(6){--row-index:6}.results-table tbody tr:hover{background:#ffb0000d}.results-table tbody tr:last-child{border-bottom:none}.results-table td{border-right:1px solid #ffb0001a;color:#ffb000;font-size:12px;padding:8px 12px;position:relative;z-index:1}.results-table td:last-child{border-right:none}.status-cell{text-align:center;width:60px}.status-icon{display:inline-block;font-size:18px}.status-success .status-icon{color:#0f0;text-shadow:0 0 8px #0f0}.status-error .status-icon{color:red;text-shadow:0 0 8px red}.status-warning .status-icon{color:orange;text-shadow:0 0 8px orange}.domain-cell{font-weight:700;text-shadow:0 0 5px #ffb0004d;width:250px;word-break:break-word}.description-cell{opacity:.8}.latency-cell{font-weight:700;text-align:right;text-shadow:0 0 5px #ffb0004d;width:100px}.test-summary{animation:fadeIn .5s ease .4s backwards;background:#1a100a80;border:3px solid #ffb000;box-shadow:0 0 25px #ffb0004d;overflow:hidden;padding:20px;position:relative}.test-summary:before{background:repeating-linear-gradient(0deg,#ffb00008,#0000 1px,#0000 2px,#ffb00008 3px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.summary-title{color:#ffb000;font-family:Courier New,monospace;font-size:16px;font-weight:700;letter-spacing:2px;margin-bottom:15px;position:relative;text-align:center;text-shadow:0 0 12px #ffb000;text-transform:uppercase;z-index:1}.summary-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}.summary-stat{background:#0000004d;border:2px solid #ffb0004d;padding:10px;text-align:center}.stat-value{font-size:24px;font-weight:700;margin-bottom:5px;text-shadow:0 0 15px #ffb000}.stat-label,.stat-value{color:#ffb000;font-family:Courier New,monospace}.stat-label{font-size:10px;letter-spacing:1px;opacity:.7;text-transform:uppercase}.test-instructions{background:#1a100a80;border:2px solid #ffb000;box-shadow:0 0 20px #ffb00033;margin:0 auto;max-width:700px;overflow:hidden;padding:30px;position:relative}.test-instructions:before{background:repeating-linear-gradient(0deg,#ffb00008,#0000 1px,#0000 2px,#ffb00008 3px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.instructions-title{font-size:20px;font-weight:700;letter-spacing:2px;margin-bottom:15px;text-shadow:0 0 10px #ffb000;text-transform:uppercase}.instructions-text,.instructions-title{color:#ffb000;font-family:Courier New,monospace;position:relative;z-index:1}.instructions-text{font-size:14px;line-height:1.8;margin-bottom:20px;opacity:.9}.instructions-list{position:relative;z-index:1}.instruction-item{color:#ffb000;font-family:Courier New,monospace;font-size:13px;line-height:2;opacity:.8}@media (max-width:799px){.stripe-reachability-title{font-size:20px}.summary-stats{grid-template-columns:repeat(2,1fr)}.results-table{font-size:10px}.results-table td,.results-table th{font-size:10px;padding:6px 8px}.status-icon{font-size:14px}.status-cell{width:40px}.domain-cell{width:150px}.description-cell{display:none}.latency-cell{width:60px}.countdown-circle{height:100px;width:100px}.countdown-text{font-size:20px}}.demos-arrow{align-items:center;background:#0000;border:none;color:#ffb000;cursor:pointer;display:flex;flex-direction:column;font-family:Courier New,monospace;gap:1px;justify-content:center;left:calc(50vw - 410px);opacity:1;padding:6px 8px;position:fixed;top:47%;transform:translateY(-50%);transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .12s ease-out;z-index:150}.demos-arrow.screen-falling{opacity:0;pointer-events:none}.demos-arrow .arrow-symbol{filter:drop-shadow(0 0 8px rgba(255,176,0,.6));font-size:32px;font-weight:900;line-height:1;text-shadow:0 0 8px #ffb000}.demos-arrow .arrow-label{font-size:9px;font-weight:700;letter-spacing:.5px;opacity:1;text-shadow:0 0 5px #ffb00080}.demos-arrow:hover{color:gold}.demos-arrow:hover .arrow-symbol{text-shadow:0 0 10px gold}.demos-arrow:hover .arrow-label{text-shadow:0 0 5px #ffd700cc}@media (max-width:799px){.demos-arrow{gap:1px;left:0;padding:4px 6px}.demos-arrow .arrow-symbol{font-size:28px}.demos-arrow .arrow-label{font-size:9px;letter-spacing:.3px}}.theme-simple .stripe-reachability-content,.theme-simple .stripe-reachability-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-simple .countdown-text,.theme-simple .domain-cell,.theme-simple .instruction-item,.theme-simple .instructions-text,.theme-simple .instructions-title,.theme-simple .latency-cell,.theme-simple .results-table td,.theme-simple .results-table th,.theme-simple .run-test-button,.theme-simple .stat-label,.theme-simple .stat-value,.theme-simple .stripe-reachability-subtitle,.theme-simple .stripe-reachability-title,.theme-simple .summary-title{color:#635bff;text-shadow:none}.theme-simple .run-test-button:hover:not(:disabled){color:#fff}.theme-simple .results-table{border-color:#635bff;box-shadow:0 0 10px #635bff1a}.theme-simple .results-table:before{background:repeating-linear-gradient(0deg,#635bff05,#0000 1px,#0000 2px,#635bff05 3px)}.theme-simple .results-table thead{background:#635bff1a;border-bottom-color:#635bff}.theme-simple .results-table th{border-right-color:#635bff33}.theme-simple .results-table td{border-right-color:#635bff1a}.theme-simple .results-table tbody tr{border-bottom-color:#635bff1a}.theme-simple .results-table tbody tr:hover{background:#635bff08}.theme-simple .test-summary{border-color:#635bff;box-shadow:0 0 15px #635bff33}.theme-simple .test-summary:before{background:repeating-linear-gradient(0deg,#635bff05,#0000 1px,#0000 2px,#635bff05 3px)}.theme-simple .summary-stat{border-color:#635bff4d}.theme-simple .test-instructions{border-color:#635bff;box-shadow:0 0 10px #635bff1a}.theme-simple .test-instructions:before{background:repeating-linear-gradient(0deg,#635bff05,#0000 1px,#0000 2px,#635bff05 3px)}.theme-simple .countdown-circle-progress{filter:drop-shadow(0 0 8px rgba(99,91,255,.4))}.theme-simple .countdown-circle-progress.pulsing{animation:pulseSimple 1s ease-in-out infinite}@keyframes pulseSimple{0%,to{filter:drop-shadow(0 0 8px rgba(99,91,255,.4))}50%{filter:drop-shadow(0 0 15px rgba(124,58,237,.8))}}.theme-simple.demos-arrow{background:#635bff;border-radius:0;color:#fff;flex-direction:column-reverse;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:0;height:100px;left:calc(50vw - 490px);letter-spacing:normal;padding-bottom:6px;top:calc(47% - 150px);width:40px}.theme-simple.demos-arrow:hover{background:#4f47ff;box-shadow:none;color:#fff}.theme-simple.demos-arrow .arrow-symbol{filter:none;margin-top:-12px;text-shadow:none}.theme-simple.demos-arrow:hover .arrow-symbol{filter:none;text-shadow:none}.theme-simple.demos-arrow .arrow-label,.theme-simple.demos-arrow:hover .arrow-label{text-shadow:none}@media (max-width:799px){.theme-simple.demos-arrow{flex-direction:column-reverse;gap:0;height:100px;left:0;padding-bottom:6px;top:calc(47% - 100px);width:40px}.theme-simple.demos-arrow .arrow-symbol{margin-top:-12px}}.theme-dark .stripe-reachability-content,.theme-dark .stripe-reachability-content *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-dark .countdown-text,.theme-dark .domain-cell,.theme-dark .instruction-item,.theme-dark .instructions-text,.theme-dark .instructions-title,.theme-dark .latency-cell,.theme-dark .results-table td,.theme-dark .results-table th,.theme-dark .run-test-button,.theme-dark .stat-label,.theme-dark .stat-value,.theme-dark .stripe-reachability-subtitle,.theme-dark .stripe-reachability-title,.theme-dark .summary-title{color:#c0beff;text-shadow:none}.theme-dark .run-test-button:hover:not(:disabled){color:#fff}.theme-dark .results-table{background:#16161f80;border-color:#a78bfa;box-shadow:0 0 10px #a78bfa1a}.theme-dark .results-table:before{background:repeating-linear-gradient(0deg,#a78bfa05,#0000 1px,#0000 2px,#a78bfa05 3px)}.theme-dark .results-table thead{background:#a78bfa1a;border-bottom-color:#a78bfa}.theme-dark .results-table th{border-right-color:#a78bfa33}.theme-dark .results-table td{border-right-color:#a78bfa1a}.theme-dark .results-table tbody tr{border-bottom-color:#a78bfa1a}.theme-dark .results-table tbody tr:hover{background:#a78bfa08}.theme-dark .test-summary{border-color:#a78bfa;box-shadow:0 0 15px #a78bfa33}.theme-dark .test-summary:before{background:repeating-linear-gradient(0deg,#a78bfa05,#0000 1px,#0000 2px,#a78bfa05 3px)}.theme-dark .summary-stat{border-color:#a78bfa4d}.theme-dark .test-instructions{border-color:#a78bfa;box-shadow:0 0 10px #a78bfa1a}.theme-dark .test-instructions:before{background:repeating-linear-gradient(0deg,#a78bfa05,#0000 1px,#0000 2px,#a78bfa05 3px)}.theme-dark .countdown-circle-progress{filter:drop-shadow(0 0 8px rgba(167,139,250,.4))}.theme-dark .countdown-circle-progress.pulsing{animation:pulseDark 1s ease-in-out infinite}@keyframes pulseDark{0%,to{filter:drop-shadow(0 0 8px rgba(167,139,250,.4))}50%{filter:drop-shadow(0 0 15px rgba(196,181,253,.8))}}.theme-dark.demos-arrow{background:#a78bfa;border-radius:0;color:#000;flex-direction:column-reverse;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;gap:0;height:100px;left:calc(50vw - 490px);letter-spacing:normal;padding-bottom:6px;top:calc(47% - 150px);width:40px}.theme-dark.demos-arrow:hover{background:#a78bfad9;box-shadow:none;color:#000}.theme-dark.demos-arrow .arrow-symbol{filter:none;margin-top:-12px;text-shadow:none}.theme-dark.demos-arrow:hover .arrow-symbol{filter:none;text-shadow:none}.theme-dark.demos-arrow .arrow-label,.theme-dark.demos-arrow:hover .arrow-label{text-shadow:none}@media (max-width:799px){.theme-dark.demos-arrow{flex-direction:column-reverse;gap:0;height:100px;left:0;padding-bottom:6px;top:calc(47% - 100px);width:40px}.theme-dark.demos-arrow .arrow-symbol{margin-top:-12px}}.about-container{box-sizing:border-box;max-width:100%;padding:40px 30px 60px}.about-section{margin-bottom:50px}.about-section:last-child{margin-bottom:0}.about-title{border-bottom:2px solid #ffb0004d;font-size:16px;font-weight:700;letter-spacing:1px;margin-bottom:25px;padding-bottom:12px;text-shadow:0 0 5px #ffb000}.about-content,.about-title{color:#ffb000;font-family:Courier New,monospace}.about-content{font-size:14px;line-height:1.8;opacity:.8}.about-content p{margin-bottom:20px}.about-content p:last-child{margin-bottom:0}.author-photo-wrapper{border:2px solid #ffb000;box-shadow:0 0 10px #ffb0004d;float:right;margin:0 0 20px 20px;position:relative;width:200px}.author-photo{display:block;filter:grayscale(100%) contrast(1.4) brightness(.75) sepia(100%) hue-rotate(-17deg) saturate(4);height:auto;width:100%}.about-content{position:relative}.author-photo-wrapper:after{background:repeating-linear-gradient(0deg,#00000026,#00000026 1px,#0000000d 2px,#0000 3px);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.settings-container{box-sizing:border-box;max-width:100%;padding:40px 30px 60px}.settings-section{margin-bottom:50px}.settings-section:last-child{margin-bottom:0}.settings-title{border-bottom:2px solid #ffb0004d;color:#ffb000;font-family:Courier New,monospace;font-size:16px;font-weight:700;letter-spacing:1px;margin-bottom:25px;padding-bottom:12px;text-shadow:0 0 5px #ffb000}.settings-row{align-items:center;display:flex;gap:20px;padding:10px 0}.settings-label{flex-shrink:0;opacity:.7;width:80px}.settings-label,.settings-select{color:#ffb000;font-family:Courier New,monospace;font-size:13px;letter-spacing:1px}.settings-select{appearance:none;-webkit-appearance:none;background:#1a1a1a;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m0 0 5 6 5-6z' fill='%23ffb000'/%3E%3C/svg%3E");background-position:right 8px center;background-repeat:no-repeat;border:2px solid #ffb000;cursor:pointer;outline:none;padding:6px 28px 6px 10px}.settings-select:hover{box-shadow:0 0 8px #ffb00066}.settings-select option{background:#1a1a1a;color:#ffb000}.settings-checkbox{appearance:none;-webkit-appearance:none;background:#1a1a1a;border:2px solid #ffb000;cursor:pointer;flex-shrink:0;height:18px;outline:none;width:18px}.settings-checkbox:checked{background:#ffb000}.settings-checkbox:hover{box-shadow:0 0 8px #ffb00066}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;font-family:Courier New,monospace;overflow:hidden}.App{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100vw}.App.theme-apocalypse{background:#0a0a0a}.App.theme-simple{background:#f0f0f8}.theme-simple .device-screen,.theme-simple .device-screen *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-simple .device-screen{background:#fff;border-color:#635bff}.theme-simple .device-screen:before{display:none}.theme-simple .device-header{background:linear-gradient(135deg,#9333ea,#635bff 50%,#3b82f6);border-bottom:none}.theme-simple .device-back-button,.theme-simple .device-maximize-button,.theme-simple .device-settings-button{background:#ffffff26;border-color:#fff6;color:#fff;text-shadow:none}.theme-simple .device-back-button:hover,.theme-simple .device-maximize-button:hover,.theme-simple .device-settings-button:hover{background:#ffffff40;box-shadow:none}.theme-simple .device-settings-button.active{background:#fff;border-color:#fff;box-shadow:none;color:#635bff}.theme-simple .device-tab{background:#ffffff26;border-color:#fff6;color:#fff;letter-spacing:normal;text-shadow:none}.theme-simple .device-tab:hover{background:#ffffff40;box-shadow:none}.theme-simple .device-tab.active{background:#fff;border-color:#fff;box-shadow:none;color:#635bff;text-shadow:none}.theme-simple .device-tab-all-dropdown{background:linear-gradient(135deg,#9333ea,#635bff 50%,#3b82f6);border-color:#fff6;border-top:none}.theme-simple .device-tab-all-item{border-top-color:#fff3;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .device-tab-all-item:hover{background:#ffffff26}.theme-simple .device-tab-all-item.active{background:#fff;color:#635bff}.theme-simple .device-sidebar{background:#f8f8fd;border-right-color:#635bff}.theme-simple .device-sidebar-title,.theme-simple .device-sidebar-title-fixed{border-bottom-color:#635bff;color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .device-sidebar-item{color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .device-sidebar-item:hover{background:#635bff14;border-color:#635bff}.theme-simple .device-sidebar-item.selected{background:#635bff;box-shadow:none;color:#fff;text-shadow:none}.theme-simple .device-option-label{color:#555;letter-spacing:normal;text-shadow:none}.theme-simple .device-button,.theme-simple .device-input,.theme-simple .device-select{background:#fff;border-color:#635bff;box-shadow:none;color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .device-button:hover,.theme-simple .device-input:hover,.theme-simple .device-select:hover{background:#635bff14;box-shadow:none}.theme-simple .device-input:focus,.theme-simple .device-select:focus{border-color:#4f47ff;box-shadow:none;outline:none}.theme-simple .device-select option{background:#fff;color:#1a1a1a}.theme-simple .device-input::placeholder{color:#aaa;opacity:1}.theme-simple .device-back-btn,.theme-simple .device-sidebar-back-btn{background:#fff;border-color:#635bff;color:#1a1a1a;text-shadow:none}.theme-simple .device-back-btn:hover,.theme-simple .device-sidebar-back-btn:hover{background:#635bff14}.theme-simple .device-payment-method{color:#1a1a1a;text-shadow:none}.theme-simple .device-payment-method:hover{background:#635bff14;border-color:#635bff}.theme-simple .device-payment-method.selected{background:#635bff1f;border-color:#635bff;box-shadow:none}.theme-simple .device-checkbox{border-color:#635bff}.theme-simple .device-main{color:#1a1a1a}.theme-simple .device-pending-overlay{background:#ffffffb3}.theme-simple .device-pending-message{animation:none;background:#f8f8fdf2;border-color:#635bff;box-shadow:0 2px 12px #635bff33;color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .indicator-label{color:#555;letter-spacing:normal;text-shadow:none}.theme-simple .device-view-indicator.active .indicator-label,.theme-simple .view-title{color:#1a1a1a;text-shadow:none}.theme-simple .view-nav-button,.theme-simple .view-title{background:#fff;letter-spacing:normal}.theme-simple .view-nav-button{border-color:#635bff;color:#1a1a1a;text-shadow:none}.theme-simple .view-nav-button:hover{background:#ebebff;box-shadow:none}.theme-simple .about-content,.theme-simple .about-content h3,.theme-simple .about-content li,.theme-simple .about-content p{color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;opacity:1;text-shadow:none}.theme-simple .about-content a{color:#635bff;text-shadow:none}.theme-simple .about-content a:hover{color:#4f47ff;text-shadow:none}.theme-simple .loading{color:#555}.theme-simple .pay-button{background:#635bff;border-color:#635bff;color:#fff;text-shadow:none}.theme-simple .pay-button:hover:not(:disabled){background:#4f47ff}.theme-simple .pay-button:disabled{background:#e8e8f4;border-color:#cce;color:#aaa;cursor:not-allowed;text-shadow:none}.theme-simple .success-box{background:#635bff0a;border-color:#635bff4d;box-shadow:0 4px 20px #635bff1a}.theme-simple .success-icon{color:#635bff;text-shadow:none}.theme-simple .success-title{color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .success-message{color:#444}.theme-simple .success-intent-id{color:#6b7280;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .mode-selector label{background:#fff;border-color:#635bff;color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .mode-selector label:hover{background:#ebebff}.theme-simple .mode-selector label:has(input[type=radio]:checked){background:#635bff;border-color:#635bff;color:#fff;text-shadow:none}.theme-simple .mode-selector-title{color:#555;letter-spacing:normal;text-shadow:none}.theme-simple .stripe-element-container{background:#fff}.theme-simple .email-input{background:#fff;border:1px solid #635bff;box-shadow:none;color:#1a1a1a}.theme-simple .email-input::placeholder{color:#aaa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .email-input:focus{border-color:#4f47ff;box-shadow:none}.theme-simple .error-container{background:#fff5f5;border-color:#e53e3e;box-shadow:none}.theme-simple .error-container:before{display:none}.theme-simple .error-title{border-bottom-color:#e53e3e;letter-spacing:normal}.theme-simple .error-message,.theme-simple .error-title{color:#e53e3e;text-shadow:none}.theme-simple .code-block-container{background:#f8f8fd;border-color:#635bff40}.theme-simple .code-block-title{color:#635bff;letter-spacing:normal;text-shadow:none}.theme-simple .code-block-copy-button{background:#fff;border-color:#635bff;color:#1a1a1a;letter-spacing:normal;text-shadow:none}.theme-simple .code-block-copy-button:hover{background:#ebebff;box-shadow:none}.theme-simple .about-title,.theme-simple .settings-title{border-bottom:2px solid #635bff;color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .author-photo{filter:none}.theme-simple .author-photo-wrapper{border-color:#635bff4d;box-shadow:0 2px 12px #635bff1a}.theme-simple .author-photo-wrapper:after{display:none}.theme-simple .settings-label{color:#555}.theme-simple .settings-select{background:#fff;border-color:#635bff;color:#1a1a1a}.theme-simple .settings-select:hover{box-shadow:0 0 8px #635bff40}.theme-simple .settings-select option{background:#fff;color:#1a1a1a}.theme-simple .settings-checkbox{background:#fff;border-color:#635bff}.theme-simple .settings-checkbox:checked{background:#635bff}.theme-simple .settings-checkbox:hover{box-shadow:0 0 8px #635bff40}.theme-simple .device-content-full .device-main{padding:0}.theme-simple .landing-content{padding:0 0 40px}.theme-simple .landing-header{margin-bottom:20px}.theme-simple .landing-title{background:linear-gradient(135deg,#9333ea,#635bff 50%,#3b82f6);color:#fff;display:block;margin-bottom:0;padding:20px}.theme-simple .landing-subtitle,.theme-simple .landing-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .landing-subtitle{color:#555;opacity:1;padding:10px 30px}.theme-simple .elements-grid{gap:16px;grid-template-columns:repeat(4,160px);justify-content:center;padding-left:30px;padding-right:30px}.theme-simple .elements-grid .element-card:last-child{grid-column:auto}.theme-simple .landing-link{color:#635bff;text-shadow:none}.theme-simple .landing-link:hover{color:#4f47ff;text-shadow:none}.theme-simple .element-card{background:#fff;border:none;box-shadow:0 2px 12px #00000026;height:160px;width:160px}.theme-simple .element-card:before{display:none}.theme-simple .element-card:hover{border:none;box-shadow:0 6px 24px #0000003d}.theme-simple .element-card-title{color:#1a1a1a;font-size:15px}.theme-simple .element-card-description,.theme-simple .element-card-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .element-card-description{color:#555;font-size:11px;opacity:1}.theme-simple .element-card-button{background:#635bff;border-color:#635bff;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .element-card:hover .element-card-button{background:#4f47ff;border-color:#4f47ff}@media (max-width:799px){.theme-simple .landing-content{padding:0 0 40px}.theme-simple .elements-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:0 16px;width:100%}.theme-simple .element-card{aspect-ratio:1/1;container-type:inline-size;flex:0 0 155px;height:155px;padding:20px 10px;width:155px}.theme-simple .element-card-title{font-size:clamp(18px,15cqi,24px);letter-spacing:normal;margin-bottom:clamp(4px,3cqi,8px)}.theme-simple .element-card-button{font-size:clamp(10px,7cqi,13px);padding:clamp(4px,3cqi,10px) clamp(8px,8cqi,20px)}}.theme-simple .network-tools-content{padding:0 0 40px}.theme-simple .network-tools-header{margin-bottom:20px}.theme-simple .network-tools-title{background:linear-gradient(135deg,#9333ea,#635bff 50%,#3b82f6);color:#fff;display:block;margin-bottom:0;padding:20px}.theme-simple .network-tools-subtitle,.theme-simple .network-tools-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .network-tools-subtitle{color:#555;opacity:1;padding:10px 30px}.theme-simple .tools-grid{gap:16px;grid-template-columns:repeat(4,160px);justify-content:center;padding-left:30px;padding-right:30px}.theme-simple .tool-card{background:#fff;border:none;box-shadow:0 2px 12px #00000026;height:160px;width:160px}.theme-simple .tool-card:before{display:none}.theme-simple .tool-card:hover{border:none;box-shadow:0 6px 24px #0000003d}.theme-simple .tool-card-title{color:#1a1a1a;font-size:15px}.theme-simple .tool-card-description,.theme-simple .tool-card-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .tool-card-description{color:#555;font-size:11px;opacity:1}.theme-simple .tool-card-button{background:#635bff;border-color:#635bff;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .tool-card:hover .tool-card-button{background:#4f47ff;border-color:#4f47ff}@media (max-width:799px){.theme-simple .network-tools-content{padding:0 0 40px}.theme-simple .tools-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:0 16px;width:100%}.theme-simple .tool-card{aspect-ratio:1/1;container-type:inline-size;flex:0 0 155px;height:155px;padding:20px 10px;width:155px}.theme-simple .tool-card-title{font-size:clamp(18px,15cqi,24px);letter-spacing:normal;margin-bottom:clamp(4px,3cqi,8px)}.theme-simple .tool-card-button{font-size:clamp(10px,7cqi,13px);padding:clamp(4px,3cqi,10px) clamp(8px,8cqi,20px)}}.theme-simple .stripe-reachability-content{padding:0 0 40px}.theme-simple .stripe-reachability-header{margin-bottom:20px}.theme-simple .stripe-reachability-title{background:linear-gradient(135deg,#9333ea,#635bff 50%,#3b82f6);color:#fff;display:block;margin-bottom:0;padding:20px}.theme-simple .stripe-reachability-subtitle,.theme-simple .stripe-reachability-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .stripe-reachability-subtitle{color:#555;opacity:1;padding:10px 30px}.theme-simple .run-test-button{background:#635bff;border:none;box-shadow:none;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .run-test-button:hover:not(:disabled){background:#635bffd9;border:none;box-shadow:none}.theme-simple .run-test-button:disabled{background:#e8e8f4;color:#aaa}.theme-simple .countdown-text{color:#635bff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .countdown-circle-bg{stroke:#635bff33}.theme-simple .countdown-circle-progress{stroke:#635bff;filter:drop-shadow(0 0 4px rgba(99,91,255,.3))}.theme-simple .results-table{background:#fff;border:none;box-shadow:0 2px 12px #00000026;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .results-table:before{display:none}.theme-simple .results-table thead{background:#f8f8fd;border-bottom:1px solid #e5e5f0}.theme-simple .results-table th{border-right:1px solid #e5e5f0;color:#555;font-weight:600;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .results-table td{border-right:1px solid #f0f0f8;color:#1a1a1a;text-shadow:none}.theme-simple .results-table tbody tr{border-bottom:1px solid #f0f0f8}.theme-simple .results-table tbody tr:hover{background:#635bff0a}.theme-simple .domain-cell,.theme-simple .latency-cell{text-shadow:none}.theme-simple .test-summary{background:#fff;border:none;box-shadow:0 2px 12px #00000026}.theme-simple .test-summary:before{display:none}.theme-simple .summary-title{color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .summary-stat{background:#f8f8fd;border:1px solid #e5e5f0}.theme-simple .stat-value{color:#635bff}.theme-simple .stat-label,.theme-simple .stat-value{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .stat-label{color:#555;letter-spacing:normal;text-transform:none}.theme-simple .test-instructions{background:#fff;border:none;box-shadow:0 2px 12px #00000026}.theme-simple .test-instructions:before{display:none}.theme-simple .instructions-title{color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-simple .instruction-item,.theme-simple .instructions-text{color:#555;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .api-logger-drawer{background:#fff;border-left:2px solid #635bff;box-shadow:-4px 0 20px #635bff1a}.theme-simple .api-logger-drawer,.theme-simple .api-logger-toggle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .api-logger-toggle{background:#635bff;border-color:#635bff;border-radius:0;box-shadow:-2px 0 8px #635bff4d;color:#fff;letter-spacing:normal;text-shadow:none}.theme-simple .api-logger-toggle:hover{background:#4f47ff}.theme-simple .api-logger-header{background:#f8f8fd;border-bottom:1px solid #635bff33;box-shadow:none}.theme-simple .api-logger-clear-btn,.theme-simple .api-logger-title{color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .api-logger-clear-btn{background:#fff;border:1px solid #635bff;box-shadow:none}.theme-simple .api-logger-clear-btn:hover{background:#ebebff}.theme-simple .api-logger-empty{color:#aaa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .api-logger-item{background:#fafafa;border:1px solid #635bff26;box-shadow:none}.theme-simple .api-logger-summary:hover{background:#f4f4fd}.theme-simple .api-logger-summary.non-expandable:hover{background:#fafafa}.theme-simple .api-logger-summary-line{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .api-logger-method{background:#635bff0f;border-color:#635bff33;box-shadow:none;color:#555;text-shadow:none}.theme-simple .api-logger-method.get,.theme-simple .api-logger-method.post,.theme-simple .api-logger-method.stripe{text-shadow:none}.theme-simple .api-logger-duration,.theme-simple .api-logger-time,.theme-simple .api-logger-url{color:#555;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .api-logger-stripe-id{color:#635bff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .api-logger-status{border-color:#0000001a;box-shadow:none}.theme-simple .api-logger-status.status-error,.theme-simple .api-logger-status.status-fyi,.theme-simple .api-logger-status.status-info,.theme-simple .api-logger-status.status-success{text-shadow:none}.theme-simple .api-logger-details{background:#f8f8fd;border-top-color:#635bff26}.theme-simple .api-logger-section-title{color:#635bff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-simple .api-logger-code{background:#f0f0f8;border-color:#635bff26;box-shadow:none;color:#1a1a1a;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.theme-simple .device-corner,.theme-simple .device-corner-hole,.theme-simple .device-footer,.theme-simple .device-knob,.theme-simple .device-label,.theme-simple .device-panel-line,.theme-simple .device-screws,.theme-simple .device-vents{display:none}.theme-simple .device-container{background:#f0f0f8;padding-bottom:0}.theme-simple .device-screen-container{background:none;border:none;border-radius:0;box-shadow:0 4px 24px #0000001f;height:100vh;padding:0}.theme-simple .device-screen{border:none;border-radius:0;box-shadow:none}.theme-simple *{scrollbar-color:#635bff #f0f0f8}.theme-simple ::-webkit-scrollbar-track{background:#f0f0f8;border:1px solid #635bff33}.theme-simple ::-webkit-scrollbar-thumb{background:#635bff;box-shadow:none}.theme-simple ::-webkit-scrollbar-thumb:hover{background:#4f47ff;box-shadow:none}.theme-simple ::-webkit-scrollbar-corner{background:#f0f0f8}.App.theme-dark{background:#0f0f14}.theme-dark .device-screen,.theme-dark .device-screen *{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal}.theme-dark .device-screen{background:#16161f;border-color:#a78bfa}.theme-dark .device-screen:before{display:none}.theme-dark .device-header{background:linear-gradient(135deg,#581c87,#4338ca 50%,#1e40af);border-bottom:none}.theme-dark .device-back-button,.theme-dark .device-maximize-button,.theme-dark .device-settings-button{background:#ffffff14;border-color:#fff3;color:#c0beff;text-shadow:none}.theme-dark .device-back-button:hover,.theme-dark .device-maximize-button:hover,.theme-dark .device-settings-button:hover{background:#ffffff26;box-shadow:none}.theme-dark .device-settings-button.active{background:#a78bfa4d;border-color:#a78bfa;box-shadow:none;color:#c0beff}.theme-dark .device-tab{background:#ffffff14;border-color:#fff3;color:#c0beff;letter-spacing:normal;text-shadow:none}.theme-dark .device-tab:hover{background:#ffffff26;box-shadow:none}.theme-dark .device-tab.active{background:#a78bfa66;border-color:#a78bfa;box-shadow:none;color:#fff;text-shadow:none}.theme-dark .device-tab-all-dropdown{background:linear-gradient(135deg,#581c87,#4338ca 50%,#1e40af);border-color:#fff3;border-top:none}.theme-dark .device-tab-all-item{border-top-color:#ffffff1a;color:#c0beff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .device-tab-all-item:hover{background:#ffffff1a}.theme-dark .device-tab-all-item.active{background:#a78bfa66;color:#fff}.theme-dark .device-sidebar{background:#1a1a28;border-right-color:#a78bfa}.theme-dark .device-sidebar-title,.theme-dark .device-sidebar-title-fixed{border-bottom-color:#a78bfa66;color:#c0beff;letter-spacing:normal;text-shadow:none}.theme-dark .device-sidebar-item{color:#c0beff;letter-spacing:normal;text-shadow:none}.theme-dark .device-sidebar-item:hover{background:#a78bfa26;border-color:#a78bfa}.theme-dark .device-sidebar-item.selected{background:#a78bfa;box-shadow:none;color:#fff;text-shadow:none}.theme-dark .device-option-label{color:#9090a8;letter-spacing:normal;text-shadow:none}.theme-dark .device-button,.theme-dark .device-input,.theme-dark .device-select{background:#1e1e2e;border-color:#a78bfa;box-shadow:none;color:#e0e0f0;letter-spacing:normal;text-shadow:none}.theme-dark .device-button:hover,.theme-dark .device-input:hover,.theme-dark .device-select:hover{background:#a78bfa33;box-shadow:none}.theme-dark .device-input:focus,.theme-dark .device-select:focus{border-color:#a09af5;box-shadow:none;outline:none}.theme-dark .device-select option{background:#1e1e2e;color:#e0e0f0}.theme-dark .device-input::placeholder{color:#556;opacity:1}.theme-dark .device-back-btn,.theme-dark .device-sidebar-back-btn{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;text-shadow:none}.theme-dark .device-back-btn:hover,.theme-dark .device-sidebar-back-btn:hover{background:#a78bfa33}.theme-dark .device-payment-method{color:#c0beff;text-shadow:none}.theme-dark .device-payment-method:hover{background:#a78bfa26;border-color:#a78bfa}.theme-dark .device-payment-method.selected{background:#a78bfa40;border-color:#a78bfa;box-shadow:none}.theme-dark .device-checkbox{border-color:#a78bfa}.theme-dark .device-main{color:#e0e0f0}.theme-dark .device-pending-overlay{background:#16161fcc}.theme-dark .device-pending-message{animation:none;background:#1e1e2ef2;border-color:#a78bfa;box-shadow:0 2px 12px #a78bfa33;color:#e0e0f0;letter-spacing:normal;text-shadow:none}.theme-dark .indicator-label{color:#9090a8;letter-spacing:normal;text-shadow:none}.theme-dark .device-view-indicator.active .indicator-label,.theme-dark .view-title{color:#e0e0f0;text-shadow:none}.theme-dark .view-title{background:#16161f;letter-spacing:normal}.theme-dark .view-nav-button{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;letter-spacing:normal;text-shadow:none}.theme-dark .view-nav-button:hover{background:#a78bfa33;box-shadow:none}.theme-dark .about-content,.theme-dark .about-content h3,.theme-dark .about-content li,.theme-dark .about-content p{color:#e0e0f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;opacity:1;text-shadow:none}.theme-dark .about-content a{color:#a09af5;text-shadow:none}.theme-dark .about-content a:hover{color:#c0beff;text-shadow:none}.theme-dark .loading{color:#9090a8}.theme-dark .pay-button{background:#a78bfa;border-color:#a78bfa;color:#fff;text-shadow:none}.theme-dark .pay-button:hover:not(:disabled){background:#8b5cf6}.theme-dark .pay-button:disabled{background:#2a2a3a;border-color:#334;color:#556;cursor:not-allowed;text-shadow:none}.theme-dark .success-box{background:#a78bfa0f;border-color:#a78bfa4d;box-shadow:0 4px 20px #a78bfa1a}.theme-dark .success-icon{color:#a09af5;text-shadow:none}.theme-dark .success-title{color:#e0e0f0;letter-spacing:normal;text-shadow:none}.theme-dark .success-message{color:#9090a8}.theme-dark .success-intent-id{color:#556;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .mode-selector label{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;letter-spacing:normal;text-shadow:none}.theme-dark .mode-selector label:hover{background:#a78bfa33}.theme-dark .mode-selector label:has(input[type=radio]:checked){background:#a78bfa;border-color:#a78bfa;color:#fff;text-shadow:none}.theme-dark .mode-selector-title{color:#9090a8;letter-spacing:normal;text-shadow:none}.theme-dark .stripe-element-container{background:#16161f}.theme-dark .email-input{background:#1e1e2e;border:1px solid #a78bfa;box-shadow:none;color:#e0e0f0}.theme-dark .email-input::placeholder{color:#556;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .email-input:focus{border-color:#a09af5;box-shadow:none}.theme-dark .error-container{background:#dc35451a;border-color:#dc3545;box-shadow:none}.theme-dark .error-container:before{display:none}.theme-dark .error-title{border-bottom-color:#dc3545;letter-spacing:normal}.theme-dark .error-message,.theme-dark .error-title{color:#ff6b7a;text-shadow:none}.theme-dark .code-block-container{background:#1a1a28;border-color:#a78bfa40}.theme-dark .code-block-title{color:#a09af5;letter-spacing:normal;text-shadow:none}.theme-dark .code-block-copy-button{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;letter-spacing:normal;text-shadow:none}.theme-dark .code-block-copy-button:hover{background:#a78bfa33;box-shadow:none}.theme-dark .about-title,.theme-dark .settings-title{border-bottom:2px solid #a78bfa;color:#e0e0f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .author-photo{filter:none}.theme-dark .author-photo-wrapper{border-color:#a78bfa4d;box-shadow:0 2px 12px #a78bfa26}.theme-dark .author-photo-wrapper:after{display:none}.theme-dark .settings-label{color:#9090a8}.theme-dark .settings-select{background:#1e1e2e;border-color:#a78bfa;color:#e0e0f0}.theme-dark .settings-select:hover{box-shadow:0 0 8px #a78bfa4d}.theme-dark .settings-select option{background:#1e1e2e;color:#e0e0f0}.theme-dark .settings-checkbox{background:#1e1e2e;border-color:#a78bfa}.theme-dark .settings-checkbox:checked{background:#a78bfa}.theme-dark .settings-checkbox:hover{box-shadow:0 0 8px #a78bfa4d}.theme-dark .device-content-full .device-main{padding:0}.theme-dark .landing-content{padding:0 0 40px}.theme-dark .landing-header{margin-bottom:20px}.theme-dark .landing-title{background:linear-gradient(135deg,#581c87,#4338ca 50%,#1e40af);color:#fff;display:block;margin-bottom:0;padding:20px}.theme-dark .landing-subtitle,.theme-dark .landing-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-dark .landing-subtitle{color:#9090a8;opacity:1;padding:10px 30px}.theme-dark .elements-grid{gap:16px;grid-template-columns:repeat(4,160px);justify-content:center;padding-left:30px;padding-right:30px}.theme-dark .elements-grid .element-card:last-child{grid-column:auto}.theme-dark .landing-link{color:#a09af5;text-shadow:none}.theme-dark .landing-link:hover{color:#c0beff;text-shadow:none}.theme-dark .element-card{background:#1e1e2e;border:none;box-shadow:0 2px 12px #0006;height:160px;width:160px}.theme-dark .element-card:before{display:none}.theme-dark .element-card:hover{border:none;box-shadow:0 6px 24px #a78bfa40}.theme-dark .element-card-title{color:#e0e0f0;font-size:15px}.theme-dark .element-card-description,.theme-dark .element-card-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .element-card-description{color:#9090a8;font-size:11px;opacity:1}.theme-dark .element-card-button{background:#a78bfa;border-color:#a78bfa;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .element-card:hover .element-card-button{background:#8b5cf6;border-color:#8b5cf6}@media (max-width:799px){.theme-dark .landing-content{padding:0 0 40px}.theme-dark .elements-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:0 16px;width:100%}.theme-dark .element-card{aspect-ratio:1/1;container-type:inline-size;flex:0 0 155px;height:155px;padding:20px 10px;width:155px}.theme-dark .element-card-title{font-size:clamp(18px,15cqi,24px);letter-spacing:normal;margin-bottom:clamp(4px,3cqi,8px)}.theme-dark .element-card-button{font-size:clamp(10px,7cqi,13px);padding:clamp(4px,3cqi,10px) clamp(8px,8cqi,20px)}}.theme-dark .network-tools-content{padding:0 0 40px}.theme-dark .network-tools-header{margin-bottom:20px}.theme-dark .network-tools-title{background:linear-gradient(135deg,#581c87,#4338ca 50%,#1e40af);color:#fff;display:block;margin-bottom:0;padding:20px}.theme-dark .network-tools-subtitle,.theme-dark .network-tools-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-dark .network-tools-subtitle{color:#9090a8;opacity:1;padding:10px 30px}.theme-dark .tools-grid{gap:16px;grid-template-columns:repeat(4,160px);justify-content:center;padding-left:30px;padding-right:30px}.theme-dark .tool-card{background:#1e1e2e;border:none;box-shadow:0 2px 12px #0006;height:160px;width:160px}.theme-dark .tool-card:before{display:none}.theme-dark .tool-card:hover{border:none;box-shadow:0 6px 24px #a78bfa40}.theme-dark .tool-card-title{color:#e0e0f0;font-size:15px}.theme-dark .tool-card-description,.theme-dark .tool-card-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .tool-card-description{color:#9090a8;font-size:11px;opacity:1}.theme-dark .tool-card-button{background:#a78bfa;border-color:#a78bfa;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .tool-card:hover .tool-card-button{background:#8b5cf6;border-color:#8b5cf6}@media (max-width:799px){.theme-dark .network-tools-content{padding:0 0 40px}.theme-dark .tools-grid{box-sizing:border-box;display:flex;flex-wrap:wrap;gap:16px;justify-content:center;padding:0 16px;width:100%}.theme-dark .tool-card{aspect-ratio:1/1;container-type:inline-size;flex:0 0 155px;height:155px;padding:20px 10px;width:155px}.theme-dark .tool-card-title{font-size:clamp(18px,15cqi,24px);letter-spacing:normal;margin-bottom:clamp(4px,3cqi,8px)}.theme-dark .tool-card-button{font-size:clamp(10px,7cqi,13px);padding:clamp(4px,3cqi,10px) clamp(8px,8cqi,20px)}}.theme-dark .stripe-reachability-content{padding:0 0 40px}.theme-dark .stripe-reachability-header{margin-bottom:20px}.theme-dark .stripe-reachability-title{background:linear-gradient(135deg,#581c87,#4338ca 50%,#1e40af);color:#fff;display:block;margin-bottom:0;padding:20px}.theme-dark .stripe-reachability-subtitle,.theme-dark .stripe-reachability-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-dark .stripe-reachability-subtitle{color:#9090a8;opacity:1;padding:10px 30px}.theme-dark .run-test-button{background:#a78bfa;border:none;box-shadow:none;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-dark .run-test-button:hover:not(:disabled){background:#a78bfad9;border:none;box-shadow:none}.theme-dark .run-test-button:disabled{background:#2a2a3a;color:#556}.theme-dark .countdown-text{color:#a78bfa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .countdown-circle-bg{stroke:#a78bfa33}.theme-dark .countdown-circle-progress{stroke:#a78bfa;filter:drop-shadow(0 0 4px rgba(167,139,250,.3))}.theme-dark .results-table{background:#1e1e2e;border:none;box-shadow:0 2px 12px #0006;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .results-table:before{display:none}.theme-dark .results-table thead{background:#1a1a28;border-bottom:1px solid #2a2a3a}.theme-dark .results-table th{border-right:1px solid #2a2a3a;color:#9090a8;font-weight:600;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-dark .results-table td{border-right:1px solid #252533;color:#e0e0f0;text-shadow:none}.theme-dark .results-table tbody tr{border-bottom:1px solid #252533}.theme-dark .results-table tbody tr:hover{background:#a78bfa0f}.theme-dark .domain-cell,.theme-dark .latency-cell{text-shadow:none}.theme-dark .test-summary{background:#1e1e2e;border:none;box-shadow:0 2px 12px #0006}.theme-dark .test-summary:before{display:none}.theme-dark .summary-title{color:#e0e0f0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none;text-transform:none}.theme-dark .summary-stat{background:#1a1a28;border:1px solid #2a2a3a}.theme-dark .stat-value{color:#a78bfa}.theme-dark .stat-label,.theme-dark .stat-value{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .stat-label{color:#9090a8;letter-spacing:normal;text-transform:none}.theme-dark .test-instructions{background:#1e1e2e;border:none;box-shadow:0 2px 12px #0006}.theme-dark .test-instructions:before{display:none}.theme-dark .instructions-title{color:#e0e0f0;letter-spacing:normal;text-transform:none}.theme-dark .instruction-item,.theme-dark .instructions-text,.theme-dark .instructions-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .instruction-item,.theme-dark .instructions-text{color:#9090a8}.theme-dark .api-logger-drawer{background:#1a1a28;border-left:2px solid #a78bfa;box-shadow:-4px 0 20px #a78bfa1a}.theme-dark .api-logger-drawer,.theme-dark .api-logger-toggle{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .api-logger-toggle{background:#a78bfa;border-color:#a78bfa;border-radius:0;box-shadow:-2px 0 8px #a78bfa4d;color:#fff;letter-spacing:normal;text-shadow:none}.theme-dark .api-logger-toggle:hover{background:#8b5cf6}.theme-dark .api-logger-header{background:#1e1e2e;border-bottom:1px solid #a78bfa33;box-shadow:none}.theme-dark .api-logger-title{color:#e0e0f0}.theme-dark .api-logger-clear-btn,.theme-dark .api-logger-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .api-logger-clear-btn{background:#1e1e2e;border:1px solid #a78bfa;box-shadow:none;color:#c0beff}.theme-dark .api-logger-clear-btn:hover{background:#a78bfa33}.theme-dark .api-logger-empty{color:#556;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .api-logger-item{background:#1e1e2e;border:1px solid #a78bfa26;box-shadow:none}.theme-dark .api-logger-summary:hover{background:#a78bfa1a}.theme-dark .api-logger-summary.non-expandable:hover{background:#1e1e2e}.theme-dark .api-logger-summary-line{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .api-logger-method{background:#a78bfa1a;border-color:#a78bfa33;box-shadow:none;color:#9090a8;text-shadow:none}.theme-dark .api-logger-method.get,.theme-dark .api-logger-method.post,.theme-dark .api-logger-method.stripe{text-shadow:none}.theme-dark .api-logger-duration,.theme-dark .api-logger-time,.theme-dark .api-logger-url{color:#9090a8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .api-logger-stripe-id{color:#a09af5;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .api-logger-status{border-color:#0003;box-shadow:none}.theme-dark .api-logger-status.status-error,.theme-dark .api-logger-status.status-fyi,.theme-dark .api-logger-status.status-info,.theme-dark .api-logger-status.status-success{text-shadow:none}.theme-dark .api-logger-details{background:#1a1a28;border-top-color:#a78bfa26}.theme-dark .api-logger-section-title{color:#a09af5;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:normal;text-shadow:none}.theme-dark .api-logger-code{background:#16161f;border-color:#a78bfa26;box-shadow:none;color:#e0e0f0;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.theme-dark .device-corner,.theme-dark .device-corner-hole,.theme-dark .device-footer,.theme-dark .device-knob,.theme-dark .device-label,.theme-dark .device-panel-line,.theme-dark .device-screws,.theme-dark .device-vents{display:none}.theme-dark .device-container{background:#0f0f14;padding-bottom:0}.theme-dark .device-screen-container{background:none;border:none;border-radius:0;box-shadow:0 4px 24px #0006;height:100vh;padding:0}.theme-dark .device-screen{border:none;border-radius:0;box-shadow:none}.theme-dark *{scrollbar-color:#a78bfa #1a1a28}.theme-dark ::-webkit-scrollbar-track{background:#1a1a28;border:1px solid #a78bfa33}.theme-dark ::-webkit-scrollbar-thumb{background:#a78bfa;box-shadow:none}.theme-dark ::-webkit-scrollbar-thumb:hover{background:#8b5cf6;box-shadow:none}.theme-dark ::-webkit-scrollbar-corner{background:#1a1a28}.theme-simple .terminal-step-label{color:#555;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .terminal-help-link,.theme-simple .terminal-step-num{border-color:#cce;color:#aaa}.theme-simple .terminal-help-link:hover{border-color:#635bff;color:#635bff}.theme-simple .terminal-step-num.done{border-color:#635bff;color:#635bff;text-shadow:none}.theme-simple .terminal-step-reset{border-top-color:#e5e5f0}.theme-simple .terminal-btn{background:#fff;border-color:#635bff;color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-simple .terminal-btn:hover:not(:disabled){background:#ebebff;box-shadow:none}.theme-simple .terminal-btn:active:not(:disabled){border-color:#4f47ff}.theme-simple .terminal-btn:disabled{background:#f5f5ff;border-color:#cce;color:#aaa}.theme-simple .terminal-btn-danger{border-color:#e53e3e;color:#e53e3e}.theme-simple .terminal-btn-danger:hover:not(:disabled){background:#fff5f5;box-shadow:none}.theme-simple .terminal-btn-capture{border-color:#1a8a4a;color:#1a8a4a}.theme-simple .terminal-btn-capture:hover:not(:disabled){background:#f0fff5;box-shadow:none}.theme-simple .terminal-btn-reset{background:#fff5f5;border-color:#c22;color:#c22}.theme-simple .terminal-btn-reset:hover:not(:disabled){background:#ffe8e8;border-color:#a11;box-shadow:none;color:#a11}.theme-simple .terminal-reader-id-label,.theme-simple .terminal-waiting-label{background:#f8f8ff;border-color:#cce;color:#635bff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .terminal-code-input{background:#fff;border-color:#635bff;color:#1a1a1a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .terminal-code-input::placeholder{color:#aaa}.theme-simple .terminal-code-input:disabled{border-color:#cce;color:#aaa}.theme-simple .terminal-error{background:#fff5f5;border-color:#e53e3e;color:#e53e3e}.theme-simple .terminal-error-label{text-shadow:none}.theme-simple .terminal-log{background:#f8f8fd;border-color:#e5e5f0}.theme-simple .terminal-log-step{color:#999}.theme-simple .terminal-log-msg,.theme-simple .terminal-log-step{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-simple .terminal-log-msg{color:#1a1a1a}.theme-simple .terminal-log-ok .terminal-log-step{color:#2a8a4a}.theme-simple .terminal-log-ok .terminal-log-msg{color:#1a6a3a}.theme-simple .terminal-log-error .terminal-log-step{color:#c33}.theme-simple .terminal-log-error .terminal-log-msg{color:#e53e3e}.theme-dark .terminal-step-label{color:#9090a8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .terminal-help-link,.theme-dark .terminal-step-num{border-color:#334;color:#556}.theme-dark .terminal-help-link:hover{border-color:#a78bfa;color:#a78bfa}.theme-dark .terminal-step-num.done{border-color:#a78bfa;color:#a78bfa;text-shadow:none}.theme-dark .terminal-step-reset{border-top-color:#2a2a3a}.theme-dark .terminal-btn{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-shadow:none}.theme-dark .terminal-btn:hover:not(:disabled){background:#a78bfa33;box-shadow:none}.theme-dark .terminal-btn:active:not(:disabled){border-color:#8b5cf6}.theme-dark .terminal-btn:disabled{background:#151520;border-color:#223;color:#334}.theme-dark .terminal-btn-danger{border-color:#dc3545;color:#ff6b7a}.theme-dark .terminal-btn-danger:hover:not(:disabled){background:#dc354526;box-shadow:none}.theme-dark .terminal-btn-capture{border-color:#22c55e;color:#4ade80}.theme-dark .terminal-btn-capture:hover:not(:disabled){background:#22c55e26;box-shadow:none}.theme-dark .terminal-btn-reset{background:#dc35451a;border-color:#dc3545;color:#ff6b7a}.theme-dark .terminal-btn-reset:hover:not(:disabled){background:#dc354533;border-color:#ff4d5e;box-shadow:none;color:#ff8a96}.theme-dark .terminal-reader-id-label,.theme-dark .terminal-waiting-label{background:#12121e;border-color:#2a2a3e;color:#a78bfa;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .terminal-code-input{background:#1e1e2e;border-color:#a78bfa;color:#c0beff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .terminal-code-input::placeholder{color:#334}.theme-dark .terminal-code-input:disabled{border-color:#223;color:#334}.theme-dark .terminal-error{background:#dc35451a;border-color:#dc3545;color:#ff6b7a}.theme-dark .terminal-error-label{text-shadow:none}.theme-dark .terminal-log{background:#11111a;border-color:#2a2a3a}.theme-dark .terminal-log-step{color:#556}.theme-dark .terminal-log-msg,.theme-dark .terminal-log-step{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.theme-dark .terminal-log-msg{color:#e0e0f0}.theme-dark .terminal-log-ok .terminal-log-step{color:#22c55e}.theme-dark .terminal-log-ok .terminal-log-msg{color:#4ade80}.theme-dark .terminal-log-error .terminal-log-step{color:#dc3545}.theme-dark .terminal-log-error .terminal-log-msg{color:#ff6b7a}.theme-simple .fake-reader{background:#e8e8f4;border-color:#c0c0d8;box-shadow:0 4px 16px #0000001f,inset 0 1px 0 #fffc}.theme-simple .fake-reader-active{border-color:#635bff;box-shadow:0 4px 16px #0000001f,0 0 12px #635bff40}.theme-simple .fake-reader-approved{border-color:#22c55e;box-shadow:0 4px 16px #0000001f,0 0 12px #22c55e40}.theme-simple .fake-reader-authorized{border-color:#3b82f6;box-shadow:0 4px 16px #0000001f,0 0 12px #3b82f640}.theme-simple .fake-reader-brand{color:#9090aa}.theme-simple .fake-reader-pulse{background:#635bff}.theme-simple .fake-reader-screen{background:#fff;border-color:#d0d0e4}.theme-simple .fake-reader-active .fake-reader-screen{background:#fff;border-color:#c0b0f0}.theme-simple .fake-reader-approved .fake-reader-screen{background:#f0fff5;border-color:#a0ddb8}.theme-simple .fake-reader-authorized .fake-reader-screen{background:#f0f4ff;border-color:#a0b4ee}.theme-simple .fake-reader-merchant{color:#555}.theme-simple .fake-reader-divider{background:#d0d0e4}.theme-simple .fake-reader-status-line1{color:#1a1a1a;text-shadow:none}.theme-simple .fake-reader-status-line2{color:#444}.theme-simple .fake-reader-amount{color:#1a1a1a;text-shadow:none}.theme-simple .fake-reader-checkmark{color:#16a34a;text-shadow:none}.theme-simple .fake-reader-active .fake-reader-pulse{background:#635bff}.theme-simple .fake-reader-active .fake-reader-status-line1{color:#635bff;text-shadow:none}.theme-simple .fake-reader-active .fake-reader-status-line2{color:#7c6fcc}.theme-simple .fake-reader-active .fake-reader-amount{color:#635bff;text-shadow:none}.theme-simple .fake-reader-approved .fake-reader-status-line1{color:#16a34a;text-shadow:none}.theme-simple .fake-reader-approved .fake-reader-status-line2{color:#166534}.theme-simple .fake-reader-approved .fake-reader-amount{color:#16a34a;text-shadow:none}.theme-simple .fake-reader-authorized .fake-reader-status-line1{color:#2563eb;text-shadow:none}.theme-simple .fake-reader-authorized .fake-reader-status-line2{color:#1d4ed8}.theme-simple .fake-reader-authorized .fake-reader-amount{color:#2563eb;text-shadow:none}.theme-simple .fake-reader-led{background:#d0d0e4;border-color:#b0b0cc}.theme-simple .fake-reader-led-on{background:#22c55e;box-shadow:0 0 4px #22c55ecc}.theme-simple .fake-reader-id{color:#9090aa}.theme-dark .fake-reader{background:#1a1a28;border-color:#2a2a3a;box-shadow:0 4px 20px #00000080,inset 0 1px 0 #ffffff08}.theme-dark .fake-reader-active{border-color:#a78bfa;box-shadow:0 4px 20px #00000080,0 0 12px #a78bfa40}.theme-dark .fake-reader-approved{border-color:#22c55e;box-shadow:0 4px 20px #00000080,0 0 12px #22c55e40}.theme-dark .fake-reader-authorized{border-color:#48f;box-shadow:0 4px 20px #00000080,0 0 12px #4488ff40}.theme-dark .fake-reader-brand{color:#445}.theme-dark .fake-reader-pulse{background:#a78bfa}.theme-dark .fake-reader-screen{background:#0d0d18;border-color:#1e1e30}.theme-dark .fake-reader-active .fake-reader-screen{background:#0d0d18;border-color:#2a1f44}.theme-dark .fake-reader-approved .fake-reader-screen{background:#060e10;border-color:#0d3322}.theme-dark .fake-reader-authorized .fake-reader-screen{background:#060814;border-color:#101a33}.theme-dark .fake-reader-merchant{color:#7c6fcc}.theme-dark .fake-reader-divider{background:#2a2240}.theme-dark .fake-reader-status-line1{color:#c0beff;text-shadow:none}.theme-dark .fake-reader-status-line2{color:#9080cc}.theme-dark .fake-reader-amount{color:#a78bfa;text-shadow:0 0 8px #a78bfa66}.theme-dark .fake-reader-checkmark{color:#4ade80;text-shadow:none}.theme-dark .fake-reader-active .fake-reader-pulse{background:#a78bfa}.theme-dark .fake-reader-active .fake-reader-status-line1{color:#a78bfa;text-shadow:0 0 6px #a78bfa80}.theme-dark .fake-reader-active .fake-reader-status-line2{color:#7c6fcc}.theme-dark .fake-reader-active .fake-reader-amount{color:#a78bfa;text-shadow:0 0 8px #a78bfa99}.theme-dark .fake-reader-approved .fake-reader-status-line1{color:#4ade80;text-shadow:none}.theme-dark .fake-reader-approved .fake-reader-status-line2{color:#22c55e}.theme-dark .fake-reader-approved .fake-reader-amount{color:#4ade80;text-shadow:none}.theme-dark .fake-reader-authorized .fake-reader-status-line1{color:#69f;text-shadow:none}.theme-dark .fake-reader-authorized .fake-reader-status-line2{color:#47e}.theme-dark .fake-reader-authorized .fake-reader-amount{color:#69f;text-shadow:none}.theme-dark .fake-reader-led{background:#1e1e2e;border-color:#2a2a3a}.theme-dark .fake-reader-led-on{background:#22c55e;box-shadow:0 0 4px #22c55ecc}.theme-dark .fake-reader-id{color:#334}
/*# sourceMappingURL=main.bed6c167.css.map*/