.home-container{min-height:100vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;padding:1rem 2rem 2rem;text-align:center;width:100%;box-sizing:border-box}.home-title{font-size:clamp(1.8rem,5vw,2.5rem);font-weight:800;color:var(--ink-bright);margin-bottom:.5rem;letter-spacing:-.02em;text-align:center}.home-subtitle{font-size:.95rem;color:var(--ink-muted);margin-bottom:2.5rem;max-width:450px;line-height:1.5;text-align:center}.home-section{width:100%;max-width:600px;margin:0 auto 2rem}.home-section-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--ink-muted);margin-bottom:1rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:1rem}.home-section-title:before,.home-section-title:after{content:"";height:1px;width:40px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15))}.home-section-title:after{background:linear-gradient(90deg,rgba(255,255,255,.15),transparent)}.home-buttons.primary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;width:100%}.home-buttons.primary-grid .home-btn:first-child{grid-column:1 / -1}.home-buttons.secondary-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%}.home-buttons.secondary-grid .home-btn:last-child:nth-child(odd){grid-column:1 / -1}@media (max-width: 500px){.home-buttons.primary-grid,.home-buttons.secondary-grid{grid-template-columns:1fr}.home-buttons.primary-grid .home-btn:first-child,.home-buttons.secondary-grid .home-btn:last-child:nth-child(odd){grid-column:auto}}.home-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;border-radius:14px;text-decoration:none;font-weight:500;transition:all .2s ease;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,#ffffff0a,#ffffff03);position:relative;overflow:hidden;text-align:center;min-height:100px}.home-btn:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:currentColor;opacity:.5;transition:opacity .2s ease}.home-btn:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at center,currentColor 0%,transparent 70%);opacity:0;transition:opacity .3s ease}.home-btn:hover{background:linear-gradient(180deg,#ffffff0f,#ffffff05);border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.home-btn:hover:before{opacity:1}.home-btn:hover:after{opacity:.05}.home-btn:active{transform:translateY(0);box-shadow:0 2px 8px #0003}.home-btn-icon{font-size:1.5rem;font-weight:300;opacity:.6;margin-bottom:.5rem;line-height:1}.home-btn-text{font-size:1rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.25rem;position:relative;z-index:1}.home-btn-desc{font-size:.75rem;font-weight:400;opacity:.55;line-height:1.4;text-align:center;position:relative;z-index:1}.home-buttons.primary-grid .home-btn:first-child{padding:2rem 1.5rem;min-height:120px;background:linear-gradient(135deg,#ff9b6b14,#ff9b6b05);border-color:#ff9b6b33}.home-buttons.primary-grid .home-btn:first-child .home-btn-icon{font-size:2rem}.home-buttons.primary-grid .home-btn:first-child .home-btn-text{font-size:1.15rem}.home-buttons.secondary-grid .home-btn{padding:1.25rem 1rem;min-height:85px}.home-buttons.secondary-grid .home-btn-text{font-size:.9rem}.home-buttons.secondary-grid .home-btn-desc{font-size:.7rem}.btn-log{color:#ff9b6b}.btn-monitor-live{color:#22c55e}.btn-charts{color:#6bc3e6}.btn-troubleshoot{color:#b89de6}.btn-conditions{color:#8bc363}.btn-planner{color:#f4c373}.btn-fuel{color:#e6a86b}.btn-analysis{color:#f48bb1}.btn-debrief{color:#9ca3af}.btn-gps{color:#6bc3e6}.btn-practice{color:#22c55e}.home-warning{margin-top:2rem;font-size:.75rem;color:var(--ink-muted);opacity:.6;text-align:center}.home-tag{display:inline-block;padding:.35rem .85rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;background:linear-gradient(135deg,#fef1001a,#fef1000d);border:1px solid rgba(254,241,0,.2);color:var(--catlap-yellow);margin-bottom:1rem}.user-header{width:100%;max-width:600px;margin:0 auto 1.5rem}
