:root{--bg-dark: #161616;--panel: rgba(255,255,255,.03);--accent: #ff7a2d;--muted: rgba(255,255,255,.75);--white: #ffffff;--card-bg: #181818;--input-bg: #1f1f1f}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Poppins,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:linear-gradient(180deg,#181818 10%,#121111 60%);color:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}.topbar{height:12vh;display:flex;align-items:center;justify-content:space-between;position:relative}.topbar .brand{position:relative;left:6%}.topbar .brand h1{font-size:2rem;font-weight:800;letter-spacing:-1px;color:var(--white)}.topbar .brand span{color:var(--accent)}.top-links{position:absolute;right:6%;top:2.6rem;display:flex;gap:28px;list-style:none;align-items:center}.top-links li a{color:#ffffffd9;text-decoration:none;font-weight:500}.top-links img{width:42px;height:42px;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.06);box-shadow:0 6px 18px #00000080}.hero{padding:12px 0 40px}.hero-inner{width:85%;margin:0 auto;display:flex;align-items:flex-end;gap:20px}.hero-left{flex:0 0 58%;padding:40px 20px}.hero-title{font-size:5rem;line-height:.9;margin-bottom:18px;font-weight:900;color:var(--white);text-transform:none}.hero-title .accent{color:var(--accent);font-weight:900}.hero-sub{color:#ffffffd9;font-size:1.05rem;margin-top:8px}.hero-stats{display:flex;gap:22px;margin-top:18px;align-items:center;flex-wrap:wrap}.stat{background:transparent;display:flex;flex-direction:column;gap:6px}.stat strong{font-size:1.6rem;color:var(--white)}.stat small{color:#ffffffa6;font-size:.9rem}.stat.big{display:flex;align-items:center;gap:12px}.avatars img{width:44px;height:44px;border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.06);margin-left:-12px;box-shadow:0 8px 18px #0009}.stat-text strong{font-size:1rem}.stat-text small{color:#ffffffa6;font-size:.85rem}.hero-right{flex:0 0 42%;display:flex;justify-content:center;align-items:flex-end;padding-bottom:12px;position:relative}.hero-circle{position:relative;width:360px;height:360px;border-radius:50%;background:linear-gradient(180deg,#ff8c3a,#ff6f2f);display:flex;align-items:center;justify-content:center;box-shadow:0 30px 60px #0009;z-index:2}.hero-circle .model{width:76%;height:76%;object-fit:cover;border-radius:50%;transform:translateY(-10px);box-shadow:0 18px 40px #0009}.float{position:absolute;width:84px;height:84px;object-fit:cover;border-radius:50%;box-shadow:0 10px 30px #00000080;border:6px solid rgba(255,255,255,.06);z-index:3;background:var(--card-bg)}.food1{top:-20px;left:10px;transform:rotate(-8deg)}.food2{top:40px;right:-28px;transform:rotate(8deg)}.badge.sushi{position:absolute;left:30%;bottom:-34px;background:linear-gradient(90deg,#ffffff0f,#ffffff05);padding:8px 18px;border-radius:36px;display:flex;align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 8px 30px #0009;z-index:4}.badge-inner{display:flex;align-items:center;gap:12px}.badge-inner img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:3px solid rgba(0,0,0,.25)}.badge-text strong{display:block;font-size:.95rem}.badge-text small{display:block;color:#ffffffc7;font-size:.85rem}.content{width:80%;margin:40px auto 80px}.kicker{color:var(--accent);font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.95rem}.search-row{display:flex;gap:18px;align-items:center;margin-top:18px;position:relative}.search-row input{flex:1;height:54px;padding:0 22px;border-radius:40px;border:1px solid rgba(255,255,255,.06);background:var(--input-bg);color:var(--white);font-size:1rem;outline:none}.search-row input::placeholder{color:#999}.search-btn{padding:14px 24px;border-radius:40px;border:none;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 8px 28px #ff6f3c1f;transition:transform .15s ease,box-shadow .15s ease}.search-btn:hover{transform:scale(1.1)}.loading{margin-top:12px;color:var(--white)}.error{margin-top:12px;color:#ff6b6b}.main-recipe h5{margin-top:50px;width:100%;text-align:center;color:var(--white);font-size:2rem;font-weight:700;margin-bottom:30px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px;align-items:start}.recipe-card{background:linear-gradient(180deg,#ffffff05,#ffffff03);width:100%;border-radius:24px;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;text-align:left;padding:15px;transition:transform .3s ease,border-color .3s;border:1px solid rgba(255,255,255,.04);box-shadow:0 10px 30px #0000004d}.recipe-card:hover{transform:translateY(-5px);border-color:#ffffff1f}.recipe-card img{width:100%;height:200px;object-fit:cover;border-radius:18px;margin-bottom:15px}.recipe-card p{font-size:1.05rem;font-weight:600;color:var(--white);margin:5px;padding-left:5px}.recipe-card button{background:transparent;color:var(--accent);border:1px solid var(--accent);font-weight:600;padding:10px 20px;border-radius:50px;cursor:pointer;margin:10px 5px 0;width:calc(100% - 10px);transition:background .25s ease,color .25s ease}.recipe-card button:hover{background:var(--accent);color:#fff}.modal-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:300}.modal{width:95%;max-width:900px;background:#2c2c2c;border-radius:18px;padding:30px 38px;color:#fff;box-shadow:0 12px 40px #00000026;position:relative;max-height:85vh;overflow-y:auto;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:16px;right:16px;background:#000;color:#fff;border:none;padding:8px 10px;border-radius:8px;font-size:18px;cursor:pointer;transition:.2s;font-weight:700}.modal-close-btn:hover{background:#fff;color:#000}.modal-title{font-size:26px;font-weight:700;margin-bottom:18px;color:#fff}.modal-image{width:100%;border-radius:14px;margin-bottom:20px}.modal-section-title{margin-top:25px;margin-bottom:12px;font-size:20px;font-weight:600;color:#fff;border-left:4px solid #0a84ff;padding-left:10px}.modal-list li{background:#f7f7f7;padding:10px 14px;margin-bottom:8px;border-radius:10px;list-style:none;border:1px solid #ececec;color:#000}.modal-text{background:#fafafa;padding:12px 16px;border-radius:10px;border:1px solid #ececec;line-height:1.6;color:#000}.modal-nutrition{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.modal-nutrition li{background:#e8f3ff;padding:8px 12px;border-radius:8px;border:1px solid #d7e9ff;font-size:.9rem;color:#0a4faf;font-weight:600}@media (max-width: 600px){.modal-content{padding:24px;border-radius:20px}.close-btn{top:12px;right:12px;padding:6px 10px;font-size:14px}.modal-content h2{font-size:22px}.modal-content h3{font-size:18px}}footer{height:60px;display:flex;gap:20px;padding:0 6%;align-items:center;justify-content:space-between;background:#060606;color:#ffffffec;border-top:1px solid rgba(255,255,255,.02)}footer a{color:var(--accent);text-decoration:none;font-weight:600}@media (max-width: 1200px){.hero-inner{flex-direction:column-reverse;align-items:center;gap:14px}.hero-left{padding:26px;width:100%;text-align:center}.hero-right{width:100%;padding-bottom:0;display:flex;justify-content:center}.hero-title{font-size:3rem}.hero-circle{width:300px;height:300px}.badge.sushi{left:24%;bottom:-28px}.grid{gap:20px}.search-row{flex-direction:column;align-items:stretch;gap:12px}.search-btn{width:100%}.recipe-card{align-items:center;text-align:center}.recipe-card p{padding-left:0}}@media (max-width: 640px){.hero-title{font-size:2rem;line-height:1.05}.hero-stats{flex-direction:column;align-items:center;gap:10px;margin-top:12px}.top-links{display:none}.hero-circle{width:220px;height:220px}.hero-circle .model{width:82%;height:82%;transform:none}.float{width:56px;height:56px;border-width:4px}.badge.sushi{left:20%;bottom:-22px;padding:6px 12px;border-radius:28px}.grid{grid-template-columns:1fr;gap:18px}.recipe-card img{height:180px;border-radius:12px}.modal-content{padding:18px;max-width:92%}}
