:root{--red:#e50914;--ink:#17181c;--muted:#707682;--line:#e7e9ed;--soft:#f7f8fa;--green:#16a45a;--amber:#f5a623;--blue:#2575dc;--radius:16px}*{box-sizing:border-box}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--ink)}button,input{font:inherit}.icon{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.brand{display:flex;align-items:center;gap:9px;font-size:26px;font-weight:850;color:var(--red)}.brand:before{content:"🍴";font-size:23px}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius)}.btn{border:0;border-radius:10px;padding:11px 15px;font-weight:750}.primary{background:var(--red);color:#fff}.muted{color:var(--muted)}.chip{display:inline-flex;padding:5px 9px;border-radius:99px;font-size:11px;font-weight:750}.green{background:#dff7e9;color:#118047}.blue{background:#e5f0ff;color:#1e63b9}.amber{background:#fff0d7;color:#a96b00}.gray{background:#eef0f3;color:#666}.switch{width:42px;height:24px;border-radius:99px;background:#d5d8de;position:relative}.switch:after{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #999}.switch.on{background:var(--red)}.switch.on:after{left:21px}.social{width:38px;height:38px;border:1px solid var(--line);border-radius:10px;display:grid;place-items:center;color:#333}