
:root{--orange:#f7931a;--black:#111;--ink:#191919;--muted:#6b6b6b;--line:#e9e9e9;--paper:#fff;--soft:#f7f7f5;--peach:#fff5e8;--green:#198754;--red:#c0392b;--radius:18px;--shadow:0 14px 40px rgba(0,0,0,.07)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Tahoma,"Noto Sans Thai",sans-serif;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.wrap{width:min(1180px,calc(100% - 36px));margin:auto}.top{position:sticky;top:0;z-index:20;background:rgba(17,17,17,.96);color:#fff;border-bottom:1px solid #2b2b2b}.nav{height:68px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:baseline;gap:5px;font-size:24px;font-weight:800;margin-right:auto}.brand b{color:var(--orange)}.brand small{display:block;font-size:10px;color:#bbb;font-weight:500;margin-left:8px}.links{display:flex;gap:24px;align-items:center;font-size:14px}.links a:hover,.links a.active{color:var(--orange)}.nav-actions{display:flex;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:12px;padding:11px 17px;font-weight:700;cursor:pointer;transition:.18s}.btn:hover{transform:translateY(-1px)}.btn.primary{background:var(--orange);color:#111}.btn.dark{background:#111;color:#fff}.btn.light{background:#fff;color:#111;border-color:#d8d8d8}.btn.ghost{background:transparent;color:#fff;border-color:#555}.btn.sm{padding:8px 12px;border-radius:9px;font-size:13px}.hero{background:linear-gradient(115deg,#fff 0%,#fff 56%,#fff3df 100%);border-bottom:1px solid var(--line)}.hero-grid{min-height:430px;display:grid;grid-template-columns:1.1fr .9fr;gap:46px;align-items:center;padding:56px 0}.eyebrow{color:var(--orange);font-weight:800;letter-spacing:.02em}.hero h1{font-size:clamp(38px,5vw,64px);line-height:1.08;margin:10px 0 16px;letter-spacing:-.03em}.hero h1 em{font-style:normal;color:var(--orange)}.lead{font-size:19px;color:#4d4d4d;max-width:690px}.tagline{font-size:20px;color:var(--orange);font-weight:800;margin:16px 0 22px}.actions{display:flex;flex-wrap:wrap;gap:12px}.hero-card{background:#111;color:#fff;border-radius:28px;padding:28px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-card:after{content:"₿";position:absolute;right:-20px;bottom:-75px;font-size:260px;color:#24190d;line-height:1}.hero-card>*{position:relative;z-index:1}.hero-card .lightning{color:var(--orange);font-size:16px;font-weight:800}.hero-card h2{font-size:34px;line-height:1.15;margin:8px 0}.mini-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:24px}.mini{padding:15px;border:1px solid #343434;border-radius:14px;background:#191919}.mini strong{display:block;color:var(--orange)}.trust{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:22px 0 26px}.trust-item{display:flex;gap:10px;align-items:flex-start}.icon{width:36px;height:36px;border-radius:10px;background:#fff0da;color:var(--orange);display:grid;place-items:center;font-weight:900}.trust-item strong{display:block;font-size:13px}.trust-item span{display:block;color:var(--muted);font-size:12px}.section{padding:48px 0}.section.soft{background:var(--soft)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:22px}.section-title h2{margin:0;font-size:28px}.section-title p{margin:0;color:var(--muted)}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.category{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.category .big{font-size:28px;color:var(--orange)}.category h3{margin:8px 0 3px}.category p{color:var(--muted);font-size:13px;margin:0}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.product{border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;display:flex;flex-direction:column;min-height:255px}.cover{height:126px;border-radius:13px;background:linear-gradient(135deg,#151515,#44270b);display:flex;align-items:center;justify-content:center;color:#fff;font-size:38px;font-weight:900;margin-bottom:15px;overflow:hidden}.cover span{color:var(--orange)}.pill{display:inline-flex;width:max-content;background:#fff0da;color:#a55300;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.product h3{margin:8px 0 4px}.product p{margin:0 0 12px;color:var(--muted);font-size:13px;flex:1}.price{font-size:19px;font-weight:900;color:var(--orange);margin-bottom:12px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}.step{padding:22px;border-right:1px solid var(--line)}.step:last-child{border-right:0}.num{width:32px;height:32px;border-radius:50%;background:var(--orange);display:grid;place-items:center;font-weight:900;margin-bottom:10px}.step strong{display:block}.step small{color:var(--muted)}.community{background:var(--peach);border-radius:20px;padding:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.community div{padding:4px 18px;border-right:1px solid #efd7b8}.community div:last-child{border-right:0}.community strong{display:block}.community span{color:var(--muted);font-size:13px}.page-head{padding:44px 0 25px;background:linear-gradient(100deg,#fff,#fff6e9);border-bottom:1px solid var(--line)}.page-head h1{margin:0 0 7px;font-size:38px}.page-head p{margin:0;color:var(--muted)}.panel{border:1px solid var(--line);border-radius:18px;padding:22px;background:#fff}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:20px}.stack{display:grid;gap:15px}.field{display:grid;gap:6px}.field label{font-size:13px;font-weight:800}.field input,.field select,.field textarea{width:100%;padding:12px 13px;border:1px solid #d9d9d9;border-radius:11px;background:#fff;color:#111}.field input:focus,.field select:focus,.field textarea:focus{outline:2px solid rgba(247,147,26,.25);border-color:var(--orange)}.notice{padding:13px 15px;border-radius:11px;background:#f4f4f4;color:#555;font-size:13px}.notice.good{background:#e9f7ef;color:#146c43}.notice.bad{background:#fdecea;color:#9f2d20}.empty{padding:46px;text-align:center;color:var(--muted);border:1px dashed #ccc;border-radius:17px}.library-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.owned{border:1px solid var(--line);border-radius:16px;padding:18px}.owned h3{margin:6px 0}.owned p{color:var(--muted);font-size:13px}.invoice{word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;background:#111;color:#eee;border-radius:13px;padding:15px;max-height:140px;overflow:auto}.bolt{font-size:50px;color:var(--orange)}.footer{background:#111;color:#ccc;padding:34px 0;margin-top:40px}.footer-grid{display:flex;justify-content:space-between;gap:24px;align-items:flex-end}.footer .brand{color:#fff}.footer small{color:#888}.footer-links{display:flex;gap:16px;font-size:13px}.muted{color:var(--muted)}.orange{color:var(--orange)}.hidden{display:none!important}.loading{opacity:.55;pointer-events:none}.admin-grid{display:grid;grid-template-columns:220px 1fr;gap:22px}.admin-menu{display:grid;gap:6px;align-content:start}.admin-menu a{padding:10px 12px;border-radius:9px}.admin-menu a:hover{background:#fff0da}.table{width:100%;border-collapse:collapse;font-size:13px}.table th,.table td{text-align:left;padding:10px;border-bottom:1px solid var(--line)}
@media(max-width:900px){.links{display:none}.hero-grid{grid-template-columns:1fr;padding:38px 0}.hero-card{min-height:260px}.trust,.categories,.products,.steps,.community,.library-grid{grid-template-columns:1fr 1fr}.step{border-bottom:1px solid var(--line)}.grid-2,.admin-grid{grid-template-columns:1fr}.admin-menu{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.wrap{width:min(100% - 24px,1180px)}.nav{gap:10px}.brand small{display:none}.nav-actions .light{display:none}.hero h1{font-size:40px}.trust,.categories,.products,.steps,.community,.library-grid{grid-template-columns:1fr}.community div{border-right:0;border-bottom:1px solid #efd7b8;padding:12px}.community div:last-child{border-bottom:0}.footer-grid{display:grid}.page-head h1{font-size:32px}}
