*{-webkit-tap-highlight-color:transparent}html{scroll-behavior:smooth}body{margin:0;background:linear-gradient(180deg,#fff8f3,#fff 280px);min-height:100vh;padding-bottom:env(safe-area-inset-bottom,0)}body,button,input,textarea{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang TC,Microsoft JhengHei,Noto Sans CJK TC,Helvetica Neue,Arial,sans-serif}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}@keyframes pop{0%{transform:scale(1)}35%{transform:scale(1.35)}60%{transform:scale(.92)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-240px 0}to{background-position:240px 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes wiggle{0%,to{transform:rotate(0deg)}25%{transform:rotate(-8deg)}75%{transform:rotate(8deg)}}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.fade-in{animation:fadeIn .4s ease-out both}.fade-in-up{animation:fadeInUp .5s ease-out both}.scale-in{animation:scaleIn .35s ease-out both}.stagger>*{opacity:0;animation:fadeInUp .5s ease-out forwards}.stagger>:first-child{animation-delay:0s}.stagger>:nth-child(2){animation-delay:.05s}.stagger>:nth-child(3){animation-delay:.1s}.stagger>:nth-child(4){animation-delay:.15s}.stagger>:nth-child(5){animation-delay:.2s}.stagger>:nth-child(6){animation-delay:.25s}.stagger>:nth-child(7){animation-delay:.3s}.stagger>:nth-child(8){animation-delay:.35s}.stagger>:nth-child(n+9){animation-delay:.4s}.place-card{transition:transform .25s ease,box-shadow .25s ease;cursor:pointer;overflow:hidden;border-radius:12px}.place-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(255,126,61,.18),0 4px 8px rgba(0,0,0,.06)}.place-card .place-cover{transition:transform .4s ease;overflow:hidden}.place-card:hover .place-cover img,.place-card:hover .place-cover-bg{transform:scale(1.06)}.category-card{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;border-radius:16px}.category-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 36px rgba(255,126,61,.2)}.category-card:hover .category-emoji{animation:wiggle .6s ease-in-out}.category-emoji{display:inline-block;transition:transform .2s ease}.home-hero{background:linear-gradient(135deg,#ff7e3d,#ff9b6e 50%,#ffb89a);background-size:200% 200%;animation:gradient 12s ease infinite;color:#fff;padding:32px 24px;border-radius:16px;position:relative;overflow:hidden}.home-hero:before{content:"🐾";position:absolute;font-size:200px;right:-40px;top:-40px;opacity:.12;transform:rotate(-12deg);pointer-events:none}.home-hero h1,.home-hero h2{color:#fff!important;margin:0!important}.home-hero .ant-typography-secondary{color:hsla(0,0%,100%,.85)!important}.home-hero .floating-paw{display:inline-block;animation:float 3s ease-in-out infinite}.heart-pop{animation:pop .4s ease-out}.shimmer{background:linear-gradient(90deg,#f5f5f5 25%,#ececec 50%,#f5f5f5 75%);background-size:480px 100%;animation:shimmer 1.4s linear infinite;border-radius:8px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.96);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid #eee;display:none;justify-content:space-around;align-items:center;padding:8px 0 calc(8px + env(safe-area-inset-bottom, 0));z-index:100;animation:fadeInUp .3s ease-out}.bottom-nav a{display:flex;flex-direction:column;align-items:center;gap:2px;text-decoration:none;color:#999;font-size:11px;padding:6px 12px;transition:color .2s ease,transform .2s ease;min-width:56px}.bottom-nav a.active,.bottom-nav a:hover{color:#ff7e3d}.bottom-nav a:active{transform:scale(.92)}.bottom-nav .icon{font-size:22px;line-height:1}@media (max-width:768px){.bottom-nav{display:flex}body{padding-bottom:calc(64px + env(safe-area-inset-bottom, 0))}}.fab{position:fixed;right:16px;bottom:calc(80px + env(safe-area-inset-bottom, 0));width:56px;height:56px;border-radius:28px;background:linear-gradient(135deg,#ff7e3d,#ff9b6e);color:#fff;font-size:28px;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px rgba(255,126,61,.4);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:99;border:none;text-decoration:none}.fab:hover{transform:translateY(-2px) scale(1.05);box-shadow:0 10px 24px rgba(255,126,61,.5)}.fab:active{transform:scale(.95)}@media (min-width:769px){.fab{bottom:24px}}.ant-card{transition:box-shadow .2s ease}.ant-btn-primary{box-shadow:0 4px 12px rgba(255,126,61,.25)}.ant-btn-primary:hover{box-shadow:0 6px 16px rgba(255,126,61,.35)}.ant-tag{border-radius:4px}a{color:inherit}img{background-color:#fafafa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bbb}