*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;color:#1f2937;background:#f3f4f6}.layout{display:grid;grid-template-columns:380px 1fr;min-height:100vh}.panel{background:#111827;color:#e5e7eb;padding:20px;display:flex;flex-direction:column;gap:20px;max-height:100vh;position:sticky;top:0;overflow-y:auto}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.panel-header h1{font-size:16px;margin:0}.badge{font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;white-space:nowrap}.badge-on{background:#064e3b;color:#6ee7b7}.badge-off{background:#374151;color:#9ca3af}.panel-section{background:#1f2937;border-radius:10px;padding:14px;display:flex;flex-direction:column;gap:8px}.panel-section h2{font-size:13px;margin:0 0 4px;color:#93c5fd;text-transform:uppercase;letter-spacing:.04em}.check{color:#6ee7b7}.panel label{font-size:12px;color:#9ca3af}.panel input,.panel textarea{width:100%;background:#111827;border:1px solid #374151;border-radius:6px;color:#f9fafb;padding:8px 10px;font-size:13px;font-family:SF Mono,ui-monospace,monospace}.panel input:focus,.panel textarea:focus{outline:none;border-color:#60a5fa}.field-row{display:grid;grid-template-columns:1fr 2fr;gap:8px}.field-inline{display:flex;gap:8px}.field-inline input{flex:1}.hint{font-size:12px;color:#9ca3af;margin:0}.hint code,.product-event code{background:#60a5fa26;color:#93c5fd;border-radius:4px;padding:1px 5px;font-size:11px}.btn{border:1px solid #374151;background:#374151;color:#f9fafb;border-radius:6px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.btn:hover:not(:disabled){filter:brightness(1.15)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:#2563eb;border-color:#2563eb}.panel-logs{flex:1;min-height:160px}.logs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px;font-size:12px;font-family:SF Mono,ui-monospace,monospace;overflow-y:auto}.logs li{border-left:2px solid #374151;padding:2px 0 2px 8px;word-break:break-word}.log-time{color:#6b7280;margin-right:6px}.log-ok{border-left-color:#10b981}.log-error{border-left-color:#ef4444;color:#fca5a5}.log-info{border-left-color:#60a5fa}.store{padding:0 40px 60px}.store-header{display:flex;align-items:center;justify-content:space-between;padding:18px 0;border-bottom:1px solid #e5e7eb}.store-logo{font-size:18px;font-weight:700}.store-nav{display:flex;gap:16px}.link{background:none;border:none;color:#2563eb;font-size:14px;font-weight:600;cursor:pointer;padding:4px}.link:disabled{color:#9ca3af;cursor:not-allowed}.store-banner{margin-top:20px;background:#fef3c7;border:1px solid #fcd34d;color:#92400e;border-radius:8px;padding:12px 16px;font-size:14px}.store-hero{padding:40px 0 10px;max-width:640px}.store-hero h2{font-size:28px;margin:0 0 10px}.store-hero p{color:#4b5563;line-height:1.6;margin:0}.store-hero code{background:#e5e7eb;border-radius:4px;padding:1px 6px;font-size:13px}.store-grid{margin-top:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:8px;align-items:flex-start}.product-image{font-size:48px;align-self:center;padding:10px 0}.product-card h3{margin:0;font-size:16px}.product-price{margin:0;font-weight:700;color:#111827}.product-card .btn{width:100%;margin-top:6px}.product-event{font-size:11px;color:#6b7280}@media(max-width:900px){.layout{grid-template-columns:1fr}.panel{position:static;max-height:none}}
