:root{--bg:#041109;--bg-subtle:#0f1a14;--bg-secondary:#152118;--bg-card:#19251d;--bg-hover:#24352b;--surface:#223128;--border:#31463a;--border-hover:#4b6354;--text:#f7f8f7;--text-muted:#6c7f73;--text-subtle:#9caba2;--accent:#579e6c;--accent-hover:#417751;--accent-rgb:87,158,108;--accent-muted:rgba(87,158,108,.18);--green:#6adf95;--green-muted:rgba(106,223,149,.16);--yellow:#a3e33a;--yellow-rgb:163,227,58;--yellow-light:#d7f5a6;--yellow-soft:#c6ee7d;--orange:#f79009;--purple:#7c3aed;--cyan:#66c4bc;--red:#ef5944;--tool-bg:var(--bg-card);--tool-input-bg:#122016;--tool-border:#2f4337;--tool-border-focus:#6adf95;--tool-text:var(--text);--tool-text-muted:#93a499;--tool-btn-primary:var(--yellow);--tool-btn-secondary:hsla(142,8%,46%,.16);--tool-btn-secondary-hover:hsla(142,8%,46%,.28);--tool-success:var(--green);--tool-warning:#f7b14e;--tool-error:#f48b7c;--font-mono:"JetBrains Mono",monospace;--font-sans:"Figtree",system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}::-moz-selection{background:var(--accent);color:var(--text)}::selection{background:var(--accent);color:var(--text)}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.noise{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cfilter id='a'%3E%3CfeTurbulence baseFrequency='.9' numOctaves='4' stitchTiles='stitch' type='fractalNoise'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");inset:0;opacity:.03;z-index:1000}.noise,.orb{pointer-events:none;position:fixed}.orb{border-radius:50%;filter:blur(100px);opacity:.15}.orb-1{background:var(--accent);height:600px;right:-100px;top:-200px;width:600px}.orb-2{background:var(--purple);bottom:-100px;height:400px;left:-100px;width:400px}.headline{font-size:clamp(2.5rem,6vw,4rem);font-weight:700;letter-spacing:-.03em;line-height:1.1;margin-bottom:1.25rem}.headline .highlight{background:linear-gradient(135deg,var(--accent),var(--cyan));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subheadline{color:var(--text-muted);font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem;max-width:560px}.btn{align-items:center;border:1px solid transparent;border-radius:10px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9rem;font-weight:700;gap:.5rem;justify-content:center;min-height:48px;overflow:hidden;padding:.75rem 1.125rem;position:relative;text-decoration:none;transition:all .2s}.btn-primary{background:var(--yellow);border-color:rgba(var(--yellow-rgb),.4);box-shadow:0 8px 20px -10px rgba(var(--yellow-rgb),.45);color:#1b261f}.btn-primary:after{animation:pulse-ring 2s infinite;border:1px solid rgba(var(--yellow-rgb),.4);border-radius:inherit;content:"";inset:-1px;pointer-events:none;position:absolute}.btn-primary:hover{box-shadow:0 12px 26px -10px rgba(var(--yellow-rgb),.55);transform:translateY(-1px)}.btn-github,.btn-white{background:#fff;border-color:#ffffffb8;box-shadow:0 10px 22px -12px #00000080;color:#1b261f}.btn-github:hover,.btn-white:hover{background:#f2f5f3;border-color:#ffffffe6;box-shadow:0 14px 26px -14px #0000008c;transform:translateY(-1px)}.btn-secondary{background:linear-gradient(180deg,#6c7f7338,#3b54443d);border:1px solid var(--border);color:var(--text)}.btn-secondary:hover{background:linear-gradient(180deg,#6c7f7352,#3b544457);border-color:var(--border-hover)}.btn-accent{background:linear-gradient(135deg,var(--accent),var(--cyan));border-color:#579e6c66;color:#fff}.btn-accent:hover{box-shadow:0 10px 30px -10px #579e6c73;transform:translateY(-1px)}.btn-success{background:var(--green);border-color:#6adf9559;color:#0f1a14}.btn-warning{background:#f7900929;border-color:#f7900966;color:#f7b14e}.btn-danger{background:#ef594424;border-color:#ef594473;color:#f48b7c}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 24px -16px #0000008c;padding:2rem;transition:all .2s}.card:hover{border-color:var(--border-hover);box-shadow:0 14px 28px -16px #000000a6}.badge{align-items:center;background:var(--green-muted);border:1px solid rgba(34,197,94,.3);border-radius:100px;color:var(--green);display:inline-flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.375rem .875rem}.badge-dot{animation:pulse 2s infinite;background:var(--green);border-radius:50%;height:6px;width:6px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.status{border-radius:100px;font-size:.75rem;padding:.25rem .75rem}.status-online{background:var(--green-muted);color:var(--green)}.status-pending{background:#71717a33;color:var(--text-muted)}.status-active{background:var(--accent-muted);color:var(--accent)}.input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:10px;color:var(--text);font-family:inherit;font-size:.9rem;min-height:44px;outline:none;padding:.625rem .875rem;transition:border-color .2s;width:100%}.input:focus{border-color:var(--accent)}.input::-moz-placeholder{color:var(--text-muted)}.input::placeholder{color:var(--text-muted)}.input-mono{font-family:var(--font-mono)}.sidebar{background:#0003;border-right:1px solid var(--border);padding:1rem 0}.sidebar-section{margin-bottom:1.5rem}.sidebar-label{color:var(--text-muted);font-size:.7rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;padding:0 1rem;text-transform:uppercase}.sidebar-item{align-items:center;color:var(--text-muted);cursor:pointer;display:flex;font-size:.85rem;gap:.625rem;padding:.625rem 1rem;text-decoration:none;transition:all .15s}.sidebar-item:hover{background:#ffffff08;color:var(--text)}.sidebar-item.active{background:var(--accent-muted);border-right:2px solid var(--accent);color:var(--accent)}@keyframes pulse-ring{0%{box-shadow:0 0 rgba(var(--accent-rgb),.4)}70%{box-shadow:0 0 0 8px rgba(var(--accent-rgb),0)}to{box-shadow:0 0 rgba(var(--accent-rgb),0)}}.pulse-ring{animation:pulse-ring 1.5s infinite}.fade-in{animation:fadeIn .6s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.resource-card{align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:10px;cursor:pointer;display:flex;gap:1rem;padding:1rem;transition:all .2s}.resource-card:hover{border-color:var(--border-hover);transform:translate(3px)}.status-dot{background:var(--text-muted);border-radius:50%;height:10px;width:10px}.status-dot.online{background:var(--green);box-shadow:0 0 8px #22c55e80}.templates-grid{display:grid;gap:.625rem;grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.templates-grid{grid-template-columns:repeat(2,1fr)}}.template-card{align-items:center;background:var(--bg);border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:.625rem;padding:.75rem;transition:all .2s}.template-card:hover{border-color:var(--border-hover);transform:translateY(-2px)}.template-card.selected{background:var(--accent-muted);border-color:var(--accent)}@media(max-width:768px){.sidebar{display:none}}@media(max-width:640px){.headline{font-size:2rem}.subheadline{font-size:1rem}}.text-muted{color:var(--text-muted)}.text-accent{color:var(--accent)}.text-green{color:var(--green)}.text-purple{color:var(--purple)}.font-mono{font-family:var(--font-mono)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.tool-section{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-bottom:1.25rem;padding:1.5rem}.tool-section-title{color:var(--text);font-size:.875rem;font-weight:600;letter-spacing:.03em;margin-bottom:1rem;text-transform:uppercase}.tool-divider{background:var(--border);height:1px;margin:1.5rem 0}.tool-row{align-items:flex-start;display:flex;gap:1rem}.tool-row>*{flex:1}@media(max-width:640px){.tool-row{flex-direction:column}}.tool-control{margin-bottom:1rem}.tool-control:last-child{margin-bottom:0}.tool-control-label,.tool-label{color:var(--tool-text);display:block;font-size:.875rem;font-weight:600;letter-spacing:.01em;margin-bottom:.5rem}.tool-control-hint{color:var(--tool-text-muted);font-size:.8125rem;margin-top:.375rem}.tool-input,.tool-select,.tool-textarea{background:linear-gradient(180deg,#ffffff05,#fff0) var(--tool-input-bg);border:1px solid var(--tool-border);border-radius:10px;box-shadow:inset 0 1px #ffffff08;color:var(--tool-text);font-family:inherit;font-size:.9375rem;line-height:1.45;min-height:46px;outline:none;padding:.75rem .9375rem;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;width:100%}.tool-input:hover,.tool-select:hover,.tool-textarea:hover{border-color:var(--border-hover)}.tool-input::-moz-placeholder,.tool-textarea::-moz-placeholder{color:var(--tool-text-muted);opacity:.88}.tool-input::placeholder,.tool-textarea::placeholder{color:var(--tool-text-muted);opacity:.88}.tool-input:focus,.tool-select:focus,.tool-textarea:focus{border-color:var(--tool-border-focus);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.18),0 12px 24px -20px rgba(var(--accent-rgb),.9)}.tool-input:disabled,.tool-select:disabled,.tool-textarea:disabled{cursor:not-allowed;opacity:.65}.tool-input[readonly],.tool-textarea[readonly]{background:#0f1a14c7;border-style:dashed}.tool-textarea{line-height:1.6;min-height:120px;resize:vertical}.tool-textarea,.tool-textarea.output{font-family:var(--font-mono);font-size:.875rem}.tool-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(180deg,#ffffff05,#fff0),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2393a499' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8' d='m5 8 5 5 5-5'/%3E%3C/svg%3E");background-position:0 0,right .85rem center;background-repeat:no-repeat,no-repeat;background-size:auto,1rem 1rem;cursor:pointer;padding-right:2.35rem}.tool-select option{background:var(--bg-card);color:var(--tool-text)}.tool-content input[type=checkbox],.tool-content input[type=radio]{accent-color:var(--tool-border-focus);cursor:pointer}.tool-content input[type=checkbox],.tool-content input[type=radio]{height:1rem;width:1rem}.tool-content input[type=color]{background:var(--tool-input-bg);border:1px solid var(--tool-border);border-radius:8px}.tool-toggle input[type=checkbox]{height:1rem;width:1rem}.tool-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-family:inherit;font-size:.9375rem;font-weight:600;gap:.5rem;justify-content:center;min-height:44px;padding:.75rem 1.25rem;transition:all .15s ease}.tool-btn-primary{background:var(--accent);color:#fff}.tool-btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px)}.tool-btn-primary:active{transform:translateY(0)}.tool-btn-secondary{background:var(--bg-subtle);border:1px solid var(--border);color:var(--text)}.tool-btn-secondary:hover{background:var(--bg-card);border-color:var(--border-hover)}.tool-btn-success{background:var(--green);color:#fff}.tool-btn-success:hover{background:#26bc5e}.tool-btn-danger{background:var(--red);color:#fff}.tool-btn-danger:hover{background:#d7503d}.tool-btn-ghost{background:transparent;border:none;color:var(--text-muted)}.tool-btn-ghost:hover{background:var(--bg-subtle);color:var(--text)}.tool-btn:disabled{cursor:not-allowed;opacity:.5;transform:none!important}.tool-btn-group{display:flex;flex-wrap:wrap;gap:.5rem}.tool-select-group{background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;display:flex;gap:.25rem;padding:.25rem}.tool-select-btn{background:transparent;border:none;border-radius:6px;color:var(--text-muted);cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .15s ease}.tool-select-btn:hover{color:var(--text)}.tool-select-btn.active{background:var(--bg-card);box-shadow:0 1px 3px #0003;color:var(--text)}.tool-output{background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:var(--font-mono);font-size:.875rem;min-height:60px;padding:1rem;white-space:pre-wrap;word-break:break-all}.tool-output-large{font-size:1.25rem;font-weight:600;padding:1.5rem;text-align:center}.tool-output-highlight{color:var(--accent)}.tool-output-success{color:var(--green)}.tool-output-error{color:var(--red)}.tool-result{background:linear-gradient(135deg,rgba(var(--accent-rgb),.05),#66c4bc05);border:1px solid rgba(var(--accent-rgb),.15);border-radius:10px;padding:1.25rem}.tool-result-label{color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.tool-result-value{color:var(--text);font-family:var(--font-mono);font-size:1rem;word-break:break-all}.tool-table{border-collapse:collapse;font-size:.875rem;width:100%}.tool-table td,.tool-table th{border-bottom:1px solid var(--border);padding:.75rem 1rem;text-align:left}.tool-table th{background:var(--bg-subtle);color:var(--text);font-weight:600}.tool-table td{color:var(--text-subtle)}.tool-table tr:hover td{background:#ffffff05}.tool-table td.mono{font-family:var(--font-mono);font-size:.8125rem}.tool-kv-list{display:flex;flex-direction:column;gap:.75rem}.tool-kv-item{align-items:baseline;border-bottom:1px solid var(--border);display:flex;gap:1rem;justify-content:space-between;padding:.625rem 0}.tool-kv-item:last-child{border-bottom:none}.tool-kv-key{color:var(--text-muted);flex-shrink:0;font-size:.875rem}.tool-kv-value{color:var(--text);font-family:var(--font-mono);font-size:.875rem;text-align:right;word-break:break-all}.tool-slider{-webkit-appearance:none;background:linear-gradient(90deg,rgba(var(--accent-rgb),.22),rgba(var(--accent-rgb),.08)) var(--tool-input-bg);border:1px solid rgba(var(--accent-rgb),.2);border-radius:3px;cursor:pointer;height:7px;outline:none;width:100%}.tool-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--accent);border:2px solid var(--bg-card);border-radius:50%;box-shadow:0 2px 10px rgba(var(--accent-rgb),.35);cursor:pointer;height:18px;-webkit-transition:transform .15s ease;transition:transform .15s ease;width:18px}.tool-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.tool-slider::-moz-range-thumb{background:var(--accent);border:2px solid var(--bg-card);border-radius:50%;box-shadow:0 2px 10px rgba(var(--accent-rgb),.35);cursor:pointer;height:18px;width:18px}.tool-number-input{align-items:center;display:flex;gap:.5rem}.tool-number-input input{background:var(--tool-input-bg);border:1px solid var(--tool-border);border-radius:6px;color:var(--tool-text);font-family:var(--font-mono);font-size:1rem;padding:.5rem;text-align:center;width:80px}.tool-number-input input:focus{border-color:var(--tool-border-focus);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.18);outline:none}.tool-number-btn{align-items:center;background:var(--bg-subtle);border:1px solid var(--border);border-radius:6px;color:var(--text);cursor:pointer;display:flex;font-size:1.25rem;height:36px;justify-content:center;transition:all .15s ease;width:36px}.tool-number-btn:hover{background:var(--bg-card);border-color:var(--border-hover)}.tool-toggle{align-items:center;cursor:pointer;display:flex;gap:.75rem}.tool-toggle-switch{background:var(--bg-subtle);border:1px solid var(--border);border-radius:12px;height:24px;position:relative;transition:all .2s ease;width:44px}.tool-toggle-switch:after{background:var(--text-muted);border-radius:50%;content:"";height:18px;left:2px;position:absolute;top:2px;transition:all .2s ease;width:18px}.tool-toggle.active .tool-toggle-switch{background:var(--accent-muted);border-color:var(--accent)}.tool-toggle.active .tool-toggle-switch:after{background:var(--accent);left:22px}.tool-toggle-label{color:var(--text);font-size:.875rem}.tool-alert{border-radius:8px;font-size:.875rem;line-height:1.5;padding:1rem 1.25rem}.tool-alert-info{background:var(--accent-muted);border:1px solid rgba(var(--accent-rgb),.2);color:var(--accent)}.tool-alert-success{background:var(--green-muted);border:1px solid rgba(34,197,94,.2);color:var(--green)}.tool-alert-warning{background:#f973161a;border:1px solid rgba(249,115,22,.2);color:var(--orange)}.tool-alert-error{background:#ef59441a;border:1px solid rgba(239,89,68,.25);color:var(--red)}.tool-code{background:var(--bg-subtle);border:1px solid var(--border);border-radius:8px;overflow-x:auto;padding:1rem}.tool-code pre{color:var(--text-subtle);font-family:var(--font-mono);font-size:.8125rem;line-height:1.6;margin:0}.tool-actions{border-top:1px solid var(--border);flex-wrap:wrap;margin-top:1.5rem;padding-top:1.5rem}.tool-actions,.tool-loading{display:flex;gap:.75rem;justify-content:center}.tool-loading{align-items:center;color:var(--text-muted);padding:2rem}@keyframes tool-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.tool-loading-spinner{animation:tool-spin .8s linear infinite;border:2px solid var(--border);border-radius:50%;border-top-color:var(--accent);height:20px;width:20px}.tool-empty{color:var(--text-muted);padding:3rem 2rem;text-align:center}.tool-empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.tool-empty-title{color:var(--text);font-size:1.125rem;margin-bottom:.5rem}.tool-empty-text{font-size:.9375rem}
