:root{--lustech-accent:#0099cc;--lustech-accent-dark:#007aa3;--lustech-accent-light:#00bfff;--lustech-bg:#ffffff;--lustech-surface:#f5f5f5;--lustech-surface-elevated:#ebebeb;--lustech-border:#dddddd;--lustech-text:#1a1a1a}.dark{--lustech-accent:#00bfff;--lustech-accent-dark:#0099cc;--lustech-accent-light:#00d4ff;--lustech-bg:#1a1a1a;--lustech-surface:#2a2a2a;--lustech-surface-elevated:#333333;--lustech-border:#3a3a3a;--lustech-text:#f0f0f0}a{color:var(--lustech-accent);transition:color .3s ease}a:hover{color:var(--lustech-accent-dark)}.home-cta-pair{margin:2.5rem auto 0;width:100%;max-width:760px;display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:0 1rem}@media(max-width:768px){.home-cta-pair{grid-template-columns:1fr}}.home-card{text-align:center}.home-card-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;opacity:.55;margin-bottom:.6rem}.home-card-link{display:block;height:100%;padding:1.1rem 1.4rem;border:1px solid var(--lustech-border);border-radius:8px;text-decoration:none!important;text-align:left;transition:border-color .2s ease,transform .2s ease}.home-card-link:hover{border-color:var(--lustech-accent);transform:translateY(-2px)}.home-card--hire .home-card-link{border-color:rgba(0,191,255,.55)}.home-card-stack{display:flex;flex-direction:column;gap:.6rem}.home-card-title{display:block;font-size:1.05rem;font-weight:700;margin-bottom:.35rem}.home-card-body{display:block;font-size:.9rem;line-height:1.5;opacity:.7;margin-bottom:.6rem}.home-card-cta{display:inline-block;font-size:.85rem;font-weight:600;color:var(--lustech-accent)}.tech-stack{margin-top:3rem;margin-bottom:2rem;padding:0 1rem}.tech-stack h2{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:600}.tech-stack-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1.5rem;max-width:800px;margin:0 auto;justify-items:center}.tech-stack-item{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;border-radius:.75rem;background-color:var(--lustech-surface);border:1px solid var(--lustech-border);transition:all .3s ease;min-height:100px;width:100%;max-width:120px;box-shadow:0 2px 8px rgba(0,0,0,.3)}.tech-stack-item:hover{transform:translateY(-8px);background-color:var(--lustech-surface-elevated);border-color:var(--lustech-accent);box-shadow:0 8px 25px rgba(0,191,255,.2)}.tech-stack-item img{width:48px;height:48px;object-fit:contain}.tech-stack-item span{font-size:.875rem;font-weight:500;text-align:center;line-height:1.2}@media(max-width:768px){.tech-stack-items{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem}.tech-stack-item{max-width:100px;min-height:90px}.tech-stack-item img{width:40px;height:40px}}@media(max-width:480px){.tech-stack-items{grid-template-columns:repeat(4,1fr);gap:.75rem}.tech-stack-item{max-width:80px;min-height:80px;padding:.75rem}.tech-stack-item img{width:32px;height:32px}.tech-stack-item span{font-size:.75rem}}.roadmap-overall{background:rgba(0,0,0,.1);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.85rem 1.1rem;margin:1.5rem 0 2rem;font-size:.95rem;text-align:center}.roadmap-plan{border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.2rem 1.4rem;margin-bottom:1rem;transition:border-color .2s ease}.roadmap-plan:hover{border-color:rgba(0,191,255,.5)}.roadmap-plan-head{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.4rem;border:none;padding:0}.roadmap-plan-head h2{margin:0;border:none;padding:0;font-size:1.2rem}.roadmap-plan-progress{font-family:var(--font-mono,monospace);font-size:.85rem;opacity:.6;white-space:nowrap}.roadmap-plan-summary{opacity:.7;font-size:.95rem;margin:.3rem 0 .85rem}.roadmap-bar{height:4px;background:rgba(255,255,255,.1);border-radius:2px;overflow:hidden;margin-bottom:.85rem}.roadmap-bar-fill{height:100%;background:var(--lustech-accent);transition:width .3s ease}.roadmap-plan-link{margin:0;font-size:.9rem}.roadmap-foot{margin-top:2rem;opacity:.6;font-size:.9rem;text-align:center}.ai-badge-wrap{width:100%;display:flex;justify-content:center;margin-bottom:.75rem}.ai-badge{position:relative;display:inline-block;text-align:center;border:1px solid;border-radius:999px;padding:.45em 1.6em;font-size:.82rem;letter-spacing:.07em;text-transform:uppercase;opacity:.55;cursor:pointer;overflow:hidden;transition:opacity .3s ease,border-color .3s ease,color .3s ease}.ai-badge::before{content:'';position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transform:skewX(-20deg);animation:ai-shimmer 3.5s ease-in-out infinite;pointer-events:none}@keyframes ai-shimmer{0%{left:-75%;opacity:0}15%{opacity:1}45%{left:125%;opacity:0}100%{left:125%;opacity:0}}.ai-badge:hover{opacity:1;border-color:var(--lustech-accent);color:var(--lustech-accent);overflow:visible}.ai-badge:hover::before{display:none}.ai-badge-hint{font-size:.7rem;opacity:.6;margin-left:.3em;display:inline-block;transition:transform .2s ease}.ai-badge:hover .ai-badge-hint{transform:rotate(45deg)}.ai-badge-popup{display:none;position:absolute;bottom:calc(100% + 10px);left:50%;transform:translateX(-50%);width:340px;max-width:90vw;background:var(--lustech-bg);border:1px solid var(--lustech-accent);border-radius:.85rem;padding:1em 1.25em;font-size:.85rem;letter-spacing:.02em;text-transform:none;line-height:1.7;color:var(--lustech-text);box-shadow:0 -4px 24px rgba(0,191,255,.12);z-index:100;white-space:normal;text-align:left}.ai-badge-popup p{margin:0}.ai-badge-popup::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:var(--lustech-accent)}.ai-badge:hover .ai-badge-popup{display:block}