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{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.page-title,.section-heading{border-left:3px solid #4dabf7;color:#fff;padding-left:1rem}.section-heading{font-size:1.1rem;font-weight:600;margin:1.5rem 0}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-top:2rem}.project-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:all .3s ease}.project-card:hover{transform:translateY(-5px)}.project-image-wrapper{background:#2d2d2d;height:200px;overflow:hidden;position:relative;width:100%}.project-image{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.project-card:hover .project-image{transform:scale(1.05)}.project-image-placeholder{align-items:center;background:#2d2d2d;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.project-status-badge{background:#000c;border-radius:20px;color:#fff;font-size:12px;font-weight:500;padding:4px 12px;position:absolute;right:12px;top:12px;z-index:1}.project-status-badge[data-status=completed]{background:#28a745e6}.project-status-badge[data-status=development]{background:#ffc107e6;color:#000}.project-status-badge[data-status=archived]{background:#6c757de6}.project-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.project-title{margin-bottom:.75rem;text-decoration:none}.project-description{color:#ccc;flex:1 1;font-size:.9rem;line-height:1.5;margin-bottom:1rem}.project-date{color:#888;font-size:.8rem;margin-bottom:1rem}.project-link{align-self:flex-start;margin-top:auto}.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}.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-wrapper{height:200px;margin-bottom:0}.skeleton-text{height:24px;margin-bottom:1rem;width:70%}.skeleton-line{height:14px;margin-bottom:.5rem}.skeleton-tag{height:24px;width:60px}.skeleton-button{border-radius:6px;height:36px;margin-top:auto;width:160px}.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}}.fade-in{animation:fadeIn .6s ease-out forwards}.fade-in-up{animation:fadeInUp .8s ease-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.chat-widget{bottom:2rem;position:fixed;right:2rem;z-index:998}.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}.chat-overlay{animation:fadeIn .3s ease;background:#00000080;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9998}.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;z-index:9999}@media (max-width:1050px){.chat-modal{border-radius:12px 12px 0 0;bottom:0!important;height:85vh!important;left:0!important;right:0!important;top:auto!important;width:100%!important}}@media (min-width:1051px){.chat-modal{height:650px;width:400px}}.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-title{color:#fff;font-size:.9rem;font-weight:600}.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;transition:all .2s ease;width:24px}.chat-control:hover{background:#333}.chat-messages{background:#0f0f0f;flex:1 1;overflow-y:auto;padding:16px}.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;flex:1 1;font-size:.9rem;padding:10px 12px}.chat-send-button{background:#007acc;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:10px 16px;transition:background-color .2s ease}.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;margin-bottom:12px;max-width:85%;padding:8px 12px}.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}body.chat-open{height:100%!important;overflow:hidden!important;position:fixed!important;width:100%!important}.project-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.project-tag{background:#2d2d2d;border:1px solid #333;border-radius:20px;color:#4dabf7;font-size:.75rem;font-weight:500;letter-spacing:.3px;padding:.3rem .8rem;transition:all .2s ease}.project-tag:hover{background:#3d3d3d;border-color:#4dabf7;transform:translateY(-1px)}.skeleton-tag{background:#2d2d2d;border-radius:20px;height:28px;width:70px}.back-link{display:inline-block;font-size:1rem;margin-bottom:2rem}.back-link:after{content:""!important}.project-detail{margin:0 auto;max-width:1400px}.project-hero{border:1px solid #333;border-radius:20px;margin-bottom:3rem;overflow:hidden;position:relative}.project-hero-image{height:600px;overflow:hidden;position:relative}.project-hero-image img{height:100%;object-fit:cover;width:100%}.project-hero-overlay{background:linear-gradient(0deg,#000000e6,#0000);bottom:0;left:0;padding:3rem 2rem 2rem;position:absolute;right:0}.project-hero-title{color:#fff;font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px #0000004d}.project-hero-status{font-size:.9rem}.project-hero-status[data-status=completed]{background:#28a745e6;color:#fff}.project-hero-status[data-status=development]{background:#ffc107e6;color:#000}.project-hero-status[data-status=archived]{background:#6c757de6;color:#fff}.project-hero-no-image .project-hero-title{color:#fff;margin-bottom:1rem}.project-detail-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.project-detail-main{display:flex;flex-direction:column;gap:1.5rem}.project-detail-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.card-icon{font-size:2rem;margin-bottom:1rem}.project-detail-card h2{border-left:3px solid #4dabf7;color:#fff;font-size:1.3rem;font-weight:700;margin-bottom:1rem;padding-left:1rem}.project-detail-card p{color:#ccc;font-size:1rem;line-height:1.6}.features-list{display:flex;flex-direction:column;gap:.75rem}.feature-item{align-items:center;color:#ccc;display:flex;gap:.75rem}.feature-check{color:#28ca42;font-size:1.1rem;font-weight:700}.tech-grid{display:flex;flex-wrap:wrap;gap:.75rem}.tech-badge{background:linear-gradient(135deg,#2d2d2d,#252525);border:1px solid #3d3d3d;border-radius:25px;color:#4dabf7;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.tech-badge:hover{background:linear-gradient(135deg,#333,#2a2a2a);border-color:#4dabf7;transform:translateY(-2px)}.project-detail-sidebar{align-self:start;position:-webkit-sticky;position:sticky;top:2rem}.sidebar-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem}.sidebar-card h3{border-left:3px solid #4dabf7;color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding-left:1rem;text-align:left}.sidebar-item{align-items:flex-start;border-bottom:1px solid #333;display:flex;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem}.sidebar-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.sidebar-icon{font-size:1.5rem}.sidebar-label{color:#888;font-size:.75rem;letter-spacing:.5px;margin-bottom:.25rem;text-transform:uppercase}.sidebar-value{color:#fff;font-weight:500}.sidebar-link{color:#4dabf7;text-decoration:none;transition:color .2s ease;word-break:break-all}.sidebar-link:hover{color:#74c0fc;text-decoration:underline}@media (max-width:968px){.project-detail-content{grid-template-columns:1fr}.project-detail-sidebar{position:static}.project-hero-image{height:400px}.project-hero-title{font-size:2rem}}@media (max-width:768px){.project-hero-image{height:300px}.project-hero-title{font-size:1.5rem}.project-detail-card{padding:1rem}.card-icon{font-size:1.5rem}.project-detail-card h2{font-size:1.1rem}}.skeleton-detail-title{border-radius:12px;height:60px;margin-bottom:2rem;width:60%}.skeleton-detail-image{border-radius:20px;height:400px;margin-bottom:2rem;width:100%}.skeleton-detail-line{border-radius:8px;height:20px;margin-bottom:1rem;width:100%}.project-detail-skeleton{animation:fadeIn .5s ease}.skeleton-hero{border-radius:20px;height:400px;margin-bottom:2rem}.skeleton-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.skeleton-main{display:flex;flex-direction:column;gap:1.5rem}.skeleton-sidebar{align-self:start;position:-webkit-sticky;position:sticky;top:2rem}.skeleton-card{background:#1a1a1a;border:1px solid #333;border-radius:16px;padding:1.5rem}.skeleton-title{border-radius:4px;height:24px;margin-bottom:1rem;width:40%}.skeleton-line{border-radius:4px;height:16px;margin-bottom:.75rem;width:100%}.skeleton-line.short{width:60%}.skeleton-badge{border-radius:25px;display:inline-block;height:32px;margin-bottom:.5rem;margin-right:.5rem;width:80px}.fade-in-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.fade-in-up.show{opacity:1;transform:translateY(0)}.project-detail-card{animation:cardFadeIn .5s ease forwards;opacity:0;transform:translateY(20px)}.project-detail-card:first-child{animation-delay:.1s}.project-detail-card:nth-child(2){animation-delay:.2s}.project-detail-card:nth-child(3){animation-delay:.3s}.project-detail-card:nth-child(4){animation-delay:.4s}.project-detail-card:nth-child(5){animation-delay:.5s}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sidebar-card{animation:sidebarFadeIn .5s ease forwards;animation-delay:.3s;opacity:0;transform:translateX(20px)}@keyframes sidebarFadeIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.chat-modal{animation:modalSlideIn .3s ease forwards}.chat-modal.closing{animation:modalSlideOut .3s ease forwards}@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)}}.formatted-text{word-wrap:break-word;line-height:1.6;white-space:pre-wrap}.category-filter{border-bottom:1px solid #333;display:flex;flex-wrap:wrap;gap:12px;margin-bottom:30px;padding:10px 0}.filter-btn{background:#1a1a1a;border:1px solid #333;border-radius:30px;color:#ccc;cursor:pointer;font-family:PT Mono,monospace;font-size:14px;font-weight:500;padding:8px 24px;transition:all .3s ease}.filter-btn:hover{color:#fff;transform:translateY(-2px)}.filter-btn.active,.filter-btn:hover{background:#2a2a2a;border-color:#4dabf7}.filter-btn.active:hover{border-color:#74c0fc;transform:translateY(-2px)}.projects-header{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem}.projects-count{background:#1a1a1a;border:1px solid #333;border-radius:20px;color:#888;font-size:.9rem;padding:4px 12px}.project-title-link{display:block;text-decoration:none}.project-title-link:hover .project-title{color:#4dabf7}.project-title{color:#fff;font-size:1.2rem;font-weight:600;margin:0 0 10px;transition:color .3s ease}.project-hero-meta{display:flex;flex-wrap:wrap;gap:15px;justify-content:flex-start;margin-top:15px}.project-hero-status{display:inline-block;font-weight:600}.project-hero-category,.project-hero-status{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:30px;font-size:.85rem;padding:.5rem 1.5rem}.project-hero-category{background:#4dabf733;border:1px solid #4dabf74d;color:#4dabf7;font-weight:500}.project-hero-no-image{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border-radius:20px;padding:4rem 2rem;text-align:center}.project-hero-no-image .project-hero-meta{justify-content:center}