@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--bg-color:#030303;--bg-card:#0f0f11;--text-primary:#fff;--text-secondary:#a1a1aa;--brand-pink:#ec4899;--brand-purple:#8b5cf6;--brand-green:#059669;--text-gradient:linear-gradient(to right, #f472b6, #c084fc)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.header{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.logo-wrapper{letter-spacing:-.05em;color:#fff;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo-icon{background-color:var(--brand-green);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:#fff}.btn-download{color:#000;background-color:#fff;border-radius:50px;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:opacity .2s}.btn-download:hover{opacity:.9}.gradient-text{background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero{justify-content:space-between;align-items:center;gap:4rem;padding:6rem 0;display:flex}.hero-content{flex:1}.hero-badge{color:var(--text-secondary);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.hero-badge .dot{background-color:var(--brand-green);border-radius:50%;width:8px;height:8px}.hero-title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:clamp(3rem,5vw,4.5rem);font-weight:800;line-height:1.1}.hero-desc{color:var(--text-secondary);max-width:500px;margin-bottom:3rem;font-size:1.125rem;line-height:1.7}.hero-buttons{gap:1rem;display:flex}.store-btn{border-radius:50px;align-items:center;gap:.75rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.store-btn.apple{color:#000;background-color:#fff}.store-btn.google{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a}.store-btn:hover{transform:translateY(-2px)}.hero-visual{flex:1;justify-content:flex-end;display:flex;position:relative}@keyframes floatPhone{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.phone-mockup{background:linear-gradient(#18181b 0%,#09090b 100%);border:8px solid #27272a;border-radius:40px;width:320px;height:650px;animation:6s ease-in-out infinite floatPhone;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.phone-notch{z-index:2;background:#27272a;border-bottom-right-radius:15px;border-bottom-left-radius:15px;width:120px;height:25px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{flex-direction:column;gap:1.5rem;height:100%;padding:3rem 1.5rem;display:flex;position:relative}.phone-screen-bg{background:var(--brand-purple);filter:blur(100px);opacity:.15;z-index:0;border-radius:50%;width:300px;height:300px;position:absolute;top:-50px;left:-50px}.app-ui-header{z-index:1;justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.app-ui-logo{background:var(--brand-green);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.app-ui-logo svg{width:12px;height:12px}.app-ui-title{letter-spacing:-.05em;font-size:.9rem;font-weight:700}.app-ui-avatar{background:#fff3;border-radius:50%;width:24px;height:24px}.app-ui-search{color:var(--text-secondary);z-index:1;background:#ffffff0d;border:1px solid #ffffff0d;border-radius:12px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem .75rem;font-size:.7rem;display:flex}.app-ui-feed{z-index:1;flex-direction:column;flex:1;gap:1rem;display:flex;overflow:hidden}.app-ui-post{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:1rem;animation:1s ease-out backwards fadeUp}.app-ui-post:nth-child(2){animation-delay:.2s}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.post-header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.post-avatar{background:#ffffff1a;border-radius:50%;width:28px;height:28px}.post-info{flex-direction:column;gap:.25rem;display:flex}.post-name{background:#fff3;border-radius:4px;width:60px;height:6px}.post-location{background:#ffffff1a;border-radius:4px;width:40px;height:4px}.post-image{background:linear-gradient(45deg,#ec489926,#8b5cf626);border-radius:12px;width:100%;height:120px;margin-bottom:.75rem}.post-actions{gap:.5rem;display:flex}.post-action-btn{background:#ffffff1a;border-radius:50%;width:16px;height:16px}.app-ui-tabbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2;background:#141419e6;border:1px solid #ffffff1a;border-radius:25px;justify-content:space-around;align-items:center;height:50px;display:flex;position:absolute;bottom:1rem;left:1.5rem;right:1.5rem}.tab-icon{background:#fff3;border-radius:5px;width:20px;height:20px}.tab-icon.active{background:var(--brand-pink)}.features{text-align:center;padding:6rem 0}.features-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.features-desc{color:var(--text-secondary);max-width:600px;margin:0 auto 4rem;font-size:1.1rem;line-height:1.6}.features-grid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.feature-card{background-color:var(--bg-card);border:1px solid #ffffff0d;border-radius:20px;padding:2.5rem;transition:transform .3s,background-color .3s}.feature-card:hover{background-color:#151518;transform:translateY(-5px)}.feature-icon{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;display:flex}.feature-card h3{color:#fff;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.developer{padding:6rem 0 2rem}.developer-container{background:var(--bg-card);text-align:center;border:1px solid #ffffff0d;border-radius:24px;max-width:800px;margin:0 auto;padding:3.5rem 3rem}.developer-badge{color:var(--brand-green);background:#0596691a;border:1px solid #05966933;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.developer-content{flex-direction:column;align-items:center;gap:2rem;display:flex}.developer-avatar-wrapper{justify-content:center;align-items:center;width:120px;height:120px;display:flex;position:relative}.developer-avatar-placeholder{background:linear-gradient(135deg, var(--brand-purple), var(--brand-pink));color:#fff;border:4px solid var(--bg-color);cursor:pointer;appearance:none;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:120px;height:120px;padding:0;font-size:2.2rem;font-weight:800;line-height:1;transition:transform .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #ec48994d}.developer-avatar-spin{z-index:1;animation:6s ease-in-out infinite avatarHover;position:relative}.developer-avatar-placeholder:before{content:"";opacity:.55;pointer-events:none;background:radial-gradient(circle at 30% 28%,#ffffff57,#0000 34%);border-radius:50%;position:absolute;inset:0}.developer-avatar-placeholder:after{content:"";opacity:0;border:1px solid #ffffff38;border-color:#ffffff38 #ffffff2e #ffffff14 #ffffff14;border-radius:50%;position:absolute;inset:-2px;transform:rotate(0)}.developer-avatar-placeholder:hover{transform:translateY(-2px);box-shadow:0 14px 34px #ec489957}.developer-avatar-placeholder.is-flipping{animation:.65s ease-in-out badgeFlip}.developer-info{color:var(--text-secondary);max-width:640px;font-size:1.05rem;line-height:1.7}.developer-socials{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:100%;margin-top:2.5rem;display:grid}@media (width<=992px){.container{padding:0 1.5rem}.hero{text-align:center;flex-direction:column;padding:4rem 0}.hero-desc{margin:0 auto 3rem}.hero-buttons,.hero-visual{justify-content:center}.nav-links{display:none}.phone-mockup{aspect-ratio:320/650;width:min(320px,78vw);height:auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.developer-container{padding:2.5rem 1.5rem}.developer-socials{grid-template-columns:repeat(2,minmax(0,1fr))}}.admin-wrapper{background:var(--bg-color);background-image:radial-gradient(circle at 100% 0,#8b5cf61a,#0000 40%),radial-gradient(circle at 0 100%,#ec48991a,#0000 40%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.admin-login-card{flex-direction:column;gap:2rem;width:100%;max-width:420px;padding:3rem;display:flex}.admin-logo-center{flex-direction:column;align-items:center;margin-bottom:1rem;display:flex}.admin-input-group{align-items:center;margin-bottom:1.25rem;display:flex;position:relative}.input-icon{width:20px;height:20px;color:var(--text-secondary);pointer-events:none;position:absolute;left:1rem}.admin-input-group .admin-input{padding-left:3rem}.admin-label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.admin-input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.admin-input:focus{border-color:var(--brand-pink);background:#ffffff0d;outline:none;box-shadow:0 0 0 3px #ec48991a}.admin-error{color:#ef4444;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.85rem}.admin-dashboard{background:var(--bg-color);min-height:100vh;display:flex}.admin-sidebar{background:var(--bg-card);border-right:1px solid #ffffff0d;flex-direction:column;width:280px;padding:2rem;display:flex}.sidebar-logo{letter-spacing:-.02em;align-items:center;gap:.75rem;margin-bottom:3rem;font-size:1.5rem;font-weight:800;display:flex}.sidebar-nav{flex-direction:column;gap:.5rem;display:flex}.sidebar-link{color:var(--text-secondary);cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:.8rem 1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.sidebar-link svg{width:20px;height:20px}.sidebar-link:hover{color:#fff;background:#ffffff08}.sidebar-link.active{color:#fff;border-left:3px solid var(--brand-pink);background:linear-gradient(90deg,#ec48991a,#0000)}.admin-content{flex-direction:column;flex:1;padding:3rem;display:flex}.admin-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.admin-user-badge{background:#ffffff08;border:1px solid #ffffff0d;border-radius:50px;align-items:center;gap:1rem;padding:.5rem 1rem .5rem .5rem;font-size:.95rem;font-weight:600;display:flex}.admin-main-card{border-radius:24px;flex:1;padding:3rem}.admin-section-title{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.admin-divider{background:#ffffff0d;height:1px;margin:3rem 0}.input-label-icon{width:48px;height:48px;color:var(--text-secondary);background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;margin-right:1.5rem;display:flex}.input-label-icon svg{width:24px;height:24px}.admin-actions{justify-content:flex-end;align-items:center;gap:1.5rem;margin-top:3rem;display:flex}.admin-success{color:#10b981;background:#10b9811a;border-radius:50px;align-items:center;padding:.5rem 1rem;font-size:.95rem;font-weight:500;animation:.3s ease-out fadeUp;display:flex}@media (width<=768px){.admin-dashboard{flex-direction:column}.admin-sidebar{border-bottom:1px solid #ffffff0d;border-right:none;width:100%;padding:1.5rem}.admin-content,.admin-main-card{padding:1.5rem}.input-label-icon{display:none}.header{flex-wrap:wrap;justify-content:center;gap:1rem}.logo-wrapper{font-size:1.25rem}.btn-download{text-align:center;width:100%}.hero{padding:3.5rem 0}.hero-buttons{flex-direction:column;width:100%}.store-btn{justify-content:center;width:100%}.features,.developer,.privacy-content,.delete-content{padding-top:3.5rem;padding-bottom:3.5rem}.feature-card,.privacy-section,.delete-card{padding:1.5rem}.footer{text-align:center;flex-wrap:wrap;gap:.75rem}.footer-divider{display:none}.admin-wrapper{padding:1rem}.admin-login-card{padding:2rem 1.25rem}.admin-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-actions{flex-direction:column;align-items:stretch}.admin-actions .btn-primary{width:100%}.privacy-content,.delete-content{width:100%;padding-left:1rem;padding-right:1rem}}.developer-section{padding:6rem 0}.developer-container{max-width:800px;margin:0 auto}.section-title{margin-bottom:3rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:800}.developer-card{background:var(--bg-card);border:1px solid #ffffff0d;border-radius:24px;align-items:center;gap:3rem;padding:3rem;transition:transform .3s;display:flex}.developer-card:hover{border-color:#8b5cf64d;transform:translateY(-5px)}.developer-avatar-container{flex-shrink:0;position:relative}.developer-avatar{background:linear-gradient(135deg, var(--brand-purple), var(--brand-pink));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:150px;height:150px;font-size:3rem;font-weight:800;display:flex;box-shadow:0 10px 25px -5px #8b5cf666}.developer-status{border:4px solid var(--bg-card);background:#10b981;border-radius:50%;width:24px;height:24px;position:absolute;bottom:10px;right:10px}.developer-info{flex:1}.developer-name{margin-bottom:.25rem;font-size:1.8rem;font-weight:700}.developer-role{color:var(--brand-purple);margin-bottom:1.5rem;font-weight:600}.developer-bio{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.7}.developer-tech{flex-wrap:wrap;gap:.5rem;margin-bottom:2rem;display:flex}.tech-pill{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:50px;padding:.4rem 1rem;font-size:.85rem}.developer-socials{grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;width:100%;display:grid}.social-link{color:#fff;background:linear-gradient(#ffffff14,#ffffff0b);border:1px solid #ffffff14;border-radius:18px;justify-content:flex-start;align-items:center;gap:.8rem;min-height:58px;padding:.9rem 1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:transform .22s,border-color .22s,background .22s,box-shadow .22s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 24px #0000002e}.social-link:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle at 0 0,#ffffff29,#0000 45%);transition:opacity .22s;position:absolute;inset:0}.social-link:hover{border-color:#ffffff2e;transform:translateY(-3px);box-shadow:0 14px 34px #00000042}.social-link:hover:before{opacity:1}.social-link-icon{width:34px;height:34px;color:var(--text-primary);background:#ffffff14;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.social-link-icon svg{width:18px;height:18px}.social-link-text{white-space:nowrap}@media (width<=768px){.developer-container{padding:2rem 1.25rem}.developer-socials{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.container{padding:0 1rem}.hero-title{font-size:clamp(2.2rem,11vw,3rem)}.hero-desc{font-size:1rem}.features-grid{grid-template-columns:1fr}.phone-mockup{width:min(88vw,300px)}.privacy-section h2,.delete-title{font-size:1.25rem}.privacy-content,.delete-content{padding-left:0;padding-right:0}.developer-avatar-placeholder{width:104px;height:104px;font-size:2rem}.developer-avatar-wrapper{width:104px;height:104px}.social-link{border-radius:16px;min-height:54px;padding:.85rem .9rem}.social-link-icon{width:30px;height:30px}}@keyframes avatarHover{0%,to{transform:translateY(0)scale(1);box-shadow:0 10px 30px #ec48994d}50%{transform:translateY(-4px)scale(1.02);box-shadow:0 14px 34px #ec489957}}@keyframes badgeFlip{0%{transform:rotateY(0)scale(1)}to{transform:rotateY(360deg)scale(1.03)}}.app-mockup{z-index:5;background:#000;border-radius:32px;flex-direction:column;display:flex;position:absolute;inset:0;overflow:hidden}.app-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10;background:#000c;justify-content:space-between;align-items:center;padding:2.5rem 1.5rem 1rem;display:flex}.app-logo{color:#fff;font-size:1.2rem;font-weight:800}.app-avatar{background:linear-gradient(90deg,#ec4899,#8b5cf6);border-radius:50%;width:32px;height:32px}.app-map-area{background:#111 radial-gradient(circle,#222 1px,#0000 1px) 0 0/20px 20px;flex:1;position:relative}.app-location-pin{font-size:2rem;animation:2s infinite bounce;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes bounce{0%,to{transform:translate(-50%,-50%)}50%{transform:translate(-50%,-60%)}}.app-cards-scroll{gap:1rem;padding:0 1.5rem;display:flex;position:absolute;bottom:80px;left:0;right:0;overflow-x:auto}.app-card{background:#18181b;border:1px solid #ffffff1a;border-radius:16px;min-width:200px;padding:.75rem}.app-card-img{border-radius:12px;height:100px;margin-bottom:.75rem}.app-card-img.bg-orange-400{background:#fb923c}.app-card-img.bg-purple-500{background:#a855f7}.app-card-title{margin-bottom:.25rem;font-size:.9rem;font-weight:700}.app-card-subtitle{color:#a1a1aa;font-size:.75rem}.app-tab-bar{background:#09090b;border-top:1px solid #ffffff1a;justify-content:space-around;align-items:center;height:60px;padding-bottom:10px;display:flex}.tab-item{background:#3f3f46;border-radius:6px;width:24px;height:24px}.tab-item.active{background:var(--brand-purple)}.footer{border-top:1px solid #ffffff0d;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;padding:3rem 0;display:flex}.footer a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer a:hover{color:var(--text-primary)}.privacy-page{flex-direction:column;min-height:100vh;display:flex}.privacy-content{flex:1;max-width:800px;margin:0 auto;padding:4rem 0}.privacy-title{text-align:center;background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800}.privacy-date{text-align:center;color:var(--text-secondary);margin-bottom:4rem;font-size:.95rem}.privacy-section{background:var(--bg-card);border:1px solid #ffffff0d;border-radius:20px;margin-bottom:3rem;padding:2.5rem}.privacy-section h2{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.privacy-section p{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.contact-section{background:linear-gradient(to bottom right, var(--bg-card), #8b5cf60d);border-color:#8b5cf633}.contact-info{color:#fff;border-left:3px solid var(--brand-purple);margin-top:1.5rem;padding-left:1rem;font-size:1.05rem}.footer-divider{color:var(--text-secondary);font-size:.8rem}.delete-account-link{font-weight:500;transition:all .2s;color:#ef4444!important}.delete-account-link:hover{text-shadow:0 0 10px #ef44444d;color:#f87171!important}.footer-website-link{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-website-link:hover{color:var(--text-primary)}.delete-page{flex-direction:column;min-height:100vh;display:flex}.delete-content{flex:1;width:100%;max-width:600px;margin:0 auto;padding:4rem 2rem}.delete-title{text-align:center;color:#fff;margin-bottom:1rem;font-size:clamp(2rem,3vw,2.5rem);font-weight:800}.delete-desc{text-align:center;color:var(--text-secondary);margin-bottom:3rem;line-height:1.6}.delete-card{background:var(--bg-card);border:1px solid #ef444433;border-radius:20px;padding:2.5rem;box-shadow:0 10px 30px #ef44440d}.delete-form-group{margin-bottom:1.5rem}.delete-label{color:#fff;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.delete-input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;width:100%;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.delete-input:focus{background:#ffffff0d;border-color:#ef4444;outline:none;box-shadow:0 0 0 3px #ef44441a}textarea.delete-input{resize:vertical;min-height:100px}.btn-delete-submit{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:12px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .2s}.btn-delete-submit:hover{background:#dc2626;transform:translateY(-2px)}.delete-success{text-align:center;padding:3rem 0}.delete-success-icon{color:#10b981;background:#10b9811a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.5rem;display:flex}.delete-success-icon svg{width:32px;height:32px}
