.skills-container{display:flex;flex-direction:column;gap:2rem}.skill-card{min-height:100px;position:relative;transform:translateY(0);animation:fadeInUp .5s ease forwards}.category-divider{height:1px;width:30%;margin:0 auto;background:linear-gradient(to right,#6b7280,#9ca3af);border:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.gradient-cyan-blue{background:linear-gradient(to right,#06b6d4,#3b82f6)}.gradient-blue{background:linear-gradient(to right,#3b82f6,#60a5fa)}.gradient-yellow{background:linear-gradient(to right,#facc15,#fde047)}.gradient-blue-light{background:linear-gradient(to right,#2563eb,#60a5fa)}.gradient-green{background:linear-gradient(to right,#16a34a,#86efac)}.gradient-dark-blue{background:linear-gradient(to right,#1e3a8a,#2563eb)}.gradient-red{background:linear-gradient(to right,#dc2626,#f87171)}.gradient-light-blue{background:linear-gradient(to right,#60a5fa,#bfdbfe)}.gradient-gray{background:linear-gradient(to right,#374151,#9ca3af)}.gradient-indigo-pink{background:linear-gradient(to right,#6366f1,#ec4899)}.gradient-orange{background:linear-gradient(to right,#f97316,#fbbf24)}.gradient-green-lime{background:linear-gradient(to right,#22c55e,#a3e635)}.gradient-red-pink{background:linear-gradient(to right,#ef4444,#ec4899)}.gradient-dark-gray{background:linear-gradient(to right,#1f2937,#6b7280)}.gradient-light-gray{background:linear-gradient(to right,#aaf2c1,#16f47d)}.gradient-purple{background:linear-gradient(to right,#9333ea,#c084fc)}h4{font-family:Inter,sans-serif}.text-sm{font-size:.875rem}.projects-container{padding:1rem 1rem 3rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.project-card{background:#1f1f1f;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.project-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #0000001f}.project-image{width:100%;height:140px;-o-object-fit:cover;object-fit:cover}.project-info{padding:.85rem}.project-title{font-size:1.1rem;font-weight:700;margin-bottom:.35rem;color:#fff}.project-description{font-size:.9rem;margin-bottom:.75rem;color:#bbb}.tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#2a2a2a;color:#fff;padding:.3rem .6rem;border-radius:4px;font-size:.8rem}.project-links{display:flex;gap:.5rem;margin-top:.5rem}.project-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#4a90e2;color:#fff;border-radius:50%;transition:background .3s ease;text-decoration:none}.project-icon:hover{background:#3c78c0}.details-button{margin:.6rem 1rem 1rem;padding:.45rem .8rem;border:1px solid rgba(74,144,226,.18);background:transparent;color:#4a90e2;cursor:pointer;font-weight:600;border-radius:6px}.details-inline{position:relative;right:0;top:0;height:auto;width:100%;z-index:50;display:flex;flex-direction:column;overflow-y:auto}.landing-top-right{position:absolute;right:.6rem;top:.6rem;z-index:60;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:#00000073;border-radius:8px;padding:6px;text-decoration:none}.landing-top-right img{display:block;width:18px;height:18px}.landing-top-right:hover{background:#0009}.panel-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.back-button{background:transparent;border:none;color:#4a90e2;font-weight:700;font-size:3rem;cursor:pointer}@media (max-width:600px){.details-inline{position:relative;width:100%;height:auto;padding:0;box-shadow:none;border-radius:inherit;overflow:visible;z-index:50}.panel-header{position:sticky;top:0;z-index:55;background:#0f0f0f;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.06)}.panel-header h3{margin:0;flex:1;text-align:center;font-size:1rem;color:#fff}.back-button{font-size:1.05rem}}.tweet-view{padding:.5rem 1rem 1.25rem;color:#fff}.tweet-user{display:flex;gap:.75rem;align-items:center;padding:.5rem 0}.avatar{width:48px;height:48px;border-radius:999px;-o-object-fit:cover;object-fit:cover;background:#222;flex-shrink:0}.user-info .name{font-weight:700;color:#fff}.user-info .handle{font-size:.85rem;color:#9aa0a6;margin-top:2px}.tweet-content p{font-size:.96rem;line-height:1.5;margin:.5rem 0 .75rem;color:#e6e6e6;white-space:pre-wrap}.media-card{position:relative;margin-top:.5rem;border-radius:12px;overflow:hidden}.media-image{width:100%;height:auto;display:block;max-height:320px;-o-object-fit:cover;object-fit:cover}.media-caption{position:absolute;left:.6rem;bottom:.6rem;background:#0009;color:#fff;padding:.35rem .6rem;border-radius:6px;font-size:.9rem}.meta-row .timestamp{color:#9aa0a6;font-size:.85rem;margin:.75rem 0}.stats-row{display:flex;gap:1.25rem;color:#9aa0a6;padding:.5rem 0 1rem;border-bottom:1px solid rgba(255,255,255,.03)}.stats-row .stat strong{color:#fff;margin-right:.35rem}.tweet-actions{display:flex;gap:.5rem;padding:.6rem .9rem;align-items:center;justify-content:space-between;border-top:1px solid rgba(255,255,255,.02)}.action{display:inline-flex;gap:.5rem;align-items:center;background:transparent;border:none;color:#9aa0a6;cursor:pointer;font-size:.95rem;padding:.35rem .6rem}.action svg{display:block}.action span{font-size:.95rem;color:#9aa0a6}.share{color:#9aa0a6;display:inline-flex;align-items:center}.more-button{background:transparent;border:none;color:#fff;cursor:pointer}@media (max-width: 900px){.projects-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem}.project-image{height:130px}}@media (max-width: 600px){.projects-container{padding:.5rem}.projects-grid{grid-template-columns:1fr;gap:.6rem}.project-card{border-radius:6px}.project-image{height:110px}.project-info{padding:.65rem}.project-title{font-size:1rem}.project-description{font-size:.88rem}.details-button{margin:.5rem .6rem .75rem;padding:.4rem .7rem}}@media (max-width: 768px){.container.svelte-15hhhyb{max-width:100%}.global-padding.svelte-15hhhyb{padding-left:20px!important;padding-right:20px!important}.max-w-4xl.svelte-15hhhyb{max-width:100%}.h-48.svelte-15hhhyb{height:auto}h5.svelte-15hhhyb{font-size:1.5rem}p.svelte-15hhhyb,.linkedin-text.svelte-15hhhyb{font-size:1.1rem}}
