@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&family=Montserrat:wght@600&display=swap);body{font-family:'Noto Sans TC',sans-serif;background:linear-gradient(135deg,#fffbfa 0,#f0f9ff 100%);margin:0;height:100vh;overflow:hidden;display:flex;flex-direction:column}.brand-font{font-family:Montserrat,sans-serif}.animation-container{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center}.house-svg{width:110px;height:110px;fill:none;stroke:#FF7E5F;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:500;stroke-dashoffset:500;filter:drop-shadow(0 0 8px rgba(255, 126, 95, .3));animation:draw 3.5s cubic-bezier(.4,0,.2,1) infinite alternate}@keyframes draw{0%{stroke-dashoffset:500;stroke:#FF7E5F;opacity:.4;transform:scale(.95)}50%{stroke:#00B4D8}100%{stroke-dashoffset:0;stroke:#00B4D8;opacity:1;transform:scale(1.05)}}.loading-text{margin-top:32px;color:#2d3436;font-size:1.25rem;letter-spacing:.3rem;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.05)}.sub-text{margin-top:10px;color:#00b4d8;font-size:.75rem;letter-spacing:.2rem;font-weight:600;text-transform:uppercase;animation:bouncePulse 2s ease-in-out infinite}@keyframes bouncePulse{0%,100%{opacity:.6;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.btn-vibrant{background:linear-gradient(45deg,#ff7e5f,#feb47b);box-shadow:0 4px 15px rgba(255,126,95,.2);transition:all .3s ease}.btn-vibrant:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 6px 20px rgba(255,126,95,.4);filter:brightness(1.1)}