
:root{--bg:#f7f8fc;--card:#ffffff;--line:#e5e7ef;--text:#151722;--muted:#697080;--accent:#6757e8;--accent2:#43b6d9}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 16% 0,#efecff 0,transparent 30%),radial-gradient(circle at 92% 20%,#e7f8fc 0,transparent 27%),var(--bg);color:var(--text);font-family:Inter,Arial,sans-serif}a{text-decoration:none;color:inherit}.wrap{width:min(1120px,calc(100% - 34px));margin:auto}.nav{height:76px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:800;font-size:18px;display:flex;align-items:center;gap:10px}.dot{width:30px;height:30px;border-radius:10px;background:linear-gradient(135deg,var(--accent),var(--accent2));box-shadow:0 10px 25px #6757e82b}.navlinks{display:flex;gap:20px;align-items:center;color:var(--muted);font-size:14px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:13px;border:1px solid var(--line);background:#fff;color:var(--text);cursor:pointer;box-shadow:0 5px 20px #1b224008}.btn.primary{border:0;background:linear-gradient(135deg,#7566ee,#6252df);color:white;box-shadow:0 12px 32px #6455ff2b}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:center;padding:75px 0 110px}.pill{display:inline-flex;padding:8px 12px;border-radius:999px;border:1px solid var(--line);color:#5f6471;font-size:12px;background:#ffffffb8}.hero h1{font-size:clamp(48px,7vw,80px);line-height:.98;letter-spacing:-.055em;margin:20px 0}.grad{background:linear-gradient(90deg,#252336,#7161e9,#34a9ce);-webkit-background-clip:text;background-clip:text;color:transparent}.lead{color:var(--muted);font-size:18px;line-height:1.7;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.visual{position:relative;height:490px}.card{position:absolute;overflow:hidden;border-radius:24px;border:1px solid #ffffff;box-shadow:0 30px 70px #31385d20;transition:.35s}.card:before{content:"";display:block;width:100%;height:100%;background:linear-gradient(145deg,#7f9dac 0 34%,#d5e1e7 34% 56%,#d9ae98 56%)}.c1{inset:20px 80px 70px 0;transform:rotate(-4deg)}.c2{width:220px;height:290px;right:0;top:100px;transform:rotate(7deg)}.c2:before{background:linear-gradient(145deg,#b7d4e6 0 42%,#6f9fb7 42% 56%,#efc3a6 56%)}.visual:hover .c1{transform:rotate(-2deg) translateY(-8px)}.visual:hover .c2{transform:rotate(4deg) translateY(-8px)}.section{padding:90px 0}.section h2{font-size:clamp(34px,5vw,54px);letter-spacing:-.04em;margin:0;max-width:730px}.section p{color:var(--muted);line-height:1.65}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:40px}.feature{border:1px solid var(--line);border-radius:22px;padding:25px;background:#ffffffd9;min-height:200px;box-shadow:0 12px 35px #242b4908}.feature .ico{font-size:26px;margin-bottom:42px;color:var(--accent)}.feature h3{margin:0 0 9px}.footer{border-top:1px solid var(--line);padding:30px 0;color:var(--muted);font-size:13px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footerlinks{display:flex;gap:18px}
.authPage{min-height:100vh}.authGrid{display:grid;grid-template-columns:1fr 470px;gap:65px;align-items:center;padding:70px 0}.authCopy h1{font-size:60px;letter-spacing:-.05em;margin:18px 0}.authCopy p{color:var(--muted);line-height:1.7}.authCard{border:1px solid var(--line);background:#ffffffeb;border-radius:25px;padding:28px;box-shadow:0 25px 70px #28304e12}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;background:#f1f2f7;padding:4px;border-radius:12px;margin:20px 0}.tab{border:0;background:transparent;color:var(--muted);padding:11px;border-radius:9px;cursor:pointer}.tab.on{background:#fff;color:var(--text);box-shadow:0 2px 10px #2229420d}.field{margin-bottom:14px}.field label{display:block;font-size:12px;color:#626876;margin-bottom:7px}.field input{width:100%;padding:14px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--text);outline:none;font-size:16px}.field input:focus{border-color:#7f70ff;box-shadow:0 0 0 3px #7f70ff14}.check{display:flex;gap:8px;align-items:flex-start;font-size:12px;color:var(--muted);margin:7px 0 16px}.authCard .btn{width:100%}.error{color:#d43c4c;font-size:12px;min-height:18px;margin-top:10px}.galleryPage{padding:35px 0 90px;display:none}.galleryHead{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:20px 0 30px}.galleryHead h1{font-size:48px;margin:10px 0 0}.gallery{columns:3 280px;column-gap:15px}.photo{break-inside:avoid;margin-bottom:15px;border-radius:18px;overflow:hidden;border:1px solid var(--line)}.photo img{width:100%;display:block}.empty{border:1px solid #f0c5c9;border-radius:20px;padding:45px;text-align:center;color:#7d5559;background:#fff6f7;box-shadow:0 15px 40px #7e30300b}.legal{max-width:820px;padding:60px 0 100px}.legal h1{font-size:50px}.legal h2{margin-top:35px}.legal p{color:var(--muted);line-height:1.75}.notice{padding:14px 16px;border:1px solid #e7d6a9;background:#fffaf0;border-radius:12px;color:#78663b!important}
@media(max-width:820px){.hero,.authGrid{grid-template-columns:1fr}.visual{height:380px}.features{grid-template-columns:1fr}.authGrid{gap:25px}.navlinks a:not(.btn){display:none}}@media(max-width:520px){.visual{height:300px}.c1{inset:10px 50px 50px 0}.c2{width:145px;height:190px;top:75px}.authCopy h1{font-size:44px}}

