body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0a0a;color:#fff;font-family:PT Mono,monospace;line-height:1.6;overflow-x:hidden}.terminal-app{background:#151515;display:flex;flex-direction:column;min-height:100vh}.terminal-header{background:#000;justify-content:space-between;min-height:50px;padding:.5rem 1rem;position:relative}.header-left,.terminal-header{align-items:center;display:flex}.header-left{gap:1rem}.macos-dots{display:flex;gap:.5rem}.macos-dot{border-radius:50%;height:12px;transition:all .3s ease;width:12px}.macos-dot-close{background:#ff5f57}.macos-dot-minimize{background:#ffbd2e}.macos-dot-maximize{background:#28ca42}.macos-dot-close:hover{background:#ff3b30}.macos-dot-minimize:hover{background:orange}.macos-dot-maximize:hover{background:#20b038}.macos-dot:active{transform:scale(.9)}.header-center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.logo{color:#fff;font-size:1.2rem;font-weight:700;text-decoration:none;white-space:nowrap}.nav-links{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:flex-end}.nav-link{color:#fff;font-size:.9rem;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:#ccc}.ai-assistant-icon{align-items:center;background:#fff;border-radius:50%;cursor:pointer;display:flex;height:24px;justify-content:center;transition:all .3s ease;width:24px}.ai-assistant-icon:hover{background:#ccc;transform:scale(1.1)}.ai-assistant-icon:before{color:#000;content:"AI";font-size:.7rem;font-weight:700}.burger-menu{cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;width:24px;z-index:1002}.burger-line{background:#fff;height:2px;transform-origin:left;transition:all .3s ease;width:100%}.burger-line.active:first-child{transform:rotate(45deg)}.burger-line.active:nth-child(2){opacity:0}.burger-line.active:nth-child(3){transform:rotate(-45deg)}.menu-overlay{background:#00000080;display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:998}@media (max-width:1050px){.burger-menu{display:flex}.nav-links{background:#000;border-left:1px solid #333;flex-direction:column;gap:1rem;height:100vh;justify-content:flex-start;padding-top:25px;position:fixed;right:-100%;top:0;transition:right .3s ease;width:30%;z-index:1000}.nav-links-active{right:0}.nav-link{font-size:1.1rem!important;padding:.5rem 1rem;text-align:center;width:100%}.ai-assistant-icon{display:none}.menu-overlay{display:block}.header-center{flex:1 1;position:static;text-align:center;transform:none}.terminal-header{position:relative;z-index:999}}@media (max-width:480px){.nav-links{width:60%}.terminal-header{padding:.5rem}.logo{font-size:1rem}}.terminal-main{flex:1 1;margin:0 auto 50px;max-width:1200px;padding:2rem;width:100%}.terminal-text{color:#fff;font-size:1.1rem;margin-bottom:1rem;white-space:pre-wrap}.page-title{color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.section-heading{border-left:3px solid #4dabf7;color:#fff;font-size:1.1rem;font-weight:600;margin:1.5rem 0;padding-left:1rem}.bullet-line,.text-line{color:#fff;line-height:1.5;margin:.75rem}.tech-line{color:#fff;font-family:PT Mono,monospace;letter-spacing:-.5px;margin:.2rem 0}.status-line{color:#ccc;font-style:italic;margin:.2rem 0}.unified-link{border-bottom:1px solid #0000;color:#4dabf7;display:inline-block;font-weight:600;text-decoration:none;transition:all .3s ease}.unified-link:hover{border-bottom-color:#4dabf7;color:#74c0fc;transform:translateY(-1px)}.unified-link:after{content:" ↗";font-size:.9em}.typewriter{animation:blink 1s infinite;border-right:2px solid #fff;margin-left:2px}@keyframes blink{0%,50%{border-color:#fff}51%,to{border-color:#0000}}.chat-widget{bottom:2rem;position:fixed;right:2rem;z-index:998}.chat-input-container{position:relative}.chat-input{background:#000;border:1px solid #333;border-radius:8px;color:#fff;font-family:PT Mono,monospace;font-size:.9rem;padding:.8rem 1rem;transition:all .3s ease;width:300px}.chat-input:hover{cursor:pointer}.chat-input::placeholder{color:#666;opacity:1}.chat-input:focus{background:#0a0a0a;border-color:#fff;outline:none}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:2rem}.project-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .3s ease}.project-card:hover{cursor:default;transform:translateY(-5px)}.project-image{align-items:center;display:flex;font-size:3rem;height:80px;justify-content:center;margin-bottom:1rem;text-align:center}.project-title{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.project-description{color:#ccc;flex-grow:1;line-height:1.5;margin-bottom:1.5rem}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tag{background:#2d2d2d;border:1px solid #333;border-radius:20px;color:#4dabf7;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-link{align-self:flex-start;margin-top:auto}.skeleton-pulse{animation:skeleton-pulse 1.5s ease-in-out infinite;background:linear-gradient(90deg,#2d2d2d 25%,#3d3d3d 50%,#2d2d2d 75%);background-size:200% 100%;border-radius:4px}@keyframes skeleton-pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton .project-image{background:#2d2d2d;border-radius:8px}.skeleton-emoji{background:#3d3d3d;border-radius:8px;height:60px;width:60px}.skeleton-text{height:24px;margin-bottom:1rem;width:70%}.skeleton-line{height:16px;margin-bottom:.5rem;width:100%}.skeleton-line.short{width:60%}.skeleton-tag{border-radius:20px;height:24px;width:60px}.skeleton-button{border-radius:8px;height:40px;margin-top:auto;width:160px}.fade-in{animation:fadeIn .6s ease-out forwards}.fade-in-up{animation:fadeInUp .8s ease-out forwards}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.service-content{color:#ccc;font-family:PT Mono,monospace;line-height:1.5;white-space:pre-wrap}.service-content .typewriter{animation:blink 1s infinite;border-right:2px solid #4dabf7;margin-left:2px}.chat-overlay{animation:fadeIn .3s ease;background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}.chat-overlay.closing{animation:fadeOut .3s ease}.chat-modal{background:#1a1a1a;border:1px solid #333;border-radius:12px;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;overflow:hidden;position:fixed;transition:transform .2s ease,box-shadow .2s ease;z-index:9999}.chat-modal.dragging{box-shadow:0 15px 40px #000000b3;z-index:10000}.chat-modal:hover{box-shadow:0 12px 35px #0009}@media (max-width:1050px){.chat-modal{border-radius:12px 12px 0 0;bottom:0!important;box-shadow:0 -5px 25px #00000080;height:85vh!important;left:0!important;right:0!important;top:auto!important;transform:translateY(100%);width:100%!important}.chat-modal.opening{animation:mobileSlideIn .3s ease forwards}.chat-modal.closing{animation:mobileSlideOut .3s ease forwards}}@media (min-width:1051px){.chat-modal{height:650px;opacity:0;transform:translateY(20px) scale(.95);width:400px}.chat-modal.opening{animation:modalSlideIn .3s ease forwards}.chat-modal.closing{animation:modalSlideOut .3s ease forwards}}.chat-header{align-items:center;background:#000;border-bottom:1px solid #333;cursor:grab;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px;-webkit-user-select:none;user-select:none}.chat-header:hover{background:#111}.chat-title{color:#fff;font-size:.9rem;font-weight:600;-webkit-user-select:none;user-select:none}.chat-controls{gap:8px}.chat-control,.chat-controls{align-items:center;display:flex}.chat-control{background:none;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:1rem;height:24px;justify-content:center;padding:0;transition:all .2s ease;-webkit-user-select:none;user-select:none;width:24px}.chat-control:hover{background:#333}.chat-copy:hover{background:#007acc}.chat-close:hover{background:#f44}.chat-messages{background:#0f0f0f;cursor:default;flex:1 1;overflow-y:auto;padding:16px;-webkit-user-select:text;user-select:text}.chat-input-expanded{background:#1a1a1a;border-top:1px solid #333;flex-shrink:0;padding:16px}.chat-input-with-button{align-items:center;display:flex;gap:8px}.chat-input-expanded .chat-input{background:#000;border:1px solid #333;border-radius:6px;color:#fff;cursor:text;flex:1 1;font-size:.9rem;padding:10px 12px;text-align:left;-webkit-user-select:text;user-select:text}.chat-input-expanded .chat-input:focus{border-color:#555;outline:none}.chat-send-button{background:#007acc;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;min-width:60px;padding:10px 16px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.chat-send-button:hover:not(:disabled){background:#005a9e}.chat-send-button:disabled{background:#333;cursor:not-allowed;opacity:.6}.message{word-wrap:break-word;border-radius:8px;cursor:text;margin-bottom:12px;max-width:85%;padding:8px 12px;-webkit-user-select:text;user-select:text}.user-message{background:#007acc;border-bottom-right-radius:4px;color:#fff;margin-left:auto}.bot-message{background:#2a2a2a;border-bottom-left-radius:4px;color:#fff;margin-right:auto}.typing-indicator{background:#2a2a2a;color:#888;font-style:italic}.typewriter-cursor{animation:blink 1s infinite;background:#fff;display:inline-block;width:8px}@keyframes mobileSlideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes mobileSlideOut{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes modalSlideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.95)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media (max-width:1050px){.chat-overlay{background:#000000b3}.chat-modal{touch-action:pan-y}.chat-messages{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.chat-header{cursor:default;user-select:none;-webkit-user-select:none}.chat-control,.chat-input,.chat-send-button{min-height:44px}.chat-control{min-width:44px}}@media (max-width:480px){.chat-modal{height:85vh!important;width:100%}.chat-widget{bottom:2rem;left:50%;right:auto;transform:translateX(-50%)}.chat-input{text-align:center;width:300px}.chat-input-expanded,.chat-messages{padding:12px}}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#1a1a1a}.chat-messages::-webkit-scrollbar-thumb{background:#333;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#555}.chat-expanded{display:none}body.chat-open{height:100%!important;overflow:hidden!important;position:fixed!important;width:100%!important}
/*# sourceMappingURL=main.bec1fcf1.css.map*/