:root{--bg: #0d0d0d;--green: #43fd8d;--green-soft: #81feb5;--gray: #8f95a2;--modal-bg: #02100b;--modal-header: #21a64a}*{box-sizing:border-box;min-width:0}html,body,#root{width:100%;min-height:100%;margin:0}body{background:var(--bg);color:var(--green);font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;overflow-x:hidden}.terminal-page{min-height:100vh;display:grid;place-items:center;padding:clamp(20px,3vw,48px)}.terminal-shell{width:min(680px,100%);max-width:100%}.line{margin:0;font-size:clamp(18px,1.8vw,28px);line-height:1.32;letter-spacing:-.02em;color:var(--green-soft);white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.line+.line{margin-top:clamp(16px,1.5vw,24px)}.line-with-label{display:flex;align-items:baseline;gap:.38em;flex-wrap:wrap}.line-with-label .label{margin-right:0;flex-shrink:0}.line-content{display:block;flex:1;min-width:0}.bright{color:var(--green)}.label{color:var(--gray);margin-right:.38em}.cursor{margin-left:.12em;color:var(--green);animation:blink 1s step-end infinite}.final-cursor{animation:blink 1s step-end infinite}.commands{margin-top:60px;display:grid;gap:8px}.command{color:var(--green);text-decoration:none;font-size:clamp(18px,1.8vw,28px);line-height:1.5;display:inline-flex;align-items:baseline;gap:.35em;width:fit-content;max-width:100%;flex-wrap:wrap;word-break:break-word}.command.is-disabled{pointer-events:none;cursor:default}.command.is-active{pointer-events:auto}.prompt{color:var(--gray)}.project-links{display:flex;flex-direction:column;align-items:flex-start;gap:8px}@keyframes blink{0%,48%{opacity:1}52%,to{opacity:0}}.terminal-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;background:#00000073;overflow:hidden;padding:12px}.terminal-modal{position:absolute;top:0;left:0;background:var(--modal-bg);border:0;box-shadow:0 26px 60px #0000008c;overflow:hidden;display:flex;flex-direction:column;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.terminal-modal.is-fullscreen{width:100%;height:100%;max-width:100vw;max-height:100vh;transform:none!important}.terminal-modal-header{margin:0;background:var(--modal-header);color:#e7ffe7;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 22px;cursor:move;-webkit-user-select:none;user-select:none;flex-shrink:0}.terminal-modal-header p{margin:0;font-size:clamp(16px,1.4vw,24px);font-weight:700;min-width:0;overflow-wrap:anywhere}.terminal-modal-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.modal-action-btn{border:0;background:transparent;color:#e7ffe7;width:26px;height:26px;cursor:pointer;padding:0;position:relative;display:inline-flex;align-items:center;justify-content:center}.modal-action-fullscreen:before{content:"";width:10px;height:10px;border:1.5px solid currentColor}.modal-action-close:before,.modal-action-close:after{content:"";position:absolute;width:15px;height:2px;background:currentColor}.modal-action-close:before{transform:rotate(45deg)}.modal-action-close:after{transform:rotate(-45deg)}.terminal-modal-body{flex:1;min-height:0;padding:20px 24px;color:#dce8dc;font-size:clamp(16px,1.5vw,25px);line-height:1.6;overflow:hidden}.resize-handle{position:absolute;z-index:2}.resize-handle-n,.resize-handle-s{left:10px;right:10px;height:10px}.resize-handle-n{top:0;cursor:ns-resize}.resize-handle-s{bottom:0;cursor:ns-resize}.resize-handle-e,.resize-handle-w{top:10px;bottom:10px;width:10px}.resize-handle-e{right:0;cursor:ew-resize}.resize-handle-w{left:0;cursor:ew-resize}.resize-handle-ne,.resize-handle-nw,.resize-handle-se,.resize-handle-sw{width:14px;height:14px}.resize-handle-ne{top:0;right:0;cursor:nesw-resize}.resize-handle-nw{top:0;left:0;cursor:nwse-resize}.resize-handle-se{bottom:0;right:0;cursor:nwse-resize}.resize-handle-sw{bottom:0;left:0;cursor:nesw-resize}.modal-scroll-content{height:100%;overflow:auto;padding-right:6px}.terminal-modal.is-fullscreen .modal-scroll-content{height:100%;max-height:none}.modal-command{margin:0 0 20px;color:var(--green);font-weight:700}.modal-muted{color:#dce8dc8c;margin:16px 0 1px}.modal-accent{color:var(--green-soft);margin:0}.project-card{border-left:2px solid rgba(67,253,141,.5);padding-left:18px;margin-bottom:28px}.project-card h3{margin:0 0 10px;color:#f2f7f2;display:flex;align-items:baseline;gap:14px;flex-wrap:wrap}.project-card h3 span{color:#dce8dc8c;font-size:.9em;font-weight:500;letter-spacing:.04em}.terminal-modal-body p{margin:0 0 12px}.terminal-modal-body a{display:inline-block;text-decoration:none;color:var(--green);font-weight:600;margin:0 0 20px;word-break:break-word}@media (max-width: 900px){.terminal-page{padding:18px}.commands{margin-top:44px}.terminal-modal-body{padding:18px 20px}}@media (max-width: 640px){.terminal-page{place-items:center;padding:24px 14px}.terminal-shell{width:100%}.line,.command{font-size:16px}.line+.line{margin-top:12px}.commands{margin-top:28px;gap:6px}.terminal-modal-overlay{padding:8px}.terminal-modal{max-width:calc(100vw - 16px);max-height:calc(100vh - 16px)}.terminal-modal-header{padding:12px 14px}.terminal-modal-header p{font-size:15px}.terminal-modal-actions{gap:10px}.modal-action-btn{width:24px;height:24px}.terminal-modal-body{padding:14px 14px 16px;font-size:15px;line-height:1.5}.modal-scroll-content{padding-right:2px}.project-card{padding-left:14px;margin-bottom:22px}.project-card h3{gap:8px}}@media (max-width: 380px){.terminal-page{padding:12px}.line,.command{font-size:15px}.terminal-modal-header{padding:10px 12px}.terminal-modal-body{padding:12px;font-size:14px}}@media (hover: none) and (pointer: coarse){.resize-handle{display:none}.terminal-modal-header{cursor:default}}
