:root{--orange:#f97316;--orange-dark:#ea580c;--orange-light:#fff7ed;--orange-soft:#ffedd5;--orange-mid:#fb923c;--green:#22c55e;--green-dark:#16a34a;--pink:#ec4899;--red:#ef4444;--text:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#f3f4f6;--bg:#fffbf7;--white:#fff;--shadow:0 4px 20px #f9731614;--shadow-md:0 8px 30px #f973161f;--radius:16px;--radius-sm:12px;--radius-full:9999px;--nav-height:72px;--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}html,body,#root{width:100%;height:100dvh;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}button,input,select,textarea{font-family:inherit;font-size:inherit;background:0 0;border:none;outline:none}button{cursor:pointer}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.app-shell{background:var(--bg);justify-content:center;align-items:stretch;width:100%;height:100dvh;min-height:100%;display:flex}.app-frame{background:var(--bg);flex-direction:column;width:100%;max-width:100%;height:100%;max-height:none;display:flex;position:relative;overflow:hidden}@media (width>=900px) and (height>=700px){.app-shell{background:linear-gradient(145deg,#fff7ed 0%,#ffedd5 40%,#fed7aa 100%);align-items:center}.app-frame{border:8px solid #1f2937;border-radius:32px;max-width:430px;max-height:min(900px,95vh);box-shadow:0 25px 80px #00000026}}.app-content{-webkit-overflow-scrolling:touch;padding-bottom:calc(var(--nav-height) + var(--safe-bottom) + 8px);scroll-behavior:smooth;flex:1;width:100%;max-width:100%;overflow:hidden auto}.app-content.no-nav{padding-bottom:0}.app-content::-webkit-scrollbar{width:0;display:none}h1{font-size:1.75rem;font-weight:800;line-height:1.25}h2{font-size:1.25rem;font-weight:700;line-height:1.3}h3{font-size:1.05rem;font-weight:600;line-height:1.35}p{line-height:1.5}.btn{border-radius:var(--radius-full);border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:.95rem;font-weight:600;transition:all .2s;display:inline-flex}.btn:active{transform:scale(.98)}.btn-primary{background:var(--orange);color:#fff;box-shadow:0 4px 14px #f9731659}.btn-primary:hover{background:var(--orange-dark)}.btn-secondary{background:var(--orange-light);color:var(--orange)}.btn-green{background:var(--green);color:#fff;box-shadow:0 4px 14px #22c55e4d}.btn-outline{color:var(--orange);border:2px solid var(--orange);background:0 0}.btn-ghost{color:var(--text-secondary);background:0 0}.btn-sm{width:auto;padding:8px 16px;font-size:.85rem}.btn-icon{width:40px;height:40px;box-shadow:var(--shadow);color:var(--text);background:#fff;border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.form-group{margin-bottom:16px}.form-label{color:var(--text);margin-bottom:8px;font-size:.85rem;font-weight:600;display:block}.form-input,.form-select,.form-textarea{border-radius:var(--radius-sm);width:100%;color:var(--text);background:#fff;border:1.5px solid #e5e7eb;padding:14px 16px;font-size:.95rem;transition:border-color .2s}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px #f973161a}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:100px}.form-select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239CA3AF' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:40px}.card{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;overflow:hidden}.badge{border-radius:var(--radius-full);align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.badge-lost{color:#dc2626;background:#fee2e2}.badge-found,.badge-active{color:#059669;background:#d1fae5}.badge-dog{color:#c2410c;background:#ffedd5}.badge-cat{color:#be185d;background:#fce7f3}.badge-pending{color:#d97706;background:#fef3c7}.badge-progress{color:#2563eb;background:#dbeafe}.badge-done{color:#059669;background:#d1fae5}.page-header{background:linear-gradient(135deg, var(--orange) 0%, var(--orange-mid) 100%);color:#fff;z-index:50;padding:16px 20px 20px;position:sticky;top:0}.page-header-row{align-items:center;gap:12px;display:flex}.page-header h1{flex:1;font-size:1.15rem;font-weight:700}.page-header .back-btn{color:#fff;background:#fff3;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.page-header p{opacity:.9;margin-top:8px;padding-left:48px;font-size:.8rem}.bottom-nav{height:calc(var(--nav-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);border-top:1px solid var(--border);z-index:100;background:#fff;justify-content:space-around;align-items:flex-start;padding-top:8px;display:flex;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000000a}.nav-item{color:var(--text-muted);flex-direction:column;align-items:center;gap:4px;padding:4px 12px;font-size:.7rem;font-weight:500;transition:color .2s;display:flex;position:relative}.nav-item.active{color:var(--orange)}.nav-item.active:after{content:"";background:var(--orange);border-radius:2px;width:24px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.nav-item .nav-icon{width:24px;height:24px}.search-bar{background:#fff;gap:8px;padding:12px 16px;display:flex}.search-input-wrap{border-radius:var(--radius-full);background:#f9fafb;border:1.5px solid #e5e7eb;flex:1;align-items:center;gap:8px;padding:10px 16px;display:flex}.search-input-wrap input{color:var(--text);background:0 0;flex:1;font-size:.9rem}.search-input-wrap input::placeholder{color:var(--text-muted)}.filter-btn{border-radius:var(--radius-full);color:var(--text-secondary);white-space:nowrap;background:#f9fafb;border:1.5px solid #e5e7eb;align-items:center;gap:6px;padding:10px 16px;font-size:.85rem;font-weight:500;display:flex}.tabs{box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#fff;gap:8px;width:100%;max-width:100%;padding:0 16px 12px;display:flex;overflow:auto hidden}.tabs::-webkit-scrollbar{width:0;height:0;display:none}.tab{border-radius:var(--radius-full);color:var(--text-secondary);white-space:nowrap;background:#f3f4f6;flex:none;max-width:100%;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.tab.active{background:var(--orange);color:#fff}.toast{background:var(--text);color:#fff;border-radius:var(--radius-full);z-index:1000;white-space:nowrap;max-width:90%;padding:12px 24px;font-size:.9rem;font-weight:500;animation:.3s toastIn,.3s 2.2s forwards toastOut;position:absolute;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 30px #0003}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(-20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes toastOut{0%{opacity:1}to{opacity:0}}.modal-overlay{z-index:200;background:#0006;align-items:flex-end;animation:.2s fadeIn;display:flex;position:absolute;inset:0}.modal-sheet{z-index:201;width:100%;max-height:90%;padding-bottom:calc(var(--safe-bottom) + 16px);pointer-events:auto;background:#fff;border-radius:24px 24px 0 0;animation:.3s slideUp;position:relative;overflow-y:auto;box-shadow:0 -8px 40px #0000001f}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:48px 24px;display:flex}.empty-state .empty-icon{margin-bottom:12px;font-size:3rem}.empty-state p{margin-top:4px;font-size:.9rem}.progress-bar{background:#f3f4f6;border-radius:4px;height:8px;overflow:hidden}.progress-fill{background:linear-gradient(90deg, var(--orange), var(--orange-mid));border-radius:4px;height:100%;transition:width .5s}.toggle{cursor:pointer;background:#e5e7eb;border-radius:14px;flex-shrink:0;width:48px;height:28px;transition:background .2s;position:relative}.toggle.on{background:var(--orange)}.toggle:after{content:"";background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .2s;position:absolute;top:3px;left:3px;box-shadow:0 1px 3px #0003}.toggle.on:after{transform:translate(20px)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.p-4{padding:16px}.px-4{padding-left:16px;padding-right:16px}.py-3{padding-top:12px;padding-bottom:12px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.text-sm{font-size:.85rem}.text-xs{font-size:.75rem}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-orange{color:var(--orange)}.font-semibold{font-weight:600}.font-bold{font-weight:700}.w-full{width:100%}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.heart-btn{transition:transform .2s}.heart-btn.liked{color:var(--pink);animation:.3s heartPop}@keyframes heartPop{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.upload-zone{border-radius:var(--radius);text-align:center;cursor:pointer;box-sizing:border-box;background:#fafafa;border:2px dashed #e5e7eb;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:32px 16px;transition:all .2s;display:flex}.upload-zone:hover{border-color:var(--orange);background:var(--orange-light)}.upload-zone.has-image{border-style:solid;padding:0;display:block;overflow:hidden}.upload-zone img{object-fit:cover;width:100%;height:180px}.upload-zone svg{margin:0 auto 8px;display:block}.splash{z-index:999;background:#fff;flex-direction:column;justify-content:center;align-items:center;animation:.45s 1.55s forwards fadeOut;display:flex;position:absolute;inset:0}@keyframes fadeOut{to{opacity:0;pointer-events:none;visibility:hidden}}.splash-logo{animation:.6s bounceIn}@keyframes bounceIn{0%{opacity:0;transform:scale(.5)}60%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.pet-grid{grid-template-columns:1fr 1fr;gap:12px;padding:16px;display:grid}.pet-card{border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;background:#fff;transition:transform .2s,box-shadow .2s;overflow:hidden}.pet-card:active{transform:scale(.97)}.pet-card-img{object-fit:cover;background:var(--orange-soft);width:100%;height:140px}.pet-card-body{padding:10px 12px 14px}.pet-card-name{margin-bottom:2px;font-size:.95rem;font-weight:700}.pet-card-meta{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.list-card{border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;background:#fff;gap:12px;padding:12px;transition:transform .2s;display:flex}.list-card:active{transform:scale(.98)}.list-card-img{border-radius:var(--radius-sm);object-fit:cover;background:var(--orange-soft);flex-shrink:0;width:88px;height:88px}.list-card-body{flex-direction:column;flex:1;justify-content:center;min-width:0;display:flex}.detail-hero{object-fit:cover;background:var(--orange-soft);width:100%;height:280px}.detail-body{background:var(--bg);border-radius:24px 24px 0 0;margin-top:-24px;padding:20px;position:relative}.detail-actions{border-top:1px solid var(--border);background:#fff;gap:10px;padding:16px;display:flex;position:sticky;bottom:0}.stats-row{border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;display:flex;overflow:hidden}.stat-item{flex-direction:column;flex:1;align-items:center;gap:4px;padding:14px 8px;display:flex}.stat-item+.stat-item{border-left:1px solid var(--border)}.stat-value{color:var(--orange);font-size:1.25rem;font-weight:800}.stat-label{color:var(--text-secondary);text-align:center;font-size:.7rem}.action-list{flex-direction:column;gap:12px;display:flex}.action-card{border-radius:var(--radius);box-shadow:var(--shadow);cursor:pointer;background:#fff;align-items:center;gap:14px;padding:16px;transition:all .2s;display:flex}.action-card:active{box-shadow:var(--shadow-md);transform:scale(.98)}.action-icon{background:var(--orange);color:#fff;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.action-text{flex:1;min-width:0}.action-text h3{margin-bottom:2px;font-size:.95rem}.action-text p{color:var(--text-secondary);font-size:.8rem;line-height:1.35}.action-arrow{color:var(--text-muted);flex-shrink:0}.login-page{background:#fff;flex-direction:column;min-height:100%;display:flex}.login-hero{background:linear-gradient(160deg, var(--orange-light) 0%, white 100%);text-align:center;padding:48px 24px 32px}.login-form{flex:1;padding:8px 24px 32px}.social-btn{border-radius:var(--radius-full);background:#fff;border:1.5px solid #e5e7eb;justify-content:center;align-items:center;gap:10px;width:100%;margin-bottom:10px;padding:14px;font-size:.9rem;font-weight:500;transition:background .2s;display:flex}.social-btn:active{background:#f9fafb}.divider{color:var(--text-muted);align-items:center;gap:16px;margin:20px 0;font-size:.85rem;display:flex}.divider:before,.divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.profile-avatar{background:var(--orange-soft);border:3px solid var(--orange);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;display:flex}.menu-item{border-bottom:1px solid var(--border);cursor:pointer;background:#fff;align-items:center;gap:14px;padding:16px;display:flex}.menu-item:active{background:#f9fafb}.menu-item-icon{background:var(--orange-light);width:40px;height:40px;color:var(--orange);border-radius:10px;justify-content:center;align-items:center;display:flex}.amount-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.amount-btn{border-radius:var(--radius-sm);color:var(--text);text-align:center;border:2px solid #e5e7eb;padding:14px;font-size:1rem;font-weight:700;transition:all .2s}.amount-btn.selected{border-color:var(--orange);background:var(--orange-light);color:var(--orange)}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb 50%,#f3f4f6 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite shimmer}
