.nav{position:sticky;top:0;z-index:10;background:#ffffffe6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid #e5e7eb}.nav__inner{height:56px;max-width:1120px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between}.nav__logo{width:32px;height:32px;border-radius:8px;background:#111827;color:#fff;display:grid;place-items:center;font-weight:700;font-size:14px}.nav__menu{list-style:none;display:flex;gap:28px;margin:0;padding:0;font-size:15px}.nav__menu li{cursor:pointer}.nav__menu li:hover{opacity:.7}.chat{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:70vw;height:80vh;max-width:900px;min-width:400px;z-index:20;font-size:14px;display:flex;flex-direction:column;border-radius:16px;background:#fff;box-shadow:0 20px 50px #00000040;overflow:hidden}.chat__window{flex:1;display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}.chat__header{flex:0 0 56px;padding:0 16px;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.chat__title{font-weight:600;font-size:15px}.chat__close{border:0;background:none;cursor:pointer;color:#6b7280;font-size:18px}.chat__close:hover{color:#111827}.chat__list{flex:1;min-height:0;overflow-y:auto;padding:16px 20px;background:#f6f6f7}.chat__row{display:flex;margin:8px 0}.chat__row.is-user{justify-content:flex-end}.chat__row.is-assistant{justify-content:flex-start}.chat__bubble{max-width:70%;padding:10px 14px;border-radius:14px;line-height:1.4;word-break:break-word;white-space:pre-wrap}.bubble--user{background:#111827;color:#fff;border-top-right-radius:4px}.bubble--assistant{background:#fff;border:1px solid #e5e7eb;color:#111827;border-top-left-radius:4px}.chat__footer{flex:0 0 auto;border-top:1px solid #e5e7eb;padding:14px 16px;display:flex;gap:10px;background:#fff}.chat__input{flex:1;padding:12px 14px;border-radius:12px;border:1px solid #d1d5db;outline:none;font-size:14px}.chat__input:focus{border-color:#111827}.chat__send{padding:12px 18px;border-radius:12px;border:1px solid #111827;background:#111827;color:#fff;font-weight:500;cursor:pointer}.chat__send:disabled{opacity:.55;cursor:not-allowed}.chat-overlay{position:fixed;inset:0;background:#00000073;z-index:19}.chat__fab{position:fixed;left:50%;bottom:40px;transform:translate(-50%);background:#111827;color:#fff;font-weight:600;font-size:15px;padding:14px 26px;border:none;border-radius:30px;cursor:pointer;box-shadow:0 8px 20px #00000040;transition:background .2s ease,transform .2s ease;z-index:30}.chat__fab:hover{background:#1f2937;transform:translate(-50%) scale(1.05)}.chat__fab:active{transform:translate(-50%) scale(.98)}.home{max-width:1120px;margin:0 auto;padding:56px 24px}.home__hero{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;justify-items:center}@media(min-width:840px){.home__hero{grid-template-columns:1fr 1fr;justify-items:center}}.home__title{font-size:clamp(40px,6vw,64px);line-height:1.05;font-weight:800;letter-spacing:-.02em;margin:0}.home__subtitle{margin-top:16px;max-width:520px;color:#4b5563}.duckcard__img{width:70%;height:auto;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(0,0,0,.15))}.duckcard__fallback{font-size:96px;-webkit-user-select:none;user-select:none}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:#111827;background:#fbfbfb}a{color:inherit;text-decoration:none}
