*,:after,:before{box-sizing:border-box}:root{--color-background-primary:#ffffff;--color-background-secondary:#f5f4f0;--color-text-primary:#1a1a18;--color-text-secondary:#6b6a63;--color-text-tertiary:#9e9d96;--color-border-tertiary:#e2e0d8;--border-radius-sm:4px;--border-radius-md:6px;--border-radius-lg:10px;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}body{padding:0 24px;max-width:900px;margin:0 auto}body,button,input,select,textarea{font-family:var(--font-sans);background:var(--color-background-primary);color:var(--color-text-primary)}button,input,select,textarea{border:.5px solid var(--color-border-tertiary);border-radius:var(--border-radius-md);outline:none}input:focus,select:focus{border-color:#FF8674}button{background:var(--color-background-secondary);cursor:pointer}button:hover{opacity:.85}body.kicco-demo-body{max-width:none;padding:0;margin:0;background:#fff}