.homelab-container{max-width:1200px;margin:0 auto;padding:2rem}.homelab-hero{background:linear-gradient(135deg,#2a5885 0%,#1e3c5a 100%);border-radius:12px;padding:2.5rem;margin-bottom:3rem;color:white;position:relative;overflow:hidden;box-shadow:0 8px 24px rgb(0 0 0 / 15%)}.homelab-hero h2{font-size:2.2rem;margin-bottom:1rem;font-weight:700;position:relative;z-index:2}.homelab-hero p{font-size:1.1rem;max-width:80%;margin-bottom:0;line-height:1.6;position:relative;z-index:2}.homelab-hero::after{content:"";position:absolute;top:0;right:0;width:30%;height:100%;background-image:url("../../../assets/images/app-banners/homelab-banner.svg");background-repeat:no-repeat;background-position:right center;background-size:contain;opacity:0.2;z-index:1}.homelab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;margin-bottom:2rem}.homelab-card{background-color:white;border-radius:12px;box-shadow:0 4px 12px rgb(0 0 0 / 8%);padding:1.5rem;transition:transform 0.3s,box-shadow 0.3s;height:100%;display:flex;flex-direction:column;position:relative;overflow:hidden;border-top:4px solid #2a5885}.homelab-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgb(0 0 0 / 12%)}.homelab-card h2{font-size:1.4rem;color:#2a5885;margin-bottom:1rem;padding-bottom:0.5rem;border-bottom:1px solid rgb(0 0 0 / 10%);display:flex;align-items:center;gap:0.5rem}.homelab-card p{color:#333;line-height:1.6;margin-bottom:1rem}.card-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:rgb(42 88 133 / 10%);border-radius:50%;margin-right:0.5rem}.node-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:1rem 0}.node-card{border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgb(0 0 0 / 5%);transition:transform 0.2s,box-shadow 0.2s;background-color:white;border:1px solid rgb(0 0 0 / 5%)}.node-card:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgb(0 0 0 / 10%)}.node-header{background-color:rgb(51 102 187 / 15%);color:#36b;font-weight:500;padding:0.75rem;font-size:1.1rem;text-align:center;border-bottom:1px solid rgb(51 102 187 / 20%)}.node-content{padding:1rem}.node-role{font-weight:500;margin-bottom:0.5rem;color:#333}.node-notes{font-size:0.9rem;color:#666}.table-responsive{overflow-x:auto;margin-bottom:1rem;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / 5%)}.homelab-table{width:100%;border-collapse:collapse;margin-bottom:0;color:#333;border-radius:8px;overflow:hidden}.homelab-table th,.homelab-table td{padding:1rem;text-align:left;border-bottom:1px solid rgb(0 0 0 / 5%)}.homelab-table th{background-color:#2a5885;color:white;font-weight:600;text-transform:uppercase;font-size:0.85rem;letter-spacing:0.5px}.homelab-table tbody tr:last-child td{border-bottom:none}.homelab-table tbody tr:hover{background-color:rgb(42 88 133 / 5%)}.homelab-list{margin:0;padding:0;list-style-type:none}.homelab-list li{position:relative;padding-left:1.5rem;margin-bottom:0.75rem;line-height:1.5;color:#333}.homelab-list li::before{content:"\2713";position:absolute;left:0;color:#2a5885;font-weight:700}.homelab-list ul{margin-top:0.75rem;margin-bottom:0.75rem;padding-left:1.5rem;list-style-type:none}.homelab-list ul li::before{content:"\2022"}.tech-stack{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:auto;padding-top:1rem}.tech-badge{background-color:rgb(42 88 133 / 10%);border-radius:20px;padding:0.4rem 0.8rem;font-size:0.8rem;color:#2a5885;display:inline-flex;align-items:center;border:1px solid rgb(42 88 133 / 20%);font-weight:500}.tech-badge.docker{background-color:rgb(36 150 237 / 10%);color:#2496ed;border-color:rgb(36 150 237 / 30%)}.tech-badge.fedora{background-color:rgb(51 102 187 / 10%);color:#36b;border-color:rgb(51 102 187 / 30%)}.tech-badge.portainer{background-color:rgb(19 165 142 / 10%);color:#13a58e;border-color:rgb(19 165 142 / 30%)}.tech-badge.github{background-color:rgb(36 41 47 / 10%);color:#24292f;border-color:rgb(36 41 47 / 30%)}.back-button-container{text-align:center;margin-top:3rem;margin-bottom:3rem}.btn{display:inline-block;padding:0.75rem 1.5rem;background-color:#2a5885;color:white;text-decoration:none;border-radius:30px;font-weight:500;transition:all 0.3s;box-shadow:0 4px 12px rgb(42 88 133 / 20%)}.btn:hover{background-color:#1e3c5a;transform:translateY(-2px);box-shadow:0 6px 16px rgb(42 88 133 / 30%)}@media (width <= 992px){.homelab-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.homelab-hero::after{width:20%;opacity:0.1}}@media (width <= 768px){.homelab-container{padding:1rem}.homelab-hero{padding:2rem 1.5rem}.homelab-hero h2{font-size:1.8rem}.homelab-hero p{max-width:100%;font-size:1rem}.homelab-hero::after{display:none}.homelab-grid{grid-template-columns:1fr}}