:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary: #0066cc;--success: #28a745;--danger: #dc3545;--bg: #c1cac7;--panel-bg: #ffffff;--border: #e0e0e0}*{box-sizing:border-box}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#0b6ab2;color:#fff;height:100vh;display:flex;flex-direction:column}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100vw;margin:0;padding:8px 12px;overflow-x:hidden;overflow-y:auto}.top-bar{display:flex;justify-content:flex-end;align-items:center;padding:10px 0;border-bottom:2px solid var(--border)}.info-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.8);color:#fff;padding:5px 15px;border-radius:20px;cursor:pointer;transition:all .2s}.info-btn:hover{background:#fff3;border-color:#fff}.steps-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin:20px 0}@media(max-width:992px){.steps-nav{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.steps-nav{grid-template-columns:1fr}}.step-tab{background:var(--panel-bg);border:2px solid transparent;padding:10px;border-radius:8px;display:flex;gap:10px;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #0000000d}.step-tab:hover{border-color:#ddd;transform:translateY(-2px)}.step-tab{background:#ffffffe6;border:2px solid transparent;padding:12px;border-radius:10px;display:flex;gap:12px;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 6px #0000001a}.step-tab.active{border-color:#fff;background:#fff;box-shadow:0 4px 12px #fff3}.step-tab.completed{border-color:#28a74580;background:#e8f5e9f2}.step-tab.completed .step-num{background:var(--success);color:#fff}.step-tab.completed strong{color:#1b5e20}.step-tab.completed small{color:#2e7d32}.step-num{width:38px;height:38px;border-radius:50%;background:#fff;color:var(--primary);font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid transparent;box-shadow:0 2px 4px #0000001a}.step-text{display:flex;flex-direction:column;font-size:.9rem}.step-text small{color:#777;font-size:.75rem;line-height:1.2}.step-text strong{font-size:.95rem;font-weight:600;line-height:1.3;color:#333}.step-text small{font-size:.8rem;color:#333}.step-tab.active{border-color:var(--primary);background:#f0f7ff}.step-tab.active .step-num{background:var(--primary);color:#fff;border-color:var(--primary)}.step-tab.active strong{color:var(--primary)}.simulation-stage{display:grid;grid-template-columns:25% 1fr 25%;gap:20px;flex:1;min-height:0;margin-bottom:20px}@media(max-width:1024px){.simulation-stage{grid-template-columns:1fr;display:flex;flex-direction:column}.sender-panel,.receiver-panel{order:1}.middle-panel{order:2;min-height:400px}.middle-panel.expanded{flex:none}}.panel{background:var(--panel-bg);border-radius:10px;box-shadow:0 4px 6px #0000000d;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);transition:all .3s}.middle-panel.expanded{flex:2}.panel-header{background:#fffffff2;padding:10px 15px;font-weight:700;border-bottom:2px solid var(--primary);text-align:center;color:var(--primary);font-size:1.1rem}.panel-body{padding:15px;flex:1;display:flex;flex-direction:column;gap:15px;overflow-y:auto}textarea{width:100%;height:100px;padding:10px;border:1px solid #ccc;border-radius:5px;resize:none;font-family:inherit;font-size:.9rem}.action-btn{background:var(--primary);color:#fff;border:none;padding:12px;border-radius:5px;cursor:pointer;font-weight:700;transition:background .2s;font-size:.9rem}.action-btn:hover{background:#0056b3}.action-btn:disabled{background:#ccc;cursor:not-allowed}.monitor-screen{background:#1a1a1a;color:#0f0;font-family:monospace;padding:15px;border-radius:5px;min-height:100px;word-break:break-all;overflow-y:auto}.blink{animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.check-item{padding:8px 10px;background:#eee;border-radius:4px;color:#999;margin-bottom:8px;transition:all .3s;font-size:.85rem;display:flex;align-items:center;gap:8px}.check-item.valid{background:#d4edda;color:#155724;border-left:4px solid var(--success)}.middle-body{justify-content:center;position:relative}.traffic-view{display:flex;flex-direction:column;height:100%;justify-content:space-between;align-items:center}.cable{width:100%;height:4px;background:#ddd;position:relative;margin-top:50px;border-radius:2px}.packet{position:absolute;top:-15px;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;animation:travel 2s linear forwards}.packet-icon{font-size:24px}.packet-text{font-size:10px;margin-top:2px;color:#333;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:80px}.packet.encrypted .packet-text{color:green}.packet.plaintext .packet-text{color:red}@keyframes travel{0%{left:0}to{left:95%}}.hacker-box{width:100%;border:2px dashed var(--danger);background:#fff5f5;border-radius:8px;padding:10px;margin-top:auto}.hacker-header{color:var(--danger);font-weight:700;margin-bottom:8px;font-size:.9rem;display:flex;align-items:center;gap:5px}.hacker-screen{background:#fff;border:1px solid #ffcccc;padding:12px;font-family:monospace;height:70px;overflow:auto;word-break:break-all;margin-bottom:8px;font-size:.85rem;line-height:1.4;display:flex;align-items:center;justify-content:center}.waiting-state{color:#999;font-style:italic;font-size:.9rem}.encrypted-text{color:var(--danger);opacity:.8}.hacker-box small{display:block;text-align:center;color:#666;font-size:.8rem}.handshake-board{display:flex;flex-direction:column;height:100%;width:100%}.handshake-header{text-align:center;margin-bottom:15px}.handshake-header h4{margin:0 0 8px;color:#333}.handshake-status-bar{background:#e3f2fd;color:#0d47a1;padding:4px 8px;border-radius:4px;font-size:.85rem;font-weight:500}.handshake-timeline{display:flex;flex-direction:column;gap:15px;flex:1;padding:10px;overflow-y:auto;max-height:300px;min-height:150px;flex-shrink:0}.timeline-step{display:flex;align-items:center;gap:10px;opacity:.5;transition:all .3s ease;background:#f8f9fa;padding:6px;border-radius:8px;border:1px solid #eee}.timeline-step.active{opacity:1;background:#fff;box-shadow:0 4px 6px #0000000d;border-color:#ddd}.timeline-step.from-server{flex-direction:row-reverse}.sender-icon,.receiver-icon{width:32px;height:32px;border-radius:50%;border:2px solid;display:flex;align-items:center;justify-content:center;font-size:1.2rem;background:#fff;flex-shrink:0;transition:all .3s}.arrow-track{flex:1;position:relative;height:32px;display:flex;align-items:center}.track-line{position:absolute;left:0;right:0;height:2px;background:#ddd;top:50%;transform:translateY(-50%)}.moving-message-arrow{position:absolute;top:50%;transform:translateY(-50%);font-size:1.5rem;background:#fff;padding:2px;border-radius:50%;z-index:2}.going-right{animation:slideRight 2s infinite}.going-left{animation:slideLeft 2s infinite}@keyframes slideRight{0%{left:0;opacity:0}20%{opacity:1}80%{opacity:1}to{left:calc(100% - 30px);opacity:0}}@keyframes slideLeft{0%{right:0;opacity:0}20%{opacity:1}80%{opacity:1}to{right:calc(100% - 30px);opacity:0}}.message-box{flex:2;background:#fff;padding:6px 10px;border-radius:6px;border:1px solid #ddd;border-left-width:4px;text-align:left;font-size:.85rem}.timeline-step.from-server .message-box{text-align:right;border-left-width:1px;border-right-width:4px}.message-box strong{display:block;margin-bottom:5px;color:#333}.message-box p{margin:0;color:#666;line-height:1.4}.moving-arrow{position:absolute;font-size:22px;font-weight:700;animation:pulse .5s infinite;top:-30px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.handshake-controls-row{margin-top:8px;display:flex;align-items:center;justify-content:space-between;background:#f5f5f5;padding:8px;border-radius:8px;border:1px solid #e0e0e0}.hs-desc{font-size:.85rem;font-weight:500;color:#555;text-align:center;flex:1;padding:0 10px}button.primary{background:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:4px;cursor:pointer;font-weight:700;transition:background .2s}button.primary:hover{background:#0056b3}.encryption-process{display:flex;flex-direction:column;height:100%;width:100%}.encryption-header{text-align:center;margin-bottom:15px}.encryption-header h4{margin:0 0 8px;color:#333}.encryption-status-bar{background:#e8f5e9;color:#2e7d32;padding:4px 8px;border-radius:4px;font-size:.85rem;font-weight:500}.encryption-steps{flex:1;display:flex;flex-direction:column;gap:10px;margin-bottom:15px;overflow-y:auto;min-height:200px;flex-shrink:0}.encryption-step{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;background:#f5f5f5;border:1px solid #e0e0e0;transition:all .3s;opacity:.6}.encryption-step.active{opacity:1;background:#fff;border-color:#4caf50;box-shadow:0 2px 8px #4caf501a}.step-visual{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;flex-shrink:0}.step-content{flex:1;min-width:0}.step-title{font-weight:700;margin-bottom:4px;color:#333;font-size:.9rem}.step-description{font-size:.8rem;color:#666;line-height:1.4}.step-number{background:#e0e0e0;color:#666;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.encryption-step.active .step-number{background:#4caf50;color:#fff}.encryption-demo{background:#f8f9fa;border-radius:8px;padding:8px;margin-bottom:15px;border:1px solid #e0e0e0;flex-shrink:0}.demo-section{margin-bottom:8px}.demo-section:last-child{margin-bottom:0}.demo-label{font-weight:700;font-size:.9rem;margin-bottom:6px;color:#555}.demo-box{background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px;font-family:monospace;min-height:35px;display:flex;align-items:center;font-size:.85rem;word-break:break-all}.demo-box.encrypted{color:#ff5722;border-left:4px solid #ff5722;background:#fff5f5}.demo-box.decrypted{color:#2e7d32;border-left:4px solid #4caf50;background:#f1f8e9}.encryption-controls{display:flex;align-items:center;justify-content:space-between;background:#f0f7ff;padding:12px;border-radius:8px;border:1px solid #e0e0e0;margin-top:15px}.protection-process{display:flex;flex-direction:column;height:100%;width:100%}.protection-header{text-align:center;margin-bottom:15px}.protection-header h4{margin:0 0 8px;color:#333}.protection-status-bar{background:#e8f5e9;color:#2e7d32;padding:6px 10px;border-radius:4px;font-size:.85rem;font-weight:500}.protection-visualization{flex:1;display:flex;flex-direction:column;gap:20px;overflow:hidden}.protection-steps{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding:12px;background:#f5f5f5;border-radius:8px;border:1px solid #e0e0e0}.protection-step{display:flex;align-items:center;gap:10px;padding:10px;border-radius:6px;background:#fff;border:1px solid #e0e0e0;transition:all .3s;opacity:.6}.protection-step.active{opacity:1;background:#fff;border-color:#4caf50;box-shadow:0 2px 6px #00000014}.protection-step .step-visual{width:34px;height:34px;font-size:16px;flex-shrink:0}.protection-step .step-content{flex:1;min-width:0}.protection-step .step-title{font-weight:700;font-size:.85rem;margin-bottom:3px;color:#333}.protection-step .step-description{font-size:.75rem;color:#666;line-height:1.3}.protection-step .step-number{background:#e0e0e0;color:#666;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;flex-shrink:0}.protection-step.active .step-number{background:#4caf50;color:#fff}.protection-controls{display:flex;align-items:center;justify-content:space-between;background:#f0f7ff;padding:12px;border-radius:8px;border:1px solid #e0e0e0;margin-top:10px}.protection-tip{font-size:.85rem;color:#666;text-align:center;flex:1;padding:0 10px;font-weight:500}.footer-controls{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px 0;border-top:1px solid var(--border)}.footer-controls button{padding:10px 20px;cursor:pointer;font-size:.9rem;border:1px solid #ddd;border-radius:6px;background:#fff;color:var(--primary);font-weight:700;transition:all .2s}.footer-controls button:hover:not(:disabled){background:#f5f5f5;border-color:#ccc}.footer-controls button:disabled{opacity:.5;cursor:not-allowed}.reset-btn{background:var(--danger)!important;color:#fff!important;border:none!important;font-weight:700}.reset-btn:hover{background:#c82333!important}.info-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.info-modal{background:#fff;border-radius:14px;max-width:720px;width:95%;max-height:90vh;overflow-y:auto;box-shadow:0 12px 40px #00000040}.info-modal-header{padding:18px 24px;border-bottom:2px solid #e0e0e0;background:#f8f9fa}.info-modal-header h2{font-size:1.4rem;font-weight:700;color:#036}@media(max-width:600px){.info-modal{width:95%;max-height:90vh;padding:15px}}@media(max-width:480px){.footer-controls{flex-wrap:wrap;gap:10px;justify-content:center}.footer-controls button{flex:1;min-width:100px}.reset-btn{order:3;width:100%}}.info-modal-header h2{margin:0;color:#333;font-size:1.5rem}.close-button{background:none;border:none;font-size:28px;cursor:pointer;color:#666;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.close-button:hover{background:#f5f5f5}.info-modal-content{padding:20px}.info-section{margin-bottom:25px}.info-section h3{color:var(--primary);margin-top:0;margin-bottom:12px;font-size:1.2rem}.info-section p{color:#666;line-height:1.6;margin:0}.process-number{background:var(--primary);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0;font-size:.9rem}.process-content h4{margin:0 0 5px;color:#333;font-size:1rem}.process-content p{margin:0;color:#666;font-size:.9rem;line-height:1.5}.demo-levels{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px}.level h4{margin-top:0;color:#333;font-size:.95rem;margin-bottom:8px}.level ul{margin:0;padding-left:18px;font-size:.85rem;color:#666}.level li{margin-bottom:4px;line-height:1.4}.info-section{margin-bottom:28px;padding:16px;background:#fafafa;border-left:4px solid var(--primary);border-radius:6px}.info-section h3{margin-top:0;font-size:1.15rem;color:#036}.info-section p{font-size:.95rem;line-height:1.7;color:#444}@media(max-width:900px){.simulation-stage{grid-template-columns:1fr;grid-template-rows:auto auto auto}.steps-nav{grid-template-columns:repeat(2,1fr)}.handshake-grid{flex-direction:column;min-height:auto}.handshake-column.center{flex-direction:row;justify-content:center;gap:20px;height:50px}.connector-line{width:100%;height:2px;top:auto;bottom:auto}.hs-dot{margin:0}.demo-levels{grid-template-columns:1fr}}@media(max-width:480px){.steps-nav{grid-template-columns:1fr}.info-modal{width:95%;margin:10px}.footer-controls{flex-direction:column;gap:10px}}
