/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}.visible{visibility:visible}.flex{display:flex}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.cursor-pointer{cursor:pointer}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.text-right{text-align:right}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.focus\:ring:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}.auth-page{position:relative;min-height:100vh;font-family:Poppins,sans-serif;display:flex;flex-direction:column;background-color:#f9fafb;color:#111827}.auth-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:blur(8px);z-index:-1}.auth-main{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.auth-wrapper{background-color:#fffffff2;padding:2rem;border-radius:1rem;width:100%;max-width:400px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.auth-header h1{font-size:2.5rem;font-weight:700;color:#1d4ed8;text-align:center;margin:0}.auth-header p{margin-top:.5rem;font-size:1rem;color:#6b7280;text-align:center}.auth-toggle{display:flex;margin-top:1.5rem;border-radius:9999px;overflow:hidden;background-color:#e5e7eb}.auth-toggle button{flex:1;padding:.625rem 0;font-size:.875rem;font-weight:600;border:none;cursor:pointer;transition:all .2s;background-color:transparent;color:#6b7280}.auth-toggle button.active{background-color:#1d4ed8;color:#fff}.auth-form{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;width:100%}.auth-form input{padding:.875rem 1rem;border-radius:1rem;border:1px solid #d1d5db;outline:none;font-size:.95rem;width:100%;box-sizing:border-box}.auth-form input:disabled{background-color:#f3f4f6}.input-group{position:relative;width:100%}.input-group input{width:100%;padding-right:3.5rem;box-sizing:border-box}.input-group button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;font-size:1.1rem;line-height:1;padding:0}.auth-form button[type=submit]{background-color:#1d4ed8;color:#fff;font-weight:600;padding:.875rem;border-radius:1rem;border:none;cursor:pointer;transition:background-color .2s;width:100%}.auth-form button[type=submit]:hover{background-color:#2563eb}.auth-form button:disabled{opacity:.6;cursor:not-allowed}.auth-message{font-size:.875rem;color:#dc2626;text-align:center;margin-top:.25rem}.auth-divider{text-align:center;margin:1.5rem 0;position:relative}.auth-divider span{background-color:#fff;padding:0 .5rem;color:#6b7280;position:relative;z-index:1}.auth-divider:before{content:"";position:absolute;top:50%;left:0;width:100%;border-top:1px solid #d1d5db;transform:translateY(-50%);z-index:0}.social-buttons{display:flex;gap:1rem;margin-bottom:1rem}.social-buttons button{flex:1;padding:.75rem;border-radius:1rem;border:1px solid #d1d5db;background-color:#f9fafb;cursor:pointer;font-weight:600;transition:all .2s}.social-buttons button:hover{background-color:#e5e7eb}.auth-footer{padding:1.5rem 2rem;text-align:center;font-size:.875rem;color:#6b7280}.footer-links{display:flex;justify-content:center;align-items:center;gap:.5rem}.footer-links span{color:#9ca3af}.footer-links a{text-decoration:none;color:#6b7280}.footer-links a:hover{text-decoration:underline}.homepage{min-height:100vh;font-family:Inter,system-ui,sans-serif;display:flex;flex-direction:column;background:linear-gradient(160deg,#f0f2f5,#e0f7fa);padding-bottom:80px}.homepage-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #ddd;box-shadow:0 2px 8px #0000000d}.hamburger{font-size:1.6em;background:none;border:none;cursor:pointer;color:#374151}.logout-btn{background:#ef4444;color:#fff;border:none;padding:6px 14px;border-radius:8px;cursor:pointer;font-weight:600;transition:background .2s}.logout-btn:hover{background:#dc2626}.tabs{display:flex;background:linear-gradient(90deg,#fffc,#f0f2f5cc);border-bottom:1px solid #ddd;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tabs button{flex:1;padding:12px 0;cursor:pointer;border:none;background:none;font-weight:600;color:#555;transition:all .2s}.tabs button.active{border-bottom:3px solid #3b82f6;color:#111827}.homepage-feed{padding:12px 16px;display:flex;flex-direction:column;gap:16px;flex:1}.post-card{background:linear-gradient(145deg,#fff,#f9fafb);border-radius:16px;padding:14px 16px;box-shadow:0 6px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;position:relative}.post-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.post-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.post-header h3{margin:0;font-size:1.15rem;font-weight:600;color:#111827}.post-body{line-height:1.5;color:#555;display:flex;flex-direction:column;align-items:center;gap:8px}.post-image{width:100%;max-width:420px;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin:0 auto;display:block;box-shadow:0 4px 12px #00000014;transition:transform .2s}.post-image:hover{transform:scale(1.02)}.dog-card{display:flex;flex-direction:column;align-items:center}.bottom-nav{position:fixed;bottom:0;left:0;width:100%;background:linear-gradient(90deg,#fffc,#f0f2f5cc);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;justify-content:space-around;align-items:center;border-top:1px solid #ddd;padding:10px 0;box-shadow:0 -2px 12px #00000014;z-index:1000;border-top-left-radius:16px;border-top-right-radius:16px}.bottom-nav button{background:none;border:none;font-size:1rem;font-weight:600;cursor:pointer;color:#555;display:flex;flex-direction:column;align-items:center;gap:4px;transition:all .2s}.bottom-nav button.active{color:#3b82f6;font-weight:700}.bottom-nav button:hover{color:#1d4ed8}@media (max-width: 768px){.post-image{max-width:100%;height:auto}}@media (min-width: 640px){.homepage{padding-bottom:90px}}@media (min-width: 1024px){.post-card{max-width:700px;margin:0 auto 20px}}.homepage-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;margin:1rem;background:#ffffff40;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:1.25rem;box-shadow:0 8px 24px #00000014,0 2px 6px #ffffff1a inset;transition:background .3s ease,box-shadow .3s ease,transform .2s ease;font-family:SF Pro Display,Inter,Segoe UI,sans-serif;font-weight:600;color:#111827}.homepage-header:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000001f,0 4px 12px #ffffff1f inset}.header-greeting{font-weight:700;font-size:1.25rem;letter-spacing:.5px;color:#111827;background:linear-gradient(90deg,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header-actions{display:flex;align-items:center;gap:12px}.notifications-btn{position:relative;background:#fff3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:6px 10px;border:none;color:#1f2937;font-size:1.1rem;cursor:pointer;transition:background .2s,transform .2s}.notifications-btn:hover{background:#ffffff59;transform:scale(1.05)}.notification-dot{position:absolute;top:4px;right:4px;width:8px;height:8px;background:#ef4444;border-radius:50%;box-shadow:0 0 2px #0000004d}.hamburger-wrapper{display:flex;align-items:center}.full-right-menu{position:fixed;top:60px;right:0;height:250px;width:240px;background:linear-gradient(180deg,#1a1a1a,#111);color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;z-index:9999;box-shadow:-4px 0 15px #0000004d;border-radius:12px 0 0 12px;transition:transform .3s ease}.menu-bottom{display:flex;flex-direction:column;gap:8px}.menu-username{font-weight:600;font-size:1.1rem}.menu-email{font-size:.9rem;color:#ccc}.signout-btn{margin-top:12px;padding:8px 12px;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer}.signout-btn:hover{background:#c0392b}.notification-toast{position:fixed;bottom:80px;right:20px;background:#3b82f6e6;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);color:#fff;padding:16px 20px;border-radius:16px;box-shadow:0 12px 24px #0000002e;opacity:0;transform:translate(50px,50px) scale(.9);transition:opacity .35s ease,transform .35s ease;display:flex;align-items:center;justify-content:space-between;gap:14px;max-width:340px;z-index:2000;font-family:Inter,Segoe UI,SF Pro Display,sans-serif;font-weight:500;pointer-events:none}.notification-toast.show{animation:slideBounce .5s forwards;opacity:1;pointer-events:auto}.notification-toast .message{flex:1;font-size:1rem;line-height:1.4;color:#f0f9ff;font-weight:600}.notification-toast .close-btn{background:#ffffff26;border:none;color:#fff;font-size:1.2rem;font-weight:700;padding:4px 10px;border-radius:8px;cursor:pointer;transition:background .25s ease,transform .2s ease}.notification-toast .close-btn:hover{background:#ffffff4d;transform:scale(1.1)}@keyframes slideBounce{0%{transform:translate(50px,50px) scale(.9);opacity:0}60%{transform:translate(-10px,-10px) scale(1.05);opacity:1}80%{transform:translate(5px,5px) scale(.98)}to{transform:translate(0) scale(1)}}.notification-toast.hide{animation:slideFadeOut .4s forwards}@keyframes slideFadeOut{0%{transform:translate(0) scale(1);opacity:1}to{transform:translate(50px,50px) scale(.9);opacity:0}}.notification-toast.show{box-shadow:0 8px 24px #3b82f699,0 12px 40px #00000026}.tabs{display:flex;justify-content:space-around;background:#ffffff40;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);border-bottom:none;padding:8px 0;font-family:Inter,Segoe UI,sans-serif;font-weight:600;position:sticky;top:0;z-index:500;max-width:400px;margin:.5rem auto;border-radius:16px;box-shadow:0 4px 15px #0000000f;transition:background .3s ease,box-shadow .3s ease}.tabs button{flex:1;padding:8px 0;border:none;background:none;cursor:pointer;font-size:.95rem;color:#555;transition:all .3s ease;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:6px}.tabs button.active{color:none;background:linear-gradient(135deg,#e0f2ff,#cfeafe);box-shadow:0 4px 12px #3b82f633;transform:translateY(-1px)}.tabs button:hover{background:linear-gradient(135deg,#f0f9ff,#e0f2ff);color:#1d4ed8}.tabs button .fa-upload{display:inline-block;animation:bounce 1.5s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@media (min-width: 640px){.tabs{max-width:500px}.tabs button{font-size:1rem;padding:10px 0}}@media (min-width: 1024px){.tabs{max-width:600px}}.posts-feed{display:flex;flex-direction:column;gap:20px;padding:10px}.post-card{background-color:#fff;border-radius:10px;box-shadow:0 2px 6px #0000001a;overflow:hidden;padding:12px;display:flex;flex-direction:column;gap:10px}.post-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:14px;color:#333}.post-image img{width:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;border-radius:8px}.post-caption{margin-top:8px;font-size:15px;color:#555;line-height:1.4}.comments-section{margin-top:10px;border-top:1px solid #eee;padding-top:10px}.comments-title{font-size:14px;font-weight:600;color:#333;margin-bottom:6px}.comments-list{display:flex;flex-direction:column;gap:6px;max-height:150px;overflow-y:auto;padding-right:4px}.comment-item{background:#f8f9fa;padding:6px 8px;border-radius:6px;font-size:13px;color:#444;display:flex;flex-wrap:wrap;gap:4px}.comment-item strong{color:#000;font-weight:600}.comment-form{display:flex;align-items:center;margin-top:8px;gap:6px}.comment-form input{flex:1;padding:6px 10px;border:1px solid #ccc;border-radius:20px;font-size:13px;outline:none;transition:border-color .2s ease}.comment-form input:focus{border-color:#007bff}.comment-form button{padding:6px 12px;background-color:#007bff;color:#fff;font-size:13px;font-weight:500;border:none;border-radius:20px;cursor:pointer;transition:background-color .2s ease}.comment-form button:hover{background-color:#0056b3}.create-post-card{background:#fff;border-radius:12px;box-shadow:0 2px 15px #0000001a;padding:16px;max-width:450px;margin:20px auto;display:flex;flex-direction:column;gap:12px;transition:all .2s ease}.create-post-card h3{margin-bottom:12px;text-align:center;font-size:1.4rem}.file-label{display:block;padding:20px;border:2px dashed #ccc;text-align:center;cursor:pointer;border-radius:8px;color:#555;transition:border-color .2s,background .2s}.file-label:hover{border-color:#888;background:#fafafa}.file-label input{display:none}.preview-wrapper{position:relative}.preview-image{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;border-radius:8px;transition:filter .3s ease}.filter-buttons{display:flex;gap:8px;margin-top:8px;justify-content:center}.filter-buttons button{padding:5px 10px;border-radius:6px;border:1px solid #ccc;background:#f0f0f0;cursor:pointer;font-size:.85rem;transition:all .2s ease}.filter-buttons button:hover{background:#ddd;border-color:#999}textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #ccc;resize:vertical;font-size:.95rem}button{padding:10px 15px;border-radius:8px;border:1px solid #ccc;background:#fff;color:#333;font-weight:700;cursor:pointer;transition:all .2s ease}button:hover{background:#f5f5f5;border-color:#999}button:disabled{cursor:not-allowed;opacity:.6}.copy-btn{background:#4caf50;color:#fff;margin-top:10px}.copy-btn:hover{background:#3e8e41}.message{margin-top:8px;text-align:center;color:#f44;font-size:.9rem}@media (max-width: 500px){.create-post-card{margin:10px;padding:12px}.filter-buttons{flex-wrap:wrap;gap:5px}}.profile-header{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #e0e0e0;background-color:#fff;position:sticky;top:0;z-index:10}.profile-pic-wrapper{position:relative;width:80px;height:80px;border-radius:50%;overflow:hidden;cursor:pointer;transition:transform .3s ease}.profile-pic-wrapper:hover .profile-pic{transform:scale(1.2)}.profile-pic{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%;transition:transform .3s ease}.profile-pic.placeholder{display:flex;align-items:center;justify-content:center;background-color:#ccc;font-size:2rem;color:#fff}.edit-pic{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.edit-pic:hover{background:#f0f0f0}.edit-pic input{display:none}.pencil-icon{font-size:14px;pointer-events:none}.profile-info h3{margin:0;font-size:1.3rem;font-weight:600}.profile-info p{margin:.2rem 0 0;font-size:.9rem;color:#666}.profile-posts{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.post-card{background-color:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1rem;position:relative;transition:transform .2s}.post-card:hover{transform:translateY(-2px)}.post-image{width:100%;max-height:400px;-o-object-fit:cover;object-fit:cover;border-radius:10px;margin-bottom:.5rem}.post-card p{margin:.5rem 0;font-size:1rem}.post-card small{color:#999;font-size:.8rem}.post-actions{position:absolute;top:10px;right:10px}.three-dots{font-size:1.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.actions-menu{position:absolute;top:25px;right:0;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;overflow:hidden;display:flex;flex-direction:column;z-index:100}.actions-menu button{padding:.5rem 1rem;border:none;background:none;text-align:left;width:100%;cursor:pointer;transition:background .2s}.actions-menu button:hover{background-color:#f0f0f0}.comments-section{margin-top:1rem;padding-top:.5rem;border-top:1px solid #eee}.comments-list{display:flex;flex-direction:column;gap:.5rem;max-height:200px;overflow-y:auto;padding-right:.5rem}.comment-item{font-size:.9rem;color:#333;display:flex;gap:.3rem}.comment-item strong{color:#07f}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:200}.modal{background:#fff;padding:1.5rem;border-radius:12px;max-width:350px;width:90%;text-align:center;box-shadow:0 4px 20px #0003}.modal-actions{display:flex;justify-content:space-between;margin-top:1rem}.btn-cancel{padding:.4rem 1rem;background-color:#ccc;border:none;border-radius:8px;cursor:pointer}.btn-cancel:hover{background-color:#bbb}.btn-delete{padding:.4rem 1rem;background-color:#e74c3c;color:#fff;border:none;border-radius:8px;cursor:pointer}.btn-delete:hover{background-color:#c0392b}.comment-form{display:flex;gap:.5rem;margin-top:.5rem}.comment-form input{flex:1;padding:.4rem .6rem;border-radius:8px;border:1px solid #ccc;outline:none;font-size:.9rem;transition:border .2s}.comment-form input:focus{border-color:#07f}.comment-form button{padding:.4rem .8rem;background-color:#07f;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;transition:background .2s}.comment-form button:hover{background-color:#005bbb}@media (max-width: 600px){.profile-header{flex-direction:column;align-items:flex-start}.profile-info h3{font-size:1.1rem}.profile-info p{font-size:.8rem}.post-card{padding:.8rem}}.post-card{position:relative;background:#ffffff40;backdrop-filter:blur(18px) saturate(180%);-webkit-backdrop-filter:blur(18px) saturate(180%);border-radius:2rem;box-shadow:0 10px 28px #0000002e,inset 0 4px 8px #ffffff1a;margin:1rem auto;width:100%;max-width:400px;overflow:hidden;font-family:Inter,SF Pro Display,Segoe UI,sans-serif;transition:transform .3s,box-shadow .3s}.post-card:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000038,inset 0 6px 12px #ffffff1a}.post-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.25);color:#111827;z-index:2;position:relative}.post-header h3{margin:0;font-weight:700;font-size:1.25rem;letter-spacing:.5px}.post-body{padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.4rem;min-height:150px;color:#1f2937;text-align:center;font-weight:500;position:relative;z-index:2}.post-body p{margin:2px 0;font-size:.95rem}.post-body .error{color:#ef4444;font-weight:600}.weather-bg{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2rem;z-index:1;overflow:hidden;pointer-events:none}.particles{position:absolute;width:100%;height:100%}.particle{position:absolute;width:4px;height:4px;background:#fff9;border-radius:50%;top:calc(100% * var(--rand-top));left:calc(100% * var(--rand-left));animation:floatParticle calc(5s + var(--rand-duration)s) linear infinite}@keyframes floatParticle{0%{transform:translateY(0) scale(1);opacity:.5}50%{opacity:1}to{transform:translateY(-200%) scale(.8);opacity:0}}.weather-sunny .weather-bg{background:radial-gradient(circle at center,#fff9c4,#ffe082,#ffca28)}.weather-cloudy .weather-bg{background:repeating-linear-gradient(120deg,#e0e0e0,#f3f4f6,#d1d5db 100px);animation:cloudsFloat 35s linear infinite}.weather-rainy .weather-bg{background:linear-gradient(to bottom,#a0c4ff,#c2f0fc)}@keyframes cloudsFloat{0%{transform:translate(-100%)}to{transform:translate(100%)}}.icon-sunny{width:36px;height:36px;animation:rotateSun 15s linear infinite}@keyframes rotateSun{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-cloudy{width:36px;height:36px;animation:floatCloud 6s ease-in-out infinite alternate}@keyframes floatCloud{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.icon-rainy{width:36px;height:36px}.icon-rainy line{animation:rainLine 1s linear infinite}@keyframes rainLine{0%{transform:translateY(-8px);opacity:0}50%{opacity:1}to{transform:translateY(16px);opacity:0}}.post-card{background:#fff;border-radius:1rem;box-shadow:0 6px 18px #00000014;margin:1rem auto;width:100%;max-width:400px;overflow:hidden;font-family:Inter,sans-serif;transition:transform .2s,box-shadow .2s}.post-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #00000026}.post-header{display:flex;align-items:center;gap:.5rem;padding:1rem;border-bottom:1px solid #e5e7eb}.post-header h3{font-size:1.15rem;font-weight:600;margin:0;flex:1;color:#111827}.post-body{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.post-body img{width:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;box-shadow:0 4px 12px #00000014;transition:transform .2s}.post-body img:hover{transform:scale(1.02)}.post-body p{font-size:.95rem;color:#374151;text-align:center;line-height:1.4}@media (min-width: 640px){.post-card{max-width:480px}}@media (min-width: 768px){.post-card{max-width:600px}}@media (min-width: 1024px){.post-card{max-width:700px}}.page-content{padding-bottom:80px}.search-tab{max-width:600px;margin:0 auto;padding:0 16px}.search-tab .search-input{width:100%;padding:10px 14px;font-size:15px;border:1px solid #d1d5db;border-radius:12px;background-color:#f9fafb;transition:all .25s ease}.search-tab .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f640;background-color:#fff;outline:none}.search-tab p{margin-top:8px;font-size:14px;text-align:center}.search-tab .text-gray-500{color:#6b7280}.search-tab .text-red-500{color:#ef4444}.search-tab ul{list-style:none;padding:0;margin-top:16px;display:flex;flex-direction:column;gap:10px}.search-tab li{display:flex;flex-direction:column;gap:4px;background-color:#f3f4f6;padding:12px 14px;border-radius:12px;cursor:pointer;transition:background-color .2s ease,transform .15s ease}.search-tab li:hover{background-color:#e5e7eb;transform:translateY(-2px)}.search-tab li strong{font-size:15px;color:#111827;line-height:1.2}.search-tab li p{font-size:13px;color:#6b7280;margin:0;line-height:1.3}@media (max-width: 480px){.search-tab .search-input{font-size:14px;padding:8px 12px}.search-tab li{padding:10px 12px;border-radius:10px}.search-tab li strong{font-size:14px}.search-tab li p{font-size:12px}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.spinner{border:6px solid #f3f3f3;border-top:6px solid #3498db;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:10px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-screen p{font-size:1rem;color:#333}
