.home-container{max-width:1200px;margin:0 auto}.page-header{margin-bottom:32px}.page-header h1,.page-header h2{background:linear-gradient(90deg,#fff,#94a3b8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:6px}.page-header p{color:var(--text-secondary);font-size:.95rem}.portal-section{align-items:stretch;gap:20px;margin-bottom:48px;display:flex}.shortcuts-list{flex-direction:column;flex-shrink:0;gap:16px;width:90px;display:flex}.shortcut-card{cursor:pointer;border-radius:12px;flex:1;justify-content:center;align-items:center;width:90px;min-height:80px;padding:14px;transition:transform .22s,border-color .22s,box-shadow .22s;display:flex}.shortcut-card:hover{border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.shortcut-logo-img,.shortcut-logo-svg{object-fit:contain;width:100%;max-width:50px;height:100%;max-height:50px;transition:transform .6s cubic-bezier(.4,0,.2,1)}.shortcut-card:hover .shortcut-logo-img,.shortcut-card:hover .shortcut-logo-svg{transform:rotate(360deg)}.services-grid{flex:1;grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.services-grid>.service-card:nth-child(odd):last-child{grid-column:span 2}.service-card{color:inherit;flex-direction:column;padding:0;text-decoration:none;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;overflow:hidden}.service-card:hover{border-color:#ffffff2e;transform:translateY(-4px);box-shadow:0 12px 36px #00000080}.service-logo-zone{border-bottom:1px solid var(--border);background:#00000059;justify-content:center;align-items:center;width:100%;height:110px;display:flex;overflow:hidden}.service-logo-img{object-fit:contain;filter:drop-shadow(0 2px 6px #00000080);max-width:70%;max-height:80px;transition:transform .22s}.service-logo-fallback{background:linear-gradient(135deg, var(--accent) 0%, #8b5cf699 100%);color:#fff;text-shadow:0 2px 4px #0003;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.6rem;font-weight:700;display:flex;box-shadow:0 4px 15px #0000004d}.service-card:hover .service-logo-img{transform:scale(1.05)}.service-body{flex-direction:column;gap:6px;padding:16px 20px 18px;display:flex}.service-name-row{justify-content:space-between;align-items:center;display:flex}.service-name{color:var(--text-primary);font-size:1rem;font-weight:600;transition:color .2s}.service-card:hover .service-name{color:var(--accent)}.service-external-icon{color:var(--text-secondary);opacity:0;transition:opacity .2s}.service-card:hover .service-external-icon{opacity:1;color:var(--accent)}.service-desc{color:var(--text-secondary);margin:0;font-size:.85rem}.service-status-row{margin-top:4px}.service-status-badge{letter-spacing:.04em;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:.75rem;font-weight:700;display:inline-flex}.service-status-badge.up{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.service-status-badge.down{color:#ef4444;background:#ef444426;border:1px solid #ef44444d}.service-status-badge.checking{color:var(--text-secondary);background:#94a3b81a;border:1px solid #94a3b833}.home-todos-section{margin-top:8px}@media (max-width:992px){.portal-section{flex-direction:column}.shortcuts-list{flex-direction:row;width:100%;height:auto}.shortcut-card{flex:1;height:90px}}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.services-grid>.service-card:nth-child(odd):last-child{grid-column:span 1}}.page-notification-badge{text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);-webkit-text-fill-color:initial;border:1px solid #0000;border-radius:20px;align-items:center;gap:8px;margin-left:14px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.page-notification-badge.danger{color:#ef4444;background:#ef44441f;border-color:#ef444440;box-shadow:0 0 15px #ef44441a}.page-notification-badge.warning{color:#f59e0b;background:#f59e0b1f;border-color:#f59e0b40;box-shadow:0 0 15px #f59e0b1a}.pulse-dot{border-radius:50%;width:7px;height:7px;display:inline-block}.page-notification-badge.danger .pulse-dot{background:#ef4444;animation:2s infinite pulse-red-badge;box-shadow:0 0 #ef444499}.page-notification-badge.warning .pulse-dot{background:#f59e0b;animation:2s infinite pulse-orange-badge;box-shadow:0 0 #f59e0b99}@keyframes pulse-red-badge{0%{transform:scale(.95);box-shadow:0 0 #ef444480}70%{transform:scale(1);box-shadow:0 0 0 6px #ef444400}to{transform:scale(.95);box-shadow:0 0 #ef444400}}@keyframes pulse-orange-badge{0%{transform:scale(.95);box-shadow:0 0 #f59e0b80}70%{transform:scale(1);box-shadow:0 0 0 6px #f59e0b00}to{transform:scale(.95);box-shadow:0 0 #f59e0b00}}
