@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--futuristic-bg: #0f0f18;--futuristic-surface: #1a1a28;--futuristic-border: rgba(0, 255, 255, .35);--futuristic-cyan: #00f5ff;--futuristic-magenta: #ff00ff;--futuristic-blue: #0080ff;--futuristic-text: #f0f4f8;--futuristic-text-dim: #c8d4de;--futuristic-glow: 0 0 20px rgba(0, 245, 255, .4);--futuristic-glow-intense: 0 0 30px rgba(0, 245, 255, .6), 0 0 60px rgba(0, 245, 255, .3)}*{box-sizing:border-box}body{margin:0;background:var(--futuristic-bg);color:var(--futuristic-text);font-family:Inter,sans-serif;min-height:100vh;font-size:18px;line-height:1.6;display:flex;flex-direction:column}body:before{content:"";position:fixed;inset:0;background:radial-gradient(ellipse at 20% 20%,rgba(0,245,255,.03) 0%,transparent 50%),radial-gradient(ellipse at 80% 80%,rgba(255,0,255,.03) 0%,transparent 50%),linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%);pointer-events:none;z-index:-1}::selection{background:var(--futuristic-cyan);color:var(--futuristic-bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--futuristic-bg)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--futuristic-cyan),var(--futuristic-blue));border-radius:4px}.container{max-width:1400px;margin:0 auto;padding:.75rem;flex:1}header{text-align:center;margin-bottom:1.5rem;position:relative}h1{font-family:Orbitron,sans-serif;font-size:2rem;font-weight:800;background:linear-gradient(135deg,var(--futuristic-cyan),var(--futuristic-magenta));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0;letter-spacing:.15em;text-shadow:0 0 40px rgba(0,245,255,.5)}.subtitle{font-family:Inter,sans-serif;font-size:.9rem;color:var(--futuristic-text-dim);margin-top:.25rem;letter-spacing:.1em}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.label{font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:600;color:var(--futuristic-cyan);letter-spacing:.15em;line-height:1.4}.hint{font-size:.85rem;color:var(--futuristic-text-dim);line-height:1.4}.format-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.format-btn{padding:.5rem 1rem;background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:6px;color:var(--futuristic-text-dim);font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;letter-spacing:.05em}.format-btn:hover{border-color:var(--futuristic-cyan);color:var(--futuristic-cyan)}.format-btn.active{background:#00f5ff33;border-color:var(--futuristic-cyan);color:var(--futuristic-cyan)}.content-input-section{margin-bottom:1rem}.content-input,.token-input,.key-input,.panel-textarea{width:100%;background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:8px;padding:.75rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.95rem;color:var(--futuristic-text);outline:none;transition:border-color .3s,box-shadow .3s;letter-spacing:.02em}.content-input{height:200px;resize:vertical}.token-input{height:60px;resize:none}.key-input{border-radius:8px}.panel-textarea{height:180px;resize:none;border-radius:8px}.content-input:focus,.token-input:focus,.key-input:focus,.panel-textarea:focus{border-color:var(--futuristic-cyan);box-shadow:0 0 20px #00f5ff33}.content-input::placeholder,.token-input::placeholder,.key-input::placeholder,.panel-textarea::placeholder{color:var(--futuristic-text-dim)}.algorithm-select,.secret-input{background:var(--futuristic-bg);border:1px solid var(--futuristic-border);border-radius:8px;padding:.75rem 2rem .75rem .75rem;font-family:Inter,sans-serif;font-size:.95rem;color:var(--futuristic-text);outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23c8d4de' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:border-color .3s,box-shadow .3s}.algorithm-select:focus,.secret-input:focus{border-color:var(--futuristic-cyan);box-shadow:0 0 20px #00f5ff33}.algorithm-select option{background:var(--futuristic-surface);color:var(--futuristic-text)}.algorithm-section,.key-input-group,.token-input-section,.format-selector-section,.generate-keys-container,.process-btn-container{margin-bottom:1rem}.algorithm-row{display:flex;align-items:flex-end;gap:1rem;margin-bottom:1rem}.key-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.input-label{font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:600;color:var(--futuristic-text-dim);letter-spacing:.1em;margin-bottom:.5rem}.btn-row{display:flex;gap:1rem}.generate-keys-btn,.process-btn,.encode-btn{position:relative;display:block;width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#00f5ff1a,#ff00ff1a);border:1px solid var(--futuristic-cyan);border-radius:8px;color:var(--futuristic-cyan);font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.15em;cursor:pointer;overflow:hidden;transition:all .3s}.process-btn{flex:1;font-size:1rem}.encode-btn{font-size:1rem;margin-top:1rem}.generate-keys-btn:hover,.process-btn:hover,.encode-btn:hover{background:linear-gradient(135deg,#00f5ff33,#f0f3);box-shadow:0 0 30px #00f5ff66;transform:translateY(-2px)}.btn-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s}.generate-keys-btn:hover .btn-glow,.process-btn:hover .btn-glow,.encode-btn:hover .btn-glow{left:100%}.panels{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;margin-bottom:1.5rem}.panel{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;overflow:hidden}.input-panel{flex:1.2}.panel-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#00000040;border-bottom:1px solid var(--futuristic-border)}.dot{width:10px;height:10px;border-radius:50%}.dot.red{background:#ff5f57}.dot.yellow{background:#febc2e}.dot.green{background:#28c840}.panel-title{font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:600;color:var(--futuristic-text-dim);letter-spacing:.1em;margin-left:.5rem}.copy-btn{margin-left:auto;background:transparent;border:1px solid var(--futuristic-border);color:var(--futuristic-text-dim);font-family:Inter,sans-serif;font-size:.7rem;font-weight:600;padding:.25rem .75rem;border-radius:4px;cursor:pointer;transition:all .2s;letter-spacing:.05em}.copy-btn:hover{border-color:var(--futuristic-cyan);color:var(--futuristic-cyan)}.panel-content{padding:.75rem;min-height:200px}.result-panel{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.result-panel .panel-content{padding:1.5rem;min-height:80px;display:flex;align-items:center;justify-content:center}.result{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:8px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;letter-spacing:.05em}.result.valid{background:#28c84033;border:1px solid rgba(40,200,64,.6);color:#4dff6a}.result.invalid{background:#f443;border:1px solid rgba(255,68,68,.6);color:#f66}.result-icon{font-size:1.25rem}.result-message{text-transform:uppercase;letter-spacing:.1em}.result-placeholder{color:var(--futuristic-text-dim);font-family:Inter,sans-serif;font-size:.9rem}.json-display{font-family:JetBrains Mono,Fira Code,monospace;font-size:.95rem;color:var(--futuristic-text);margin:0;white-space:pre-wrap;word-break:break-all;letter-spacing:.02em}.error{color:#f77;font-size:.85rem;padding:1rem;text-align:center;background:#f443;border:1px solid rgba(255,68,68,.6);border-radius:8px}.error-small{color:#f88;font-size:.8rem;margin-top:.25rem}.key-warning{color:#fc5;font-size:.85rem;padding:.75rem 1rem;text-align:center;background:#fa03;border:1px solid rgba(255,170,0,.6);border-radius:8px;margin-bottom:1rem;font-family:Inter,sans-serif}.signature-row{display:flex;gap:.75rem}.secret-section,.signature-display{flex:1;display:flex;flex-direction:column;gap:.25rem}.signature-value{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--futuristic-text);background:var(--futuristic-bg);border:1px solid var(--futuristic-border);border-radius:6px;padding:.5rem;word-break:break-all;font-size:.7rem;line-height:1.3}.signature-status{text-align:center;padding:.5rem;border-radius:6px;font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em}.signature-status.valid{background:#28c84033;border:1px solid rgba(40,200,64,.6);color:#4dff6a}.signature-status.invalid{background:#f443;border:1px solid rgba(255,68,68,.6);color:#f66}.encode-section{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;padding:1rem}.encode-inputs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.encode-input-group{display:flex;flex-direction:column}.encode-textarea{flex:1;min-height:120px;background:var(--futuristic-bg);border:1px solid var(--futuristic-border);border-radius:8px;padding:.75rem;font-family:JetBrains Mono,monospace;font-size:.9rem;color:var(--futuristic-text);resize:none;outline:none;transition:border-color .3s,box-shadow .3s}.encode-textarea:focus{border-color:var(--futuristic-cyan);box-shadow:0 0 20px #00f5ff33}.info-section{margin-bottom:1.5rem}.info-panel{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;overflow:hidden}.info-header{display:flex;align-items:center;padding:.75rem 1rem;background:#00000040;border-bottom:1px solid var(--futuristic-border)}.info-content{padding:1rem}.info-content ul{margin:0;padding-left:1.25rem}.info-content li{color:var(--futuristic-text-dim);font-family:Inter,sans-serif;font-size:.9rem;line-height:1.6;margin-bottom:.25rem}@media(max-width:768px){.container{padding:.5rem}h1{font-size:1.5rem}.key-row,.panels{grid-template-columns:1fr}.format-buttons{flex-direction:column}.format-btn{width:100%;text-align:center}.signature-panel{grid-column:span 1}.signature-content{grid-template-columns:1fr}.signature-status{grid-column:span 1}.encode-inputs{grid-template-columns:1fr}}.nav{display:flex;gap:1rem;padding:1rem 1.5rem;background:var(--futuristic-surface);border-bottom:1px solid var(--futuristic-border)}.nav-link{display:inline-block;font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:500;color:var(--futuristic-text-dim);text-decoration:none;letter-spacing:.1em;transition:color .2s;background:transparent;border:1px solid var(--futuristic-border);border-radius:6px;padding:.5rem 1rem;cursor:pointer}.nav-link:hover,.nav-link.active{color:var(--futuristic-cyan);border-color:var(--futuristic-cyan)}.homepage-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;padding:2rem 0}@media(max-width:1400px){.homepage-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:1100px){.homepage-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.homepage-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:500px){.homepage-grid{grid-template-columns:1fr}}.route-card{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;padding:1.5rem;text-decoration:none;transition:all .3s;cursor:pointer}.route-card:hover{border-color:var(--futuristic-cyan);box-shadow:0 0 30px #00f5ff33;transform:translateY(-4px)}.route-card h2{font-family:Orbitron,sans-serif;font-size:1.25rem;font-weight:700;color:var(--futuristic-cyan);margin:0 0 .75rem;letter-spacing:.1em}.route-card p{font-family:Inter,sans-serif;font-size:.95rem;color:var(--futuristic-text-dim);margin:0;line-height:1.5}.split-flex{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.split-person-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:6px;font-size:.85rem;color:var(--futuristic-text)}.split-delete-btn{padding:.25rem .5rem;font-size:.7rem;background:transparent;border:1px solid var(--futuristic-border);color:var(--futuristic-text-dim);border-radius:4px;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;font-weight:600;letter-spacing:.05em}.split-delete-btn:hover{border-color:#f44;color:#f44}.split-add-person-form{display:flex;gap:.5rem}.split-add-person-form input[type=text]{padding:.5rem;border:1px solid var(--futuristic-border);border-radius:6px;font-size:.85rem;background:var(--futuristic-surface);color:var(--futuristic-text);outline:none;transition:border-color .3s}.split-add-person-form input[type=text]:focus{border-color:var(--futuristic-cyan)}.split-add-person-form input[type=submit]{padding:.5rem 1rem;background:linear-gradient(135deg,#00f5ff1a,#ff00ff1a);border:1px solid var(--futuristic-cyan);color:var(--futuristic-cyan);border-radius:6px;cursor:pointer;font-family:Orbitron,sans-serif;font-size:.7rem;font-weight:600;letter-spacing:.1em;transition:all .3s}.split-add-person-form input[type=submit]:hover{background:linear-gradient(135deg,#00f5ff33,#f0f3);box-shadow:0 0 20px #00f5ff4d}.split-table{width:100%;border-collapse:collapse}.split-table th,.split-table td{padding:.75rem;text-align:left;border-bottom:1px solid var(--futuristic-border)}.split-table th{font-family:Orbitron,sans-serif;font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:var(--futuristic-text-dim)}.split-input{padding:.5rem;border:1px solid var(--futuristic-border);border-radius:6px;font-size:.85rem;background:var(--futuristic-bg);color:var(--futuristic-text);outline:none;transition:border-color .3s;width:100%}.split-input:focus{border-color:var(--futuristic-cyan);box-shadow:0 0 15px #00f5ff26}.split-add-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#10b9811a,#10b9811a);border:1px solid #10b981;color:#10b981;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;letter-spacing:.05em;transition:all .3s}.split-add-btn:hover{background:linear-gradient(135deg,#10b98133,#10b98133);box-shadow:0 0 20px #10b9814d}.person-selector{font-family:Inter,sans-serif;font-size:1rem;color:var(--futuristic-text)}.split-choice-btn{padding:.75rem 2rem;font-size:.85rem;font-weight:600;background:linear-gradient(135deg,#6366f11a,#6366f11a);border:1px solid #6366f1;color:#6366f1;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;letter-spacing:.05em;transition:all .3s}.split-choice-btn:hover{background:linear-gradient(135deg,#6366f133,#6366f133);box-shadow:0 0 20px #6366f14d;transform:translateY(-2px)}.group-items{width:100%;justify-content:space-around}.group-list{flex:1;text-align:center;padding:1rem;background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:8px;font-size:.85rem;color:var(--futuristic-text);margin:0 .5rem}.allocation-deltas{margin-top:1rem;padding:1rem;background:#ffaa002e;border:1px solid rgba(255,170,0,.55);border-radius:8px}.delta-item{padding:.5rem;color:#fc5;font-family:Inter,sans-serif;font-size:.9rem}.delta-name{font-weight:600;color:var(--futuristic-text)}.w-30{width:30%}.add-item-row input{padding:.5rem;border:1px solid var(--futuristic-border);border-radius:6px;font-size:.85rem;background:var(--futuristic-bg);color:var(--futuristic-text);outline:none;transition:border-color .3s;width:100%}.add-item-row input:focus{border-color:var(--futuristic-cyan)}.split-experiment-content{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1.5rem}.split-row-sections{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:flex-start}.split-row-sections .section{flex:1;min-width:250px}.selection-row-horizontal{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;width:100%}.selection-col{display:flex;flex-direction:column;align-items:center;gap:.5rem}.selection-col .selection-name{font-weight:600;color:var(--futuristic-text);font-family:Inter,sans-serif}.selection-col .algorithm-select{width:160px}.groups-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;width:100%;margin-bottom:1.5rem}.group-col{display:flex;flex-direction:column;align-items:center;gap:.5rem;min-width:120px;padding:1rem;background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:8px}.group-title{font-weight:700;font-family:Inter,sans-serif;color:var(--futuristic-cyan);font-size:1.1rem}.group-items{display:flex;flex-direction:column;gap:.25rem;text-align:center;color:var(--futuristic-text);font-size:.85rem}.group-item{padding:.25rem}.group-item.empty{color:var(--futuristic-text-dim);font-style:italic}.group-value{font-family:Inter,sans-serif;font-weight:600;color:#fb4;font-size:1rem}.wordle-panel{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;overflow:hidden;margin-bottom:1.5rem}.wordle-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#00000040;border-bottom:1px solid var(--futuristic-border)}.wordle-content{padding:1rem}.wordle-table{width:100%;border-collapse:collapse}.wordle-table td{padding:.75rem}.word-cell{font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:600;color:var(--futuristic-cyan);letter-spacing:.15em}.word-cell.current{color:var(--futuristic-magenta)}.result-cell{font-family:JetBrains Mono,monospace;font-size:1rem;letter-spacing:.3em;color:var(--futuristic-text)}.submit-btn,.restart-btn{padding:.5rem 1rem;background:linear-gradient(135deg,#00f5ff1a,#ff00ff1a);border:1px solid var(--futuristic-cyan);border-radius:6px;color:var(--futuristic-cyan);font-family:Orbitron,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:all .3s;margin-left:.5rem}.submit-btn:hover,.restart-btn:hover{background:linear-gradient(135deg,#00f5ff33,#f0f3);box-shadow:0 0 20px #00f5ff4d}.restart-btn{border-color:var(--futuristic-magenta);color:var(--futuristic-magenta)}.restart-btn:hover{background:linear-gradient(135deg,#f0f3,#00f5ff33);box-shadow:0 0 20px #ff00ff4d}.error-message{text-align:center;padding:1rem;margin-top:1rem;background:#f443;border:1px solid rgba(255,68,68,.6);border-radius:8px;color:#f77;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.1em}.error-message.success{background:#28c84033;border:1px solid rgba(40,200,64,.6);color:#4dff6a}.legend{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:1.5rem}.legend-item{display:flex;align-items:center;gap:.5rem}.legend-letter{width:28px;height:28px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:700}.legend-letter.black{background:#3a3a3a;color:#fff;border:1px solid #555}.legend-letter.yellow{background:#c9b458;color:#000;border:1px solid #b5a048}.legend-letter.green{background:#538d4e;color:#fff;border:1px solid #467a42}.legend-desc{font-family:Inter,sans-serif;font-size:.85rem;color:var(--futuristic-text-dim)}.result-tiles{display:flex;gap:4px}.tile{width:28px;height:28px;border-radius:4px;border:1px solid rgba(255,255,255,.15);display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:700}.tile.black{background:#3a3a3a;color:#fff}.tile.yellow{background:#c9b458;color:#000}.tile.green{background:#538d4e;color:#fff}.input-tiles{display:flex;gap:4px}.tile-input{width:40px;height:40px;border-radius:6px;border:2px solid rgba(255,255,255,.2);cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-family:Orbitron,sans-serif;font-size:1.1rem;font-weight:700}.tile-input.black{background:#3a3a3a;color:#fff}.tile-input.yellow{background:#c9b458;color:#000}.tile-input.green{background:#538d4e;color:#fff}.tile-input:hover{transform:scale(1.05);box-shadow:0 0 10px #fff3}.wordle-explanation{margin-top:1.5rem;padding:1rem 1.25rem;background:#00f5ff0d;border:1px solid rgba(0,245,255,.15);border-radius:8px;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;color:var(--futuristic-text-dim)}@media(max-width:600px){.legend{flex-direction:column;align-items:center;gap:1rem}.word-cell{font-size:.9rem}}.card{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);border-radius:12px;padding:1.25rem;margin-bottom:1rem}.field-group{margin-bottom:1rem}.field-label{display:block;margin-bottom:.375rem;font-weight:500;font-size:.95rem;color:var(--futuristic-text)}.rank-input{width:100%;padding:.625rem .75rem;border:1px solid var(--futuristic-border);border-radius:8px;font-size:.95rem;color:var(--futuristic-text);background:var(--futuristic-bg);outline:none;transition:border-color .3s,box-shadow .3s}.rank-input:focus{border-color:var(--futuristic-cyan);box-shadow:0 0 20px #00f5ff33}.rank-input::placeholder{color:var(--futuristic-text-dim)}.choice-input-row{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.choice-input-row .rank-input{flex:1}.remove-btn{width:36px;height:36px;border:none;background:none;color:#f66;font-size:1.3rem;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.remove-btn:hover{background:#f443}.btn-primary-full,.btn-secondary-full{display:block;width:100%;padding:.75rem 1.5rem;border-radius:8px;font-family:Orbitron,sans-serif;font-size:.9rem;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:all .3s;text-align:center;text-decoration:none}.btn-primary-full{background:linear-gradient(135deg,#00f5ff1a,#ff00ff1a);border:1px solid var(--futuristic-cyan);color:var(--futuristic-cyan)}.btn-primary-full:hover:not(:disabled){background:linear-gradient(135deg,#00f5ff33,#f0f3);box-shadow:0 0 30px #00f5ff66;transform:translateY(-2px)}.btn-primary-full:disabled{opacity:.5;cursor:not-allowed}.btn-secondary,.btn-secondary-full{background:var(--futuristic-surface);border:1px solid var(--futuristic-border);color:var(--futuristic-text-dim)}.btn-secondary{padding:.625rem 1rem;border-radius:8px;cursor:pointer;transition:all .2s;font-size:.85rem}.btn-secondary-full{padding:.625rem 1rem}.btn-secondary:hover{border-color:var(--futuristic-cyan);color:var(--futuristic-cyan)}.btn-primary{padding:.625rem 1.25rem;background:linear-gradient(135deg,#00f5ff1a,#ff00ff1a);border:1px solid var(--futuristic-cyan);border-radius:8px;color:var(--futuristic-cyan);font-family:Orbitron,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.1em;cursor:pointer;transition:all .3s}.btn-primary:hover{background:linear-gradient(135deg,#00f5ff33,#f0f3);box-shadow:0 0 20px #00f5ff4d}.steps{list-style:none;counter-reset:step;margin:1.25rem 0}.steps li{counter-increment:step;padding:.625rem 0 .625rem 3rem;position:relative;color:var(--futuristic-text-dim);font-size:1rem;line-height:1.5}.steps li:before{content:counter(step);position:absolute;left:0;top:.5rem;width:32px;height:32px;border-radius:50%;background:var(--futuristic-cyan);color:var(--futuristic-bg);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.section{margin-bottom:1.5rem}.section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--futuristic-text-dim);margin-bottom:.75rem}.error-msg{background:#ff444426;color:#f66;border:1px solid rgba(255,68,68,.5);border-radius:12px;padding:1.5rem;margin-bottom:1rem;text-align:center}.error-msg strong{display:block;margin-bottom:.5rem;font-size:1.1rem}.error-msg p{margin:0;color:var(--futuristic-text-dim)}.footer{margin-top:auto;padding:2rem 1.5rem;text-align:center;border-top:1px solid var(--futuristic-border);color:var(--futuristic-text-dim);font-family:Inter,sans-serif;font-size:.85rem;line-height:1.6;background:#0003;width:100%}.footer p{margin:0}.footer a{color:var(--futuristic-cyan);text-decoration:none;transition:color .2s}.footer a:hover{color:var(--futuristic-magenta)}
