:root{font-family:Inter,DM Sans,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f2f4f7}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f2f4f7}#root{width:100%}.social-page{min-height:100vh;padding:0 0 2rem;background:#f2f4f7;color:#0f172a;display:flex;flex-direction:column;gap:1.5rem}.social-page main{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;width:95vw;max-width:960px}.top-bar{position:fixed;top:1rem;left:50%;transform:translate(-50%) translateY(0);z-index:50;background:#fff;border-radius:24px;padding:.75rem;box-shadow:0 18px 35px #0f172a14;width:98vw;transition:transform .3s ease-in-out;display:flex;flex-direction:column}.top-bar.hidden{transform:translate(-50%) translateY(-200%)}.top-bar-inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:960px;margin:0 auto;position:relative}.top-bar-nav{display:flex;align-items:center;gap:1.5rem;position:absolute;right:60px;top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;transition:all .4s cubic-bezier(.4,0,.2,1);transform-origin:right center;white-space:nowrap;background:#fff;padding-right:1rem}.top-bar-nav.visible{opacity:1;pointer-events:auto;right:70px}.top-bar-left{display:flex;align-items:center;gap:.5rem}.top-bar-meta{display:flex;flex-direction:column;line-height:1.2;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.top-bar-meta.hidden{opacity:0;pointer-events:none;transform:translate(-10px)}.handle{font-weight:600;color:#0f172a}.status{font-size:.9rem;color:#64748b}.avatar{border-radius:999px;overflow:hidden;border:4px solid #ffffff;background:#fff}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar-small{width:48px;height:48px;border-width:3px}.avatar-large{width:156px;height:156px;border-width:6px}.menu-button{width:46px;height:46px;border-radius:16px;border:none;background:transparent;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:6px;cursor:pointer;position:relative;z-index:60;transition:transform .3s cubic-bezier(.4,0,.2,1)}.menu-button span{display:block;width:18px;height:2px;background:#0f172a;border-radius:999px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute}.menu-button span:nth-child(1){transform:translateY(-6px)}.menu-button span:nth-child(2){transform:translateY(0);opacity:1}.menu-button span:nth-child(3){transform:translateY(6px)}.menu-button.open span:nth-child(1){transform:translateY(0) rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(0) rotate(-45deg)}.banner{position:relative;border-radius:0 0 48px 48px;padding:2.5rem;min-height:369px;width:100%;max-width:960px;margin:4rem auto 0;background-size:cover;background-position:center;color:#fff;overflow:hidden}.banner:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(255,255,255,.2),transparent 50%),radial-gradient(circle at 20% 120%,rgba(255,255,255,.15),transparent 45%);z-index:0}.banner-inner{position:relative;z-index:1;max-width:420px}.tagline{text-transform:uppercase;letter-spacing:.2em;font-size:.75rem;color:#fffc;margin-bottom:.5rem}.banner h1{margin:0;font-size:clamp(2rem,4vw,2.75rem)}.location{margin-top:.5rem;color:#ffffffd9}.banner-avatar{position:absolute;left:2.5rem;bottom:-40px;box-shadow:0 25px 55px #0f172a59}.profile-card{position:relative;background:#fff;border-radius:28px;padding:5rem 2.5rem 2.5rem;box-shadow:0 18px 35px #0f172a0d}.profile-avatar{position:absolute;top:-78px;left:2.5rem;box-shadow:0 25px 55px #0f172a59}.profile-card h2{margin-top:0;margin-bottom:.5rem;font-size:1.75rem}.profile-nav{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1.5rem}.nav-button{padding:.5rem 0;border:none;background:transparent;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s ease;position:relative}.nav-button:hover,.nav-button.active{color:#0f172a}.nav-button.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#fcbf47;border-radius:999px}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.panel{background:#fff;border-radius:28px;padding:2.5rem;box-shadow:0 18px 35px #0f172a0d}.panel h3{margin-top:0;margin-bottom:1.5rem;font-size:1.25rem}.about-links{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}.about-link{color:#0f172a;text-decoration:none;font-weight:500;border-bottom:2px solid #e2e8f0;padding-bottom:2px;transition:all .2s ease;width:fit-content;display:flex;align-items:center;gap:.5rem}.about-link:hover{color:#0f172a;border-bottom-color:#fcbf47}.support-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:500;color:#64748b}.form-group input,.form-group textarea{padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;font-family:inherit;transition:all .2s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#fcbf47;background:#fff;box-shadow:0 0 0 3px #fcbf4733}.form-group textarea{min-height:100px;resize:vertical}.donate-button{margin-top:.5rem;padding:.875rem;border:none;border-radius:12px;background:#fcbf47;color:#0f172a;font-weight:600;cursor:pointer;transition:all .2s ease}.donate-button:hover{background:#facc15;transform:translateY(-1px)}.services-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.services-list li{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:16px;background:#f8fafc;transition:all .2s ease}.services-list li:hover{background:#f1f5f9}.service-name{font-weight:500;color:#0f172a}.service-price{font-weight:600;color:#64748b}.feed-panel{display:flex;flex-direction:column;gap:2rem}.post{display:flex;flex-direction:column;gap:1rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.post:last-child{padding-bottom:0;border-bottom:none}.post-header{display:flex;align-items:center;gap:.75rem}.post-meta{display:flex;flex-direction:column;line-height:1.2}.post-meta .handle{font-size:.95rem}.post-meta .time{font-size:.85rem;color:#94a3b8}.post p{margin:0;line-height:1.6;color:#334155}.post-image-placeholder{width:100%;height:300px;background:#e2e8f0;border-radius:16px}.carousel{background:#f8fafc;border-radius:16px;padding:.25rem .25rem .75rem;border:1px solid #e2e8f0;box-shadow:inset 0 1px #ffffffb3;position:relative}.carousel-window{display:flex;justify-content:center;overflow:hidden;border-radius:12px;position:relative}.carousel-controls{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.35rem;padding:0 .5rem;color:#475569;font-weight:600}.carousel-nav{border:none;background:#0f172a;color:#f8fafc;border-radius:999px;width:38px;height:38px;cursor:pointer;display:grid;place-items:center;font-size:1.2rem;transition:transform .2s ease,background .2s ease;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 20px #0f172a40}.carousel-nav:hover{transform:translateY(-50%) translateY(-1px);background:#111827}.carousel-nav-left{left:.5rem}.carousel-nav-right{right:.5rem}.edit-button{border:none;background:#0f172a;color:#f8fafc;padding:.35rem .85rem;border-radius:10px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.edit-button:hover:not(:disabled){background:#111827;transform:translateY(-1px)}.edit-button:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.icon-button{border:none;background:#0f172a;color:#f8fafc;padding:.35rem .55rem;border-radius:10px;font-weight:700;cursor:pointer;transition:transform .2s ease,background .2s ease}.icon-button:hover:not(:disabled){background:#111827;transform:translateY(-1px)}.icon-button:disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.service-feature{background:linear-gradient(180deg,#fff,#f8faff);border:1px solid #e2e8f0;box-shadow:0 18px 40px #4338ca1f}.service-divider{width:120px;height:2px;background:linear-gradient(90deg,transparent,#c084fc,transparent);margin:.25rem 0 .5rem}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.lightbox-overlay{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.modal{background:#fff;border-radius:24px;padding:1.5rem;width:min(640px,100%);box-shadow:0 18px 35px #0f172a26}.close-button{border:none;background:#f1f5f9;color:#0f172a;width:36px;height:36px;border-radius:999px;cursor:pointer;font-size:1.25rem;line-height:1;display:grid;place-items:center}.close-button:hover{background:#e2e8f0}.edit-modal{max-height:80vh;overflow-y:auto}.lightbox{background:transparent;border-radius:0;padding:0;box-shadow:none;color:#e2e8f0;display:flex;flex-direction:column;gap:.35rem;align-items:center}.lightbox .close-button{background:#0006;color:#e2e8f0;position:absolute;top:1rem;right:1rem}.lightbox-window{display:flex;align-items:center;gap:.75rem;justify-content:center;background:transparent;padding:0}.gallery-grid{column-count:3;column-gap:1.5rem}.gallery-item{break-inside:avoid;margin-bottom:1.5rem}.gallery-card{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:transform .2s ease}.gallery-card:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.gallery-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1rem 1rem;color:#fff;opacity:0;transition:opacity .2s ease}.gallery-card:hover .gallery-overlay{opacity:1}.gallery-overlay h4{margin:0;font-size:1rem;font-weight:500}@media(max-width:768px){.content-grid{grid-template-columns:1fr}.gallery-grid{column-count:2}}@media(max-width:640px){.social-page{padding:1rem}.top-bar{padding:.75rem 1rem;border-radius:20px;width:100%}.banner{padding:2rem 1.5rem 3rem}.banner-avatar{left:1.5rem}.profile-card{padding-top:4.5rem}.profile-avatar{left:1.5rem}}@media(max-width:480px){.gallery-grid{column-count:1}}
