.terminal-page{min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--bg)}.terminal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(57,255,20,.2);background:#050705e6}.terminal-back{color:var(--accent);text-decoration:none;font-weight:600}.terminal-title{color:var(--muted);font-size:14px}.terminal-main{flex:1;display:flex;align-items:center;justify-content:center;padding:24px 20px;min-height:0;position:relative;isolation:isolate;width:100%;overflow-x:hidden}.terminal-window{width:min(1000px,calc(100vw - 32px));max-width:100%;background:#020302;border:1px solid rgba(57,255,20,.2);border-radius:12px;box-shadow:0 0 28px #39ff1426;overflow:hidden;display:flex;flex-direction:column;height:min(78vh,760px);max-height:100%}.terminal-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#0b120b;border-bottom:1px solid rgba(57,255,20,.15)}.dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dot-red{background:#ff5f57}.dot-yellow{background:#febc2e}.dot-green{background:#28c840}.terminal-label{margin-left:auto;color:var(--muted);font-size:12px;letter-spacing:.06em}.terminal-body{flex:1;min-height:0;padding:18px;color:var(--accent);font-size:16px;overflow-y:auto;overflow-x:hidden;word-break:break-word;overflow-wrap:anywhere}.terminal-line{margin:0;line-height:1.4;word-break:break-word;overflow-wrap:anywhere;white-space:pre-wrap}.prompt{color:var(--accent)}.path{color:var(--muted);white-space-collapse:preserve}.cursor{display:inline-block;width:10px;margin-left:2px;animation:blink 1.1s steps(2,start) infinite}.terminal-input{display:flex;align-items:center;flex-wrap:wrap;gap:0px;padding:0;color:var(--accent);font-size:16px;line-height:1.4;margin:0;min-height:1.4em}.terminal-input input{flex:1;min-width:0;background:transparent;border:none;color:var(--accent);font-family:inherit;font-size:16px;line-height:1.4;height:1.4em;padding:0;margin:0;outline:none}.terminal-block{margin:12px 0;padding:14px;background:#0b120b;border:1px solid rgba(57,255,20,.2);border-radius:10px;box-shadow:inset 0 0 0 1px #39ff140d}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.snake-line{white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;font-size:14px;line-height:1.4;color:var(--accent);margin:6px 0}.snake-line.is-game-active{touch-action:none;-webkit-user-select:none;user-select:none}.snake-line:focus,.snake-line:focus-visible{outline:none}.terminal-game-controls{width:min(1000px,calc(100vw - 32px));max-width:100%;display:none;gap:10px;margin-top:12px;align-items:center;justify-content:center;flex-wrap:wrap}.terminal-game-controls.is-active{display:none}.terminal-game-controls-group{display:inline-flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:center}.terminal-game-controls-dpad{display:grid;grid-template-columns:repeat(3,minmax(44px,52px));gap:8px}.terminal-game-controls-spacer{width:44px;height:44px}.terminal-game-btn{min-width:44px;min-height:44px;padding:10px 12px;border-radius:10px;border:1px solid rgba(57,255,20,.3);background:#39ff1414;color:var(--accent);font-family:inherit;font-size:14px;font-weight:600;touch-action:manipulation;-webkit-user-select:none;user-select:none}.terminal-game-btn:active{background:#39ff143d}.terminal-footer{padding:14px 20px;border-top:1px solid rgba(57,255,20,.2);background:#050705e6;display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--muted);font-size:12px}.terminal-header,.terminal-main,.terminal-footer,.terminal-window{position:relative;z-index:1}.terminal-matrix-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.32;mix-blend-mode:screen;z-index:0}.terminal-footer-links{display:inline-flex;align-items:center;gap:10px}.terminal-footer-link{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#39ff1414;border:1px solid rgba(57,255,20,.2);color:var(--accent);text-decoration:none;transition:all .2s ease}.terminal-footer-link:hover{background:#39ff1433;color:var(--muted);border-color:#39ff1466}.terminal-footer-icon{width:16px;height:16px;display:inline-block;background-color:currentColor;mask-repeat:no-repeat;mask-position:center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;-webkit-mask-size:contain}.terminal-footer-link .icon-email{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20role='img'%3e%3crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20/%3e%3cpath%20d='M3.7%207.2L12%2013L20.3%207.2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20role='img'%3e%3crect%20x='3'%20y='5'%20width='18'%20height='14'%20rx='2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20/%3e%3cpath%20d='M3.7%207.2L12%2013L20.3%207.2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e")}.terminal-footer-link .icon-linkedin{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20role='img'%3e%3crect%20x='3'%20y='3'%20width='18'%20height='18'%20rx='3'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20/%3e%3ccircle%20cx='8'%20cy='7.5'%20r='1.2'%20fill='%23000'%20/%3e%3cpath%20d='M8%2010.5V17'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3cpath%20d='M12%2017V13.2C12%2011.9%2013%2010.9%2014.3%2010.9C15.6%2010.9%2016.6%2011.9%2016.6%2013.2V17'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20role='img'%3e%3crect%20x='3'%20y='3'%20width='18'%20height='18'%20rx='3'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20/%3e%3ccircle%20cx='8'%20cy='7.5'%20r='1.2'%20fill='%23000'%20/%3e%3cpath%20d='M8%2010.5V17'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3cpath%20d='M12%2017V13.2C12%2011.9%2013%2010.9%2014.3%2010.9C15.6%2010.9%2016.6%2011.9%2016.6%2013.2V17'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%20/%3e%3c/svg%3e")}.terminal-footer-link .icon-telegram{mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20role='img'%3e%3cpath%20d='M21.6%203.3L2.8%2010.6L8.9%2012.7L11%2019.3L14.4%2015.5L18.2%2018.2L21.6%203.3Z'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M8.9%2012.7L21.6%203.3'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3cpath%20d='M10.9%2019.3L12.1%2014.2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20aria-hidden='true'%20role='img'%3e%3cpath%20d='M21.6%203.3L2.8%2010.6L8.9%2012.7L11%2019.3L14.4%2015.5L18.2%2018.2L21.6%203.3Z'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linejoin='round'%20/%3e%3cpath%20d='M8.9%2012.7L21.6%203.3'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3cpath%20d='M10.9%2019.3L12.1%2014.2'%20fill='none'%20stroke='%23000'%20stroke-width='2'%20stroke-linecap='round'%20/%3e%3c/svg%3e")}@keyframes blink{0%{opacity:0}50%{opacity:1}to{opacity:0}}@media(max-width:640px){.terminal-page{min-height:100dvh;height:100dvh;overflow:hidden}.terminal-header{padding:10px 12px;flex-wrap:wrap;gap:8px}.terminal-title{font-size:12px}.terminal-main{padding:10px 10px 8px;align-items:stretch;justify-content:stretch;flex-direction:column;gap:8px;overflow:hidden}.terminal-window{width:100%;flex:1 1 auto;min-height:0;height:100%;max-height:none}.terminal-body{max-height:100%;min-height:0;padding:12px}.terminal-game-controls{width:100%;margin-top:auto;padding-bottom:env(safe-area-inset-bottom);justify-content:stretch;align-items:stretch;gap:8px;flex-shrink:0;flex-wrap:wrap;overflow-x:hidden;overflow-y:hidden}.terminal-game-controls.is-active{display:flex}.terminal-game-controls-group{width:100%;justify-content:center;flex-wrap:wrap;flex-shrink:0;gap:10px}.terminal-game-controls-dpad{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:stretch;flex-wrap:wrap;flex-shrink:0;gap:10px}.terminal-game-controls-spacer{display:none}.terminal-game-btn{flex:1 1 0;min-width:0;min-height:53px;max-width:none;font-size:16px;padding:11px 12px}.terminal-footer{padding:10px 12px;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;gap:8px}}
